:root {
    --negro: #000000;
    --blanco: #FFFFFF;
    --trans: transparent;
    --azul: #003B64;
    --amarillo: #E3AB00;
    --beige: #F4F1EA;
    --beige2: #FCFBF9;
    --beigeTrans: rgb(252 251 249 / 8%);
    --fuentePrin: 'Helvetica Neue', sans-serif;
    --fuenteSec: 'BenHand';
}


body {
    color: var(--beige);
    font-family: var(--fuentePrin);
}


/* bloque 1
--------------------------------------------- */
.sec1_inte {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 350px;
    z-index: 2;
    position: relative;
    background-position: top center;
}

.sec1_inte::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2024/01/fondo-grad.svg');
    background-size: 100%;
    background-position: top left;
}

.sec1_inte .col1 {
    z-index: 1;
    position: relative;
}


.titAnim em {
    font-style: normal;
    display: inline-block;

}

.col1 .tit p,
.col1 .tit h2 {
    margin: 0;
}

.col1 .tit {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 70px;
    width: 950px;
}

.fondo-bot {
    border-radius: 0px 0px 64px 64px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 840px;
    background-position: center bottom;
}

.fondo-azul {
    background-color: var(--azul);
    z-index: 5;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 64px 64px;
}

.fondo-azul::before {
    content: "";
    position: absolute;
    top: 900px;
    left: -300px;
    width: 614px;
    height: 614px;
    background-image: url('/wp-content/uploads/2024/01/Gradiente-azul.svg');
    background-size: cover;
    z-index: 2;
}

.fondo-azul::after {
    content: "";
    position: absolute;
    bottom: 700px;
    right: -300px;
    width: 614px;
    height: 614px;
    background-image: url('/wp-content/uploads/2024/01/Gradiente-azul.svg');
    background-size: cover;
    z-index: 2;
}

.info {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

/*espacio*/
.espacio {
    margin-bottom: 200px;
}

@media (max-width:1399px) {
    .espacio {
        margin-bottom: 150px;
    }
}

@media (max-width:500px) {
    .espacio {
        margin-bottom: 250px;
    }
}

/*explorar btn*/
.explorar-btn {
    text-decoration: none;
    margin-bottom: 5px;
    color: var(--beige);
}

.explorar-btn:visited {
    color: var(--beige);
}

.explorar-btn .img-btn {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.explorar-btn .txt-btn {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}


.parrafo-investigacion{
    display: none;
}

.postid-5616 .parrafo-investigacion{
    display: block;
}

@media (max-width:500px) {
    .explorar-btn .img-btn {
        width: 17px;
        height: 17px;
    }

    .explorar-btn .txt-btn {
        font-size: 18px;
    }
}



@media (max-width:1700px) {
    .sec1_inte {
        background-size: 1700px;
    }

    .fondo-bot {
        background-size: 1800px;
    }

    .col1 .tit {
        font-size: 62px;
    }

    .col1 .tit {
        width: 900px;
    }
}


@media (max-width:1399px) {
    .col1 .tit {
        font-size: 58px;
    }

    .sec1_inte::before {
        background-size: 150%;
    }

    .col1 .tit {
        width: 800px;
    }
}

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

@media (max-width:991px) {
    .col1 .tit {
        font-size: 50px;
    }

    .sec1_inte {
        padding-top: 300px;
        background-size: cover;
    }

    .fondo-azul::before {
        top: 800px;
        left: -350px;
        width: 500px;
        height: 500px;
    }

    .fondo-azul::after {
        background-image: unset !important;
        bottom: 0;
        right: 0px;
        width: 0px;
        height: 0px;
    }

}

@media (max-width:500px) {
    .col1 .tit {
        font-size: 45px;
        margin-bottom: 60px;
    }

    .sec1_inte::before {
        background-size: 200%;
    }

    .info {
        margin-top: 50px;
    }

    .fondo-bot {
        height: 550px;
        background-position: center top;
    }
}

@media (max-width:390px) {
    .col1 .tit {
        font-size: 42px;
    }

}


@media (max-width:350px) {
    .col1 .tit {
        font-size: 30px;
    }

    .fondo-bot {
        height: 550px;
        background-position: center top;
    }
}

/* bloque 2
--------------------------------------------- */
.sec2_inte {
    z-index: 3;
    position: relative;
}

/*accordion*/
.box-accordion {
    border-top: 2px solid var(--blanco);
    border-bottom: 2px solid var(--trans);
    transition: all 0.3s linear;
}

.box-accordion .top-accordion {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 30px 45px;

}

.box-accordion.active {
    z-index: 4;
    position: relative;
}

.box-accordion.active .top-accordion {
    background-color: var(--trans);

    border-radius: 48px;

}

.box-accordion .top-accordion:hover {
    background-color: var(--beigeTrans);
    transition: all 0.3s linear;
}

.box-accordion.active .top-accordion:hover {
    background-color: var(--blanco);
}

.box-accordion.hover-sup .top-accordion:hover {
    background-color: var(--beigeTrans);
    padding-bottom: 80px;
    margin-bottom: -50px;
    transition: all 0.3s linear;
}

.box-accordion.hover-inf .top-accordion:hover {
    background-color: var(--beigeTrans);
    padding-top: 80px;
    margin-top: -50px;
    transition: all 0.3s linear;
    position: relative;
    z-index: 3;
}


.box-accordion .tit-accordion {
    font-size: 26px;
    font-family: var(--fuentePrin);
    color: var(--beige);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: ease-in-out 100ms;
    margin-right: 15px !important;
    width: 100%;
}

.box-accordion .top-accordion .button-accordion {
    width: 48px;
    height: 48px;
    position: relative;
}


.button-accordion:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('/wp-content/uploads/2023/12/acordeon1.svg');
    background-size: cover;
    display: block;
}

.button-accordion:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('/wp-content/uploads/2023/12/acordeon-activo.svg');
    background-size: cover;
    display: none;
}

.accordion .cont-accordion {
    display: none;
    padding: 0px 45px 30px 45px;
}

/*activo*/
.accordion .active .button-accordion:before {
    display: none;
}

.accordion .active .button-accordion:after {
    display: block;
}

.accordion .active .cont-accordion {
    display: block;
}

.accordion .box-accordion.active {
    background: var(--beige2);
    border: 2px solid var(--trans);
    border-radius: 48px;
}

.accordion .box-accordion.active .tit-accordion {
    color: var(--azul);
}

.accordion .box-accordion.active~.box-accordion {
    border-top: 2px solid var(--trans);
    border-bottom: 2px solid var(--blanco);
}

@media (max-width:1200px) {
    .box-accordion .tit-accordion {
        font-size: 22px;
    }

    .box-accordion .top-accordion .button-accordion {
        width: 44px;
        height: 44px;
    }

}

@media (max-width:991px) {
    .box-accordion .top-accordion .button-accordion {
        width: 42px;
        height: 42px;
    }

    .box-accordion .top-accordion {
        padding: 25px;
    }

    .accordion .cont-accordion {
        padding: 55px 25px 25px 25px;
    }
}

@media (max-width:500px) {}

@media (max-width:350px) {
    .box-accordion .top-accordion {
        padding: 20px;
    }

    .accordion .cont-accordion {
        padding: 30px 20px 20px 20px;
    }

    .box-accordion.active .top-accordion {
        border-radius: 35px;
    }

    .accordion .box-accordion.active {
        border-radius: 35px;
    }
}



/*fila 1*/
.cont-accordion .fila {
    justify-content: space-between;
}


.cont-accordion .col1,
.cont-accordion .col2 {
    width: 48%;
}

.col1 .tit-accordion {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 40px;
    margin-bottom: 35px;
}

.col1 .info-accordion,
.col1 .info-accordion a,
.col1 .info-accordion a:hover,
.col1 .info-accordion a:active,
.col1 .info-accordion a:visited {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
}

.col1 .info-accordion p {
    margin: 0;
    margin-bottom: 35px;
}

.col1 .info-accordion p:last-of-type {
    margin-bottom: 0px;
}

.img-proy {
    width: 100%;
    height: 540px;
    overflow: hidden;
    border-radius: 16px;
    object-fit: cover;
    object-position: center top;
}

.noimg {
    object-position: center center !important;
}

.parallax-cont {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
    border-radius: 16px;
}

.parallax-cont .parallax {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
}

@media (max-width:1399px) {
    .col1 .tit-accordion {
        margin-top: 0px;
    }
}


@media (max-width:1199px) {
    .col1 .tit-accordion {
        font-size: 35px;
    }

    .col1 .info-accordion,
    .col1 .info-accordion a,
    .col1 .info-accordion a:hover,
    .col1 .info-accordion a:active,
    .col1 .info-accordion a:visited {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .cont-accordion .fila {
        flex-direction: column;
    }

    .cont-accordion .col1,
    .cont-accordion .col2 {
        width: 100%;
    }

    .cont-accordion .col2 {
        margin-top: 40px;
    }

    .col1 .tit-accordion {
        font-size: 38px;
        margin-bottom: 30px;
    }

    .col1 .info-accordion p {
        margin-bottom: 30px;
    }

}

@media (max-width:767px) {

    .img-proy,
    .parallax-cont {
        height: 350px;
    }
}

@media (max-width:500px) {
    .col1 .tit-accordion {
        font-size: 36px;
    }

    .img-proy,
    .parallax-cont {
        height: 300px;
    }

    .cont-accordion .col2 {
        margin-top: 30px;
    }

}

@media (max-width:390px) {
    .col1 .tit-accordion {
        font-size: 32px;
    }

    .img-proy,
    .parallax-cont {
        height: 240px;
    }
}

@media (max-width:350px) {
    .col1 .tit-accordion {
        font-size: 28px;
    }

    .img-proy,
    .parallax-cont {
        height: 200px;
    }

    .col1 .info-accordion,
    .col1 .info-accordion a,
    .col1 .info-accordion a:hover,
    .col1 .info-accordion a:active,
    .col1 .info-accordion a:visited {
        font-size: 15px;
    }
}



/*TAB*/
.d-none {
    display: none !important;
}

.cont-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--azul);
    margin-top: 70px;
}

.tab {
    cursor: pointer;
    padding: 15px 25px;
    margin: 0px 10px;
    margin-bottom: 30px;
    display: inline-block;
    color: var(--azul);
    opacity: 0.4;
    font-family: var(--fuentePrin);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-bottom: 2px solid var(--trans);
}

.panels {
    min-height: 70px;
    width: 100%;
    overflow: hidden;
    padding: 50px 45px;
    border-radius: 16px;
    background-color: var(--beige);
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.cont-tab input[type=radio] {
    display: none;
}


.cont-panel p,
.cont-panel a,
.cont-panel ul li,
.cont-panel ul li a {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
    margin-bottom: 30px;
    display: inline-block;
}

.cont-panel a {
    margin-bottom: 0px !important;
}

.cont-panel p:last-of-type,
.cont-panel a:last-of-type,
.cont-panel ul li:last-of-type {
    margin-bottom: 0px;
}

.cont-panel ul {
    margin: 0px;
    padding-left: 30px;
}

.cont-panel ul li {
    font-weight: 700;
}

.cont-panel ul li a {
    text-decoration: underline;
    font-weight: 700;
}


.cont-panel ul li::before {
    content: "";
    position: absolute;
    margin-top: 2px;
    margin-left: -30px;
    height: 18px;
    width: 18px;
    background-image: url('/wp-content/uploads/2023/09/check-contexto.svg');
    background-size: contain;
}

.tabs {
    margin-bottom: 10px;
}

@media (max-width:1199px) {

    .cont-panel p,
    .cont-panel a,
    .cont-panel ul li,
    .cont-panel ul li a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .tabs {
        width: 350px;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .tabs {
        display: contents;
        text-align: center;
    }

    .tab {
        margin: 0px;
        padding: 15px 17px;
    }


    .cont-tab {
        margin-top: 60px;
    }

    .panels {
        margin-top: 30px;

    }
}

@media (max-width: 400px) {
    .tab {
        font-size: 18px;
    }

    .cont-panel p,
    .cont-panel ul li,
    .cont-panel ul li a {
        font-size: 16px;
    }

    .panels {
        padding: 20px;
    }

    .cont-panel p {
        margin-bottom: 30px;
    }

    .cont-panel ul li {
        margin-bottom: 25px;
    }

    .cont-panel ul li:last-child {
        padding-bottom: 5px;
    }
}

@media (max-width: 350px) {

    .cont-panel p,
    .cont-panel a,
    .cont-panel ul li,
    .cont-panel ul li a {
        font-size: 15px;
    }

}


/*Fin tab*/
.link-acor {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.linea-ancla {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
    margin: 0;
}

@media (max-width: 500px) {
    .linea-ancla {
        top: -90px;
    }

}

.postid-5893 .cont-panel ul:lang(en) {
    display: flex;
    flex-direction: column;
}