 
section{
  /* max-width: 1350px; */
  margin: auto;
  max-width: 100%;
}

p{
  font-size: 14px; 
  color: #01122A;
}
h3{
  color: #26296E;
  font-size: 16px;
  font-weight: 700; 
}
h2{
  font-size: 25px;
  color: #26296E;
}
time{
  font-size: 12px;
  color: #26296E;
  font-weight: 500;
}


.moneda-tipo-cambio{
    background-color: #fff;    
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 37px;
    padding: 0px;
    margin-top: 65px;
}
.moneda-tipo-cambio iframe{
    height: 30px;
    width: 379px;
}


/* spinner */
.spinner,.spinner-camb-tip-camb {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-left-color: #26296E;
  margin: auto;
  
  animation: spin 1s ease infinite;
}
.spinner-camb-tip-camb{
  position: absolute;
}


@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* spinner */

.sec-banner-princ{
    position: relative;
    padding: 0px;
}
.sec-banner-princ header{
    padding: 0px;
}

.sec-banner-princ::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.18); /* color de la capa */
  z-index: 0;
}

.sec-banner-princ h1{
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    left: 10%;
    align-items: center;
    /* justify-content: center; */
    line-height: 1;
    width: 100%;
    font-weight: 500;
    font-size: 55px;
    color: #FFFFFF;
    
}

.sec-coti-eu-6m h2{
         
    margin: 0 auto;
    padding: 20px 50px;
    text-align: center;
    
}
.sec-coti-eu-6m iframe{
    /* height: 60vh; */
}
 


/* Tabs */
/* --- CONTENEDOR DE TABS --- */
.sec-tabs .tabs {
    display: grid;
    justify-content: center;
    /* gap: 1rem; */
    padding: 1rem;
    background-size: cover;
    background-position: center;
    grid-template-columns: repeat(3, auto);
    position: relative;
    padding: 3rem 1rem;
}

 

/* --- BOTONES --- */
.sec-tabs .tabs .tab {
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-weight: 300;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  z-index: 1;
  border-bottom: 1px solid #fff;
}

 
/* --- TAB ACTIVO --- */
.sec-tabs .tabs .tab.active {
  font-weight: 600;
  color: white;
  /* box-shadow: 0 6px 0 0 #fff; */
  box-shadow: 0 22px 0 -17px #fff;
  z-index: 1;
}

/* --- CONTENIDO DE LOS TABS --- */
.sec-tabs .tab-content {
  display: none;
  background: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
   
}
.sec-tabs .tab-content figure{
  position: relative;
}
.sec-tabs .tab-content figure::before, .sec-tabs .tabs::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(38 41 110 / 30%);
  z-index: 0;
  pointer-events: none;
}

.sec-tabs  .tab-content figure figcaption{
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  text-align: left;
}
.sec-tabs .tab-content figure figcaption h3{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
/* --- CONTENIDO ACTIVO --- */
.sec-tabs .tab-content.active {
  display: grid;
  gap: 10px;
  justify-content: center;
  
}
.sec-tabs .tab-content.active figure{
  margin-bottom: 0px;
}
.sec-tabs  figure {
  text-align: center;
}

.sec-tabs .tab-content a{
  color: inherit;
  text-decoration: none;
}
/* Tabs */
 

.sec-ulti-noti h2{
     
  margin: 0px auto;  
  text-align: center;  
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1.5px solid #26296E;
  width: 90%;
}

.sec-ulti-noti div{
  position: relative;
}

.sec-ulti-noti div article{   
  padding: 0px 5px;
  max-width: 380px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}
 

.sec-ulti-noti div article header{
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.sec-ulti-noti div article time{
  margin: 0px 15px;
}
 
.sec-ulti-noti div article header h3,.sec-ulti-noti div article p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; 
}

.sec-ulti-noti div article p{   
  -webkit-line-clamp: 3;
  max-height: calc(3em * 2);
  margin: 0px 15px;  
}
.sec-ulti-noti div article header h3{
  -webkit-line-clamp: 2; 
  max-height: calc(1.5em * 2);
  margin: 0px 15px;
}

.sec-ulti-noti div article a{
  padding-left: 40px;
  padding-right: 40px;
  background: #26296e;
  font-weight: 700; 
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 150px;
  text-align: center;
  color: #FFFFFF;
  margin: 0px 15px;
  max-height: 40px;
} 

.btn-slider-L{
  position: absolute;
  top: 25%;
  left: 3%;  
  transform: scaleX(-1);
}
 
.btn-slider-R{
  position: absolute;
  right: 3%;
  top: 25%;
  width: 36px;    
}
.btn-slider-L, .btn-slider-R{
width: 36px;
  height: 36px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}


.sec-cifras-andino article{
  background-color: #26296e;
  padding: 30px;
}
.sec-cifras-andino article header, .sec-cifras-andino article section{
  padding: 0px;
}
.sec-cifras-andino article header{   
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 342px;
  margin: auto;
}
.sec-cifras-andino article section dl{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
}
.sec-cifras-andino article section dl div{
  padding: 10px;
}
.sec-cifras-andino article section dl > *:nth-child(even) {
  justify-self: end;
}
.sec-cifras-andino article h2{
    padding: 10px 0px;
    text-align: center;
    color: #fff;
}
.sec-cifras-andino article a{
  padding: 10px 40px;
  background: #26296e;
  width: 200px;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 700;
  color: #fff;
}

.sec-cifras-andino article section dl dt{
  font-size: 38px;
  color: #fff;
  font-weight: 100;
}
.sec-cifras-andino article section dl dd{
  font-size: 14px;
  color: #fff;
}
.sec-cifras-andino article section{
  max-width: 328px;
  margin-left: auto;
  margin-right: auto;
}
.sec-cifras-andino article hr{
  margin-top: 47px;
  margin-bottom: 29px;
  background: #fff;
}

.sec-contact-invers{
  padding-top: 0px;
}
.sec-contact-invers div > *{
  margin-bottom: 0px;
}
.sec-contact-invers div{
  background-color: #fff;
  padding: 27px 33px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}
.sec-contact-invers div a{
  font-style: normal;
  text-decoration: underline;
}
.sec-contact-invers div figure{
  background: #26296E;
  border-radius: 4px;
}


.sec-banner-princ-tip-2{
  padding: 0px;
  position: relative;
}
.sec-banner-princ-tip-2::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #26296E;
  background: linear-gradient(90deg,rgba(38, 41, 110, 1) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}
.sec-banner-princ-tip-2 header{   
  padding: 0px;
}
.sec-banner-princ-tip-2 header p{
  position: absolute;
  top: 31%;
  color: #9DD2FF;
  padding-left: 20px;
}
.sec-banner-princ-tip-2 header h1{
  position: absolute;
  top: 36%;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 40px;
}
.sec-kit > p {
  padding: 0px 25px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 35px;
  color: #01122A;
}
.sec-kit section{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 34px;
  padding: 0px 10px;  
  margin-bottom: 50px;
}
.sec-kit section article{
   
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.sec-kit section article header{
  position: relative;
  padding: 0px;
}
.sec-kit section article header img {
  width: 100%;
}
.sec-kit section article header::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #26296E;
  background: linear-gradient(0deg, rgb(38 41 110 / 60%) 10%, rgba(255, 255, 255, 0) 60%);
  z-index: 0;
   
}
.sec-kit section article header h3{
  position: absolute;
  bottom: 12%;
  padding-left: 25px;
  color: #fff;
  font-size: 22px;
}
 
.sec-kit section article p{
  padding: 0px 15px;
  margin-bottom: 0px;
  
  -webkit-line-clamp: 2;
  max-height: calc(1.5em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.sec-kit section article a{
  padding: 0px 15px;
  font-weight: 600;
  color: #26296E;
}  

.azulino{
  padding: 0px;
} 
.azulino div{
  background-color: #26296E;
  color: #fff;
}
.azulino div h2{
  color: #fff;
}


.sec-evolucion-emisiones-lst{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  background: #f4f4f4;
} 
.sec-evolucion-emisiones-lst > div{
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid #26296E;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 13px;
}
.sec-evolucion-emisiones-lst div > div{
  font-weight: 700;
  color: #26296E;
}
.sec-evolucion-emisiones-lst div div:nth-child(2){
  justify-self: end;
}
.sec-evolucion-emisiones-lst article{
  width: 90%;
  margin: auto;
  padding: 20px 10px;
  background: #fff;
  border-radius: 4px;
}
.sec-evolucion-emisiones-lst hr{
  margin: 15px 0px;
  background-color: #26296E;
}

.sec-evolucion-emisiones-lst article time {
  font-size: 14px;
  font-weight: 600;
}
.sec-evolucion-emisiones-lst article p{
  color: #26296E;
}
.sec-evolucion-emisiones-lst article:first-of-type{
  margin-top: 20px;
}
.sec-evolucion-emisiones-lst article:last-child{
  margin-bottom: 65px;
}

/* Tabs infomacion sobre la accion */

.sec-tabs-inf-sobre-la-accion .tabs {
    display: grid;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    background-size: cover;
    background-position: center;
    grid-template-columns: 1fr;
    position: relative;
}

 

/* --- BOTONES --- */
.sec-tabs-inf-sobre-la-accion .tabs .tab {
  color: #26296E;
  border: none;
  padding: 10px 20px;
  font-weight: 300;   
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  z-index: 1;
  border: 1px solid #26296E;
  font-weight: 500;
}

 
/* --- TAB ACTIVO --- */
.sec-tabs-inf-sobre-la-accion .tabs .tab.active {
  font-weight: 600;
  color: #fff;   
  z-index: 1;
  background: #26296E;
 
}

/* --- CONTENIDO DE LOS TABS --- */
.sec-tabs-inf-sobre-la-accion .tab-content {
  display: none;
  background: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.sec-tabs-inf-sobre-la-accion .tab-content figure{
  position: relative;
}
 

.sec-tabs-inf-sobre-la-accion  .tab-content figure figcaption{
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  text-align: left;
}
.sec-tabs .tab-content figure figcaption h3{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
/* --- CONTENIDO ACTIVO --- */
.sec-tabs-inf-sobre-la-accion .tab-content.active {
  display: grid;
  gap: 10px;
   
  
}

.sec-tabs-inf-sobre-la-accion  figure {
  text-align: center;
}
/* Tabs infomacion sobre la accion */


/* .sec-tabs-inf-sobre-la-accion .tab-content iframe{ 
  height: 100vh;
} */
.sec-tabs-inf-sobre-la-accion .tab-content[data-tab="1"] iframe{
 height: 2650px;
}

.sec-tabs-inf-sobre-la-accion .tab-content[data-tab="2"] iframe{
 height: 735px;
}
.sec-tabs-inf-sobre-la-accion .tab-content[data-tab="3"] iframe{
 height: 1915px
}

.sec-parrafo {
  padding: 0px;
  margin: 60px 30px;
}
.sec-parrafo p, .sec-parrafo ul li, .sec-parrafo ol li{
  color: #26296E;
  padding: 10px 0px;
  font-size: 15px;
  
}
.sec-parrafo ul, .sec-parrafo ol{
  list-style: auto;
  padding-left: 17px;
}
.sec-agenda-del-inversor-lst{
  background: #f4f4f4;
}
.sec-agenda-del-inversor-lst article{
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  margin: 20px 15px;
  padding: 0px 10px;
  align-items: center;
}

 

.sec-agenda-del-inversor-lst  > div{
  display: none;
}
.sec-agenda-del-inversor-lst article > a:last-of-type, time{
  font-size: 14px;
}

.sec-agenda-del-inversor-lst article > a:last-of-type, .sec-agenda-del-inversor-lst time, .sec-agenda-del-inversor-lst p{
  color: #26296E;
  font-weight: normal;
  border-bottom: 1px solid #26296E;
  padding: 10px 0px;
}

.sec-agenda-del-inversor-lst article > a:last-of-type{
  border-bottom: 0px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 4px;
}

.sec-agenda-del-inversor-lst article p{
  margin: 0px;
}

.sec-acta-junta-general-accionistas{
  background: #f4f4f4;
}
.sec-acta-junta-general-accionistas h2{
  padding: 0px 30px;
  text-align: center;
  margin-bottom: 0px;
}
.sec-acta-junta-general-accionistas section{
  margin: 0px 25px;
  padding: 0px;
  border-top: 2px solid #26296E;
  margin-top: 45px;
} 
.sec-acta-junta-general-accionistas section h3{
  padding-bottom: 15px;
  padding-top: 20px;  
  font-size: 18px;
  margin-bottom: 0px;
}

.sec-acta-junta-general-accionistas section article{
  display: grid;
  grid-template-columns: repeat(2, 1fr);   
  background: #fff;
  border-radius: 4px;
  align-items: center;
}
.sec-acta-junta-general-accionistas section article > *{
  padding: 20px 10px;
  color: #26296E;
  font-size: 15px;
}

.sec-acta-junta-general-accionistas section article:nth-child(n+3),
.sec-acta-junta-general-accionistas section article{
  margin-top: 10px;
}

.sec-acta-junta-general-accionistas section article h4{
  grid-column: span 2 / span 2;
  border-bottom: 3px solid #f4f4f4;
  margin-bottom: 0px;
}
.sec-acta-junta-general-accionistas section article a{
  display: grid;
  grid-template-columns: 1fr auto;
  justify-items: right;
  font-weight: 600;
  gap: 10px;
}

.sec-factsheet-incrustacion-n1 iframe{
  height: 3550px;
  padding: 0px 20px;
}


.sec-hecho-relevantes-lst{
  background: #f4f4f4;
  padding: 50px 0px;
}
.sec-hecho-relevantes-lst header{
  display: none;
}
.sec-hecho-relevantes-lst article{
  display: grid;
  grid-template-columns: 1fr;
  margin: 0px 15px;
  background: #fff;
  padding: 0px 10px;
  border-radius: 4px;
  align-items: center;
}
.sec-hecho-relevantes-lst article:nth-child(n+3){
  margin-top: 10px;
}
.sec-hecho-relevantes-lst article header{   
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
}

.sec-hecho-relevantes-lst article p:last-of-type a{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  color: #26296E;
}

.sec-hecho-relevantes-lst article > *{
  padding: 14px 0px;
  border-bottom: 3px solid #f4f4f4;
}
.sec-hecho-relevantes-lst article > *:last-child{
   border-bottom: 0px; 
}
.sec-hecho-relevantes-lst article h3, .sec-hecho-relevantes-lst article p, .sec-hecho-relevantes-lst header p{
  margin-bottom: 0px;
}
.seccion-informe-anual-integrado-lst{
  background: #f4f4f4;
  padding: 50px 0px;
}
.seccion-informe-anual-integrado-lst article article{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  background: #fff;
  margin: 0px 25px;
  border-radius: 4px;
  margin-bottom: 16px;
}
/* .seccion-informe-anual-integrado-lst article:nth-child(n+2){
  margin-top: 20px;
} */
.seccion-informe-anual-integrado-lst article article:nth-child(n+3){
  margin-top: 20px;
}
.seccion-informe-anual-integrado-lst article article > header{
  grid-column: span 2 / span 2;
  border-bottom: 2px solid #f4f4f4;
}
.seccion-informe-anual-integrado-lst article article > header > h3{
  font-weight: 500;
  margin-bottom: 0px;
}
.seccion-informe-anual-integrado-lst article article a{
  color: #26296E;
  font-size: 15px;
}
.seccion-informe-anual-integrado-lst article article > a{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.seccion-informe-anual-integrado-lst article article > *{
  padding: 20px 10px;
}

.seccion-informe-anual-integrado-lst article .titulo{
  padding: 0px 0px;
  padding-bottom: 16px;
  margin: 0px 25px;
}
.seccion-informe-anual-integrado-lst article .titulo h2{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}

.secion-informacion-financiera-semestral-lst{
  padding: 50px 0px;
  background: #f4f4f4;
}
.secion-informacion-financiera-semestral-lst > *{
  margin: 0px 25px;
}
.secion-informacion-financiera-semestral-lst article .cabecera div:nth-child(n+2){
 display: none;
}
.secion-informacion-financiera-semestral-lst article header{
  padding: 0px; 
  padding-bottom: 16px;
}
.secion-informacion-financiera-semestral-lst article .cabecera div p{
  font-size: 18px;
  color: #26296E;
  font-weight: 700;
  margin-bottom: 0px;
}
.secion-informacion-financiera-semestral-lst article article{
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 4px;
  margin-bottom: 16px;
  align-items: center;
}

.secion-informacion-financiera-semestral-lst article article > header{
  grid-column: span 2 / span 2;
  border-bottom: 3px solid #f4f4f4;
}
.secion-informacion-financiera-semestral-lst article article > header h3{
  margin-bottom: 0px;
}
.secion-informacion-financiera-semestral-lst article article > *{
  padding: 10px 10px;
}
.secion-informacion-financiera-semestral-lst article article  a{
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  color: #26296E;
  font-size: 15px;
}
.secion-informacion-financiera-semestral-lst > *:nth-child(n+2) {
  margin-top: 16px;
}

 
.seccion-noticias-lst article{
  margin: 0px 30px;   
  display: grid;
  grid-auto-columns: 1fr;
  gap: 10px;
}
.seccion-noticias-lst >*:nth-child(n+2){
  margin-top: 20px;
}
.seccion-noticias-lst article header{
  display: grid;
  grid-auto-columns: 1fr;
  gap: 10px;
  padding: 0px 0px; 
}
.seccion-noticias-lst article header >*:nth-child(n+2),
.seccion-noticias-lst article p{   
  padding: 0px 10px;
}
.seccion-noticias-lst article a{
  padding-left: 40px;
  padding-right: 40px;
  background: #26296e;
  font-weight: 700;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 150px;
  text-align: center;
  color: #FFFFFF;
  margin: 0px 15px;
  max-height: 40px;
}


.seccion-noticias-lst article header h3, .seccion-noticias-lst article p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.seccion-noticias-lst article header h3{
  -webkit-line-clamp: 2;
  max-height: calc(1.5em * 2);   
}
.seccion-noticias-lst article p{
  -webkit-line-clamp: 3;
  max-height: calc(3em * 2);
}

.buscador-noticias {
  display: grid;
  grid-template-columns: 1fr;
  margin: 40px 25px;
  gap: 13px;
}
.buscador-noticias >*{
  outline: 1px solid #26296e;
  padding: 7px;
  color: #26296e;
}
.buscador-noticias input{
  background-image: url('images/ico-buscador.png');
  background-repeat: no-repeat;
  background-position: right 10px center; 
  background-size: 20px; 
  padding-right: 40px;  
  
}
.buscador-noticias input::placeholder{
  color: #26296e;
}
 
.sec-partici-signif-cont{
  background: #f4f4f4;
}
.sec-partici-signif-cont >*{
  padding: 0px 15px;
}

 
#mobile-header .dropdown-menu .dropdown-item{
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
}

#mobile-header .navbar-nav .dropdown-toggle{
  border-bottom: 1px solid #A0A2D3;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
#mobile-header .navbar-nav .dropdown-menu{
  border: 0px;
}

#mobile-header .navbar-nav .dropdown-toggle::after{
    border-top: 0px; 
    border-right: 0px; 
    border-bottom: 0;
    border-left: .3em solid transparent;
    width: 10px;
    height: 10px;
    border-left: 2px solid #1a237e;
    border-bottom: 2px solid #1a237e;
    transform: rotate(135deg);
    margin: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
#mobile-header .navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(315deg);
}
#mobile-header .navbar-nav .nav-link{
  border-bottom: 1px solid #A0A2D3;
}

#mobile-header .navbar-nav > li:last-child > .nav-link{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
footer .direccion-footer p{
  color: #fff;
}
footer .redes-footer > div a img,footer .footer3div a svg{
  display: inline-block;
}
@media (max-width: 400px) {
  .sec-tabs .tabs{
  grid-template-columns: repeat(2, auto);
  }
}
@media (min-width: 860px) {
 
.btn-slider-L,.btn-slider-R{
  display: none;
}
 
  .sec-coti-eu-6m h2, .sec-ulti-noti h2, .sec-cifras-andino h2, .sec-contact-invers h2{
    font-size: 32px;
  }
  .sec-ulti-noti h2{
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .moneda-tipo-cambio{
    margin-top: 0px;
}
  .moneda-tipo-cambio iframe{
     align-self: flex-end;
  }
  .moneda-tipo-cambio{
    justify-content: flex-end;
    padding-right: 40px;
  }

  .sec-banner-princ::before{
    background: rgb(0 0 0 / 35%);
  }
  .sec-banner-princ header picture img{
    width: 100%;
    object-fit: cover;
    height: 40vh;
  }
  .sec-banner-princ h1{   
    justify-content: left;
    height: auto;
    padding-left: 7%;
    font-size: 55px;
    position: absolute;
    top: 40%; 
  }
  .sec-coti-eu-6m{
    max-width: 798px;
    margin: auto;
  }
  


  .sec-tabs .tabs{
    padding: 4rem 2rem;
  }

  .sec-tabs .tab-content{
   grid-template-columns: repeat(6, 1fr);
  }
 
  .sec-tabs .tab-content figure{
      grid-column: auto / span 2;
  }

.sec-tabs .tab-content figure:nth-child(5n + 4),.sec-tabs .tab-content figure:nth-child(5n){
  grid-column: auto / span 3;
}

.sec-tabs .tab-content figure img{
  width: 100%;
  height: 100%;
}

.sec-ulti-noti div{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1364px;
  margin: auto;
  gap: 20px;
}
.sec-ulti-noti {
  padding: 0px 20px;
  padding-top: 50px;
  padding-bottom: 70px;
}

.sec-ulti-noti div article{
  max-width: 100%;
  padding: 0px;
}

.sec-ulti-noti .slider-noti header img{
  width: 100%;
}

 

.sec-cifras-andino article{
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
  padding: 50px 60px;
  align-items: center;
}
.sec-cifras-andino article header{
  justify-items: start;
  max-width: 100%;
  padding: 10px 60px;
}
.sec-cifras-andino article h2{
  text-align: left;
}
.sec-cifras-andino article hr{
  height: 90%;
  margin: 0px 0px;
}
.sec-cifras-andino article section{
  max-width: 450px;
  width: 100%;
  margin: 0px auto;
}


.sec-banner-princ-tip-2 header picture img{
  margin-left: auto;
}

.sec-banner-princ-tip-2 header p{
  font-size: 18px;
  padding-left: 60px;
}

.sec-kit > p{
  padding: 30px 25%;
  padding-bottom: 50px;
}

.sec-kit section{
  flex-direction: row;   
  gap: 70px 20px;
  flex-wrap: wrap;   
  justify-content: center;
  max-width: 1364px;
}
.sec-kit section article{
  flex: 1 1 calc(96% / 3);
  max-width: 428px;
  padding: 0px;
}
 
.sec-kit section article a {
  font-size: 14px;
}
.sec-kit section article header{
  display: grid;
  justify-items: center;
}
.sec-kit section article header::before{
  background: linear-gradient(1deg, rgb(38 41 110 / 70%) 10%, rgba(255, 255, 255, 0) 60%);
}
.sec-kit section article header h3{
  font-weight: 500;
} 

.sec-banner-princ-tip-2::before{
  background: linear-gradient(90deg, rgba(38, 41, 110, 1) 55%, rgba(255, 255, 255, 0) 100%);
}

.sec-banner-princ-tip-2 header h1{
  top: 40%;
  padding-left: 60px;
}

.sec-evolucion-emisiones-lst{
  padding: 55px 0px;
}

.sec-evolucion-emisiones-lst > div{
  grid-template-columns: 17% 1fr;
}
.sec-evolucion-emisiones-lst div > div{
  justify-self: center;
}
.sec-evolucion-emisiones-lst div div:nth-child(2){
  justify-self: start;
  padding: 0px 50px;
}

.sec-evolucion-emisiones-lst article{ 
  display: grid;
  grid-template-columns: 17% 2px 1fr;
  align-items: center;
  justify-items: center;
  padding: 0px;  
}

/* .sec-evolucion-emisiones-lst article:nth-child(n+2){
  margin-top: 20px;
} */
 .sec-evolucion-emisiones-lst article:first-of-type{
  margin-top: 20px;
}  


.sec-evolucion-emisiones-lst article p{   
  justify-self: start;
  padding: 20px 50px;
  margin: 0px;
}

.sec-evolucion-emisiones-lst hr{
  transform: rotate(0deg);  
  border: none;
  width: 1px;
  height: 70%;
}

.sec-tabs-inf-sobre-la-accion .tabs{
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px 80px;
  padding-bottom: 40px;
}

.sec-tabs-inf-sobre-la-accion{
  padding: 70px 0px;
}

.sec-tabs-inf-sobre-la-accion .tab-content{
  padding: 0px;
}

.sec-tabs-inf-sobre-la-accion .tab-content[data-tab="1"] iframe{
 height: 1450px;
}

.sec-tabs-inf-sobre-la-accion .tab-content[data-tab="2"] iframe{
 height: 780px;
}
.sec-tabs-inf-sobre-la-accion .tab-content[data-tab="3"] iframe{
 height: 1230px
}

.sec-parrafo{
  padding: 0px;
  margin: 70px 283px;
}
.sec-parrafo p{  
 margin: auto;
}

.sec-agenda-del-inversor-lst > div{
  display: grid;
  grid-template-columns: 20% 40% 25% 15%;   
  justify-items: center;
  margin: auto;
  border-bottom: 1px solid #26296E;
  margin-bottom: 40px;
  padding-bottom: 15px;
  color: #26296E;
  font-weight: 600;
  margin-left: 83px;
  margin-right: 83px;
}
.sec-agenda-del-inversor-lst article{
  grid-template-columns: 20% 40% 25% 15%;
  margin: 15px 83px;
  justify-items: center;
}

.sec-agenda-del-inversor-lst article > a:last-of-type{
  grid-template-columns: 1fr 30%;
  justify-items: end;
}

.sec-agenda-del-inversor-lst article > a:last-of-type, .sec-agenda-del-inversor-lst time, .sec-agenda-del-inversor-lst p{
  border-bottom: 0px;
}


.sec-agenda-del-inversor-lst article p:first-of-type{
  justify-self: left;
}
 
.sec-factsheet-incrustacion-n1 iframe{
  height: 2600px;
  
}

.sec-acta-junta-general-accionistas h2{
  padding: 0;
  margin: 0px 350px;
  
}

.sec-acta-junta-general-accionistas section{
  padding: 0px 180px;
  margin: 0px 80px;
  margin-top: 35px;
}
.sec-sostenibilidad section, .sec-responsabildad-social section, .sec-gob-corp section  {
  padding: 0px 0px;
  margin: 0px 170px;
  padding-bottom: 30px;
}
.sec-responsabildad-social h2, .sec-gob-corp h2{
  margin-bottom: 35px;
}
.sec-acta-junta-general-accionistas section article{
  grid-template-columns: 1fr auto auto;
}
.sec-acta-junta-general-accionistas section article h4{
  grid-column: auto;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.sec-acta-junta-general-accionistas section article > *{
  padding: 15px 30px;
}
.sec-acta-junta-general-accionistas section h3{
  padding-top: 30px;
  
}
.sec-hecho-relevantes-lst{
   
  padding: 55px 0px;
}

.sec-hecho-relevantes-lst > header{
  display: grid;
  grid-template-columns: 1fr 1fr 15%;
  margin: 0px 83px;
  padding: 15px 30px;
  border-bottom: 2px solid #26296E;
}

.sec-hecho-relevantes-lst > header >*{
  font-size: 16px;
  color: #26296E;
}
.sec-hecho-relevantes-lst > header p:last-of-type{
  justify-self: center;
}
.sec-hecho-relevantes-lst article{
  margin: 0px 83px;
  grid-template-columns: 1fr 1fr 15%;
  padding: 15px 30px;
  margin-top: 30px;
  gap: 15px;
}
.sec-hecho-relevantes-lst article > *{
  padding: 0px;
  border-bottom: 0px;
}

.sec-hecho-relevantes-lst article header {
  grid-template-columns: auto 1fr;
  gap: 15px;
}

.sec-hecho-relevantes-lst article > *:last-child{
  justify-self: center;
}
.seccion-informe-anual-integrado-lst article > .titulo{
  margin: 0px 180px;
}
.seccion-informe-anual-integrado-lst article article{
  grid-template-columns: 1fr auto auto;
  margin: 0px 180px;
  gap: 40px;
  margin-bottom: 16px;
}
.seccion-informe-anual-integrado-lst article article > header{
  grid-column: span 1;
  border-bottom: 0px;
}

.seccion-informe-anual-integrado-lst > *:nth-child(n+2){
  margin-top: 16px;
}

.secion-informacion-financiera-semestral-lst > *{
  margin: 0px 89px;
   
}
 .secion-informacion-financiera-semestral-lst article .cabecera{
  border-bottom: 2px solid #26296E;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 20%;
 }

 .secion-informacion-financiera-semestral-lst article .cabecera div:nth-child(n+2){
  display: grid;
  justify-items: center;
 }
 .secion-informacion-financiera-semestral-lst article article{
  grid-template-columns: 1fr auto auto;
 }
 .secion-informacion-financiera-semestral-lst article article > header{
  grid-column: span 1;
  border-bottom: 0px;
 }

 .seccion-noticias-lst{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0px 0px;
  margin: 40px 20px;
  row-gap: 70px;
 }
 .seccion-noticias-lst article{
  margin: 0px 0px;
 }
 .seccion-noticias-lst >*:nth-child(n+2){
  margin-top: 0px;
 }
  .seccion-noticias-lst article header img{
    width: 100%;
  }

  .buscador-noticias{
    grid-template-columns: 66% 1fr;
    gap: 22px;
  }


  .sec-partici-signif-cont >*{
    padding: 10px 230px;
    margin: auto;
  }

  .sec-partici-signif-cont{
   padding: 50px 0px; 
  }

  #desktop-menu{
     
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
  }
  #desktop-menu .logo-contenedor a svg{
    display: none;
  }
  #desktop-menu .logo-contenedor a .bajo{
    display: block;
  }
  .abajo-home nav#desktop-menu{
    position: fixed;
  }

  .mega-menu .all-links-desktop .main-links-desktop li > a{
    color: #000F2E;
  }

 
  main.opacidad-menu {
  position: relative;  
  z-index: 0; 
  }
  main.opacidad-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #2A2B4D 0% 0% no-repeat padding-box;
    z-index: 1;     
    pointer-events: none;  
    transition: opacity 0.3s ease;
    mix-blend-mode: multiply;
    opacity: 0.5;
  }

  /* #desktop-menu .mega-menu .nav-item .conten-desplg{
    position: fixed;
    left: 36vh;
  }
  #desktop-menu .mega-menu .nav-item .conten-desplg .links-resaltantes{
    float: left;
  }
  #desktop-menu .mega-menu .nav-item .conten-desplg .links-lista{
    float: right;
  }

  #desktop-menu .mega-menu .nav-item .conten-desplg .links-resaltantes div{
    padding: 93px 40px;
    }
  #desktop-menu .mega-menu .nav-item .conten-desplg .links-resaltantes div a{
    color: red;
   } */

   #desktop-menu div.submenu_desplegl {
    position: absolute;
    right: 0;
    top: 150%;     
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #desktop-menu ul li:hover > div.submenu_desplegl {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
#desktop-menu div.submenu_desplegl .links-resaltantes{
    display: grid;
    /* grid-template-rows: repeat(2, 1fr auto); */
    grid-template-rows: auto;
    align-items: center;
    width: 300px;    
}
#desktop-menu div.submenu_desplegl .links-resaltantes hr{
  background: #1e2a78;
}
#desktop-menu div.submenu_desplegl .links-resaltantes div{
padding: 0px 40px;

}
#desktop-menu div.submenu_desplegl .links-resaltantes div a{
color: #26296E;
font-size: 19px;
font-weight: 500;
}
/*#desktop-menu div.submenu_desplegl .links-resaltantes div a:hover{*/
#desktop-menu div.submenu_desplegl .links-resaltantes div a{
  font-weight: bold;
}
#desktop-menu div.submenu_desplegl .links-lista{
  border-left: 1px solid #26296E;
  display: none;
}
#desktop-menu div.submenu_desplegl .links-lista.active{
  display: block;
}
#desktop-menu div.submenu_desplegl .menu-item.active {
    font-weight: 600;
}
#desktop-menu div.submenu_desplegl .links-lista div{
  display: grid;
  grid-template-rows: 1fr;
  width: 500px;
  
}
#desktop-menu div.submenu_desplegl .links-lista div > ul, 
#desktop-menu div.submenu_desplegl .links-lista div > ul > li, 
#desktop-menu div.submenu_desplegl .links-lista div a{
  display: initial;
  color: initial;
  min-height: initial;
  
}

#desktop-menu div.submenu_desplegl .links-lista div > a{
  padding: 20px 40px; 
  color: #26296E; 
  font-weight: 500;
}
 
#desktop-menu div.submenu_desplegl .links-lista div > ul {
  display: grid;
  grid-template-columns: 1fr;
   
  padding: 0px 40px;

  list-style: none;
    
}
#desktop-menu div.submenu_desplegl .links-lista div > ul > li {
  padding: 0px;
  position: relative;
  padding-left: 14px;
  color: #1e2a78;
  border-bottom: 1px solid #1e2a78;
  padding-top: 15px;
  padding-bottom: 15px;
}
#desktop-menu div.submenu_desplegl .links-lista div > ul > li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 43%;
  width: 8px;
  height: 8px;
  background-color: #1e2a78;
  border-radius: 50%;
}
#desktop-menu div.submenu_desplegl .links-lista div > ul > li:has(ul)::before{
  /* content: none; */
  /* top: 13%; */
}
#desktop-menu div.submenu_desplegl .links-lista div > ul > li:has(ul){
  /* padding-top: 0px; */
}

 
#desktop-menu div.submenu_desplegl .links-lista div > ul > li.open::before {
  top: 13%;  
}


#desktop-menu div.submenu_desplegl .links-lista div > ul > li:first-child{
  border-bottom: 0px;
  border-top: 1px solid #1e2a78;
}
#desktop-menu div.submenu_desplegl .links-lista div > ul > li:last-child{
  padding-bottom: 20px;
  border-bottom: 0px;
}
#desktop-menu div.submenu_desplegl .links-lista div ul li a{
  padding: 0px;
  color: #26296E;
  font-weight: 500;
}
#desktop-menu div.submenu_desplegl .links-lista div ul li a:hover{
  background-color:#fff
}
#desktop-menu div.submenu_desplegl .links-lista div ul li > ul{
    padding: 0px 30px;  
    /* display: grid;
    grid-template-columns: 1fr; */
}
#desktop-menu div.submenu_desplegl .links-lista div ul li > ul >li {
  padding: 10px 0px;
  display: block;
  min-height: 0px;
}
#desktop-menu div.submenu_desplegl .links-lista div ul li > ul >li a{
  font-weight: 100;
}
#desktop-menu div.submenu_desplegl .links-lista ul ul {
  display: none;
   
}
#desktop-menu div.submenu_desplegl .links-lista ul ul.open {
  display: block;
}
.sec-tabs .tabs .tab{
  padding: 25px 100px;
}
.sec-tabs .tabs .tab.active{
  box-shadow: 0 6px 0 0 #fff;
}



}