@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;
    }

    #banner-meio .btn {
        font-size: 18px !important;
    }

    .botaozinho {
        font-size: 14px !important;
    }

    #cobertura .mtn-8 {
        margin-top: 0px !important;
    }

    #curso img {
        width: 25% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #cobertura2 h5 {
        font-size: 15px !important;
    }

    .d-mob {
        display: none !important;
    }

    #cobertura2 .pb-9 {
        padding-bottom: 0px !important;
    }

    #conectado-sempre .py-9 {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }

    .navbar-brand {
        margin: 0px auto !important;
    }

    .fixed-top .navbar-brand {
        display: none !important;
    }

    .hover-1-description {
        transform: unset;
        transition: all 0.4s;
        opacity: 1;
    }

    .hover-1 .hover-overlay {
        background: #ff252f !important;
    }

    .hover-1 img {
        display: none !important;
    }

    .hover-1-title {
        color: #ffb900 !important;
    }

    .hover-1-content {
        bottom: 3.5rem;
    }

    .texto-giga, .texto-grande, .texto-mega{
        font-size: 32px !important;
    }

    #app h1.lh-sm{
        line-height: 2 !important;
    }

    #noticia img{
        width: 100% !important;
    }

    .fsizem-14{
        font-size: 14px !important;
    }

}