@media (min-width:768px) {

    header.ppl img {
        width:auto;
        max-width: 700px;
    }
    section.admisiones .container {
        flex-flow: row;
        justify-content: space-between;
    }
    div.top div.contact {
        text-align: left;
    }
    div.top div.contact span {
        margin-left: 5px;
    }

    div.col-sm-8.novedad .info-card {
        width:94%;
    }
    div.col-sm-4.novedad div.info-card {
        width: 87.5%;
    }
    div.row.small div.col-sm-4.novedad div.info-card h4 {
        font-size: 20px;
    }
    div.row.small div.col-sm-4.novedad div.info-card p {
        display: none;
    }
    div.row.small div.col-sm-4.novedad div.info-card p.datos {
        display: flex;
    }
    section.informacion div#prox-eventos div.col-sm-6 {
        padding-left:0;
    }

    .album-detalle .album_thumb {
        max-width: 24%;
    }


}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
    .navbar-expand-lg .navbar-nav {
        margin-right:0!important; 
    }

    div.detalle-contenido sidebar {
        display: block;
    }

    div.info-card {
        width: 96%;
    }
    div.col-sm-4.novedad div.info-card {
        width: 92.5%;
    }
    div.row.small div.col-sm-4.novedad div.info-card p.datos {
        font-size: 14px;
    }

    div.row.small div.col-sm-4.novedad div.info-card p {
        display: block;
        font-size: 16px;
    }

    div.listado-contenidos ul.novedades li {
        max-width: 800px;
    }
    .feature {
        flex-flow:row;
        margin-top: 50px;
        
    }
    div.feature img {
        width: 50%;
    }
    div.feature .info {
        width: 50%;
        padding: 0 30px;
    }
    div.feature:nth-of-type(2n) {
        flex-flow: row-reverse;
    }
    nav.navbar a.nav-link {
        font-size: 14pt;
    }
    header.ppl img {
        width:auto;
        max-width: 900px;
    }
}