/*
------------------------------------------------
Template: uesc v.202401
Template Author: wmaster-samir
Template Site: http://uesc.br
------------------------------------------------
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #UescTopo { background-size: auto; }
    #NoticiasUesc p { width: 50% !important; }
    #EventosUesc .event { width: 50% !important;}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #hero .card img { min-height: 100%; }
    #hero .destaque-link h5, h6 { letter-spacing: normal; }
    #menuUescInterno .dropdown-menu { position: relative !important; }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #UescNav, .navbar a { font-size: 18px; }
    .acesso-rapido a img { width: 100px; }
    #NoticiasUesc p { width: 33.33333333% !important; padding: 0 15px; }
    #EventosUesc .event { width: 33.333333% !important;padding: 0 15px; }
    #hero h5 {font-size: 1.4rem;}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* XX-Large devices (oxe digital) */
@media (min-width: 2200px) {}