
*{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;
}

.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-secundario);
  padding-bottom: 4px;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 1px;
  text-transform: none;
  margin-bottom: 15px;
}

.checkout-div h4{
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 10px;
  background: var(--Color-principal);
  color: #fff;
  text-align: center;
  padding: 10px 0px;
}
.checkout-div span {
  color: var(--Color-secundario);
}
.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: 37px;
  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 #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-principal);
  color: #fff;
  padding: 5px 47px;
  font-size: 25px;
  border-radius: 10px;
  border: 1px solid var(--Color-principal);
  transition: all .3s;
  position: absolute;
  right: 0;
  top: 7px;
}

.float-prevent a:hover{
  background: var(--Color-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%;
}

.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: 40px 30px;
  text-align: justify;
}

.descDiv h3{
  font-weight: bold;
  color: var(--Color-principal);
  font-size: 3rem;
}
.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;
}

.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-secundario);
  color: #ffffff;
}

.descDiv a:hover{
  background:var(--Color-hover);
  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%;
}

:root {
  --loading-grey: #ededed;
}

.card {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, .12);
  margin-bottom: 15px;
}

.image {
  height: 200px;
}

.image img {
  display: block;
  width: 100%;
  height: inherit;
  object-fit: cover;
}

.content {
  padding: 1rem 1rem;
}

h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.description {
  font-size: 1rem;
  line-height: 1.4rem;
}

.loading .image,
.loading h4,
.loading h3,
.loading h2,
.loading p,
.loading .description,
.loading h1  {
  background-color: var(--loading-grey);
  background: linear-gradient(
          100deg,
          rgba(255, 255, 255, 0) 40%,
          rgba(255, 255, 255, .5) 50%,
          rgba(255, 255, 255, 0) 60%
  ) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

.loading h4 {
  min-height: 1.6rem;
  border-radius: 4px;
  animation-delay: .05s;
  /* margin-bottom: -8px; */
}
.loading h3 {
  min-height: 1rem;
  border-radius: 4px;
  animation-delay: .05s;
  /* margin-bottom: -10px; */
}

.loading h2 {
  min-height: 1rem;
  border-radius: 4px;
  animation-delay: .05s;
  width: 50%;
}

.loading p {
  min-height: 1rem;
  border-radius: 4px;
  animation-delay: .05s;
  width: 50%;
  float: right;
  margin: 10px 0px;
}

.loading h1 {
  min-height: 2rem;
  border-radius: 24px;
  animation-delay: .05s;
  position: relative;
  margin-top: 46px;
}

.loading .description {
  min-height: 4rem;
  border-radius: 4px;
  animation-delay: .06s;
}
.loading .description {
  min-height: 4rem;
  border-radius: 4px;
  animation-delay: .06s;
}

#mostrarAlertaHab{
  display: none;
  transition: all .5s ease-in-out;
}

.habNueva{
  position: absolute;
  right: 65px;
  background: var(--Color-principal);
  padding: 8px 10px;
  top: -7px;
  width: 410px;
}

.habNueva::after{
  content: '';
  position: absolute;
  top: 12px;
  right: -6px;
  background: var(--Color-principal);
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
}

.habNueva p{
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.alerta-titular{
  background: var(--Color-principal);
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0px 0px 7px #ccc;
}

.alerta-titular p{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.colorh2slider-home{
  color: #fff;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 57px;
}

.p-2-s-home{
  margin: 15px 0px;
}

.txt-viajes {
  font-size: 2.5rem;
  color: var(--Color-principal);
  font-weight: bold;
  font-family: var(--Fuente-principal);
}

.txt-viajes-2 {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: var(--Fuente-principal);
  margin: 18px 0px;
  color: var(--Color-secundario);
  text-align: justify;
}
.txt-viajes-txt a , .card-body a{
  color: var(--Color-secundario);
}
.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: 400;
  font-family: var(--Fuente-principal);
  margin: 18px 0px;
  color: var(--Color-gris);
  text-align: justify;
}
.txt-viajes-paralax{
  font-size: 3rem;
  color: var(--Color-hover);
  font-weight: bold;
  font-family: var(--Fuente-principal);
}
.txt-viajes-txt-paralax{
  font-size: 2.5rem;
  font-weight: 500;
  font-family: sans-serivar(--Fuente-principal);
  margin: 18px 0px;
  color: #fff;
  text-align: justify;
}
.txt-valores{
  font-size: 1.8rem;
  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;
}
.text-follow-copy {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
  margin: 0;
}
.footer-opciones {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--Color-secundario);
  /*font-family: Arial, Helvetica, sans-serif;*/
  padding-top: 15px;
  margin: 10px auto;
  text-align: left;
  margin-left: 15px;
}
.text-follow{
  font-size: 1.6rem;
  color: var(--Color-gris);
  text-align: justify;
  line-height: 1.2;
}
.text-follow a {
  color: var(--Color-gris);
  text-align: center;
}
.text-follow a:hover{
  color: var(--Color-secundario);
  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: 8%;
}

/* Tablet */
@media (max-width: 1200px){
  .footer-opciones {
    font-size: 2.5rem;
    text-align: center;
  }

  .text-follow{
    font-size: 1.4rem ;
    text-align: left;
    /* margin-left: 30%; */
  }
}
/* 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-secundario);
  font-size: 3.5rem;
  font-weight: 500;
  font-family: var(--Fuente-principal);
  margin: 18px 0px;
  line-height: 4rem;
}
.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: var(--Color-principal);
  padding: 20px 20px;
  height: 100%;
  border-radius: 1%;
}


.formulariosContacto h3{
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: var(--Fuente-principal);
}

.formulariosContacto input, .formulariosContacto select, .formulariosContacto textarea{
  padding: 15px 10px;
  border-radius: 10px;
  margin-bottom: 21px;
  font-size: 15px;
  height: initial;
}

.formulariosContacto button,.formulario-contacto .btn-contacto{
  background: var(--Color-secundario);
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.formulariosContacto button:hover ,.formulario-contacto .btn-contacto:hover, .formulariosContacto-Paralax button:hover{
  background: var(--Color-hover);
  color: #fff;
}
.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;
}

@media (max-width: 1200px) {
  .formulario-servicio img{
    bottom: 15px;
  }
}
.relativo-cont{
  position: relative;
}

.formulario-servicio button{
  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 button:hover{
  background: var(--Color-hover);
  color: #fff;
}
.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 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-secundario);
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.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: 150px;
  right: 25px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  border-radius: 50%;
  box-shadow: 0px 0px 5px var(--Color-hover);
}

.float-wsp a img{
  width: 100%;
}

@media (max-width:1024px) {
  .float-wsp{
    bottom: 150px;
    right: 25px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width:800px) {
  .float-wsp{
    bottom: 150px;
    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;
}
.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: 3rem;
  font-weight: bold;
}
.banner-dest{
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5rem auto;
  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{
  font-size: 5rem;
  font-weight: 300;

}
.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-secundario);
  font-size: 2.3rem;
  justify-content: center;
}
.navbar-nav .nav-link:hover{
  color:var(--Color-principal);
}

.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: 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;
  }
  .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: 7rem;
}
.separacion-doble{
  margin: 7rem auto;
}

@media (max-width: 1000px) {
  .separacion-responsive{
    margin-top: 30rem;
  }
  .separacion{
    margin: 0;
  }
}

.cws_dividers {
  position: relative;
  z-index: 1;
  display: block;
  width: 45%;
  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: 13px 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{
  
  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-secundario);
  -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-hover);
}

.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-secundario);
  color: #ffffff;
  font-size: 15px;
}

.cws-button:hover {
  color: #fff;
  background: var(--Color-hover);
  border-color: var(--Color-hover);
}
.img-radius{
  border-radius: 1%;
}
.logo-saturation{
  filter: saturate(0);
  transition: .1s ease-in all;
  height: 150px !important;
}
.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: 8rem;
}

.background-contacto{
  background: rgba(0,63,110,0.75);
  border-radius: 1%;
  height: 250px;
}

.background-contacto img{
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 252px;
  margin: auto;
  z-index: 1;
}

.background-contacto h5{
  text-align: center;
  color: #fff;
}
.background-contacto p{
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.background-contacto a:hover{
  color: var(--Color-hover);
}
.background-contacto .contenedor-contacto{
  margin: 7rem 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);
}

.descuento-actividad .descuento-tarjeta{
  color: #fff;
  /* background-color: #dc0000; */
  border-radius: 50%;
  /* padding: 9px; */
  width: 22%;
  height: 221%;
  position: absolute;
  right: 12%;
  bottom: -13%;
  font-size: 18px;
  font-family: var(--Fuente-principal);
  /* 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: 19px;
  left: 9px;
}
.descuento-tarjeta .porcentaje{
  position: relative;
  bottom: 17px;
  left: 42px;
}
.descuento-tarjeta .off{
  position: relative;
  bottom: 6px;
  left: 25px;
  font-size: 11px;
}
.destino-home{
  display: block;
}
.destino-home-responsive{
  display: none;
}
.terminos-texto{
  display: none;
}
@media (max-width:1200px) {
  .descuento-actividad .descuento-tarjeta{
    width: 26%;
  }
}
@media (max-width: 990px) {
  .descuento-actividad .descuento-tarjeta{
    width: 9%;
  }
  .destino-home-responsive{
    display: block;
  }
  .destino-home{
    display: none !important;
  }
}
@media (max-width:766px) {
  .grupos-responsive{
    display: none;
  }
  .descuento-actividad .descuento-tarjeta{
    width: 12%;
  }
  .destino-home-responsive{
    display: block;
  }
  .destino-home{
    display: none !important;
  }
}