
@media screen and (max-width: 768px){


    .hero{
        position: relative;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items:center;
    }

    #video-banner-desktop{
    display: none;
}

#video-banner-mobile{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
     object-fit: cover;
    filter: brightness(60%);
    z-index: -1; 
    top:0;
}
    
    .texto-banner{

        display: flex;
        flex-direction: column;
        position: relative;
        margin-top: 160px;
        text-align: center; 
    }
    #img-banner{
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: row;    
        justify-content:center; 
    }   
    
    #titulo-banner{
        font-family: "Poppins";
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--cor-c5);
        padding: 0px 15px;
        margin-top: 0px;
      
    }
    
    #subtitulo-banner{
        font-family: "Poppins";
        font-size: 1rem;
        font-weight: 400;
        color: var(--cor-c5);
        padding: 10px 15px;    
    }

    #whats_logo{
        position: fixed;   
        font-size: 3rem;
        color: var(--cor-branco);
        width:50px;
        height: 50px;
        text-align: center;
        margin-left: 85%;
        margin-top: 120%;
        
        }
    

    .aluguel{
        width: auto;
        height: 100%;
        margin: 10px 15px 10px 15px;
    }
    
    #titulo_aluguel{
        margin-top: 50px;
        margin-bottom: 50px;
        font-family: "Poppins";
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
        color: var(--cor-c4);
    
    }
    
    .aluguel_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:center;
        height: 100%;
        
    }

    .anuncio{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items:center;
    }
    
    .texto-banner_anuncio{
        display: flex;
        flex-direction: column;
        position: absolute;
        padding: 0px 15px;
        margin-top: 100px;
    
        
    }
    #img-banner_anuncio{
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: row;    
        justify-content:center; 
    }   
    
    #titulo-banner_anuncio{
        font-family: "Poppins";
        font-size: 1rem;
        color: var(--cor-c5);
        padding: 0px 15px;
        margin-top: -100px;
     
      
    }
    
    #subtitulo-banner_anuncio{
        font-family: "Poppins";
        font-size: 0.85rem;
        font-weight: 400;
        color: var(--cor-c5);
        padding: 0px 15px 0px 15px;
        margin-top: 5px;
    }
    
    .base_banner{
        display: none;
    }
    
    .grupo_valor{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 100px 0px 100px 0px;
        padding: 50px 20px 0px 20px;
    }
        
    .texto-banner_grupo_valor{
        display: flex;
        align-items: center;
        padding: 0px 15px 0px 15px;
        margin-top:-20%;
     
         
    }
    #img-banner_grupo_valor{
        width: 100%;
        height: 100%;
        margin: 50px 0px 50px 0px;
        display: flex;
        flex-direction: row;    
        justify-content:left;
        border-radius: 20px;
       
    }   
    
    #titulo-banner_grupo_valor{
        font-family: "Poppins";
        font-size: 1.3rem;
        color: var(--cor-c4);
        margin-bottom: 710px;
        padding: 15px;
        text-align: center;
     
    }
    
    #subtitulo-banner_grupo_valor{
        display: none;
        
    }
    
    #saiba_mais_grupo_valor{
        display: none;  
    }
    
    .main_depoimentos{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 0px;
        background: linear-gradient(to bottom, var(--cor-c1), var(--cor-azul-gradiente));
        
    }
    .cabecalho_depoimento{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 30px;
         
    }
    #titulo_depoimento{
        font-family: "Poppins";
        font-size: 25px;
        font-weight: 400;
        color: var(--cor-c5);
    }
    
    .depoimentos{
        width: 100%;
        height: 100%;
        padding: 0px 50px;
        margin: 0px 0px 50px 0px;
        gap: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        
    }
    
    .quem_somos{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        margin: 50px 0px;
        
    }
    
    .texto_quem_somos{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0px;    
    }
    #titulo_quem_somos{
        font-family: "Poppins";
        font-size: 25px;
        font-weight: 400;
        color: var(--cor-c3);
        text-align: center;
        margin-bottom: 20px;
    }
    
    #subtitulo_quem_somos{
        font-family:px "Poppins";
        font-size:15px ;
        font-weight: 400;
        color: var(--cor-c3);
        text-align: center;
        margin-bottom: 20px;
       
    }
    
    #conteudo_quem_somos{
        font-family: "Poppins";
        font-size: 15px;
        font-weight: 400;
        color: var(--cor-c2);
        text-align:justify;
        padding: 15px;
       
    }
    

    .footer{
        display: flex;
        flex-direction:column;
    
    }
    
    #bc_footer{
        width: 100%;
        height: 300px;
    }
    
    #links_uteis{
    display: none;
    }
    
    .dados_empresa{
        width: 100%;
        height: auto;
        margin: 70px 0px;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        color:var(--cor-c5);
        align-items:left;
        font-family: "Poppins";
        
    }
    
    #footer_nome_empresa{
        font-weight: bold;
        font-size: 13px;
        font-family: "Poppins";
        padding: 0px 10px 10px 10px;
    }
    
    #footer_endereco{
        padding: 0px 10px 10px 10px;
        font-weight: 400;
        font-size: 0.8rem;
    }
    
    #footer_bruno, #footer_marcus{
        font-size: 0.8rem;
    }
    
    #footer_email{
        padding: 5px 0px 0px 0px;
        font-weight: 400;
        font-size: 0.8rem;
    }
    
    .redes_sociais{
        margin: auto;
        margin-top: 235px;
        display: flex;
        flex-direction:row;
        justify-content:center;
        gap: 20px;
   
     
    }
    
    #instagram, #twitter, #facebook, #linkedin{
    font-size: 14px;
    padding: 5px 7px;
    color: var(--cor-c2);
    background-color: var(--cor-c5);
    }
    
    #frase_sociais{
display: none;
    }
    
    #frase_direitos{
        color:#ffffff;
        width: 100%;
        text-align: center;
        font-size: 10px;
        margin-bottom: 10px;
    }


}