:root {
    --negro: #000000;
    --blanco: #FFFFFF;
    --trans: transparent;
    --azul: #003B64;
    --amarillo: #E3AB00;
    --beige: #F4F1EA;
    --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: cover;
    background-color: var(--azul);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 340px 0px 400px;
}

.tit p {
    margin: 0;
}

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

.sec1_inte .tit {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 50px;
    width: 500px;
}

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

.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%;
}

@media (max-width:1699px) {
    .sec1_inte .tit {
        font-size: 65px;
        width: 450px;
    }
}

@media (max-width:1399px) {

    .sec1_inte .tit {
        font-size: 62px;
        margin-bottom: 50px;
    }
}

@media (max-width:1199px) {

    .sec1_inte .tit {
        font-size: 60px;
        width: 420px;
        margin-bottom: 45px;
    }

}

@media (max-width:991px) {

    .sec1_inte .tit {
        font-size: 59px;
        margin-bottom: 50px;
    }
}

@media (max-width:767px) {
    .sec1_inte {
        padding: 290px 0px 485px;
    }

}

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

    .explorar-btn .img-btn {
        width: 17px;
        height: 17px;
    }

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

@media (max-width:380px) {
    .sec1_inte .tit {
        font-size: 45px;
    }
}






/* bloque 2
--------------------------------------------- */
.inicio {
    margin-bottom: 70px;
}

.sec2_inte {
    position: relative;
    padding: 70px 0 125px;
    /* padding-bottom:125px; */
    margin-bottom: -80px;
    border-radius: 0px 0px 64px 64px;
    background-color: var(--azul);
    z-index: 6;
    background-image: url('/wp-content/uploads/2023/12/noticia-grad.svg');
    background-position: 125% top;
    background-repeat: no-repeat;
    background-size: 630px;
}

.sec2_inte .fila {
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-between;
}

.sec2_inte .txt1 {
    width: 37.5%;
    margin-bottom: 50px;
}

.sec2_inte .txt1 p,
.sec2_inte .txt2 p {
    margin: 0;
    margin-bottom: 30px;
}

.sec2_inte .txt1 p:last-of-type,
.sec2_inte .txt1 p:last-of-type {
    margin: 0;
}

.sec2_inte .txt1,
.sec2_inte .txt2,
.sec2_inte .txt1 a,
.sec2_inte .txt2 a,
.sec2_inte .txt1 a:hover,
.sec2_inte .txt2 a:hover,
.sec2_inte .txt1 a:active,
.sec2_inte .txt2 a:active,
.sec2_inte .txt1 a:visited,
.sec2_inte .txt2 a:visited {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}


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


.sec2_inte .parallax-cont.sec2-img1,
.sec2_inte .parallax-cont.sec2-img2 {
    position: relative;
    width: 28%;
    height: 251px;
    overflow: hidden;
    border-radius: 16px;
}



.sec2_inte .parallax-cont.sec2-img3 {
    position: relative;
    width: 37.5%;
    height: 565px;
    overflow: hidden;
    border-radius: 16px;
}

.sec2_inte .txt2 {
    width: 59%;
    column-width: 20em;
    gap: 8%;
}

.sec2_inte ul {
    margin: 0;
    padding: 0;
}

.sec2_inte ul li {
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 30px;
}

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

@media (max-width:1699px) {

    .sec2_inte .parallax-cont.sec2-img1,
    .sec2_inte .parallax-cont.sec2-img2 {
        height: 285px;
    }

    .sec2_inte .parallax-cont.sec2-img3 {
        height: 680px;
    }

    .sec2_inte .txt2 {
        column-width: 15em;
        gap: 5%;
    }
}

@media (max-width:1399px) {

    .sec2_inte .parallax-cont.sec2-img1,
    .sec2_inte .parallax-cont.sec2-img2 {
        height: 330px;
    }
}

@media (max-width:1200px) {
    .sec2_inte .txt1 {
        width: 45%;
        margin-bottom: 50px;
    }

    .sec2_inte .parallax-cont.sec2-img1 {
        width: 50%;
        height: 280px;
    }

    .sec2_inte .parallax-cont.sec2-img2 {
        width: 45%;
        height: 280px;
    }

    .sec2_inte .txt2 {
        width: 50%;
    }

    .sec2_inte .parallax-cont.sec2-img3 {
        height: 570px;
        order: 2;
        width: 45%;
        margin-top: -75%;
    }
}

@media (max-width:991px) {
    .sec2_inte .fila {
        width: 600px;
        margin: 0 auto;
    }

    .sec2_inte .txt1 {
        width: 100%;
        margin-bottom: 40px;
    }

    .sec2_inte .parallax-cont.sec2-img1,
    .sec2_inte .parallax-cont.sec2-img2 {
        width: 47%;
        margin-bottom: 40px;
    }

    .sec2_inte .parallax-cont.sec2-img3 {
        height: 570px;
        order: unset;
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .sec2_inte .txt2 {
        width: 100%;
    }

    .sec2_inte .txt2 {
        column-width: 20em;
    }

    .sec2_inte {
        padding: 70px 0 110px;
    }

    .sec2_inte ul li:last-of-type {
        margin-bottom: 0px;
    }

    .sec2_inte .txt1,
    .sec2_inte .txt2,
    .sec2_inte .txt1 a,
    .sec2_inte .txt2 a,
    .sec2_inte .txt1 a:hover,
    .sec2_inte .txt2 a:hover,
    .sec2_inte .txt1 a:active,
    .sec2_inte .txt2 a:active,
    .sec2_inte .txt1 a:visited,
    .sec2_inte .txt2 a:visited {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .sec2_inte .fila {
        width: 100%;
    }

    .sec2_inte {
        padding: 70px 0 110px;
    }

    .sec2_inte {
        background-position: calc(100% + 300px) top;
    }

    .sec2_inte .parallax-cont.sec2-img3 {
        margin-bottom: 50px;
    }

}

@media (max-width:500px) {

    .sec2_inte .parallax-cont.sec2-img1,
    .sec2_inte .parallax-cont.sec2-img2 {
        width: 48%;
        height: 204px;
        margin-bottom: 20px;
    }

    .sec2_inte .parallax-cont.sec2-img3 {
        height: 427px;
    }

    .sec2_inte .txt1,
    .sec2_inte .txt2,
    .sec2_inte .txt1 a,
    .sec2_inte .txt2 a,
    .sec2_inte .txt1 a:hover,
    .sec2_inte .txt2 a:hover,
    .sec2_inte .txt1 a:active,
    .sec2_inte .txt2 a:active,
    .sec2_inte .txt1 a:visited,
    .sec2_inte .txt2 a:visited {
        line-height: 160%;
    }
}

@media (max-width:350px) {
    .sec1_inte {
        padding: 200px 0px;
    }

    .sec2_inte .parallax-cont.sec2-img1,
    .sec2_inte .parallax-cont.sec2-img2 {
        height: 160px;
    }

    .sec2_inte .parallax-cont.sec2-img3 {
        height: 350px;
    }

    .inicio {
        margin-bottom: 30px;
    }
}


/* bloque 3
--------------------------------------------- */
.sec3_inte {
    position: relative;
    margin-bottom: -80px;
    border-radius: 0px 0px 64px 64px;
    background-color: var(--beige);
    z-index: 5;
    padding: 230px 0 160px 0;
}



.sec3_inte .tit {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 60px;
    text-align: center;
}

.sec3_inte .parr p {
    margin: 0px;
    margin-bottom: 60px;
}

.sec3_inte .parr {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
}



.filtro {
    width: 670px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.resultado .search-filter-results {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}


.resultado .search-filter-results {
    justify-content: flex-start;
    /* align-items: flex-start; */
    flex-wrap: wrap;
    gap: 2.9%;
}


.resultado .box-link {
    text-decoration: none;
    width: 22.5%;
    border-radius: 8px;
}

.resultado .box-link:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: all 0.3s linear;
}


.resultado .box {
    text-align: left;
    background-color: var(--blanco);
    padding: 22px 19px;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 8px;
    height: 100%;
}

.resultado .box .txt {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.resultado .box .info {
    justify-content: space-between;
    margin-top: 35px;
    align-items: center;
}

.resultado .box .info .fecha {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.resultado .box .info .entidad {
    color: var(--beige);
    background-color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 7px 15px;
    border-radius: 16px;
    min-height: 22px;
    min-width: 170px;
    max-width: 200px;
    text-align: center;
}

@media (max-width:1699px) {
    .resultado .box {
        padding: 15px;
    }

    .resultado .box .txt {
        font-size: 20px;
    }

    .resultado .box .info .fecha {
        font-size: 20px;
    }

}

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

    .resultado .box .info .entidad {
        padding: 7px;
        min-width: 150px;
        max-width: 150px;

    }
}

@media (max-width:1200px) {
    .sec3_inte .tit {
        font-size: 38px;
    }
    .resultado .box-link{
        width: 48%;
         margin-top: 40px;
    }

    .resultado {
        flex-wrap: wrap;
        gap: 3%;
        width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .resultado .box .info .entidad {
        min-width: 220px;
        max-width: 220px;
    }

    .filtro {
        margin-bottom: 20px;
    }
}

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

    .sec3_inte .parr {
        font-size: 16px;
    }

    .resultado {
        width: 100%;
    }
}

@media (max-width:767px) {
    .sec3_inte {
        padding: 230px 0 110px 0;
    }

    .resultado {
        width: 400px;
        flex-direction: column;
    }

    .resultado .box-link{
        width: 100%;
    }

    .resultado .box .txt,
    .resultado .box .info .fecha {
        font-size: 21px;
    }

}


@media (max-width:500px) {
    .resultado {
        width: 100%;
    }


    .resultado .box-link{
        margin-top: 25px;
    }
}

@media (max-width:350px) {
    .resultado .box .info .entidad {
        min-width: 150px;
        max-width: 150px;
    }

    .resultado .box .txt,
    .resultado .box .info .fecha {
        font-size: 16px;
    }

    .resultado .box .info {
        margin-top: 25px;
    }

    .sec3_inte .tit {
        font-size: 30px;
    }

    .sec3_inte {
        padding: 180px 0 80px 0;
    }
}

/*filtro nav search*/
.filtro {
    width: 670px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.filtro form ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 2%;
}

.filtro form ul li {
    margin: 0;
    padding: 0;
}


.filtro .sf-input-text {
    border-radius: 24px;
    border: 1px solid var(--blanco);
    background: var(--blanco);
    width: 299px;
    padding: 10px 20px;
    color: var(--negro);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.filtro .sf-input-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filtro .sf-input-select::-ms-expand {
    display: none !important;
}

.filtro .sf-input-text::placeholder {
    color: var(--negro);
}

.filtro .sf-input-select {
    border-radius: 24px;
    border: 1px solid var(--blanco);
    background: var(--blanco);
    width: 218px;
    padding: 10px 20px;
    color: var(--negro);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.filtro .sf-input-select {
    background-image: url(/wp-content/uploads/2023/12/select_flecha.svg) !important;
    background-position: 95% center !important;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
}

.filtro input[type="submit"] {
    width: 124px;
    border-radius: 24px;
    border: 1px solid var(--azul);
    background-image: url(/wp-content/uploads/2023/12/buscar-ico.svg) !important;
    background-position: 90% center !important;
    background-repeat: no-repeat !important;
    background-size: 24px !important;
    background: var(--azul);
    color: var(--blanco);
    padding: 10px 20px;
    position: relative;
    padding-right: 35px;
    text-align: left;
    font-size: 20px;
    cursor: pointer;
}

@media (max-width:767px) {
    .filtro {
        width: 450px;
        margin-bottom: 50px;
    }

    .filtro form ul {
        flex-direction: column;
        align-items: center;
    }

    .filtro form ul li,
    .filtro .searchandfilter label {
        width: 100%;
    }

    .filtro .searchandfilter label {
        margin-bottom: 10px
    }

    .filtro .sf-input-text,
    .filtro .sf-input-select,
    .filtro input[type="submit"] {
        width: 100%;
    }

    .filtro input[type="submit"] {
        background-position: calc(50% + 50px) center !important;
        text-align: center;
    }

}

@media (max-width:500px) {
    .filtro {
        width: 100%;
        margin-bottom: 35px;
    }
}



/*paginacion WP NAVI*/
.pag-resultados {
    margin-top: 75px;
    width: 100%;
    text-align: center;
}

.pag-resultados .pagination {
    margin: 0 auto;
    display: inline-block;
}

.pag-resultados .wp-pagenavi {
    display: -ms-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.pag-resultados .pages,
.pag-resultados .last,
.pag-resultados .first {
    display: none;
}

.pag-resultados .page,
.pag-resultados .current {
    margin: 0 11px;
}

.pag-resultados .page,
.pag-resultados .current {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid var(--beige);
    backdrop-filter: blur(50px);
    display: inline-block;
    text-align: center;
    line-height: 230%;
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: var(--azul);
    border-color: var(--azul) !important;
    background-color: var(--beige);
}

.pag-resultados .current {
    color: var(--beige);
    background-color: var(--azul);
    border-color: var(--azul) !important;
}

.pag-resultados .previouspostslink,
.pag-resultados .extend,
.pag-resultados .nextpostslink {
    border-color: var(--trans) !important;
}

.pag-resultados .extend {
    font-size: 22px;
    letter-spacing: 1px;
    color: var(--azul);
}

.pag-resultados .nextpostslink {
    position: relative;
    width: 48px;
    height: 48px;
    color: var(--amarillo);
    overflow: hidden;
    display: inline-block;
    line-height: 200px;
    margin-left: 14px !important;
}

.pag-resultados .nextpostslink::before {
    content: "";
    width: 32px;
    height: 32px;
    top: 7px;
    left: 0;
    position: absolute;
    background-image: url('/wp-content/uploads/2023/12/nav-flecha-azul2.svg');
    background-size: cover;
}

.pag-resultados .previouspostslink {
    position: relative;
    width: 48px;
    height: 48px;
    color: var(--amarillo);
    overflow: hidden;
    display: inline-block;
    line-height: 200px;
    margin-right: 14px !important;
}

.pag-resultados .previouspostslink::before {
    content: "";
    width: 32px;
    height: 32px;
    top: 7px;
    right: 0;
    position: absolute;
    background-image: url('/wp-content/uploads/2023/12/nav-flecha-azul1.svg');
    background-size: cover;
}

@media (max-width:767px) {

    .pag-resultados .page,
    .pag-resultados .current {
        width: 42px;
        height: 42px;
        line-height: 180%;
        margin: 0 7px;
    }

    .pag-resultados .nextpostslink {
        width: 42px;
        height: 42px;
        margin-left: 7px !important;
    }

    .pag-resultados .nextpostslink::before {
        top: auto;
    }

    .pag-resultados .previouspostslink {
        width: 42px;
        height: 42px;
        margin-right: 7px !important;
    }

    .pag-resultados .previouspostslink::before {
        top: auto;
    }

    .pag-resultados {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .pag-resultados .pagination {
        width: 100%;
    }

    .pag-resultados .wp-pagenavi {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width:390px) {
    .pag-resultados {
        margin-top: 70px;
    }

    .pag-resultados .page,
    .pag-resultados .current {
        width: 35px;
        height: 35px;
        line-height: 160%;
        margin: 0 5px;
    }

    .pag-resultados .nextpostslink::before,
    .pag-resultados .previouspostslink::before {
        width: 28px;
        height: 28px;
        top: 7px;
    }

    .pag-resultados .page,
    .pag-resultados .current {
        line-height: 180%;
        font-size: 15px;
    }

}

@media (max-width:350px) {
    .pag-resultados {
        width: 100%;
    }

    .pag-resultados {
        margin-top: 50px;
    }
}

/*fin paginacion*/



/* bloque 4
--------------------------------------------- */
.sec4_inte {
    position: relative;
    padding-top: 250px;
    z-index: 4;
    background-image: url('/wp-content/uploads/2023/12/noticia-grad.svg');
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: center 10%;
}

.sec4_inte .tit-top p {
    margin: 0;
}

.sec4_inte .tit-top {
    color: var(--beige);
    font-family: var(--fuentePrin);
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.sec4_inte .fila {
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-proy {
    width: 30%;
    text-align: center;
    margin-top: 80px;
}

.box-proy .tit {
    color: var(--beige);
    font-family: var(--fuentePrin);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 35px;
}

.box-proy .txt p {
    margin: 0;
}

.box-proy .txt {
    color: var(--beige);
    font-family: var(--fuentePrin);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 45px;
}

.box-proy .btn-proy {
    background-color: var(--beige);
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    border-radius: 150px;
    text-decoration: none;
    padding: 12px 15px;
    font-size: 20px;
}

.fondo-color {
    background-color: var(--azul);
}





@media (max-width:1699px) {
    .box-proy .tit {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .box-proy .txt {
        margin-bottom: 30px;
    }

    .box-proy .btn-proy {
        font-size: 18px;
    }
}


@media (max-width:1399px) {
    .sec4_inte {
        background-position: center top;
    }

    .sec4_inte .tit-top {
        font-size: 40px;
    }

    .box-proy .txt {
        font-size: 16px;
    }

    .box-proy .btn-proy {
        padding: 10px 13px;
    }
}

@media (max-width:1200px) {
    .sec4_inte .tit-top {
        font-size: 38px;
    }
}

@media (max-width:991px) {
    .sec4_inte {
        background-position: center -100px;
    }

    .sec4_inte .tit-top {
        width: 100%;
        font-size: 36px;
        margin-bottom: 10px;
    }

    .box-proy {
        width: 45%;
        margin-top: 70px;
    }

    .box-proy .tit {
        font-size: 22px;
    }

    .box-proy .txt {
        margin-bottom: 30px;
    }
}

@media (max-width:767px) {

    .sec4_inte .fila {
        width: 400px;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto;
    }

    .box-proy {
        width: 100%;
    }
}

@media (max-width:500px) {
    .sec4_inte .fila {
        width: 100%;
    }
}

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

    .box-proy .btn-proy {
        padding: 7px 10px;
    }
}



/* bloque Fondo Final
--------------------------------------------- */
.fondoFin {
    height: 1500px;
    margin-top: -620px;
    border-radius: 0px 0px 64px 64px;
    background-size: cover;
    position: relative;
    z-index: 2;
    background-position: bottom center;
    background-repeat: no-repeat;
}

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

@media (max-width:1399px) {
    .fondoFin {
        height: 1040px;
        margin-top: -250px;

    }
}

@media (max-width:600px) {
    .fondoFin {
        background-position: 40% bottom;
    }
}

@media (max-width:390px) {
    .sec4_inte {
        background-position: center 1%;
        background-size: 500px;
    }

    .sec4_inte {
        padding-top: 230px;
    }

    .fondoFin {
        background-position: 30% bottom;
        margin-top: -390px;
    }

    .box-proy .txt {
        margin-bottom: 40px;
    }
}


@media (max-width:350px) {
    .fondoFin {
        height: 700px;
        background-position: 30% 130px;
    }

    .box-proy .tit {
        font-size: 20px;
    }

    .box-proy .btn-proy {
        font-size: 16px;
    }
}