
*{box-sizing: border-box;}

.top-header{
  background:none;
  padding: 0px;
}

.background-topheader{
  background:var(--Color-principal);
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.background-topheader p{
  color: #fff;
  font-family: var(--Fuente-principal);
  font-size: 16px;
}


@media (max-width:1200px){
  .background-topheader{
    border-radius: 0px;
  }
  .background-topheader p{
    font-size: 11px;
  }
}




.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;
}

.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: var(--Color-principal);
}

.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-secundario);
  font-size: 20px;
  font-weight: bold;
  color: var(--Color-secundario);
  padding: 4px 20px;
  transition: all .2s;
}

.checkout-btn-regresar:hover{
  color: var(--Color-hover);
  border-color: var(--Color-hover);
}

.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-hover);
  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-hover);
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}

.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: normal;
}

.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-principal);
  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-hover);
}

.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-hover);
  padding: 3px 5px;
  border-radius: 3px;
  box-shadow: 0px 0px 5px var(--Color-hover);
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}

.checkout-pago{
  display: flex;
  justify-content: space-between;
  color: var(--Color-secundario);
}

.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: 1rem;
  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-hover);
  color: var(--Color-hover);
}

.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;
}

.float-prevent .box-totales{
	box-shadow: 0px 0px 5px #ccc;
}

.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: 15px;
  color: #5e5e5e;
  margin: 0;
}

.float-prevent p span{
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #258a25;
  line-height: 1.6;
}

.float-prevent a{
  background: var(--Color-principal);
  color: #fff;
  padding: 5px 17px;
  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-hover);
  border-color: var(--Color-hover);
  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%;
  height: auto;
}

.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: var(--Fuente-principal);
}

.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: 20px 30px;
  text-align: justify;
  margin-bottom: 10px;
}

.descDiv h3{
  font-weight: bold;
  color: var(--Color-principal);
  font-size: 2rem;
} 
.descDiv h4{
  color: var(--Color-gris);
}
.descDiv h5{
  color: var(--Color-secundario);
}

.descDiv p{
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--Color-gris);
  font-weight: 500;
  text-align: justify;
  font-size: 1.5rem;
}

.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-hover);
  color: #ffffff;
  border: 1px solid var(--Color-hover);
}

.descDiv a:hover{
  background: #fff;
  color: var(--Color-hover);
  border: 1px solid var(--Color-hover);
}

@media (max-width:900px) {
  .descDiv{
    padding: 20px;
  }
}

.xmlcruceros{
  height: 1rem;
}

.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-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-titulo{
  font-size: 2.5rem;
  color: var(--Color-principal);
  font-weight: bold;
  font-family: var(--Fuente-principal);
  margin: 2rem auto;
  line-height: 1.2;
}
.txt-viajes {
  font-size: 2.5rem;
  color: var(--Color-principal);
  font-weight: bold;
  font-family: var(--Fuente-principal);
  margin: 2rem auto;
  line-height: 1.2;
}

.txt-viajes-politicas {
	font-size: 1.5rem;
	color: var(--Color-principal);
	font-weight: bold;
	font-family: var(--Fuente-principal);
	margin: 1rem auto;
	line-height: 1.2;
}

.txt-banners {
  font-size: 5rem;
  color: var(--Color-principal);
  font-weight: bold;
  font-family: var(--Fuente-principal);
  margin: 2rem auto;
  line-height: 1.2;
}

.txt-viajes-2 {
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  margin: 18px 0px;
  color: var(--Color-secundario);
  /* text-align: justify; */
  line-height: 1.5;
}
.txt-banners-2 {
  font-size: 3rem;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  margin: 18px 0px;
  color: var(--Color-secundario);
  /* text-align: justify; */
  line-height: 1.5;
}

@media(max-width: 1000px){
  .txt-banners-2 {
    font-size: 2rem;
  }
  .txt-banners {
    font-size: 3rem;
  }
}

.txt-viajes-3{
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  margin: 18px 0px;
  color: var(--Color-principal);
  /* text-align: justify; */
  line-height: 1.5;
}
.nosotros-txt ul li::marker{
  color: #000;
  font-size: 2rem;
}
.txt-viajes-3 span{
  color: var(--Color-principal);
}
.txt-viajes-txt a , .card-body a{
  color: var(--Color-principal);
}
.txt-viajes-txt a:hover, .card-body a:hover{
  color: var(--Color-hover);
  text-decoration: none;
}
.txt-viajes-txt span, .card-body span{
  color: var(--Color-principal);
}
.txt-viajes-txt,  .card-body{
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  margin: 18px 0px;
  color: var(--Color-subtitulos);
  text-align: justify;
  line-height: 1.5;
}

.txt-viajes-txt-politicas,  .card-body{
  font-size: 1.3rem;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  margin: 12px 0px;
  color: var(--Color-subtitulos);
  text-align: justify;
  line-height: 1.5;
}

.txt-viajes-paralax{
  font-size: 1.9rem;
  color: var(--Color-hover);
  font-weight: bold;
  font-family: var(--Fuente-texto);
}
.txt-viajes-txt-paralax{
  font-size: 1.9rem;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  margin: 18px 0px;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
}
.txt-select2 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  margin: 18px 0px;
  color: var(--Color-secundario);
  /* text-align: justify; */
  line-height: 1.5;
}
.txt-valores{
  font-size: 1.9rem;
  font-weight: 400;
  font-family: var(--Fuente-principal);
  margin: 18px 0px;
  color: var(--Color-gris);
  text-align: center;
}
.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;
}
.linea-footer{
  border-top: 2px solid var(--Color-principal);
  width: 80%;
  margin: 0 auto;
}
.text-follow-copy {
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  /* padding-top: 5px; */
  margin: 0;
}
.footer-opciones {
  font-size: 2rem;
  font-weight: bold;
  color: var(--Color-principal);
  font-family:var(--Fuente-principal);
  padding-top: 15px;
  margin: 10px auto;
  text-align: left;
  /* margin-left: 15px; */
}
.text-follow{
  font-size: 1.2rem;
  color: var(--Color-gris);
  text-align: justify;
  font-family: var(--Fuente-texto);
  line-height: 1.2;
}
.text-follow a {
  font-size: 1.3rem;
  color: var(--Color-gris);
  text-align: center;
  font-weight: 500;
}
.text-follow a:hover{
  color: var(--Color-hover);
  text-decoration: none;
}
.footer-icons-responsive{
  display: none;
  text-align: center;
}
.lineadiv {
  width: 100%;
  height: 3px;
  background-color: var(--Color-principal);
  text-align: center;
  align-items: center;
  border: none;
  opacity: none;
}
.brand-footer{
  margin: 0 2px 5px 0;
  width: 15%;
}
.footer_logos {
  text-align: center;
  /*margin-bottom: -40px;
  border-radius: 5px;*/
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.img-footer-lateral-img{
  margin-right: 10px;
  width: 4%;
}
.img-footer-lateral{
  margin-right: 10px;
  width: 6%;
}
.logo-footer{
  width: 80%;
}

/* Tablet */
@media (max-width: 1200px){
  .footer-opciones {
    font-size: 2.5rem;
  }

  .text-follow{
    font-size: 1.4rem ;
    text-align: left;
    /* margin-left: 30%; */
  }

}
@media (max-width: 990px) {
  .logo-footer{
    width: 22%;
  }                                                         
}
/* Movil */
@media (max-width:575px){
  .footer-opciones{
    font-size: 2.8rem;
    text-align: left;
  }

  .text-follow{
    font-size: 1.5rem ;
    text-align: left;
  }
  .footer-opciones .contenedor-brands{
    display:flex;
    justify-content: center;
  }
  .footer-icons{
    display: flex;
    justify-content: center;
  }
  .brand-footer{
    width: 30px;
  }
}

.section-como-reservar img {
  margin: 0 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: 50% ;
    height: 50px ;
  }
} */
.section-1-home{
  padding: 25px 0px;
}
.section-1-home h5{
  font-size: 4rem;
  color: var(--Color-principal);
  font-weight: lighter;
  font-family: var(--Fuente-principal);
}
.section-1-home p{
  color: var(--Color-principal);
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  margin: 18px 0px;
  line-height: 4rem;
}
.brand-logo img,
.sticky-logo img {
  height: 100px;
}

@media (max-width:999px) {
  .brand-logo img,
  .sticky-logo img {
    height: 70px;
  }
}

.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: #fff;
  padding: 20px 20px;
  height: 100%;
  border-radius: 1%;
}


.formulariosContacto h3{
  font-size: 2rem;
  text-align: center;
  color: var(--Color-principal);
  font-weight: bold;
  margin-bottom: 20px;
  font-family: var(--Fuente-principal);
}
.formulario-contacto{
  font-family: var(--Fuente-texto);
}
.formulario-contacto label{
  font-size: 2rem;
  margin-top: 10px;
  font-weight: 700;
  color: var(--Color-secundario);
}
.formulario-contacto input, .formulario-contacto textarea{
  border: none;
  border-bottom: 1px solid var(--Color-hover);
}
.formulario-contacto input:active,.formulario-contacto input:focus-visible {
  border: 1px solid var(--Color-hover) !important;
}
.formulariosContacto input, .formulariosContacto select, .formulariosContacto textarea{
  padding: 15px 10px;
  margin-bottom: 21px;
  font-size: 15px;
  height: initial;
  border: none;
  border-bottom: 2px solid var(--Color-hover);
}

.formulariosContacto button,.formulario-contacto .btn-contacto{
  background: var(--Color-hover);
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid var(--Color-hover);

}
.formulariosContacto button,.formulario-contacto .btn-contacto-traslados{
  background: var(--Color-principal);
  width: 100%;
  transition: all 0.5s ease;
  border: 1px solid var(--Color-principal);

}

.form-select{
  color: #495057;
  border: 1px solid #ced4da;
  font-size: 20px;
  width: 80%;
}

.form-control:focus, .form-select:focus{
  color: #495057;
  background-color: #fff;
  border-color: var(--Color-hover);
  outline: 0;
  box-shadow: 0 0 0 .2rem var(--Color-hover);
}
.formulariosContacto button:hover ,.formulario-contacto .btn-contacto:hover, .formulariosContacto-Paralax button:hover{
  background: #fff;
  color: var(--Color-hover);
  border: 1px solid var(--Color-hover);
}
.formulario-servicio{
  font-family: var(--Fuente-principal);
}

.formulario-servicio label{
  text-align: center;
  background-color: var(--Color-principal);
  color: #fff;
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 9px;
}
.formulario-servicio input{
  position: relative;
  border: 1px solid var(--Color-principal);
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 10px 6px 33px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  transition: all .2s;
}
.formulario-servicio select{
  border: 1px solid var(--Color-principal);
  border-radius: 5px;
  font-size: 15px;
  padding: 10px ;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  transition: all .2s;
  background-color: #fff;
}
.formulario-servicio option{
  font-family: var(--Fuente-principal) !important;
}
.formulario-servicio .btn-vuelos{
  background: var(--Color-secundario);
  color: #fff;
  border-radius: 4%;
  padding: 16px 47px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 3rem;
  width: 100%;

}

.formulario-servicio img{
  position: absolute;
  bottom: 10px;
  left: 21px;
  width: 24px;
  text-align: center;
  z-index: 999999;
}

@media (max-width: 1200px) {
  .formulario-servicio img{
    bottom: 20px;
  }
}
.relativo-cont{
  position: relative;
}

.formulario-servicio button{
  background: var(--Color-hover);
  color: #fff;
  border-radius: 4%;
  padding: 16px 47px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 3rem;
  width: 100%;
  border: 1px solid var(--Color-hover);
}
.formulario-servicio button:hover{
  background: #fff;
  color:  var(--Color-hover);
}
.formulariosContacto-Paralax{
  padding: 20px 20px;
  height: 100%;
  border-radius: 1%;
}
.formulariosContacto-Paralax h3{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-family:var(--Fuente-principal);
  color: #fff;
}
.formulariosContacto-Paralax .form{
  background-color: #ffff;
}
.formulariosContacto-Paralax input, .formulariosContacto-Paralax select, .formulariosContacto-Paralax textarea, .formulariosContacto-Paralax .date-bodas, .formulariosContacto-Paralax .form-control{
  padding: 15px 10px;
  border-radius: 5px;
  margin-bottom: 21px;
  font-size: 15px;
  height: initial;
  background-color: rgba(255, 255, 255, 0.60);
}
.formulariosContacto-Paralax button{
  background: var(--Color-hover);
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  border: 1px solid  var(--Color-hover);
}

.paralax-form{
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.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 #00C84B; */
} 

.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: 25px;
    width: 50px;
    height: 50px;
  }
}




.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: var(--Fuente-principal);
  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-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;
}

.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;ssssssssssssssss */
  padding-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: 1.4rem;
  font-weight: bold;
}
.banner-dest{
  height: 28vh;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin: 5rem auto; */
  background-position: center;
  position: relative;
}

.banner-dest-video{

  background-repeat: no-repeat;
  background-size: cover;
  /* margin: 5rem auto; */
  background-position: center;
  position: relative;
}


@media (max-width:1024) {
  .banner-dest{
    background-position: bottom;
  }
}
.dest-cont-grid-child{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dest-cont-grid-child p{
  font-size: 5rem;
  text-align: center;
  font-weight: 300;
  text-shadow: 0px 4px 22px rgba(0, 0, 0, 1),1px 2px 12px rgba(0, 0, 0, 1),-10px 2px 23px rgba(0, 0, 0, 1);text-shadow: 0px 4px 22px rgba(0, 0, 0, 1),1px 2px 12px rgba(0, 0, 0, 1),-10px 2px 23px rgba(0, 0, 0, 1),1px 1px 7px rgba(0, 0, 0, 1);
  font-family: var(--Fuente-principal);
  line-height: 1;
}
.texto-vuelos{
  text-align: justify;
}

/*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: 95vmin;
  font-size: 16px;
  min-width: 30em;

  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 9fr;
  gap: 5rem;
  height: 70rem;
  margin-bottom: 30px;
}

.vertical-tabs{
  display: block;
}

.vertical-tabs h3{
  margin: 10px 0;
  display: grid;
  place-items: center;
  height: 33.3%;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  color: var(--Color-principal);
  text-align: center;
}
.vertical-tab-contenedor-titulo 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 {
  padding: 11px;
  border: var(--Color-secundario) solid 1px;
}
.vertical-tab-content p{
  color: var(--Color-gris);
  margin-bottom: 5rem;
}
.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: var(--Color-principal);
  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: #fff;
  white-space: normal;
  margin-left: 16px;
  margin-bottom: 15px;
  margin-top: 32px;
  font-weight: 700;
}
.vertical-tab--form input{
  width: 96%;
  margin-bottom: 25px;
  margin-left: 8px;
}

.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;
}
.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;

}
.img-nosotros img{
  height: 40rem;
}
.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{
  margin: 5rem 0;
  font-size: 3rem;
  color: var(--Color-principal);

}
.certificaciones img{
  margin-top: 4rem;
}

.certificaciones .imagen-certificaciones{
  text-align: center;
}
@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%;
}
.promo-img .right{
  padding-top: 15px;
}

/** CONTENEDOR **/
.formulario-contacto{
  margin: 7rem auto;
  padding: 0 120px;
}
@media (max-width:776px) {
  .formulario-contacto{
    padding: 20px;
  }
}

.item-form-submit-form{
  width: 100%;
  margin-top: 2rem;
  background-color: var(--Color-secundario);
  color: #fff;
  padding: 10px;
  font-size: 2rem;
  text-transform: uppercase;
}
.item-form-submit-form:hover{
  background-color: var(--Color-hover);
}

/**/
.espacio{
  margin: 5rem 0;
}
.politicas-txt{
  padding: 0 20px;
  color: var(--Color-secundario);
  text-align: justify;
}
.politicas-txt p{
  font-size: 2.3rem;

  line-height: 2.3;
}

.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-principal);
  font-size: 2.3rem;
  justify-content: center;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.47);
  backdrop-filter: blur(18.2px);
  -webkit-backdrop-filter: blur(18.2px);
}
.navbar-nav .nav-link:hover{
  color:var(--Color-hover); 
}

.banner-largo-responsive{
  display: none;
}
.banner-largo{
  display: block;
}


@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: 770px) {
  .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;
  }
  .footer-responsive{
    display: none;
  }
}


/* Contacto-numeros */

.num-de-contacto{
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.contacto-cont .titulo-num-contato{
  font-size: 2rem;
  color: #fff;
}
.texto-num-contato{
  color: #fff;
}
.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: var(--Fuente-principal);
  color: var(--Color-principal);
  font-size: 3rem;
}
.texto-bodas{
  font-family: var(--Fuente-principal);
  color: var(--Color-secundario);
  font-size: 2.5rem;
}

.separacion{
  margin-top: 2rem;
}
.separacion-doble{
  margin: 10rem auto;
}

@media (max-width: 999px) {
  .separacion-responsive{
    margin-top: 30rem;
  }
  .separacion{
    margin: 0;
  }

  .team {
    margin: 120px 0 0 0;
  }

  .separacion-doble{
    margin: 9rem auto;
  }

}

.tripdesktop{
  display: block;
}

.tripmobile{
  display: none;
}

@media (max-width: 900px) {  
  .tripdesktop{
    display: none;
  }
  .tripmobile{
    display: block;
  }
}




.cws_dividers {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff;
}


/*  */
/* Recomended items */
/*  */
.recom-item {
  position: relative;
  z-index: 1;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  border: .5px solid #3333334f;
  font-family: var(--Fuente-principal);
  border-radius: 1%;
}

.recom-item.border {
  border: 1px solid #f5f5f5;
}

.recom-item:hover {
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.recom-item .recom-item-body {
  width: 53%;
  padding: 40px 0 0 12px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffffff;
}

.recom-item .recom-item-body:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skew(-15deg) translateX(32px);
  -moz-transform: skew(-15deg) translateX(32px);
  -ms-transform: skew(-15deg) translateX(32px);
  -o-transform: skew(-15deg) translateX(32px);
  transform: skew(-15deg) translateX(32px);
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recom-item .recom-item-body p{
  margin-top: 12px;
  font-size: 15px;
  line-height: 18px;
}

.recom-item .recom-item-body .blog-title {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  text-decoration: none;
  color: var(--Color-principal);
}

.recom-item .recom-item-body .blog-title:hover {
  color: var(--Color-secundario);
  text-decoration: none !important;
}

.recom-item .recom-item-body .recom-price span {
  font-size: 26px;
  color: #424d58;
  
}

.recom-item .recom-item-body .recom-button {
  line-height: 44px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a9b5c1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recom-item .recom-item-body .recom-button:hover {
  color: #424d58;
}

.recom-item .recom-item-body .cws-button {
  min-width: initial;
  padding: 10px 34px;
  padding-right: 16px;
  padding-left: 24px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.recom-item .recom-item-body .cws-button:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: -2px;
  width: 20px;
  background: var(--Color-verde);
  -webkit-transform: skew(-15deg) translateX(8px);
  -moz-transform: skew(-15deg) translateX(8px);
  -ms-transform: skew(-15deg) translateX(8px);
  -o-transform: skew(-15deg) translateX(8px);
  transform: skew(-15deg) translateX(8px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recom-item .recom-item-body .cws-button:hover:before {
  background: var(--Color-morado);
}

.recom-item .recom-item-body .action {
  position: absolute;
  z-index: -2;
  top: 30px;
  right: -115px;
  color: #ffffff;
  background: #F79733;
  font-size: 16px;
  padding: 6px 15px 6px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}

.recom-item .recom-media {
  position: relative;
  z-index: 1;
  width: 47%;
  height: 100%;
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recom-item .recom-media .pic:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0px -100px 60px -40px rgba(0, 0, 0, 0.8);
}

.recom-item .recom-media .pic img {
  max-width: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recom-item .recom-media .location {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recom-item .recom-media:hover {
  width: 100%;
}

.recom-item .recom-media:hover + .recom-item-body {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.recom-item .recom-media:hover + .recom-item-body:before {
  -webkit-transform: skew(0) translateX(0);
  -moz-transform: skew(0) translateX(0);
  -ms-transform: skew(0) translateX(0);
  -o-transform: skew(0) translateX(0);
  transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .cws-button:before {
  -webkit-transform: skew(0) translateX(0);
  -moz-transform: skew(0) translateX(0);
  -ms-transform: skew(0) translateX(0);
  -o-transform: skew(0) translateX(0);
  transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .action {
  right: -65px;
}
.cws-button {
  background: var(--Color-verde);
  color: #ffffff;
  font-size: 15px;
}

.cws-button:hover {
  color: #fff;
  background: var(--Color-morado);
  border-color: var(--Color-morado);
}

@media (max-width:1200px) {
  .recom-item .recom-item-body{
    padding: 12px 0 0 12px;
  }
}
@media (max-width:700px) {
  .recom-item .recom-item-body p{
    font-size: 12px ;
  }
  .cew.button{
    font-size: 12px;
  }
}
.img-radius{
  border-radius: 1%;
}
.logo-saturation{
  filter: saturate(0);
  transition: .1s ease-in all;
  height: 150px ;
}
.logo-saturation:hover{
  filter: saturate(100%);
}

.paralax-viajero{
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  background-attachment: fixed;
  font-family: var(--Fuente-principal);
  padding: 7rem;
}

.background-contacto{
  border-radius: 1%;

}

.background-contacto img{
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  bottom: 252px;
  margin: auto;
  z-index: 1;
  width: 23%;
}

@media (max-width: 991px) {
  .background-contacto img{
    width: 11%;
  }
}
@media (max-width:600px) {
  .background-contacto img{
    width: 20%;
  }
}

.contacto-logos h5{
  text-align: center;
  color: #ffff;
}
.contacto-logos p{
  color: #ffff;
  font-size: 15px;
  text-align: center;
}
.contacto-logos a:hover{
  color: var(--Color-hover);
}
.contacto-logos img{
  width:27%
}
.contacto-logos .contenedor-contacto{
  margin: 3rem auto;
}
.contenedor-valores{
  padding: 2rem;
  border-radius: 1%;
  margin: 10px;
  box-shadow: 6px 6px 28px 3px rgba(0,0,0,0.75);
  -webkit-box-shadow: 6px 6px 28px 3px rgba(0,0,0,0.75);
  -moz-box-shadow: 6px 6px 28px 3px rgba(0,0,0,0.75);
}
@media (max-width:1200px) {
  .contacto-logos .contenedor-contacto{
    margin: 1rem auto;
  }
  /* .contacto-logos img{
    width:9%
  } */
  .contacto-logos h5{
    font-size: 1.3rem;
  }
}
@media (max-width: 1080px) {
  .contacto-logos img{
    width: 20%;
  }
  .contacto-logos h5{
    font-size: 1.3rem;
  }
  
}
@media (max-width: 990px){
  .contacto-logos img{
    width: 9%;
  }
}
@media (max-width:790px) {
  .contacto-logos img{
    width:20%
  }
}
.descuento-actividad .descuento-tarjeta{
  color: #fff;
  background-color: #dc0000;
  border-radius: 50%;
  padding: 9px;
  width: 21%;
  max-height: 91%;
  position: absolute;
  right: 12%;
  bottom: 21%;
  font-size: 18px;
  font-family: var(--Fuente-texto);
  border: 2px solid #fff;
  -webkit-box-shadow: 2px 5px 58px -16px rgba(0,0,0,0.84);
  -moz-box-shadow: 2px 5px 58px -16px rgba(0,0,0,0.84);
  box-shadow: 2px 5px 58px -16px rgba(0,0,0,0.84);
}
.descuento-tarjeta .bg-descuento{
  position: absolute;
  width: 100%;
  height: auto;
}
.descuento-tarjeta .descuento{
  position: relative;
  font-size: 27px;
  top: 4px;
  left: -4px;
}
.descuento-tarjeta .porcentaje{
  position: relative;
  bottom: 31px;
  left: 28px;
}
.descuento-tarjeta .off{
  position: relative;
  bottom: 19px;
  left: 10px;
  font-size: 11px;
}
.destino-home{
  display: block;
}
.destino-home-responsive{
  display: none;
}
.modal-boton{
  font-size: 15px;
}
.modal-header .close{
  font-size: 20px;
}

.modal-title{
  font-size: 3rem;
  font-family: var(--Fuente-principal);
  text-align: center;
  font-weight: 700;
}
.modal-body input, .modal-body textarea{
  font-size: 2rem;
  font-family: var(--Fuente-texto);
  font-weight: 500;
  color: var(--Color-gris);
  background: rgba(228, 225, 221, 0.82);
}
.modal-body input:focus, .modal-body textarea:focus{
  border-color: var(--Color-hover);
}
.modal-body .color-modal{
  background-color: var(--Color-principal);
  color: #fff;
  font-size: 1.8rem;
  font-family: var(--Fuente-texto);
  font-weight: 700;
}
.modal-body .color-modal:hover{
  background-color: var(--Color-hover);
  color: #fff;
}

.header-logo{
  width: 40% !important;
}
.logo-header{
  width: 100% !important;
}

/* Invisible texto */
/* .seccion-txt-display {
  text-align: center;
  display:none; 
  transition: all .5s;
}
.seccion-txt-display p{
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
  background-color: var(--Color-principal);
  position: absolute;
  padding: 20px;
  font-weight: 700;
  font-family: var(--Fuente-texto);
} */
/* Visible texto */
/* .secciones-select:hover > .seccion-txt-display {
  display:block;
  transition: all .5s;
}
.img-seccion{
  width: 90%;
  text-align: center;
} */

.container-seccion{
  display: flex;
  justify-content: center;
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.profile .container-img {
  background-color: #ff9438;
  max-width: 100%;
  border-radius: 50%;
  border: 5px solid #f7f7f7;
  filter: drop-shadow(-20px 0 10px rgba(0, 0, 0, 0.1));
  cursor: pointer;   
  width: 45%;
  height: 110px;
}

.profile img.imagen-destino{    
  width: 55%;
  filter: drop-shadow(-20px 0 10px rgba(0, 0, 0, 0.1));
  border-radius: 50%;
  border: 5px solid #ff9438;
}

.profile .name-inicio {
  position: absolute;
  background-color: var(--Color-principal);
  color: #fff;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  padding: 15px 15px;
  bottom: -80px; 
  left: 40%;
  white-space: nowrap;
  transform: translate(-50%, -50px);
  letter-spacing: 1px;
  font-size: 16px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 100000;
}
.profile .name-inicio::before {
  content: "";
  position: absolute;
  width: 15px; height: 15px;
  background-color: var(--Color-principal);
  top: 0; left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.profile img{
  
  width: 70%;
}
.profile .name{
  text-align: center;
  font-size: 20px;
}
.brand-lateral-img{
  width: 8%;
  margin-right: 10px;
}
.profile img:hover + .name-inicio {
  opacity: 1;
  transform: translateX(-50%);
  box-shadow: 0 10px 20px rgba(86, 86, 198, 0.3);
}
.img-nosotros{
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img-nosotros:hover{
  -webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.bancos{
  background-color: var(--Color-transparente-motor);
  border: 1px solid #fff;
}
.img-desktop{
   display: block;
}
.responsive-img{
  display: none;
}
.link-reservas{
  color: #fff !important;
}
.link-reservas:hover{
  color: var(--Color-hover) !important;
}
.backbtn{
  background-color: #fff;
  color: var(--Color-hover);
  border: 1px solid var(--Color-hover);
  font-size: 1.4rem;
  margin-top: 35px;
}
.backbtn:hover{
  background-color: var(--Color-hover);
  color: #fff;
  border: 1px solid var(--Color-hover);
  
}
.size-brand-footer{
  width: 10% !important;
}

.box {
  position: relative;
  max-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}
.box .hide {
  opacity: 0;
}
.box .frame { 
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h2, .box p {
  position: absolute;
  font-family: var(--Fuente-principal);
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.box:hover {
  transition: all .3s ease-in-out;
}
.box:hover:before {
  transition: all .3s ease-in-out;
}
.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .3s ease-in-out;
}
.box img:hover {
  transition: all .3s ease-in-out;
}
.box img:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all .3s ease-in-out;
}
.blury-card .frame {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 0;
  transition: all .3s ease-in-out;
}
.blury-card h2, .blury-card p {
  text-align: center;
  top: 50%;
  transform: translatey(-50%);
  margin: 0;
  z-index: 3;
}
.blury-card p {
  transform: translatey(30px);
  letter-spacing: 3px;
}
.blury-card span {
  font-size: 24px;
}
.blury-card:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--Color-principal);
  z-index: 1;
  left: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.blury-card img {
  z-index: 2;
}
.blury-card:hover .frame {
  width: calc(100% - 10px);
  height: calc(100% - 30px);
  opacity: 1;
}
.blury-card:hover img {
  opacity: .5;
}
.blury-card:hover:before {
  opacity: 1;
  transition: all .3s ease-in-out;
}

.vintage h2 {
  top: 50%;
  transform: translate3d(0, 60px, 0);
  text-align: center;
}
.vintage p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform:capitalize;
  font-family: var(--Fuente-principal);
  font-size: 1.5rem;
}
.vintage:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h2 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
  
}
.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

.detras{
  position: relative;
  z-index: -1;
}
.formulariosContacto-Paralax .centrado-form-bodas{
  margin: 0 auto;
}
.separacion-movil{
  margin-top: 0;
}
@media (max-width:1200px) {
  .separacion-movil{
    margin-top: 14rem;
  }
  .descuento-actividad .descuento-tarjeta{
    width: 26%;
    padding: 28px;
  }
  .descuento-tarjeta .descuento {
    position: relative;
    font-size: 27px;
    top: -14px;
    left: -21px;
  }
  .descuento-tarjeta .porcentaje {
    position: relative;
    bottom: 49px;
    left: 12px;
  }
  .descuento-tarjeta .off {
    position: relative;
    bottom: 67px;
    left: 11px;
    font-size: 11px;
  }

}
@media (max-width: 990px) {
  .caruselindex {
    margin-top: 120px
  }
  .separacion-movil{
    margin-top: 13rem;
  }
  .descuento-actividad .descuento-tarjeta{
    width: 9%;
  }
  .destino-home-responsive{
    display: block;
  }
  .destino-home{
    display: none !important;
  }
  .team{
    display: none;
  }
  .img-desktop{
    display: none;
 }
 .responsive-img{
   display: block;
 }
 .promo-slider_left{
  display: none !important;
  }
  .responsive-filter{
    display: none;
  }
  
  .formulariosContacto-Paralax .centrado-form-bodas{
    margin: 0;
  }
}
@media (max-width:766px) {
  .grupos-responsive{
    display: none;
  }
  .descuento-actividad .descuento-tarjeta{
    width: 12%;
  }
  .destino-home-responsive{
    display: block;
  }
  .destino-home{
    display: none !important;
  }

}

/* GRID NOSOTROS */

 /* Main CSS */
 .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.responsive-carousel{
  display: none;
}
@media (max-width: 1200px) {
  .responsive-carousel{
    display: block;
  }
  .desktop-version{
    display: none;
  }
}
/*loader*/
.loading {
  background-color: rgb(55, 55, 55, 0.6);
  /* background-color: rgb(55, 55, 55); */
  height: 100vh;
  z-index: 10;
  position: absolute;
  width: 100%;
  opacity: 0.6;
  top: 0;
}
.loading p{
  display: none;
  position: absolute;
  left: 37%;
  background: none;
  top: 37%;
  font-size: 2rem;
  color: #fff;
  font-size: 2.5rem;
}
.loader-gif{
  width: 41%;
  position: absolute;
  left: 25.5%;
  top: 2%;
}
@media (max-width: 2500px) {
  .loader-gif{
    left: 34%;
    top: 13%;
    width: 25%;
  }
  .loading p{
    left: 38%;
    top: 40%;
  }
}
@media (max-width: 1200px) {
  .loader-gif{
    left: 16%;
    top: 18%;
    width: 60%;
  }
  .loading p{
    left: 33%;
    top: 53%;
  }
}

@media  (max-width: 900px) {
  .loading p{
    left:30%;
    top: 35%;
  }
  .loader-gif {
    left: 19%;
    top: 12%;
    width: 60%;
  }
}
@media (max-width:700px) {
  .loading p{
    left: 25%;
    top: 44%;
    font-size: 2rem;
  }
  .loader-gif{
    top: 30%;
    width: 78%;
    left: 3%;
  }

}

.loader {
  position: absolute;
  width: 120px;
  height: 140px;
  background-image: radial-gradient(circle 30px, #fff 100%, transparent 0),
  radial-gradient(circle 5px, #fff 100%, transparent 0),
  radial-gradient(circle 5px, #fff 100%, transparent 0),
  linear-gradient(#FFF 20px, transparent 0);
  background-position: center 127px , 94px 102px , 16px 18px, center 114px;
  background-size: 60px 60px, 10px 10px , 10px 10px , 4px 14px;
  background-repeat: no-repeat;
  z-index: 10;
  perspective: 500px;
  top: 20%;
  left: 45%;

}
.loader::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius:50%;
  border: 3px solid var(--Color-hover);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%) rotate(-45deg);
  border-right-color: transparent;
  box-sizing: border-box;
}
.loader::after {
  content: '';
  position: absolute;
  height: 80px;
  width: 80px;
  transform: translate(-50%, -55%) rotate(-45deg) rotateY(0deg) ;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  border: 7px solid var(--Color-hover);
  border-radius:50%;
  animation: rotate 0.5s linear infinite;
}

@keyframes rotate {
to{transform: translate(-50%, -55%) rotate(-45deg) rotateY(360deg)   }
}

/* Nuevas Clases*/
/* Testimonios */
.testimonios-paralax{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px;
}
.testimonios-paralax .item p{
  color: #fff;
  font-size: 1.4rem;
  padding: 10px;
  font-weight: 400;
}
.testimonios-paralax .item .usuario{
  width: 35% !important;
}
.testimonios-paralax .item::before{
  content: ´´;
  width: 100px;
  height: 100px;
  background: white;

}
/* Paralax Banners Largos */
.paralax-largo{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: initial;
  /* height: 200px; */
  padding: 30px;
}
.paralax-largo-2{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: initial;
  /* height: 200px; */
  padding: 50px 0;
}
.paralax-largo-2 .txt-banner-largo{
  color: #fff;
  font-size: 1.6rem;
  margin: 3px;
  font-family: var(--Fuente-texto);
}
.paralax-largo .top{
  font-size: 5rem;
  color: #fff;
  line-height: .7;
  font-family: var(--Fuente-principal);
  font-weight: 400;
  margin-bottom: 30px;
}
.top span{
  color: #ffff;
  font-size: 3.5rem;
  font-family: var(--Fuente-texto);
}
.paralax-largo-2 .barra{
  background-color: var(--Color-verde); 
  width:100%; 
}
.paralax-largo-2 .icon-left{
  width: 40%;
}
.paralax-largo-2 .telefono-paralax{
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  font-family: var(--Fuente-texto);
  font-weight: 700;
  margin: 3px;
}
.paralax-largo-2 .telefono-paralax:hover{
  color: initial;
}
.paralax-largo .contacto-paralax{
  font-size: 2rem;
  background: var(--Color-morado);
  padding: 5px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid var(--Color-morado);
  font-family: var(--Fuente-texto);
  font-weight: 700;
  text-decoration: none;
}

.paralax-largo .contacto-paralax:hover{
  background:var(--Color-hover);
  border: 1px solid var(--Color-hover);

}
.paralax-largo-2 .txt-largo-titulo{
  color: #fff;
  font-weight: 800;
  font-family: var(--Fuente-texto);
  font-size: 2rem
}
.paralax-largo-2 .txt-largo{
  font-family: var(--Fuente-texto);
  font-weight: 400;
  color: #fff;
  font-size: 1.5rem;

}
.contador-contacto .numeros{
  font-size: 4rem;
  color: var(--Color-principal);
}
.contador-contacto .suma{
  font-size: 4.9rem;
  color: var(--Color-hover);
}
.brands{
  width:10%; 
  margin:0 8px;
}
.contador-contacto .texto{
  font-size: 1.1rem;
  margin: 0;
  text-align: center;
  color: var(--Color-gris);
}

.paralax-viajero .btn-paralax{
  font-size: 2rem;
  background: var(--Color-morado);
  padding: 10px;
  color: #fff;
  border-radius: 10px;
  border: 1px solid var(--Color-morado);
  font-family: var(--Fuente-texto);
  font-weight: 700;
  text-decoration: none;
}
.paralax-largo .phone{
  width: 2%;
}
.paralax-viajero .btn-paralax:hover{
  background:var(--Color-hover);
  border: 1px solid var(--Color-hover);
  color: #fff;
}
.detras{
  z-index: -1;
}

.buscador-tours{
  background: #FFFF;
  position: absolute;
  margin: 0 auto;
  z-index: 1;
  top: 19%;
  right: 0;
  left: 0;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 7px 7px 19px -4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 7px 7px 19px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 7px 7px 19px -4px rgba(0,0,0,0.75);
}

.filter-button{
  border: var(--Color-secundario) 1px solid;
  background-color: var(--Color-secundario);
  font-size: 2rem;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  color: #fff;
}
.select2{
  width: auto;
}
.filter-button:hover{
  background-color: var(--Color-principal);
  color: #fff;
  border-color: 1px solid var(--Color-principal);
}

@media (max-width: 1200px) {  
  .buscador-tours{ 
    position: initial;
  }
  .select2{
    max-width: 100%;
  }
  .paralax-largo{
    background-size: cover;
    background-position: center;
    background-attachment: initial;
  }
  .paralax-largo .top{
    font-size: 2.4rem;
    line-height: 1;
  }
  .paralax-largo .top span{
    font-size: 2.4rem; 
  }
  
  .brands{
    width: 5%;
  }
}
@media (max-width: 800px){
  .paralax-largo-2 .txt-largo-titulo{
    font-size: 11.5px;
  }
  .paralax-largo-2 .txt-largo{
    font-size: 11px;
    line-height: 1.5;
  }
  .paralax-largo-2 .icon-left{
    width: 35%;
  }
  .paralax-largo .phone{
    width: 7%;
  }
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* background: linear-gradient(-45deg, rgba(0, 173, 68, 0.34) 0%, rgba(245, 200, 13, 0.34) 100%); */
  /* From https://css.glass */
  background: rgba(0, 110, 152, 0.34);
  backdrop-filter: blur(10.2px);
  -webkit-backdrop-filter: blur(10.2px);
}

.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;
}

.card-traslados {
  padding: 10px;
}

.card-traslados .card-body {
  background-color: var(--Color-principal);
}

.card-traslados .precio p {
  color: white;
}
.card-traslados .precio p span{
  color: white;
}
.card-traslados .card-body h5{
  color: white;
  font-family: var(--Fuente-texto);
}
.card-traslados .card-body h6{
  color: white;
  font-family: var(--Fuente-texto);
}

.info2 {
  opacity: 0;
  position: absolute;
  transition: 0.5s all ease;
  top: 10px;
}

.info1 {
  transition: 0.5s all ease;
}

.info2 h4{
  color: white;
  font-family: var(--Fuente-texto);
}

.card-traslados-inner {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-body {
  transition: all 0.5s linear;
  position: relative;
}

.card-body:hover {
  /* transform: scaleY(1.23); */
  transform-origin: bottom;
}


.card-body:hover .info1 {
  opacity: 0;
}
.card-body:hover .info2 {
  opacity: 1;
}

.link a {
  color:#fff;
  text-decoration: underline;
}

.contenedor, .contenedor-grupos{
  position: relative;
}

.contenedor img{
  width: 70%;
  display: block;
  margin: auto;
  /* border-radius: 20px;
  box-shadow: 0 10px 20px rgba(86, 86, 198, 0.3); */
}

.contenedor p,.contenedor-grupos p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 1.2vw;
  font-weight: bold;
  color: white;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;
}

.contenedor-grupos p {
  font-weight: bold;
  -webkit-text-stroke-width: 1.5px;
}

.btn-back-tour {
  background: var(--Color-secundario);
  border: none;
  padding: 12px 0px;
  color: #ffffff;
  margin-top: 0px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 900;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

.txt-viajes-txt.txt-subtitle {
  font-weight: bold;
  font-size: 2rem;
}


#categorias-container .separacion{
  margin-top: 3rem;
}

.txt-lista{
  font-size: 1.5rem;
  font-weight: 500;
  font-family: var(--Fuente-texto);
  margin: 2px 0px;
  color: var(--Color-subtitulos);
  line-height: 1.5;
}

.name-group{
  font-size: 15px;
}

.listas-grupos{
  padding-inline-start: 20px;
}

@media (min-width: 992px) {
  #categorias-container .separacion{
    margin-top: 2rem;
  }

  .imagen-medio{
    padding: 0 7.5px !important;
  }
}

.banner-grupo{
  width: 100%;
  max-height: 1080px;
  object-fit: cover;
}

.breadcrumb{
  background-color: transparent;
}

.breadcrumb-item {
  color: var(--Color-secundario);
}

.breadcrumb-item a:hover {
  color: #04435b;
  font-weight: bold;
}

.breadcrumb-item.active {
  color: var(--Color-principal);
  text-decoration: underline;
}
.breadcrumb-item.active a:hover {
  font-weight: 400;
  cursor: default;
}

.btn-back-grupos {
  background: var(--Color-secundario);
  color: #ffffff;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}