:root {
    --negro: #000000;
    --blanco: #FFFFFF;
    --trans: transparent;
    --azul: #003B64;
    --amarillo: #E3AB00;
    --beige: #F4F1EA;
    --beige2: #FCFBFA;
    --fuentePrin: 'Helvetica Neue', sans-serif;
    --fuenteSec: 'BenHand';
}



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



/* bloque 1
--------------------------------------------- */
.sec1_inte {
    width: 100%;
    height: 100%;
    background-color: var(--negro);
}

.sec1_inte .fondoGrad {
    width: 100%;
    height: 100%;
    background-size: 600px;
    background-position: center 130px;
    background-repeat: no-repeat;
    padding: 270px 0 225px;
}


.sec1_inte .fila {
    justify-content: flex-end;

}

.sec1_inte header {
    width: 880px;
    text-align: center;
    margin: 0 auto;
}

.sec1_inte .tit p {
    margin: 0;
}

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

.sec1_inte .tit em {
    font-style: normal;

}

.sec1_inte .info p {
    margin: 0;
    color: var(--beige);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-weight: 500;
    line-height: 140%;
}


.form-susc {
    padding: 75px 11% 40px;
    position: relative;
    z-index: 3;
}

.form-susc .camp_oculto {
    display: none;

}

.form-susc .info-form {
    justify-content: space-between;
    align-items: center;
    gap: 0.7%;

}


.form-susc input,
.form-susc input:focus {
    color: var(--blanco);
    background-color: var(--negro);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 150px;
    border: 1px solid var(--beige);
    padding: 10px 15px;
}

.form-susc input::placeholder {
    color: var(--blanco);
}

.form-susc .btn-suscribirse, .form-susc .btn-suscribirse:focus {
    border-radius: 150px;
    background-color: var(--beige);
    padding: 10px 15px;
    text-align: center;
    width: 24%;
    color: var(--negro);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.form-susc .acepto {
    justify-content: flex-end;
    margin-top: 15px;
}

.form-susc .acepto span {
    width: 270px;
    font-size: 15px;
}

.form-susc .acepto span a {
    text-decoration: underline !important;
}

.form-susc .acepto a,
.form-susc .acepto a:hover,
.form-susc .acepto a:visited,
.form-susc .acepto a:active {
    color: var(--blanco);
}




.form-susc .acepto [type="checkbox"] {
    /* appearance: none;
    background-image: url('https://intemares.entorno-desarrollo.es/wp-content/uploads/2023/12/box-check.svg'); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    border-radius: 0px;
    border: none;
    padding: unset;
    cursor: pointer;
}

.form-susc .acepto [type="checkbox"] {
    margin-left: -20px;
    margin-right: 7px;
}

.cont-btn {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
}

.explorar-btn {
    text-decoration: none;
    margin: 0 auto;
    gap: 0rem !important;
    width: 115px;
}

.explorar-btn,
.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 header {
        width: 100%;
    }

    .info-form span {
        width: 25%;
    }

    .form-susc input {
        width: 100%;
    }

    .form-susc input,
    .form-susc .btn-suscribirse {
        font-size: 18px;
    }

    .form-susc .acepto span {
        width: 21%;
    }

    .form-susc .acepto [type="checkbox"] {
        margin-left: -27px;
        margin-right: 7px;
    }

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

    .sec1_inte .info p {
        width: 70%;
        display: inline-block;
        font-size: 24px;
    }
}


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

    .form-susc .acepto span {
        font-size: 14px;
    }

    .form-susc {
        padding: 75px 0px 40px;

    }
}


@media (max-width:1199px) {
    .form-susc {
        width: 700px;
        margin: 0 auto;
    }

    .form-susc .info-form {
        flex-wrap: wrap;
        justify-content: center;
    }

    .info-form span {
        width: 32%;
    }

    .form-susc .btn-suscribirse {
        width: 32%;
    }

    .form-susc .btn-suscribirse {
        margin-top: 20px;
    }

    .form-susc .acepto {
        justify-content: center;
        padding-left: 30px;
    }

    .form-susc .acepto span {
        width: 310px;
    }

    .explorar-btn {
        width: 95px;
    }

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

    .explorar-btn .img-btn {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }

    .sec1_inte .fondoGrad {
        padding: 200px 0 225px;
    }

    .sec1_inte .info p {
        font-size: 20px;
    }
}

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

    .sec1_inte .info p {
        font-size: 18px;
    }
}

@media (max-width:500px) {

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

    .sec1_inte .info p {
        width: 100%;
        font-size: 16px;
    }


    .info-form span,
    .form-susc .btn-suscribirse {
        width: 100%;
    }

    .form-susc .acepto span {
        width: 100%;
    }

    .info-form span {
        margin-bottom: 15px;
    }

    .form-susc {
        padding: 70px 0px 60px;
    }

    .form-susc .btn-suscribirse {
        margin-top: 0px;
    }

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

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

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

    .sec1_inte .fondoGrad {
        padding: 100px 0 225px;
    }

    .sec1_inte .tit {
        margin-bottom: 40px;
    }

    .form-susc {
        padding: 40px 0px 40px;
    }

    .form-susc input,
    .form-susc .btn-suscribirse {
        font-size: 15px;
    }

}


/* bloque 2
--------------------------------------------- */
.sec2_inte {
    margin-top: -350px;
    padding-top: 450px;
    border-radius: 0px 0px 64px 64px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 400px;
    background-color: var(--azul);
}

.sec2_inte .fondoGrad {
    background-repeat: no-repeat;
    background-position: calc(100% + 300px) center;
    padding-bottom: 100px;
}

.sec2_inte .fondo-bot {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 540px;
}

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

.sec2_inte .col1 {
    width: 355px;
    text-align: center;
}

.sec2_inte .col1 .num-bol {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.sec2_inte .col1 .fecha-bol {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.sec2_inte .parallax-cont {
    position: relative;
    width: 100%;
    height: 453px;
    overflow: hidden;
    padding: 16px;
    background-color: var(--beige);
    border-radius: 16px;
    margin-bottom: 25px;
}

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

}

.sec2_inte .parallax-cont .simpleParallax {
    height: 99.5%;
}

.sec2_inte .col1 .link-ul-bol {
    width: 185px;
    background-color: var(--beige);
    border-radius: 150px;
    padding: 7px 14px;
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    margin: 0 auto;
}

.sec2_inte .col1 .link-ul-bol img {
    width: 20px;
    height: 20px;

}

.sec2_inte .col2 {
    width: 70%;
    padding-top: 35px;
}

.sec2_inte .col2 .txt {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 35px;
    padding-right: 20px;
}

.sec2_inte .col2 .boletin-link {
    width: 518px;
    background-color: var(--beige);
    padding: 27px 25px;
    border-radius: 16px;
    color: var(--azul);
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.sec2_inte .col2 .boletin-link img {
    width: 42px;
    height: 42px;
}

.sec2_inte .col2 .bol-ultimo {
    margin-bottom: 50px;
}


.sec2_inte .col2 .bol-anteriores {
    column-width: 25em;
    gap: 5%;
}

.sec2_inte .col2 .bol-anteriores a:first-of-type {
    display: none;
}

.sec2_inte .col2 .bol-anteriores .boletin-link {
    margin-bottom: 22px;
}


@media (max-width:1920px) {

    .sec2_inte,
    .sec2_inte .fondo-bot {
        background-size: 2000px;
    }
}


@media (max-width:1699px) {
    .sec2_inte .col1 {
        width: 270px;
    }

    .sec2_inte .col2 {
        width: 74%;
    }

    .sec2_inte .col2 .boletin-link {
        width: 470px
    }

    .sec2_inte .col2 .boletin-link {
        font-size: 24px;
    }

    .sec2_inte .col2 .boletin-link {
        padding: 23px 18px;
    }

    .sec2_inte .col2 .boletin-link img {
        width: 38px;
        height: 38px;
    }

    .sec2_inte .col2 .bol-anteriores {
        column-width: 20em;
        gap: 3.5%;
    }

    .sec2_inte .parallax-cont {
        height: 330px;
    }
}

@media (max-width:1399px) {
    .sec2_inte .fila {
        justify-content: space-between;
        width: 800px;
        margin: 0 auto;
        gap: 10%;
    }

    .sec2_inte .col1 {
        width: 300px;
    }

    .sec2_inte .col2 {
        width: 60%;
    }

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

@media (max-width:1199px) {
    .sec2_inte {
        margin-top: -300px;
        padding-top: 300px;
    }
}

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

    .sec2_inte .col1 {
        width: 250px;
    }

    .sec2_inte .col2 .boletin-link {
        font-size: 20px;
        padding: 17px 15px;
        width: 100%;
    }

    .sec2_inte .col1 .num-bol {
        font-size: 38px;
    }

    .sec2_inte .col2 .txt {
        font-size: 24px;
    }
}


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

    .sec2_inte .col1,
    .sec2_inte .col2 {
        margin: 0 auto;
    }

    .sec2_inte .col1 {
        margin-bottom: 75px;
        width: 358px;
    }

    .sec2_inte .col2 {
        width: 400px;
    }

    .sec2_inte .parallax-cont {
        padding: 10px;
        height: 487px;
    }

    .sec2_inte .col1 .link-ul-bol {
        font-size: 18px;
    }

    .sec2_inte .col2 .boletin-link {
        font-size: 22px;
    }

    .sec2_inte .col2 .boletin-link img {
        width: 36.7px;
        height: 36.7px;
    }

    .sec2_inte .col1 .link-ul-bol {
        font-size: 17px;
        width: 160px;
    }

    .sec2_inte .col1 .link-ul-bol img {
        width: 17.5px;
        height: 17.5px;
    }

    .sec2_inte .col2 .txt {
        font-size: 22px;
    }

    .sec2_inte .col2 .boletin-link {
        align-items: flex-start;
        padding: 35px 20px 30px 20px;
    }

    .sec2_inte .col2 .link-bol {
        padding-right: 30px;
    }

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

    .sec2_inte .col2 .bol-ultimo {
        margin-bottom: 40px;
    }

    .sec2_inte .col2 .bol-anteriores .boletin-link {
        margin-bottom: 20px;
    }

    .sec2_inte .fondoGrad {
        padding-bottom: 0;
    }
}


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

    .sec2_inte .col2 {
        width: 100%;
    }

    .sec2_inte .col1 .num-bol {
        font-size: 36px;
    }

    .sec2_inte .col1 .fecha-bol {
        font-size: 16px;
    }

    .form-susc .acepto {
        margin-top: 20px;
    }

    .sec2_inte .col1 .fecha-bol,
    .sec2_inte .parallax-cont {
        margin-bottom: 20px;
    }

    .sec2_inte .parallax-cont {
        padding: 14px;
    }

    .sec2_inte .fondo-bot {
        padding-bottom: 600px;
    }
}

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

@media (max-width:350px) {

    .sec2_inte .parallax-cont {
        height: 370px;
    }

    .sec2_inte .col2 .boletin-link {
        font-size: 18px;
    }

    .sec2_inte .col2 .link-bol {
        padding-right: 10px;
    }

    .sec2_inte .col2 .boletin-link {
        padding: 25px 15px;
    }

    .sec2_inte .col2 .txt {
        font-size: 20px;
    }

    .sec2_inte .fondo-bot {
        padding-bottom: 400px;
    }

    .sec2_inte .fondo-bot {
        background-size: 1500px;
    }
}