
*{box-sizing: border-box;}

.top-header{
  background:var(--Color-principal);
  padding: 0px;
}

.label {
    position: relative;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 8px;
    letter-spacing: initial;
    color: #242424;
    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: var(--Color-secundario);
    font-weight: bold;
  }

  .div_filtro i{
    color: var(--Color-principal);
  }
  
  .input_filtro {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .titulo-carrusel{
    font-size: 4rem;
    color: var(--Color-principal);
  }
  .texto-carrusel{
    color: var(--Color-gris);
    font-size: 2rem;
  }
  .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-secundario);
    box-shadow: 0 0 0 2px var(--Color-secundario),inset 0 0 0 2px #fff;
  }
  .filtros_form input:checked ~ .custom_checkbox {
    background-color: var(--Color-secundario);
  }
  
  .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: var(--Color-principal);
  }

  .ulAmenidades{
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ulAmenidades {
    column-count: 3;
  }


  .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-secundario);
    font-size: 20px;
    font-weight: bold;
    color: var(--Color-secundario);
    padding: 4px 20px;
    transition: all .2s;
  }

  .checkout-btn-regresar:hover{
    color: var(--Color-principal);
    border-color: var(--Color-principal);
  }

  .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-secundario);
    padding-bottom: 4px;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 1px;
    text-transform: none;
    margin-bottom: 15px;
    color: var(--Color-secundario);
  }

  .checkout-div h4{
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 10px;
    background: var(--Color-complementario);
    color: #fff;
    text-align: center;
    padding: 10px 0px;
  }
  .checkout-div span {
    color: var(--Color-gris);
    font-weight: 600;
  }
  .checkout-div a{
    font-size: 18px;
    font-weight: 900;
    color: var(--Color-secundario);
  }

  .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: var(--Color-secundario);
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    padding: 5px 15px;
    transition: all .3s;
    border: none;
  }

  .checkout-btn-siguiente:hover{
    color: #ffffff;
    background: 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-secundario);
    padding: 3px 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px var(--Color-secundario);
    color: #000;
    text-align: center;
    margin-bottom: 10px;
  }

  .checkout-pago{
    display: flex;
    justify-content: space-between;
    color: var(--Color-gris);
  }

  .checkout-pago label{
    margin: 0;
  }

  .checkout-pago label i{
    width: 30px;
  }

  .boardTitle{
    background: var(--Color-secundario);
    color: var(--Color-complementario);
    display: inline-block;
    padding: 0px 10px;
    border-radius: 4px;
    font-weight: bold;
  }

  .pernight{
    /* background: var(--Color-secundario); */
    color: #a5a5a5;
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: bold;

  }

  .loadingHotels{
    display: none;
  }

  .btnCheckout{
    position: fixed;
    bottom: 157px;
    z-index: 1;
    right: 19px;
  }

  .btnCheckout a{
    background: var(--Color-secundario);
    color: #fff;
    padding: 10px 18px 2px 16px;
    box-shadow: 0px 0px 3px var(--Color-principal);
    font-size: 26px;
    border-radius: 50%;
    position: relative;
  }

  .btnCheckout a:hover{
    box-shadow: 0px 3px 10px #519be6;
  }

  .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-secundario);
    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-secundario);
    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;
  }

  @media (max-width:500px){
    .float-prevent p span{
      font-size: 15px;
      margin-bottom: 11px;
      margin-left: 0;
    }
    .float-prevent p{
      font-size: 11px;
    }
    .float-prevent a{
      top: -26px;
    }
  }

/* 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: #231C62 !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;
}

.descDiv h3{
  font-weight: 600;
  color: var(--Color-principal);
  font-size: 3rem;
  font-family: var(--Fuente);
}
.descDiv h4{
  color: var(--Color-gris);
}
.descDiv h5{
  color: var(--Color-secundario);
}

.descDiv p{
  margin: 0;
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: var(--Fuente);
  font-weight: 400;
  text-align: justify;
}

.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: var(--Color-principal);
  color: #ffffff;
}

.descDiv a:hover{
  background: var(--Color-secundario);
  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: #231C625c;
}

.offerHotel{
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 15px;
}

.offerHotel span{
  background: var(--Color-hover);
  padding: 8px 15px;
  border-radius: 50%;
  color: #fff;
}

: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-secundario);
  padding: 8px 10px;
  top: -7px;
  width: 410px;
}

.habNueva::after{
  content: '';
  position: absolute;
  top: 12px;
  right: -6px;
  background: var(--Color-secundario);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}

.habNueva p{
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
 
.alerta-titular{
  background: var(--Color-complementario);
  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: 3.5rem;
    color: var(--Color-complementario);
    font-weight: 600;
    font-family: var(--Fuente);
}

.txt-viajes-2 {
    font-size: 2.3rem;
    font-weight: 300;
    font-family: var(--Fuente);
    margin: 18px 0px;
    color: #aaa9a9;
    text-align: justify;
    line-height: 1.5; 
}
.txt-viajes-2  a, .txt-viajes-2 span{
  color: var(--Color-principal);
  text-decoration: none;
}
.txt-viajes-2 li{
  margin-left: 3rem;
}
.txt-viajes-2  a:hover{
  text-decoration: none;
  color: var(--Color-secundario);
}
.txt-viajes-txt{
    font-size: 1.7rem;
    font-weight: 400;
    font-family: var(--Fuente);
    margin: 18px 0px;
    color: var(--Color-gris);
    line-height: 1.2; 
}
.txt-viajes-sm{
    font-size: 1.6rem;
    font-weight: 400;
    font-family: var(--Fuente);
    margin: 18px 0px;
    color: var(--Color-gris);
    line-height: 1.2; 
}
.txt-viajes-txt a{
  color: var(--Color-principal);
  text-decoration: none;
}
.txt-viajes-txt a:hover{
  text-decoration: none;
  color: var(--Color-secundario);
}

.txt-viajes-3{
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--Fuente);
  color: var(--Color-principal);
  text-align: justify;
  line-height: 1.3;
}
.section-como-reservar {
    margin: 7rem auto;
}
.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-complementario);
    position: relative;
}
.text-follow-copy {
    font-size: 2rem;
    color: #000;
    /* text-align: center; */
    padding-top: 5px;
    margin: 0;
}
.footer-opciones {
    font-size: 2rem;
    font-weight: 500;
    color:#000;
    /*font-family: Arial, Helvetica, sans-serif;*/
    padding-top: 15px;
}
.text-follow{
    font-size: 1.3rem;
    color: #000;
    text-align: justify;
    line-height: 1.2;
    font-weight: 300;
}
.fix-correo-footer{
  font-size: 1.3rem;
}
.text-follow a {
    color: #000;
    text-align: center;
    font-weight: 300;
}
.text-follow a:hover{
  color: var(--Color-secundario);
  text-decoration: none;
}
.footer-icons-responsive{
  display: none;
  text-align: center;
}
.footer-icons img{
  width: 7%;
  margin: 0 10px;
}
.footer-img{
  width:50%;
}
.lineadiv {
    width: 100%;
    height: 1px;
    /* background-color: var(--Color-principal); */
    background: #000; 
    text-align: center;
    align-items: center;
    border: none; 
    opacity: none;
    margin: 0 auto;
}
.brand-footer{
  margin: 0 2px 5px 0;
  width: 23%;
}

.btn-img-contacto{
  cursor: pointer;
  border-radius: 50%;
}
.btn-img-contacto:hover{
  box-shadow: 2px 2px 45px -10px rgba(0,0,0,0.75);
  -webkit-box-shadow: 2px 2px 45px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 45px -10px rgba(0,0,0,0.75);
}


.footer_logos {
    text-align: center;
    /*margin-bottom: -40px;
    border-radius: 5px;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
/* Tablet */
@media (max-width: 900px){
  .footer-opciones {
    font-size: 2.5rem;
    text-align: center;
  }
  .btn-img-contacto{
    width: 45%;
  }
  .text-follow{
    font-size: 1.5rem ;
    text-align: center;
  }
  .fix-correo-footer{
    font-size: 1.2rem;
  }
}
/* Movil */
@media (max-width:575px){
  .footer-opciones{
    font-size: 2.8rem;
    text-align: center;
  }

  .text-follow{
    font-size: 2rem ;
    text-align: center;
  }
  .footer-opciones .contenedor-brands{
    display:flex;
    justify-content: center;
  }
  .footer-icons{
    display: flex;
    justify-content: center;
  }
  .brand-footer{
    width: 30px;
  }
}

.section-como-reservar img {
    width: 90px;
    height: 90px;
    margin: auto;
    display: block;
}
.titulo-reservar {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: var(--Color-principal);
    padding-top: 15px;
    margin: 0;
}
.subtitulo-reservar {
    text-align: center;
    font-size: 1.7rem;
    color: var(--Color-secundario);
    line-height: 1.5;
}

@media (max-width: 700px) {
  .section-como-reservar img{
    width: 50px ;
    height: 50px ;
  }
}
.section-1-home{
  padding: 25px 0px;
}


.brand-logo img,
.sticky-logo img {
  height: 50px;
}

.hotel-section{
  margin: 30px 0px;
}
.prevent-hab{
  font-size: 19px;
  font-weight: 100;
  color: var(--Color-principal);
}

.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-gris);
}

.rt-section-title-wrapper h4{
  color: #3e3e3e;
  font-size: 20px;
}

.rt-section-title-wrapper p{
  color: #ff9800;
  font-size: 18px;
  line-height: 30px;
  width: 625px;
}

.formulariosContacto{
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0px;
  border-radius: 10px;
  background: rgba(202, 204, 182, 0.81);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.4px);
  -webkit-backdrop-filter: blur(4.4px); 
    font-family: var(--Fuente);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    counter-reset: my-sec-counter;
    vertical-align: baseline;
    color: #333; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; 
}
.img-sombra{
  border-radius: 10px;
  box-shadow: -31px -22px 1px 0px rgba(202,204,182,0.89);
  -webkit-box-shadow: -31px -22px 1px 0px rgba(202,204,182,0.89);
  -moz-box-shadow: -31px -22px 1px 0px rgba(202,204,182,0.89);
}
.img-sombra2{
  border-radius: 10px;
  margin-top: -5%;
  margin-bottom: 50px;
  margin-left: 10%;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
  box-shadow: -31px 22px 1px 0px rgba(245, 245, 245, 0);
  -webkit-box-shadow: -31px 22px 1px 0px rgba(202,204,182,0);
  -moz-box-shadow: -31px 22px 1px 0px rgba(202,204,182,0);
}


.formulariosContacto .separador-blanco{
  background-color: var(--Color-background-global);
  height: 20px;
  margin: 10px auto;
  width: 100%;
}

.separacion-form{
  margin:10rem auto;
}

.formulariosContacto h3{
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: var(--Fuente);
}
.formulariosimg{
  border-radius: 10px;
}
.formulariosContacto input, .formulariosContacto select, .formulariosContacto textarea{
  padding: 15px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
  font-size: 15px;
  border: none;
  /* height: initial; */
}
.formulariosContacto input:focus, .form-control:focus{
  color: #495057 !important;
  background-color: #fff !important;
  border-color: var(--Color-complementario) !important;
  outline: 0;
  box-shadow: 0 0 0 .2rem var(--Color-principal) !important;
}
.formulariosContacto button{
  background: var(--Color-hover);
  color: #fff;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}


.formulariosContactoTours{
  background: var(--Color-principal);
  padding: 20px 20px;
  border-radius: 10px;
  height: 100%;
}
.formulariosContactoTours h3{
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: var(--Fuente);
}

.formulariosContactoTours button{
  background: var(--Color-secundario);
  color: #fff;
  border-radius: 4px;
  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;
  border: 1px solid var(--Color-secundario);
}


.prevent-area{
  /* background: #f4f4f4; */
  padding: 20px 0px;
  height: 85vh;
}

.checkout-area{
  background: #f4f4f4;
  padding: 20px 0px;
}

.float-wsp{
  position: fixed;
  bottom: 80px;
  right: 19px;
  width: 60px;
  height: 60px;
  z-index: 9999;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #00e676;
}

.float-wsp a img{
  width: 100%;
}

@media (max-width:1024px) {
  .float-wsp{
    bottom: 80px;
    right: 25px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width:800px) {
  .float-wsp{
    bottom: 80px;
    right: 13px;
    width: 50px;
    height: 50px;
  }
  #scrollUp{
    right: 19px;
  }
}




.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-complementario);
  color: #fff;
  padding: 2px 15px;
  box-sizing: border-box;
}

/*@import url(https://fonts.googleapis.com/css?family=Montserrat:200);*/
.snip1577 {
  font-family: var(--Fuente);
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 300px;
  height: 200px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  background:var(--Color-principal);
}

.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;
}

.snip1577 h4 {
  font-size: .8em;
  text-transform: uppercase;
}

.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;
}
/* BANNER ESTIMADO VIAJERO HOME*/
.banner-viajero{
  margin: 7rem 0;
}
.titulo-viajeros{
  font-size: 4rem;
  color: var(--Color-principal);
}
.texto-viajeros{
  font-size: 2.5rem;
  color: var(--Color-secundario);
  line-height: 4rem;
  text-align: justify;
  margin-top: 2rem;
}

.footer-box{
  margin-top: 25px;
  margin-bottom: 20px;
}
.card-destinos{
  margin: 0px 41rem;
}

.card-flip{
  position: relative;
  width: 400px;
  height: 300px;
  margin-top: 1rem;
  transform-style: preserve-3d;
  transition: all 20s ease-in-out;
}

.card-flip div{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  /* display: grid;
  grid-template-rows: repeat(3,1fr); */
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-flip .card-front{
  transform: perspective(500px) rotateY(0deg);
}
.card-flip .card-back{
  transform: perspective(500px) rotateY(180deg);
}
.card-flip:hover .card-front{
  transform: perspective(500px) rotateY(180deg);
}

.card-flip:hover .card-back{
  transform: perspective(500px) rotateY(360deg);
}

.card-back .card-back-titulo{
  color:var(--Color-principal);
  font-size: 2.5rem;
  margin-top: 2.5rem;
}
.card-back .card-back-texto{
  font-size: 1.7rem;
  color: var(--Color-secundario) ;
  text-align: justify;
  margin-bottom: 1rem;
  margin-top: .5rem;
}
.card-flip .card-btn{
  background-color: var(--Color-secundario);
  text-align: center;
  padding: 10px 0;
  border: 29px;
  color: #fff;
  font-size: 1.5rem;
  text-transform: capitalize;
  max-width: 152px;
  max-height: 50px;
  margin-left: 100px;
}

.card-flip .card-btn:hover{
  background-color: var(--Color-principal);
}

.card-btn a{
  color: #fff; 
}
.card-btn a:hover{
  color: #fff; 
}

.banner-dest p{
  color: #fff;
  color: #fff;
  font-size: 5rem;  
  font-weight: bold;
}
.banner-dest{
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width:1024) {
  .banner-dest{
    background-position: bottom;
  }
}
.dest-cont-grid{
  display: grid;
  grid-template-rows: repeat(5,1fr);
}
.dest-cont-grid .dest-cont-grid-child{
  grid-row-end: -1;
}
.dest-cont-grid-child p{
  text-shadow: 2px 2px 13px rgba(0,0,0,0.87);
}

.texto-vuelos{
  text-align: justify;
}

@media (max-width:750px) {
  .dest-cont-grid .dest-cont-grid-child{
    grid-area: 4/-3;
  }
}

/*TRAMITES*/
.texto-tramites{
  margin: 5rem 0;
}
.texto-tramites p{
  color: var(--Color-secundario);
  font-size: 2rem;
  line-height: 2;
}

.tramites-vertical-tab{
  height: 100%;
  padding: 5rem;
}
.container-vertical-tab-{
  background-color: #ffffff;
  width: 100%;
  font-size: 16px;
  min-width: 30em;

  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 9fr;
  gap: 5rem;
  height: auto;
  margin-bottom: 30px;
}

.vertical-tabs{
  display: block;
} 

.vertical-tabs h3{
  margin: 10px 0;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--Color-principal);
  text-align: center;
  font-family: var(--Fuente);
}
.vertical-tab-contenedor-titulo img, .vertical-tab-contenedor-titulo-resp-1 img,.vertical-tab-contenedor-titulo-responsive-eta img, .vertical-tab-contenedor-titulo-eta img{
  cursor: pointer;
}
.vertical-tabs p{
  text-align: center;
}
.vertical-tabs .active{
  background-color: var(--Color-principal);
  color: #fff;
}
.vertical-tab-content{
  align-items: center;
  display: flex;
  text-align:justify;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: var(--Color-secundario);
  padding: 1em 1.5em;
}

.vertical-tab-content .vertical-tab-item-formulario {
  border: none;
  width: 100%;
}
.vertical-tab-item , .vertical-tab-item-resp-1 , .vertical-tab-item-responsive-eta, .vertical-tab-item-eta{
  padding: 11px;
  border: var(--Color-secundario) solid 1px;
}
.vertical-tab-content p{
  color: var(--Color-gris);
}
.vertical-tab-content span{
  color: var(--Color-secundario);
  font-weight: bold;
  font-size: 2.3rem;
}
.vertical-tab-content a{
  color: var(--Color-principal);
  text-decoration: var(--Color-principal);
  text-transform: uppercase;
}

.vertical-tab-content h4{
  font-size: 2.3rem;
  color: var(--Color-secundario);
  font-weight: bold;
}
.vertical-tab-content div{
  display: none;
}

.vertical-tab-content .active{
  display: block;
}

.vertical-tab--form {
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  width: auto;
}
.vertical-tab--form legend{
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: var(--Color-principal);
  white-space: normal;
  margin-left: 16px;
  margin-bottom: 15px;
  margin-top: 32px;
  font-weight: 700;
}
.vertical-tab--form input{
  width: 100%;
  margin-bottom: 25px;
  margin-left: 8px;
  border: none; 
  border-bottom: 1px solid var(--Color-principal);
  border-radius: 5px;
}
.vertical-tab--form input:focus-visible ,.vertical-tab--form input:focus {
  background-color: #fff !important;
  border-color: var(--Color-principal) !important;
  outline: 0;
  box-shadow: 0 0 0 .2rem var(--Color-principal) !important;
}

.vertical-tab-content .btn-form{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.vertical-tab-submit-form{
  background-color: var(--Color-secundario);
  color: #fff;
  border: none;
  grid-area: 2/2;
  margin-left: -10px;
  border-radius: 25px;
} 
.vertical-tab-submit-form:hover{
  background-color: var(--Color-principal);
  color: #fff;
  text-decoration: none;
}
.tramites-horizontal-tab{
  display: none;
}

@media (max-width: 800px) {
  .vertical-tab-contenedor-titulo img {
    width: 15%;
  }

  .vertical-tabs{
    display: grid;
    grid-template-columns: 4fr 4fr 4fr;
  }
}

@media (max-width:1024px){
  .tramites-vertical-tab{
    display: none;
  }
  .tramites-horizontal-tab{
    display: block;
  }
  .vertical-tab-contenedor-titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .vertical-tab-contenedor-titulo h3{
    font-size: 2rem;
  }
  .vertical-tab-contenedor-titulo img{
    width: 25%;
  }
  .tramites-vertical-tab{
    height: 90%;

  }

  .vertical-tabs{
    display: flex;

  }

}

/*Nosotros*/
.grid-nosotros{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
}

.texto-nosotros{  
  padding: 20px;
}
.titulo-nosotros{
  color: var(--Color-principal);
  font-size: 3rem;
  padding-left: 24px;
  padding-top: 28px;
}
.text-nosotros{
  color: var(--Color-secundario);
  font-size: 2rem;
  text-align: justify;
}
.img-nosotros{
  padding: 20px;
}

.contacto--nosotros{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  overflow: none;
}
.contacto--nosotros .texto-banner-contacto--nosotros{
  padding: 60px;
  color: #fff;
}
.contacto--nosotros .texto-banner-contacto--nosotros h3{
  color: #fff;
  margin-bottom: 10px;
  font-size: 3.2rem;
}
.contacto--nosotros .texto-banner-contacto--nosotros .item-banner-contacto--nosotros{
  display: flex;
  flex-direction: row;
  margin: 25px 0; 
}
.contacto--nosotros .texto-banner-contacto--nosotros .item-banner-contacto--nosotros img{
  margin-right: 10px;
  max-width: 35px;
  max-height: 35px;
}
.contacto--nosotros .texto-banner-contacto--nosotros .item-banner-contacto--nosotros a{
  text-decoration: none;
  color: #fff;
}
.contacto--nosotros .texto-banner-contacto--nosotros .item-banner-contacto--nosotros a:hover{
  color: var(--Color-secundario);
}

.valores-col{
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.valores-texto{
  /* padding-right: 10rem;
  padding-top: 4rem;
  padding-left: 2rem; */
  position: absolute;
  top: 11%;
  left: 10%;
  right: 30%;
  
  color: #fff;
}
.valores-texto .valores-titulo{
  font-weight: bold;
}
.valores-texto p{
  font-size: 2rem;
  text-align: start;
}
.certificaciones{
  margin: 7rem auto;
}

.certificaciones h3{

  font-size: 3rem;
  color: var(--Color-principal);

}
.certificaciones img{
  max-width: 50%;
  margin: 2rem auto;
}

.certificaciones .imagen-certificaciones-left{
  text-align: right;
}
.certificaciones .imagen-certificaciones-right{
  text-align: left;
}
.certificaciones img{
  filter: saturate(0);
  transition: .1s ease-in all;
}
.certificaciones img:hover{ 
  filter: saturate(100%);
  transform: scale(1.25);
}



/* .imagen-certificaciones a{
  background-color: var(--Color-principal);
  padding: 10px 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
.imagen-certificaciones a:hover{
  background-color: var(--Color-secundario);
  color: #fff;
  text-decoration: none;
} */


@media (max-width: 1024px ) {
  .valores-col{
    height: 300px;
  }
  .valores-texto{
    top: 11%;
    left: 10%;
    right: 10%;
  }
}

@media (max-width: 766px) {
  .valores-texto p{
    font-size: 3rem;
  }
  .valores-col{
    height: 700px;
  }
}

@media (max-width: 1024px) {
  .grid-nosotros{
    display: flex;
    flex-direction: column;
  }
  .img-nosotros{
    margin: 0 auto;
  }
  .certificaciones {
    display: flex;
    flex-direction: column;
  }
  .certificaciones .imagen-certificaciones{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .certificaciones img{
    width:40%; 
  }
}


/*VUELOS*/
.titulo-vuelos h1{
  margin-top: 5rem;
  color: var(--Color-principal);
  font-size: 4rem;
}
.titulo-vuelos p{
  color: var(--Color-secundario);
  font-size: 3rem;
  margin-bottom: 2rem;
}
.texto-vuelos p{
  color: var(--Color-secundario);
  font-size: 2.1rem;
}
.img-vuelos{
  margin: 4rem auto;
}
.promo-banner{
  margin-bottom: 5rem;
}
.promo-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.promo-img{
  max-width: 95%;
}




/**/
.espacio{
  margin: 5rem 0;
}
.politicas-txt{
  padding: 0 20px;
  color: var(--Color-gris);
  text-align: left;
  font-size: 2.7rem;
}
.politicas-txt p{
  line-height: 2;
}

.top-grid{
  display: grid;
  grid-template-columns: 6fr 3fr;
}

.top-grid .tamano-icon{
  height: 2.5rem;
  width: 2.5rem;
}

.cont-tel-top--banner .font-link{
  color: #fff;
  margin-right: .5rem;
  font-size: 1.7rem;
  text-decoration: none;
  font-weight: bold;
}

 .navbar-nav .nav-link{
  color: var(--Color-gris);
  font-size: 2.3rem;
  font-weight: 600;
  justify-content: center;
}
 .navbar-nav .nav-link:hover{
  color:var(--Color-secundario);
}

.banner-largo-responsive{
  display: none;
  margin: 7rem auto;
  
}
.banner-largo{
  display: block;
  margin: 7rem auto;
}


@media (max-width: 750px) {
  .banner-largo-responsive{
    display: block;
  }
  .banner-largo{
    display: none;
  }
  
}


/* Responsivo carruseles */

.carrusel-destinos-index{
  display:  none;
}
.destinos-index-normal{
  display: block;
}
.footer-responsive{
  display: block; 
}
.carrusel-destinos-hoteles{
  display: none;
}
.destinos-normal-hoteles{
  display: block;
}
@media (max-width: 750px) {
  .destinos-index-normal{
    display: none;
  }
  .carrusel-destinos-index{
    display: block;
  }
  .destinos-normal-hoteles{
    display: none;
  }
  .carrusel-destinos-hoteles{
    display: block;
  }
  .card-flip{
   margin: 0 50px;
  }
}


/* Contacto-numeros */

.num-de-contacto{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.contacto-cont .titulo-num-contato{
  font-size: 2rem;
  color: var(--Color-principal);
}

.cont-item{
  display: flex;
  flex-direction: row;
}
.cont-item a:hover{
  color: var(--Color-principal);
}
.cont-item img{
  margin-right: 1rem;
  height: 20px;
}

@media (max-width:800px) {
  .comt-item{
    margin-top: 2rem;
  }
}


.circuitos-title{
  color: var(--Color-principal);
  font-size: 3rem;
}
.circuitos-texto{
  color: var(--Color-secundario); 
  font-size: 2.5rem;
}

.titulo-bodas{
  font-family: "Lato", sans-serif;
  color: var(--Color-principal);
  font-size: 3rem;
}
.texto-bodas{
  font-family: "Lato", sans-serif;
  color: var(--Color-secundario);
  font-size: 2.5rem;
}

h3 {
  text-align: left;
}

/* Button to open the content */
.linkClass {
  cursor: pointer;
  padding: 10px 15px 10px 10px;
  color: var(--Color-principal);
  font-size: 2.5rem;
  background-color: #fff;
  border: 2px solid var(--Color-principal);
  border-radius: 5%;
}
.linkClass:hover{
  background-color: var(--Color-principal);
  color: #fff;
}
/* Change the color of the button */
button.active {
  background-color: var(--Color-principal);
  color: #fff;
}

/* Content for button tabs*/
.contentClass {
  display: none;
  padding: 10px 16px;
  border: 2px solid var(--Color-secundario);
}
.separacion{
  margin: 7rem auto;
}
.separacion-top{
  margin-top:5rem;
}
.titulo-card-hotel{
  color: var(--Color-gris);
  font-size: 2rem;
  text-decoration: none;
}

.titulo-card-hotel:hover{
  color: var(--Color-complementario);
  text-decoration: none;
}

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.post-slide .post-img img {
  width: 500px;
  height: 300px;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide .post-img-hotel img {
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgb(142,158,130);
  background: linear-gradient(43deg, rgba(142,158,130,0.9192051820728291) 23%, rgba(190,161,101,0.6643032212885154) 80%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.addRoom{
  background: var(--Color-complementario);
  color: #fff;
  padding: 6px 20px;
  font-weight: 600;
  border-radius: 4px;
  /* text-transform: uppercase; */
  text-decoration: none;
  border: 2px solid var(--Color-complementario);
  font-size: 1.3rem;
  font-family: var(--Fuente);
  transition: 0.3s;
}
.addRoom:hover{
  background-color: #fff;
  color: var(--Color-complementario);
  text-decoration: none;
}


.texto-card-hotel{
  font-size: 21px;
}

.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 black;
}
.owl-prev i, .owl-next i {
  color: var(--Color-principal);
  font-size: 3rem;
}

.detras {
  position: relative;
  z-index: -1;
}

.item-testimonio{
  padding: 60px; 
  margin-right: 10px;
}

.item-testimonio img{
  width: 35% !important;
  background: var(--Color-principal);
  border-radius: 50%;
  backdrop-filter: blur(10.7px);
  -webkit-backdrop-filter: blur(10.7px);
}
.comentarios-contenedor{ 
    background: url('../images/home/Banner_comentarios.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 34px 0px;
}
.comentarios-contenedor .row{ 
    margin-top: 50px; 
}

.item-testimonio .contenedor-reseñas{ 
  border-radius: 5px;
  padding: 8px 9px 49px 11px;
  background:url('../images/home/gc.png'); 
  background-repeat: no-repeat; 
  background-size: 99% 96%;
  width: 330px;
  height: 295px;
  margin: 0 auto;
}
.item-testimonio  .titulo{
  color: #1D1F38;
  margin: 5px auto;
  text-align: center;
  font-size: 2rem;
}
.item-testimonio i{
  color: var(--Color-secundario);
  font-size: 16px;
}
.item-testimonio .texto{
  color: #1D1F38;
  font-size: 1.3rem;
  text-align: justify;
}
.tdc-contenedor .cont-titulo{
  background: var(--Color-secundario);
}
.tdc-contenedor h3{
  color: #fff;
  font-size: 2rem;
}
.tdc-contenedor p{
  font-size: 1.6rem;
  margin: 10px auto;
}
.tdc-contenedor li::marker{
  font-size: 1.5rem;
}

.img-grid .big{
  width: 50%;
  box-shadow: 146px 27px 0px 2px rgba(92,151,197,0.73);
  -webkit-box-shadow: 146px 27px 0px 2px rgba(92,151,197,0.73);
  -moz-box-shadow: 146px 27px 0px 2px rgba(92,151,197,0.73);
}
.img-grid .small{
  position: absolute;
  top: 74%;
  left: 64%;
  width: 27%;

}
.semicirculo{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20%;
  width: 100%;
  border-radius: 0 0 50% 50%;
  background-color: rgba(254, 248, 238, 0.67);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.contenedor-vision{
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.75);
}
.contenedor-vision img{ 
  width: 50%;
}
.contenedor-iconos{
  background-color: var(--Color-amarillo);
  border-radius: 30px;
  /* border: 2px solid var(--Color-gris); */
  padding: 40px;
}
.img-banner{
  width: 60%;
  box-shadow: 27px 49px 0px -3px rgba(232,128,73,0.99);
  -webkit-box-shadow: 27px 49px 0px -3px rgba(232,128,73,0.99);
  -moz-box-shadow: 27px 49px 0px -3px rgba(232,128,73,0.99);
}
.banner-txt{
  color: var(--Color-principal);
  font-size: 5rem;
  font-weight: 500;
}

.separacion-banner{ 
  margin: 20rem auto 5rem auto;
}

.background-contacto {
  background: rgba(142, 158, 130, 0.63);
  border-radius: 4px;
  height: 250px;
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
}
.background-contacto img {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 252px;
  margin: auto;
  z-index: 1;
  background: rgba(142, 158, 130, 0.63);
  backdrop-filter: blur(10.5px);
  border-radius: 50%;
  padding: 10px;
  width: 26%;
}
.background-contacto .contenedor-contacto {
  margin: 7rem auto;
}
.background-contacto h5 {
  text-align: center;
  color: #fff;
}
.background-contacto p {
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.contact-btn{
  color: #fff;
  background-color: var(--Color-principal);
  font-size: 2rem;
  padding:5px 10px;
  margin-top: 20px;
  border: 1px solid var(--Color-principal);
}
.contact-btn:hover {
  background-color: var(--Color-secundario);
  color: #fff;
  border: 1px solid var(--Color-secundario);
}
.label-form-contacto{
  font-size: 2rem;
  color: var(--Color-gris);
  margin: 10px;

}
.item-form-contacto{
  border: none;
  border-bottom: 1px solid var(--Color-secundario);
}
.loading-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 199999999999999999999999999999999999999999999999999;
  background: rgb(142,158,130);
  background: linear-gradient(43deg, rgba(142,158,130,0.9192051820728291) 23%, rgba(190,161,101,0.6643032212885154) 80%);
  top: 0;
}

.contacto-modal input, .contacto-modal textarea{
  border: none;
  border-bottom: 1px solid var(--Color-complementario);
  font-size: 2rem;
}
.contacto-modal .btn-cerrar{
  background-color: var(--Color-gris);
  font-size: 1.8rem;
  color: #fff;
}
.contacto-modal .btn-aceptar{
  background-color: var(--Color-principal);
  color: #fff;
  font-size: 1.8rem;
}
.contacto-modal .btn-aceptar:hover, .contacto-modal .btn-cerrar:hover{
  background-color: var(--Color-secundario);
}
.formulario-responsive-img{
  width: 85%;
}
.responsive{
  display: block;
}

@media (max-width:1200px) {
  .img-grid .big{
    width: 49%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .responsivo-p-contacto{
    padding: 50px !important;
  }
  .img-grid .small{
    position: initial;
    width: 49%;
  }


}
@media (max-width: 990px) {
  .formulario-responsive-img{
    width: 100%;
  }
  .footer-icons img{
    width: 30%;
  }
  .responsive{
    display: none;
  }
  .img-banner{
    display: none;
  }
}

.img-valores {
  padding: 10px;
  max-width: 50%;
}

@media (max-width: 970px) 
{
  .img-valores-responsive {
    max-width: 20%;
  }
}



/*============================ css para secciones de informacion ==========================*/

.rt-banner-area-info {
  position: relative;
  background-size: cover;
  height: 100%;
  display: inline;
}
.bannerinfo {
  position: relative;
  background-size: cover;
  background-position: center center; 
  background-image: url('../images/banner-secciones/cookies.png'); 
  background-repeat: no-repeat; 
  height: 260px;

}
.container_info {
  max-width: 1114px; 
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
}


/* ====================Titulo con imagen ===================*/
.divmarcotitulo{
  background-image:url('../images/marco.png'); 
  background-repeat:no-repeat; 
  background-size: contain;  
    height: 10vw; 
  background-position:center; 
  display: flex; 
  justify-content: center; 
  align-items: center;
} 
.divt{
  background-image:url('../images/marco.png'); 
  background-repeat:no-repeat; 
  background-size: 100% 100%;  
  height: 150px;
  width: 350px; 
  background-position:center; 
  display: flex; 
  justify-content: center; 
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.titulo_marco{
    color: #1D1F38; 
    font-size: 4rem;
    font-family: 'Poppins', sans-serif;   
    text-align: center;
    line-height: -1.2;
    font-weight: 450;
    font-style: normal;
  }
  .ppr{
    height: 30vh;
  }
  .politicas-txt{
    margin: 2rem 15rem 2rem 15rem;
  }

/* ========== Texto ===================== */ 

  .txt-viajes-txt{
    font-size: 1.7rem;
    font-weight: 400; 
    margin: 18px 0px; 
    line-height: 1.2;
    text-align: left;
    color: #1D1F38;
}
  .sec1{
     
    display: block;
    position: relative; 

  }
  @media screen and (max-width: 1518px) and (min-width: 1440px){
    .politicas-txt{
      margin: 6rem 13%;
    }
  }
  
@media screen and (max-width: 2134px) and (min-width: 1518px){
  .rt-banner-area-info { 
    height: 66vh;
  }
  .bannerinfo { 
    height: 20vw;
  
  }
  .politicas-txt{
    margin: 6rem 6rem 0 13rem;
  }
  .container_info {
    padding-left: 15vw;
    padding-right: 15vw;
    max-width: 1700px;
  }

  .titulo_marco{ 
    font-size: 5rem; 
  }

  .divmarcotitulo{ 
    background-size: 20% 100%;  
    height: 150px;  
  }
  .ppr{
    height: 20vh;
  }

  .comentarios-contenedor{  
    height: 650px;
    width: 2000px; 
}
.comentarios-contenedor .row{
  margin-top: 40px;
}
}
 /*========================================================================================*/

/*dimension 2 pantalla de 2560-2135 largo*/
@media screen and (max-width: 2560px) and (min-width: 2135px){
  .bannerinfo{
   height: 834px;
  } 
  .divmarcotitulo{  
    height: 6vw;  
  }
  .politicas-txt{
    margin: 6rem auto;
  }
}
/*dimension 4 pantalla de 1024-770 largo*/
@media screen and (max-width: 1440px) and (min-width: 1201px){
  .divmarcotitulo{  
    height: 9vw;  
  }
}
  /*dimension 5 pantalla de 1024-770 largo*/
  @media screen and (max-width: 1200px) and (min-width: 770px){
  .txt-viajes-txt{
    margin: 18px 73px;
  }
  .divmarcotitulo{  
    height: 11vw;  
  }
  .pregbarras{
    margin: 25px 100px;
  }
  .bannerinfo{
    height: 331px;
  }
  .coni2{
    width: 80%;
  }
  }

@media (min-width: 992px){
  #navbarNavAltMarkup {
    display: none;
  }
}

  /*dimension 6 pantalla de 769-426 largo*/
  @media screen and (max-width: 769px) and (min-width: 426px){
    .txt-viajes-txt{
      padding: 0px 89px;
     }
     .divmarcotitulo{  
      height: 13vw;  
    }
     .pregbarras{
      padding: 0px 70px;
     }
     .coni2{
      padding: 0px 80px;
     }
     .politicas-txt{
      margin: 6rem auto;
    }
  
  }
  @media screen and (max-width: 768px) and (min-width: 0px){
  .bannerinfo {
    position: relative;
    background-size: cover;
    background-position: center center; 
    background-image: url('../images/banner-secciones/cookies.png'); 
    background-repeat: no-repeat; 
    height: 23rem;
  
  }
  .politicas-txt{
    margin: 6rem auto;
  }
}

    /*dimension 7 pantalla de 425-376 largo*/
    @media screen and (max-width: 425px) and (min-width: 0px){
         .bannerinfo{
          height: 137px;
         }
         .politicas-txt{
          margin: 6rem auto;
        }
         .divmarcotitulo{  
          height: 20vw;  
        }
         .titulo_marco{
          font-size: 3rem;
          line-height: 1.0;
         }
         .tm2{
          line-height: 0.98;
         }
         .divt{
          height: 76px;
          width: 145px;
         }
         .txt-viajes-txt{
          padding: 0px 45px;
         }
         .container_info{
          padding-left: 37px;
          padding-right: 37px; 
         }
         .coni2{
          margin-top: 0%;
         } 
         .sec12{
          margin-top: -22%;
         }
         .divmarcotitulo{ 
          height: 15vw;
          margin-top: 19px;
         } 
    }
     



    .txtelefonoheader{
      color: white; 
      margin-top: 10px; 
      font-size: 20px; 
      margin-left: 10px; 
      margin-right: 10px;
    }
    @media screen and (max-width: 425px) and (min-width: 361px){
      .txtelefonoheader{ 
        font-size: 15px;  
      } 
    }
    @media screen and (max-width: 360px) and (min-width: 0px){
      .txtelefonoheader{ 
        font-size: 3.2vw;  
      } 
    }