@media screen and (max-width: 900px) {
    body { 
        overflow-x:hidden;
    }
    .somente_desktop { 
        display: none!important;
    }
    .somente_mobile { 
        display: block!important;
    }

    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .scroll  {
        background-color: white !important;
        transition: all 0.4s ease-in-out;
        -webkit-box-shadow: -1px 5px 5px -3px rgb(0 0 0 / 56%);
        -moz-box-shadow: -1px 5px 5px -3px rgba(0, 0, 0, 0.56);
        box-shadow: -1px 5px 5px -3px rgba(0, 0, 0, 0.56);
        color: var(--cinza-principal) !important;
    }

    nav.navbar {
        position: fixed;
        transition: 0;
        background-color: transparent;
        z-index: 99;
        margin: auto;
        width: 100%;
    }
    
    .navbar-collapse  { 
        width: 100%;
        background-color: var(--cinza-principal);
        transition: all 0.4s ease-in-out;
       }

       .navbar-collapse a { 
        color: white;
        transition: all 0.3s ease-in-out;
    }


       .scroll .navbar-collapse { 
        width: 100%;
        background-color: white;
        transition: all 0.4s ease-in-out;
       }

    .navbar-collapse ul.navbar-nav {
        width:100%;
    }

    .scroll  .navbar-collapse a { 
        color: var(--cinza-principal) !important;
        transition: all 0.3s ease-in-out;
    }

    .nav-link:focus, .nav-link:hover {
        color: #3C2414;
    }
    .text-primary {
        --bs-text-opacity: 1;
        color: var(--cinza-principal) !important;
    }
    
 
    .scroll a:hover {
        color: var(--cinza-principal) !important;
        opacity: 0.6;
    }

    .nav-link, .nav-link:active, .nav-link:visited {
        display: block;
        color: white;
        padding: 10px 0px;
        margin: 5px 0px;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }


    a.navbar-brand img {
        max-height: 50px;
    }

    ul.navbar-nav li {
        font-size: 1.2rem;
        font-weight: 300;
        margin: 0px 10px;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid #ffffff;
        border-radius: 0.25rem;
        transition: box-shadow .15s ease-in-out;
    }

    .navbar-toggler i {
        color: #ffffff; 
        font-size: 1.5rem;
        padding:2px 3px;
    }




    .scroll .navbar-toggler i,.scroll .navbar-toggler i:active {
        color: var(--cinza-principal) ; 
        font-size: 1.5rem;
        padding:2px 3px;
    }

    .scroll .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid var(--cinza-principal) !important;
        border-radius: 0.25rem;
        transition: box-shadow .15s ease-in-out;
    }



    section#bloco_capa {
        display: block;
        width: 100%;
        min-height: 100vh;
        background-color: #4d4d4d;
        background-image: url(/images/fundo.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    section#bloco_capa .controle_capa {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%;
        margin-left: auto;
        margin: 100px auto 30px auto;
        padding: 0px;
    }
    


    section#bloco_capa .bloco_login {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        max-width: 90%;
        width: 400px;
        height: auto;
        padding: 30px;
        background-color: white;
    }
    
    section#bloco_capa .input_login {
        min-height: 66px;
        height: auto;
        width: 100%;
        background-color: #ffffff;
        padding-left: 12px;
        margin: 0;
        font-size: 18px;
        line-height: 19px;
        color: #4f4f4f;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0px;
        border-width: 1px;
    }

    section#bloco_capa .controle_textos_capa { 
        display: table;
        padding: 20px 5px; 
        box-sizing: border-box;
    }


    section#bloco_capa .texto_capa  { 
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        max-width: 100%;
        width: 98%;
        margin: auto;
        box-sizing: border-box;
        }
        
        section#bloco_capa .texto_capa h1 { 
            color: white;
            font-size: 3.3rem;
            line-height: 3.5rem;
            display: block;
            width: 100%;
            font-weight: 600;
            text-align: center;
            margin: 0px auto 20px;
            box-sizing: border-box;
        }
        
        section#bloco_capa .texto_capa h3 { 
            color: white;
            font-size: 1.5rem;
            line-height: 1.7rem;
            display: block;
            width: 100%;
            font-weight: 300;
            text-align: center;
            box-sizing: border-box;
        }



        
section#bloco_capa .botao_conheca_capa {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    min-height: 60px;
    padding: 0;
    margin: 30px auto !important;
    border-radius: 0px;
    border: solid 1px var(--cinza-principal);
    background-color: var(--cinza-principal);
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.3 ease-in-out;
}

section#bloco_capa .botao_conheca_capa:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    min-height: 60px;
    padding: 0;
    margin: 30px auto !important;
    border-radius: 0px;
    border: solid 1px var(--cinza-base);
    background-color: var(--cinza-base);
    color: white;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.3 ease-in-out;
}
}