:root {
    --principal: #113849;
    --secundario: #077B6E;
    --secundario-hover: #077B6E4D;
    --color-fondo: #2E9082;
    --negro: #000000;
    --blanco: #FEFFEF;
    --blanco-trans: #F5F4E4CC;
    --trans: transparent;
    --fuente-Kanit: "Kanit", sans-serif;
    --fuente-Montserrat: "Montserrat", sans-serif;
}

.pag-boletines {
    background-color: var(--secundario);
}

.pag-boletines .container {
    width: min(100%, 1296px);
    padding: 0px 0.75rem;
}

.pag-boletines h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--principal);
    font-size: 100px;
}

.pag-boletines h3 {
    font-size: 30px;
}

.sec1_bol {
    padding-top: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.sec1_bol .container {
    justify-content: center;
}

.pag-boletines .d-flex- {
    display: flex;
}

.pag-boletines .cont {
    margin-top: 140px;
    max-width: 88%;
    padding-bottom: 900px;
}

.pag-boletines .tit {
    text-align: center;
}

.pag-boletines .parr {
    padding: 20px 80px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 100%;
    font-family: var(--fuente-Kanit);
    margin-bottom: 26px;
}

.pag-boletines .box-suscrib {
    background-color: #FEFFEFE5;
    box-shadow: 0px 25px 25px -10px rgba(0, 0, 0, 0.20);
    padding: 20px 15px;
    border-radius: 20px;
}


.pag-boletines .cont-form p {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1%;
}

.pag-boletines .cont-form p>span:nth-of-type(1) {
    width: 34%;
    order: 1;
}

.pag-boletines .cont-form p>span:nth-of-type(2) {
    width: 47%;
    order: 2;
}

.pag-boletines .cont-form p>span:nth-of-type(3) {
    order: 4;
}

.pag-boletines .cont-form .input-btn {
    order: 3;
}

.pag-boletines .cont-form p>span:nth-of-type(4) {
    order: 5;
}


.pag-boletines .cont-form .input-nom,
.pag-boletines .cont-form .input-email {
    padding: 15px 18px 15px 18px;
    border-radius: 12px;
    border: 2px solid var(--negro);
    text-align: left;
    font-size: 20px;
    background-color: transparent;
    width: 100%;
}

.pag-boletines .cont-form input::placeholder {
    color: var(--negro);
    font-weight: 500;
}

/***/
/*check box */
.pag-boletines .form-acepto {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    user-select: none;
    margin-top: 20px
}

.pag-boletines .form-acepto .wpcf7-list-item-label {
    /* info acepto */
    font-size: 16px;
    color: var(--negro);
    font-weight: 500;
    line-height: 137.5%;
}

.pag-boletines .form-acepto input[type="checkbox"] {
    display: none;
}

.pag-boletines .form-acepto .box-check {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border: 2px solid var(--negro);
    border-radius: 4px;
    position: relative;
    margin-right: 8px;
}

.pag-boletines .form-acepto input:checked+.box-check::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid var(--negro);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/***/


.pag-boletines .input-btn {
    width: 17%;
    text-align: center !important;
    color: var(--blanco);
    background-color: var(--secundario) !important;
    border: none !important;
    font-family: var(--fuente-Montserrat);
    font-weight: 500;
    transition: background-color 0.3s linear;
}

.pag-boletines .input-btn:hover {
    background-color: var(--secundario-hover) !important;
    color: var(--negro);
}

.cont-form .wpcf7-list-item {
    margin: 0;
}



.site-footer {
    padding-top: 100px;
    background: linear-gradient(180deg, rgba(46, 144, 130, 1) 0%, rgba(236, 244, 243, 1) 31%, rgba(249, 251, 251, 1) 48%, rgba(255, 255, 255, 1) 100%);

}

.pag-boletines .sec2_bol .container {
    gap: 4%;
    align-items: flex-start;
    margin-top: -550px;
}

.pag-boletines .sec2_bol .col1 {
    width: 30%;
    min-height: 500px;
}

.pag-boletines .sec2_bol .col2 {
    width: 70%;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
}

.pag-boletines .box-ultimo {
    flex-direction: column;
    align-items: center;
    background-color: var(--blanco-trans);
    padding: 15px 20px 20px 20px;
    border-radius: 20px;
    box-shadow: 0px 25px 25px -10px rgba(0, 0, 0, 0.20);
    margin-bottom: 100px;
}

.pag-boletines .box-ultimo h3 {
    font-weight: 700;
    color: var(--principal);
    display: block;
    padding: 0 80px;
    text-align: center;
    margin-bottom: 25px;
}

.pag-boletines .box-ultimo .fecha {
    font-family: var(--fuente-Montserrat);
    color: var(--principal);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}

.pag-boletines .box-ultimo .img-ult-bol {
    width: 100%;
    height: 259px;
    object-fit: cover;
    border-radius: 15px;
}

.pag-boletines .box-ultimo .btn-boletin {
    background-color: var(--secundario);
    border-radius: 7px;
    padding: 10px 20px 10px 15px;
    align-items: center;
    color: var(--blanco);
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s linear;
}


.pag-boletines .box-ultimo .btn-boletin span {
    font-family: var(--fuente-Kanit);
    font-weight: 500;
    font-size: 20px;
    margin-right: 15px;

}

.pag-boletines .box-ultimo .btn-boletin img {
    width: 20px;
    height: 20px;

}

.pag-boletines .box-boletin {
    background-color: var(--blanco);
    border-radius: 15px;
    margin-bottom: 30px;
    width: 258px;
    padding: 10px 10px 15px 10px;
    height: fit-content;
    box-shadow: 0px 25px 25px -10px rgba(0, 0, 0, 0.20);
}

.pag-boletines .box-boletin .img-bol {
    width: 100%;
    height: 96px;
    object-fit: cover;
    border-radius: 10px;
}

.pag-boletines .desc-bol {
    color: var(--secundario);
    margin-top: 18px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.pag-boletines .desc-bol .tit-bol {
    margin-right: 20px;
    font-family: var(--fuente-Kanit);
    font-weight: 600;
    font-size: 20px;
}

.desc-bol-img{
    width: 20px;
    height: 20px;
}

@media (max-width: 1920px) {
    .pag-boletines .sec1_bol {
        background-size: 1920px;
    }
}

@media (max-width:1399.98px) {
    .pag-boletines .cont {
        max-width: 100%;
    }

    .pag-boletines .cont-form p>span:nth-of-type(2) {
        width: 45%;
    }

    .pag-boletines .input-btn {
        width: 19%;
    }

    .pag-boletines .sec2_bol .col1 {
        width: 350px;
    }

    .pag-boletines .box-ultimo h3 {
        padding: 0 50px;
    }

}

@media (max-width:1200px) {
    .pag-boletines .cont-form p>span:nth-of-type(2) {
        width: 43%;
    }

    .pag-boletines .input-btn {
        width: 20%;
    }
}

@media (max-width: 991.98px) {
    .pag-boletines .cont {
        margin-top: 100px;
    }

    .pag-boletines .parr {
        padding: 45px 0px 0px;
    }

    .pag-boletines .sec2_bol .container {
        margin-top: -650px;
    }

    .pag-boletines .cont-form {
        justify-content: center;
    }

    .pag-boletines .cont-form p>span:nth-of-type(1) {
        width: 49%;
        margin-bottom: 15px;
    }

    .pag-boletines .cont-form p>span:nth-of-type(2) {
        width: 49%;
        margin-bottom: 20px;
    }

    .pag-boletines .input-btn {
        width: 49%;
    }

    .pag-boletines .sec2_bol .col2 {
        width: 50%;
    }
}


/* @media (max-width:767.98px) { */
@media (max-width:769px) {
    .pag-boletines .box-boletin {
        width: 100%;
    }

    .pag-boletines .box-ultimo h3 {
        padding: 0 10px;
    }

    .pag-boletines .cont-form {
        gap: 0;
        flex-direction: column;
    }

    .pag-boletines .cont-form p>span:nth-of-type(1),
    .pag-boletines .cont-form p>span:nth-of-type(2),
    .pag-boletines .input-btn {
        width: 100%;
    }

    .pag-boletines .box-ultimo .img-ult-bol {
        height: 200px;
    }
}

@media (max-width:601px) {
    .pag-boletines .cont {
        margin-top: 60px;
    }

    .pag-boletines .sec2_bol .container {
        gap: 0;
        flex-direction: column;
        align-items: center;
    }

    .pag-boletines .box-ultimo {
        margin-bottom: 40px;
    }


}

@media (max-width:481px) {

    .pag-boletines .cont,
    .pag-boletines .sec2_bol .col1 {
        max-width: 100%;
        width: 100%;
    }

    .pag-boletines .sec2_bol .col2 {
        width: 75%;
    }

    .pag-boletines .desc-bol .tit-bol {
        margin-right: 15px;
    }
}


/* Fuentes */
@media (max-width: 1537px) {
    .pag-boletines h1 {
        font-size: 80px;
    }

    .pag-boletines h3 {
        font-size: 28px !important;
    }

    .pag-boletines p {
        font-size: 25px !important;
    }
}

@media (max-width: 991.98px) {
    .pag-boletines h1 {
        font-size: 60px;
    }

    .pag-boletines h3 {
        font-size: 25px !important
    }

    .pag-boletines p {
        font-size: 20px !important;
    }
}

@media (max-width: 481px) {
    .pag-boletines h1 {
        font-size: 45px;
    }

    .pag-boletines h3 {
        font-size: 22px !important;
    }

    .pag-boletines p,
    .pag-boletines input {
        font-size: 18px !important;
    } 
}
