@media screen and (max-width: 900px) {
    .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;
    }

    .d-site {
        display: unset !important;
    }

    .d-none {
        display: none !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;
    }

    .botaozinho {
        font-size: 14px !important;
    }

    #processo .mtn-8 {
        margin-top: 0px !important;
    }

    #processo2 h5 .fw-bold {
        font-size: 16px !important;
    }

    .d-mob {
        display: none !important;
    }

    .navbar-brand {
        width: 100% !important;
        margin: 10px auto !important;
    }

    .fixed-top .navbar-brand {
        display: none !important;
    }

    .texto-giga,
    .texto-grande,
    .texto-mega {
        font-size: 32px !important;
    }


    #noticia img {
        width: 100% !important;
    }

    .fsizem-14 {
        font-size: 14px !important;
    }

    #ensino .wh-230,
    #convenios .wh-230 {
        width: 180px !important;
        height: 180px !important;
    }

    #ensino .wh-230 h5 {
        font-size: 15px !important;
    }

    #fixos {
        position: fixed !important;
        bottom: 0 !important;
        top: unset !important;
        width: 100% !important;
        display: table !important;
        transform: unset !important;
    }

    /* cada botão ocupa 50% */
    #fixos>div,
    #fixos>a>div {
        width: 50% !important;
        border-radius: 0px !important;
        float: left !important;
        justify-content: center !important;
    }
}