@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");body,html {
    font-family: Poppins,sans-serif;
    font-weight: 400;
}

:root {
    --headings-color: #1f1f1f;
    --primary-color: #003b7b;
}

.preloader{
    background-image: url("https://uvaconline.com/wp-content/uploads/2022/08/UVACloading_2_ALTA.gif");
}

.menu-sticky{
    position: sticky;
    top: 0;
    z-index: 999;
}

.contenedor-cotizador{ background-color: transparent !important; padding: 0px 0px !important; }

.contenedor-input-cotizador{ width: 100% !important; }


.tabs-buscador{
    max-width: 450px;
}

.tab-buscador{ padding: 20px 20px !important;}

.btn-cotizar-rmt{
    background-color: #181A20 !important;
}

.img-logo{
    width: 150px;
}
.logo-menu {
    height: 84px;
}

.home-banner-style6 {
    background-position: center center !important;
}

.btn-form-act {
    border-radius: 12px !important;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: white;
    width: 100% !important;
    height: 45px !important;
    line-height: normal !important;
}

.btn-form-act::before {
    background-color: #002c5c;
}

.form-activities .form-control-input{
    width: 100%;
    height: 100%;
    padding-left: 12px !important;
}
.form-activities .form-control-input:focus-visible{
    border: none;
    outline: none;
}

.form-activities .form-control-div {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    height: 45px;
    padding: 0 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 100%;
}


.cont-tab-form{ border-radius: 12px !important;}

.panel-dropdown {
    text-align: left;
}

.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    padding: 15px 15px 15px 15px;
    white-space: normal;
    width: 280px;
}

.multiselect__input{
    padding-left: 5px !important;
    font-size: 16px !important;
    background: unset !important;
}

.multiselect__tags{
    background: unset !important;
    border: none !important;
    margin-top: 2px;
    padding: 10px 8px 0 0px !important;
    width: 90%;
}

.multiselect__single{
    background: unset !important;
    padding-left: 0px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.multiselect__select{
    z-index: 5;
}

.multiselect__select:before{
    border-color: #000 transparent transparent !important;
    top: 75% !important;
}

.datepicker{
    z-index: 10 !important;
}

.multiselect__content-wrapper{
    width: auto !important;
}

.qtyButtons {
    display: flex;
    margin: 0 0 13px 0;
}

.qtyButtons label {
    font-weight: 500;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    flex: 1;
    color: #727b82;
}

.qtyButtons input {
    outline: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    width: 50px;
    height: 36px !important;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important;
}

.qtyDec, .qtyInc {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1rem;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #000000;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.select-edad{
    padding: 10px;
    border-radius: 5px;
    border-color: #727b82;
    margin-bottom: 10px;
}
header.nav-homepage-style{
    padding: 5px 0px;
}

.cont-form-act{
    display:flex;
    justify-content:space-between;
    gap:16px;
    width:100%
}

.cont-img-destinos-index{
    height: 250px;    
    filter: brightness(0.7);
}
.cont-img-destinos-index img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-pago{
    width: 150px;
}

.content-cotizador{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contenedor-buscador .multiselect__select{
    display: none !important;
}
.contenedor-buscador .multiselect__input{
    border: none !important;
}
.contenedor-cotizador .contenedor-fechas{
    border-left: 1px #d3d3d3 solid !important;
    border-right: 1px #d3d3d3 solid !important;
}
.contenedor-cotizador .contenedor-pasajeros{
    border-right: 1px #d3d3d3 solid !important;
}

.cont-btn-cotizar-destino{
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
}

.card-destino{
    transition: all .5s;
}
.card-destino:hover .apartment-img{
    transition: all .5s;
    filter: brightness(0.6);
}

.card-destino .titulo-destino{
    
    background: #00000087;
    color: #fff;
    font-size: 26px;
}

.card-destino:hover .titulo-destino{
    transition: all .5s;
    color: white;
}

.card-destino:hover .cont-btn-cotizar-destino{
    transition: all .5s;
    bottom: 20px;
}

.desc-propiedad-index, .title-anuncio-index{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;    
}

.contPortadaIndex{ height: 76vh; }

.img-service-activitie{
    width: 260px !important;
    object-fit: cover;
}

.btn-vermas-activitie{
    width: auto !important;
    padding: 0 10px;
    line-height: 36px !important;
}
.desc-corta-activitie{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.input-act-list{
    height: 40px !important;
}

.btnPax{
    padding: .45rem .75rem !important;
}

.loaderActivities {
    width: 70px;
    aspect-ratio: 1;
    display: grid;
  }
  .loaderActivities::before,
  .loaderActivities::after {    
    content:"";
    grid-area: 1/1;
    --c:no-repeat radial-gradient(farthest-side,var(--color-principal) 92%,#0000);
    background: 
      var(--c) 50%  0, 
      var(--c) 50%  100%, 
      var(--c) 100% 50%, 
      var(--c) 0    50%;
    background-size: 12px 12px;
    animation: l12 1s infinite;
  }
  .loaderActivities::before {
    margin: 4px;
    filter: hue-rotate(45deg);
    background-size: 8px 8px;
    animation-timing-function: linear
  }
  
  @keyframes l12 { 
    100%{transform: rotate(.5turn)}
  }



  /* PRELOADER */

  /* From Uiverse.io by G4b413l */ 
.three-body {
  --uib-size: 35px;
  --uib-speed: 0.8s;
  --uib-color: #5D3FD3;
  position: relative;
  display: inline-block;
  height: var(--uib-size);
  width: var(--uib-size);
  animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
 }
 
 .three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
 }
 
 .three-body__dot:after {
  content: '';
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--uib-color);
  border-radius: 50%;
 }
 
 .three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
 }
 
 .three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite ease-in-out;
  animation-delay: calc(var(--uib-speed) * -0.3);
 }
 
 .three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
 }
 
 .three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 var(--uib-speed) infinite
     calc(var(--uib-speed) * -0.15) ease-in-out;
 }
 
 .three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
 }
 
 .three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 var(--uib-speed) infinite ease-in-out;
 }
 
 .reservaRealizada, .reservaRealizada h6{
    text-align: center;
    color: #00cc78;
    font-size: 24px;
    margin: 12px;
 }

 .cont-img-anuncio-index{
    width: 100%;
    height: 200px;
 }

 .img-anuncio-index{
    width: 100%;
    height: 100%;
    object-fit: cover;
 }

 .imgDetailActivity{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
 }
  
  /* Animations */
  @keyframes spin78236 {
    0% {
     transform: rotate(0deg);
    }
   
    100% {
     transform: rotate(360deg);
    }
   }
   
   @keyframes wobble1 {
    0%,
     100% {
     transform: translateY(0%) scale(1);
     opacity: 1;
    }
   
    50% {
     transform: translateY(-66%) scale(0.65);
     opacity: 0.8;
    }
   }
   
   @keyframes wobble2 {
    0%,
     100% {
     transform: translateY(0%) scale(1);
     opacity: 1;
    }
   
    50% {
     transform: translateY(66%) scale(0.65);
     opacity: 0.8;
    }
   }

  /* PRELOADER */

@media screen and (max-width: 769px){
    .cont-form-act{
        flex-direction: column;
    }

    .multiselect__content-wrapper{
        width: 100% !important;
    }
}

/* STYLE */

.btn-dark:hover {
    background-color: #023e4c !important;
    border: 1px solid #023e4c !important;
}
.ud-btn:before {
    background-color: #023e4c !important;
}

.btn-white:hover {
    border: 1px solid #023e4c !important;
}

.btn-cotizador-traslados {
    height: 35px !important;
    border: 1px solid #ccc !important;
    /* padding: 5px; */
    background-color: #f7f7f7 !important;
    border-radius: 10px;
    width: 100%;
    /* text-align: start; */
    color: #999 !important;
    padding-left: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-cotizador-traslados {
    height: 35px !important;
    border: 1px solid #ccc !important;
    /* padding: 5px; */
    background-color: #f7f7f7 !important;
    border-radius: 10px;
    width: 100%;
    /* text-align: start; */
    color: #999 !important;
    padding-left: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-cotizador-traslados:focus,
.input-cotizador-traslados:active {
  border: none;
  outline: none;
  box-shadow: none; 
}


.dropdown-btn{
    background-color: #003b7b;
    width: 100%;
    margin-top: 8px;
    color: white;
    border: none;
    height: 40px;
    border-radius: 8px;
}