@font-face {
  font-family: 'poppins-regular';    
  src: url('../fonts/Poppins-Regular.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppins-bold';    
  src: url('../fonts/Poppins-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppins-semibold';    
  src: url('../fonts/Poppins-SemiBold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppins-medium';    
  src: url('../fonts/Poppins-Medium.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat-Bold';    
  src: url('../fonts/montserrat-Bold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root{
  --acent: #00a9ff;
  --acent2: #ffffff;
  --blue:#292937;
  --text-regular: 'poppins-regular', sans-serif;
  --text-semibold: 'poppins-semibold', sans-serif;
  --text-medium: 'poppins-medium', sans-serif;
  --text-bold: 'poppins-bold', sans-serif;
  --text-bold-v2: 'montserrat-Bold', sans-serif;
}
*{
  padding: 0;
  margin: 0;
  font-family: var(--text-regular);
  color: #223645;
  box-sizing: border-box;
}
b{
  font-family:var(--text-bold);
}
html {
  scroll-behavior: smooth;
}
body{
  background: white;
  font-size: 16px;
}
section{
  overflow: hidden;
}
.w-100{
  width: 100%;
}
.w-50{
  width: 50%;
}
.w-25{
  width: 25%;
}
.text-acent{
  color: var(--acent);
}
.text-white{
  color: white;
}
.text-center{
  text-align: center;
}
.text-bold{
  font-family: var(--text-bold) !important;
}
.text-regular{
  font-family: var(--text-regular) !important;
}
.text-semibold{
  font-family: var(--text-semibold) !important;
}
.text-bold-v2{
  font-family: var(--text-bold-v2) !important;
}
.text-regular-v2{
  font-family: var(--text-regular-v2) !important;
}
.text-semibold-v2{
  font-family: var(--text-semibold-v2) !important;
}
.text-upercase{
  text-transform: uppercase;
}
.text-10{
  font-size: 10px !important;
}
.text-12{
  font-size: 12px !important;
}
.text-14{
  font-size: 14px !important;
}
.text-18{
  font-size: 18px !important;
}
.text-20{
  font-size: 20px !important;
}
.text-22{
  font-size: 22px !important;
}
.text-32{
  font-size: 32px !important;
}
.text-42{
  font-size: 42px !important;
}
.d-flex{
  display: flex;
}
.box-1200{
  max-width: 1200px;
  margin: 0 auto;
}
.box-shadown-radial{
  box-shadow: 3px 1px 37px -5px rgba(59, 59, 59, 0.29);
  -webkit-box-shadow: 3px 1px 37px -5px rgba(59, 59, 59,.29);
  -moz-box-shadow: 3px 1px 37px -5px rgba(59, 59, 59,.29);
}
.item-tablet,
.item-mobile{
  display: none !important;
}
.item-desktop{
  display: block !important;
}
.btn-acent{
  padding: 10px 20px;
  background: var(--acent);
  color: white;
  margin: 45px auto 0;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  border: none;
  width: 220px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-acent.acent-var{
  background: #ee8e04;
  font-family: var(--text-medium);
  width: 240px;
}
.acent-border {
  width: 30px;
  height: 3px;
  background: #223645;
  margin-right: 15px;
}
.box-tittle{
  align-items: center;
}
.box-tittle h2{
  font-size: 16px;
}
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active{
  background: var(--acent);
  width: 10px;
  height: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0px;
}
/* $NAV */
.nav-top{
  width: 100%;
  transition: 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0,0,0,0.23);
  height: 105px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
  box-shadow: 0px 2px 26px 0px rgba(0,0,0,0.23);
}
.box-nav-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  align-content: center;
  height: 100%;
}
.box-nav-top .lista-menu{
  display: flex;
  height: 100%;
  align-items: center;
}
.box-nav-top .lista-menu a{
  text-decoration: none;
  margin: 0 30px;
  font-size: 14px;
  transition: 1s;
  border-bottom: 1px solid transparent;
  font-family: var(--text-semibold);
  color: white;
  text-transform: uppercase;
}
.box-nav-top .lista-menu a.btnContacto{
  background: var(--acent);
  display: flex;
  align-items: center;
  padding: 12px 30px 9px;
  margin-right: 20px;
  border-radius: 40px;
  text-transform: uppercase;
}
.nav-top .lista-menu img{
  transition: 1s;
  height: 27px;
}
.box-nav-top .lista-menu a.redes-menu{
  margin: 9px 10px 0;
}
.box-nav-top .lista-menu a.redes-menu:hover{
  border-bottom: 1px solid transparent;
}
.box-nav-top .lista-menu a:hover{
  border-bottom: 1px solid var(--acent);
}
.nav-top .logo-nav{
  transition: 1s;
  width: 204px;
}
.nav-top .nav-redes{
  margin-left:30px;
}
.nav-top .nav-redes a{
  text-decoration: none;
  margin-right: 10px;
  transition: 1s;
}
.nav-top .nav-redes img{
  transition: 1s;
}
.nav-top.active{
  height: 70px;
  background: rgba(0,0,0,0.90);
}
.nav-top.active .logo-nav{
  width: 140px;
}
.nav-top.active .nav-redes a{
  margin-right: 7px;
}
.nav-top.active .box-nav-top .lista-menu a{
  font-size: 13px;
}
.nav-top.active .lista-menu img{
  height: 25px;
}
.nav-top .menu-mobile{
  height: 0;
  transition:.5s;
  overflow: hidden;
  width: 100%;
}
.nav-top .btn-menu-mobile{
  display: none;
}
.nav-top .menu-mobile .lista-menu{
  margin: 20px 0;
}
.nav-top .menu-mobile .lista-menu a{
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  color: white;
}
.nav-top .menu-mobile .nav-redes{
  margin: 30px 0 0;
}
.nav-contacto-item{
  align-items: center;
  margin-right: 30px;
}
.nav-contacto-item p{
  font-size: 14px;
  margin-left: 10px;
  color: white;
}
.nav-contacto-item img{
  height: 35px;
}
/* $HEADER */
.header-seccion{
  position: relative;
  background: transparent;
  min-height: 100vh;
}
.header-seccion .header_logos{
  max-width: 800px;
  margin-top: -10%;
}
.header-seccion .box-countdown{
  justify-content: center;
  padding: 50px 15px;
}
.box-countdown .container-countdown{
  border-radius: 20px;
  background: white;
  width: 600px;
  height: 160px;
  margin-bottom: 50px;
  padding: 16px 50px;
}
.header-seccion .box-datos{
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px;
}
.header-seccion .box-datos .item-datos{
  border-radius: 20px;
  padding: 20px 40px;
  align-items: center;
}
.box-datos .item-datos img{
  margin-right: 20px;
}
/*PRORAMA*/
.programa-seccion .swiper-header{
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.programa-seccion .swiper-header .swiper-slide{
  text-align: center;
}
.programa-seccion .titulo-programa{
  width: 90%;
  margin: 60px auto 70px;
}
.programa-seccion .swiper-header img{
  width: 95%;
}
.programa-seccion .swiper-header .swiper-button-next{
  right: 1%;
}
.programa-seccion .swiper-header .swiper-button-prev{
  left: 1%;
}
.programa-seccion .swiper-header .swiper-button-next:after, 
.programa-seccion .swiper-header .swiper-button-prev:after{
  color: white;
  background: var(--acent);
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
}
/* Experiencia */
.bannerExperiencia{
  background: url("../media/banner_boletos.png") no-repeat center /cover;
  padding: 60px 15px;
}
.bannerExperiencia .box-1200{
  justify-content: space-between;
  align-items: center;
  flex-wrap:wrap ;
}
.bannerExperiencia .btn-acent{
  margin-right: 0;
  width: auto;
}
.bannerExperiencia h3{
  line-height: 54px;
  font-size: 50px;
  margin-top: 30px;
}
/* Nosotros */
.nosotros-seccion{
  padding: 40px 15px 60px;
  background: #d9f0fc url("../media/back_comite.png") no-repeat center/100%;
}
.nosotros-seccion .box-1200{
  align-items: center;
  margin-bottom: 70px;
}
.nosotros-seccion .nosotros-img{
  width: 40%;
  height: auto;
  margin-right: 5%;
}
.nosotros-seccion .box-text h3 {
  font-size: 40px;
  line-height: 43px;
  margin: 30px 0 20px;
}
.nosotros-seccion .box-text h3 span{
  font-family: var(--text-bold);
  color: var(--acent);
}
.nosotros-seccion .box-comite{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 40px;
  align-items: stretch;
  margin-top: 50px;
}
.nosotros-seccion .box-comite > div{
  text-align: center;
  padding: 50px 15px 20px;
  background-color: white;
}
.comite-titulo{
  letter-spacing: 5px;
}
.ponenetes-titulo{
  color: #ee8e04;
  font-size: 43px;
  line-height: 38px;
  margin-top: 50px;
}
.ponenetes-titulo span{
  font-size: 31px;
  color: #ee8e04;
  line-height: 26px;
}
/* hoteles-seccion */
.hoteles-seccion{
  background: url("../media/back_hoteles.png") no-repeat center /cover;
  padding: 30px 15px 70px;
}
.hoteles-seccion .titulo-hoteles{
  font-size: 66px;
  text-transform: uppercase;
}
.hoteles-seccion .btn-acent{
  margin: 0;
  font-size: 12px;
  width: auto;
}
.hoteles-seccion .item-qr{
  flex-direction: column;
  margin-right: 20px;
}
.hoteles-seccion .item-qr img{
  margin:0 0 30px ;
}
.hoteles-seccion .titulo-qr p{
  line-height: 28px;
  font-size: 25px;
}
.hoteles-seccion .titulo-qr span{
  font-size: 40px;
}
.hoteles-seccion .box-qr{
  justify-content: space-around;
  margin-top: 50px;
}
.hoteles-seccion .text-qr p{
  line-height: 20px;
  margin-bottom: 11px;
}
.hoteles-seccion .text-qr p img{
  margin-right: 5px;
  margin-bottom: -2px;
}
/* logos-seccion */
.logos-seccion .box-1200{
  padding: 50px 15px;
  justify-content: center;
}
.logos-seccion img{
  width: 50%;
}
/* tour-seccion */
.tour-seccion {
  background: #e8e8e8;
}
.tour-seccion .box-top-tour{
  background: url("../media/back_tour.png") no-repeat center /cover;
  padding: 40px 15px 60px;
}
.tour-seccion .box-top-tour p{
  color: white;
}
.tour-seccion .box-iconos-eventos{
  justify-content:center;
  flex-wrap: wrap;
}
.tour-seccion .box-iconos-eventos img{
  width: 100%;
  max-width: 350px;
  margin: 40px .5% 20px;
  min-width: 200px;
}
.tour-seccion .box-iconos-eventos > div{
  width:21%;
  min-width:250px;
}
    
.tour-seccion .titulo-eventos{
  font-size: 55px;
  text-transform: uppercase;
  line-height: 45px;
}
.container-galeria-tour{
  padding: 40px 15px 60px;
  text-align: center;
}
.container-galeria-tour .titulo-tour{
  font-size: 35px;
  text-transform: uppercase;
  transition: .3;
}
.container-galeria-tour .box-img-tour{
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
.container-galeria-tour .box-img-tour img{
  margin: 5px 10px;
  transition: opacity .5s ease-out;
}
.container-galeria-tour .box-img-tour:hover img{
  opacity: .7;
}
.container-galeria-tour .box-img-tour img:hover{
  opacity: 1;
}
.item-img-tour{
  flex-wrap: wrap;
  justify-content: center;
}
/* $formulario-seccion */
.formulario-seccion .box-1200 > div{
  width: 50%;
}
.formulario-seccion{
  background: #e8e8e8;
  justify-content: center;
  padding: 90px 50px;
}
.formulario-seccion .box-contacto{
  width: 100%;
  max-width: 480px;
  transform: translateX(50%);
}
.formulario-seccion .item-contacto-redes{
  margin-top: 45px;
}
.formulario-seccion .item-contacto-redes img{
  margin-left: 10px;
  height: 22px;
}
.text-form .box-datos{
  margin-top: 50px;
}
.text-form .box-datos .item-datos{
  align-items: start;
  margin-bottom: 20px;
}
.text-form .box-datos .item-datos img{
  margin-right: 15px;
  margin-top: 5px;
}
.formulario-seccion h3{
font-size: 30px;
line-height: 34px;
margin-bottom: 20px;
}
.formulario-seccion p{
  font-size: 13px;
}
.formulario-seccion a{
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.formulario-seccion .box-form{
  padding: 10px 60px;
}
.formulario-seccion .box-form .box-inputs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formulario-seccion .box-form .box-inputs .input-text{
  border-radius: 20px;
  height: 48px;
  background: #ffffff;
  width: 47%;
}
.formulario-seccion .box-form .box-inputs .text-area::placeholder,
.formulario-seccion .box-form .box-inputs .input-text::placeholder{
  font-size: 14px;
  color: #8c8c9d;
}
.formulario-seccion .box-form .box-inputs .text-area{
  width: 100%;
  height: 150px;
  border: none;
  background: #ffffff;
  border-radius: 20px;
}
.formulario-seccion .separador-horizontal{
  width: 27%;
  height: 1px;
  background: var(--acent);
  margin: 10px 0 15px;
}
.formulario-seccion .btn-acent{
  width: 100%;
  font-size: 16px;
  margin-top: 40px;
}
.box-form .input-text{
  padding: 11px 25px 7px;
  border: none;
  border-radius: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.box-form .text-area{
  padding: 10px 25px;
}
.box-form .box-datos{
  margin-left: 30px;
}
/* $FOOTER */
footer .footer-top{
  padding: 50px 20px 10px;
  background: #0b2539;
}
footer .footer-top .box-1200{
  display: flex;
  align-items: center;
  margin: 0 auto;
}
footer .footer-top p,
footer .footer-top a{
  color: white;
  text-decoration: none;
  font-size: 14px;
}
footer .footer-top .footer-top-left{
  justify-content: center;
  width: 33.33%;
  display: flex;
  align-items: center;
}
footer .footer-top .footer-top-rigth{
  width: 66.66%;
}
footer .footer-top .footer-contacto{
  display: flex;
  justify-content: center;
  width: 100%;
}
footer .footer-top .footer-contacto > div{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  width: 50%;
}
footer .footer-top .footer-contacto > div p{
  margin-bottom: 5px;
}
footer .footer-top .footer-contacto > div img{
  margin-top: 5px;
  margin-right: 10px;
}
footer .footer-top .footer-contacto .item-contacto{
  align-items: center;
  margin-bottom: 20px;
}
footer .footer-top .footer-contacto .item-contacto p{
  margin-bottom: 0px;
}
footer .footer-top .nav-redes.redes-tablet{
  display: none;
}
footer .footer-top .nav-redes{
  display: flex;
}
footer .footer-top .nav-redes img{
  width: 25px;
  margin: 0 10px;
}
footer .footer-bottom{
  padding: 20px 0 25px;
  background: #0b2539;
}
footer .footer-bottom > *{
  margin: 0 15px;
}
footer .footer-bottom a,
footer .footer-bottom p{
  text-decoration: none;
  font-size: 13px;
  color: white;
}
footer .footer-bottom p{
  margin-right: 60px;
}
@media (max-width: 768px) {
  .text-42{
    font-size: 32px;
  }
  .item-mobile,
  .item-desktop{
    display: none !important;
  }
  .item-tablet{
    display: block !important;
  }
  /* $NAV */
  .nav-top {
    padding: 15px 20px;
    height: auto;
  }
  .nav-top.active {
    height: auto;
  }
  .nav-top .logo-nav{
    width: 120px;
  }
  .nav-top .btn-menu-mobile{
    width: 40px;
    text-align: center;
    display: block;
  }
  .nav-top .btn-menu-mobile img{
    width: 35px;
  }
  .nav-top .menu-mobile.active{
    height: 230px;
    background: rgba(0, 0, 0, 0.10);
  }
  .nav-top .nav-redes{
    margin-left: 0;
  }
  .box-nav-top .lista-menu.menu-desktop{
    display: none;
  }
  /* $HEADER */
  .header-seccion .swiper-header .swiper-button-next{
    right: 10px;
  }
  .header-seccion .swiper-header .swiper-button-prev{
    left: 10px;
  }
  .header-seccion .swiper-header {
    height: calc(65vh - 70px);
  }
  .header-seccion .swiper-header .text-banner {
    right: 10%;
    width: 60%;
  }
  .header-seccion .header_logos {
    max-width: 90%;
    margin-top: -7%;
  }
  .box-countdown .container-countdown {
    width: 90%;
    height: auto;
  }
  .header-seccion .box-countdown {
    padding: 25px 15px 10px;
  }
  .header-seccion .box-datos {
    flex-wrap: wrap;
  }
  .header-seccion .box-datos .item-datos {
    width: 90%;
    margin-bottom: 30px;
  }
  .bannerExperiencia{
    background-position:70% 0;
  }
  .bannerExperiencia h3{
    line-height: 48px;
    font-size: 43px;
    margin-top: 30px;
  }
  .hoteles-seccion .box-qr{
    flex-wrap:wrap;
  }
  .hoteles-seccion .box-qr > div{
    width: 400px;
   margin-bottom: 50px;
  }
  .logos-seccion .box-1200{
    flex-wrap: wrap;
  }
  .logos-seccion img{
    width: auto;
    margin-bottom: 20px;
  }
  .nosotros-seccion .d-flex.box-1200{
    justify-content: space-between;
  }
  .nosotros-seccion .nosotros-item h3{
    font-size: 30px;
  }
  .nosotros-seccion img {
    width: 40%;
    margin-right: 2%;
  }
  .nosotros-seccion .d-flex.box-1200{
    align-items: center;
  }
  .formulario-seccion .box-1200{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .formulario-seccion .box-1200 > div{
    width: 100%;
  }
  .text-form .box-datos .item-datos{
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .footer-top .footer-top-left{
    width: 30%;
    justify-content: center;
  }
  /* $FOOTER */
  footer .footer-top{
    flex-wrap: wrap;
    margin:0;
  }
  footer .footer-top .footer-top-left img{
    max-width: 90%;
  }
  footer .footer-top .nav-redes {
    justify-content: start;
    width: 100%;
    padding-left: 35px;
  } 
  footer .footer-top .nav-redes img{
    margin: 0 10px;
  }
  footer .footer-top .footer-top-rigth > *,
  footer .footer-top .footer-top-left > *{
    margin-bottom: 20px;
  }
  /* $FORMULARIO*/
}
@media (max-width: 450px) {
  .item-tablet,
  .item-desktop{
    display: none !important;
  }
  .item-mobile{
    display: block !important;
  }
  .text-42 {
    font-size: 25px;
  }
  .text-32 {
    font-size: 20px;
  }
  .btn-blue,
  .btn-yellow{
    font-size: 18px;
  }
  /* $NAV */
  .nav-top .logo-nav{
    width: 110px;
  }
  .nav-contacto-item{
    display: none;
  }
  /* $HEADER */
  .header-seccion .header_logos {
    max-width: 90%;
  }
  .header-seccion .box-proposito .box-proposito-item {
    width: 100%;
  }
  .header-seccion .swiper-header {
    height: calc(100vh - 70px);
  }
  .header-seccion .swiper-header .text-banner {
    right: 14%;
    width: 70%;
  }
  .header-seccion .swiper-header .text-banner h2 {
    font-size: 45px;
  }
  .box-countdown .container-countdown {
    width: 100%;
    padding: 20px 12px;
    margin-bottom: 5px;
  }
  .header-seccion .box-datos .item-datos {
    width: 100%;
    padding: 20px 20px;
  }
  .header-seccion .btn-acent{
    margin-top: 10px;
  }
  .bannerExperiencia h3 {
    line-height: 28px;
    font-size: 23px;
    margin-top: 10px;
  }
  .nosotros-seccion{
    padding-bottom: 0;
  }
  .nosotros-seccion .box-text .text-space {
    margin-left: 0;
  }
  .nosotros-seccion .box-text h3 {
    font-size: 70px;
  }
  .nosotros-seccion .box-1200 .d-flex{
    flex-direction: column;
  }
  .nosotros-seccion .d-flex.box-1200{
    flex-wrap:wrap ;
  }
  .nosotros-seccion .nosotros-item{
    width: calc(100% + 30px );
    margin: 0 -15px;
  }
  .nosotros-seccion .d-flex.box-1200{
    flex-direction: column-reverse;
  }
  .nosotros-seccion .nosotros-img {
    width: 100%;
  }
  .nosotros-seccion .box-text h3 {
    font-size: 29px;
    line-height: 33px;
  }
  .nosotros-seccion .box-tittle {
    margin-top: 25px;
  }
  .nosotros-seccion .box-text{
    margin-bottom: 30px;
  }
  .nosotros-seccion{
    padding-bottom: 0;
  }
  .comite-titulo {
    font-size: 35px !important;
    letter-spacing: 4px;
  }
  .nosotros-seccion .box-comite > div {
    padding: 60px 15px 70px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
  }
  .hoteles-seccion .item-qr{
    margin-right: 0;
    align-items: center;
  }
  .hoteles-seccion .item-qr img{
    margin: 20px 0 30px;
  }
  .hoteles-seccion .box-qr >div{
    flex-direction: column-reverse;
    align-items: center;
  }
  .container-galeria-tour .box-img-tour img{
    width: 100%;
    margin: 5px 0;
  }
  .item-img-tour{
    width: 100%;
  }
  .item-img-tour div{
    width: 100%;
  }
  .formulario-seccion {
    padding: 40px 20px;
  }
  .formulario-seccion .d-flex.box-1200 > div{
    width: 100%;
  }
  .formulario-seccion .text-form{
    margin-bottom: 50px;
  }
  .formulario-seccion .box-form {
    padding: 10px;
  }
  .formulario-seccion .box-form .box-inputs .input-text {
    width: 100%;
  }
  .text-form .box-datos .item-datos {
    margin-bottom: 0;
  }
  footer .footer-top .box-1200{
    flex-wrap: wrap;
  }
  footer .footer-top .footer-top-left{
    width: 100%;
    padding-right:0;
  }
  footer .footer-bottom{
    margin-bottom: 0;
  }
  footer .footer-top .nav-redes{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  footer .footer-top .footer-top-rigth {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  /* $FOOTER */
  footer .footer-top > div{
    width: 100%;
  }
  footer .footer-top .nav-redes,
  footer .footer-top .footer-top-left{
    align-items: center;
    justify-content: center;
    display: flex;
  }
  footer .footer-bottom .box-1200.d-flex{
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-bottom p {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  footer .footer-top .footer-top-rigth .footer-contacto {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  footer .footer-top .footer-contacto > div {
    width: 100%;
  }
  footer .footer-top .footer-top-left img {
    max-width: 80%;
    margin: 0 auto;
  }
  footer .footer-top-left {
    text-align: center;
  }
  /* $FORMULARIO*/
}
.tour-seccion .box-video img{
  display: block;
  /*max-width: 800px;
  margin:0 auto;*/
}
.tour-seccion .box-video video{
  display: none;
max-width: 440px;
    border-radius: 15px;
    margin: 40px 20px 20px;
}