:root {
    --principal: #113849;
    --secundario: #077B6E;
    --secundario-hover: #077B6E4D;
    --destacado: #F2FD64;
    --color-fondo: #2E9082;
    --negro: #000000;
    --blanco: #FFFFFF;
    --blanco-trans: #F5F4E4CC;
    --trans: transparent;
    --fuente-Kanit: "Kanit", sans-serif;
    --fuente-Montserrat: "Montserrat", sans-serif;
}



.pag-financiacion {
    background-color: var(--secundario);
}

.pag-financiacion .d-flex- {
    display: flex;
}

.sec1_finan {
    padding-top: 70px;
    min-height: 1000px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
}

.sec1_finan H1 {
    color: var(--principal);
    font-family: var(--fuente-Kanit);
    font-size: 100px;
    font-weight: 700;
    line-height: 180%;
    text-transform: uppercase;
    margin-top: 200px;
}

@media (max-width: 1537px) {
    .sec1_finan {
        min-height: 850px;
    }
}



@media (max-width: 1440px) {
    .sec1_finan {
        background-size: 1440px;
    }

    .sec1_finan {
        min-height: 750px;
    }

    .sec1_finan H1 {
        margin-top: 100px;
    }
}

@media (max-width: 991.98px) {
    .sec1_finan {
        background-size: 990px;
    }

    .sec1_finan {
        min-height: 550px;
    }
}

@media (max-width: 481px) {
    .sec1_finan {
        background-size: 750px;

    }

    .sec1_finan {
        min-height: 400px;
    }

    .sec1_finan H1 {
        margin-top: 80px;
    }
}



/*SECCION 2*/
.sec2_finan {
    position: relative;
}

.sec2_finan::before {
    content: "";
    position: absolute;
    width: 780px;
    height: 1300px;
    background-image: url(/wp-content/uploads/2025/05/elpse-izq.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.sec2_finan .anim-rombos-izq .hexAnimeQ {
    margin-top: 280px;

}

.sec2_finan .container {
    gap: 1%;
    z-index: 1;
    position: relative;
}

.sec2_finan .col1 {
    width: 44%;
    margin-top: 100px;
}

.sec2_finan .col2 {
    position: relative;
    width: 55%;
    height: 510px;
}


.pag-financiacion h2 {
    color: var(--blanco);
    font-family: var(--fuente-Kanit);
    font-style: normal;
    font-weight: 400;
    line-height: 112.5%;
    /* display: inline-block; */
}


.pag-financiacion .tit-sec1 em{
    font-size: calc(1.375rem + 1.5vw);   
    font-style: normal;
} 
@media (min-width: 1200px) {
    .pag-financiacion .tit-sec1 em {
        font-size: 2.5rem;
    }
}
.tit-sec1 .white, .tit-sec2 .white {
    color: var(--blanco) !important;
}

.tit-sec1 .yellow, .tit-sec2 .yellow {
    color: var(--destacado) !important;
}

.tit-sec1 .strong, .tit-sec2 .strong  {
    font-weight: 700 !important;
}


.pag-financiacion p {
    color: var(--blanco);
    font-family: var(--fuente-Kanit);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cont-img img {
    position: absolute;
    opacity: 0;
    animation: none;
}

.cont-img img.visible {
    animation: entrarImg 0.4s ease-out forwards;
}

.cont-img img:nth-of-type(odd) {
    transform: translate(250px, 150px);
}

.cont-img img:nth-of-type(even) {
    transform: translate(250px, -150px);
}

@keyframes entrarImg {
    80% {
        transform: translate(-20px, 0);

    }
    100% {
        transform: translate(0, 0);
        opacity: 1
    }
}

.sec2_finan .cont-img img:nth-of-type(1) {
    width: 245px;
    height: 227px;
    top: 0;
    left: 60px;
    animation-delay: 0.2s;
}

.sec2_finan .cont-img img:nth-of-type(2) {
    width: 334px;
    height: 303px;
    bottom: 0;
    left: 0;
    animation-delay: 0.4s;
}

.sec2_finan .cont-img img:nth-of-type(3) {
    width: 485px;
    height: 436px;
    top: 0;
    right: 0;
    animation-delay: 0.6s;
    transform: translate(250px, -150px);
}

@media (max-width: 1399.98px) {
    .sec2_finan .cont-img img:nth-of-type(3) {
        width: 350px;
        height: auto;
        top: 70px;

    }
}


@media (max-width: 1199.98px) {
    .sec2_finan .cont-img img:nth-of-type(2) {
        width: 250px;
        height: auto;
        bottom: 80px;
    }

    .sec2_finan .cont-img img:nth-of-type(3) {
        width: 300px;
        top: 120px;
    }
}

@media (max-width: 991.98px) {
    .sec2_finan .container {
        flex-direction: column;
    }

    .sec2_finan .col1 {
        width: 100%;
        margin-top: 0;
    }

    .sec2_finan .col2 {
        width: 100%;
    }

    .sec2_finan .cont-img img:nth-of-type(3) {
        width: 470px;
        top: 30px;
        left: 220px;
        right: auto;
    }

    .sec2_finan .cont-img img:nth-of-type(2) {
        width: 300px;
        bottom: 30px;
    }
}

@media (max-width:767.98px) {
    .sec2_finan .cont-img img:nth-of-type(2) {
        width: 250px;
        bottom: 0px;
    }

    .sec2_finan .col2 {
        height: 420px;
    }

}

@media (max-width: 481px) {
    .sec2_finan .cont-img img:nth-of-type(1) {
        left: 40px;
    }

    .sec2_finan .cont-img img:nth-of-type(3) {
        left: 220px;
        width: 300px;
        top: 120px;
    }
}


/*SECCIÓN 3*/
.sec3_finan {
    min-height: 1400px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: -80px;
    position: relative;

}

.sec3_finan .container {
    justify-content: flex-end;
}

.sec3_finan .col1 {
    width: 55%;
    margin-top: 150px;
    padding-right: 15%;
}

.sec3_finan .col1 p {
    padding-right: 4%;
}


@media (max-width: 1537px) {
    .sec3_finan {
        min-height: 1200px;
    }

    .sec3_finan .col1 {
        padding-right: 90px;
        width: 60%;
    }

    .sec3_finan {
        background-size: 1550px;

    }
}

@media (max-width:1399.98px) {
    .sec3_finan {
        margin-top: 0px;
    }
}

@media (max-width:991.98px) {
    .sec3_finan .col1 {
        padding-right: 0px;
    }

    .sec3_finan .col1 p {
        padding-right: 0;
    }
}

@media (max-width:770px) {
    .sec3_finan .col1 {
        width: 70%;
        padding-bottom: 300px;
    }

    .sec3_finan {
        min-height: auto;
    }

    .sec3_finan {
        background-size: 800px;
        background-position: -220px bottom;
    }
}

@media (max-width:481px) {
    .sec3_finan .col1 {
        padding-bottom: 220px;
        width: 70%;
    }

    .sec3_finan {
        background-size: 550px;
        background-position: -140px bottom;
    }

}





/*SECCIÓN 4*/
.sec4_finan {
    position: relative;
    gap: 1%;
    margin-bottom: 90px;
}

.sec4_finan::before {
    content: "";
    position: absolute;
    width: 780px;
    height: 1300px;
    background-image: url(/wp-content/uploads/2025/05/elpse-der.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -200px;
    right: 0;
    opacity: 0.8;
}

.sec4_finan .anim-rombos-der {
    margin-top: -100px;
}

.sec4_finan .anim-rombos-der .hexAnimeQ {
    right: -80px;
    margin-top: -50px;
}



.sec4_finan .col1 {
    width: 44%;
    margin-bottom: 70px;
}

.sec4_finan .col2 {
    width: 55%;
    margin-bottom: 70px;
}

.sec4_finan .cont-img {
    height: 936px;
    position: relative;
}

.sec4_finan .cont-img img:nth-of-type(1) {
    width: 147px;
    height: 130px;
    top: 0;
    left: 50px;
    animation-delay: 0.2s;
}

.sec4_finan .cont-img img:nth-of-type(2) {
    width: 431px;
    height: 392px;
    top: 12px;
    left: 103px;
    animation-delay: 0.4s;
}


.sec4_finan .cont-img img:nth-of-type(3) {
    width: 214px;
    height: 197px;
    top: 246px;
    left: 0;
    animation-delay: 0.6s;
}


.sec4_finan .cont-img img:nth-of-type(4) {
    width: 303px;
    height: 276px;
    right: 0;
    top: 230px;
    animation-delay: 0.8s;
}

.sec4_finan .cont-img img:nth-of-type(5) {
    width: 324px;
    height: 285px;
    left: 41px;
    bottom: 204px;
    animation-delay: 0.2s;
}

.sec4_finan .cont-img img:nth-of-type(6) {
    width: 147px;
    height: 130px;
    left: 332px;
    bottom: 384px;
    animation-delay: 0.4s;
}

.sec4_finan .cont-img img:nth-of-type(7) {
    width: 400px;
    height: 361px;
    bottom: 0;
    right: 29px;
    animation-delay: 0.6s;
}

.pag-financiacion .tit-sec2, .pag-financiacion .tit-sec2 em {
    text-transform: uppercase;
    font-size: calc(1.6rem + 1.5vw);
    font-weight: 600;
    font-style: normal;
}


@media (min-width: 1200px) {
    .pag-financiacion .tit-sec2, .pag-financiacion .tit-sec2 em {
        font-size: 3.4rem;
    }
}

@media (max-width:480px) {
.sec4_finan .anim-rombos-der .hexAnimeQ {
    right: auto;
    left: 150px;
}

}







.info-financiacion {
    justify-content: center;
    align-items: flex-start;
    gap: 4%;
    padding: 0 10px;
    margin-top: 25px;
    flex-wrap: wrap;

}

.box {
    border-radius: 15px;
    border: 2px solid var(--blanco);
    background: rgba(254, 255, 239, 0.05);
    width: 165px;
    padding: 15px 20px;
    min-height: 120px;
    margin-bottom: 25px;
}

.box h3 {
    color: var(--blanco);
    text-align: center;
    font-family: var(--fuente-Kanit);
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px;
}

.box p {
    margin-bottom: 0px;
    line-height: 120%
}

@media (max-width:1400px) {
    .sec4_finan .cont-img {
        height: 900px;
    }

    .sec4_finan .cont-img img:nth-of-type(2) {
        width: 300px;
        height: auto;
        top: 80px;
        left: 120px;
    }

    .sec4_finan .cont-img img:nth-of-type(5) {
        bottom: 170px;
    }

    .sec4_finan .cont-img img:nth-of-type(6) {
        left: 350px;
        bottom: 280px;
    }

    .sec4_finan .cont-img img:nth-of-type(7) {
        width: 250px;
        height: auto;
        right: auto;
        left: 250px;
    }

}

@media (max-width:1200px) {
    .sec4_finan .cont-img img:nth-of-type(2) {
        width: 250px;
        left: 150px;
        top: 40px;
    }

    .sec4_finan .cont-img img:nth-of-type(3) {
        top: 200px;
    }

    .sec4_finan .cont-img img:nth-of-type(5) {
        left: 0;
    }

}

@media (max-width:991.98px) {
    .sec4_finan {
        margin-bottom: 0;
    }

    .sec4_finan .container {
        flex-direction: column;
    }

    .sec4_finan .col1 {
        width: 100%;
        margin-top: 50px;
    }

    .sec4_finan .col2 {
        width: 100%;
    }

    .sec4_finan .cont-img img:nth-of-type(2) {
        width: 390px;
        top: -20px;
    }

    .sec4_finan .cont-img img:nth-of-type(3) {
        top: 200px;
        width: 300px;
        height: auto;
    }

    .sec4_finan .cont-img img:nth-of-type(6) {
        left: 290px;
        bottom: 350px;
    }

    .sec4_finan .cont-img img:nth-of-type(7) {
        width: 400px;
        height: auto;
        right: auto;
        left: 250px;
    }
}

@media (max-width:767.98px) {
    .sec4_finan .cont-img img:nth-of-type(2) {
        width: 250px;
        top: 35px;
    }

    .sec4_finan .cont-img img:nth-of-type(3) {
        width: 250px;
    }

    .sec4_finan .cont-img img:nth-of-type(4) {
        right: auto;
        left: 200px;
    }

    .sec4_finan .cont-img img:nth-of-type(6) {
        left: 300px;
        bottom: 350px;
    }

    .sec4_finan .cont-img img:nth-of-type(5) {
        left: 0;
        bottom: 220px;
    }

    .sec4_finan .cont-img {
        height: 980px;
    }
}


@media (max-width:481px) {

    .sec4_finan .cont-img img:nth-of-type(1) {
        left: 0px;
    }

    .sec4_finan .cont-img img:nth-of-type(2) {
        left: 100px;
    }

    .sec4_finan .cont-img img:nth-of-type(3) {
        left: -40px;
    }

    .sec4_finan .cont-img img:nth-of-type(4) {
        left: 150px;
    }

    .sec4_finan .cont-img img:nth-of-type(5) {
        bottom: 200px;
        width: 250px;
        height: auto;
    }

    .sec4_finan .cont-img img:nth-of-type(6) {
        left: 210px;
        bottom: 350px;
        width: 150px;
        height: auto;
    }

    .sec4_finan .cont-img img:nth-of-type(7) {
        left: 180px;
    }
}

/*SECCIÓN 5*/
.sec5_finan {
    position: relative;
    z-index: 2;
    margin-bottom: 100px;
}

.sec5_finan::before {
    content: "";
    position: absolute;
    width: 780px;
    height: 1300px;
    background-image: url(/wp-content/uploads/2025/05/elpse-izq.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -100px;
    left: 0;
    opacity: 0.8;
}


.sec5_finan .anim-rombos-izq .hexAnimeQ{
    margin-top: -30px;
}

.sec5_finan .top-info {
    align-items: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
}

.sec5_finan .col1 {
    width: 880px;
    text-align: center;
}

.sec5_finan .col1 .top-col1 {
    padding: 0px 120px;
}

.sec5_finan .col2 {
    margin-top: 50px;
}

.sec5_finan .col2 .container {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2%;
}

.sec5_finan .col2 .box-link {
    position: relative;
    overflow: hidden;
    width: 30%;
    gap: 3%;
    margin-bottom: 30px;
    height: 270px;
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: 0px 25px 25px -10px rgba(0, 0, 0, 0.20);
    background: #000;
    align-items: flex-end;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.sec5_finan .col2 .box-link p {
    margin: 0px;
}

.sec5_finan .col2 .box-link img {
    margin-bottom: 6px;
    width: 18px;
    height: 18px;
}

.sec5_finan .col2 .box-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000005f;
    left: 0;
    bottom: 0;
    z-index: -1;
}



@media (max-width:991.98px) {
    .sec5_finan .col1 {
        width: 100%;
    }

    .sec5_finan .col1 .top-col1 {
        padding: 0px 70px;
    }

    .sec5_finan .col2 .container {
        justify-content: center;
    }

    .sec5_finan .col2 .box-link {
        width: 40%;
    }

}

@media (max-width: 767.98px) {
    .sec5_finan .col1 .top-col1 {
        padding: 0px;
    }

    .sec5_finan .col2 .box-link {
        width: 340px;
    }

}


@media (max-width: 481px) {
    .sec5_finan .col2 .box-link {
        width: 100%;
    }


    .sec5_finan .anim-rombos-izq .hexAnimeQ{
        margin-top: -230px;
    }
}

/*Fuentes tamaño*/
@media (max-width: 1537px) {
    .pag-financiacion h1 {
        font-size: 80px;
    }


    .pag-financiacion h3 {
        font-size: 28px;
    }

}

@media (max-width: 991.98px) {
    .pag-financiacion h1 {
        font-size: 60px;
    }

    .pag-financiacion h3 {
        font-size: 25px;
    }

    .pag-financiacion p {
        font-size: 18px;
    }

}

@media (max-width: 481px) {
    .pag-financiacion h1 {
        font-size: 40px;
    }

    .pag-financiacion h3 {
        font-size: 22px !important;
    }

}

/*animación rombos*/


.hexAnimeQ {
    position: absolute;
    z-index: 0;
    right: 50%;
    top: 0;
    pointer-events: none
}

.hexAnimeQ svg {
    width: max(57.5dvw, 480px);
    height: auto;
    overflow: visible
}

.hexAnimeQ svg path {
    --x: calc(var(--l) * cos(var(--deg)));
    --y: calc(var(--l) * sin(var(--deg)));
    transform: translateX(var(--x)) translateY(var(--y));
    opacity: 0;
    animation: hexAnimeQ 1.8s cubic-bezier(0.25, 1, 0.5, 1) forwards
}

.hexAnimeQ svg path#centerPath {
    --deg: 0deg;
    --l: -20rem
}

.hexAnimeQ svg path#topPath {
    --deg: -30deg;
    --l: 20rem
}

.hexAnimeQ svg path#bottomPath {
    --deg: 30deg;
    --l: 20rem
}

@media only screen and (max-width: 481px) {
    .hexAnimeQ svg path {
        stroke-opacity: .24
    }
}

@keyframes hexAnimeQ {
    0% {
        transform: translateX(var(--x)) translateY(var(--y));
        opacity: 0
    }

    100% {
        transform: translateX(0) translateY(0);
        opacity: 1
    }
}