:root{
/*  --main-blue:#328cff;*/
  --main-blue:#424ec5;
  --main-dark-blue:#424ec5;
  --main-pale-blue:#4054a0;
/*  --main-light-background:#c2cfff;*/
  --main-light-background:#e8edff;
  --main-red:#d32a29;
  --main-yellow:#f9b61f;
  --main-yellow-ingredients:#f2cc70;
  --main-yellow-ingredients-dark:#eea414;
  --main-foodtech-and-trends:#e52053;
  --main-pharma-and-ingredients:#495b68;
  --main-printing-and-packaging:#ffd102;
  --main-gradient:linear-gradient(-90deg, rgba(53, 168, 224, 1) 0%, rgba(68, 84, 160, 1) 60%);
  --main-text:#333333;
  --main-background:#707070;
  --main-dark-background:#333333;
  --main-transition:0.3s ease-out all;
  --main-transform-on-hover:scale(0.975);
}
*{
  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{
  box-sizing:border-box;
  color:var(--main-text);
  font-family:'Open Sans', sans-serif;
  font-size:16px;
  font-weight:400;
  margin:0;
  padding:0;
  position:relative;
  scroll-behavior:smooth;
}
h1,h2,h3,h4,h5,h6,p,figure,ul,ol{
  margin:0;
  padding:0;
  line-height:1.15;
}
b,strong{
  font-weight:600;
}
input{
  border:none;
  outline:none;
}
time, picture{
  display:contents;
}
ul, ol{
  list-style:none;
}
.u__container{
  max-width:1366px;
  margin-left:auto;
  margin-right:auto;
}
.u__containersmall{
  max-width:1120px;
  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%;
}
.accesoshome {
  margin: 75px auto 45px;display: flex;justify-content: space-between;align-items: stretch;gap: 22px;
}
.accesoshome .accesoshome__caja{
  background:var(--main-light-background);flex:1;border-radius:10px;padding:28px 40px;display: flex;flex-direction: column;justify-content: space-between;
}
.accesoshome .accesoshome__caja h3{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:11px;
}
.accesoshome .accesoshome__caja p{
  margin:11px 0 17px
}
.agenda{
  margin-bottom: 100px!important
}
.agenda .agenda__selectores {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0px 20px;
}
.agenda .agenda__selectores select {
  background: var(--main-light-background);
  border: none;
  box-sizing: border-box;
  color: var(--main-text);
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  /*margin: 20px 1%;*/
  padding: 10px;
  vertical-align: middle;
  width: 28%;
}
.agenda .agenda__selectores h3,
.agenda .agenda__selectores>p{
  width: 100%
}
.agenda .agenda__selectores h3{
  order: -4;
}
.agenda .agenda__selectores .link a div {
  border: 1px solid var(--main-blue);
  background: #fff;
  margin: 0;
  color: var(--main-text);
}
.agenda .agenda__selectores .link:nth-child(2) {
  order: -3;
}
.agenda .agenda__selectores .link.cat2196 {
  order: -2;
}
.agenda .agenda__selectores .link.cat2197 {
  order: -1;
}
.agenda .agenda__selectores .link.cat2222 {
  display: none;
}
.agenda .agenda__selectores .link.cat2195 a div  {
  border: 1px solid var(--main-pharma-and-ingredients);
}
.agenda .agenda__selectores .link.cat2196 a div  {
  border: 1px solid var(--main-foodtech-and-trends)
}
.agenda .agenda__selectores .link.cat2197 a div  {
  border: 1px solid var(--main-printing-and-packaging)
}
.agenda .agenda__selectores .link a div.active{
  border:1px solid transparent;
  background: var(--main-blue);
  color: #fff;
}
.agenda .agenda__lista {
  margin-top: 40px;
}
.agenda .agenda__lista .agenda__lista--fila {
  border-left: 9px solid var(--main-blue);
  background: var(--main-light-background);
  margin-bottom: 15px;
  padding: 14px 37px 10px;
  gap: 60px;
}
.agenda .agenda__lista .agenda__lista--fila.cat2195 {
  border-left: 11px solid var(--main-pharma-and-ingredients);
}
.agenda .agenda__lista .agenda__lista--fila.cat2196 {
  border-left: 11px solid var(--main-foodtech-and-trends);
}
.agenda .agenda__lista .agenda__lista--fila.cat2197 {
  border-left: 11px solid var(--main-printing-and-packaging);
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--head >div{
  margin-bottom: 0;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--head h3 {
  margin-bottom:0;
  color: var(--main-blue);
  font-size: 1.4em;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--head p {
  margin-bottom: 0;
  text-transform: lowercase;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--head i{
  font-size: 1.4em; cursor: pointer;
}
.agenda .agenda__lista .agenda__lista--fila.active .agenda__listafila--head i:before{
  content: "\e908";
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--body {
  display: none;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--body>div {
  display: flex;justify-content: flex-start;align-items: stretch;gap:9px
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--info{
  flex: 2
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--info h3 {
  margin-top: 10px;
  color: var(--main-blue);
  font-size: 1.4em;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas,
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--venue{
  flex: 1;border-left:2px solid var(--main-blue);
  padding-left: 20px;  gap:10px;
  display: flex;flex-direction: column;justify-content: center;align-items: flex-start;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c {
  display: flex;
  justify-content: flex-start;
  align-items: center;gap:10px;
  margin-bottom: 0 !important;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas > h4{
  margin-bottom: 0;
  font-weight: 700;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c .invitadoslista__lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c a.invitadoslista__lista--cajas {
  display: flex;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c .invitadoslista a.invitadoslista__lista--cajas {
  display: unset;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c a.invitadoslista__lista--cajas i {
  margin-right: 5px;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c a.invitadoslista__lista--cajas p {
  margin-top: 5px;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c .invitadoslista a.invitadoslista__lista--cajas {
  margin: 0 5px;
  width: 19%;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c .invitadoslista a.invitadoslista__lista--cajas div img {
  width: 100%;
  height: 389px;
  object-fit: cover;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c i {
  color: var(--main-blue);
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 600;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas .agenda__listafilaconferencistas--c p{
  font-weight: 600;
  margin-bottom: 0;
}
.agenda .agenda__lista .agenda__lista--fila .agenda__listafila--venue p{
  margin-bottom: 0;
}
.andinaingredients {
  position: relative;
  padding: 120px 0 60px;
}
.andinaingredients .andinaingredients__deco{
  position: absolute;
  z-index: -1;
}
.andinaingredients .andinaingredients__deco.deco1{
  top: 0;
}
.andinaingredients .andinaingredients__deco.deco2{
  right: 0;
  top: 0;
}
.andinaingredients .andinaingredients__deco.deco3{
  transform:rotateY(180deg);
  top:1300px;
}
.andinaingredients  ul{
  padding-left:20px;
}
.andinaingredients ul li{
  position:relative;
  margin-bottom:14px;
}
.andinaingredients ul li:before {
  content: '';
  font-family: 'icomoon';
  font-size: 1.1em;
  left: -20px;
  position: absolute;
  top: 1px;
  background: var(--main-yellow-ingredients-dark);
  width: 12px;
  height: 17px;
  border-radius: 6px;
  border-bottom-left-radius: 0;
}
.andinaingredients h2.andinaingredients__titulos {
  text-align: center;
  text-transform: uppercase;
  color: var(--main-yellow-ingredients-dark);
  font-weight: 900;
  font-size: 2.4em;
}
.andinaingredients .andinaingredients__titulo {
  text-align: center;
}
.andinaingredients .andinaingredients__titulo img:first-child{
  height: 120px;
  margin-bottom: 21px;
}
.andinaingredients .andinaingredients__titulo h3{
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
}
.andinaingredients .andinaingredients__titulo img:nth-child(4) {
  max-width: 100%;
  position: relative;
  bottom: 22px;
}
.andinaingredients .andinaingredients__titulo hr{
  height: 20px;
  border: none;
  background: rgb(238 164 20);
  background: linear-gradient(90deg,rgba(238, 164, 20, 1) 0%, rgba(238, 164, 20, 0) 47%, rgba(255, 255, 255, 1) 69%);
}
.andinaingredients .andinaingredients__intro {
  margin: 50px auto;
}
.andinaingredients .andinaingredients__intro p{
  margin-bottom: 30px;
}
.andinaingredients .andinaingredients__quienesnosvisitan {
  margin: 50px auto;
}
.andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--fila,
.andinaingredients .andinaingredients__quienesexpondran .andinaingredients__quienesexpondran--fila {

  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
}
.andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--fila>div,
.andinaingredients .andinaingredients__quienesexpondran .andinaingredients__quienesexpondran--fila >div{
  flex: 1;
}
.andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--fila>div.andinaingredients__quienesnosvisitanfila--contimg img,
.andinaingredients .andinaingredients__quienesexpondran .andinaingredients__quienesexpondran--fila>div.andinaingredients__quienesexpondranfila--contimg img{
  width: 100%;
  max-height: 410px;
  object-fit: cover;
  border-radius: 100px;
  border-bottom-left-radius: 0;
  object-position: 0px -78px;
}
.andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--fila>div.andinaingredients__quienesnosvisitanfila--continfo,
.andinaingredients .andinaingredients__quienesexpondran .andinaingredients__quienesexpondran--fila>div.andinaingredients__quienesexpondranfila--continfo{
  padding: 30px;
}
.andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--adicional {
  margin: 0 auto;
  max-width: 700px;
  background: var(--main-yellow-ingredients-dark);
  color: black;
  border-radius: 75px;
  border-bottom-left-radius: 0;
  padding: 30px;
  transform: translateY(-60px);
}
.andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--adicional h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.7em;
  color: var(--main-text);
  margin-bottom: 15px;
}
.andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--adicional ul li:before {
  background: white;
}
.andinaingredients .andinaingredients__quienesexpondran h3.andinaingredients__subtitulo{
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
  text-align: center;
}
.andinaingredients .andinaingredients__categorias {
  margin: 50px auto;
}
.andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila {
  margin: 45px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
}
.andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja{
  flex: 1 18%;
  background: var(--main-yellow-ingredients-dark);
  border-radius: 70px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  padding: 15px 19px;
  padding-bottom: 30px;
}
.andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja img{
  width: 100%;
  border-radius: 52px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  margin-bottom: 28px;
}
.andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja h4{
  font-weight: 400;
  text-transform: uppercase;
}
.andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja h3{
  font-weight: 900;
  text-transform: uppercase;
}
.andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja h5{
  text-transform: uppercase;
}
.andinaingredients .andinaingredients__porqueparticipar {
  margin: 90px auto;
  background: var(--main-yellow-ingredients-dark);
  padding: 62px 10px;
}
.andinaingredients .andinaingredients__porqueparticipar h2.andinaingredients__titulos {
  color: white;
  padding-bottom: 45px;
}
.andinaingredients .andinaingredients__porqueparticipar>div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
  flex-wrap: wrap;
}
.andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja{
  flex: 1 28%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background: white;
  border-radius: 35px;
  overflow: hidden;
  border-bottom-left-radius: 0;
  color: var(--main-background);
}
.andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja>div {
  /* flex: 1; */
  display: flex;
  align-items: center;
}
.andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja>div.andinaingredients__porqueparticiparcaja--contimg {
  flex: 0.8;
}
.andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja>div.andinaingredients__porqueparticiparcaja--contimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 330px;
}
.andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja>div.andinaingredients__porqueparticiparcaja--continfo{
  flex: 1.3;
}
.andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja>div.andinaingredients__porqueparticiparcaja--continfo p {
  padding: 13px 23px;
  line-height: 1.35;
  height: 100%;
}
.andinaingredients .andinaingredients__contactos h5 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 40px auto 30px;
  font-size: 1.1em;
}
.andinaingredients .andinaingredients__contactos .andinaingredients__contactos--fila {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 35px;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 60px;
}
.andinaingredients .andinaingredients__contactos .andinaingredients__contactos--fila .andinaingredients__contactosfila--caja img{
  height: 110px;
  border-radius: 50%;
}
.andinaingredients .andinaingredients__contactos .andinaingredients__contactos--fila .andinaingredients__contactosfila--caja h4{
  text-transform: uppercase;
  font-weight: 600;
}
.andinapackenmedios {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.andinapackenmedios a {
  color: unset !important;
  /* flex: 1 1 20%; */
  width: 46%;
}
.andinapackenmedios a h2 {
  font-size: 1.125em !important;
  line-height: 1.05;
  text-align: justify;
  margin: 0 !important;
}
.andinapackenmedios a h2 img {
  height: 67px;
  margin-right: 5px;
  max-width: 100px;
  object-fit: contain;
  object-position: bottom;
}
.andinapackenmedios a p{
  margin-bottom: 1px
}
.andinapackenmedios a h5{
  margin-top: 0
}
.andinapackenmedios a h4 {
  background: var(--main-blue);
  font-size: 1em;
  color: #fff;
  letter-spacing: 0.03em;
  display: inline-block;
  margin: 0;padding: 6px 27px;
  border-radius: 20px;
}
.bannerhilton{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px 10px;
}
.bannerhilton a{
  display:inline-block;
  /* flex:1; */
}
.bannerhilton a img{
  width:100%;
  max-width: 400px;
  margin: 0;
}
.bnrpub {display:flex;justify-content:center;align-items:center;gap: 30px  10px;margin:5px auto 35px;flex-wrap: wrap;}
.bnrpub .bnrpubint {/* flex:1*/ margin: 0;}
.bnrpub .bnrpubint img{width:100%;max-width: 400px;}
.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 {
  background:var(--main-brown);
  bottom:160px;
  color:var(--main-cyan);
  font-size:1em;
  font-weight:100;
  line-height:1.1em;
  position:fixed;
  text-align:center;
  transition:0.3s;
  transition:var(--main-transition);
  right:0;
}
.btnflotante.btnboleteria {
  bottom: 90px; 
}
.btnflotante.link a div {
  padding: 6px 30px;
  background: #4C82C0;
  background: var(--main-gradient);
  border-radius: 30px;
}
.buscar{
  display:none;
  height:100%;
  left:0px;
  position:fixed;
  top:0px;
  width:100%;
  z-index:9999999;
  background:rgba(141, 67, 48, .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-brown);
  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-orange);
}
.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
}
.cifras {
  margin:65px auto;
}
.cifras .cifras__flex{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  text-align:center;
  gap:100px;
}
.cifras .cifras__flex .cifras__flex--caja {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:13px;
}
.cifras .cifras__flex .cifras__flex--caja img {
  width:120px;
  height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.cifras .cifras__flex .cifras__flex--caja h3 {
  color:var(--main-blue);
  margin-top:10px;
  font-weight:700;
  font-size:1.4em;
}
.cifras .cifras__flex .linea{
  width:2px;
  background:var(--main-blue);
  height:100px;
}
.contactos{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  flex-wrap:wrap;
}
.contactos>div {
  flex:1 25%;
  text-align:center;
}
.contactos>div img {
  height:110px;
  border-radius:50%;
}
footer.footer {
  background:var(--main-background);
  color:#fff;
  padding:1px 0 30px;
  font-size:0.7em;
  font-weight:300;
}
footer.footer hr {
  border:none;
  background:#fff;
  width:100%;
  height:2px;
  margin:33px 0;
}
footer.footer .footer__legal p {
  text-align:center;
}
footer.footer .footer__top {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  margin-bottom:30px;
}
footer.footer .footer__top .footer__top--info {
  flex:1 40%;
  display:flex;
  flex-direction:column;
  gap:25px;
  border-left:2px solid #fff;
  padding-left:25px;
}
footer.footer .footer__top .footer__top--info h4{
  font-size:1.8em;
  margin-bottom:10px
}
footer.footer .footer__top .footer__top--info ul{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:10px;
}
footer.footer .footer__top .footer__top--info ul h4 {
  font-size:1.2em;
  font-weight:400;
  margin-bottom:0;
}
footer.footer .footer__top .footer__top--info ul li {
  font-size:1.6em;
  display:flex;
  align-items:center;
  position:relative;
  bottom:3px;
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex {
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  gap:20px;
  flex-direction:column;
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex.app {
  gap:40px;
  flex-direction:row;
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex >div{
  flex:1;
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex h4 {
  margin-bottom:0;
  font-weight:600;
  font-size:1.3em;
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex p{
  font-size:1.05em;
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex a p {
  transition:var(--main-transition)
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex a p:hover{
  color:var(--main-blue)
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex.app p{
  font-size:1em
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex.app div a {
  display:inline-block;
  border:2px solid #fff;
  border-radius:8px;
  padding:4px;
  transition:var(--main-transition)
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex.app div a:hover {
  background:var(--main-blue);
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex.app div img{
  height:25px;
}
footer.footer .footer__top .footer__top--info .footer__topinfo--flex.app >div:last-child {
  display:flex;
  justify-content:space-between;
  gap:11px;
}
footer.footer .footer__top .footer__top--mapadelsitio{
  flex:1 55%;
}
footer.footer .footer__top .footer__top--mapadelsitio h3 {
  font-size:2.5em;
  margin-bottom:30px;
  font-family:'bebas-neue-pro', sans-serif;
}
footer.footer .footer__top .footer__top--mapadelsitio .footer__topmapadelsitio--flex {
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:10px 5px;
}
footer.footer .footer__top .footer__top--mapadelsitio .footer__topmapadelsitio--flex ol{
  display:contents;
}
footer.footer .footer__top .footer__top--mapadelsitio .footer__topmapadelsitio--flex ol li {
  flex:1;
}
footer.footer .footer__top .footer__top--mapadelsitio .footer__topmapadelsitio--flex ol li h3 {
  font-size:1.35em;
  margin-bottom:3px;
}
footer.footer .footer__top .footer__top--mapadelsitio .footer__topmapadelsitio--flex ol li ul {
  display:flex;
  flex-direction:column;
  gap:5px;
}
footer.footer .footer__top .footer__top--mapadelsitio .footer__topmapadelsitio--flex p {
  display:block;
  flex:1 30%;
  font-size:1.3em;
}
footer.footer .footer__top .footer__top--mapadelsitio .footer__topmapadelsitio--flex p a{
  transition:var(--main-transition)
}
footer.footer .footer__top .footer__top--mapadelsitio .footer__topmapadelsitio--flex p a:hover{
  color:var(--main-blue);
}
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:300 !important;
  /* font-size:2.8em; */
  color:var(--main-blue);
  margin-bottom:3px!important;
}
.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%;
  border-radius:6px;
}
.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-blue);
  cursor:pointer;
  color:#fff !important;
  font-weight:600;
  padding:12px 20px;
  border:none;
  width:156px;
  border-radius:22px;
  font-family:'Open Sans', sans-serif;
}
.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:0 0 10px;
  align-items:baseline;
}
.formcontact form#frmContacto section.sectencuesta .sect1 div label{
  color:var(--main-blue);
}
.galeria{
  clear:both;
  position:relative;
}
.galeria .galeria__tituloybotones {
  display:flex;
  justify-content:flex-start;
  align-items:baseline;
  gap:45px;
}
.galeria .galeria__tituloybotones .tab{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:14px;
}
.galeria .galeria__tituloybotones .tab .tablinksgaleria{
  transition:var(--main-transition);
  cursor:pointer;
  font-size:1.7em;
  line-height:1;
}
.galeria .galeria__tituloybotones .tab .tablinksgaleria.active,
.galeria .galeria__tituloybotones .tab .tablinksgaleria:hover{
  color:var(--main-blue);
}
.galeria.andinaingredients__galeria .galeria__tituloybotones .tab .tablinksgaleria.active,
.galeria.andinaingredients__galeria .galeria__tituloybotones .tab .tablinksgaleria:hover{
  color:var(--main-yellow-ingredients-dark)
}
.galeria .galeria__tituloybotones .tab .linea{
  width:2px;
  background:var(--main-blue);
  height:30px;
}
.galeria.andinaingredients__galeria .galeria__tituloybotones .tab .linea{
  background:var(--main-yellow-ingredients-dark)
}
.galeria .galeria__swiper.swiper {
  margin:0 auto;
  max-width:1436px;
  min-height:444px;
}
.galeria .galeria__swiper.swiper img {
  height:359px;
  object-fit:cover;
  transition:1s ease-out all;
  width:575px;
  border-radius:10px;
}
.galeria .galeria__swiper.swiper .swiper-slide.swiper-slide-active img {
  height:439px;
  width:770px;
}
.galeria .galeria__swiper.swiper .galeria__fotos.swiper-slide.swiper-slide-next {
  display:flex;
  justify-content:flex-end;
}
.galeria .galeria__swiper.swiper .swiper-button-prev {
  /* min-width:230px; */
  background:var(--main-light-blue);
  color:#fff;
  padding:24px 0;
  text-align:center;
  border-radius:30px;
  transition:var(--main-transition);
  top:93%;
  left:unset;
  right:386px;
  border:none;
  border:2px solid var(--main-light-blue);
}
.galeria .galeria__swiper.swiper .swiper-button-prev:after {
  content:'Anterior';
  font-family:'Open Sans',sans-serif;
  font-size:1em;
  /* font-weight:600; */
  transform:none;
  color:#fff;
  border-radius:40px;
  padding:19px 30px;
  min-width:100px;
}
.galeria.andinaingredients__galeria .swiper .swiper-button-next:after,
.galeria.andinaingredients__galeria .swiper .swiper-button-prev:after {
    background: var(--main-yellow-ingredients-dark);
}
.galeria.english .galeria__swiper.swiper .swiper-button-prev:after {
  content:'Previous'; 
}
.galeria .galeria__swiper.swiper .swiper-button-next {
  width:42%;
  display:flex;
  justify-content:center;
  align-items:center;
  mix-blend-mode:multiply;
  opacity:0.7;
  background:var(--main-blue);
  color:#fff;
  transition:var(--main-transition);
  left:unset;
  right:0;
  top:22px;
  height:81%;
  border:none;
  border-radius:10px;
}
.galeria .swiper .swiper-button-next svg,
.galeria .swiper .swiper-button-prev svg {
  display:none
}
.galeria.andinaingredients__galeria .galeria__swiper.swiper .swiper-button-next {
  background: var(--main-yellow-ingredients-dark);
}
.galeria .galeria__swiper.swiper .swiper-button-next:after {
  content:'SIGUIENTE';
  font-family:'Open Sans',sans-serif;
  font-size:1.5em;
  font-weight:700;
  color:#fff
}
.galeria.english .galeria__swiper.swiper .swiper-button-next:after {
  content:'NEXT';
}

.galeria .link a div {
  position:absolute;
  right:calc((100% - 1220px) / 2);
  bottom:2px;
  margin:0;
  width:206px;
  text-align:center;
  padding:14px 0;
  z-index:1;
  font-weight:600;
  background:#fff;
  color:var(--main-blue);
  border:2px solid var(--main-blue);
  border-radius:51px;
}
.galeria .swiper-slide.swiper-slide-next:before {
  content:'SIGUIENTE';
  position:absolute;
  color:#fff;
  right:225px;
  z-index:2;
  line-height:0;
  top:180px;
  font-size:1.5em;
  font-weight:700;
}
.galeria.english .swiper-slide.swiper-slide-next:before {
  content:'NEXT';
}
.galeria .galeria__tabcontent--flex {
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:12px;
}
.galeria .galeria__tabcontent--flex >div{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  flex:1 22%;
}
.galeria .galeria__tabcontent--flex >div a{
  display:contents;
}
.galeria .galeria__tabcontent--flex >div a img{
  width:100%;
  border-radius:10px;
}
.galeria .galeria__tabcontent--flex >div.galeria__videos i{
  position:absolute;
  color:white;
  font-size:2.5em;
}
.galeria .galeria__tabcontent--flex >div.galeria__videos p{
  position:absolute;
  background:rgb(255 255 255 / 60%);
  padding:6px;
  bottom:0;
  width:100%;
  line-height:1;
  font-size:0.9em;
  color:black;
}
.galeria.andinaingredients__galeria .link a div {
  color: var(--main-yellow-ingredients-dark);
  border: 2px solid var(--main-yellow-ingredients-dark);
}
.galeriainterna .tab{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.galeriainterna .tab .tablinks {
  transition: var(--main-transition);
  cursor: pointer;
  font-size: 1.7em;
  line-height: 1;
}
.galeriainterna .tab .tablinks.active,
.galeriainterna .tab .tablinks:hover {
  color: var(--main-blue);
}
.galeriainterna .tab .tablinks p{
  margin-bottom: 0;
}
.galeriainterna .tab .linea {
  width: 2px;
  background: var(--main-blue);
  height: 30px;
}
.galeriainterna .tabcontent .galeria__tabcontent--flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.galeriainterna .tabcontent .galeria__tabcontent--flex >div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 22%;
  margin-bottom: 0;
  max-width: 24.34%;
}
.galeriainterna .tabcontent .galeria__tabcontent--flex >div a {
  display: contents;
}
.galeriainterna .tabcontent .galeria__tabcontent--flex >div a img {
  width: 100%;
  border-radius: 10px;
}
.galeriainterna .tabcontent .galeria__tabcontent--flex >div.galeria__videos i {
  position: absolute;
  color: white;
  font-size: 2.5em;
}
.galeriainterna .tabcontent .galeria__tabcontent--flex >div.galeria__videos p {
  position: absolute;
  background: rgb(255 255 255 / 60%);
  padding: 6px;
  bottom: 0;
  width: 100%;
  line-height: 1;
  font-size: 0.9em;
  color: black;
  margin-bottom: 0;
}
header.header {
  /* padding:0 0 10px; */
  position:sticky;
  top:0;
  z-index:11;
  background:#fff;
}
header.header::before {
  background:var(--main-dark-blue);
  content:'';
  height:57px;
  position:absolute;
  width:100%;
  z-index:-1;
}
header.header .header__in .header__in--top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:var(--main-dark-blue);
  color:white;
  padding:10px 0;
}
header.header .header__in .header__in--top .headerin__top--fecha h3 {
  font-size:0.9em;
}
header.header .header__in .header__in--top .headerin__top--fecha h3 span {
  font-weight:400;
}
header.header .header__in .header__in--top .headerin__top--idiomayredes{
  display:flex;justify-content:flex-end;align-items:center;gap:26px 
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .lang{
  position:relative
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .lang .dropbtn {
  font-family:'Open Sans', sans-serif;
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  outline:none;
  background:transparent;
  text-transform:uppercase;
  padding:6px 12px;
  margin:0;
  cursor:pointer;
  background:#fff;
  border:2px solid var(--main-background);
  border-radius:23px;
  color:var(--main-background);
  font-size:0.9em;
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .lang .dropbtn i{
  margin-left:8px;
  font-size:0.7em;
  color:var(--main-text)
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .lang>div {
  display:none;
  position:absolute;
  background:#fff;
  width:100%;
  z-index:1;
  text-transform:uppercase;
  text-align:center;
  font-weight:600;
  padding:9px 0;
  transition:0.4s ease-out;
  color:var(--main-background);
  transform:translateY(-3px);
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .lang>div:hover{
  background:var(--main-blue)
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .lang>div:hover a{
  color:#fff}
header.header .header__in .header__in--top .headerin__top--idiomayredes .lang:hover>div{
  display:block
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .lang>div a{
  transition:var(--main-transition);
  font-family:'Noto Sans', sans-serif;
}
header.header .header__in .header__in--top .headerin__top--idiomayredes ul {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:9px;
  font-size:1.2em;
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .btncontactos {
  font-family:'Noto Sans', sans-serif; 
  display:flex;
  justify-content:center;
  align-items:center;
  gap:17px;
  transition:var(--main-transition)
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .btncontactos:hover {
  transform:var(--main-transform-on-hover)
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .btncontactos a{
  display:contents;
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .btncontactos a p{
  font-size:0.85em; color:var(--main-extra-light-text);
}
header.header .header__in .header__in--top .headerin__top--idiomayredes .btncontactos a i{
  -webkit-text-stroke:0.01em var(--main-text);
}
header.header .header__in .header__in--top .headerin__top--idiomayredes form#Search{
  position:relative;
  border:2px solid var(--main-background);
  border-radius:50px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:white;
}
header.header .header__in .header__in--top .headerin__top--idiomayredes form#Search input[type=search] {
  background:transparent;
  width:100px;
  padding:0 11px;
  transition:var(--main-transition)
}
header.header .header__in .header__in--top .headerin__top--idiomayredes form#Search input[type=search].clicked {
  width:190px;
}
header.header .header__in .header__in--top .headerin__top--idiomayredes form#Search .iconoenbtn {
  position:absolute;
  pointer-events:none;
  right:-1px;
  color:var(--main-text);
}
header.header .header__in .header__in--top .headerin__top--idiomayredes form#Search input[type=submit] {
  background:var(--main-light-background);
  border-radius:50%;
  cursor:pointer;
  height:31px;
  width:31px;
}
header.header .header__in .header__in--bottom {
  align-items:stretch;
  display:flex;
  justify-content:space-between;
  padding:15px 0 0;
}
header.header .header__in .header__in--bottom .headerin__bottom--logo  {
  display:flex;
  align-items:center;
}
header.header .header__in .header__in--bottom .headerin__bottom--logo  a{
  display:contents;
}
header.header .header__in .header__in--bottom .headerin__bottom--logo img {
  height:60px;
}
header.header .header__in .header__in--bottom .headerin__bottom--right {
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower {
  align-items:center;
  display:flex;
  gap:70px;
  justify-content:flex-end;
}
header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnpreregistro a div {
  color:#fff;
  text-align:center;
  line-height:1;
  background:var(--main-blue);
  transition:var(--main-transition);
  text-align:center;
  border-radius:50px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  /* padding:6px 27px; */
  padding:0;
  padding-left:27px;
  line-height:1.29;
}
header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnpreregistro a div:hover{
  transform:var(--main-transform-on-hover);
  background:var(--main-background);
}
header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnpreregistro a div .iconoenbtn{
  border:2px solid #fff;
  padding:7px;
  font-size:1.6em;
  position:relative;
  left:-0.01px;
}
header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnMain{
  display:none;
}
.header__in--menu nav ol>li {
  height:100px;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
}
.header__in--menu nav ol{
  display:flex;justify-content:flex-end;align-items:center;gap:21px;
}
.header__in--menu nav ol>li> ul {
  display: none;
  position: absolute;
  background: white;
  width: 265%;
  left: 0;
  padding: 30px;
  top: 100px;
  min-width: 290px;
}
.header__in--menu nav ol>li:nth-last-child(2)> ul,
.header__in--menu nav ol>li:last-child> ul{
  /* width: 430%; */left: unset;right: 0;
}
.header__in--menu nav ol>li h3 {
  position:relative;
  transition:var(--main-transition);
  font-size:1.14em;
  font-weight:400;
}
.header__in--menu nav > ol > li >h3:after {
  content:'';
  position:absolute;
  width:0px;
  height:4px;
  background:var(--main-blue);
  transition:var(--main-transition);
  bottom:-40px;
  margin:0 auto;
  left:0;
}
.header__in--menu nav > ol>li:hover h3:after{
  width:100%
}
.header__in--menu nav ol>li:hover h3 {
  -webkit-text-stroke:0.02em var(--main-text);
}
.header__in--menu nav ol>li h3 i{
  display:inline-block;
  transform:rotate(90deg);
  font-size:0.5em;transition:var(--main-transition);
}
.header__in--menu nav ol>li:hover h3 i {
  font-weight:600;
}
.header__in--menu nav ol>li:hover ul {
  display:block;
}
.header__in--menu nav ol>li ul .submenu_top--flex {
  /* display:flex; */
  /* justify-content:flex-start; */
  /* align-items:flex-start; */
  /* gap:55px; */
}
.header__in--menu nav ol>li ul .submenu_top--flex span{
  flex:1
}
.header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5),
.header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(7),
.header__in--menu nav ol>li:nth-child(2) ul .submenu_top--flex span,
.header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3),
.header__in--menu nav ol>li:nth-child(4) ul .submenu_top--flex span,
.header__in--menu nav ol>li:nth-child(5) ul .submenu_top--flex span,
.header__in--menu nav ol>li:nth-child(6) ul .submenu_top--flex span {
  display:flex;
  /*align-items:center;*/
  flex-direction:column;
}
.header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(1),
.header__in--menu nav ol>li:nth-child(4) ul .submenu_top--flex span,
.header__in--menu nav ol>li:nth-child(5) ul .submenu_top--flex span,
.header__in--menu nav ol>li:nth-child(6) ul .submenu_top--flex span {
 /*  align-items:center;
  max-width:25%;
  margin:0 auto; */
}
.header__in--menu nav ol>li:nth-child(2) ul .submenu_top--flex span:nth-child(3) li:nth-child(2) a,
.header__in--menu nav ol>li:nth-child(2) ul .submenu_top--flex span:nth-child(3) li:nth-child(3) a{
  background:var(--main-blue);
  color:white;
  padding:10px 8px;
  border-radius:5px;
  /* width:100%; */
  display:inline-block;
  /* min-width:210px; */
  text-align:center;
  font-size:0.93em;
  font-weight:600;
}
.header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a,
.header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a {
  background: var(--main-light-background);
  border: 2px solid var(--main-yellow-ingredients);
  border-radius: 7px;
  position: relative;
  padding: 15px 25px;
  align-items: center;
  gap: 20px;
  font-size: 0.725em;
  /* line-height: 1.3; */
}
.header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a {
  border: 2px solid var(--main-text)
}
.header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a:before,
.header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 35px;
  background: url(../img/logo-andina-ingredients.png) no-repeat center center / cover;
}
.header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a:before {
  background: url(../img/logo-tres-rayas.png) no-repeat center center / cover;
}
.header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a:after,
.header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 1px;
  background: var(--main-text);
  left: 69px;
}
.header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a b,
.header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a b{
  font-size: 1.55em;
  font-weight: 700;
  margin-bottom: 1px;
}
.header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a br{
  /*  display: contents; */
}
.header__in--menu nav ol>li:nth-child(5) ul .submenu_top--flex span li{
  min-width:245px;
}
.header__in--menu nav ol>li ul .submenu_top--flex .linea{
  /* width:1px; */
  /* background:var(--main-background); */
  /* height:130px; */
  /* position:relative; */
  /* top:25px; */
  margin:20px 0;
}
.header__in--menu nav ol>li ul .submenu_top--flex .linea:last-child{
  display:none;
}
.header__in--menu nav ol > li ul li{
  margin-bottom:9px
}
.header__in--menu nav ol > li ul li:last-child{
  margin-bottom:0
}
.header__in--menu nav ol > li ul li a{
  display:flex;
  width:100%;
  align-items:baseline;
  transition:var(--main-transition);
}
.header__in--menu nav ol > li ul li a:hover{
  color:var(--main-blue);
}
.header__in--menu nav ol > li ul li a i {
  font-size:0.3em;
  margin-right:5px;
  position:relative;
  transition:var(--main-transition);
  font-weight:600;
  background:var(--main-text);
  border-radius:50px;
  bottom:4px;
}
.header__in--menu nav ol > li ul li a:hover i {
  color:var(--main-blue);
  background:var(--main-blue);
}
.header__in--menu nav ol > li ul li a.titulocolumna{
  font-weight:700;
  font-size:1.2em;
  /* margin-bottom:1px; */
}
.header__in--menu nav ol > li ul li a.titulocolumna:hover{
  color:var(--main-text);
}
.header__in--menu nav ol > li ul li a.titulocolumna i{
  display:none;
}
.header__in--menu nav ol > li ul li a.itemconicono {
  display:inline-flex;
  flex-direction:column;
  gap:18px;
  text-align:center;
  max-width:125px;
}
.header__in--menu nav ol > li ul li a.itemconicono i{
  display:none;
}
.header__in--menu nav ol > li ul li a.itemconicono img{
  height:90px
}
.iconoenbtn {
  border:1px solid var(--main-background);
  border-radius:50%;
  padding:7px;
  font-size:1.2em;
}
.infografia__movil{
  display:none;
}
.innovacionestecnologicas{
  margin-bottom: 100px;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex{
  display: flex;
  align-items: center;
  gap: 150px;
  position: relative;
  padding-top: 145px;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro{
  background: var(--main-light-background);
  background: linear-gradient(-180deg,rgba(66, 78, 197, 0.4) 0%, rgba(255, 255, 255, 1) 70%);
  justify-content: flex-end;
  gap: 23px;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar{
  background: var(--main-light-background);
  align-items: flex-start;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar{
  align-items: flex-start;
  justify-content: flex-end;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta{
  background: var(--main-light-background);
  background: linear-gradient(200deg,rgba(194, 207, 255, 1) 0%, rgba(255, 255, 255, 1) 70%);
  justify-content: flex-end;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.innovacionestecnologicas__swiperflex--decoesquina,
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.flota{
  position: absolute;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.innovacionestecnologicas__swiperflex--decoesquina.decoesquinatopleft{
  top: 0;
  left: 0;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.innovacionestecnologicas__swiperflex--decoesquina.decoesquinabottomright{
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.innovacionestecnologicas__swiperflex--decoesquina.decoesquinabottomleft {
  bottom: -11px;
  left: 0;
  transform: rotate(-90deg);
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%);
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.innovacionestecnologicas__swiperflex--decoesquina.decoesquinatopright {
  top: 0px;
  right: 0;
  transform: rotate(90deg);
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h3 {
  font-size: 2em;
  font-weight: 400;
  color: black;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h3 span {
  display: inline-block;
  padding: 0 5px 5px;
  background: var(--main-blue);
  color: white;
  border-radius: 8px;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h4{
  color: #fff;
  background: #4C82C0;
  background: var(--main-gradient);
  padding: 10px 20px 13px;
  border-radius: 14px;
  display: inline-flex;
  transition: var(--main-transition);
  font-weight: 700;
  font-size: 2em;
  margin-top: 130px;
  line-height: 1;
  text-align: center;
  align-items: center;
  gap: 1px;
  text-transform: uppercase;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar h2,
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar h2 {
  color: var(--main-blue);
  font-size: 2.5em;
  margin: 10px 0 20px;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar h2 span,
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar h2 span{
  font-weight: 600;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar h2 span span{
  font-weight: 400;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar p,
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar p{
  color: black;
  font-size: 1.35em;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar p b,
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar p b{
  font-weight: 700;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar img.flota,
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta img.flota{
  left: 0;
  top: 0;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar img.flotafresa{
  left: 0;
  bottom: 0;
  top: unset;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta{
  padding-bottom: 127px;
  padding-right: 180px;
  min-height: 554px;
  text-align: right;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta h3{
  font-size: 2em;
  font-weight: 400;
  color: black;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta h3 span{
  color: var(--main-blue);
  font-weight: 700;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta h5 {
  color: var(--main-blue);
  margin: 60px 0 0;
  font-size: 2em;
}
.innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta h4 a{
  color: #fff;
  background: #4C82C0;
  background: var(--main-gradient);
  padding: 10px 20px 13px;
  border-radius: 14px;
  display: inline-flex;
  transition: var(--main-transition);
  font-weight: 700;
  font-size: 2em;
  margin-top:20px;
  line-height: 1;
  text-align: center;
  align-items: center;
}
.link a div, 
.linkinternas a  {
  color:#fff;
  background:var(--main-blue);
  padding:6px 27px;
  border-radius:20px;
  display:inline-block;
  transition:var(--main-transition);
  margin-top:17px
}
.link a div:hover,
.linkinternas a:hover {
  background:var(--main-blue);
  color: #fff;
  transform:var(--main-transform-on-hover)
}
.link2 a div {
  color: #fff;
  background: #4C82C0;
  background: var(--main-gradient);
  padding: 10px 50px 13px;
  border-radius: 14px;
  display: inline-block;
  transition: var(--main-transition);
  font-weight: 700;
  font-size: 1.4em;
  margin-top: 30px;
  line-height: 1;
  text-align: center;
  width: 80%;
}
.logos {
  align-items:flex-end;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:66px auto;
  gap:15px;
}
.logos div.linea {
  width:1px;
  background:#acacac;
  height:48px;
  /* margin:0 12px 20px; */
  position:relative;
  /* top:3px; */
}
.logos div.grande {
  width:30%;
  margin-bottom:10px;
}
.logos p {
  text-align:center;
  margin-bottom:16px;
  color:#5c5c5c;
  line-height:1;
  font-size:0.75em;
}
.logos ul{
  display:flex;justify-content:center;align-items:center;
}
.logos ul li img {
  max-height:65px;
  margin:0 5px;
}
.mediapartners{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.mediapartners div{
  margin: 10px 0;
  text-align: center;
  width: 30%;
}
.mediapartners img {
  max-height: 65px;
  max-width: 255px;
  object-fit: contain;
}
.mediapartners img.cuadrada {
  transform: scale(1.5);
}
.middleadpub {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:82px;
  margin:50px auto;
}
.middleadpub .middleadpub__caja {
  flex:1;
  max-width:400px;
  margin:0;
}
.middleadpub .middleadpub__caja img{
  width:100%;
}
.news {
  margin:95px auto  130px;
  position:relative;
  padding-top:18px;
  /* padding-left:calc((100% - 1366px) / 2); */
}
.news:before {
  content:'';
  position:absolute;
  background:var(--main-blue);
  left:0;
  height:88%;
  width:calc((100% - 966px) / 2);
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  top:0;
}
.news .news__swiper{
  min-height:315px;
  padding-left:calc((100% - 1366px) / 2);
}
.news .news__swiper .news__swiper--flex {
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  gap:18px;
}
.news .news__swiper .news__swiper--flex >div{
  /* flex:1; */
}
.news .news__swiper .news__swiper--flex >div:first-child{
  position:relative;
  display:flex;
  justify-content:flex-start;
  padding-right:57px
}
.news .news__swiper .news__swiper--flex >div:first-child img{
  border-radius:15px;
  border:2px solid var(--main-light-background);
}
.news .news__swiper .news__swiper--flex >div:last-child{
  max-width:500px;
}
.news .news__swiper .news__swiper--flex >div:last-child .titulos {
  margin-top:38px;
  text-align:left;
}
.news .news__swiper .news__swiper--flex >div:last-child p{
  margin:18px 0
}
.news .swiper .swiper-controllers {
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:baseline;
  width:100%;
  gap:15px;
  bottom:15px;
  right:367px;
}
.news .swiper .swiper-controllers .swiper-button-prev,
.news .swiper .swiper-controllers .swiper-button-next {
  bottom:-18px;
  height:unset;
  left:unset;
  right:unset;
  position:relative;
  bottom:unset;
  display:flex;
  align-items:flex-end;
}
.news .swiper .swiper-button-next:after,
.news .swiper .swiper-button-prev:after {
  font-family:'icomoon';
  content:"\e900";
  font-size:0.9em;
  background:var(--main-blue);
  border-radius:50%;
  padding:8px;
  font-weight:900;
}
.news> .link {
  position:relative;
  justify-content:center;
  display:flex;
  top:65px;
}
.news .swiper .swiper-pagination-bullets {
  bottom:17px;position:relative;
  bottom:unset;
  width:unset;
}
.news .swiper-pagination-bullet {
  display:inline-block;
  height:11px;
  border-radius:5px;
  background:var(--main-light-background);
  opacity:1;
  transition:var(--main-transition);
  width:20px;
}
.news .swiper-pagination-bullet-active,
.news .swiper-pagination-bullet:hover{
  background:var(--main-blue);
}
.perfil .perfil__in article p,
.perfil .perfil__in article ul,
.perfil .perfil__in article h3,
.perfil .perfil__in article div {
  margin-bottom:15px;
}
.perfil .perfil__in .perfil__in--migadepan{
  align-items:center;
  background:var(--main-light-background);
  border-bottom:10px solid var(--main-blue);
  display:flex;
  gap:30px;
  justify-content:flex-start;
  padding:14px 45px;
}
.perfil .perfil__in .perfil__in--migadepan i{
  transition:var(--main-transition);
}
.perfil .perfil__in .perfil__in--migadepan i:hover{
  color:var(--main-blue);
}
.perfil .perfil__in .perfil__in--migadepan p{
  font-size:0.85em;
  font-weight:700;
}
.perfil .perfil__in .perfil__in--cont{
  margin:53px auto 65px;
}
.perfil .perfil__in .perfil__in--cont *{
  line-height:1.3;
}
.perfil .perfil__in article div.contactos {
  margin-bottom: 30px;
}
.perfil .perfil__in .perfil__in--cont .titulos {
  color:var(--main-blue);
  margin-bottom:43px;
  width: 100%;
}
.perfil .perfil__in .perfil__in--cont .noticiasinterna h3.notitulo {
  color: var(--main-dark-blue);
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 35px;
}
.perfil .perfil__in .perfil__in--cont .noticiasinterna img.noticiasinterna__acompananoticia {
  float: left;
  margin: 0 30px 20px 0;border-radius: 15px;
}
.perfil .perfil__in .perfil__in--cont.esflex{
/*  align-items:flex-start;
  display:flex;
  gap:60px;
  justify-content:space-between;*/
}
.perfil .perfil__in .perfil__in--cont.esflex article {
/*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}
.perfil .perfil__in .perfil__in--cont.esflex article img.acompanainternas{
  border-radius:10px;
  float:left;
  margin:0 40px 40px 0;
}
.perfil .perfil__in .perfil__in--cont.esflex article .clear{
  clear:both;
}
.perfil .perfil__in .perfil__in--cont.esflex aside.lateral{
  flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:15px;
}
.perfil .perfil__in .perfil__in--cont.esflex aside.lateral *{
  margin-bottom:0;  
}
.perfil .perfil__in .perfil__in--cont.esflex aside.lateral .lateral__btn.link {
  width:100%;
  text-align:center;
}
.perfil .perfil__in .perfil__in--cont.esflex aside.lateral .lateral__btn.link a div {
  width:100%;
    margin-top:0;padding:14px;border-radius:50px
}
.perfil .perfil__in .perfil__in--cont b,
.perfil .perfil__in .perfil__in--cont strong,
.perfil .perfil__in .perfil__in--cont h1,
.perfil .perfil__in .perfil__in--cont h2,
.perfil .perfil__in .perfil__in--cont h3,
.perfil .perfil__in .perfil__in--cont h4,
.perfil .perfil__in .perfil__in--cont h5,
.perfil .perfil__in .perfil__in--cont h6{
  font-weight:700
}
.perfil .perfil__in .perfil__in--cont h2,
.perfil .perfil__in .perfil__in--cont h3 {
  margin-bottom:20px;
}
.perfil .perfil__in .perfil__in--cont.esflex a{
  transition:var(--main-transition)
}
.perfil .perfil__in .perfil__in--cont.esflex a:hover{
  color:var(--main-blue)
}
.perfil .perfil__in .perfil__in--cont.esflex .linkinternas a:hover{
  color: white;
}
.perfil .perfil__in .perfil__in--cont.esflex ul{
  overflow:hidden;
  padding-left:20px;
}
.perfil .perfil__in .perfil__in--cont.esflex ul li{
  position:relative;
  margin-bottom:5px;
}
.perfil .perfil__in .perfil__in--cont.esflex ul li:before{
  content:'◙';
  font-family:'icomoon';
  font-size:1.1em;
  left:-20px;color:var(--main-blue);
  position:absolute;
  top:-4px;
}
.perfil .perfil__in .perfil__in--cont .invitadoslista{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:stretch;
  gap:33px 16px;
}
.perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja {
  display: flex;
  flex-direction: column;
  /* -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
  border-radius: 8px; */
  border: 1px solid var(--main-light-background);
  flex: 1 22%;
  max-width: 24%;
  overflow: hidden;
}
.perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja img{
  width:100%;
  /* height:293px; */
  object-fit:cover;
  /* object-position:0px -75px; */
}
.perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja>div:last-child{
  text-align:center;
  padding: 3px 25px;
}
.perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja>div:last-child h3{
  color:var(--main-blue);
  font-size: 1.4em;
  margin-bottom: 0;
  line-height: 1.1;
}
.perfil .perfil__in .perfil__in--cont .publicaciones__lista{
  display: flex;
  justify-content: flex-start;
  gap: 10px 97px;
  flex-wrap: wrap;
}
.perfil .perfil__in .perfil__in--cont .publicaciones__lista .publicaciones__lista--caja {
  flex: 1 25%;
  margin-bottom: 0;
  max-width: 29%;
}
.perfil .perfil__in .perfil__in--cont .publicaciones__lista .publicaciones__lista--caja img{
  width: 100%;
  border-radius:10px;
  height: 244px;
  object-fit: cover;margin-bottom: 15px;
}
.perfil .perfil__in .perfil__in--cont .publicaciones__lista .publicaciones__lista--caja h4 {
  margin: 10px 0 9px;
  /* font-size: 1.2em; */
  line-height: 1.2em;
  color: var(--main-blue);text-transform: uppercase;
}
.perfil .perfil__in .perfil__in--cont .publicaciones__contenido h5 {
  margin-bottom: 6px;
  font-size: 1.7em;
  margin-top: -37px;
}
.perfil .perfil__in .perfil__in--cont  .speakersperfil{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:70px;
}
.perfil .perfil__in .perfil__in--cont  .speakersperfil>div img {
  width: 400px;
  /* height: 400px; */
  object-fit: cover;
  border-radius: 10px;
  /* object-position: 0px -100px; */
}
.perfil .perfil__in .perfil__in--cont  .speakersperfil>div h2{
  color:var(--main-blue);
  font-size:2em;
}
.perfil .perfil__in .perfil__in--cont  .speakersperfil>div span:nth-child(2){
  font-weight:700;
  font-size:1.3em;
}
.perfil .perfil__in .perfil__in--cont  .speakersperfil>div .speakersperfil__info--rss ul {
  padding-left:0;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap:34px;
  font-size:1.4em;
}
.perfil .perfil__in .perfil__in--cont  .speakersperfil>div .speakersperfil__info--rss ul li:before{
  display:none;
}
.perfil .perfil__in .perfil__in--cont .link a div {
  font-family:'tt_firs_neue_light', sans-serif;
}
.perfil .perfil__in .perfil__in--cont .link a div i {
  display:inline-block;transform:rotate(180deg);margin-bottom:0;
}
.perfil .perfil__in .perfil__in--cont .fila {
  background:var(--main-light-background);
  display:flex;
  align-items:stretch;
  padding:38px 69px;
  flex-wrap:wrap;
  gap:0px 68px;
  border-radius:10px;
}
.perfil .perfil__in .perfil__in--cont .fila h2{
  border-radius:10px;
  color:var(--main-blue);
  font-size:2em;
  font-weight: 400;
  margin-bottom:20px;
  width:100%;
}
.perfil .perfil__in .perfil__in--cont .fila img{
  border-radius:10px;
}
.perfil .perfil__in .perfil__in--cont .fila >div{
  flex:1;
}
.perfil .perfil__in .perfil__in--cont .fila >div.linea {
  flex:unset;
  width:2px;
  height:645px;
  background:var(--main-background);
}
.perfil .perfil__in .perfil__in--cont .fila#organizadores div.centraimagen {
  display:flex;
  justify-content:center;
}
.perfil .perfil__in .perfil__in--cont .fila#organizadores h2 {
  color:var(--main-blue);
  font-size:2em;
  margin-bottom:30px;
  border-radius:10px;
  width:100%;
}
.perfil .perfil__in .perfil__in--cont .fila#organizadores >div img{
  margin-bottom:45px;
}
.perfil .perfil__in .perfil__in--cont ul.filaredes{
  display:flex;
  gap:21px;
  padding-left:0;
  font-size:1.3em;
}
.perfil .perfil__in .perfil__in--cont ul.filaredes li:before{
  display:none;
}
.perfil .perfil__in .perfil__in--cont .aliados {
  align-items:stretch;
  display: flex;
  justify-content:space-between;
  gap:25px;
  margin-bottom:50px;
  width:49%;
}
.perfil .perfil__in .perfil__in--cont .aliados-cont {
  display:flex;
  justify-content:space-between;
  flex-wrap: wrap;
  width: 100%;
}
.perfil .perfil__in .perfil__in--cont .aliados>div:first-child{
  flex:1.7;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.perfil .perfil__in .perfil__in--cont .aliados>div:first-child h2{
  color:var(--main-blue);    font-size:1.7em;
}
.perfil .perfil__in .perfil__in--cont .aliados>div:first-child .linkinternas{
  margin-bottom:0;font-weight:600;
}
.perfil .perfil__in .perfil__in--cont .aliados>div:last-child{
  align-items:center;
  background:var(--main-light-background);
  border-radius:20px;
  display:flex;
  flex:1;
  justify-content:center;
  padding:10px;
}
.perfil .perfil__in .perfil__in--cont .aliados>div:last-child img{
  max-width:75%;
  max-height:125px;
}
.perfil .perfil__in .perfil__in--cont .noticiaslista li h4{
  font-size: 1.3em;
}
.quieroexponer h1.perfil__title{
  display:none;
}
.quieroexponer .perfil .perfil__in{
  margin-top:0
}
.quieroexponer .select2-container {
  width:90% !important;
}
.reeldevideoseinfo {
/*  background:var(--main-light-background);*/
  margin:37px auto;
  padding:55px 0;
}
.reeldevideoseinfo .u__container {
  display:flex;
  align-items:stretch;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__reel {
  flex:1.11;
  padding-bottom:20px;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__reel .swiper-slide a{
  display:inline-flex;
  position:relative;
  justify-content:center;
  align-items:center;text-align:center;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__reel .swiper-slide a img{
  width:100%;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__reel .swiper-slide a .reeldevideoseinfo__reelfancy--btnplay {
  position:absolute;
  color:white;
  font-size:1.1em;
  font-weight:700;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__reel .swiper-slide a .reeldevideoseinfo__reelfancy--btnplay i{
  background:rgb(133 133 133 / 60%);
  border-radius:50%;
  padding:25px;
  display:inline-flex;
  margin-bottom:10px;
  line-height:0.742;
  justify-content:center;
  align-items:center;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__reel .swiper-pagination-bullets {
  bottom:unset;
  top:390px;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__info {
  flex:1;padding-left:71px;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__info .reeldevideoseinfo__info--caja{
  border-bottom:1px solid var(--main-background);
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__info .reeldevideoseinfo__info--caja:last-child{
  border-bottom:none;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__info .reeldevideoseinfo__info--caja .reeldevideoseinfo__infocaja--btn {
  align-items:center;
  color:var(--main-blue);
  cursor:pointer;
  display:flex;
  gap:40px;
  justify-content:space-between;
  padding:20px;
  padding-right:0;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__info .reeldevideoseinfo__info--caja .reeldevideoseinfo__infocaja--btn i{
  cursor:pointer;
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__info .reeldevideoseinfo__info--caja.active .reeldevideoseinfo__infocaja--btn i:before {
  content:"\e908";
}
.reeldevideoseinfo .u__container .reeldevideoseinfo__info .reeldevideoseinfo__info--caja .reeldevideoseinfo__infocaja--slideable p {
  padding:0 0 20px 20px;
  line-height:1.4;
}
.sectores{
  margin:50px auto;
}
.sectores .sectores__flex{
  display:flex;
  gap:40px;
  flex-wrap:wrap;
}
.sectores .sectores__flex a {
  display: inline-flex;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.2);
  flex: 1 20%;
  padding: 18px 11px;
  max-width: 24.762%;
}
.sectores .sectores__flex a .sectores__flex--caja{
  display:contents;
}
.sectores .sectores__flex a .sectores__flex--caja img{
  width:100%;
}
.sectores .sectores__flex a .sectores__flex--caja i {
  position:absolute;
  top:18px;
  right:11px;
  font-size:0.75em;transition: var(--main-transition);
  font-weight:600;
}
.sectores .sectores__flex a .sectores__flex--caja:hover i {
  color: var(--main-blue);
}
.sectores__popup{
  display: none;
  max-width: 1440px;
}
.sectores__popup button{
  height: 50px;width: 50px;background: var(--main-blue);
}
.sectores__popup button svg{
  color: white;
}
.sectores__popup h3 {
  color: var(--main-blue);
  font-weight: 700;
  font-size: 1.6em;
  text-align: center;
  margin: 15px 10px;
}
.sectores__popup h4 {
  margin-top: 15px;
  margin-bottom: 7px;
}
.sectores__popup ul {
  padding-left: 20px;
  margin-top: 5px;
}
.sectores__popup ul li{
  position:relative;
}
.sectores__popup ul li:before {
  content: '◙';
  font-size: 1.1em;
  left: -20px;
  color: var(--main-blue);
  position: absolute;
  top: -4px;
}
.sectores__popup p {
  line-height: 1.3;
}
.sideevents {
  margin:50px auto 75px;
}
.sideevents .titulos{
  text-align:left;
}
.sideevents .tab{
  display:flex;
  justify-content:flex-start;
  align-items:flex-end;
  position:relative;
  top:9px;
  z-index:0;
}
.sideevents .tab .tablinks {
  cursor:pointer;
  transition:var(--main-transition);
  padding:10px 20px 17px;
  background:#ababab;
  font-weight:600;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  /* width:111px; */
  position:relative;
  font-size:1.5em;
  /* min-height:65px; */
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
}
/* .sideevents .tab .tablinks:nth-child(2){
  right:2px;
}
.sideevents .tab .tablinks:nth-child(3){
  right:4px;
}
.sideevents .tab .tablinks:nth-child(4){
  right:6px;
} */
.sideevents .tab .tablinks.active,
  .sideevents .tab .tablinks:hover{
  width:unset;
  color:white;
  background:var(--main-blue);
  z-index:1;
}
.sideevents .tab .tablinks p {
  transition:var(--main-transition);
  color:white;
  font-weight:100;
  pointer-events:none;
}
.sideevents .tab .tablinks.active p{
  opacity:1;
  position:relative;
}
.sideevents .sideevents__conttabcontent .tabcontent {
  -webkit-animation:fadeEffect 0.001s;
  animation:fadeEffect 0.001s;
}
.sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex{
  align-items:stretch;
  background:var(--main-light-background);border-radius:10px;
  box-shadow:2px 2px 7px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow:2px 2px 7px 0px rgba(0,0,0,0.2);
  -moz-box-shadow:2px 2px 7px 0px rgba(0,0,0,0.2);
  display:flex;
  gap: 0px;
  padding: 40px 60px;
}
.sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex>div:first-child{
  display:flex;
  flex-direction:column;
  gap:36px;
}
.sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex>div:first-child h3{
  font-size:2em;
  margin-top:30px;
}
.sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex>div:first-child h4 {
  font-weight:400;
  font-size:1.85em;
  margin-top:1px;
}
.sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex>div:last-child img{
  border-radius:10px;
}
.spot{
  background:var(--main-light-background);
  position:relative;
  display:flex;
  justify-content:center;
  padding-top:122px;
}
.spot>div{
  flex:1;
}
.spot>div:first-child{
  padding-left:123px;
}
.spot>div:first-child>*{
  max-width:400px;
}
.spot>div:first-child>h3{
  color:var(--main-background);
  font-weight:400;
  font-size:2.55em;line-height:1
}
.spot>div:first-child>h2{
  color:var(--main-background);
  font-size:5em;line-height:1;
}
.spot>div:first-child>p{
  font-size:0.9em;
}
.spot>div:first-child>.link a div {
  font-size:1.25em;
  margin-top:20px;
  padding:8px 27px;
}
.spot>div img{
  width:100%;
  transform-origin:bottom right;
  transform:scale(1.18);
}
.spot>div:last-child{
  display:flex;
}
.spot.concampana{
  background: var(--main-light-background);
  background: linear-gradient(200deg,rgba(194, 207, 255, 1) 0%, rgba(255, 255, 255, 1) 33%);padding-top: 0;
}
.spot.concampana.inv-grad{
  background: var(--main-light-background);
  background: linear-gradient(200deg,rgba(255, 255, 255, 1) 0%, rgba(194, 207, 255, 1) 95%);padding-top: 0;
}
.spot.concampana>div{
  flex: unset;
}
.spot.concampana>div h4 {
  font-size: 2em; font-weight:300;
}
.spot.concampana>div h4 b {
  color: var(--main-dark-blue);
  font-weight: 700;
}
.spot.concampana>div img {
  transform: none;
  width: unset;
}
.spot.concampana>div:first-child,
.spot.concampana>div:last-child {
/*  align-items: flex-end;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  object-fit: cover;
  padding-left: 0;
}
.spot.concampana>div:first-child>* {
  max-width: unset;
}
.spot.concampana.scontactos>div:first-child{
  padding:0 35px;
}
.spot.concampana.sredglobal{
  text-align: right;
  justify-content: space-between;
  padding: 0 90px;
}
.spot.concampana.sredglobal>div:last-child img{
  height: 124px;
  position: relative;bottom: 30px;
}
.spot.concampana.sredglobal>div:last-child h4:first-child {
  position: relative;
  color: black;
  font-weight: 400;top:25px;font-size: 2.15em;
}
.spot.concampana.sredglobal>div:last-child .link2,
.spot.concampana.sredglobal>div:last-child .link2 a div{
  width: 94%;
  text-align: center;
}
.spot.concampana.scomohacernetworking {
  background: var(--main-light-background);
  background: linear-gradient(135deg, rgba(194, 207, 255, 1) 0%, rgba(255, 255, 255, 1) 33%);
  justify-content: space-between;
  position: relative;
}
.spot.concampana.scomohacernetworking:before {
  background: linear-gradient(90deg,rgba(64, 84, 160, 1) 0%, rgba(64, 84, 160, 1) 35%, rgba(53, 168, 224, 1) 100%);
  content: '';
  height:6px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.spot.concampana.scomohacernetworking>div >img:first-child{
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 15% 100%, 0 75%);
}
.spot.concampana.scomohacernetworking img.scomohacernetworking__deco {
  position: absolute;
  bottom: 0;
  right: 40%;
}
.spot.concampana.scomohacernetworking h5 {
  text-transform: uppercase;
  color: var(--main-pale-blue);
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
}
.spot.concampana.scomohacernetworking h5 span{
  font-size: 1.3em;
  font-weight: 800;
}
.spot.concampana.scomohacernetworking>div h4 {
  font-size: 1.3em;
  font-weight: 400;
}
.spot.concampana.scomohacernetworking h4 b{
  color: var(--main-text);
}
.spot.concampana.scomohacernetworking .link2 a div {
  width: 333px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
}
.spot.concampana.scomohacernetworking .link2 a div img{
  height:25px
}
.spot.concampana.scomohacernetworking.spotsenferia:before{
  display: none;
}
.spot.concampana.scomohacernetworking.spotsenferia h5{
  font-size: 2em;
  font-weight: 300;
  color: var(--main-text);
}
.spot.concampana.scomohacernetworking.spotsenferia>div h4 {
  font-size: 1.07em;
}
.spot.concampana.scomohacernetworking.spotsenferia>div h4 b b{
  color: var(--main-dark-blue);
}
.spot.concampana.scomohacernetworking.spotsenferia>div >img:first-child {
  clip-path: none
}
.spot.concampana.scomohacernetworking.spotsenferia .link2 a div{
  width: unset;display: inline-flex;border-radius: 30px;padding: 15px 30px;
}
.spotcampfinal{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top:111px;
  gap:66px;
  background: url('../img/bg-spot-campfinal.avif') no-repeat center center / cover;
}
.spotcampfinal .spotcampfinal__deco{
  position: absolute;
}
.spotcampfinal .spotcampfinal__deco:first-child {
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.spotcampfinal .spotcampfinal__deco:last-child{
  bottom: 0;
  left: 0;
}
.spotcampfinal .spotcampfinal__divimg{
  display: flex;
}
.spotcampfinal .spotcampfinal__divinfo h2 {
  color: var(--main-pale-blue);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.95em;
  line-height: 1;
  letter-spacing: -0.04em;
  text-indent: -0.04em;
  -webkit-text-stroke: 0.01em;
}
.spotcampfinal .spotcampfinal__divinfo h3 {
  color: var(--main-pale-blue);
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 0.65;
}
.spotcampfinal .spotcampfinal__divinfo h4 {
  font-size:1.42em;
  margin: 22px 0 18px;
}
.spotcampfinal .spotcampfinal__divinfo h4 span{
  font-weight: 400;
}
.spotcampfinal .spotcampfinal__divinfo div.link3 a{
  display: inline-flex;
  align-items: center;
}
.spotcampfinal .spotcampfinal__divinfo div.link3 a div {
  background: #4C82C0;
  background: var(--main-gradient);
  border-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: white;
  font-weight: 700;
  padding: 1px 33px 5px 33px;
  font-size: 1.9em;
}
.spotcampfinal .spotcampfinal__divinfo div.link3 a img{
  transform: translateX(-10px);
}
.spotcampfinal.spotcampfinalagenda {
  padding-top: 0;
  justify-content: flex-start;
  align-items: center;
}
.spotcampfinal.spotcampfinalagenda  .spotcampfinal__divimg {
  position: relative;
  z-index: 1;
}
.spotcampfinal.spotcampfinalagenda .spotcampfinal__divinfo h3 {
  color: #43549d;
  font-size: 1.95em;
}
.spotcampfinal.spotcampfinalagenda .spotcampfinal__divinfo h4 {
  font-size: 1.8em;
  margin: 22px 0 45px;
}
.spotcampfinal.spotcampfinalagenda .spotcampfinal__divinfo div.link3 a div {
  border-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position:relative;
}
.spotcampfinal.spotcampfinalagenda .spotcampfinal__divinfo div.link3 a div:before {
  content: '';
  background: #4454a0;
  height: 100%;
  position: absolute;
  width: 131px;
  left: 0;
  transform-origin: left;
  transform: rotateY(180deg) translate(-8px,-1px);
}
.spotcampfinal.spotcampfinalagenda.spotsectores .spotcampfinal__divinfo div.link3 a div:before{
  display:none
}
.spotcampfinal.spotcampfinalagenda.spotsectores .spotcampfinal__divinfo h3 {
  color: var(--main-text);
  line-height: 1;
  font-size: 2.8em;
}
.spotcampfinal.spotcampfinalagenda.spotsectores .spotcampfinal__divinfo h3 span {
  font-weight: 400;
  font-size: 0.82em;
}
.spotcampfinal.spotcampfinalagenda.spotsectores  .link3 a div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.spotcampfinal.spotcampfinalagenda.spotsectores .link3 a div img {
  height: 25px;transform: none;
}
.subscribe {
  align-items:center;
  background:var(--main-background);
  color:#fff;
  display:flex;
  justify-content:center;
  margin-top:60px;
  padding:40px 20px 20px;
  position:relative;
  gap:130px;
}
.subscribe .subscribe__deco01{
  position:absolute;
  left:0;
  top:0;
  transform-origin:top;
  transform:rotateX(180deg);
  /* width:13.49vw; */
}
.subscribe .subscribe__deco02 {
  position:absolute;
  right:0;
  top:0;
  transform-origin:top;
  transform:rotateX(180deg) rotateY(180deg);
  /* width:14.948vw; */
}
.subscribe .subscribe__logo img{
   height:65px;
}
.subscribe .subscribe__form p {
  font-weight:500;
  font-size:0.85em;
  text-align:center;
}
.subscribe .subscribe__form div#rslNewsletter {
  color:#fff;
  font-size:0.74em;
}
.subscribe form.newslatter {
  display:flex;
  justify-content:flex-start;
  align-items:center;
  flex-wrap:wrap;
  position:relative;
}
.subscribe form.newslatter .grupo-de-campos .espacio-form:nth-child(1),
.subscribe form.newslatter .grupo-de-campos .espacio-form:nth-child(2),
.subscribe form.newslatter .grupo-de-campos .espacio-form:nth-child(4) {
  display:none;
}
.subscribe form.newslatter .grupo-de-campos .espacio-form input[type=email] {
  border:1px solid white;
  padding:8px 25px;
  border-radius:7px;
  border-top-right-radius:0;
  border-bottom-right-radius:0;
  font-family:'Urbanist', sans-serif;
  font-size:0.8em;
  margin:6px 0;
  width:270px;
  background:transparent;
  color:white;
}
.subscribe form.newslatter .grupo-de-campos .espacio-form input[type=email]::placeholder {
  color:white
}
.subscribe form.newslatter >div> input[type=submit] {
  height:33px;
  position:relative;
  cursor:pointer;
  width:37px;
  background:url('../img/ico-play.svg') no-repeat;
  background-size:45% 45%;
  border:1px solid white;
  background-position:center;
  top:-10px;
  right:1px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  color:transparent;
}
.subscribe form.newslatter .grupo-de-campos >div:nth-child(5) {
  color:#fff;
  font-size:0.85em;
}
.subscribe form.newslatter .grupo-de-campos >div:nth-child(5) a{
  text-decoration:underline;
}
/*subscribe*/ #myPopup {
  display:none;
  width:100%;
  max-width:600px;
}
/*subscribe*/ #myPopup input[type=submit]{
  display:none;
}
.subscribe .subscribe__accesoeconexia h4 {
  font-weight:400;
  text-align:center;
}
.subscribe .subscribe__accesoeconexia img{
  height:45px;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color:white
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-family:'icomoon';
  content:"\e900";
  font-size:1.4em;
  background:var(--main-blue);
  border-radius:50%;
  padding:10px;
}
.swiper .swiper-button-prev:after {
  transform:rotateY(180deg);
}
/* .swiper  */.swiper-button-next svg,
/* .swiper  */.swiper-button-prev svg {
  display: none;
}
.swiper  .swiper-pagination-bullet-active {
  background:var(--main-blue);
}
.swiperspot__mobile{
  display:none;
}
.swiperspotcont__web{
  display:flex;
  align-items:center;
  position:relative;
}
.swiperspotcont__web .swipersopt__web--btnnext,
.swiperspotcont__web .swipersopt__web--btnprev {
  color:white;
  position:absolute;
  cursor:pointer;z-index: 1;
}
.swiperspotcont__web .swipersopt__web--btnnext{
  right:5%;
}
.swiperspotcont__web .swipersopt__web--btnprev {
  left:5%;
  transform:rotateY(180deg);
}
.swiperspotcont__web .swipersopt__web--btnnext:after,
.swiperspotcont__web .swipersopt__web--btnprev:after {
  font-family:'icomoon';
  content:"\e900";
  font-size:1.4em;
  background:var(--main-dark-blue);
  border-radius:50%;
  padding:10px;
}

.tabcontent,.tabcontentgaleria {
  position:relative;
  display:none;
  -webkit-animation:fadeEffect 1s;
  animation:fadeEffect 1s;
}
.tabcontent.visiblebydefault,
.tabcontentgaleria.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 {
  color:var(--main-background);
  font-size:2.5em;
  margin-bottom:43px;
  text-align:center;
}
.tresrayas {
  position: relative;
}
.tresrayas .tresrayas__btnflotante {
  position: fixed;
  z-index: 2;
  top: 586px;
  right: 0;
  padding: 15px 30px;
  border: 2px solid black;
  border-right: none;
  border-bottom-left-radius: 37px 44px;
  border-top-left-radius: 37px 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;background: white;
  gap: 5px;
}
.tresrayas .tresrayas__btnflotante p {
  color: black;
  text-transform: uppercase;
  line-height: 1.15;
}
.tresrayas .tresrayas__titulos {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.7em;
  color: black;
  text-align: center;
  margin-bottom: 55px;
}
.tresrayas p { 
  line-height: 1.7em;
}
.tresrayas .tresrayas__titulos span{
  font-weight:400;
}
.tresrayas .tresrayas__spot{
  position: relative;
  display: flex;
  justify-content:flex-end;
  gap: 12px;
  align-items: center;
}
.tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--deco{
  position: absolute;
  background: var(--main-yellow);
  left: 0;
  bottom: 0;clip-path: polygon(0 0, 0% 100%, 100% 100%);
  height: 116px;
  width: 119px;
}
.tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--label {
  display: inline-flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  border: 2px solid black;
  border-radius: 35px;
  padding: 10px 24px;
  margin-bottom: 26px;
}
.tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--label h6{
  font-size: 1.6em;
  font-weight: 300;
  line-height: 0.7;
  position: relative;
  bottom: 2px;
}
.tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--contenido{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap:26px; color: black;text-transform: uppercase;
}
.tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--contenido h2 {
  font-size: 2.8em;
  line-height: 0.9;font-weight: 500;
}
.tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--contenido h2 span{
  font-weight:700;
}
.tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--contenido h5 {
  font-size: 0.905em;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 30px;
}
.tresrayas .tresrayas__quees{
  margin: 111px auto;
  position: relative;
  display: flex;
  align-items: stretch;
}
.tresrayas .tresrayas__quees>img {
  position: absolute;
  transform: translateY(30px);
  z-index: -1;
}
.tresrayas .tresrayas__quees>div{
  flex: 1;
}
.tresrayas .tresrayas__quees>div:nth-child(2)>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: calc((100vw - 1366px) / 2);
  height: 100%;
  align-items: flex-start;
}
.tresrayas .tresrayas__quees>div:nth-child(2)>div .tresrayas__titulos{
  text-align: left;
}
.tresrayas .tresrayas__quees .tresrayas__quees--flex {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
}
.tresrayas .tresrayas__quees>div:nth-child(2)>div a {
  color: white;
  background: black;
  padding: 20px 5px;
  font-weight: 700;
  border-radius: 6px;
  display: inline-flex;
  margin-bottom: 10px;
  box-shadow: -1px 1px 8px 2px #00000038;
  flex: 1;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.tresrayas .tresrayas__quees>div:nth-child(3) {
  display: flex;
  justify-content: flex-end;
}
.tresrayas .tresrayas__categorias{
  position: relative;
}
.tresrayas .tresrayas__categorias>img {
  position: absolute;
  right: 0;
  bottom: -250px;
}
.tresrayas .tresrayas__categorias>p,
.tresrayas .tresrayas__jurados>.u__container>p,
.tresrayas .tresrayas__reconocimientos>p{
  margin: 0 auto;
  text-align: center;
  max-width: 930px;
}
.tresrayas .tresrayas__categorias .u__container{
  margin:70px auto 162px;
}
.tresrayas .tresrayas__categorias .u__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 39px 60px;flex-wrap: wrap;
}
.tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup {
  width: unset;cursor: pointer;
  height: unset;
  margin: 0;
  opacity: 1;
  background: #e5e5e5;
  border-radius: 14px;
  padding:35px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:26px;
  text-align: left;
  box-shadow: -1px 1px 8px 2px #00000038; text-transform: uppercase;color: black;
}
.tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup img:nth-child(1) {
  height: 144px;
  width: 144px;
  object-fit: cover;
  border-radius: 12px;
}
.tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup img:nth-child(3){
  height:40px;
  margin-left: 25px;
}
.tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup div h4{
 margin-bottom: 10px;
 font-size: 1.4em;
}
.tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup div h3{
  font-weight: 800;
  font-size: 1.9em;
}
.tresrayas .tresrayas__quienesparticipan {
  display: flex;
  justify-content: flex-start;
  gap: 34px;
  padding-right: calc((100% - 1366px) / 2);margin-bottom: -90px;
}
.tresrayas .tresrayas__quienesparticipan >div {
  margin-top: 150px;
  max-width: calc((100vw - 463px) / 2);
}
.tresrayas .tresrayas__quienesparticipan >div .swiper{
  padding:20px 0;
}
.tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-next{
  right: 115px;
}
.tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-prev{
  left: unset;
  right: 185px;
}
.tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-next:after,
.tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-prev:after{
  color: black;
  background: var(--main-light-background);
  box-shadow: -1px 1px 8px 2px #00000038;
  border: 1px solid #b1b1b1;
  transition: var(--main-transition);
}
.tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-next:hover:after,
.tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-prev:hover:after{
  background: black;
  color: white;
}
.tresrayas .tresrayas__quienesparticipan >div .swiper h4 {
  color: black;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
}
.tresrayas .tresrayas__quienesparticipan .tresrayas__titulos{
  text-align: left;
}
.tresrayas .tresrayas__quienesparticipan >div p {
  margin-bottom: 33px;
  max-width: 630px;
}
.tresrayas .tresrayas__jurados{
  position: relative;margin-bottom: 175px;
}
.tresrayas .tresrayas__jurados >img{
  position: absolute;
  right: 0;
  bottom: -222px;
}
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 75px;
  margin-top: 70px;
}
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja {
  padding: 5px 42px 25px;
  border-radius: 11px;
  box-shadow: 0px 0px 8px 2px #00000038;
  text-align: center;
  color: black;
}
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja .tresrayas__juradosflexcaja--contfoto {
  width: 297px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  margin: 0 auto;
}
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja .tresrayas__juradosflexcaja--contfoto:before { 
  content: '';
  background: var(--main-yellow);
  position: absolute;
  width: 146px;
  height: 146px;
  left: 0;
  bottom: 152px;
}
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja .tresrayas__juradosflexcaja--contfoto:after {
  content: '';
  background: var(--main-yellow);
  position: absolute;
  width: 298px;
  height: 298px;
  bottom: 0;
  border-radius: 50%;
}
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja p{
  line-height: 1.25;
  font-size: 0.965em;
  margin-top: 10px;
  text-align: left;
}
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja:first-child .tresrayas__juradosflexcaja--contfoto:before,
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja:first-child .tresrayas__juradosflexcaja--contfoto:after {
  background: var(--main-dark-blue);
} 
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja:last-child .tresrayas__juradosflexcaja--contfoto:before,
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja:last-child .tresrayas__juradosflexcaja--contfoto:after {
  background: var(--main-red);
} 
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja .tresrayas__juradosflexcaja--contfoto img{
  position: relative;
  z-index: 1;
  height: 360px;
  width: 250px;
  object-fit: cover;
}
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja h4 {
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 1.5em;
}
.tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja h4 span{
  font-weight: 400;
}
.tresrayas .tresrayas__reconocimientos {
  position: relative;
  padding-bottom: 52px;
}
.tresrayas .tresrayas__reconocimientos >img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 410px;
  object-fit: cover;
  z-index: -1;
}
.tresrayas .tresrayas__reconocimientos .u__container{
  margin-top: 100px;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 85px;
  margin-top: 70px;flex-wrap: wrap;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja{
  padding: 20px 50px 30px;
  border-radius: 11px;
  box-shadow: 0px 0px 8px 2px #00000038;
  text-align: center;
  color: black;
  flex: 1 25%;
  background: white;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja:nth-child(2){
  background: var(--main-red);color: white;
  transform: scale(1.1);
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja>div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja>div h3{
  font-size: 4.1em;
  line-height: 0.7;
  text-transform: uppercase;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja>div h3 span{
  font-size: 0.4em;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja>div h4{
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 30px;
  font-size: 1.38em;
  line-height: 1;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja h4{
  font-size: 1.43em;
  font-weight: 500;
  margin-top: 5px;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja h2{
  font-size: 2.35em;
  line-height: 0.8;
  margin: 6px 0 36px;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja h2 span {
  font-size: 0.72em;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja ul {
  text-align: left;
  list-style: square;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja ul li {
  padding-left: 7px;
  line-height: 1.4;
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja ul li::marker {
  content: "-";
}
.tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex>p {
  flex: 1 100%;
  margin-top: 0px;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 853px;
}
.tresrayas .logos{
  position: relative;
  margin: 86px auto 146px;
}
.tresrayas .logos div.linea {
  height: 66px;
}
.tresrayas .logos:before {
  content: '';
  position: absolute;
  height: 148px;
  width: 180px;
  transform: skewY(-40deg);
  background: var(--main-yellow);
  left: 0;
  bottom: -149px;
  z-index: 1;
}
.tresrayas .logos:after {
  content: '';
  position: absolute;
  height: 148px;
  width: 180px;
  transform: skewY(-40deg);
  background: var(--main-dark-blue);
  right: 0;
  bottom: -50px;
}
.tresrayas .logos p{
  text-align:left  ;color:black;font-weight:600;font-size:0.9em
}
.tresrayas__popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.tresrayas__popup .tresrayas__popup--bg{
  background: rgba(0, 0, 0, .87);
  position: absolute;
  height: 100%;
  width: 100%;
}
.tresrayas__popup >div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width:730px;
  margin: 0 auto;
}
.tresrayas__popup >div .tresrayas__popup--contswiper,
.tresrayas__popup >div .swiper,
.tresrayas__popup >div .swiper-wrapper{
  width: 100%;
}
.tresrayas__popup >div .swiper-slide{
  background: #e5e5e5;
  padding-top: 82px;
  border-radius: 39px;
  text-align: center;
  overflow: hidden;
}
.tresrayas__popup >div .swiper-slide:before{
  content: '';
  position: absolute;
  height: 120px;
  width:230px;
  transform: skewY(-40deg);
  background: var(--main-yellow);
  right: 0;
  bottom: 269px;
  /* z-index: 1; */
}
.tresrayas__popup >div .swiper-slide h4 {
  color: black;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
}
.tresrayas__popup >div .swiper-slide h3 {
  color: black;
  text-transform: uppercase;
  font-size: 2.3em;
  font-weight: 800;
  line-height: 1;
  margin: 26px auto 44px;
}
.tresrayas__popup >div .swiper-slide p {
  margin: 0 auto;
  max-width: 530px;
  width: 100%;
}
.tresrayas__popup >div .swiper-slide img {
  width: 100%;
  position: relative;
  top: 5px;
  /* z-index: 1; */
}
.tresrayas__popup >div img.tresrayas__popup--cierra {
  height: 31px;
  position: absolute;
  cursor: pointer;
  top: 56px;
  z-index: 1;
  left: 40px;
}
.tresrayas__popup >div .popup-swiper-pagination{
  opacity: 0;
  pointer-events: none;
}
.tresrayas__popup .swiper-button-next.popup-swiper-button-next{
  right: calc((100% - 845px) / 2);
}
.tresrayas__popup .swiper-button-prev.popup-swiper-button-prev{
  left: calc((100% - 845px) / 2);
}
.tresrayas__popup .swiper-button-prev.popup-swiper-button-prev,
.tresrayas__popup .swiper-button-next.popup-swiper-button-next{
  width:34px;
  height:74px;
  background: url('../img/tres-rayas-chevron.svg') no-repeat center center / cover;
  filter: brightness(500) grayscale(1);
}
.tresrayas__popup .swiper-button-prev.popup-swiper-button-prev{
  transform: rotateY(180deg);
}
.tresrayas__popup .swiper-button-prev.popup-swiper-button-prev:after,
.tresrayas__popup .swiper-button-next.popup-swiper-button-next:after{
  content: '';
  color: white;
  font-family: 'sans-serif';
}
/* Prensa */
.eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper .swiper-pagination-bullets,
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper .swiper-pagination-bullets{
  bottom: 0;
  margin-bottom: 0;
  width: unset;
  left: 37px;
}
.eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-next,
.eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-prev,
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper .swiper-button-next,
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper  .swiper-button-prev{
  top: unset;
  bottom: 7px;
  margin-bottom: 0;
}
.eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-prev,
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper  .swiper-button-prev{
  left: 2px
}
.eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-next,
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper  .swiper-button-next {
  right: unset;
  left: 225px;
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas,
.perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones,
.perfil .perfil__in .perfil__in--cont .prensa .prensa__enlaces {
  margin-bottom: 120px;
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper .swiper-slide .prensa__entrevistasswiper--contenedor {
  border-radius: 10px;
  background: var(--main-background);
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 0
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper .swiper-slide .prensa__entrevistasswiper--contenedor *{
  margin-bottom: 0
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper .swiper-slide .prensa__entrevistasswiper--contenedor h5{
  padding: 14px 19px;font-size: 0.85em
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper .swiper-slide .prensa__entrevistasswiper--contenedor img{
  width: 100%;
  border-radius: 10px;
  height: 118px;object-fit: cover; 
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex{
  display: flex;justify-content: flex-start;align-items: flex-start;gap:35px 70px;flex-wrap: wrap;
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja {
  display: flex;justify-content: flex-start;align-items: center;gap: 25px;flex: 1 25%;max-width: 30%;
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja *{
  margin-bottom: 0
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja h5{
  font-weight:800; 
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja h5:nth-child(2){
  margin: 8px 0
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja img{
  max-width: 156px
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja .prensa__publicacionesflex--caja--flex{
  display: flex;justify-content:flex-start;align-items: center;gap:11px;
}
.perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja .prensa__publicacionesflex--caja--flex i{
  font-size: 1.4em
}
.perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex{
  display: flex;justify-content:flex-start;align-items: center;gap:38px;
}
.perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex>div {
  flex: 1;
  padding: 45px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 11px solid var(--main-red);
  background: var(--main-extra-light-background);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 34px;
}
.perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex>div a{
  display: contents;
}
.perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex>div i{
  font-weight: 600;font-size: 3em;
  color: var(--main-red);;margin-bottom: 0
}
.perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex>div:first-child i{
  font-weight: 100
}
.perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex>div h2{
  font-weight: 700;margin-bottom: 0
}
@media(max-width: 1440px){
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja img {
    max-width: 110px;
  }
}
@media(max-width: 1280px){
  .logos {
    flex-wrap: wrap;
  }
  .perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex>div {
    padding: 25px;
  }
  .perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex>div h2 {
    font-size: 1.3em;
  }
}
@media (max-width: 768px){
  .eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper .swiper-pagination-bullets,
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper .swiper-pagination-bullets {
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    left: 0;
  }
  .eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-next,
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper  .swiper-button-next {
    right: 34%;
    left: unset;
  }
  .eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-prev, .perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper  .swiper-button-prev {
    left: 34%;
  }
  .perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex {
    gap: 30px;
    flex-direction: column;
  }
  .perfil .perfil__in .perfil__in--cont .prensa  .prensa__enlaces .prensa__enlaces--flex>div {
    flex: 1 100%;
    width: 100%;
    margin-bottom: 0
  }  
  .eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-next,
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper  .swiper-button-next {
    right: 10%;
  }
  .eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-prev,
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper  .swiper-button-prev {
    left: 10%;
  }
  .perfil .perfil__in .perfil__in--cont .aliados {
    margin: 0 auto;
    width: 95%;
  }  
}
@media (max-width: 600px){
  .btnflotante.link a div {
    width: 100%; 
  }
  .btnflotante.btnboleteria {
    bottom: 0px;
    left: 0px;
  }  
  .eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-next,
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper  .swiper-button-next {
    right: 10%;
  }
  .eventodescripcion .eventodescripcion__otroseventos .eventodescripcion__otroseventos--swiper.swiper .swiper-button-prev,
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas .prensa__entrevistas--swiper.swiper  .swiper-button-prev {
    left: 10%;
  }
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__entrevistas {
    margin-bottom: 30px;
  }
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja {
    margin-bottom: 0;
    max-width: unset;
    gap: 13px;
  }
  .perfil .perfil__in .perfil__in--cont .prensa .prensa__publicaciones .prensa__publicaciones--flex .prensa__publicacionesflex--caja img {
    max-width: 85px;
  }  
}
/* ---------------- fin prensa ---------------- */

/* Fade in tabs */
@-webkit-keyframes fadeEffect{
  from{opacity:0;}
  to{opacity:1;}
}
@keyframes fadeEffect{
  from{opacity:0;}
  to{opacity:1;}
}
@media(max-width:1680px){
  .tresrayas .tresrayas__spot {
    justify-content: center;gap: 0;
  } 
  .tresrayas .tresrayas__spot>div{
    flex: 1 49%;
  }
  .tresrayas .tresrayas__spot>div.tresrayas__info{
    padding-left: calc((100vw - 1366px) / 2);
  }
  .tresrayas .tresrayas__spot>div.tresrayas__img img{
    width: 100%;
  }
  .tresrayas .tresrayas__quees>img {
    transform: translateY(30px);
    width: 8vw;
    top: 200px;
  }
  .tresrayas .tresrayas__quees>div:nth-child(2)>div {
    padding-right: 100px;
  }
  .tresrayas .tresrayas__quees>div:nth-child(3) img{
    width: 100%;
  }
  .tresrayas .tresrayas__categorias>img {
    z-index: -1;
    width: 9vw;
    bottom: -140px;
  }
  .tresrayas .tresrayas__btnflotante {
    top: 497px;
  }
  .tresrayas .tresrayas__quienesparticipan >div {
    max-width: 48vw;
  }
  .tresrayas .tresrayas__quienesparticipan>img{
    width: 50vw;
  }
  .tresrayas .tresrayas__jurados >img {
    bottom: -132px;
    width: 8vw;
    z-index: -1;
  }
}
@media(max-width:1600px){
  .tresrayas .tresrayas__btnflotante {
    top: 29vw;
  }
  .tresrayas .tresrayas__categorias .u__container {
    margin: 70px auto 75px;
  }
  .tresrayas .tresrayas__quienesparticipan>img {
    width: 45vw;
  }
  .tresrayas .tresrayas__jurados {
    margin-bottom: 100px;
  }
}
@media(max-width:1440px){
  .andinaingredients {
    padding: 60px 0;
  }
  .andinaingredients .andinaingredients__deco.deco3,
  .andinaingredients .andinaingredients__deco.deco2 {
    width: 8vw;
  }
  .andinaingredients .andinaingredients__titulo img:first-child {
    height: 90px;
    margin-bottom: 8px;
  }
  .andinaingredients .andinaingredients__titulo img:nth-child(4) {
    max-width: 420px;
  }
  .andinaingredients .andinaingredients__porqueparticipar>div {
    gap: 25px;
  }
  .andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja>div.andinaingredients__porqueparticiparcaja--continfo p {
    padding: 10px 20px;
    line-height: 1.3;
  }
  .perfil .perfil__in .perfil__in--cont  .speakersperfil>div img {
    width:300px;
    /* height:400px; */
    object-position:center;
  }
  .perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja {
    flex:1 23%;
    max-width:23%;
  }
  .sectores__popup{
    max-width: 90vw;
  }
  .tresrayas .tresrayas__btnflotante {
    top: 32.9vw;
    padding-right: 5px;
  }
  .tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--contenido img{
    height: 200px;
  }
  .tresrayas .tresrayas__quees>img {
    transform: translateY(30px);
    width: 7vw;
    top: 400px;
  }
  .tresrayas .tresrayas__titulos {
    font-size: 3em;
    margin-bottom: 30px;
  }
  .tresrayas .tresrayas__jurados >img {
    bottom: -232px;
    width: 10vw;
  }
  .tresrayas .tresrayas__reconocimientos >img {
    object-fit: fill;
  }
}
@media(max-width:1366px){
  .u__container{
    padding-left:5%;
    padding-right:5%;
  }
  .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
  }
  .galeria .galeria__swiper.swiper img {
    width:37.8vw;
    height:26.3vw;
  }
  .galeria .galeria__swiper.swiper .swiper-slide.swiper-slide-active img {
    width:51vw;
    height:32vw;
  }
  .galeria .swiper-slide.swiper-slide-next:before {
    right:14.29vw;
    top:13.2vw;
  }
  .header__in--menu nav ol>li> ul {
    padding:30px 20px;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a,
  .header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a {
    padding: 15px 10px;font-size: 0.8em;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a:after,
  .header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a:after {
    left: 54px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex {
    padding-top: 68px;
    gap: 70px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro {
    gap: 65px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h3 {
    font-size: 1.75em;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.innovacionestecnologicas__swiperflex--ilustrainnovacion {
    height: 378px;
  }
  .innovacionestecnologicas .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.innovacionestecnologicas__swiperflex--decoesquina {
    height: 65px;
  }
  .news .news__swiper {
    padding-left:5%;
  }
  .news .swiper .swiper-controllers {
    right:21.95%;
  }
  .reeldevideoseinfo .u__container .reeldevideoseinfo__reel .swiper-pagination-bullets {
    top:25.7vw;
  }
  .sideevents .tab .tablinks p {
    font-size:0.9em;
  }
  .sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex {
    gap:55px;
    padding:58px 56px;
  }
  .spot{
    padding-top:80px;
  }
  .spot>div img{
    transform:scale(1.1);
  }
  .tresrayas .tresrayas__spot>div.tresrayas__info {
    padding-left: 5%;
  }
  .tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--deco {
    height: 95px;
    width: 95px;
  }
  .tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--contenido img {
    height: 175px;
  }
  .tresrayas .tresrayas__quees>div:nth-child(2)>div {
    padding-right: 50px;
    padding-left: 5%;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup {
    padding:28px 25px;
    gap: 25px;
  }
  .tresrayas .tresrayas__jurados .tresrayas__jurados--flex {
    justify-content: space-between;
    gap: 58px;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex {
    justify-content: space-between;
  }
  .tresrayas__popup >div .swiper-slide {
    padding-top: 20px;
  }
  .tresrayas__popup >div {
    max-width: 35vw;
  }
  .tresrayas__popup >div .swiper-slide p {
    max-width: 94%;
    line-height: 1.3;
    position: relative;
  }
  .tresrayas__popup >div img.tresrayas__popup--cierra {
    height: 22px;   
    top: 26px;
    left: 23px;
  }
  .tresrayas__popup >div .swiper-slide:before {
    height: 4vw;
    width: 12vw;
    bottom: 166px;
  }
  .tresrayas__popup .swiper-button-next.popup-swiper-button-next{
    right: 25vw;
  }
  .tresrayas__popup .swiper-button-prev.popup-swiper-button-prev{
    left: 25vw;
  }
  .tresrayas__popup >div .swiper-slide h3 {
    font-size: 1.8em;
    margin: 26px auto 15px;
  }
  .tresrayas__popup >div .swiper-slide h3 br{
    display: none;
  }
  .tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja {
    padding: 2px 32px 14px;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja img {
    height: 155px;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja h2 {
    font-size: 2.25em;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja h4 {
    font-size: 1.39em;
  }
}
@media(max-width:1280px){
  .agenda .agenda__selectores select {
    margin: 0 25vw;
  }
  .galeria .galeria__swiper.swiper .swiper-button-next {
    height:75.9%;
  }
  .galeria .swiper-slide.swiper-slide-next:before {
    right:14vw;
  }
  .galeria .galeria__swiper.swiper .swiper-button-prev {
    top:86%;
  }
  .galeria .link a div {
    right:1%;
    bottom:33px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar img.flota{
    width: 160px;
  }
  .sideevents .tab .tablinks {
    padding:10px 10px 17px;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup {
    gap: 12px;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex {
    gap: 50px;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja>div {
    gap: 10px;
  }
  .tresrayas .tresrayas__quees>div:nth-child(2)>div .tresrayas__titulos {
    margin-bottom: 0;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja>div h4 {
    margin-top: 8px;
  }
}
@media (max-width:1200px){
  .header__in--menu nav ol {
    gap:6px;
  }
  .sectores .sectores__flex {
    gap: 40px 130px;
  }
  .spot.concampana.scomohacernetworking>div >img:first-child {
    width: 47vw;
    height: 100%;
    object-fit: cover;
  }
  .tresrayas .tresrayas__quees .tresrayas__quees--flex {
    margin-top: 20px;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja h4 {
    font-size: 1.2em;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja h2 {
    font-size: 2em;
  }
}
@media (max-width:1120px){
  .u__containersmall{
    padding-left:5%;
    padding-right:5%;
  }
  .swiperspot__web.u__containersmall{
    padding-left:0;
    padding-right:0;
  }
}
@media (max-width:1024px){
  .andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja {
    flex: 1 31%;
    max-width: 32%;
  }
  .galeria .galeria__swiper.swiper .swiper-button-next {
    height:60.8%;
  }
  .galeria .swiper-slide.swiper-slide-next:before {
    right:12.8vw;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h3 {
    font-size: 1.4em;
  }
  .innovacionestecnologicas .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro >img {
    height: 330px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h4 {
    margin-top: 60px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h4 {
    margin-top: 60px;
    font-size: 1.5em;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h4 img{
    height:24px;    
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex {
    padding-top: 68px;
    gap: 30px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.innovacionestecnologicas__swiperflex--ilustrainnovacion {
    height: 290px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta h3 {
    font-size: 1.6em;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar img.flota {
    width: 118px;
    z-index: -1;
  }
  .news .news__swiper .news__swiper--flex >div:last-child {
    padding-right:5%;
  }
  .perfil .perfil__in .perfil__in--cont .aliados {
    border-bottom: 1px solid;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    text-align: center;
  }
  .perfil .perfil__in .perfil__in--cont .aliados>div:last-child {
    margin: 0 auto;
  }
  .sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex>div:first-child,
  .sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex>div:last-child{
    flex:1;
  }
  .sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex>div:first-child {
    gap:16px;
  }
  .sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex>div:last-child img{  
    width:100%;
  }
  .spot.concampana.scontactos >div:last-child img,
  .spot.concampana.sredglobal >div:first-child img{
    height:380px;
  }
  .spot.concampana.scomohacernetworking >div:last-child img.scomohacernetworking__deco {
    height:225px;
  }
  .spotcampfinal {
    padding-top: 1px;
    gap: 1px;
  }
  .subscribe {
    gap:50px;
  }
  .tresrayas .tresrayas__categorias .u__container {
    gap: 28px;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup div h3 {
    font-size: 1.5em;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup img:nth-child(3) {
    margin-left: 0;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup {
    gap: 6px;
    padding: 28px 23px;
  }
  .tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--contenido img {
    height: 134px;
  }
  .tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--label {
    padding: 4px 24px;
  }
  .tresrayas .tresrayas__quienesparticipan {
    gap: 20px;
    padding-right: 5%;
    margin-bottom: 15px;
  }
  .tresrayas .tresrayas__titulos {
    font-size: 2.5em;
  }
  .tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-next{
    right: 20px;
  }
  .tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-prev{
    right: 80px;
  }
  .tresrayas .tresrayas__jurados .tresrayas__jurados--flex {
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja {
    padding: 20px 20px 30px;
  }
}
@media (max-width:991px){
  header.header .header__in .header__in--bottom {
    align-items:center;
    padding-bottom:10px;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnMain{
    display:inline-block;font-size:2em;color:var(--main-background)
  }
  header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnMain.active:before{
    content:'\e903'
  }
  .header__in--menu nav ol > li:hover h3{
    color:var(--main-text);
  }
  .header__in--menu {
    position:fixed;
    top:141px;
    bottom:0;
    right:0;
    background:var(--main-light-background);
    padding-top:30px;
    padding-bottom:30px;
    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 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;
    padding:0 5%;
  }
  .header__in--menu nav ol > li {
    background:none;
    width:100%;
    margin-bottom:10px;
    margin-top:0;
    padding-bottom:0;
    justify-content:flex-start;
    height:unset;
    flex-direction:column;
    align-items:flex-start;
  }
  .header__in--menu nav ol > li h3{
    text-align:center;
    display:block;
    color:var(--main-text);
    font-size:1.45em;
    line-height:1.4;
    position:relative;
  }
  .header__in--menu nav ol > li:hover h3{
    height:initial;
    border:0;
    color:#000
  }
  .header__in--menu nav > ol > li >h3:after{
    display:none;
  }
  .header__in--menu nav ol > li:hover h3:before{
    color:var(--main-red)
  }
  .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%;
    padding-left:25px;
  }
  .header__in--menu nav ol>li:nth-last-child(2)> ul,
  .header__in--menu nav ol>li:last-child> ul{
    width:100%;
  }
  .header__in--menu nav ol>li ul .submenu_top--flex{
    padding-left:0;
    padding-right:0;
  }
  .header__in--menu nav ol > li ul li{
    padding:0
  }
  .header__in--menu nav ol > li ul li a{
    color:var(--main-light-text);
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    font-size:1.2em;
    text-align:center;
  }
  .header__in--menu nav ol>li:nth-child(4) ul .submenu_top--flex span,
  .header__in--menu nav ol>li:nth-child(5) ul .submenu_top--flex span,
  .header__in--menu nav ol>li:nth-child(6) ul .submenu_top--flex span {
    max-width:unset;
  }
  .header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3),
  .header__in--menu nav ol>li:nth-child(4) ul .submenu_top--flex span,
  .header__in--menu nav ol>li:nth-child(5) ul .submenu_top--flex span,
  .header__in--menu nav ol>li:nth-child(6) ul .submenu_top--flex span {
    align-items:flex-start;
    max-width:unset
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a,
  .header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a {
    background: white;
  }
  .mediapartners div{
    width: 90%;
  }
  .perfil .perfil__in .perfil__in--cont .publicaciones__lista {
    gap: 10px 30px;
  }
  .perfil .perfil__in .perfil__in--cont .publicaciones__lista .publicaciones__lista--caja {
    max-width: 31%;
  }
  .spot.concampana.scomohacernetworking img.scomohacernetworking__deco {
    right: 29%;
  }
  .spotcampfinal .spotcampfinal__divinfo {
    padding-left: 2%;
  }
  .spotcampfinal .spotcampfinal__divinfo h2 {
    font-size: 2.5em;
  }
  .spotcampfinal .spotcampfinal__divinfo div.link3 a div {
    padding: 1px 22px 5px 25px;
    font-size: 1.5em;
  }
}
@media (max-width:768px){
  .andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja {
    flex: 1 31%;
    max-width: 50%;
  }
  .andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja {
    flex: 1 100%;
  }
  .andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja>div.andinaingredients__porqueparticiparcaja--contimg img {
    max-height: 290px;
  }
  .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;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex {
    flex-direction: column;
    padding: 35px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar {
    flex-direction: column-reverse;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar img.flota {
    width: 145px;
    top: 290px;
    left: 42.9vw;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta {
    min-height: unset;
    padding: 35px;
  }
  .innovacionestecnologicas .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex img.innovacionestecnologicas__swiperflex--decoesquina {
    height: 48px;
  }
  .perfil .perfil__in .perfil__in--migadepan {
    padding:13px 45px;
    border-bottom:5px solid var(--main-blue);
    gap:20px;
  }
  .perfil .perfil__in .perfil__in--cont .fila {   
    padding:20px;
    gap:0px 25px;
  }
  .perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja {
    flex:1 48%;
    max-width:48%;
  }
  .perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja>div{
    margin-bottom:0;
  }
  .perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja>div:last-child {
    padding:10px;
  }
  .perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja img {
    /* height:265px; */
    object-position:top;
  }
  .perfil .perfil__in .perfil__in--cont  .speakersperfil {
    gap:10px;
    flex-direction:column;
    text-align:center;
  }
  .perfil .perfil__in .perfil__in--cont  .speakersperfil>div img {
    /* height:350px; */
  }
  .perfil .perfil__in .perfil__in--cont  .speakersperfil>div .speakersperfil__info--rss ul {
    font-size:1.4em;
    justify-content:center;
  }
  .sideevents .tab .tablinks.active{
    flex:4;
  }
  .sideevents .tab .tablinks p{
    display:none;
  }
  .sideevents .tab .tablinks.active p{
    display:block;
  }
  .sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex {
    gap:5px;
    text-align:center;
    flex-direction:column-reverse;
    padding:0 33px 33px;
  }
  .sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex span{
    display:none;
  }
  .spot {
    padding-top:35px;
    gap:5px;
  }
  .spot>div:first-child {
    padding-left:30px;
  }
  .spot>div:first-child>h2 {
    font-size:3em;
  }
  .spot>div:first-child>h3 {
    font-size:2em;
  }
  .spot>div img {
    transform:none;
  }
  .spot.concampana>div h4 {
    font-size: 1.4em;
  }
  .link2 a div {
    font-size: 1.25em;    padding: 10px 20px 13px;
  }
  .spot.concampana.scontactos >div:last-child img,
  .spot.concampana.sredglobal >div:first-child img{
    height:281px;
  }
  .spot.concampana.sredglobal>div:last-child img {
    height: 95px;
    bottom: 12px;
  }
  .spot.concampana.sredglobal>div:last-child h4:first-child {
    top: 30px;
    font-size: 1.6em;
  }
  .spot.concampana.scomohacernetworking h5 {
    font-size: 1.7em;
  }
  .spot.concampana.scomohacernetworking >div:last-child img.scomohacernetworking__deco {
    height: 160px;
  }
  .tresrayas .tresrayas__btnflotante {
    top: 41.9vw;
  }
  .tresrayas .logos {
    margin: 60px auto 80px;
  }
  .tresrayas .logos:before,
  .tresrayas .logos:after {
    height: 8vw;
    width: 9vw;
  }
  .tresrayas .logos:before {
    bottom: -74px;
  }
  .tresrayas .tresrayas__quees .tresrayas__quees--flex {
    flex-direction: column;
    gap: 0;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja:nth-child(2) {
    order: -1;
  }  
}
@media (max-width:600px){
  .accesoshome {
    margin:0px auto 35px;
    background:var(--main-light-background);
    flex-direction:column;
    order:2;
    padding:60px 5%;
    gap:35px;
  }
  .accesoshome .accesoshome__caja {
    padding:0;
  }
  .accesoshome .accesoshome__caja h3 i{
    font-size:1.5em
  }
  .agenda .agenda__selectores {
    gap: 6px;
  }
  .agenda .agenda__selectores .link {
    margin-bottom: 0
  }
  .agenda .agenda__selectores .link a div {
    margin: 0;
    color: var(--main-text);
    padding: 4px 15px;
  }
  .agenda .agenda__selectores select {
    margin: 0;
    width: 100%;
  }
  .agenda .agenda__lista .agenda__lista--fila {
    padding: 14px 18px 10px;
  }
  .agenda .agenda__lista .agenda__lista--fila .agenda__listafila--head h3 {
    line-height: 1;
    font-size: 1.2em;
    margin-bottom: 3px;
  }
  .agenda .agenda__lista .agenda__lista--fila .agenda__listafila--head i {
    font-size: 1.25em;
  }
  .agenda .agenda__lista .agenda__lista--fila .agenda__listafila--body>div {
    gap: 0px;
    flex-direction: column;
  }
  .agenda .agenda__lista .agenda__lista--fila .agenda__listafila--conferencistas,
  .agenda .agenda__lista .agenda__lista--fila .agenda__listafila--venue {
    border-left: none;
    padding-left: 0;
    gap:5px;
    flex-direction: column;
  }
  .andinaingredients h2.andinaingredients__titulos {
    font-size: 1.76em;
  }
  .andinaingredients .andinaingredients__deco.deco1 {
    width: 58vw;
  }
  .andinaingredients .andinaingredients__intro {
    margin: 30px auto;
  }
  .andinaingredients .andinaingredients__titulo img:nth-child(4) {
    bottom: 18px;
  }
  .andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--fila>div, .andinaingredients .andinaingredients__quienesexpondran .andinaingredients__quienesexpondran--fila >div {
    display: flex;
  }
  .andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--fila>div.andinaingredients__quienesnosvisitanfila--contimg img, .andinaingredients .andinaingredients__quienesexpondran .andinaingredients__quienesexpondran--fila>div.andinaingredients__quienesexpondranfila--contimg img {
    max-height: unset;    border-radius: 48px;object-position: center;
  }
  .andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--fila>div.andinaingredients__quienesnosvisitanfila--continfo, .andinaingredients .andinaingredients__quienesexpondran .andinaingredients__quienesexpondran--fila>div.andinaingredients__quienesexpondranfila--continfo {
    padding: 10px;
  }
  .andinaingredients .andinaingredients__quienesnosvisitan .andinaingredients__quienesnosvisitan--adicional {
    border-radius: 45px;
    padding: 20px;
    transform: none;
  }
  .andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila {
    gap: 14px;    margin-bottom: 30px;
  }
  .andinaingredients .andinaingredients__contactos .andinaingredients__contactos--fila .andinaingredients__contactosfila--caja{
    flex: 1 45%;
    max-width: 45%;
  }
  .andinaingredients .andinaingredients__contactos .andinaingredients__contactos--fila .andinaingredients__contactosfila--caja img {
    height: 65px;
    border-radius: 50%;
  }
  .andinaingredients .andinaingredients__contactos h5 {
    font-size: 0.9em;
    text-align: center;
    margin: 0px auto 30px;
  }
  .andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja {
    border-radius: 45px;
    border-bottom-left-radius: 0;
  }
  .andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja img {
    border-radius: 32px;
    margin-bottom: 15px;
  }
  .andinaingredients .andinaingredients__porqueparticipar>div .andinaingredients__porqueparticipar--caja>div.andinaingredients__porqueparticiparcaja--continfo p {
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .andinaingredients .andinaingredients__porqueparticipar {
    margin: 45px auto; padding: 45px 10px;
  }
  .andinaingredients .andinaingredients__quienesexpondran .andinaingredients__quienesexpondran--fila{
    flex-direction: column;
  }
  .andinaingredients .andinaingredients__categorias .andinaingredients__categorias--fila .andinaingredients__categoriasfila--caja h3 {
    font-size: 1.1em;
  }
  .andinapackenmedios a {
    width: 100%;
  }
  .bannerhilton {
    flex-wrap: wrap;
    gap: 4px;
  }
  .bannerhilton a {
    flex: 1;
  }
  .bnrpub {
    gap:7px 3px;
    flex-wrap:wrap;
  }
  .bnrpub .bnrpubint {
    flex:1 33%;
    max-width:50%;
  }
  .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;
  }
  .cifras .cifras__flex {
    gap:40px;
    flex-wrap:wrap;
  }
  .cifras .cifras__flex .linea {
    display:none;
  }
  .cifras .cifras__flex .cifras__flex--caja img {
    width:100px;
    height:80px;
  }
  .formcontact  form#frmContacto div {
    width:100%;
  }
  footer.footer .footer__top .footer__top--mapadelsitio {
    display:none;
  }
  footer.footer .footer__top .footer__top--info {
    border-left:none;
    padding-left:0;
  }
  footer.footer .footer__top .footer__top--info ul {
    justify-content:center;
  }
  footer.footer .footer__top .footer__top--info .footer__topinfo--flex.app {
    gap:8px;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  footer.footer hr {
    width:90%;
    margin:33px auto;
  }
  .galeria .galeria__tituloybotones {
    justify-content:space-between;
    gap:30px;
  }
  .galeria .galeria__tituloybotones .tab .tablinksgaleria,
  .galeriainterna .tab .tablinks{
    font-size:1.3em;
  }
  .galeria .galeria__tituloybotones .tab .linea,
  .galeriainterna .tab .linea {
    height:23px;
  }
  .galeria .galeria__swiper.swiper {
    min-height:220px;
    padding-bottom:130px;
  }
  .galeria .galeria__swiper.swiper .swiper-slide.swiper-slide-active img {
    width:90vw;
    height:40vw;
  }
  .galeria .galeria__swiper.swiper .swiper-button-next {
    top:unset;
    bottom:3.3vw;
    height:36.8%;
  }
  .galeria .galeria__swiper.swiper .galeria__fotos.swiper-slide.swiper-slide-next {
    top:180px;
  }
  .galeria .galeria__swiper.swiper .swiper-button-next:after {
    font-size:1em;
  }
  .galeria .swiper-slide.swiper-slide-next:before {
    right:9vw;
    top:12.8vw;
    font-size:1em;
  }
  .galeria .galeria__swiper.swiper .swiper-button-prev:after {
    padding:10px 20px;
  }
  .galeria .link a div {
    right:unset;
    left:0%;
    bottom:9px;
    width:158px;
    padding:11px 0;
    font-size:0.8em;
  }
  .galeria .galeria__swiper.swiper .swiper-button-prev {
    width:144px;
    top:71%;
    height:32px;
    right:unset;
    left:0;
    padding:0;
  }
  .galeria .galeria__tabcontent--flex >div,
  .galeriainterna .tabcontent .galeria__tabcontent--flex >div {
    flex:1 48%;max-width: unset;
  }
  .galeria .galeria__tabcontent--flex >div.galeria__videos p,
  .galeriainterna .tabcontent .galeria__tabcontent--flex >div.galeria__videos p {
    padding:5px;
    line-height:0.85;
    font-size:0.7em;
  }
  header.header::before {
    height: 89px;
  }
  header.header .header__in .header__in--top {
    flex-direction:column;
  }
  header.header .header__in .header__in--top .headerin__top--idiomayredes ul {
    display:none;
  }
  header.header .header__in .header__in--top .headerin__top--fecha h3 {
    margin-bottom:5px;
    line-height:1.1;
    font-size:0.825em;
  }
  header.header .header__in .header__in--top .headerin__top--idiomayredes form#Search input[type=submit] {
    width:25px;
    height:25px;
  }
  header.header .header__in .header__in--top .headerin__top--idiomayredes form#Search input[type=search] {
    padding:5px 10px;
  }
  header.header .header__in .header__in--bottom {
    gap:20px;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--logo img {
    height:41px;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--right {
    flex-direction:row;gap:17px;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower {
    gap:5px;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnpreregistro a div {
    gap:16px;
    padding-left:15px;
    font-size:0.8em;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnpreregistro a div .iconoenbtn {
    padding:6px;
    font-size:1.5em;
    position:relative;
    left:-0.01px;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnMain.active:before{
    font-size:0.9em;
  }
  .header__in--menu nav ol > li h3 {
    text-align:left;
    font-size:1.25em;
    line-height:1;
  }
  .header__in--menu nav ol > li ul {
    margin-top:10px;
  }
  .header__in--menu nav ol>li ul .submenu_top--flex {
    flex-direction:column;gap:10px;
  }
  .header__in--menu nav ol>li ul .submenu_top--flex span {
    flex:1 100%;
    width:100%;
    align-items:flex-start; display:flex;
    flex-direction:column;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(4),
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5),
  .header__in--menu nav ol>li:nth-child(13) ul .submenu_top--flex span:nth-child(1),
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(6),
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(7),
  .header__in--menu nav ol>li:nth-child(2) ul .submenu_top--flex span,
  .header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3),
  .header__in--menu nav ol>li:nth-child(4) ul .submenu_top--flex span,
  .header__in--menu nav ol>li:nth-child(5) ul .submenu_top--flex span,
  .header__in--menu nav ol>li:nth-child(6) ul .submenu_top--flex span {
    align-items:flex-start;
  }
  .header__in--menu nav ol>li ul .submenu_top--flex .linea {
    width:100%;
    height:1px;
    top:0px;
    transform-origin:right;
    transform:scaleX(1.12);
    margin:10px 0;
  }
  .header__in--menu nav ol>li:nth-child(5) ul .submenu_top--flex span li {
    min-width:unset;
  }
  .header__in--menu nav ol > li ul li a {
    font-size:1em;
    text-align:left;
  }
  .header__in--menu nav ol > li ul li a.titulocolumna {
    font-size:1em;
    color:var(--main-text);
    margin-bottom:0px;
  }
  .header__in--menu nav ol > li ul li a.itemconicono {
    flex-direction:row;
    gap:13px;
    text-align:left;
    max-width:unset;
    align-items:center;
    justify-content:flex-start;
  }
  .header__in--menu nav ol > li ul li a.itemconicono img{
    height:38px
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a {
    padding: 7px 10px;
    font-size: 1em;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a b {
    font-size: 1em;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a br{
    display: none;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a:before {
    width: 50px;
    height: 39px;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a:after{    
    left: 59px;
  }
  .header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a:after{
    left: 44px;
  }
  .btnflotante {
    bottom: 0px;
    right: 0px;
    width: 50%;
  }
  .iconoenbtn {
    font-size:1.05em;padding:4px;
  }
  .infografia{
    display:none;
  }
  .infografia__movil{
    display:block;
  }
  .innovacionestecnologicas {
    margin-bottom: 0;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex {
    padding: 12px;
    width: 100%;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex >div{
    width: 100%;
  }
  .innovacionestecnologicas .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h3  {
    font-size: 1.3em;
  }
  .innovacionestecnologicas .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapointro h3 br {
    display: none;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar img.flota {
    width: 57px;
    top: 352px;
    left: 76.9vw;
  }
  .innovacionestecnologicas .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar h2 br,
  .innovacionestecnologicas .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar h2 br{
    display: none;
  } 
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar h2, .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar h2 {
    font-size: 2em;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar h2 span, .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar h2 span {
    display: block;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar img.flota {
    width: 85px;
    top: 352px;
    left: 70.9vw;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta img.flota {
    width: 39vw;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta h3 {
    font-size: 1.4em;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta h5 {
    margin: 110px 0 0;
    font-size: 1.6em;
  }
  .innovacionestecnologicas .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar p br,
  .innovacionestecnologicas .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar p br{
    display: none;
  }
  .logos {
    margin:30px auto;
    gap:5px;
  }
  .logos ul li img {
    max-height:36px;
  }
  .middleadpub {
    gap:18px;
  }
  .news {
    margin:50px auto;
    padding-top:28px;
  }
  .news:before {
    /* background:var(--main-background); */
    height:200px;
    width:100%;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
  }
  .news .titulos {
    color:#fff
  }
  .news> .link {
    top:5px;
  }
  .news .news__swiper {
    min-height:572px;
    padding-bottom:10px;
  }
  .news .news__swiper .swiper-wrapper {
    padding-bottom:30px;
  }
  .news .news__swiper .news__swiper--flex {
    flex-direction:column;
  }
  .news .news__swiper .news__swiper--flex >div:first-child {
    padding-right:0;
    flex-direction:column;
  }
  .news .news__swiper .news__swiper--flex >div:first-child img {
    border-radius:15px;
    background:transparent;
    width:90%;
    margin-left:5%;
    margin-right:5%;
    border:2px solid white;
  }
  .news .news__swiper .news__swiper--flex >div:last-child {
    padding-right:5%;
    padding-left:5%;
  }
  .news .swiper .swiper-controllers {
    right:0;
    bottom:0px;
  }
  .perfil .perfil__in .perfil__in--migadepan {
    padding:0;
    gap:6px;
    background:#fff;
    padding-bottom:4px;
    border-bottom:2px solid var(--main-blue);
  }
  .perfil .perfil__in .perfil__in--cont .aliados {
    gap:10px;
  }
  .perfil .perfil__in .perfil__in--cont .aliados>div:first-child {
    flex:2.8;
  }
  .perfil .perfil__in .perfil__in--cont .aliados>div:first-child p:nth-child(3){
    line-break:anywhere;
  }
  .perfil .perfil__in .perfil__in--cont .aliados>div:last-child {
    padding:0px;
    border-radius:12px;
  }
  .perfil .perfil__in .perfil__in--cont .aliados>div:last-child img {
    max-height:unset;
    width:100%;
  }
  .perfil .perfil__in .perfil__in--cont .fila {
    flex-direction:column;
  }
  .perfil .perfil__in .perfil__in--cont .fila .fila__contieneimg {
    order:1;
  }
  .perfil .perfil__in .perfil__in--cont .fila#organizadores >div img {
    margin-bottom:10px;
  }
  .perfil .perfil__in .perfil__in--cont .fila >div.linea {
    width:100%;
    height:1px;
  }
  .perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja {
    flex:1 47%;
    max-width:47%;
  }
  .perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja img {
    /* height:160px; */
  }
  .perfil .perfil__in .perfil__in--cont .invitadoslista .invitadoslista__caja>div:last-child h3 {
    font-size:1.2em;
    line-height:1.1;
  }
  .perfil .perfil__in .perfil__in--cont .publicaciones__lista {
    gap: 20px;
  }
  .perfil .perfil__in .perfil__in--cont .publicaciones__lista .publicaciones__lista--caja {
    max-width: unset;
  }
  .perfil .perfil__in .perfil__in--cont  .speakersperfil>div  {
    width:100%;
  }
  .perfil .perfil__in .perfil__in--cont  .speakersperfil>div img {
    /* height:370px; */
    width:100%;
  }
  .perfil .perfil__in .perfil__in--cont .noticiasinterna img.noticiasinterna__acompananoticia {
    margin: 0 0 15px;
    width: 100%;
  }
  .reeldevideoseinfo {
    padding:45px 0 20px;
  }
  .reeldevideoseinfo .u__container {
    flex-direction:column;
  }
  .reeldevideoseinfo .u__container .reeldevideoseinfo__reel {
    flex:1 100%;
    width:100%;
  }
  .reeldevideoseinfo .u__container .reeldevideoseinfo__reel .swiper-pagination-bullets {
    top:52vw;
  }
  .reeldevideoseinfo .u__container .reeldevideoseinfo__info {
    flex:1;
    padding-left:0;
  }
  .sideevents .tab .tablinks {
    font-size:0.9em;
    padding:10px 10px 16px;
    width:60px;
    min-height:44px;
  }
  .sideevents .tab .tablinks.active {
    padding:11px 15px 15px;   
  }
  .sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex {
    padding-top:5px;
  }
  .sideevents .sideevents__conttabcontent .tabcontent .sideevents__conttabcontent-flex>div:first-child h3 {
    font-size:1.7em;
    margin-top:0;
    line-height:1;
  }
  .sectores .sectores__flex {
    gap:15px;
  }
  .sectores .sectores__flex a {
    flex:1 32%;
    max-width:48.1%;
  }
  .sectores__popup {
    padding: 15px;
  }
  .sectores__popup h3 {
    font-size: 1.4em;
  }
  .sideevents .tab .tablinks {
    gap:6px;
  }
  .sideevents .tab .tablinks img{
    height:27px;
  }
  .spot {
    flex-direction:column;padding-top:20px;gap:15px;
  }
  .spot>div:first-child {
    padding-left:5%;
    padding-right:5%;
  }
  .spot>div:first-child>* {
    max-width:unset;
  }
  .spot>div:last-child {
    justify-content:flex-end;
  }
  .spot>div img {
    width:68%;
  }
  .spot.concampana>div img {
    max-width: 100%;
    max-height: 57px;
  }
  .spot.concampana>div h4 {
    font-size: 1.4em;
  }
  .spot.concampana.scomohacernetworking {
    text-align: center;
  }
  .spot.concampana.scomohacernetworking .link2 a div {
    position: relative;
    z-index: 1;
  }
  .spot.concampana.scomohacernetworking>div h4 br{
    display: none;
  }
  .spot.concampana.scomohacernetworking h5 {
    margin-top: 20px;
  }
  .spot.concampana.scomohacernetworking.spotsenferia h5 {
    font-size: 1.5em;    
  }
  .spot.concampana.scontactos >div:last-child img,
  .spot.concampana.sredglobal >div:first-child img {
  /*    height: 198px;*/
    max-height: unset;
    object-fit: contain;
  }
  .spot.concampana.scomohacernetworking>div >img:first-child {
    width: 100%;
    position: relative;
    bottom: 42px;clip-path: none;
  }
  .spot.concampana.scomohacernetworking >div:last-child img.scomohacernetworking__deco {
    display: none;
  }
  .spot.concampana.scontactos>div:first-child {
    padding-left: 6%;
    padding-top: 10px;
  }  
  .spot.concampana.sredglobal {
    padding: 0 5%;
    flex-direction: column-reverse;
  }
  .spot.concampana.sredglobal>div:last-child img {
    height: 88px;
    max-height: unset;
  }
  .spotcampfinal {
    padding-top: 1px;
    gap: 30px;
    flex-direction: column-reverse;
    background: url('../img/bg-spot-campfinal-mb.avif') no-repeat center center / cover;
    text-align: center;
    padding-bottom: 30px;
  }
  .spotcampfinal .spotcampfinal__deco:first-child{
    display: none;
  }
  .spotcampfinal .spotcampfinal__deco:last-child {
    transform-origin: bottom left;
    transform: scale(0.45);
  }
  .spotcampfinal .spotcampfinal__divimg {
    justify-content: flex-end;
  }
  .spotcampfinal .spotcampfinal__divinfo h3 {
    font-size: 2em;
    line-height: 1;
  }
  .spotcampfinal.spotcampfinalagenda .spotcampfinal__divimg {
    justify-content: flex-start;
  }
  .spotcampfinal.spotcampfinalagenda .spotcampfinal__divinfo div.link3 a div:before {
    display: none;
  }
  .spotcampfinal.spotcampfinalagenda .spotcampfinal__divinfo h4 {
    margin: 12px 0;
  }
  .spotcampfinal .spotcampfinal__divimg img {
    width: 100%;
    max-width: 76.66%;
  }
  .spotcampfinal .spotcampfinal__divinfo {
    text-align: center;
    padding: 0 5%;
  }
  .spotcampfinal .spotcampfinal__divinfo h4 br {
    display: none;
  }
  .spotcampfinal .spotcampfinal__divinfo div.link3 a img{
    width: 50px;
  }
  .spotcampfinal.spotcampfinalagenda.spotsectores .link3 a div img{
    width: unset;
  }
  .subscribe {
    flex-direction:column;
    gap:20px;
    padding-bottom:0;
  }
  .swiperspot__mobile{
    display:block;
  }
  .swiperspotcont__web .swipersopt__web--btnnext:after,
  .swiperspotcont__web .swipersopt__web--btnprev:after {
    font-family: 'icomoon';
    content: "\e900";
    font-size: 1em;
    background: var(--main-blue);
    border-radius: 50%;
    padding: 7px;
  }
  .swiperspotcont__web .swipersopt__web--btnprev {
    left: 3px;
  }
  .swiperspotcont__web .swipersopt__web--btnnext {
    right: 13px;
  }
  .titulos {
    font-size:1.9em;
    margin-bottom:30px;
  }
  .tresrayas .tresrayas__spot {
    gap: 10px;
    flex-direction: column;
  }
  .tresrayas .tresrayas__btnflotante {
    top: unset;
    bottom: 0;
    width: 100%;
    justify-content: center;
  }
  .tresrayas .tresrayas__btnflotante img{
    height:33px;
  }
  .tresrayas .tresrayas__btnflotante p br{
    display: none;
  }
  .tresrayas .tresrayas__categorias .u__container {
    margin: 30px auto 75px;
  }
 .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup {
    flex: 1 100%;
    justify-content: flex-start;
    gap: 22px;
    padding: 10px 15px;
  }
  .tresrayas .tresrayas__jurados >img {
    bottom: -285px;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup img:nth-child(1) {
    height: unset;
    width: 16vw;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup div h4 {
    margin-bottom: 1px;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup div h3 {
    font-size: 1.3em;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup div h3 br{
    display: none;
  }
  .tresrayas .tresrayas__categorias>p, .tresrayas .tresrayas__jurados>.u__container>p {
    max-width: 95vw;
  }
  .tresrayas .tresrayas__quienesparticipan {
    padding-left: 5%;
    flex-direction: column-reverse;
  }
  .tresrayas .tresrayas__quienesparticipan >div {
    max-width: 100vw;margin-top: 0;
  }
  .tresrayas .tresrayas__quienesparticipan >div .swiper h4 {
    text-align: center;
    max-width: 65vw;
    margin: 0 auto;
  }
  .tresrayas .tresrayas__quienesparticipan>img {
    width: 100%;
  }
  .tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-prev {
    right: unset;
    left: 2px;
    transform: scale(0.7);
  }
  .tresrayas .tresrayas__quienesparticipan >div .swiper .swiper-button-next {
    right: 2px;
    transform: scale(0.7);
  }
  .tresrayas .tresrayas__categorias>img {
    width: 14vw;
    bottom: -207px;
  }
  .tresrayas .tresrayas__reconocimientos >img {
    height: 960px;
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja:nth-child(2) {
    transform: scale(1.05);
  }
  .tresrayas .tresrayas__reconocimientos .u__container .tresrayas__reconocimientos--flex .tresrayas__reconocimientosflex--caja img {
    height: 115px;
  }
  .tresrayas .tresrayas__jurados .tresrayas__jurados--flex {
    gap: 30px;
  }
  .tresrayas .tresrayas__quees {
    margin: 50px auto;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .tresrayas .tresrayas__quees>div:nth-child(2)>div {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-right: 5%;
    gap:15px;
  }
  .tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--label {
    padding: 5px 15px;
    border: 1px solid black;
  }
  .tresrayas .tresrayas__spot>div.tresrayas__info {
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
  }
  .tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--contenido {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 6px;
    flex-direction: column;
  }
  .tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--deco {
    height: 55px;
    width: 55px;
  }
  .tresrayas .tresrayas__reconocimientos {
    padding-bottom: 110px;
  }
  .tresrayas__popup >div {
    max-width: 75vw;
  }
  .tresrayas__popup .swiper-button-next.popup-swiper-button-next{
    right: 1vw;
  }
  .tresrayas__popup .swiper-button-prev.popup-swiper-button-prev{
    left: 1vw;
  }
  .tresrayas__popup >div .swiper-slide:before {
    height: 7vw;
    width: 20vw;
    bottom: 118px;  
  }
}
@media (max-width:412px){
  header.header .header__in .header__in--top .headerin__top--fecha h3 {
    font-size: 0.79em;
  }
}
@media (max-width:393px){
  header.header .header__in .header__in--bottom {
    gap: 5px;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnpreregistro a div {
    gap: 2px;
    padding-left: 9px;
  }
  .spot.concampana.scomohacernetworking h5 {
    font-size: 1.6em;
  }
  .spot.concampana.scomohacernetworking.spotsenferia h5 {
    font-size: 1.4em;
  }
  .tresrayas .tresrayas__categorias .u__container .tresrayas__categorias--btnpopup {
    gap: 10px;
    padding: 9px;
    justify-content: space-between;
  }
}
@media (max-width:390px){
  .galeria .galeria__swiper.swiper .swiper-button-next {
    bottom:2.3vw;
    height:35%;
  }
  .galeria .swiper-slide.swiper-slide-next:before {
    right:8vw;
    top:13.2vw;
  }
  .header__in--menu {
    top:133px;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--logo img {
    height:34px;
  }
  header.header .header__in .header__in--top .headerin__top--fecha h3 {
    font-size:0.75em;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a ,
  .header__in--menu nav ol>li:nth-child(3) ul .submenu_top--flex span:nth-child(3) li:last-child a {
    padding: 7px;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapopar h2, .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar h2 {
    font-size: 1.8em;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapoimpar img.flota {
    width: 50px;
    top: 352px;
    left: 77.9vw;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta h3 {
    font-size: 1.25em;
  }
  .innovacionestecnologicas  .innovacionestecnologicas__swiper .innovacionestecnologicas__swiper--flex.diapocta h5 {
    margin: 102px 0 0;
    font-size: 1.5em;
  }
  .sideevents .tab .tablinks.active {
    padding:11px 5px 15px;
  }
  .tresrayas .tresrayas__titulos {
    font-size: 2.1em;
  }
}
@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__in--menu {
    top: 132px;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--right .headerinbottom__right--lower .btnMain {
    font-size:1.5em;
  }
  header.header .header__in .header__in--bottom .headerin__bottom--logo img {
    height:31px;
  }
  header.header .header__in .header__in--top .headerin__top--fecha h3 {
    font-size:0.69em;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a {
    font-size: 0.94em;
    gap: 8px;
  }
  .header__in--menu nav ol>li:nth-child(1) ul .submenu_top--flex span:nth-child(5) li:last-child a:after {
    left: 52px;
  }
  .sideevents .tab .tablinks {
    gap:3px;
  }
  .sideevents .tab .tablinks img {
    height:20px;
  }
  .tresrayas .tresrayas__spot .tresrayas__info .tresrayas__info--label img{
    height: 25px;
  }
  .tresrayas__popup .swiper-button-prev.popup-swiper-button-prev, .tresrayas__popup .swiper-button-next.popup-swiper-button-next {
    width: 18px;
    height: 40px;
  }
  .tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja .tresrayas__juradosflexcaja--contfoto img {
    width: 100%;
  }
  .tresrayas .tresrayas__titulos {
    font-size: 2em;
  }
  .tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja {
    padding: 35px 20px 14px;
  }
  .tresrayas .tresrayas__jurados .tresrayas__jurados--flex .tresrayas__juradosflex--caja .tresrayas__juradosflexcaja--contfoto img {
    height: 430px;
  }
}