@media screen and (max-width: 900px) {
.somente_desktop { 
    display: none!important;
}
    /* Menu */

    .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(--azul-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(--azul-escuro);
        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(--azul-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(--azul-principal) !important;
    }
    
 
    .scroll a:hover {
        color: var(--azul-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(--azul-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(--azul-principal) !important;
        border-radius: 0.25rem;
        transition: box-shadow .15s ease-in-out;
    }




section.Bloco-Capa { 
    padding: 0px;
    margin: 0px;
    background-color: var(--azul-escuro);
    display: block;
    width: 100%;
    height: 100vh;
    /*background-image: url("../Imagens/Capa.jpg");
    background-size: cover;
    background-repeat: no-repeat;*/
}


    section {
        padding: 0px;
    }

    h2.TituloSecao {
        font-size: 40px;
        font-weight: 700;
        line-height: 1.4;
        color: rgba(0, 0, 0, 0.8);
    }

    h3.TituloSecao {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        color: rgba(0, 0, 0, 0.8);
    }

    h3.TituloSecao {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        color: rgba(0, 0, 0, 0.8);
    }

    h6.SubTitulo {
        font-size: 13px;
        display: block;
        margin-bottom: 5px;
        color: var(--azul-principal);
        font-weight: 700;
        text-transform: uppercase;
    }


    h3.SubTitulo {
        font-size: 18px;
        display: block;
        margin-bottom: 5px;
        color: var(--azul-principal);
        font-weight: 700;

    }

    h2.TituloPadrao {
        display: block;
        margin-bottom: 5px;
        font-weight: 300 !important;
    }

    h4.TituloPadrao {
        display: block;
        margin-bottom: 5px;
        font-weight: 300 !important;
    }

    h3.Subtitulo {
        display: block;
        margin-bottom: 5px;
        font-weight: 300 !important;
    }

    /* Seção QUEM SOMOS*/

    section.QuemSomos {
        display: block;
    }

    .ImagemQuemSomos {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 100%;
        max-width: 100%;
        width: 100%;
        overflow-x: hidden;
    }


    p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 25px;
        color: #808080;
    }

    footer {
        padding: 60px 20px;
        background-color: var(--azul-escuro);
        color: white;
        margin-top: 50px;
    }

    footer p {
        color: white !important;
    }


    footer .copy {
        color: white;
        padding: 10px 20px;
        margin: auto;
    }

    .ESCONDE {
        display: none;
    }

    .MOSTRA {
        display: block !important;
    }

    .Whatsapp {
        position: fixed;
        display: none;
        right: 10px;
        bottom: 10px;
        width: auto;
        height: 100px;
        transition-duration: 2s;
    }

    .Whatsapp img {
        max-width: 100%;
        width: auto;
        transition-duration: 2s;
        height: 100px;
    }

    .Whatsapp img:hover {
        opacity: 0.7;
        transition: all 0.3s ease-in-out;
    }


    .Divisor1 {
        height: 250px;
        background-image: url('../Imagens/TelhadeZinco.jpg');
    }


    section.Projetos img {
        max-width: 100%;
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .margem-projetos {
        margin-bottom: 30px;
    }

    .ItemProjetos {
        max-width: 100%;
        width: 100%;
        height: 280px;
        position: relative;
        display: block;
        overflow: hidden;
        cursor: pointer;
    }

    .ItemProjetos img {
        transition: all 0.4s ease-in-out;
    }

    .ItemProjetos:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        transition: all 0.4s ease-in-out;
    }

    .ProjetoUrlMascara {
        display: block;
        background-color: rgba(54, 55, 50, 0.79);
        bottom: -127px;
        z-index: -1;
        color: #fff;
        padding: 25px;
        position: absolute;
        width: 100%;
        text-align: left;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }


    .ItemProjetos:hover>.ProjetoUrlMascara {
        display: block;
        background-color: rgba(54, 55, 50, 0.79);
        bottom: 0px;
        z-index: 1;
        color: #fff;
        padding: 25px;
        position: absolute;
        width: 100%;
        text-align: left;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    a.LinkBotao {
        padding: 10px 20px;
        color: white;
        background-color: var(--azul-principal);
        transition: all 0.3s ease-in-out;
        font-size: 20px;
        text-decoration: none;
        font-weight: 300;
    }

    a.LinkBotao:hover {
        padding: 10px 20px;
        color: white;
        background-color: var(--azul-principal);
        opacity: 0.5;
        transition: all 0.3s ease-in-out;
    }


    .overlay {
        background: url(../Imagens/overlay.png) repeat scroll 0 0 transparent;
        height: 100%;
    }

    .parallax {
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* Bloco 1 */

    .BlocoTextoDivisor {
        display: flex;
        height: 250px;
        max-width: 90%;
        width: 100%;
        margin: auto;
        justify-content: center;
        align-items: center;
        align-content: center;
        color: white;
        padding: 0px 50px;
        text-align: center;
    }


    /* Footer */

    .footer-social i {
        font-size: 40px;
        margin-right: 10px;
        color: white;
        --bs-gutter-x: 0 !important;
    }

    /* Blog */

    img.ImagemCard {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .MiniBlocoContato {
        display: block;
        margin-top: 25px;
    }

    .MiniBlocoContato i {
        font-size: 2rem;
    }

    .MiniBlocoContato p {
        margin-top: 10px;
    }

    .LinkMenu {
        color: black;
    }

    /* PRODUTOS */

    section.Produtos {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .DivisorCoresProdutos {
        position: relative;
        display: block;
        padding: 30px;
        height: auto;
        max-width: 100%;
        width: 100%;
        background-color: var(--azul-principal);
        margin: 50px 0px;
        overflow-x: hidden;
    }

    .DivisorCoresProdutosCatalogo {
        position: relative;
        display: block;
        padding: 30px;
        height: auto;
        max-width: 100%;
        width: 100%;
        background-color: #f08224;
        margin: 50px 0px;
        overflow-x: hidden;
    }
    

    
    .DivisorCoresProdutos h3 {
        color: white;
        font-size: 1.7rem;
        text-align: center;
        font-weight: 600;
    }
    
    .DivisorCoresProdutos h4 {
        color: white;
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-align: center;
    }
    
    .flecha-seletor {
        width:100%;
        display: grid;
        align-items: center;
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 50px;
        box-sizing: border-box;
        font-size: 22px;
        margin: 20px auto;
        transition: all 0.3s ease-in-out;
        color: var(--azul-principal);
        cursor: pointer;
    }
    
    .flecha-seletor:hover {
        width: 100%;
        display: grid;
        align-items: center;
        padding: 10px 20px;
        border: 1px solid #ccc;
        border-radius: 50px;
        box-sizing: border-box;
        font-size: 22px;
        margin: 20px auto;
        transition: all 0.3s ease-in-out;
        color: var(--azul-principal);
        cursor: pointer;
    }
    

/* Estilo personalizado para o select */
select.seletor-segmento {
    font-size:15px;
    width: 100%;
    display: inline-block;
    border: none;
    outline: none;
    text-align: center;
    background-color: transparent;
    box-sizing: border-box;
    /* Cor com 50% de transparência (0.5 de opacidade) */
    color: var(--azul-principal);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
/* Adicionei position relative para posicionar o ícone absolutamente */
}
    

h3.informacoes_titulo{
    font-size: 20px;
    line-height: 22px;
    color: var(--azul-principal);
    text-align: left;
}

input.submit_profissional { 
    padding: 10px 40px;
    border: 1px solid #777777;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    font-size: 20px;
    line-height: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}


input.submit_profissional:hover { 
    padding: 10px 40px;
    border: 1px solid var(--azul-escuro);
    background-color: var(--azul-escuro);
    color: white;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    font-size: 20px;
    line-height: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.controle_planeta { 
    position: relative;
    }
    
    .controle_planeta img { 
        position: inherit;
        display: block;
        max-width: 90%;
        width: 100%;
        margin: 20px auto 0px auto;
        right: auto;
    }

    .hero_logo img {
        display: block;
        max-width: 82%;
        width: 100%;
        margin:auto;
    }
    
    
    .hero_logo p {
        display: block;
        width: 100%;
        margin:10px auto 20px auto;
        color: white;
        text-align: center;
        font-size: 25px;
        letter-spacing: 5px;
        padding-left: 5px;
        font-family: 'Questrial', sans-serif;
        box-sizing: border-box;
    }
    section.video .bloco_quem_somos_pai {
        display: flex;
        align-items: center;
        align-content: center;
        width: 100%;
        height: 100%;
        margin-top:30px;
    }


}