/* ==================== BASE ==================== */
.responsive-img,
.seccionb-noticias,
.seccionb-height-img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.seccionb-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    width: 100%;
}

.seccionb {

    margin-bottom: 0;
    max-width: 100%;
}



.seccionb header,
.seccionb-td_module_column header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-around;
}

.seccionb-header {
    position: relative;
}

.seccionb h3,
.seccionb-td_module_column header h3 {
    height: 5rem;
    color: black;
    margin: 1rem 0 0 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.seccionb header span,
.seccionb header h4,
.seccionb header p {
    color: black;
}

.seccionb header h4 {
    margin-left: 1rem;
}

.seccionb header p {
    margin: 0 0 1rem;
}

.seccionb-td_module_column {
    margin-bottom: 1.5rem;
}

.seccionb-td_module_column h5 {
    margin: 0;
}

.seccionb-fecha-lef {
    text-align: left;
    margin-left: 1rem;
}

.seccionb-hr,
.seccionb-hr768 {
    border-top: 1px solid #e75353;
    width: 90%;
    margin: 0 auto;
}

.seccionb-hr-container {
    margin: 2rem 0;
}

.seccionb-hr-container-576 {
    margin: 2rem 0;
    display: block;
}

.seccionbad-content,
.seccionbad-content-movile,
.seccionbad-content-movile-576 {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin-bottom: 0.5rem;
}

.seccionbad-content,
.seccionbad-content-movile {
    height: 33.5%;
}

.seccionbad-content h2,
.seccionbad-content p {
    text-align: center;
}

.seccionbad-content-movile-576 {
    display: none;
    height: 15.5%;
}

.seccionbad-container {
    display: none;
}

.calss-pointer {
    cursor: pointer;
}

.calss-pointer:hover h3 {
    color: #e75353;
}

/* ========== MEDIA QUERIES OPTIMIZED ========== */
@media screen and (max-width: 900px) {
    .responsive-img {
        height: 200px;
    }
}

@media screen and (min-width: 576px) {

    .seccionb-noticias {
        height: 20rem;
    }

    .seccionb-container-article {
        display: flex;
        flex-direction: row;
        gap: 0.2rem;
        margin-bottom: 12rem;
    }

    .seccionbad-content-movile-576 {
        display: block;
    }

    .seccionbad-content-movile {
        display: none;
    }

    .seccionb-fecha-lef {
        display: none;
    }

    .seccionb {
        margin-bottom: 2rem;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .seccionb-hr-container-576 {
        display: none;
    }

    .seccionb-td_module_column header {
        flex-direction: column;
    }
}

@media (min-width: 900px) {

    .seccionb-container-article {
        gap: 1.2rem;

    }

    .seccionb-td-post-category,
    .seccionb-hr768 {
        display: none;
    }

    .seccionb-td_module_column header h3 {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) {

    .seccionb-noticias {
       object-position: top;
    }

    .seccionb-container-article {
        margin-bottom: 3rem;
    }


    .responsive-img {
        width: 191px;
        height: 107px;
    }

    .seccionb-height-img {
        width: auto;
    }

    .seccionb-hr,
    .seccionb-hr768 {
        width: 100%;
    }

    .seccionb-td_module_column header {
        flex-direction: row;
        height: 10.7rem;
    }

    .seccionb-td_module_column header h3 {
        height: 100%;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}

@media screen and (min-width: 1600px) {

    .seccionbad-publicidad-768,
    .seccionbad-content-movile-576 {
        display: none;
    }

    .seccionb-container {
        flex-direction: row;
    }

    .seccionbad-container {
        display: flex;
        flex-direction: column;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        align-items: center;
        width: 68rem;
        padding-left: 0.5rem;
    }
}