.novedades-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    margin-top:45px;
}

.novedades-line{
    flex:1;
    height:1px;
    background:rgba(0,0,0,.12);
}

.novedades-more-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:170px;
    height:50px;
    padding:0 26px;
    border:1px solid rgba(0,0,0,.20);
    border-radius:30px;
    color:#555;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    background:transparent;
    transition:.2s ease;
}

.novedades-more-btn:hover{
    background:rgba(0,0,0,.04);
    color:#333;
}

.novedad-card-link{
    display:block;
    text-decoration:none;
    color:inherit;
}

.novedad-card-link:hover{
    color:inherit;
}

.novedad-card{
    min-height:100%;
}

.novedad-image{
    width:100%;
    height:220px;
    object-fit:cover;
    object-position:top center;
    display:block;
}

.novedad-body{
    display:flex;
    flex-direction:column;
    flex:1;
}

.novedad-footer{
    margin-top:auto;
    padding:10px 14px;
    display:flex;
    justify-content:flex-end;
    border-top:1px solid rgba(63,74,81,.08);
}

.director-photo{
    width:100%;
    max-width:220px;
    margin:0 0 15px 0;
    border-radius:12px;
    overflow:hidden;
}

.director-photo img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.education-main-image{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.matricula-home-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    min-height:100%;
    padding:0 24px;
    text-decoration:none;
    background:#4f5c6b;
    color:#fff;
    font-size:30px;
    line-height:1;
    font-weight:800;
    font-style:italic;
    text-transform:uppercase;
    text-align:center;
    transition:.2s ease;
}

.matricula-home-btn:hover{
    background:#3f4a56;
    color:#fff;
}

/* =========================
   PADEM SLIDER
========================= */

.establecimientos-slider-section{
    width:100%;
    overflow:hidden;
    margin-top:0;
    background:#465563;
    padding:55px 0 42px;
}

.establecimientos-slider-wrap{
    display:flex;
    gap:24px;
    overflow-x:auto;
    padding:0 70px 18px;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
    justify-content:flex-start;
}

.establecimientos-slider-wrap::-webkit-scrollbar{
    height:8px;
}

.establecimientos-slider-wrap::-webkit-scrollbar-track{
    background:rgba(255,255,255,.16);
}

.establecimientos-slider-wrap::-webkit-scrollbar-thumb{
    background:rgba(255,255,255,.35);
    border-radius:20px;
}

.establecimiento-card{
    flex:0 0 245px;
    width:245px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    text-decoration:none;
    background:#526777;
    padding:14px;
    box-sizing:border-box;
    border-radius:0;
    overflow:hidden;
}

.establecimiento-thumb-box{
    width:100%;
    height:245px;
    overflow:hidden;
    background:#526777;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:0;
    box-shadow:none;
}

.establecimiento-thumb-img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center;
    border-radius:0;
}

.establecimiento-label{
    width:100%;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    margin-top:0;
    padding:0 10px;
    background:#55c3d2;
    color:#334450;
    font-size:19px;
    font-weight:800;
    line-height:1;
    text-decoration:none;
    box-sizing:border-box;
}

@media(max-width:991px){

    .novedad-image{
        height:190px;
    }

    .novedades-divider{
        margin-top:35px;
        gap:12px;
    }

    .novedades-more-btn{
        min-width:140px;
        height:44px;
        font-size:15px;
        padding:0 20px;
    }

    .education-hero{
        display:flex;
        flex-direction:column;
    }

    .education-hero-right{
        order:1;
    }

    .education-hero-left{
        order:2;
    }

    .bloque-cima-half,
    .bloque-educacion,
    .matricula-home-btn{
        min-height:120px !important;
    }

    .matricula-home-btn{
        font-size:28px;
        padding:0 18px;
    }

    .establecimientos-slider-section{
        padding:42px 0 30px;
    }

    .establecimientos-slider-wrap{
        gap:18px;
        padding:0 22px 14px;
        justify-content:flex-start;
    }

    .establecimiento-card{
        flex-basis:205px;
        width:205px;
        padding:12px;
    }

    .establecimiento-thumb-box{
        height:205px;
    }

    .establecimiento-label{
        height:40px;
        font-size:16px;
    }
}

@media(max-width:575px){

    .novedad-image{
        height:210px;
    }

    .bloque-cima-half,
    .bloque-educacion,
    .matricula-home-btn{
        min-height:105px !important;
    }

    .matricula-home-btn{
        font-size:24px;
        padding:0 16px;
    }

    .establecimientos-slider-section{
        padding:32px 0 24px;
    }

    .establecimientos-slider-wrap{
        gap:14px;
        padding:0 16px 12px;
    }

    .establecimiento-card{
        flex-basis:180px;
        width:180px;
        padding:10px;
    }

    .establecimiento-thumb-box{
        height:180px;
    }

    .establecimiento-label{
        height:38px;
        font-size:15px;
    }
}