@font-face {
    font-family: 'Faktum';
    src: url('fonts/Faktum-Bold.woff2') format('woff2'),
        url('fonts/Faktum-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Faktum';
    src: url('fonts/Faktum-Medium.woff2') format('woff2'),
        url('fonts/Faktum-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Faktum';
    src: url('fonts/Faktum-SemiBold.woff2') format('woff2'),
        url('fonts/Faktum-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Faktum';
    src: url('fonts/Faktum-Regular.woff2') format('woff2'),
        url('fonts/Faktum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.lh-normal{
    line-height: normal !important;
}
.fs-20{
    font-size:20px !important;
}
.fs-24{
    font-size:24px !important;
}
.fs-32{
    font-size:32px !important;
    line-height: 40px !important;
}
.fs-36{
    font-size:36px !important;
}
.fs-56{
    font-size:56px !important;
}


@media(max-width:980px){
    .fs-mo-40{
        font-size: 40px !important;
        line-height: 42px !important;
    }
    .fs-mo-20{
        font-size: 20px !important;
    }
    .fs-mo-32{
        font-size: 32px !important;
        line-height: 100% !important;
    }

}

.blanco-carga {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    opacity: 1;
    overflow: hidden;
    transition: all 0.5s;
}
.blanco-carga.active {
    height: 0;
    opacity: 0;
}


.color-azul-oscuro{
    color: #05313F;
}
.bg-azul-oscuro{
    background-color: #05313F;
}
.transition-all-3{
    transition: all 3s;
}
.transition-all-2{
    transition: all 2s;
}
.transition-all-1{
    transition: all 1s;
}

html, body{
    overflow-x: hidden;
    font-family: 'Faktum';
    font-size: 20px;
}
div, p{
    font-size: 20px;
}
.content-card div, .content-card p, .content-card span{
    font-size: 16px;
}

header{
    position: fixed;
    top:0;
    z-index: 50;
    width: 100%;
    transition: all 1s;
}
header .menu-links{
    border-radius: 12px;
    background: #96C03D;
    padding-right: 50px;
    align-items: center;
    position: relative;

}
header .link-menu {
    padding: 14px 18px;
}
header .link-menu a {
    color:  #05313F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 16px;
    text-wrap: nowrap;
}
@media(min-width:980px){
    header .menu-links.active .link-p {
        border-right: 1px solid;
    }

}

header .link-p .link-menu a {
    font-weight: 700;

}
header .current-lang .link-menu {
    padding: 12px 16px;
    border: 2px solid #96c03d;
    background: #fff;
    border-radius: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
header .current-lang {
    position: relative;
    z-index: 1;
}
header .dropdown {
    position: absolute;
    background: #96c03d;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-top: -10px;
    border-radius: 0 0 12px 12px;
    height: 0px;
    transition: all 1s;
    overflow: hidden;
}
header .logo-2,header.active .logo-1{
    display: none;
}
header.active .logo-2{
    display: block;
}
.button-lang.active svg {
    transform: translateY(-2px) rotate(180deg);
}
.button-lang svg {
    transition: transform 1s;
}
header .menu-lang{
    position: relative;
}
header .menu-lang.active .dropdown {
    padding-top: 10px;
    height: 72px;
}
header.active {
    background: #fff;
    box-shadow: 0px 4px 28px -9px rgba(5, 49, 63, 0.20);
}



header .cont-menus {
    display: flex;
    gap: 8px;
}
header .links-sec{
    display: flex;
    flex-wrap: nowrap;
    width: 0;
    transition: width 1s;
    overflow: hidden;
}
header .bot-menu {
    position: absolute;
    right: 0;
}
.menu-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .menu-icon .line1,
  .menu-icon .line2 {
    transition: transform 0.3s ease;
    transform-origin: 50% 50%; /* Centro del SVG */
  }

  .bot-menu.active .line1 {
    transform: translateY(2px) translateX(-1px) rotate(45deg);
  }

  .bot-menu.active .line2 {
    transform: translateY(-3px) translateX(-2px) rotate(-45deg);
  }

  .menu-links.active .links-sec {
    width: 450px;
}


.landing-conama #intro{
    overflow: hidden;
}
.landing-conama #intro #arbol-d{
    bottom:25%;
    right: -30%;
}
.landing-conama #intro #arbol-i{
    bottom:25%;
    left: -30%;
}
.landing-conama #intro #arbustos{
    top:45%;
    left: 0;
    right: 0;
    width: 100%;
}

.landing-conama #intro #campo{
    top:58%;
    left: 0;
    width: 100%;
    right: 0;
}
.landing-conama #intro #sol{
    top:30%;
    left: 50%;
    transform: translateX(-50%);
}
.landing-conama #intro svg{
    max-width:100%;
}
.landing-conama #text-cont {
    position: absolute;
    width: 100%;
    background: #fff;
    bottom: -5%;
}
.landing-conama #nina_cometa{
    bottom:0%;
    transform: scale(1);
    left:0%;
}
.landing-conama #nina_cometa #cometa{
    top:0;
    right:10%;
}
.landing-conama #nina_cometa #col-cometa{
    top:7%;
    right:25%;
}
#intro{
    min-height: 100vh;
}




#intro.active #arbol-d {
    right: 0%;
}
#intro.active #arbol-i {
    left: 0%;
}
#intro.active #arbustos{
    top: 55%;
}
#intro.active #sol{
    top: 10%;
}
#intro.active #nina_cometa{
    bottom:5%;
    left:8%;
    transform: scale(0.9);
}
#intro.active #nina_cometa #cometa{
    transform: rotate(20deg);
}
#intro.active #nina_cometa #col-cometa{
    transform: rotate(-20deg);
    top:8%;
    right: 28%;
}
#intro.active  #text-cont{
    bottom:0;
}
#intro.active #sol .tit-p{
    opacity: 1;
}
.text-intro{
    border-left: 1px solid;
}
@media (max-width: 980px) {
    .text-intro {
        animation-name: fade-up;
    }
}
#sol .tit-p{
    top: 35%;
    left: 15%;
    right: 15%;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    opacity: 0;
    transition-delay: 1s;

}

@media(max-width:768px){
    #intro{
        height: 1100px;
    }
    #sol .tit-p {
        top:10% !important;
        font-size: 32px !important;
        width: 293px;
        margin: auto;
    }
}
@media(max-width:768px){
    #sol h1{
        font-size: 32px;

    }
    .landing-conama #nina_cometa{
        top:13%;
        bottom:inherit;
        transform: scale(0.5);
        left:inherit;
        right: -10%;

    }
    #intro #campo{
        top:0%;
    }
    #intro.active #campo{
        top:55%;
    }
    #intro.active #sol{
        top:15%;
    }
    #intro.active #nina_cometa{
        top:13%;
        bottom:inherit;
        left: -15%;
        right: inherit;
        transform: scale(0.5);
    }

    #intro #arbol-d {
        right: -100% !important;
    }
    #intro #arbol-i {
        left: -100% !important;
    }
    .text-intro{
        border-left: none;
        border-top: 1px solid;
    }
}


#adac{
    background-image: url('img/fondo-adac.jpg');
    min-height: 100vh;
    background-size: cover;
    background-position: top;
    transition: background-position 2s ease;
    overflow: hidden;
}
#adac.in-viewport {
    background-position: center;
}
#adac .box-adac{
    background-color: #fff;
}
#adac .box-adac .tit-cont {
    background-image: url('img/fondo_adac_box.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

#adac .box-adac .tit{
    font-size: 54px;
    font-style: normal;
    line-height: 58px;
}

#que-es{
    transition: all 1s;

}
#que-es .row-que-es{
    display:flex;
    justify-content: space-between;
    min-height: 100vh;
}
#que-es .text-que-es{
    max-width: 537px;
    transition: all 1s;
}
#que-es .card-vision{
    background: #8BDDF2;
}
#que-es .card-retos{
    background: #EAE1DF;
}
#que-es .card-herramienta{
    background: #A5CC53;
}
#que-es .card-que-es{
    height: 40px;
    overflow: hidden;
    width: 427px;
    transition: all 1s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    outline:2px solid transparent;
    position: relative;

}
#que-es .card-que-es .close{
    display: none;
    position: absolute;
    top:30px;
    opacity: 0;
    transition: all 1s;
    right: 30px;
}
#que-es .card-que-es .icon svg{
    transition: all 1s;
}
#que-es .card-que-es.active{
    height: 427px;
    margin-bottom: 30px;
}
#que-es .card-que-es.active:not(.open):hover{
    outline:2px solid #05313F;
}
#que-es .card-que-es.active:hover .icon svg{
    transform: rotate(-10deg);
    margin-left: -24px;
}
#que-es .card-que-es.active:not(.open):hover .cont-tit{
    padding-bottom: 40px;
}
#que-es .card-que-es .cont-tit {
    text-align: right;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    transition: all 1s;
}
#que-es .card-que-es .cont-tit .tit{
    font-size: 48px;
    font-weight: 500;
}
#que-es .card-que-es .cont-tit .more{
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    border-bottom: 2px solid;
}
#que-es .tit-que-es {
    font-size: 56px;
    font-weight: 600;
    line-height: 58px;
    padding-top: 120px;
}

.text-que-es p {
    max-width: 80%;
    padding-top: 30px;
}

#que-es .content-card{
    height: 0;
    overflow: hidden;
}

#que-es .card-que-es.open{
    width: 100%;
    height:70vh;
    justify-content: start;
    padding-left: 20%;

}
#que-es.open .cards-que-es {
    width: 100%;
}
#que-es.open .text-que-es {
    margin-left: -100%;
}
#que-es .card-que-es.open .content-card{
    height: 90%;
    padding: 30px;
    padding-top: 0;
    padding-left: 80px;

}
#que-es .card-que-es.open .icon{
    height: 0;
    overflow: hidden;
}
#que-es .card-que-es.open .more{
    display: none;
}
#que-es .card-que-es.open  .cont-tit{
    align-items: start;
}

.card-que-es .img-fondo-card {
    position: absolute;
    left: 0;
    HEIGHT: 100%;
    WIDTH: 0%;
    transition: all 1s;
    background-position: center;
    background-size: cover;
}
#que-es .card-que-es.open .img-fondo-card {
    WIDTH: 20%;
}
#que-es .card-que-es.open .close{
    display: block;
    opacity: 1;
}

.elemento-deco {
    position: absolute;
    right: 200%;
    width:25%;
    bottom: 5%;
    z-index: 1;
    transition: all 2s;
}
.elemento-deco img{
    width: 100%;
}
.elemento-deco.active {
    right: 80%;
}
#arbol.elemento-deco{
    bottom:0;
}
.row-content-card{
    border-bottom: 1px solid #05313F;
}

.row-content-card .col2{
    border-left: 1px solid #05313F;
}

.row-content-card .num{
    font-size: 56px;
    font-weight: 500;
    line-height: 58px;
}



#numbers {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

#numbers .numero{
    background-color: #fff;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #05313F;
    font-size: 24px;
    line-height: normal;
}
@media(min-width:980px){
    #numbers .numero-2{
        z-index: 2;
        margin-top: 60px;
        position: relative;
    }
    #numbers .numero-3{
        z-index: 3;
        margin-top: 120px;
        position: relative;
    }
    #numbers .numero-4{
        z-index: 4;
        margin-top: 180px;
        position: relative;

    }
}
#numbers .tit-cont-num .tit-numbers .tit{
    font-size: 48px;
    max-width: 800px;
    font-weight: 500;
    line-height: 48px;
}
#numbers .numero .num {
    color: #F71013;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 6px solid;
}

#pilares{
    background-color: #F9F6F5;
}
#pilares .tit{
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}
#pilares .menu-pestanas{
    background: #f9f6f5;
    z-index: 1;
    position: relative;
}


#pilares .menu-pestanas .menu-pest{
    width: 25%;
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
    border: 2px solid #EAE1DF;
    border-left: none;
    padding: 32px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.5s;
    font-weight: 600;
}
#pilares .menu-pestanas .menu-pest:hover{
    background: #EAE1DF;
}
#pilares .menu-pestanas .menu-pest svg{
    transition: all 0.5s;

}
#pilares .menu-pestanas .menu-pest:hover svg{
    filter: grayscale(1);
    transform: scale(1.1) rotate(-13deg);
}

#pilares .menu-pestanas .menu-pest:last-child{
    border-right: none;
}

#pilares .menu-pestanas .menu-pest.active{
    border-bottom: 6px solid  #F71013;
    background: #FFF;
    box-shadow: 0px -3px 36px 0px rgba(0, 0, 0, 0.10);
}
#pilares .menu-pestanas .menu-pest[data-pest="pest-2"].active{
    border-bottom: 6px solid  #2EBFB1 !important;
}
#pilares .menu-pestanas .menu-pest[data-pest="pest-3"].active{
    border-bottom: 6px solid  #719E11 !important;
}
#pilares .menu-pestanas .menu-pest[data-pest="pest-4"].active{
    border-bottom: 6px solid  #FFB90B !important;
}
#pilares .flecha-mo{
    display: none;
}
@media(max-width:992px){
    #pilares .menu-pestanas .menu-pest{
        padding: 5px 15px;
        font-size: 20px;
    }
    #pilares .menu-pestanas .menu-pest[data-pest="pest-3"]{
        min-width: 248px;
    }

}
@media(max-width:720px){
    #pilares .menu-pestanas {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; /* Suaviza el desplazamiento en dispositivos móviles */
        scrollbar-width: none; /* Oculta el scroll en navegadores compatibles */
    }

    #pilares .menu-pestanas::-webkit-scrollbar {
        display: none; /* Oculta la barra de scroll en navegadores basados en WebKit */
    }


}



#pilares .pest .tit{
    font-size: 32px;
    font-weight: 600;
    line-height: 40.16px;
    margin-bottom: 32px;

}
#pilares .pest .sub-tit{
    font-size: 32px;
    font-weight: 400;
    line-height: 40.16px;
    border-bottom: 1px solid;
    padding-bottom: 16px;
    margin-bottom: 32px;
}
#pilares .cont-text{
    margin-bottom:64px;
}
#pilares .num{
    font-size: 80px;
    font-weight: 500;
    line-height: 58px;
    padding-bottom: 30px;
    border-bottom: 6px solid #F71013;
    margin-bottom: 24px;
}
#pilares .desplegable{
    margin-bottom: 32px;
}
#pilares .tit-desple {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px dashed #05313F;
    padding-bottom: 20px;
    cursor:pointer;
}
#pilares .tit-desple .icon {
    border: 2px solid #8BDDF2;
    aspect-ratio: 1 / 1;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 1s;
    margin-bottom: -3px;
}
#pilares .tit-desple.active .icon{
    transform: rotate(180deg);
}
#pilares .content-desple{
    background: rgba(234, 225, 223, 0.40);
    border-bottom: 2px solid #05313F;
    padding: 48px;
    display: none;
    overflow: hidden;
}
#pilares .content-desple .forma{
    position: absolute;
    right: 0;
    bottom: 0;
}


#pilares .num-col{
    border-bottom:6px solid #F71013;
}

#pilares .reto:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
#pilares .reto img{
    max-width: 100%;
}
#pilares .reto {
    padding: 96px 0px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
#pilares .reto .card-reto{
    background: #fff;
    padding: 40px;
    border-top: 6px solid #F71013;
}
#pilares .reto .tit-reto{
    color: #F71013;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    max-width: 450px;
    padding-bottom: 40px;
}
#pilares .reto .sub-tit-reto{
    color:  #F71013;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 16px;
    border-bottom: 1px dashed #F71013;
    margin-bottom: 32px;
}





.modal-content {
    border: none;
    background-color: transparent;
}
.modal button.btn-close {
    background-color: #fff;
    transform: scale(1.5);
}
.modal-header {
    border-bottom: none;
    padding-bottom: 10px;
}

.final{
    background-color: #EAE1DF;
    overflow: hidden;
}

.final .tit-1{
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px; /* 103.571% */
}

.final .tit-2{
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px; /* 103.571% */
}

.final .tit-3{
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.final .button-p {
    display: flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    padding: 12px;
    background: #fff;
    text-decoration: none;
    color: #05313F;
    border-radius: 12px;
    border: 2px solid var(--Azul, #05313F);
}
.final .forma{
    position: absolute;
}
.final .forma-1{
    top:0;
    left:0;
}

.final .forma-2{
    bottom:0;
    right:0;
}

.animated-text {
    display: inline-block;
    opacity: 0; /* El texto completo comienza invisible */
    margin: 20px 0; /* Separación entre elementos */
    word-wrap: break-word; /* Asegura que las palabras se ajusten correctamente */
    line-height: 1.5; /* Mejora la legibilidad */
  }

  .animated-text .word {
    display: inline-block; /* Cada palabra es un bloque */
    white-space: nowrap; /* Evita que las palabras se corten */
  }

  .animated-text .letter {
    display: inline-block;
    opacity: 0.1; /* Cada letra comienza con opacidad baja */
    transition: opacity 0.3s; /* Transición para suavizar el efecto */
  }

  footer{
    background: #05313F;
  }

  footer .cont-menu-footer{
    gap:52px;
  }
  footer .menu-footer{
    color: var(--Blanca, #FFF);
    font-size: 11.625px;
    font-style: normal;
    font-weight: 300;
    line-height: 12px;
    text-decoration: none;
    opacity: 0.8;
  }

  footer .menu-footer:hover{
    opacity: 1;
  }
footer .redes{
    gap:32px;
}
#que-es .icono-mo{
    display: none;
}
.block-pest{
    position: relative;
    z-index: 10;
}
ul.espaciada li:last-child {
    padding-bottom: 0;
}
ul.espaciada li {
    padding-bottom: 15px;
}
.numero img {
    max-width: 100%;
}
.content-desple img {
    max-width: 100%;
}
.content-desple p{
    font-size: 20px;
}
.content-desple li{
    font-size: 20px;
}

@media(max-width:980px){
    header .container {
        max-width: 100%;
    }
    #img-natur{
        position: relative !important;
    }
    .cont-logo svg {
        width: 100%;
    }
    .cont-logo {
        width: 30%;
    }
    .menu-links{
        position: relative;
    }
    .menu-links .links-sec {
        position: absolute;
        flex-direction: column;
        background: #96c03d;
        width: 200px !important;
        top: 78px;
        border-radius: 0 0 12px 12px;
        transition: height 1s;
        height: 0px;
    }
    .menu-links.active .links-sec {
        height: 170px;
    }
    #que-es .tit-que-es {
        padding-top: 0px;
    }
    #que-es .row-que-es{
        flex-direction: column;
    }
    .card-que-es {
        height: 255px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .card-que-es .icon svg {
        height: 120%;
    }
    .card-que-es .icon {
        height: 120px;
    }
    #que-es .card-que-es .cont-tit {
        flex-direction: row;
        align-items: center !important;
        padding-bottom: 10px;
        justify-content: space-between;
    }
    #que-es .card-que-es .cont-tit .tit{
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px; /* 118.75% */
    }
    #que-es .icono-mo{
        display: block;
    }
    #que-es .more{
        display: none;
    }
    #que-es .cards-que-es{
        padding-top: 50px;
    }
    #que-es .card-que-es.open {
        width: 100%;
        height: auto !important;
        justify-content: start;
        padding-top: 150px;
        overflow: visible;
        margin-top: 100px;
        padding-left: 0;
    }
    #que-es .card-que-es.open .content-card {
        height: auto;
        padding: 20px;
        border-top: 1px solid;
    }
    #que-es .card-que-es.open .close{
        display: none;
    }
    #que-es .card-que-es .img-fondo-card {
        WIDTH: 100%;
        height: 0px;
        top: 0;
    }
    #que-es .card-que-es.open .img-fondo-card {
        WIDTH: 100%;
        height: 150px;
        top: 0;
    }
    #que-es.open .text-que-es{
        margin-left: 0;
    }
    #que-es .text-que-es p{
        max-width: 100%;
    }
    #que-es .row-content-card .col1{
        padding: 0;
    }
    #que-es .row-content-card .col2 {
        border-left: none;
        border-top: 1px solid;
        padding: 0;
        padding-top: 10px;
        margin-top: 10px;
    }
    .elemento-deco {
        bottom: inherit;
        top: -150px;
        left: -100%;
    }
    .elemento-deco.active {
        right: inherit;
        left: -10%;
        width: 200px;
    }
    div#bici-mo {
        top: -60px;
    }
    div#arbol-mo {
        top: -80px;
    }
    #numbers .numero .col-md-1 {
        width: fit-content;
        margin-bottom: 20px;
    }
    #numbers .numero img {
        width: 100%;
    }
    #pilares .flecha-mo {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: end;
        width: 80px;
        padding-right: 10px;
        background: linear-gradient(252deg, #F9F6F598 55.56%, rgba(249, 246, 245, 0.00) 100%);
        z-index: 2;
    }
    #pilares .content-desple{
        padding: 24px;
    }
    #pilares .content-desple img{
        max-width: 100%;
    }
    #pilares .content-desple .forma svg {
        max-height: 100%;
        max-width: 100%;
    }
    #pilares .content-desple .forma {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 50%;
        max-height: 300px !important;
    }
    .reto img{
        max-width: 100%;
    }
    #pilares .reto .card-reto {
        padding: 24px;
    }

    .final .forma.forma-1 {
        max-width: 80px;
        top: -240px;
    }
    .final .forma-1 {
        top: 0;
        left: 0;
    }
    .final .forma.forma-2 svg {
        max-width: 100%;
    }
    .final .forma.forma-2 {
        width: 200px;
    }
    footer .cont-menu-footer {
        gap: 22px;
    }
    footer .redes {
        gap: 32px;
        justify-content: space-between;
        margin-top: 30px;
    }

}


@media (min-width: 768px) and (max-width: 1300px), (min-width: 768px) and (max-height: 750px) {
    #intro{
        height: 970px;
    }
    #sol .tit-p {
        top:30% !important;
        margin: auto;
    }
    #intro.active #nina_cometa {
        left: -12%;
        transform: scale(0.7);
    }
    #que-es .card-que-es.open .img-fondo-card {
        WIDTH: 10%;
    }
    #que-es .card-que-es.open{
        padding-left: 10%;
        height: 90vh;
    }
    #que-es .card-que-es .cont-tit {
        padding: 10px 20px;
    }
    #que-es .card-que-es.open .content-card{
        padding-left: 25px;
    }
    header.hidden{
        opacity: 0;
    }
    .elemento-deco.active {
        right: 82%;
    }
    .final .forma.forma-1 {
        display: none;
    }
    #pilares .menu-pestanas .menu-pest {
        padding: 15px 10px;
        font-size: 20px;
    }
    .video-trigger img {
        max-width: 100%;
    }
    b.cifra-1 {
        font-size: 20px;
    }
    #img-caminando{
        max-width: 40%;
    }
    #que-es {
        padding-top: 20px;
    }

}
@media (min-width:980px) and (max-width:1530px){
    .final .forma.forma-1 {
        display: none;
    }

}
@media(min-width:980px){
    .links-sec .link-menu a {
        transition: all 0.5s;
        height: 24px;
        display: flex;
        align-items: center;
    }

    .links-sec .link-menu:hover a {
        padding-bottom: 2px;
    }
    .links-sec .link-menu a {
        position: relative;
    }
    .links-sec .link-menu a:before {
        width: 100%;
        height: 1px;
        content: "";
        background: #05313f;
        position: absolute;
        bottom: -20px;
        transition: all 0.5s;
    }
    .links-sec .link-menu:hover a:before {
        bottom: 0px;
    }
}
#coche-electrico{
    margin-bottom: -50px;
}

.tit-desple div {
    font-size: 32px;
}
.link-menu,.button-lang {
    font-size: 16px;
}
header >.container {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}