:root {
  --Color-principal: #36a935;
  --Color-secundario:#585857;
  --Color-terciario: #ffff;
  --Color-hover: #fecd23; 
  --Color-fuente: #676767; 
  --Color-titulos: #36a935; 
  --Fuente-titulos:'Poppins', sans-serif; 
  --Fuente-textos: 'Montserrat', sans-serif;
}

.top-header{
  background: var(--Color-principal);
  padding: 0px 5px;
}

.label {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 8px;
    letter-spacing: initial;
    color: var(--Color-secundario);
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    text-align: left;
    display: block;
  }
  
  .div_filtro {
    margin-left: 25px;
    text-transform: uppercase;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .div_filtro a{
    color: #36a935;
    font-weight: bold;
  }

  .div_filtro i{
    color: var(--Color-principal);
  }
  
  .input_filtro {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .custom_radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #aeaeae;
    border-radius: 50%;
    text-align: center;
    color: #fff;
  }
  
  .custom_radio i {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 0px;
    display: none;
  }
  
  .custom_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #aeaeae;
    border-radius: 2px;
    text-align: center;
    color: #fff;
  }
  
  .custom_checkbox i {
    font-size: 15px;
    line-height: 1.4;
    margin-left: 1px;
    display: none;
  }

  .filtros_form button{
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 0px;
  }
  
  .filtros_form input:hover ~ .custom_radio,
  .filtros_form input:hover ~ .custom_checkbox {
    background-color: #ccc;
  }
  
  .filtros_form input:checked ~ .custom_radio{
    background-color: var(--Color-principal);
    box-shadow: 0 0 0 2px var(--Color-principal),inset 0 0 0 2px #fff;
  }
  .filtros_form input:checked ~ .custom_checkbox {
    background-color: var(--Color-principal);
  }
  
  .filtros_form input:checked ~ .custom_radio i{
    display: block;
  }
  
  .filtros_form input:checked ~ .custom_checkbox i {
    display: block;
  }

  .amenidad_collapse {
    cursor: pointer;
  }
  
  .amenidad_collapse:hover {
    color: #36a935;
  }

  .ulAmenidades{
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .habreem{
    display: block;
    font-size: 15px;
    font-weight: bold;
  }
  
  .habreem.yes{
    color: #129912;
  }
  .habreem.not{
    color: #e83131;
  }

  .checkout-btn-regresar{
    border: 1px solid var(--Color-principal);
    font-size: 20px;
    font-weight: bold;
    color: var(--Color-principal);
    padding: 4px 20px;
    transition: all .2s;
  }

  .checkout-btn-regresar:hover{
    color: #fff;
    border: none;
    background-color: var(--Color-secundario);
  }

  .checkout-div{
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    padding: 15px 15px;
    margin-bottom: 20px; 
  }

  .checkout-div h3{
    border-bottom: 2px solid var(--Color-principal);
    padding-bottom: 4px;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 1px;
    text-transform: none;
    margin-bottom: 15px;
  }

  .checkout-div h4{
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 10px;
    background: var(--Color-principal);
    color: #fff;
    text-align: center;
    padding: 10px 0px;
  }

  .checkout-div a{
    font-size: 18px;
    font-weight: 900;
    color: var(--Color-principal);
  }

  .checkout-content{
    margin-bottom: 20px;
  }

  .checkout-content h5{
    font-size: 19px;
    font-weight: 100;
    margin: 8px 0px;
    font-weight: 900;
  }

  .checkout-content h6{
    font-size: 16px;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .checkout-content p{
    font-size: 16px;
    margin-bottom: 3px;
    text-align: justify;
  }

  .checkout-content p span{
    font-weight: 900;
  }

  .checkout-content label{
    display: block;
    font-size: 20px;
  }

  .checkout-content label span{
    font-size: 16px;
  }

  .checkout-content input, .checkout-content textarea{
    padding: 5px 5px;
    font-size: 20px;
  }

  .checkout-btn-siguiente{
    background: #fff;
    color: var(--Color-principal);
    border-radius: 3px;
    font-size: 18px;
    padding: 5px 15px;
    border: 2px solid var(--Color-principal);
  }

  .checkout-btn-siguiente:hover , .checkout-btn-siguiente:active{
    color: #ffffff;
    background: var(--Color-secundario);
    border: 1px solid var(--Color-secundario);
  }
  

  .checkout-divider{
    border: 2px solid #9f9f9f;
    border-radius: 3px;
    margin-bottom: 20px;
  }

  .line-tarjeta{
    position: absolute;
    top: 7px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .checkout-descuento{
    background: var(--Color-principal);
    padding: 3px 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px var(--Color-principal);
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }

  .checkout-pago{
    display: flex;
    justify-content: space-between;
  }

  .checkout-pago label{
    margin: 0;
  }

  .checkout-pago label i{
    width: 30px;
  }

  .boardTitle{
    background: #fdf0c8;
    color: var(--Color-principal);
    display: inline-block;
    padding: 0px 10px;
    border-radius: 4px;
    font-weight: bold;
  }

  .pernight{
    background: var(--Color-secundario);
    color: #fff;
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: bold;

  }

  .loadingHotels{
    display: none;
  }

  .btnCheckout{
    position: fixed;
    bottom: 145px;
    z-index: 1;
    right: 25px;
  }

  .btnCheckout a{
    background: var(--Color-principal);
    color: #fff;
    padding: 9px 10px;
    box-shadow: 0px 0px 3px var(--Color-principal);
    font-size: 25px;
    border-radius: 50%;
    position: relative;
  }

  .btnCheckout a:hover{
    box-shadow: 0px 3px 10px var(--Color-secundario);
  }

  .btnCheckout a span{
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 0;
    z-index: 1;
    border-radius: 50%;
    background: #9d0808;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.7;
  }

  .preventaCard{
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all .5s;
  }

  .preventaCard:hover{
    box-shadow: 2px 2px 5px #8f8f8f;
  }

  .preventaDesc{
    padding: 10px 0px;
  }

  .preventaDesc h3{
    font-size: 17px;    
    color: var(--Color-principal);
    font-weight: bold;
    margin: 6px 0px;
  }

  .preventaDesc span{
    color: #4a4545;
    font-weight: 400;
  }

  .preventaDesc h4{
    font-size: 23px;
    color: #2d2d2d;
    margin: 9px 0px;
    border-top: 1px solid #ccc;
    padding-top: 19px;
  }

  .preventaDesc p{
    margin: 0;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 20px;
  }

  .btnRegresar{
    background: #e57412;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
  }

  .float-prevent{
    position: sticky;
    height: 100px;
    width: 100%;
    z-index: 1;
    bottom: 0;
    background: #fff;
    /* box-shadow: 0px 0px 7px #717171; */
  }

  .float-prevent h3{
    font-size: 19px;
    color: #5e5e5e;
    font-weight: 100;
    margin: 0;
  }

  .float-prevent h3 span{
    font-size: 24px;
    font-weight: 400;
    display: block;
  }

  .float-prevent p{
    font-size: 12px;
    color: #5e5e5e;
    margin: 0;
  }

  .float-prevent p span{
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #258a25;
    line-height: 0.6;
  }
  
  .float-prevent a{
    background: var(--Color-principal);
    color: #fff;
    padding: 5px 47px;
    font-size: 25px;
    border-radius: 10px;
    border: 1px solid var(--Color-principal);
    transition: all .3s;
    position: absolute;
    right: 0;
    top: 7px;
  }

  .float-prevent a:hover{
    background: var(--Color-secundario);
    border-color: var(--Color-secundario);
    color: #ffffff;
  }

  .hotelTop{
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: 25px;
  }

  .hotel_price{
    font-size: 17px !important;
    font-weight: 100 !important;
    height: initial !important;
    margin: 0px !important;
    text-align: center !important;
  }

  .hotel_price span{
    display: block;
    font-size: 20px;
    font-weight: bold;
  }

/* ESTILOS SLIDERS 3X (1 LARGO, 2 CUADRADOS) */

.bannerlargeesc img{
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #ccc;
}

.bannerlargemobile img{
  width: 100%;
  border-radius: 5px;
  /* box-shadow: 5px 5px 10px #ccc; */
}

.promociones img {
  border-radius: 10px;
  width: 100%;
}

.nopadd{
  padding: 0 !important;
}

.prom2 {
  padding: 0px 3px;
}

.prom {
  padding: 0px 8px;
}

/*  */

.btnFooter{
  background: white;
  color: #36a935 !important;
  font-weight: 500;
  font-size: 23px;
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 10px;
  font-family: "Poppins", sans-serifs;
}

.sliderBodas img{
  width: 100%;
  padding: 0px 3px;
  border-radius: 0px 30px 0px 30px;
}

.contentDiv{
  box-shadow: 0px 0px 8px #ccc;
}

.contentDiv img{
  height: 400px;
}

.descDiv{
  padding: 40px 30px;
  text-align: justify;
  font-family: var(--Fuente-titulos);
}

.descDiv h3{
  font-weight: bold;
  font-size: 3rem;
  color:var(--Color-principal);
}

.descDiv h4{
  font-size: 1.7rem;
  color: var(--Color-fuente);
}

.descDiv h5{
  color: #36a935;
}

.descDiv p{
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--Color-secundario);

}

.descDiv ul{
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}

.descDiv ul li{
  font-size: 14px;
  border-bottom: 1px solid #7d7d7d;
  width: 200px;
}

.descDiv a{
  margin-top: 20px;
  font-size: 16px;
  background: #ffff;
  color: var(--Color-principal);
  border: 1px solid var(--Color-principal);
}

.descDiv a:hover{
  background: var(--Color-principal);
  color: #ffffff;
}


.descDiv2{
  padding: 40px 30px;
  text-align: justify;
}

.descDiv2 h3{
  font-weight: bold;
  color: #36a935;
}

.descDiv2 h5{
  color: #36a935;
}

.descDiv2 p{
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7rem;
}

.descDiv2 ul{
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}

.descDiv2 ul li{
  font-size: 14px;
  border-bottom: 1px solid #7d7d7d;
  width: 200px;
}

.descDiv2 a{
  margin-top: 20px;
  font-size: 16px;
}

.descDiv2 a:hover{
  background: #e77c1f;
  color: #ffffff;
}
.parallaxImg{
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment:fixed;
  padding: 40px 0px;
}

.parallaxImg::before{
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #36a9355c;
}

.offerHotel{
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 15px;
}

.offerHotel span{
  background: #fff;
  padding: 8px 15px;
  border-radius: 50%;
  color: var(--Color-principal);
  border: 1px solid var(--Color-principal);
}

:root {
  --loading-grey: #ededed;
}

/* .card {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
  margin-bottom: 15px;
} */

.image {
  height: 200px;
}

.image img {
  display: block;
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.content {
  padding: 1rem 1rem;
}

h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.description {
  font-size: 1rem;
  line-height: 1.4rem;
}

.loading .image,
.loading h4,
.loading h3,
.loading h2,
.loading p,
.loading .description,
.loading h1  {
  background-color: var(--loading-grey);
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
  ) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

.loading h4 {
  min-height: 1.6rem;
  border-radius: 4px;
  animation-delay: .05s;
  /* margin-bottom: -8px; */
}
.loading h3 {
  min-height: 1rem;
  border-radius: 4px;
  animation-delay: .05s;
  /* margin-bottom: -10px; */
}

.loading h2 {
    min-height: 1rem;
    border-radius: 4px;
    animation-delay: .05s;
    width: 50%;
}

.loading p {
    min-height: 1rem;
    border-radius: 4px;
    animation-delay: .05s;
    width: 50%;
    float: right;
    margin: 10px 0px;
}

.loading h1 {
  min-height: 2rem;
    border-radius: 24px;
    animation-delay: .05s;
    position: relative;
    margin-top: 46px;
}

.loading .description {
  min-height: 4rem;
  border-radius: 4px;
  animation-delay: .06s;
}
.loading .description {
  min-height: 4rem;
  border-radius: 4px;
  animation-delay: .06s;
}

#mostrarAlertaHab{
  display: none;
  transition: all .5s ease-in-out;
}

.habNueva{
  position: absolute;
  right: 65px;
  background: var(--Color-principal);
  padding: 8px 10px;
  top: -7px;
  width: 410px;
}

.habNueva::after{
  content: '';
  position: absolute;
  top: 12px;
  right: -6px;
  background: var(--Color-principal);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}

.habNueva p{
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
 
.alerta-titular{
  background: var(--Color-principal);
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 7px #ccc;
}

.alerta-titular p{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.colorh2slider-home{
  color: #fff;
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 57px;
}

.p-2-s-home{
  margin: 15px 0px;
}

.txt-viajes {
    font-size: 3rem;
    color: #262626;
    font-weight: bold;
    font-family: sans-serif;
}

.txt-viajes-2 {
    font-size: 2.5rem;
    font-weight: 500;
    font-family: sans-serif;
    margin: 18px 0px;
    color: #00ad44;
}
.section-como-reservar {
    margin-top: 70px;
}
.section-como-reservar .contenido {
    margin-top: 60px;
}
.section-destinos {
    margin-top: 70px;
    margin-bottom: 30px;
}
.section-images {
    margin-top: 50px;
    margin-bottom: 100px;
}
.fondo-color {
    background-color: var(--Color-principal);
    position: relative;
}
.text-follow-copy {
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    margin: 0;
}
.footer-opciones {
    font-size: 2.7rem;
    font-weight: bold;
    padding-top: 15px;
    text-transform: uppercase;
}
.text-follow {
    font-size: 2rem;
    color: #5e5e5e;
    text-align: justify;
    line-height: 1;
}
.text-follow a {
    color: var(--Color-fuente);
    text-align: center;
    /* margin: 15px 0px; */
}
.text-follow a:hover{
  color: var(--Color-principal);
  text-decoration: none;
}
.lineadiv hr{
  width: 100%;
  height: 10%;
  background: var(--Color-principal) !important;
  text-align: center;
  align-items: center;
  margin: 20px 0;
}

.footer_logos {
    text-align: center;
    /*margin-bottom: -40px;
    border-radius: 5px;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.section-como-reservar img {
    width: 60px;
    height: 60px;
    margin: auto;
    display: block;
}
.titulo-reservar {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #00348C;
    padding-top: 15px;
    margin: 0;
}
.subtitulo-reservar {
    text-align: center;
    font-size: 15px;
    color: #5e5e5e;
    line-height: 1.5;
}

.section-1-home{
  padding: 25px 0px;
}
.section-1-home h5{
  font-size: 3rem;
    color: var(--Color-principal);
    font-weight: bold;
    font-family: sans-serif;
}

.brand-logo img,
.sticky-logo img {
  height: 50px;
}

.hotel-section{
  margin: 30px 0px;
}

.title-prevent h2{
  font-size: 30px;
  color: var(--Color-principal);
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
}

.title-prevent p{
  font-size: 20px;
  text-align: center;
  color: var(--Color-secundario);
}

.rt-section-title-wrapper h4{
  color: #3e3e3e;
  font-size: 20px;
}

.formulariosContacto{
  background: var(--Color-principal);
  padding: 20px 20px;
  border-radius: 10px;
  height: auto;
  font-family: var(--Fuente-titulos);
}


.formulariosContacto h3{
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.formulariosContacto input, .formulariosContacto select, .formulariosContacto textarea{
  padding: 15px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  height: initial;
}

.formulariosContacto button{
  background: #fff;
  color: var(--Color-principal);
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.formulariosContactoTours{
  background: var(--Color-principal);
  padding: 20px 20px;
  border-radius: 10px;
  height: 100%;
}
.formulariosContactoTours button{
  background: var(--Color-azulclaro);
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.formulariosContactoTours input, .formulariosContactoTours select, .formulariosContactoTours textarea{
  padding: 15px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  height: initial;
}


.formulariosContacto button:hover, .formulariosContactoTours button:hover{
  background: var(--Color-secundario);
  color: #fff;
}

.img-formularios{
  /*height: 100%;*/
  border-radius: 10px;
}

.prevent-area{
  padding: 20px 0px;
  height: 85vh;
}

.checkout-area{
  background: #f4f4f4;
  padding: 20px 0px;
}

.float-wsp{
  position: fixed;
  bottom: 80px;
  right: 25px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  border-radius: 50%;
  box-shadow: 0px 0px 5px var(--Color-secundario);
}


.float-wsp a img{
  width: 100%;
}

.text-box{
  font-size: 17px;
  background: #ffffffc7;
  color: #000;
  border-radius: 5px;
  padding: 15px 15px;
}

/* 2do motor */
.hotelTop2{
  position: absolute;
  bottom: 10px;
  z-index: 1;
  left: 15px;
}

.offerHotel2{
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
}

.offerHotel2 span{
  background: var(--Color-principal);
  color: #fff;
  padding: 8px 15px;
  box-sizing: border-box;
}

/*@import url(https://fonts.googleapis.com/css?family=Montserrat:200);*/
.snip1577 {
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 300px;
  height: 200px;
  color: var(--Color-secundario);
  text-align: left;
  font-size: 16px;
  background: var(--Color-secundario);
}

.snip1577 *,
.snip1577:before,
.snip1577:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.snip1577 img {
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.snip1577:before,
.snip1577:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: '';
  background-color: #fff;
  z-index: 1;
  opacity: 0;
}

.snip1577:before {
  width: 0;
  height: 1px;
}

.snip1577:after {
  height: 0;
  width: 1px;
}

.snip1577 figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
}

.snip1577 h3,
.snip1577 h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  opacity: 0;
  color: var(--Color-principal);
}
.snip1577 h3{
  text-transform: uppercase;
}
.snip1577 h4 {
  font-size: 1em;
  color: #fff;
}

.snip1577 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1577:hover img,
.snip1577.hover img {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  opacity: 0.2;
}

.snip1577:hover:before,
.snip1577.hover:before,
.snip1577:hover:after,
.snip1577.hover:after {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.snip1577:hover:before,
.snip1577.hover:before {
  width: 60px;
}

.snip1577:hover:after,
.snip1577.hover:after {
  height: 60px;
}

.snip1577:hover h3,
.snip1577.hover h3,
.snip1577:hover h4,
.snip1577.hover h4 {
  opacity: 1;
}

.snip1577:hover h3,
.snip1577.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1577:hover h4,
.snip1577.hover h4 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.imagen_vertical {
  width: 100px;
  height: 150px
}

.imagen_principal {
  /*width: 550px;*/
  height: 640px
}

.titulo-seccion{
  font-family: var(--Fuente-titulos);
  color: var(--Color-principal);
  font-size: 3rem;
  font-weight: 700;
}
.sub-titulo-seccion{
  font-family: var(--Fuente-titulos);
  color: var(--Color-secundario);
  font-size: 2.5rem;
  margin: 2rem 0;
  font-weight:600;
}
.texto-seccion{
  font-size: 2rem;
  color: var(--Color-fuente);
  text-align: justify;
  margin: 20px auto;
  font-family: var(--Fuente-titulos);
  font-weight:400;
}

.texto-seccion a{
  color: var(--Color-secundario);
  font-weight: 600;
}
.texto-seccion a:hover{
  color: var(--Color-principal);
}
.texto-seccion span{
  color: var(--Color-principal);
}
.carrusel-hoteles{
  margin: 10rem 0;
}

.titulo-formulario-crucero{
  font-family: var(--Fuente-titulos);
  color: var(--Color-principal);
  font-size: 5rem;
  font-weight: 500;
}

.texto-seccion_subtitulo{
  color: var(--Color-principal);
  font-weight: bold;
}
.txt-link{
  color: var(--Color-azulclaro);
  text-decoration: none;
}
.pointers li::marker{
  font-size: 2.3rem;
}
/* Banner contato */
.banner-contacto{
  margin: 7rem 0;
}

.banner-largo-responsive{
  display: none;
}
.banner-largo{
  display: block;
}

.banner-dest p{
  color: var(--Color-principal);
  font-size: 7rem;
  font-weight: 700;
  font-family: var(--Fuente-titulos);
  text-underline-offset: 14px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 13px rgba(255,255,255,0.87);
  line-height: 1;
}
.banner-dest{
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center ;
}

@media (max-width:1024) {
  .banner-dest{
    background-position: bottom;
  }
}
.dest-cont-grid{
  /* position: absolute;
  top: 50%;
  left: 50%;
  height: 30%;
  width: 50%;
  margin: -7% 0 0 -25%;
  margin: -15% 0 0 -25%; */
  position: absolute;
  top: calc(45% - 50px);
  left: calc(53% - 50px);
  transform: translate(-50%, -50%);
}

.overlay-banner{
  background-color: rgba(255,255,255,0.67);
  height: 500px;
  position: relative;
}
/* @media (max-width:1200px ) {
  .dest-cont-grid{
    top: 18%;
  }
} */
@media (max-width: 750px) {

  .dest-cont-grid{
    top: calc(45% - 50px);
    left: calc(62% - 50px);
  }
  .banner-largo-responsive{
    display: block;
  }
  .banner-largo{
    display: none;
  }
}


.btn-seguro-viajero{
  background-color: var(--Color-azulclaro)!important;
  color: #fff;
}
.btn-seguro-viajero:hover{
  background: var(--Color-secundario) !important;
}
.formulario-seguro-viajero{
  background: var(--Color-principal);
}


/* Footer */

.footer-responsive{
  display: block; 
}

/* Contacto */
.formulario-contacto{
  margin: 7rem auto;
  font-family: var(--Fuente-textos);
}
.form-contenedor-contacto{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
  text-transform: uppercase;
}
.contenedor-item-form-contacto{
  display: flex;
  flex-direction: column;
}
.contenedor-item-form-contacto label{
  text-transform: uppercase;
}
.contenedor-item-form-contacto input{
  border: none;
  border-bottom: var(--Color-fuente) 1px solid;
}
.item-form-contacto,.item-form-contacto-comentario{
  
  color: var(--Color-fuente);
  width: 100%;
  margin: 10px auto;
  border-radius: 4px;
  border: 1px solid var(--Color-secundario);
}

.item-form-contacto-label{
  font-size: 2.5rem;
  color: var(--Color-fuente);
}
.contenedor-item-form-contacto .comentario{
  border: none;
  font-size: 1.7rem;
  height: 100px;
  
  border-bottom: var(--Color-fuente) 1px solid;
}
.brand-logos-contact img{
  margin-right: 20px;

}
.txt-contact-title{
  color: var(--Color-secundario);
  font-size: 2.5rem;
  margin: 20px auto;
}
.txt-contact{
  color: var(--Color-fuente);
  font-size: 2rem;
  margin: 20px auto;
}

.item-form-submit-form{
  width: 100%;
  margin-top: 2rem;
  background-color: #fff;
  color: var(--Color-principal);
  padding: 10px; 
  font-size: 2rem;
  text-transform: uppercase;
  border: 2px solid var(--Color-principal);
  font-family: var(--Fuente-titulos);
  font-weight: 600;
  border-radius: 4px;
}
.item-form-submit-form:hover{
  background-color: var(--Color-secundario);
  border: 2px solid var(--Color-secundario);
  color: #fff;
}
.paralax-contacto{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10rem auto;
  padding: 10rem auto;
}
.contenedor-contacto{
  margin: 10rem auto;
}
.contenedor-contacto .bg-img{ 
  position: relative;
  width: 100%;
  height: 300px;
}
.contenedor-contacto .icon-img{
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contenedor-contacto p{
  position: absolute;
  display: block;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding-top: 2rem;
  font-family: var(--Fuente-titulos);
}
.contenedor-contacto .contacto-title{
  font-weight: bold;
  font-size: 1.6rem;
}
.contenedor-contacto .link{
  top: 47%;
}
.contenedor-contacto .link a:hover{
  color: var(--Color-secundario);
}
.contenedor-contacto .link a{
  text-decoration: none;
  color: #fff;
}
.btn_delete_card{
  font-size: 1.3rem;
  background-color: #fff;
  color: #c82333;
}
.footer-icons-responsive img{
  width: 13%;
  margin-right: 10px;
}
.footer-icons-responsive{
  text-align: left;
  margin: 15px auto;
}

@media (max-width:1200px) {
  .contenedor-contacto .bg-img{
    height: 180px;
  }
}
@media (max-width: 700px) { 
  .footer-responsive{
     display: none; 
  }
  .footer-icons-responsive{
    display: block;
    text-align: center;
  }
  .footer-icons-responsive img {
    width: 5%;
  }

  .titulos-footer{
    text-align: center;

  }  
  .img-logo-footer img{
    width: 50%;
  }
  .text-follow{
    display: flex;
    justify-content: center;
    line-height: 2;
  }
}

/* Parallax index */
#subscribe {
  padding: 60px;
  background: url(/assets/TheEvent/assets/img/foto1.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.32);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #subscribe {
    background-attachment: fixed;
  }
}

#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #f82249;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

.texto-card-hotel{
  font-size: 21px;
  color: var(--Color-principal);
}
.texto-card-hotel:hover{
  color: var(--Color-hover);
}
/* Cards Destinos  */
figure {
  position: relative;
  display: grid;
  border-radius: 1rem;
  overflow: hidden;
}
figure > * {
  grid-area: 1/1;
  transition: .6s;
}
figure .texto-tarjeta-destinos {
  position: absolute;
  bottom: 0;
  display: grid;
  align-items: end;
  font-family: sans-serif;
  font-size: 2.3rem;
  font-weight: bold;
  color: #0000;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.76);
  clip-path: inset(0 var(--_i,100%) 0 0);
   /* -webkit-mask:  linear-gradient(#000 0 0), linear-gradient(#000 0 0); */
  /* -webkit-mask-composite: xor; */
  -webkit-mask-clip: text, padding-box;
}
figure:hover .texto-tarjeta-destinos{
  --_i: 0%;
}
figure:hover{
  -webkit-box-shadow: -1px 0px 52px -11px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 0px 52px -11px rgba(0,0,0,0.75);
  box-shadow: -1px 0px 52px -11px rgba(0,0,0,0.75);
}
figure:hover a img {
  transform: scale(1.2);
}
figure small{
  color: var(--Color-fuente);
}
figure h2 a{
  color: var(--Color-principal);
  font-weight: 600;
  font-family: var(--Fuente-titulos);
  font-size: 2rem;
}
figure a{
  text-decoration: none;
}
figure a:hover{
  text-decoration: none;
  color: var(--Color-secundario);
}
figure p{
  font-size: 1.5rem;
  color: var(--Color-secundario);
}
figure .btn-color{
  background-color: var(--Color-principal);
  color: #fff;

}

@supports not (-webkit-mask-clip: text) {
  figure .texto-tarjeta-destinos {
   -webkit-mask: none;
   color: #fff;
  }
}
.vista-web{
  display: block;
}
.vista-movil{
  display: none;
}
@media (max-width:600px) {
  .vista-web{
    display: none;
  }
  .vista-movil{
    display: block;
  }
}


.separacion{
  margin: 10rem auto;
}

.paralax{
  background-position: left;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width:700px) {
  .paralax{
    background-position: center;
    background-size: cover;
  }
}

.paralax-container{
  padding: 50px ;
  font-family: var(--Fuente-titulos);
}

.paralax-container h3{
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
.paralax-container p{
  color: #fff;
  font-weight: 100;
  font-size: 1.8rem;
}
.paralax-container .paralax-brand{
  max-width: 5%;
  margin: 10px auto 10px 11px;
}
.paralax-container a{
  margin: 10px auto;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  margin-left: 3px;
}
.paralax-container a:hover{
  color: var(--Color-principal);
  text-decoration: none;
}
.paralax-container .btn-paralax{
  background-color: var(--Color-principal);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.5rem;
}
.paralax-container .btn-paralax:hover{
  background-color: var(--Color-hover);
  color: #fff;
  text-decoration: none;
}

.carrusel-testimonio-item{
  margin: auto 10px;
  width: 100%; 
  font-family: var(--Fuente-titulos);
  padding: 20px;
}
.comentario-testimonio{
  color: var(--Color-secundario);
  font-size: 2rem;
  font-weight: 600;
}
.nombre-testimonio{
  color: var(--Color-secundario);
  font-weight: 600;
  font-size: 2.3rem;
}
.subtitulo-viajero{
  color: var(--Color-principal);
  font-size: 1.5rem;
  font-weight: 600;
}
.carrusel-testimonio-item i{
  font-size: 2.5rem;
  color: var(--Color-principal);
}
.titulo-hotel{
  color: var(--Color-principal);
}
.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 24%;
  margin-left: -20px;
  display: block !important;
  border:0px solid black;
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 24%;
  right: -25px;
  display: block !important;
  border:0px solid var(--Color-secundario);
}
.owl-prev i, .owl-next i {
color: var(--Color-principal);
font-size: 3rem;
}
.detras{
  position: relative;
  z-index: -1;
}

