@media screen and (max-width: 900px) {

    .menu.fixed-top .navbar-brand{
        display: none !important;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255%2C 255%2C 255%2C 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .bg-fixed {
        background-attachment: unset !important;
    }

    .texto-grande {
        font-size: 35px !important;
    }

    #contatos .fs-5 {
        font-size: 16px !important;
    }

    #contatos .text-justify {
        text-align: center !important;
    }

    .d-mob{
        display: none !important;
    }

    #ufrgs .border-end{
        border: none !important;
    }

    #vestibular .fa-check, #redacao .fa-check, #dicas .fa-check, #provas .fa-check{
        display: none !important;
    }

}