*, p {hyphens: none !important;}
a,
a:hover { text-decoration: none; }
a img   { border: none; outline: none; }
input   { outline: none; }
img     { max-width: 100%; }
p{hyphens: none !important;}
figure{
	margin: 0;
}

body {
  font-size: 16px;  
  color: #a1a1a1;
  font-family: "Montserrat", sans-serif !important;
}
.fullscreen {
  width: 100%;
  clear: both;
  height: 100%;
  text-align: center;
  min-height: 500px;
}
.cover {
  background-attachment: fixed !important;
  background-size: cover !important;
  position: relative;
}

.section-lis-fotos {
    background: #fff;
}

.lis-fotos-grid {
    display: grid;
    grid-template-columns: 1fr 450px 1fr;
    
    width: 100%;
}


.lis-foto {
    margin: 0;
    overflow: hidden;
    height: 100%;
}

.lis-foto img {
    width: 100%;
    
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Columna centro */
.lis-centro {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Camión — mitad superior */
.lis-camion {
    /* flex: 1;
    overflow: hidden; */
    margin: 0;
}

.lis-camion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Logo LIS — mitad inferior, centrado */
.lis-logo-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: 0;
    background: #fff;
}

.lis-logo-center img {
    max-width: 280px;
    width: 80%;
}
.main-lis-pc{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wap-lis-pc{
  background-color: #b5b6ba;
}
.main-lis-pc article{
  display: inline-block;
  vertical-align: top;
  color: #fff;
}
.main-lis-pc h2{
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 20px 0;
}
.main-lis-pc h3{
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 40px;
}
.main-lis-pc h4{
  font-size: 18px;
  margin: 0 0 20px 0;
}
.main-lis-pc figure{
  display: inline-block;
  vertical-align: top;
  max-width: 800px;
  margin-left: 50px;

}
.main-lis-pc i {
  max-width: 200px;
}


.grid-for-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}
.grid-for-3 img{
  width: 100%;

}


.grid-oak-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 40px;
}
.grid-oak-3 img{
  width: 100%;

}

.flex-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-center-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center-start{
 display: flex;
  justify-content: flex-start;
  align-items: center; 
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: end;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}



.section-nosune {
    background: #fff;
}

.nosune-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    width: 100%;
}

.nosune-foto {
  background: url("../imagenes/nos-une.jpg") no-repeat center center;
  background-size: cover;
    margin: 0;
    overflow: hidden;
    height: 100%;
}

.nosune-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.nosune-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 60px;
    text-align: center;
    background: #fff;
}

.nosune-logo {
    max-width: 130px;
    margin: 0 0 28px 0;
}

.nosune-logo img {
    width: 100%;
}

.nosune-presenta {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #6b6b6b;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.nosune-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #6b6b6b;
    text-transform: uppercase;
    
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.nosune-sub {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;    
    color: #6b6b6b;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.nosune-miralo {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #6b6b6b;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.nosune-qr {
    max-width: 160px;
    margin: 0;
}

.nosune-qr img {
    width: 100%;
}



















.flex-title{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.circle-modal{
  position: absolute;
  background: #000000cc;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  padding: 0 45px 0 15px;
  display: none;
  align-items: center;
}
.title-tomar-parte{
  max-width: 500px;
  margin: 0 auto 40px;
}
.main-bg-home {  
  color: #808184;
  position: relative;
  text-transform: uppercase;
}
.main-bg-home article{

}
.main-bg-home article {
  margin-top: 105px;
  display: inline-block;
  text-align: left;  
  margin-left: 10px;
}
.main-bg-home .info-year-recorrido{
  margin-bottom: 0;
}

.main-bg-home article p {
  font-family: 'VAG-Rounded-Std-Thin';
  font-size: 18px;
}
.main-bg-home h1{
 font-family: "Montserrat", sans-serif;
 font-size: 27px;
 margin: 0;
 font-weight: normal;
     text-transform: none;
     font-style: italic;
}
.main-bg-home h1 span{
  display: block;
  margin-left: 30px;
}
.main-bg-home h2{
 font-size: 40px;
 margin: 0;
 font-weight: 700;
 font-family: "Montserrat", sans-serif;
}


.section-2 article {
    max-width: 576px;
    display: block;
    text-align: left;
    width: 100%;
    float: left;
    
}
.section-3 article {
    max-width: 192px;
    margin: 0 auto 50px;
    display: block;
        
}

.section-3 h2{
  font-family: "Montserrat", sans-serif;
  position: absolute;
  z-index: 1;
  left: 0;
  margin: 0;
  right: 0;
  text-align: center;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  color: #e9e9e9;
  font-size: 240px;
  letter-spacing: 7px;
  font-weight: bold;
}
.main-cards{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-cards figure{
  display: inline-block;
  max-width: 250px;
  vertical-align: top;
  margin-right: 20px;
}
.main-cards article{
  display: inline-block;
  vertical-align: top;
}
.equipo{
  max-width: 110px;
  margin-left: 30px;
}
.equipo h3{
  text-align: center;
  color: #787878;
  font-size: 16px;
  margin: 0 0 15px 0;
  font-family: 'Avenir LT Std Black';
  text-transform: uppercase;
}
.equipo ul{ 
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;  
  padding: 0;
  margin: 0;
}
.servicios{
  max-width: 60px;
  margin-left: 30px;
}
.servicios li:before{
  background-color: #25aff9;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 5px;
  content: "";
}
.entregables{
  max-width: 250px;
  text-align: left;
  padding: 20px 0 20px 20px;
  border-left: 3px solid #ffcc00;
  margin-left: 30px;
  min-height: 540px;
  display: inline-flex !important;
  align-items: center;
  flex-direction: column;
  flex-wrap: revert;
  justify-content: center;
}
.entregables ul{
  list-style: none;
}
.entregables ul, .entregables ol{
  
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.entregables ul{
  margin-bottom: 50px;
}
.entregables ul li{
  font-size: 14px;
  margin: 0 0 8px 0;  
  color: #787878;
  font-family: 'Avenir LT Std Black';
}
.entregables ul li:last-child{
  margin-bottom: 0;
}
.entregables ol{
  padding-left: 20px;
}
.entregables ol li{
  font-size: 12px;
  margin: 0 0 5px 0;
  font-family: 'Avenir LT Std Black';
  color: #787878;
}
.servicios li span{
  clear: both;
  display: block;
  width: 100%;
  color: #0094e4;
}
.servicios li{
  font-family: 'Avenir LT Std Black';
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
}
.servicios li:last-child{
  margin-bottom: 0;
}
.servicios ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.teams{
  background-color: #0054a6;
  width: 100%;
  padding: 75px 10px;
  border-radius: 70px;
}
.equipo ul li{
  color: #28e8fb;
    margin-bottom: 30px;
    font-family: 'Avenir LT Std Black';
    text-transform: uppercase;
    font-size: 9px;
    transition: all 0.3s ease;
}
.equipo ul li:hover{
  color: #fff;
}
.equipo ul li:last-child{
  margin-bottom: 0;
}
.funciones{
  text-align: left;
  padding: 20px 0 0 20px;
  border-left: 3px solid #ffcc00;
  margin-left: 30px;
  max-width: 260px;
  min-height: 540px;

  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;

}
.funciones h4{  
  color: #787878;
    font-size: 13px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-family: 'Avenir LT Std Black';
}
.funciones li{
  color: #858585;
  font-size: 10px;
  margin: 0 ;
  text-transform: uppercase;
  font-family: 'Avenir LT Std Medium';

}
.funciones ul{
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.section-5 article {
    max-width: 515px;
    display: block;
    text-align: left;
    width: 100%;
    float: left;    
}

.title-details {
    max-width: 350px;
    float: right;
    margin-right: -100px;
    padding-top: 75px;
    margin-bottom: 35px;
}

.main-theams {
  width: 100%;
  clear: both;
  text-align: center;
}
.main-theams article{
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  max-width: 190px;
  color: #fff;
}
.main-theams article figure{
  margin: 0 auto 30px;

}
.main-theams{
  position: relative;
}
.main-theams h5{
   font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 160px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  opacity: 0.2 !important;
  z-index: 2;
  top: -120px;
  letter-spacing: 2px;

}
.main-theams article h3{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
}


.card-infografico-carbono{
  position: relative;
  display: inline-block;
}
.title-carbono{
  max-width: 270px;
  margin: 0;
}
.sostenible{
  float: left;
  max-width: 120px;
  margin-right: 40px;
  margin-top: 50px;
}
.section-9 .scroll-down{
  right: -640px;
}
.card-infografico-carbono figure{
  float: left;
  max-width: 650px;
  margin-top: -50px;
}
.leyengd{
  display: inline-block;
  vertical-align: top;
  max-width: 280px;
  width: 100%;
  margin-bottom: 140px;
}
.leyengd .text{
  margin-bottom: 25px;
}
.flex-home{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.sostenible-xs{
  display: none;
}
.btn-register{
      max-width: 235px;
    display: block;
    margin-top: 35px;
}
.btn-register img{
   filter: brightness(0) invert(1);
}
.btn-register:hover img{
   filter: none;
}

.card-gracias{
  text-align: center;
}
.card-gracias figure{
  max-width: 230px;
  margin: 0 auto 20px;
  display: block;
}
.card-gracias h3{
  font-family: "Montserrat", sans-serif;
  font-size: 130px;
  margin: 0 ;
  font-weight: bold;
  text-transform: uppercase;
  color: #c8c7c7;
  letter-spacing: 2px;  
}


.nos-left figure{
  max-width: 200px;
  display: inline-block;
  vertical-align: top;
}
.nos-left article{
      display: inline-block;
    vertical-align: top;
    max-width: 600px;
    text-align: justify;
    margin-left: 50px;
    font-weight: 500;
}
.nos-line{
  width: 350px;
    height: 2px;
    background: #d3d2d2;
    display: inline-block;
}
.section-nosotros{
  background: url(../imagenes/lapiz.png) no-repeat 80% bottom ;
  background-size: 200px;
}
.nos-timeline{
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  font-size: 27px;
  align-items: center;
}
.port-header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.port-mano {
    max-width: 90px;
}

.port-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.port-porta {
    font-weight: 300;
}

.port-folio {
    font-weight: 900;
}

.port-pluma {
    max-width: 36px;
}
.card-gracias h4{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #a2a2a2;
  letter-spacing: 2px;  
}

.section-lis {
    background: #fff;
}

.section-lis .wrapper-main {
    max-width: 1000px;
    padding: 0 0;
    gap: 60px;
}


.lis-logo {
    flex: 0 0 auto;
    max-width: 280px;
}

.lis-logo img {
    width: 100%;
    max-height: 200px;
}


.finca-logo {
    flex: 0 0 auto;
    max-width: 340px;
}

.finca-logo img {
    width: 100%;
    max-height: 230px;
}

.lis-info {
    flex: 1;
    max-width: 680px;
    text-align: left;
}

.lis-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    color: #1a1a1a;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.lis-titulo em {
    font-style: italic;
}

.lis-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;    
    color: #6c6c6c;
    text-align: justify;
    margin: 0 0 15px 0;
}

.lis-proyecto {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    
    color: #6c6c6c;
    margin: 0 0 20px 0;
}

.section-wesura {
    background: #fff;
}

.wesura-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 60px;
    align-items: center;
}

.wesura-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.wesura-left .wesura-img-top {
    
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
}

.wesura-left .wesura-img-bottom {
    flex: 1;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
}

.wesura-left img {
    width: 100%;
    
    display: block;
}
.lis-go-aveja{
  background: url("../imagenes/bg-aveja.jpg") no-repeat center top;
}
.wesura-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.wesura-right .wesura-img-top {
    
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
}

.wesura-right .wesura-img-top img {
    width: 100%;    
    display: block;
}

.wesura-texto {
    
    flex-direction: column;
    justify-content: center;
    gap: 14px;
}

.wesura-texto p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    
    color: #6c6c6c;
    text-align: justify;
    margin: 0;
}



.section-logofolio {
    background: #fff;
}

.logofolio-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px 0;
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: 1000px;    
}

.logofolio-grid figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;    
}

.logofolio-grid figure img {
    max-height: 150px;
    max-width: 160px;
    transition: all 0.3s ease;    
}

.logofolio-grid figure:hover img {
    transform: scale(1.1);
}



.swiper-equipo {
    width: 100%;
    height: 100%;
}

.swiper-equipo .swiper-slide {
    height: 100%;
}

.equipo-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.equipo-item::after {
    content: '';
    position: absolute;
    opacity: 0.5;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.15) 50%,
        rgba(0,0,0,0) 100%
    );
}

.equipo-data {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    padding: 0 40px;
    text-align: center;
    z-index: 2;
}

.equipo-rol {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 100px 0;
    line-height: 1;
}

.equipo-nombre {
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    
    margin: 0;
}




.section-cari {
    background: #fff;
}

.cari-grid {
    display: grid;
    grid-template-columns: 370px 1fr;
    
    width: 100%;
}

/* Foto izquierda — ocupa todo el alto */
.cari-foto {
    margin: 0;
    overflow: hidden;
    
}

.cari-foto img {
    width: 100%;
    display: block;
    filter: grayscale(100%);
}

/* Columna derecha — scrolleable si el contenido es largo */
.cari-info {
    padding: 30px;
    overflow-y: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cari-cargo {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    
    color: #656565;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.cari-bio {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cari-bio p {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;    
    color: #656565;
    text-align: justify;
    margin: 0;
}

/* Experiencia */
.cari-experiencia {
    border-top: 1px solid #eee;
    padding-top: 18px;
}

.cari-exp-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f0f0f;
    margin: 0 0 18px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cari-exp-titulo img {
    max-width: 20px;
}

.cari-exp-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.cari-exp-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
    align-items: start;
}

.cari-exp-izq {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cari-exp-izq img {
    max-width: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.cari-exp-izq div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cari-exp-fecha {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #202020;
    font-weight: 500;
}

.cari-exp-empresa {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #1d1d1d;
    text-transform: uppercase;
}

.cari-exp-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.7;
    color: #1d1d1d;
    margin: 0;
}

.lis-credits {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    
    color: #6c6c6c;
    margin: 0;
}
.btn-art{
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #16a4aa;
  border-radius: 25px;
  padding: 7px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
#fp-nav ul li .fp-tooltip.right{
 color: #16a4aa !important;
}
.btn-art:hover{
  color: #fff;
  background-color: #2b282e;
}

/* .fp-viewing-Equipo #fp-nav ul li a span, 
.fp-viewing-Equipo .fp-slidesNav ul li a span{
  background-color: #fff !important;
}

.fp-viewing-Equipo #fp-nav ul li .fp-tooltip.right {
    color: #ffffff !important;
}

.fp-viewing-Equipo #fp-nav ul li a.active span{
  background-color: #69f9ff !important;
} */
.year-1955{
  background: #00c0c8;
  color: #fff;
}
.year-1955 h2{
  font-family: "Montserrat", sans-serif;
  font-size: 130px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.year-1955 h3{
  font-size: 65px;
  font-family: 'Haydes';
  margin: -25px 0 0 0;
}
.year-1967{
  background: linear-gradient(to bottom, #ffffff, #e9e9e9);
}
.year-1967{

}
.main-brans {
  text-align: center;
  position: relative;
  z-index: 2;
}
.main-brans figure{
 display: inline-flex;
 vertical-align: top;
 margin: 0 20px 20px 20px;
 height: 150px;
 align-items: center;
 flex-wrap: wrap;
}
.main-brans figure img{
  max-height: 150px;

}
.year-1971{
    background: linear-gradient(to bottom, #ffffff, #e9e9e9);
}

.img-xl{
  display: block;
}
.img-xs{
  display: none;
}

.section-dim-web {
    background: #c8c8c8;
}
.section-beer-web {
    background: #ceced1;
}

.dimweb-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    height: 100%;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 70px;
}

.dimweb-left {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;    
    gap: 18px;
}
.banner-full img{
  width: 100%;
  height: 100%;
}
.swiper-cocacola figure,
.swiper-beer figure,
.swiper-romeo figure{
  background-size: cover !important;
  background-attachment: fixed !important;
  width: 100%;
  height: 100vh;

}
.dimweb-miralo {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;    
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.dimweb-qr {
    max-width: 200px;
    margin: 0;
}

.dimweb-qr img {
    width: 100%;
    display: block;
}

.dimweb-pc {
    flex: 1;
    max-width: 620px;
    margin: 0;
}

.dimweb-pc img {
    width: 100%;
    display: block;
}


.section-premios {
    background: #fff;
}

.premios-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    width: 100%;
}

.premios-foto {
    margin: 0;
    overflow: hidden;    
}

.premios-foto img {
    width: 100%;    
    display: block;
    filter: grayscale(100%);
}

.premios-contenido {
    padding: 30px 0 30px 30px;
    overflow-y: auto;    
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.premios-titulo {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.premios-titulo img { max-width: 27px; }

.premios-destacados {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.premio-item {
        display: flex;
    flex-direction: column;
    gap: 3px;
    position: relative;
    text-align: left;
    padding-left: 30px;
    margin-bottom: 20px;
}

.premio-item > img:first-child {     max-width: 20px;
    margin-bottom: 3px;
    
    display: block;
    position: absolute;
    left: 0; }
.premio-flag  {    max-width: 16px;
    margin-top: 2px;
    position: absolute;
    left: 2px;
    top: 27px;}
.premio-año   { font-family: "Montserrat", sans-serif; font-size: 9px; font-weight: 700; color: #202020; }
.premio-nombre{ font-family: "Montserrat", sans-serif; font-size: 9.5px; line-height: 1.4; color: #444; font-weight: 500; }

.premios-timeline {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
    border: 1px solid #e8e8e8;
    padding: 14px;
    border-radius: 2px;
    flex: 1;
}

.premios-col {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.premios-col li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 7px;
    border-bottom: 1px solid #f0f0f0;
}

.premios-col li:last-child { border-bottom: none; padding-bottom: 0; }

.pt-año {
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #202020;
    display: block;
    text-align: left;
}

.premios-col p {
    font-family: "Montserrat", sans-serif;
    font-size: 9px;    
    color: #202020;
    margin: 0;
    text-align: left;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #16a4aa !important;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 1 !important;
    background: #fff;
    border: 1px solid #16a4aa;
}

.logo-base {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  padding: 0;
  max-width: 100px;
  bottom: 0;
}
.fp-auto-height {
  min-height: auto;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 10px;
  height: 10px;
  background-color: #16a4aa;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 14px;
  width: 14px;
  margin: -7px 0 0 -7px;
  background-color: #1bd3db  !important;
}
.scroll-down {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  bottom: 60px;
  max-width: 65px;
  z-index: 4;
}
.scroll-relative {
  position: relative;
  bottom: 0;
  margin: 0 auto 30px;
  max-width: 20px;
}
.active .scroll-down {
  animation: scrollDown 3.6s ease infinite;
  transform-origin: 50% 50%;
}
.animation-up {
  transition: opacity 0.7s cubic-bezier(0,0,0.2,1), -webkit-transform 0.7s cubic-bezier(0,0,0.2,1);
  transition: transform 0.7s cubic-bezier(0,0,0.2,1), opacity 0.7s cubic-bezier(0,0,0.2,1);
  transition: transform 0.7s cubic-bezier(0,0,0.2,1), opacity 0.7s cubic-bezier(0,0,0.2,1), -webkit-transform 0.7s cubic-bezier(0,0,0.2,1);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}
.animation-down {
  transition: opacity 0.7s cubic-bezier(0,0,0.2,1), -webkit-transform 0.7s cubic-bezier(0,0,0.2,1);
  transition: transform 0.7s cubic-bezier(0,0,0.2,1), opacity 0.7s cubic-bezier(0,0,0.2,1);
  transition: transform 0.7s cubic-bezier(0,0,0.2,1), opacity 0.7s cubic-bezier(0,0,0.2,1), -webkit-transform 0.7s cubic-bezier(0,0,0.2,1);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}
.animation-left {
  transition: opacity 0.7s cubic-bezier(0,0,0.2,1), -webkit-transform 0.7s cubic-bezier(0,0,0.2,1);
  transition: transform 0.7s cubic-bezier(0,0,0.2,1), opacity 0.7s cubic-bezier(0,0,0.2,1);
  transition: transform 0.7s cubic-bezier(0,0,0.2,1), opacity 0.7s cubic-bezier(0,0,0.2,1), -webkit-transform 0.7s cubic-bezier(0,0,0.2,1);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}
.animation-right {
  transition: opacity 0.7s cubic-bezier(0,0,0.2,1), -webkit-transform 0.7s cubic-bezier(0,0,0.2,1);
  transition: transform 0.7s cubic-bezier(0,0,0.2,1), opacity 0.7s cubic-bezier(0,0,0.2,1);
  transition: transform 0.7s cubic-bezier(0,0,0.2,1), opacity 0.7s cubic-bezier(0,0,0.2,1), -webkit-transform 0.7s cubic-bezier(0,0,0.2,1);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
.section.active .animation-up,
.section.active .animation-down {
  transform: translateY(0);
  opacity: 1;
}
.section.active .animation-left,
.section.active .animation-right {
  transform: translateX(0);
  opacity: 1;
}
.section.active .delay-1 {
  transition-delay: 1s;
}
.section.active .delay-2 {
  transition-delay: 1.5s;
}
.section.active .delay-3 {
  transition-delay: 2s;
}
.section.active .delay-4 {
  transition-delay: 2.5s;
}
.section.active .delay-5 {
  transition-delay: 3s;
}
.section.active .delay-6 {
  transition-delay: 3.5s;
}
.section.active .delay-7 {
  transition-delay: 4s;
}
.section.active .delay-8 {
  transition-delay: 4.5s;
}
@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }
  5.55556% {
    transform: translateY(0);
  }
  11.11111% {
    transform: translateY(0);
  }
  22.22222% {
    transform: translateY(-15px);
  }
  27.77778% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-15px);
  }
  44.44444% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.ir-site {
  background: url('../img/background/btn-ir-recorrido.svg') no-repeat center center;
  background-size: 100%;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  width: 157px;
  height: 34px;
}
.logo-home {
  display: inline-block;
  vertical-align: top;  
  max-width: 210px;
}


.logo-single{
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
}

.ir-up {
  background: url('../img/background/icon-home.svg') no-repeat center center;
  opacity: 0.8;
  background-size: 100%;
  display: block;
  height: 30px;
  left: 20px;
  position: absolute;
  text-indent: -9999px;
  top: 30px;
  width: 30px;
  z-index: 9;
  transition: all 0.3s ease;
}
.ir-up:hover {
  opacity: 1;
}
.line-left {
  width: 2px;
  height: 92%;
  top: 4%;
  left: 70px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
}
.clear-fix::after {
  content: "";
  clear: both;
  width: 100%;
  display: block;
}
.vh {
  height: 100% !important;
}
.info-year-recorrido{
  max-width: 235px;
  position: relative;
  text-align: right;
  margin-bottom: 80px;
}
.info-circle{
  max-width: 440px;
  position: relative;
}
.info-impacto{
  max-width: 460px;
  position: relative;
}
.title-impacto{
  max-width: 500px;
}
.info-year-recorrido span{
  background: url('../img/background/line-yellow.svg') no-repeat bottom center;
  background-size: cover;
  display: block;
  width: 10px;
  height: 82px;
  float: right;
  margin: 0 50px 20px 0;  
}
.info-year-recorrido h3{
  color: #fff;
  padding: 7px 25px;
  font-size: 30px;
  background-color: #F28D00;
  border-radius: 30px;
  font-family: 'VAG-Rounded-Std-Bold';
  margin: 0 0 20px 0;
  display: inline-block;
  vertical-align: top;
  line-height: 100%;
  
}
.info-year-recorrido .info{
  background-color: rgba(255,255,255,0.8);
  padding: 20px;
  border-radius: 15px;
  color: #484848;
  position: relative;
  
}
.info-year-recorrido .info i{
  position: absolute;
  bottom: -35px;
  left: -40px;
  max-width: 80px;  
}
.info-year-recorrido p{
  margin: 0;  
}
.flex-start .info-year-recorrido,
.flex-center-start .info-year-recorrido{
  text-align: left;
}
.flex-start .info-year-recorrido i,
.flex-center-start .info-year-recorrido i{
  left: auto;
  right: -40px;
}
.flex-start .info-year-recorrido span,
.flex-center-start .info-year-recorrido span{
  margin: 0 0 20px 50px;
  float: left;
}

.btns-recorrido{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  text-align: center;

}
.volver-top{
  max-width: 160px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
.btn-recorrido-bottom{
  margin: 0 10px;
  display: inline-block;
  vertical-align: top; 
  max-width: 172px;
}


.banner-home .button-next-home,
.banner-home .button-prev-home {
  background-size: cover !important;
  color: #16a4aa;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  top: 45%;
  border-radius: 50%;
}
.banner-home .button-next-home.swiper-button-disabled,
.banner-home .button-prev-home.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.banner-home .button-next-home {
  background: #16a4aa  url('../img/background/icon-slide-right.png') no-repeat center center;
  right: 5%;
}
.banner-home .button-prev-home {
  background: #16a4aa  url('../img/background/icon-slide-left.png') no-repeat center center;
  left: 5%;
}


.arrow-rotate .scroll-down img{
  transform: rotate(180deg);
}




.main-gracias h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
    font-style: italic;
}
.main-gracias h4 {
        font-family: "Montserrat", sans-serif;
    font-size: 50px;
    margin: 0;
    text-transform: none;
    color: #000;
    font-weight: 600;
    display: inline-block;
    margin-left: 267px;
    margin-top: -21px;
}
.main-gracias article {
    margin-top: 105px;
    display: inline-block;
    text-align: left;
    margin-left: 10px;
}


.section{
  overflow: hidden;
}


.relative       { position: relative; }
.full			{ clear: both;width: 100%;}
.clr            { clear: both; float: none; }
.center         { margin: auto; }
.inline         { display: inline-block; vertical-align: top; }
.inline-bottom  { display: inline-block; vertical-align: bottom; }
.left           { float: left; }
.right          { float: right; }
.wrapper-main   { max-width: 1155px; }
.wrapper-main-large   { max-width: 1200px; }