: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);
}

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





/* container
--------------------------------------------- */

.container-mod1 {
    padding: 0 20px 0 10%;
}

@media (max-width: 1000px) {

    .container-mod1 {
        max-width: 720px;
        padding: 0 10%;
        margin: 0 auto;
    }

    .sec1_inte .no-padd {
        padding: 0 !important;
    }
}

@media (max-width: 750px) {

    .container-mod1,
    .sec1_inte .no-padd {
        padding: 0 2% !important;
    }
}


@media (max-width: 567px) {

    .container-mod1,
    .sec1_inte .no-padd {
        padding: 0px 15px !important;
    }
}

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

.titAnim em {
    display: inline-block;
}



/* bloque 1
--------------------------------------------- */
.sec1_inte {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-color: var(--azul);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 260px 0px 135px;
}

.sec1_inte .col1 {
    width: 56%;
}

.sec1_inte .col2 {
    width: 44%;
    position: relative;
}

.sec1_inte .cont-pos {
    position: relative;
    z-index: 4;
}

.titAnim p {
    margin: 0px;
}

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

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


.sec1_inte .espacio {
    margin-bottom: 85px;
}


.sec1_inte .parr p {
    margin: 0px;
    margin-bottom: 45px;
}

.sec1_inte .parr p:last-of-type {
    margin-bottom: 0px;
}

.sec1_inte .parr,
.sec1_inte .parr a,
.sec1_inte .parr a:hover,
.sec1_inte .parr a:active,
.sec1_inte .parr a:visited {
    color: var(--beige);
    font-family: var(--fuentePrin);
    /*font-size: 26px;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

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


.sec1_inte .parallax-cont {
    width: 456px;
    height: 342px;
    transform: rotate(-4deg);
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
}



@media (max-width:1699px) {
    .sec1_inte .tit-top {
        font-size: 58px;
        width: 410px
    }

    .sec1_inte {
        background-size: 1800px;
        background-position: center top;
    }
}

@media (max-width:1399px) {


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

    .sec1_inte .espacio {
        margin-bottom: 150px;
    }

    .sec1_inte .tit-top {
        font-size: 55px;
        width: 400px
    }

    .sec1_inte .col1,
    .sec1_inte .col2 {
        width: 45%;
    }

    .sec1_inte .fila {
        justify-content: space-between;
    }

}

@media (max-width:1199px) {


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

    .sec1_inte .espacio {
        margin-bottom: 130px;
    }

    .sec1_inte .tit-top {
        font-size: 50px;
        width: 370px;
    }
}


@media (max-width:1000px) {


    .sec1_inte .fila {
        flex-direction: column;
    }

    .sec1_inte .col2 .parallax-cont {
        display: none;
    }

    .sec1_inte .col1 {
        width: 100%;
    }

    .sec1_inte .tit-top {
        font-size: 48px;
        width: 350px;
    }

    .sec1_inte .parr,
    .sec1_inte .parr a,
    .sec1_inte .parr a:hover,
    .sec1_inte .parr a:active,
    .sec1_inte .parr a:visited {
        font-size: 25px;
    }
}


@media (max-width:767px) {
    .sec1_inte .tit-top {
        font-size: 44px;
        width: 320px;
    }

    .sec1_inte .parr,
    .sec1_inte .parr a,
    .sec1_inte .parr a:hover,
    .sec1_inte .parr a:active,
    .sec1_inte .parr a:visited {
        font-size: 24px;
    }
}

@media (max-width:500px) {
    .sec1_inte {
        background-position: 32% top;
        background-size: 1900px;
        padding: 210px 0px 90px;
    }


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

    .sec1_inte .espacio {
        margin-bottom: 50px;
    }

    .sec1_inte .sec1b_inte {
        margin-top: 50px;
    }

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

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

    .sec1_inte .tit-top {
        font-size: 42px;
        width: 100%;
        margin-bottom: 55px;
    }

    .sec1_inte .parr,
    .sec1_inte .parr a,
    .sec1_inte .parr a:hover,
    .sec1_inte .parr a:active,
    .sec1_inte .parr a:visited {
        font-size: 22px;
    }

    .sec1_inte .parr p {
        margin: 0px;
        margin-bottom: 30px;
    }

}


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

    .sec1_inte .parr,
    .sec1_inte .parr a,
    .sec1_inte .parr a:hover,
    .sec1_inte .parr a:active,
    .sec1_inte .parr a:visited {
        font-size: 18px;
    }

    .sec1_inte {
        padding: 210px 0px 30px;
    }
}





/* bloque 2
--------------------------------------------- */
.sec2_inte {
    position: relative;
    padding-top: 110px;
    padding-bottom: 160px;
    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: 95% top;
    background-repeat: no-repeat;
    background-size: 830px;
}

.sec2_inte .fila {
    justify-content: space-between;
}


.sec2_inte .col1 {
    width: 56%;
    justify-content: space-between;
}

.sec2_inte .col2 {
    width: 44%;
    justify-content: center;
}

.sec2_inte .col1 .parallax-cont {
    position: relative;
    width: 440px;
    height: 525px;
    overflow: hidden;
    border-radius: 16px;
}

.sec2_inte .sec2_inte-img2 {
    margin-top: 90px;
}

.sec2_inte .col2 .cont {
    width: 440px;
    text-align: left;
}

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

.sec2_inte .col2 .parr p {
    margin: 0px;
}

.sec2_inte .col2 .parr,
.sec2_inte .col2 .parr a,
.sec2_inte .col2 .parr a:hover,
.sec2_inte .col2 .parr a:active,
.sec2_inte .col2 .parr a:visited {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

@media (max-width:1880px) {
    .sec2_inte .col1 .parallax-cont {
        width: 45%;
        height: 500px;
    }
}

@media (max-width:1600px) {
    .sec2_inte .col1 .parallax-cont {
        height: 350px;
    }

    .sec2_inte .col1 {
        width: 50%;
    }

    .sec2_inte .col2 .cont {
        width: 80%;
    }

}

@media (max-width:1250px) {
    .sec2_inte .col1 .parallax-cont {
        height: 300px;
    }

    .sec2_inte .col2 {
        width: 48%;
    }

}



@media (max-width:1000px) {
    .sec2_inte .fila {
        flex-direction: column-reverse;
    }

    .sec2_inte .col1 {
        width: 100%;
        flex-direction: column;
    }

    .sec2_inte .col2 {
        width: 100%;
    }

    .sec2_inte .col2 .cont {
        width: 100%;
    }

    .sec2_inte .col1 .parallax-cont {
        width: 450px;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .sec2_inte {
        padding-top: 130px;
        padding-bottom: 100px;
        background-size: 390px;
        background-position: center top;
    }


    .sec2_inte .col2 .parr,
    .sec2_inte .col2 .parr a,
    .sec2_inte .col2 .parr a:hover,
    .sec2_inte .col2 .parr a:active,
    .sec2_inte .col2 .parr a:visited {
        margin-bottom: 70px;
    }

    .sec2_inte .sec2_inte-img2 {
        margin-top: 40px;
    }

    .sec2_inte .col2 .tit {
        font-size: 38px;
    }
}

@media (max-width:500px) {
    .sec2_inte .col2 .tit {
        margin-bottom: 36px;
    }

    .sec2_inte .col1 .parallax-cont {
        width: 100%;
        height: 427px;
    }

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

@media (max-width:350px) {
    .sec2_inte .col1 .parallax-cont {
        height: 320px;
    }

    .sec2_inte .col2 .tit {
        font-size: 27px;
    }
}







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

.sec3_inte .col1 {
    width: 56%;
    justify-content: space-between;
}

.sec3_inte .col1 .cont {
    padding-right: 20%;
}

.sec3_inte .col2 {
    width: 44%;
    justify-content: center;
}

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


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

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

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

@media (max-width:1800px) {
    .sec3_inte .col2 .parallax-cont {
        height: 650px;
    }
}

@media (max-width:1500px) {
    .sec3_inte .tit {
        margin-top: 0px;
    }

    .sec3_inte .col2 .parallax-cont {
        height: 500px;
        margin-top: 180px;
    }

    .sec3_inte .col1 .cont {
        padding-right: 9%;
    }

}

@media (max-width:1200px) {
    .sec3_inte .col2 .parallax-cont {
        height: 400px;
    }
}

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

    .sec3_inte .fila {
        flex-direction: column;
    }

    .sec3_inte .col1 .cont {
        padding-right: 0;
    }

    .sec3_inte .col1 {
        width: 100%;
    }

    .sec3_inte .col2 {
        width: 100%;
    }

    .sec3_inte .tit {
        margin-top: 0;
    }

    .sec3_inte .parr p:last-of-type {
        margin-bottom: 0;
    }

    .sec3_inte .parr {
        margin-bottom: 70px;
    }

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

    .sec3_inte .col2 .parallax-cont {
        height: 360px;
        width: 450px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
    }
}

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

    .sec3_inte .col2 .parallax-cont {
        width: 100%;

    }

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

@media (max-width:350px) {
    .sec3_inte .col2 .parallax-cont {
        height: 320px;

    }

    .sec3_inte .tit {
        font-size: 27px;
        margin-bottom: 35px;
    }
}










/* bloque 4
--------------------------------------------- */
.sec4_inte {
    position: relative;
    padding: 240px 0 160px;
    margin-bottom: -80px;
    border-radius: 0px 0px 64px 64px;
    background-color: var(--azul);
    z-index: 4;
    background-image: url('/wp-content/uploads/2023/12/noticia-grad.svg');
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: center 20%;
}

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

.sec4_inte .col1 {
    width: 56%;
    justify-content: space-between;
}

.sec4_inte .col2 {
    width: 44%;
    justify-content: center;
}

.sec4_inte .col1 .parallax-cont {
    position: relative;
    width: 440px;
    height: 525px;
    overflow: hidden;
    border-radius: 16px;
}

.sec4_inte-img2 {
    margin-top: 95px;
}


.sec4-top,
.sec4-bot {
    text-align: center;
}

.sec4-top .tit {
    color: var(--beige);
    font-family: var(--fuentePrin);
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 65px;
}

.sec4-top .parr p {
    margin: 0;
}

.sec4-top .parr {
    color: var(--beige);
    font-family: var(--fuentePrin);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 925px;
    display: inline-block;
    margin-bottom: 65px;
}

.sec4_inte .col1 img:nth-child(2) {
    margin-top: 95px;
}


.sec4_inte .col2 .cont {
    width: 440px;
    margin: 0 auto;
}

.sec4_inte .col2 .parr p {
    margin: 0;
    margin-bottom: 30px;
}

.sec4_inte .col2 .parr,
.sec4_inte .col2 .parr a,
.sec4_inte .col2 .parr a:visited,
.sec4_inte .col2 .parr a:active,
.sec4_inte .col2 .parr a:hover {
    color: var(--beige);
    font-family: var(--fuentePrin);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: left;
}

.sec4-bot {
    margin-top: 65px;
}

.sec4-bot .parr p {
    margin: 0;
}

.sec4-bot .parr {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 925px;
    display: inline-block;
}

@media (max-width:1880px) {
    .sec4_inte .col1 .parallax-cont {
        width: 45%;
        height: 500px;
    }

}

@media (max-width:1600px) {
    .sec4_inte .col1 {
        width: 50%;
    }

    .sec4_inte .col2 .cont {
        width: 80%;
    }

    .sec4_inte .col1 .parallax-cont {
        height: 350px;
    }

}

@media (max-width:1250px) {
    .sec4_inte .col1 .parallax-cont {
        height: 300px;
    }

    .sec4_inte .col2 {
        width: 48%;
    }

    .sec4_inte {
        background-position: center 4%;
        background-size: 400px;
    }
}



@media (max-width:1000px) {
    .sec4_inte .fila {
        flex-direction: column-reverse;
    }

    .sec4-top .col1 {
        flex-direction: column;
    }

    .sec4_inte .col1 {
        width: 100%;
        flex-direction: column;
    }

    .sec4-top .parr {
        text-align: center;
        width: 55%;
        margin-bottom: 30px;
    }

    .sec4-bot .parr {
        width: 100%;
        text-align: left;
    }

    .sec4_inte .col2 {
        width: 100%;
    }

    .sec4_inte .col2 .cont {
        width: 100%;
    }

    .sec4_inte .col1 .parallax-cont {
        width: 100%;
    }

    .sec4_inte-img2 {
        margin-top: 40px;
    }

    .sec4_inte {
        padding: 220px 0 110px;
    }

    .sec4-top .tit {
        margin-bottom: 50px;
        font-size: 38px;
    }

    .sec4_inte .col1 .parallax-cont {
        width: 450px;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:750px) {
    .sec4-top .parr {
        width: 100%;
    }
}

@media (max-width:500px) {
    .sec4-top .parr {
        text-align: left;
        font-size: 16px;
    }

    .sec4_inte .col2 .parr,
    .sec4_inte .col2 .parr a,
    .sec4_inte .col2 .parr a:visited,
    .sec4_inte .col2 .parr a:active,
    .sec4_inte .col2 .parr a:hover {
        margin-bottom: 70px;
        font-size: 16px;
    }

    .sec4-bot {
        margin-top: 70px;
    }

    .sec4-top .tit {
        font-size: 36px;
    }

    .sec4_inte .col1 .parallax-cont {
        width: 100%;
        height: 427px;
    }
}

@media (max-width:350px) {
    .sec4_inte .col1 .parallax-cont {
        height: 320px;
    }

    .sec4-top .tit {
        font-size: 27px;
        margin-bottom: 35px;
    }

    .sec4-bot .parr {
        font-size: 16px;
    }
}




/* bloque 5
--------------------------------------------- */
.sec5_inte {
    position: relative;
    padding-top: 240px;
    z-index: 3;
}

.sec5_inte .col1 {
    width: 56%;
    justify-content: space-between;
}

.sec5_inte .col2 {
    width: 44%;
    justify-content: center;
}

.sec5-top .cont {
    padding-right: 20%;
}

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

.sec5-top .parr p {
    margin: 0;
}

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

.img-sec5 {
    width: 100%;
    height: 469px;
    object-fit: cover;
    border-radius: 16px 0px 0px 16px;
}

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

.tags {
    flex-direction: column;
    display: inline-flex;
    align-items: flex-start;
}

.tags span {
    background-color: var(--azul);
    border-radius: 150px;
    padding: 10px 14px;
    margin-bottom: 25px;
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.tags span a, .tags span a:visited, .tags span a:hover, .tags span a:focus{
    text-decoration: none;
    color: var(--beige);
}

.tags span:last-of-type {
    margin-bottom: 0px;
}

.sec5-bot {
    margin-top: 160px;
    padding-right: 160px
}

.sec5-bot .tit p {
    margin: 0;
    margin-bottom: 30px;
}

.sec5-bot .tit {
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 25.889px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media (max-width:1400px) {
    .tags span {
        border-radius: 20px;
    }

    .sec5-top .tit {
        margin-top: 20px;
    }
}

@media (max-width:1150px) {

    .sec1_inte .parallax-cont {
        width: 400px;
        height: 300px;
    }

    .sec5-top .cont {
        padding-right: 7%;
    }

    .sec5-top .tit {
        margin-top: 0px;
    }

    .sec5-top .col2 .parallax-cont {
        height: 370px;
    }

    .sec5-top .tit {
        margin-bottom: 20px;
    }
}

@media (max-width:1000px) {
    .sec5-top {
        flex-direction: column;
    }

    .sec5_inte .col1 {
        width: 100%;
    }

    .sec5-top .cont {
        padding-right: 0;
    }

    .sec5_inte .col2 {
        width: 100%;
    }

    .sec5-bot {
        padding-right: 0;
    }

    .sec5-top .tit {
        margin-top: 0;
        margin-bottom: 60px;
        font-size: 38px;
    }

    .tags span {
        width: 100%;
    }

    .tags span {
        border-radius: 14px;
    }

    .sec5-bot .tit {
        font-size: 22px;
    }

    .sec5-top .parr {
        margin-bottom: 40px;
    }

    .sec5-bot {
        margin-top: 140px;
    }
}

@media (max-width:500px) {
    .sec5_inte {
        padding-top: 220px;
    }

    .sec5-top .tit {
        margin-bottom: 50px;
        font-size: 36px;
    }

    .sec5-top .parr {
        margin-bottom: 70px;
        font-size: 16px;
    }



    .sec5-bot .tit p {
        margin-bottom: 20px;
    }

    .tags span {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .sec5-top .col2 .parallax-cont {
        height: 217px;
    }

    .fondoFin {
        background-size: 1500px;
    }
}

@media (max-width:350px) {
    .sec5-top .tit {
        font-size: 27px;
        margin-bottom: 35px;
    }

    .sec5-bot .tit {
        font-size: 20px;
    }

    .sec5_inte {
        padding-top: 150px;
    }

    .sec5-bot {
        margin-top: 90px;
    }

}


















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


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

@media (max-width:1400px) {
    .fondoFin {
        margin-top: -50px;
        height: 800px;
    }
}

@media (max-width:350px) {
    .fondoFin {
        height: 450px;
        background-size: 950px;
        margin-top: -30px;
    }
}