: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-azul {
    background-color: var(--azul);
    padding-bottom: 160px;
    border-radius: 0px 0px 64px 64px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.fondo-azul::before {
    content: "";
    position: absolute;
    width: 928px;
    height: 928px;
    bottom: 0;
    left: 0;
    background-image: url('/wp-content/uploads/2023/11/otros-proy-mar-gradiente.svg');
    background-size: contain;
    overflow: hidden;
    background-position: bottom;
    background-repeat: no-repeat;
}

/* bloque 1
--------------------------------------------- */
.sec1_inte {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: var(--azul);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 500px 0px 75px;
    margin-bottom: 100px;
    position: relative;
}

.sec1_inte::after {
    content: "";
    position: absolute;
    width: 928px;
    height: 1140px;
    top: 200px;
    right: -400px;
    background-image: url('/wp-content/uploads/2023/10/acc-invet-Gradiente.svg');
    background-size: contain;
}

.sec1_inte::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: url('/wp-content/uploads/2023/11/Gradiente.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.sec1_inte .fila1 {
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.sec1_inte .col2 {
    justify-content: flex-end;
}

.sec1_inte .tit p {
    margin: 0px;
}

.sec1_inte .tit {
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 0px;
    padding-right: 700px;
}

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

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

.explorar-btn:active,
.explorar-btn:hover,
.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: 64px;
        padding-right: 400px;
    }
}

@media (max-width:1399px) {
    .sec1_inte .tit {
        font-size: 60px;
        padding-right: 200px;
    }
}

@media (max-width:1199px) {
    .sec1_inte .tit {
        font-size: 56px;
        padding-right: 100px;
    }

    .sec1_inte {
        padding: 450px 0px 70px;
        margin-bottom: 50px;
    }
}

@media (max-width:991px) {
    .sec1_inte .fila1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .sec1_inte .col2 {
        justify-content: flex-start;
    }

    .sec1_inte .col1 {
        margin-bottom: 60px;
    }

    .sec1_inte .tit {
        padding-right: 0px;
    }
}


@media (max-width:500px) {

    .sec1_inte::before {
        background-size: 2000px;
    }

    .sec1_inte {
        padding: 400px 0px 50px;
        margin-bottom: 30px;
        background-position: 35% top;
    }

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

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

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

    .sec1_inte::after {
        opacity: 0;
    }
}


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

    .sec1_inte {
        padding: 300px 0px 40px;
        margin-bottom: 30px;
    }
}

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





/* bloque 2
--------------------------------------------- */
.marg {
    margin: 0 9.5%;
    position: relative;
}


.sec2_inte .tit p {
    margin: 0;
}

.sec2_inte .tit,
.sec2_inte .tit a,
.sec2_inte .tit a:visited,
.sec2_inte .tit a:hover,
.sec2_inte .tit a:active {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
}

.sec2_inte .fecha {
    margin-bottom: 55px;
}

.sec2_inte .txt p {
    margin: 0;
}

.sec2_inte .txt-sec1 .txt,
.sec2_inte .txt-sec2 .txt,
.sec2_inte .txt-sec1 .txt a,
.sec2_inte .txt-sec1 .txt a:hover,
.sec2_inte .txt-sec1 .txt a:visited,
.sec2_inte .txt-sec1 .txt a:active,
.sec2_inte .txt-sec2 .txt a,
.sec2_inte .txt-sec2 .txt a:hover,
.sec2_inte .txt-sec2 .txt a:visited,
.sec2_inte .txt-sec2 .txt a:active,
.sec2_inte .txt-mas {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.sec2_inte .txt p {
    margin-bottom: 40px;
}

.sec2_inte .txt-bold {
    font-weight: 700 !important;
}

.sec2_inte .txt ul,
.sec2_inte .txt ol {
    list-style: none;
    margin: 40px 0;
    padding: 0px 0px 0px 30px
}

.sec2_inte .txt ul li,
.sec2_inte .txt ol li {
    margin-bottom: 40px;
}

.sec2_inte .txt ul li::before,
.sec2_inte .txt ol li::before {
    content: "";
    position: absolute;
    margin-top: 5px;
    margin-left: -30px;
    width: 26px;
    height: 26px;
    background-image: url('/wp-content/uploads/2023/11/otros-proy-mar-check.svg');
    background-size: cover;
}



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

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

.sec2_inte .img-2,
.sec2_inte .img-3 {
    gap: 3%;
    padding: 15px 0px;
    margin-bottom: 40px;
}

.sec2_inte .img-2 .parallax-img {
    height: 424px;
}


.sec2_inte .img-3 .parallax-img {
    height: 274px;
}

.btn-mas,
.btn-mas:hover,
.btn-mas:active,
.btn-mas:visited {
    width: 456px;
    height: auto;
    padding: 24px 27px;
    border-radius: 16px;
    background-color: var(--beige);
    display: block;
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    align-items: center;
    text-decoration: none;
    margin-top: 30px;
}



.btn-mas img {
    height: 42px;
    width: 42px;
}

.btn-mas .pos_btn {
    align-items: flex-start;
}

.btn-mas .pos_btn .txt_btn {
    padding-top: 10px;
    padding-left: 20px;
}


@media (max-width:991px) {
    .sec2_inte .tit,
    .sec2_inte .tit a,
    .sec2_inte .tit a:visited,
    .sec2_inte .tit a:hover,
    .sec2_inte .tit a:active {
        font-size: 39px;
    }

    .sec2_inte .txt-sec1 .txt,
    .sec2_inte .txt-sec1 .txt a,
    .sec2_inte .txt-sec1 .txt a:hover,
    .sec2_inte .txt-sec1 .txt a:visited,
    .sec2_inte .txt-sec1 .txt a:active {
        font-size: 20px;
    }

    .sec2_inte .txt-sec2 .txt,
    .sec2_inte .txt-sec2 .txt a,
    .sec2_inte .txt-sec2 .txt a:hover,
    .sec2_inte .txt-sec2 .txt a:visited,
    .sec2_inte .txt-sec2 .txt a:active,
    .sec2_inte .txt-mas {
        font-size: 24px;
    }

    .sec2_inte .img-2 .parallax-img {
        height: 300px;
    }

    .sec2_inte .img-3 .parallax-img {
        height: 210px;
    }
}

@media (max-width:767px) {
    .marg {
        margin: 0;
    }

    .btn-mas {
        width: 100%;
    }
}



@media (max-width:500px) {
    .sec2_inte {
        margin-top: 40px;
    }

    .sec2_inte .tit,
    .sec2_inte .tit a,
    .sec2_inte .tit a:visited,
    .sec2_inte .tit a:hover,
    .sec2_inte .tit a:active {
        font-size: 36px;
    }

    .sec2_inte .txt-sec1 .txt,
    .sec2_inte .txt-sec1 .txt a,
    .sec2_inte .txt-sec1 .txt a:hover,
    .sec2_inte .txt-sec1 .txt a:visited,
    .sec2_inte .txt-sec1 .txt a:active {
        font-size: 15px;
    }

    .sec2_inte .txt-sec2 .txt,
    .sec2_inte .txt-sec2 .txt a,
    .sec2_inte .txt-sec2 .txt a:hover,
    .sec2_inte .txt-sec2 .txt a:visited,
    .sec2_inte .txt-sec2 .txt a:active,
    .sec2_inte .txt-mas {
        font-size: 22px;
    }

    .sec2_inte .img-2,
    .sec2_inte .img-3 {
        flex-direction: column;
    }

    .sec2_inte .img-2 .parallax-img,
    .sec2_inte .img-3 .parallax-img {
        height: 200px;
        margin-bottom: 40px;
    }

    .sec2_inte .img-2>div:last-of-type,
    .sec2_inte .img-3>div:last-of-type {
        margin-bottom: 0px;
    }

    .sec2_inte .fecha {
        margin-bottom: 50px;
    }

    .sec2_inte .txt ul,
    .sec2_inte .txt ol {
        margin: 35px 0;
    }

    .sec2_inte .txt ul li,
    .sec2_inte .txt ol li {
        margin-bottom: 25px;
    }

    .sec2_inte .txt ul li::before,
    .sec2_inte .txt ol li::before {
        margin-top: 2px;
        width: 20px;
        height: 20px;
        margin-left: -25px;
    }

    .sec2_inte .txt ul,
    .sec2_inte .txt ol {
        padding: 0px 0px 0px 25px;
    }

    .sec2_inte .txt p {
        margin-bottom: 35px;
    }

    .sec2_inte .img-2,
    .sec2_inte .img-3 {
        margin-bottom: 35px;
    }

    .btn-mas,
    .btn-mas:hover,
    .btn-mas:active,
    .btn-mas:visited {
        padding: 20px 24px;
    }

    .btn-mas img {
        height: 36px;
        width: 36px;
    }

    .btn-mas .pos_btn .txt_btn {
        padding-top: 7px;
        padding-left: 15px;
    }

    .fondo-azul {
        padding-bottom: 110px;
    }
}


@media (max-width:360px) {
    .sec2_inte .tit,
    .sec2_inte .tit a,
    .sec2_inte .tit a:visited,
    .sec2_inte .tit a:hover,
    .sec2_inte .tit a:active {
        font-size: 30px;
    }

    .sec2_inte .txt-sec1 .txt,
    .sec2_inte .txt-sec1 .txt a,
    .sec2_inte .txt-sec1 .txt a:hover,
    .sec2_inte .txt-sec1 .txt a:visited,
    .sec2_inte .txt-sec1 .txt a:active {
        font-size: 14px;
    }

    .sec2_inte .txt-sec2 .txt,
    .sec2_inte .txt-sec2 .txt a,
    .sec2_inte .txt-sec2 .txt a:hover,
    .sec2_inte .txt-sec2 .txt a:visited,
    .sec2_inte .txt-sec2 .txt a:active,
    .sec2_inte .txt-mas {
        font-size: 20px;
    }

    .sec2_inte .txt ul,
    .sec2_inte .txt ol {
        margin: 30px 0;
    }

    .sec2_inte .txt ul li,
    .sec2_inte .txt ol li {
        margin-bottom: 20px;
    }

    .sec2_inte .txt ul li::before,
    .sec2_inte .txt ol li::before {
        margin-top: 2px;
        width: 17px;
        height: 17px;
    }

    .sec2_inte .fecha {
        margin-bottom: 40px;
    }

    .sec2_inte .img-2 .parallax-img,
    .sec2_inte .img-3 .parallax-img {
        margin-bottom: 30px;
    }

    .sec2_inte .img-2,
    .sec2_inte .img-3 {
        margin-bottom: 25px;
    }

    .sec2_inte .txt p {
        margin-bottom: 30px;
    }

}

@media (max-width:330px) {
    .sec2_inte .tit,
    .sec2_inte .tit a,
    .sec2_inte .tit a:visited,
    .sec2_inte .tit a:hover,
    .sec2_inte .tit a:active {
        font-size: 28px;
    }

    .sec2_inte .txt-sec2 .txt,
    .sec2_inte .txt-sec2 .txt a,
    .sec2_inte .txt-sec2 .txt a:hover,
    .sec2_inte .txt-sec2 .txt a:visited,
    .sec2_inte .txt-sec2 .txt a:active,
    .sec2_inte .txt-mas {
        font-size: 18px;
    }
}



