:root{
  --main-green:#22b7a3;
  --main-blue:#a7f4ea;
  --main-orange:#f77b00;
  --main-purple:#8e02d4;
  --main-text:#2d3646;
  --main-light-text:#9a9a9a;
  --main-light-background:#333;
  --main-dark-background:#202028;
  --main-transition:0.3s ease-out all;
}
*{
  box-sizing:border-box;outline:none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
}
a{
  text-decoration:none;
  color:unset;transition: var(--main-transition)
}
body, html{
  font-size:17px;
  box-sizing: border-box;
  font-family: "Figtree", sans-serif;  
  font-weight: 400;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  position: relative;
  color: var(--main-text);
  /* overflow-x: hidden; */
}
h1,h2,h3,h4,h5,h6,p,figure,ul,ol{
  margin:0;
  padding:0;
  line-height:1;
}
p {
  font-family: "heebo", sans-serif;
  font-weight: 300;
}
b,strong{
  font-weight: 600;
}
input{
  border:none;
  outline:none;
}
picture{
  display: contents;
}
ul, ol{
  list-style:none;
}
.u__containerlarge{  /* Header */
  max-width:1666px;
  margin-left: auto;
  margin-right: auto;
}
.u__containermedium{ /* Módulos Home */
  max-width:1440px;
  margin-left: auto;
  margin-right: auto;
}
.u__container{  /* Internas */
  max-width:1350px;
  margin-left: auto;
  margin-right: auto;
}
.u__containerVideo{
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 30px;
}
.u__containerVideo iframe{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.activate {
  margin: 75px auto;
}
.activate .activate__swiper .swiper-wrapper {
  padding: 35px 0 100px;
}
.activate .activate__swiper .swiper-wrapper .swiper-slide {
  transition: 1s ease-in-out all;
}
.activate .activate__swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.05);
  transform-origin: bottom;  
}
.activate .activate__swiper .swiper-wrapper .swiper-slide >.activate__swiper--caja{
  display: flex;
  flex-direction: column;
}
.activate .activate__swiper .swiper-wrapper .swiper-slide >.activate__swiper--caja *{
  transition: 1s all;
  transform-origin: bottom;
}
.activate .activate__swiper .swiper-wrapper .swiper-slide  .activate__swipercaja--imgcontainer {
  display: flex;
}
.activate .activate__swiper .swiper-wrapper .swiper-slide .activate__swipercaja--info{
  padding: 25px 40px;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
.activate .activate__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .activate__swipercaja--info{
  background: var(--main-green);
  text-align: center;
  color: white;
}
.activate .activate__swiper .swiper-wrapper .swiper-slide .activate__swipercaja--info h3{
  text-transform: uppercase;font-weight: 400;font-size: 1.3em;
}
.activate .activate__swiper .swiper-wrapper .swiper-slide.swiper-slide-active .activate__swipercaja--info h3{
  font-weight: 600;
  margin-bottom: 10px;
}
.activate .activate__swiper img{
  width: 100%; border-top-left-radius:20px;border-top-right-radius:20px;
}
.activate .activate__swiper .swiper-button-next,
.activate .activate__swiper .swiper-button-prev {
  position: absolute;
  top: unset;
  color: white;
  border-radius: 50%;
  background: var(--main-green);
  font-size: 1em;
  bottom: 15px;
  padding: 10px;
  height: unset;
  width: 44px;
}
.activate .activate__swiper .swiper-button-prev{
  left: 45%;
}
.activate .activate__swiper .swiper-button-next{
  right: 45%;
}
.activatecont{
  position: relative;
}
.activatecont .activatecont__deco {
  position: absolute;
  right: 0;
  top: -40px;
}
.bannerhilton{
  margin: 80px auto 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.bannerhilton a{
  display: inline-block;
  flex: 1;
}
.bannerhilton a img{
  width: 100%;
}
.boleteria{
  display: flex;justify-content: space-between;align-items: flex-start;gap:55px 
}
.boleteria ul.boleteria__info{
  flex: 1;
  padding: 0 !important;
  list-style: none !important;
  margin-top: 25px !important;
}
.boleteria ul.boleteria__info .boleteria__info--caja{
  margin-bottom: 40px
}
.boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--main-background);
  padding: 15px 0
}
.boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--btn h3 {
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;color: #000;
  font-size: 2em;
  margin-bottom: 0
}
.boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--btn h3 span{
  font-size: 0.6em
}
.boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--btn h3 span.icon-ticket{
  position: relative;transform: rotate(90deg);
}
.boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--btn i {
  cursor: pointer;
  transition: var(--main-transition);
  font-size: 0.9em;
}
.boleteria ul.boleteria__info .boleteria__info--caja.active .boleteriainfo__caja--btn i:before{
  content: "\e908";
}
.boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--slideable{
  margin-top: 15px;display: none;
}
.boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--slideable p {
    line-height: 1.1em;
    font-size: 1em;
}
.boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--slideable h6{
  font-weight: 300;
  font-size: 0.83em
}
.boleteria .boleteria__form {
  flex: 2;
  background: #f8f8f8;
  padding: 40px 45px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}
.boleteria .boleteria__form form .error {
  color: red;
  margin-right: 2px;
}
.boleteria .boleteria__form form hr{
  border: none;width: 100%;
  height: 1px;margin: 40px 0 30px;background: #9d9d9d
}
.boleteria .boleteria__form form .boleteria__form--intro h2{
  font-size: 2em;
  margin-bottom: 60px;
  color: #000 !important
}
.boleteria .boleteria__form form .boleteria__form--intro h3{
  color: #000 !important;font-weight: 500;
  font-size: 1.75em;
}
.boleteria .boleteria__form form .boleteria__form--intro p{
  font-size: 1em;
  /*line-height: 1*/
}
.boleteria .boleteria__form form .boleteria__form--contboxes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box {
  flex: 1 30%;position: relative;
}
.boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box.doble {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 8px;
}
.boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 0.9em;
}
.boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box input {
  width: 100%;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 8px 10px;
}
.boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box.doble input{
  width: 63.333%;
}
.boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box select {
  width: 85px;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 7px 10px;
  overflow-x: hidden;
  cursor: pointer;
}
.boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box.doble:before {
  position: absolute;
  width: 1px;
  background: #a2a2a2;
  content: '';
  height: 19px;
  top: 37px;
  left: 63px;
  pointer-events: none;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul{
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 75px;
  /* margin-bottom: 20px; */
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li h3{
  margin-bottom: 0
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li p{
  font-size: 1em;
  line-height: 1
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--tituloydesc{
  flex: 3;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--tituloydesc>div:first-child{
  display: none;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li:first-child .box__body--tituloydesc>div:first-child{
  display: block;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--cantidad,
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--valorunitario,
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--subtotal{
  flex: 2;
  text-align: center;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--cantidad{
  position: relative;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--cantidad:before {
  position: absolute;
  width: 1px;
  background: #a2a2a2;
  content: '';
  height: 19px;
  bottom: 8px;
  right: 42px;
  pointer-events: none;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--cantidad select{
  width: 95px;
  background: #f9f9f9;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 8px 10px;
  cursor: pointer;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--subtotal{
  text-align: right;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li >div>div:first-child p{
  display: none;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li:first-child >div>div:first-child p{
  display: block;
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li >div> p{
  font-weight:600;
  letter-spacing: 0.02em;
  text-indent: 0.02em
}
.boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li >div> p i{
  font-style: normal;
  font-size: 0.6em
}
.boleteria .boleteria__form form .boleteria__form--resumen {
  display: flex;
  justify-content: flex-end;
  align-items: center;font-weight: 600;gap:50px;
}
.boleteria .boleteria__form form .boleteria__form--resumen p{
  margin-bottom: 0;margin-right: 50px;text-transform: uppercase;
}
.boleteria .boleteria__form form .boleteria__form--resumen .boleteria__formresumen--valor {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
}
.boleteria .boleteria__form form .boleteria__form--resumen .boleteria__formresumen--valor span{
  font-size: 0.6em;
}
/*.boleteria .boleteria__form form .boleteria__form--tycybtn*/ .fancybox-close-small {
  height: 60px!important;
  width: 60px!important;
  color: #9b9b9b!important;
}
/*.boleteria .boleteria__form form .boleteria__form--tycybtn*/ #terminos__popup{
  display: none;
  width: 90%;
  padding: 1.4%;
  min-height: 500px;
  max-width: 900px
}
.boleteria .boleteria__form form .boleteria__form--tycybtn .boleteria__formtycybtn--tyc {
  text-align: center;
  margin: 20px 0;
  font-size: 0.8em;
  display: flex;justify-content: center;align-items: center;
}
.boleteria .boleteria__form form .boleteria__form--tycybtn .boleteria__formtycybtn--tyc input{
  cursor: pointer;
}
.boleteria .boleteria__form form .boleteria__form--tycybtn .boleteria__formtycybtn--tyc a{
  text-decoration: underline;
  transition: var(--main-transition);
  color: #487ed8
}
.boleteria .boleteria__form form .boleteria__form--tycybtn .boleteria__formtycybtn--tyc a:hover{
  color: #cacaca
}
.boleteria .boleteria__form form .boleteria__form--tycybtn >input#btnForm{
  background: #347fff;transition: var(--main-transition);width: 50%;font-size: 1em;text-indent: 0.02em;letter-spacing: 0.02em;display: block;
  font-family: sans-serif;text-transform: uppercase;padding: 10px;border-radius: 7px;color: #fff;cursor: pointer;margin: 0 auto 25px;
}
.boleteria .boleteria__form form .boleteria__form--tycybtn input:hover{
  filter: brightness(1.3);
}
.boleteria .boleteria__form form .boleteria__form--tycybtn> p {
  font-size: 0.9em;
  line-height: 1;
}
.btnflotante{
  position: fixed;
  right: 0;
  bottom: 130px;
  color: var(--main-cyan);
  padding: 16px 15px 18px 15px;
  border: 1px solid rgba(81, 41, 77, 0.2);
  background: var(--main-brown);
  font-size: 1.3em;
  /* width: 206px; */
  transition: 0.3s;
  text-align: center;
  line-height: 13px;
  font-weight: 100;
  transition: var(--main-transition);
}
.buscar{
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, .75);
}
.buscar h3{
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding-top: 50px
}
.buscar form{
  display: block;
  margin: 10% auto;
  max-width: 800px;
  width: 90%
}
.buscar form input{
  appearance: none;
  -webkit-appearance: none;
}
.buscar form input[type=search]{
  background: none;
  display: block;
  color: #fff;
  position: relative;
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #fff;
  padding: 20px;
  font-size: 30px
}
.buscar form input[type=search]:focus{
  outline: none;
}
.buscar form input[type=search]::placeholder{
  color:#fff
}
.buscar form input[type=submit]{
  background: var(--main-green);
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  margin: 20px auto;
  font-size: 20px;
  padding: 20px;
  border: none;
  max-width: 300px
}
.buscar form input[type=submit]:hover{
  background: var(--main-blue);
  color: var(--main-text);
}
.buscar .close{
  background-repeat: no-repeat;
  background-image: url("../img/close.png");
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  height: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  z-index: 99999
}
.countdown{
  background: url('../img/bg-countdown.webp') no-repeat center center / cover;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;  text-transform: uppercase;
  margin: 45px auto;
  padding: 66px 25px;gap: 40px;
}
.countdown .countdown__titulo h1 {
  color: white;
  text-align: center;
  font-size: 2.75em;
  font-weight: 900;
}
.countdown .countdown__conteo {
  display: flex;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
  gap: 30px;
}
.countdown .countdown__conteo i {
  font-style: normal;
  color: var(--main-purple);
  background: white;
  padding: 8px 14px;
  font-size: 3.5em;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: block;
  min-width: 113px;
  font-weight: 700;
  padding-bottom: 2px;
  line-height: 1;
}
.countdown .countdown__conteo span {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 1.4em;
  margin-top: 10px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
.experiencias {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 30px;
  padding: 0 50px;
}
.experiencias .experiencias__caja {
  flex: 1 48%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 13px;
  overflow: hidden;
}
.experiencias .experiencias__caja img{
  width: 100%;
}
.experiencias .experiencias__caja .flota {
  position: absolute;
  padding: 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgb(34 183 163 / 60%);transition:var(--main-transition)
}
.experiencias .experiencias__caja:hover .flota {
  width: 100%;
}
.experiencias .experiencias__caja .flota h3 {
  color: white;font-size: 2.5em;font-weight: 700;transition: var(--main-transition);margin-bottom: 20px;font-weight: 700;
}
.experiencias .experiencias__caja:hover .flota h3 {
  text-align: center;
}
.experiencias .experiencias__caja .flota p {
  color: transparent;transition:var(--main-transition);
  width: 0;height: 0;text-align: center;
}
.experiencias .experiencias__caja:hover .flota p {
  width: 100%;font-size: 1.1em;
  color: white; height: unset;
}
.expositoresdestacados{
  padding:20px 0 35px;
}
.expositoresdestacados>h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--main-light-text);
  font-size: 0.8em;
  margin-bottom: 20px;
  font-family: "heebo", sans-serif;
}
.expositoresdestacados .expositoresdestacados__cont{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 550px;
  margin: 0 auto;
}
.expositoresdestacados .expositoresdestacados__cont .swiper-button-prev.expositoresdestacados-swiper-button-prev,
.expositoresdestacados .expositoresdestacados__cont .swiper-button-next.expositoresdestacados-swiper-button-next{
  color: var(--main-green);font-weight: 900;
}
.expositoresdestacados .expositoresdestacados__cont .swiper-button-prev.expositoresdestacados-swiper-button-prev{
  left: -82px  ;
}
.expositoresdestacados .expositoresdestacados__cont .swiper-button-next.expositoresdestacados-swiper-button-next{
  right: -82px  ;
}
.expositoresdestacados .expositoresdestacados__cont img{
  width: 100%;
}
.fractitulos {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9em;
  font-weight: 500;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--main-light-text);
}
.fractitulos span{
  display: inline-block;
  width: 24px;
  transform: scale(4.5,1.05);
  transform-origin: left;
}
footer.footer{
  color: white;padding: 42px 0 60px;
  background: var(--main-dark-background);
}
footer.footer .u__containermedium hr {
  height: 2px;
  width: 100%;
  border: none;
  background: white;
  margin: 50px 0;
}
footer.footer .u__containermedium .footer__logoyredes,
footer.footer .u__containermedium .footer__logoyredes ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}
footer.footer .u__containermedium .footer__logoyredes ul li a {
  font-size: 1.3em;
}
footer.footer .u__containermedium .footer__appypata,
footer.footer .u__containermedium .footer__appypata .footer__appypata--app {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:30px;
}
footer.footer .u__containermedium .footer__appypata .footer__appypata--app p{
  text-align: center;
  max-width:280px;
  font-size: 0.9em;
  line-height: 1.25;
}
footer.footer .u__containermedium .footer__appypata .footer__appypata--app a{
  display: inline-block;
  border:1px solid #fff;
  border-radius: 8px;
  padding: 4px;
  transition: var(--main-transition);
}
footer.footer .u__containermedium .footer__appypata .footer__appypata--app a img{
  height: 25px;
}
footer.footer .u__containermedium .footer__legal {
  margin-top: 70px;
}
footer.footer .u__containermedium .footer__legal p{
  font-size: 0.75em;
  line-height: 1.4;
}
form#frmContacto{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
form#frmContacto input,
form#frmContacto select {
  border: 1px solid #bbb;
  margin: 5px 0px 10px;
  padding: 5px;
  background: #fff;
}
form#frmContacto strong{
  display: block;
}
.formcontact form#frmContacto input,
.formcontact form#frmContacto select {
  width: 90%;
}
form#frmContacto textarea{
  border: 1px solid #bbb;
  margin: 5px 0px 10px;
  min-height: 100px;
  width: 100%;
}
.formcontact{
  margin-top: 30px;
}
.formcontact h2{
  font-weight: 100;
  font-size: 2.8em;
  color: var(--main-brown);
  margin-bottom: 30px;
}
.formcontact .modal-title{
  background: var(--main-orange);
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 15px;
  text-align: center;
  color: var(--main-brown);
}
.formcontact  form#frmContacto div{
  width: 33%;
  margin: 0 0 5px;
}
.formcontact  form#frmContacto div.g-recaptcha{
  margin: 10px 0;
}
.formcontact  form#frmContacto div.wide{
  width: 100%;
}
.formcontact form#frmContacto .wide .formcontact__flex{
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.formcontact form#frmContacto .wide .formcontact__flex input{
  width: unset;
  margin-right: 5px;
  margin-bottom: 0;
}
.formcontact form#frmContacto .wide .formcontact__flex p{
  margin: 0
}
.formcontact form#frmContacto .form-terms{
  background: #f4f4f4;
  max-height: 110px;
  margin-bottom: 10px;
  overflow-y: scroll;
  padding: 10px 10px;
}
.formcontact form#frmContacto .form-terms a{
  text-decoration: underline;
  color: #015d87;
}
.formcontact form#frmContacto input{
  width: 90%;
}
.formcontact form#frmContacto .checkterms{
  display: flex;
  align-items: center;
}
.formcontact form#frmContacto .checkterms input{
  margin-bottom: 4px;
  margin-right: 5px;
  width: auto;
}
.formcontact form#frmContacto button.btn.btn-primary{
  background: var(--main-green);
  cursor: pointer;
  color: #fff !important;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  width: 275px;
}
.formcontact form#frmContacto section.sectencuesta {
  border-top: 1px solid #bbb;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
}
.formcontact form#frmContacto section.sectencuesta .sect1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.formcontact form#frmContacto section.sectencuesta .sect1 strong {
  width: 100%;
}
.formcontact form#frmContacto section.sectencuesta .sect1 div {
  display: flex;
  padding: 10px 0;
  align-items: baseline;
}
.fuenteheebo{
  font-family: "heebo", sans-serif; 
}
.galeria {
  position: relative;
  background: url('../img/bg-galeria.webp') no-repeat top center / cover;
  padding: 250px 0 100px;
  display: flex;
  align-items: center;
}
.galeria img{
  width: 100%;
  height: 411px;
  object-fit: cover;
  opacity: 0.5;
  transition: 1s ease-in-out all;
  border-radius: 10px;
  position: relative;
}
.galeria .galeria__swiper .swiper-wrapper {
  padding: 90px 0;
}
.galeria .galeria__swiper .swiper-wrapper .swiper-slide.swiper-slide-prev img,
.galeria .galeria__swiper .swiper-wrapper .swiper-slide.swiper-slide-next img{
  opacity:0.8;
  transform: scale(1.15);
  z-index: 1;
}
.galeria .galeria__swiper .swiper-wrapper .swiper-slide.swiper-slide-active img{
  opacity:1;
  transform: scale(1.35);
  z-index: 2;
}
.galeria .swiper-button-next.galeria-swiper-button-next,
.galeria .swiper-button-prev.galeria-swiper-button-prev {
  position: absolute;
  background: white;
  border-radius: 50%;
  color: var(--main-green);
  font-size: 1em;
  padding: 10px;
  height: unset;
  width: 44px;
  top: unset;
}
.galeria .swiper-button-prev.galeria-swiper-button-prev{
  left: calc((100% - 1484px) / 2);
}
.galeria .swiper-button-next.galeria-swiper-button-next{
  right: calc((100% - 1484px) / 2);
}
.header.header {
  background:url('../img/bg-header.webp') no-repeat center center / cover;
  color: white;
  position: sticky;
  top: 0;
  z-index:11;
}
header.header .header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header .header__in .header__in--logoyfecha{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
header.header .header__in .header__in--logoyfecha img {
  height: 81px;
}
header.header .header__in .header__in--logoyfecha .linea{
  width: 2px;
  height: 70px;
  background: white;
}
header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:23px;
  text-transform: uppercase;
}
header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h3{
  font-size: 2.5em;
}
header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h4{
  font-size: 1.575em;
  font-weight: 600;
}
header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h5{
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.15em;
}
header.header .header__in .header__in--menuymiscelanea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.header__in--menu .icon-close{
  display: none;
}
.header__in--menu nav > ol{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.header__in--menu ol> li {
 
  position: relative;
  height: 134px;
  display: flex;
  align-items: center;
  max-width: 199px;
}
.header__in--menu ol> li.en:last-child {
  display: none;
}
.header__in--menu ol> li h3 { padding: 0 10px;
  font-weight: 300;
  font-size: 1.1em;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
}
.header__in--menu  nav > ol > li:hover h3,
.header__in--menu nav >ol>li.conócenositemmenu:nth-child(1) h3,
.header__in--menu nav >ol>li.expositoritemmenu:nth-child(2) h3,
.header__in--menu nav >ol>li.visítanositemmenu:nth-child(3) h3,
.header__in--menu nav >ol>li.actividadesitemmenu:nth-child(4) h3,
.header__in--menu nav >ol>li.noticiasitemmenu:nth-child(5) h3{
  -webkit-text-stroke: 0.05em white;
}
.header__in--menu ol> li h3:before {
  content: '';
  background: url('../img/deco-menu-activo.webp') no-repeat center center / contain;
  position: absolute;
  width: 0;
  bottom: -15px;
  height: 13px;
  left: 0;
  transition: 0.1s ease-out all;
}
.header__in--menu nav > ol > li:hover h3:before,
.header__in--menu nav >ol>li.conócenositemmenu:nth-child(1) h3:before,
.header__in--menu nav >ol>li.expositoritemmenu:nth-child(2) h3:before,
.header__in--menu nav >ol>li.visítanositemmenu:nth-child(3) h3:before,
.header__in--menu nav >ol>li.actividadesitemmenu:nth-child(4) h3:before,
.header__in--menu nav >ol>li.noticiasitemmenu:nth-child(5) h3:before{
  width: 100%;
}
.header__in--menu  nav > ol > li ul {
  display: none;
  position: absolute;
  background: var(--main-green);
  color: #fff;
  top:134px;
  left: -62%;
  right: 0;
  width: 250%;
  padding: 6px 22px;
}
.header__in--menu  nav > ol > li:hover ul{
  display:block;
}
.header__in--menu  nav > ol > li ul li{
  text-align:center;
}
.header__in--menu  nav > ol > li ul li:last-child{
  border-bottom:none;
}
.header__in--menu nav ol > li ul li a{
  display: block;width: 100%;padding: 10px 0;transition: var(--main-transition);
}
.header__in--menu nav ol > li ul li a:hover{
  background: var(--main-purple);
}
header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap:8px;
}
header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;  
}
header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea ul li a {
  color: var(--main-green);
  background: white;
  border-radius: 50%;
  font-size: 1.1em;
  padding: 5px;
  min-width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea .find .icon-search{
  font-size: 1.2em; cursor: pointer;
}
header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea .btnMain {
  display: none;
}
.infografia__movil{
  display: none;
}
.link.centrado{
  display: flex;
  justify-content: center;
}
.link a div, .linkinternas a {
  color: white;
  background: var(--main-green);
  border-radius: 30px;
  font-weight: 500;
  font-family: "heebo", sans-serif;
  padding: 7px 23px;
  margin-top: 25px;
  display: inline-block;transition: var(--main-transition);
}
.link a div i {
  transform: rotateY(180deg);
  display: inline-block;
}
.link a div:hover, .linkinternas a:hover {
  color: var(--main-text);
  background: var(--main-blue);
}
.logos {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.logos div.linea {
  height: 90px;
  width:1px;
  background: white;
  margin: 0 25px;
}
.logos p {
  margin-bottom: 12px;
}
.logos ul{
  align-items: center;
  display: flex;
  justify-content: flex-start;
  text-align: center;
  gap: 16px;
}
.logos ul li a img{
  /* max-height:48px; */
  /* margin: 0 5px; */
}
.notepierdas{
  text-align: center;padding: 70px 50px;margin: 75px auto;
  background: url('../img/bg-no-te-pierdas.webp') no-repeat center center / cover;
}
.notepierdas h3 {
  color: white;
  line-height: 1.2;
  font-size: 2.3em;
  margin-bottom: 20px;
}
.notepierdas h4{
  font-weight: 400;  color: white;
}
.notepierdas div a div{
  background: white;
  margin-top: 60px;
  border-radius: 20px;
  font-weight: 600;
  padding: 17px 50px;
  display: inline-block;
}
.noticias {
  margin: 75px auto;
}
.noticias .noticias__flex{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.noticias .noticias__flex>div{
  flex: 1;
}
.noticias .noticias__flex>div h4 {
  font-size: 1.2em;
  margin-bottom: 9px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-indent: 0.01em;
}
.noticias .noticias__flex>div  a  {
  transition: var(--main-transition);
  text-decoration: underline;
  display: inline-block;
  margin-top: 25px;
}
.noticias .noticias__flex>div  a:hover  {
  color: var(--main-purple);
}
.noticias .noticias__flex>div.noticias__flex--main img{
  width: 100%;
  height: 370px;
  object-fit: cover;border-radius: 17px;margin-bottom: 24px;
}
.noticias .noticias__flex>div.noticias__flex--secs{
  padding-left: 35px;display: flex;
  flex-direction: column;gap: 40px;
}
.noticias .noticias__flex>div.noticias__flex--secs>div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
}
.noticias .noticias__flex>div.noticias__flex--secs>div >div{
  margin-top: 11px;
}
.noticias .noticias__flex>div.noticias__flex--secs img{
  border-radius: 5px;height: 211px;width: 324px; object-fit: cover;
}
.perfil .perfil__header {
  position: relative;
  display: flex;
  align-items: center;
  /* padding: 0 10px; */
}
.perfil .perfil__header img {
  width: 100%;
  overflow: hidden;
  object-position: right;
  /* border-radius: 14px; */
}
.perfil .perfil__header .perfil__header--cajatitulo {
  position: absolute;
  left: calc((100% - 1325px) / 2);
}
.perfil .perfil__header .perfil__header--cajatitulo h1{
  font-weight: 900;
  font-size: 3.7em;
  color: white;
  text-transform: uppercase;
}
.perfil .perfil__in >article{
  margin: 45px auto;position: relative;
}
.perfil .perfil__in >article img.perfil__in--acompanainternas {
  float: left;
  border-radius: 10px;
  margin: 0 60px 60px 0;
  width: 50%;
  max-height: 350px;
  object-fit: cover;
}
.perfil .perfil__in >article iframe {
  float: left;
  margin: 0 60px 60px 0 !important;border-radius: 13px !important;
}
.perfil .perfil__in >article .clear{
  clear: both;
}
.perfil .perfil__in >article ul, .perfil .perfil__in >article p {
  line-height: 1.2;
  margin-bottom: 10px;
}
.perfil .perfil__in >article ul  {
  font-family: "heebo", sans-serif;
  font-weight: 300;
  padding-left: 0;
  overflow: hidden;
}
.perfil .perfil__in >article ul li {
  margin-bottom: 2px;
  background: url(../img/selector.png) 0px 9px no-repeat;
  transform: translateX(10px);
  padding: 0 0 1px 16px;
}
.perfil .perfil__in >article ul li::marker {
  color:var(--main-purple);
  font-size: 1.3em;
}
.perfil .perfil__in >article .subtitulos{
  margin-bottom: 10px;
  color: var(--main-purple);
  font-weight: 900;
  font-size:2em;
}
.perfil .perfil__in >article .noticiaslista{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;padding-left: 0;
  flex-wrap: wrap;
}
.perfil .perfil__in >article .noticiaslista li {
  list-style: none;
  flex: 1 30%;
  max-width: 31.853%;
}
.perfil .perfil__in >article .noticiaslista li img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.perfil .perfil__in >article .noticiaslista li h4 {
  color: var(--main-purple);
  font-size: 1.2em;
  margin: 10px 0;
  font-weight: 500;
}
.perfilexpositor>h1{
  /* text-transform: uppercase; */
  font-size:3em !important;
}
.perfilexpositor .experiencias {
  padding: 0;gap: 38px;
  justify-content: center;
}
.perfilexpositor .experiencias .experiencias__caja {
  flex: 1 23%;
  max-width: 31.46%;
}
.perfilexpositor .experiencias .experiencias__caja .flota {
  padding: 15px;
  padding-right: 2px;
  width: 64%;
}
.perfilexpositor .experiencias .experiencias__caja:hover .flota {
  width:100%;
}
.perfilexpositor .experiencias .experiencias__caja .flota h3{
  margin-bottom: 0;font-size: 1.12em;
}
.quees .experiencias{
  padding: 0; gap: 20px 40px;
}
.quees .experiencias .experiencias__caja img {
  height: 200px;
  object-fit: cover;
}
.quieroexponer h1.perfil__title{
  display: none;
}
.quieroexponer .perfil .perfil__in{
  margin-top: 0
}
.quieroexponer .select2-container {
  width: 90% !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: 'icomoon';
  content: '\e900';font-size: 1.4em;
}
.swiper-button-prev:after {
  transform: rotateY(180deg);
}
.swiper-pagination-bullet {
  width: 17px;
  height: 12px;
  border-radius: 10px;
  background: white;
  opacity: 1;
  transition: var(--main-transition);
}
.swiper-pagination-bullet-active{
  width: 27px;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover{
  background: var(--main-green);
}
.swiperspot__mobile{
  display: none;
}
.swiperspot__web {
  height: 36.459vw;
}
.swiperspot__web .swiper-pagination-bullets {
  right: 2%;
}
.tabcontent{
  position: relative;
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.tabcontent.visiblebydefault{
  display: block;
}
.tabla {
  border: 1px solid var(--main-text);
  overflow: hidden;
}
.tabla .tabla__fila{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.tabla .tabla__fila.titulo {
  background: var(--main-background);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.01em;
}
.tabla .tabla__fila .tabla__fila--caja {
  flex: 1;
  border: 1px solid var(--main-text);
  text-align: center;
  padding:10px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
.titulos{
  font-family: "Figtree", sans-serif;
  color: var(--main-purple);
  /* text-decoration: underline; */
  margin-bottom: 40px;
  font-size: 3em;font-weight:800;
}
.venyhazparte .experiencias {
  gap: 38px;
  padding: 0;
  justify-content:center;
}
.venyhazparte .experiencias .experiencias__caja {
  flex: 1 30%;
  max-width: 30%;
}
.venyhazparte .experiencias .experiencias__caja .flota h3 {
  font-size: 1.5em;
}
.venyhazparte .experiencias .experiencias__caja .flota h3 br{
  display: none;
}
.venyhazparte .experiencias .experiencias__caja:first-child .flota h3 br{
  display: block;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect{
  from{opacity: 0;}
  to{opacity: 1;}
}
@keyframes fadeEffect{
  from{opacity: 0;}
  to{opacity: 1;}
}
@media(max-width: 1666px){
  .u__containerlarge {
    padding-left: 1%;
    padding-right:1%;
  }
  header.header .header__in .header__in--logoyfecha {
    gap: 16px;
  }
  header.header .header__in .header__in--logoyfecha img {
    height: 67px;
  }
  header.header .header__in .header__in--logoyfecha .linea {
    width: 1px;
    height: 65px;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h3 {
    font-size: 2.3em;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h4 {
    font-size: 1.45em;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h5 {
    line-height: 1.1;
    font-size: 1.0em;
  }
  .noticias {
    margin: 75px auto 0;
  }
}
@media(max-width: 1440px){
  .u__containermedium{
    padding-left: 5%;
    padding-right:5%;
  }
  .countdown {
    margin-left: 5%;
    margin-right: 5%;
  }
  .countdown .countdown__titulo h1 {
    font-size: 2.6em;
  }
  .galeria {
    padding: 200px 0 60px;
  }
  .galeria img {
    height: 24.5vw;
  }
  .galeria .galeria__swiper .swiper-wrapper {
    padding: 70px 0;
  }
  .galeria .swiper-button-prev.galeria-swiper-button-prev ,
  .galeria .swiper-button-next.galeria-swiper-button-next {
    transform: scale(0.85);
  }
  .galeria .swiper-button-prev.galeria-swiper-button-prev {
    left: 0%;
  }
  .galeria .swiper-button-next.galeria-swiper-button-next {
    right: 0%;
  }
  .header__in--menu ol> li {
    height: 96px;
    max-width: unset;
  }
  .header__in--menu  nav > ol > li ul {
   top: 96px;
  }
  header.header .header__in .header__in--logoyfecha {
    gap: 12px;
  }
  header.header .header__in .header__in--logoyfecha .linea {
    height: 50px;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha {
    gap: 12px;
  }  
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h4 {
    font-size: 1.21em;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h3 {
    font-size: 1.9em;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h5 {
    line-height: 1.15;
    font-size: 0.9em;
  }
  .header__in--menu ol> li h3 {
    font-size: 1em;
  }
  header.header .header__in .header__in--menuymiscelanea {
    gap: 10px;
  }
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea ul li a {
    font-size: 1em;
  }
  .noticias .noticias__flex>div.noticias__flex--main img {
    height: 280px;
  }
  .noticias .noticias__flex>div.noticias__flex--secs {
    gap: 30px;
  }
  .noticias .noticias__flex>div.noticias__flex--secs img {
    height: 145px;
    width: 215px;
  }
  .titulos {
    font-size: 2.6em;
  }
}
@media(max-width: 1366px){
  .u__container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .activate {
    margin:40px auto;
  }
  .activate .activate__swiper .swiper-wrapper {
    padding: 35px 0 70px;
  }
  .activate .activate__swiper img {
    height: 310px;
    object-fit: cover;
  }
  .boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--btn h3 {
    font-size: 1.5em;
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box {
    flex: 1 33%;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--cantidad:before {
    right: 26%;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li {
    gap: 0 15px;
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box select {
    width: 79px;
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box.doble:before {
    left:24%
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box select {
    font-size: 0.64em;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li >div>div:first-child p {
    font-size: 0.9em;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li h3 {
    font-size: 0.96em;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas .box__body--tituloydesc span{
    font-size: 0.8em
  }
  .countdown {
    padding: 50px 25px;
  }
  .countdown .countdown__titulo h1 {
    font-size: 2.3em;
  }
  .countdown .countdown__conteo i {
    font-size: 3.1em;
  }
  .experiencias .experiencias__caja {
    flex: 1 32%;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h4 {
    font-size: 1em;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h3 {
    font-size: 1.5em;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h5 {
    line-height: 1.15;
    font-size: 0.9em;
  }
  .header__in--menu ol> li h3 {
    font-size: 1em;
  }
  header.header .header__in .header__in--logoyfecha img {
    height: 59px;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha {
    gap: 19px;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h5 {
    font-size: 0.8em;
  }
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea ul li a {
    padding: 3px;
    min-width: 23px;
    font-size: 0.9em;
  }
  .notepierdas {
    margin: 40px auto;padding: 50px;
  }
  .perfil .perfil__header .perfil__header--cajatitulo {
    left: 5%;
  }
  .perfil .perfil__header .perfil__header--cajatitulo h1 {
    font-size: 3em;
  }
  .quees .experiencias {
    gap: 13px 40px;
  }
  .quees .experiencias .experiencias__caja {
    flex: 1 48%;
  }
}
@media(max-width: 1350px){
  .u__container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .galeria .u__container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media(max-width: 1280px){
  footer.footer .u__containermedium .footer__logoyredes img{
    height: 49px;
  }
  .galeria .galeria__swiper .swiper-wrapper {
    padding: 58px 0;
  }
  header.header .header__in .header__in--logoyfecha img {
    height: 49px;
  }
  .perfilexpositor>h1 {
    font-size: 2.5em !important;
  }
}
@media(max-width: 1024px){
  .activate .activate__swiper img {
    height: 225px;;
  }
  .activate .activate__swiper .swiper-button-prev{
    left: 43%;
  }
  .activate .activate__swiper .swiper-button-next{
    right: 43%;
  }
  .activatecont .activatecont__deco {
    top: 80px;
    width: 24vw;
  }
  .countdown {
    gap: 5px;
  }
  .countdown .countdown__conteo {
    gap: 15px;
  }
  footer.footer {
    padding: 30px 0 5px;
  }
  footer.footer .u__containermedium hr {
    margin: 24px 0;
  }
  footer.footer .u__containermedium .footer__appypata .footer__appypata--app a img {
    height: 30px;
  }
  footer.footer .u__containermedium .footer__legal {
    margin-top: 45px;
  }
  .galeria {
    padding: 125px 0 60px;
  }
  .galeria .galeria__swiper .swiper-wrapper {
    padding: 45px 0;
  }
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea ul,
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea .find {
    display: none;
  }
  header.header .header__in .header__in--logoyfecha img {
    height: 27px;
  }
  .logos div.linea {
    height: 52px;
  }
  .logos ul li a img {
    max-height: 38px;
  }
  .notepierdas {
    padding: 28px;
  }
  .notepierdas div a div {
    margin-top: 35px;
  }
  .noticias .noticias__flex>div.noticias__flex--main img {
    height: 210px;
  }
  .noticias .noticias__flex>div.noticias__flex--secs {
    padding-left: 17px;
  }
  .noticias .noticias__flex>div.noticias__flex--secs>div {
    gap: 18px;
  }
  .noticias .noticias__flex>div.noticias__flex--secs>div >div {
    margin-top: 0;
  }
  .noticias .noticias__flex>div.noticias__flex--secs img {
    height: 100px;
    width: 140px;
  }
  .venyhazparte .experiencias {
    gap: 10px;
  }
  .venyhazparte .experiencias .experiencias__caja {
    flex: 1 33%;
    max-width: 32.6%;
  }
  .venyhazparte .experiencias .experiencias__caja .flota h3 {
    font-size: 1.3em;
  }
}
@media (max-width: 991px){
  footer.footer .u__containermedium .footer__appypata, footer.footer .u__containermedium .footer__appypata .footer__appypata--app {
    gap: 8px;
  }
  .header.header {
    padding: 7px 0;
  }
  header.header .header__in .header__in--logoyfecha img {
    height: 46px;
  }
  header.header .header__in .header__in--logoyfecha .linea {
    height: 48px;
  }
  .header__in--menu{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--main-green);
    padding-top: 70px;
    padding-bottom: 70px;
    left: 101vw;
    overflow: auto;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    z-index: 999;
    margin: 0;
  }
  .header__in--menu.active{
    left: 0;
  }
  .header__in--menu .find{
    display: none;
  }
  .header__in--menu span.icon-close {
    font-size: 1.6em;
    color: #fff;
    position: absolute;
    top: 1%;
    right: 5%;
  }
  .header__in--menu span.icon-close.active{
    display: block;
  }  
  .header__in--menu nav ol{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
  }
  .header__in--menu nav ol > li {
    background: none;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 0;
    height: unset;
    flex-direction: column;
  }
  .header__in--menu nav ol > li:hover{
    background: none;
  }
  .header__in--menu nav ol > li h3{
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.45em;
    line-height: 1.4;
  }
  .header__in--menu nav ol > li:hover h3{
    height: initial;
    border: 0;
  }
  .header__in--menu ol> li h3:before {
    bottom: -6px;
  }
  .header__in--menu nav ol > li:hover ul{
    display: none;
  }
  .header__in--menu nav ol > li ul{
    position: initial;
    display: none;
    background: none;
    border: none;
    padding: 0;
    width: 100%
  }
  .header__in--menu nav ol > li ul li{
    padding: 0
  }
  .header__in--menu nav ol > li ul li a{
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2em;
    text-align: center;
  }
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea ul,
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea .find {
   display: flex;
  }
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea .btnMain{
    display: inline-block;
  }
}
@media (max-width: 768px){
  .activate .activate__swiper .swiper-wrapper .swiper-slide .activate__swipercaja--info {
    padding: 8px 6px;
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box select {
    width: 56px;
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box.doble:before {
    top: unset;
    left: 22%;
    bottom: 8px;
  }
  .countdown {
    padding: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .experiencias {
    gap: 20px;
    padding: 0;
  }
  .experiencias .experiencias__caja .flota h3 {
    font-size: 1.65em;
  }
  .perfil .perfil__in >article img.perfil__in--acompanainternas {
    margin: 0 20px 20px 0;
    width: 30%;
  }
  .perfilexpositor .experiencias {
    gap: 20px;
  }
  .titulos {
    font-size: 2.4em;
    margin-bottom: 25px;
  }
  .venyhazparte .experiencias .experiencias__caja {
    flex: 1 36%;
    max-width: 47.6%;
  }
}
@media (max-width: 600px){
  .activate .activate__swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .activate .activate__swiper img {
    height: 270px;
  }
  .activate .activate__swiper .swiper-wrapper .swiper-slide .activate__swipercaja--info {
    padding: 15px;
  }
  .activate .activate__swiper .swiper-button-prev{
    left:35%;
  }
  .activate .activate__swiper .swiper-button-next{
    right: 35%;
  }
  .bannerhilton{
    flex-direction: column;
    gap: 0;margin:40px auto;
  }
  .bannerhilton img{
    margin: 10px 0;
  }	
  .boleteria {
    gap: 0;
    flex-direction: column;
  } 
  .boleteria .boleteria__form {
    flex: 1 100%;
    width: 100%;padding: 30px 30px;
  }
  .boleteria .boleteria__form form .boleteria__form--intro h2 {
    margin-bottom: 26px;
  }
  .boleteria .boleteria__form form .boleteria__form--intro h3 {
    font-size: 1.3em;
  }
  .boleteria .boleteria__form form .boleteria__form--intro p {
    margin-bottom: 20px;
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box {
    flex: 1 50%;
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box select {
    width: 95px;
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box.doble:before {
    left: 26%;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li {
    gap: 20px 30px;
    border-bottom: 1px solid #9d9d9d;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li:last-child{
    border-bottom: none;
    padding-bottom: 0
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--tituloydesc {
    flex: 2 49%;
    order: -2;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas .box__body--tituloydesc span {
    display: block;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--cantidad,
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--valorunitario,
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--subtotal {
    flex: 1 36%;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--valorunitario {
    order: -1;
    text-align: right;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li >div>div:first-child p {
    display: block;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li .box__body--cantidad:before {
    right: 33%;
  }
  .boleteria .boleteria__form form .boleteria__form--resumen {
    gap: 25px;
  }
  .boleteria .boleteria__form form .boleteria__form--resumen p {
    margin-right: 0;
  }
  .boleteria .boleteria__form form .boleteria__form--resumen .boleteria__formresumen--valor {
    align-items: flex-end;
  }
  .boleteria ul.boleteria__info {
    margin-top: 0px !important;
    flex:1 100%;
    width: 100%;
  }
  .boleteria ul.boleteria__info .boleteria__info--caja .boleteriainfo__caja--btn h3 {
    font-size: 2.1em; gap: 8px;
  }
  .countdown .countdown__titulo h1 {
    font-size: 1.75em;
  }
  .countdown .countdown__conteo i {
    font-size: 2.2em;
    padding: 1px;
    min-width: 60px;display: inline-block;
  }
  .countdown .countdown__conteo span {
    font-size: 1.1em;
    margin-top: 6px;
  }
  .experiencias .experiencias__caja {
    flex: 1 100%;
  }
  .expositoresdestacados .expositoresdestacados__cont {
    padding: 0 10%;
  }
  .expositoresdestacados .expositoresdestacados__cont .swiper-button-prev.expositoresdestacados-swiper-button-prev{
    left: 0;
  }
  .expositoresdestacados .expositoresdestacados__cont .swiper-button-next.expositoresdestacados-swiper-button-next{
    right:0 ;
  }
  footer.footer .u__containermedium .footer__logoyredes,
  footer.footer .u__containermedium .footer__appypata{
    flex-direction: column;
  }
  footer.footer .u__containermedium .footer__appypata .footer__appypata--app{
    flex-wrap: wrap;
  }
  footer.footer .u__containermedium .footer__appypata .footer__appypata--app p {
    max-width: unset;
    flex: 1 100%;
  }
  .galeria .galeria__swiper .swiper-wrapper {
    padding: 54px 0;
  }
  .galeria img {
    height: 300px;transform: scale(1.15);
  }
  .galeria .galeria__swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    position: relative;
    z-index: 1;
  }
  .galeria .galeria__swiper .swiper-wrapper .swiper-slide.swiper-slide-next img{
    opacity: 1;
    transform: scale(1.35);
    z-index: 2;
  }
  .galeria .galeria__swiper .swiper-wrapper .swiper-slide.swiper-slide-active img{
    opacity: 0.8;
    transform: scale(1.15);
    z-index: 1;
  }
  header.header .header__in {
    flex-direction: column-reverse;
    gap: 8px;
  }
  header.header .header__in >*,
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea {
    flex: 1 100%;
  }
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea {
    justify-content: space-around;
  }
  header.header .header__in .header__in--menuymiscelanea .headerin__menuymiscelanea--miscelanea .btnMain {
    display: inline-block;
    position: absolute;
    right: 5%;
  }
  header.header .header__in .header__in--logoyfecha {
    gap: 15px;
  }
  header.header .header__in .header__in--logoyfecha img {
    height:50px;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha {
    gap: 10px;
    display: block;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h3 {
    font-size: 1.5em;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h4 {
    font-size: 0.94em;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h5 {
    font-size: 0.77em;
    line-height: 1;
  }
  header.header .header__in .header__in--logoyfecha .headerin__logoyfecha--fecha {
    margin-bottom: 5px;
  }
  header.header .header__in .header__in--logoyfecha .headerin__logoyfecha--fecha time {
    display: block;
    margin-bottom: 7px;
  }

  .infografia{
    display: none;
  }
  .infografia__movil{
    display: block;
  }
  .noticias .noticias__flex {
    flex-direction: column;
    gap: 20px;
  }
  .noticias .noticias__flex>div  a {
    margin-top: 10px;
  }
  .noticias .noticias__flex>div.noticias__flex--secs {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .perfil .perfil__header .perfil__header--cajatitulo h1 {
    font-size: 2em;
  }
  .perfil .perfil__in >article {
    margin: 24px auto;
  }
  .perfil .perfil__in >article img.perfil__in--acompanainternas {
    margin: 0;
    width: 100%;
    height: 31vw;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .perfil .perfil__in >article iframe {
    margin: 0 0 20px 0 !important;
  }
  .perfil .perfil__in >article .subtitulos {
    font-size: 1.7em;
  }
  .perfil .perfil__in >article .noticiaslista {
    justify-content: space-between;gap: 20px;
  }
  .perfil .perfil__in >article .noticiaslista li {
    max-width:50%;
  }
  .perfil .perfil__in >article .noticiaslista li img {
    height: 140px;
  }
  .perfilexpositor>h1 {
    font-size: 1.59em !important;
  }
  .perfilexpositor .experiencias .experiencias__caja {
    flex: 1 100%;
    max-width: unset;
  }
  .perfilexpositor .experiencias .experiencias__caja .flota h3 br{
    display: none;
  }
  .swiperspot__mobile{
    display: block;
  }
  .swiperspot__web{
    display: none;
  }
  .venyhazparte .experiencias .experiencias__caja {
    flex: 1 100%;
    max-width: unset;
  }
}
@media (max-width: 390px){
  header.header .header__in .header__in--logoyfecha img {
    height: 34px;
  }
}
@media (max-width:360px){
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box select {
    width: 82px;
  }
  .boleteria .boleteria__form form .boleteria__form--contboxes .boleteria__formcontboxes--box.doble:before {
    left: 22%;
  }
  .boleteria .boleteria__form form .boleteria__form--seleccionaentradas ul li h3 {
    font-size: 0.85em;
  }
  header.header .header__in .header__in--logoyfecha {
    gap: 4px;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha {
    gap: 5px;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h3 {
    font-size: 1.3em;
  }
  header.header .header__in .header__in--logoyfecha  .headerin__logoyfecha--fecha h4 {
    font-size: 0.94em;
    min-width: 75px;
  }
  .logos div.linea {
    margin: 0 12px;
  }
}