.hero{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:center;
    overflow: hidden;
}

.texto-banner{
    position: absolute;
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 0px 10px;
    z-index: 10;  
}

#video-banner-desktop{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(60%);
    z-index: -1;  
}   

#video-banner-mobile{
display: none;
}


#titulo-banner{
    font-family: "Poppins";
    font-size: 4rem;
    font-weight: bold;
    color: var(--cor-c5);
    padding: 0px 15px;
    margin-top: 50px;
  
}

#subtitulo-banner{
    font-family: "Poppins";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--cor-c5);
    padding: 10px 25px;    
}

#whats_logo{
    position: fixed;   
    font-size: 3rem;
    color: var(--cor-branco);
    width:50px;
    height: 50px;
    text-align: center;
    margin-left: 95%;
    margin-top: 40%;
    
    }

.aluguel{
    width: auto;
    height: auto;
    margin: 10px 100px 10px 100px;
}

#titulo_aluguel{
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: "Poppins";
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    color: var(--cor-c4);

}

.aluguel_container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content:space-evenly;
    height: auto;

    
}

.anuncio{
    width: 100%;
    height: 594px;
    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: 100%;
    display: flex;
    flex-direction: row;    
    justify-content:center; 
}   

#titulo-banner_anuncio{
    font-family: "Poppins";
    font-size: 2.85rem;
    color: var(--cor-c5);
    padding: 0px 15;
    margin-top: -250px;
 
  
}

#subtitulo-banner_anuncio{
    font-family: "Poppins";
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--cor-c5);
    padding: 0px 15px;
    margin-top: 50px;

}

.base_banner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    padding: 0px 15px;
    margin-top:550px;

}

#nome_empresa{
    font-family: "Poppins";
    font-size: 1rem;
    font-weight: 400;
    color: var(--cor-c5);
    padding: 0px 20px;

}

.grupo_valor{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    margin: 100px 0px;
    padding: 0px 20px;
}
    
.texto-banner_grupo_valor{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 30px;
     
}
#img-banner_grupo_valor{
    width: 396px;
    height: 561px;
    display: flex;
    flex-direction: row;    
    justify-content:left;
    border-radius: 20px;
   
}   

#titulo-banner_grupo_valor{
    font-family: "Poppins";
    font-size: clamp(15px, 3vw, 42px);
    color: var(--cor-c4);
    margin-top: -450px;
   position: absolute;

  
}

#subtitulo-banner_grupo_valor{
    font-family: "Poppins";
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 400;
    color: var(--cor-c4);
    text-align: justify;
    position: relative;
    margin-bottom: -150px;
    
}


.main_depoimentos{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 100px 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;
    margin: 50px;
     
}
#titulo_depoimento{
    font-family: "Poppins";
    font-size: 2.85rem;
    font-weight: 400;
    color: var(--cor-c5);
}

.depoimentos{
    width: 100%;
    height: 100%;
    padding: 0px 50px;
    margin: 0px 0px 50px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
}

#depoimento{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
   
}

.quem_somos{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    margin: 100px 0px;
    
}

.texto_quem_somos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 150px;    
}
#titulo_quem_somos{
    font-family: "Poppins";
    font-size: 2.85rem;
    font-weight: 400;
    color: var(--cor-c3);
    text-align: center;
    margin-bottom: 20px;
}

#subtitulo_quem_somos{
    font-family: "Poppins";
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--cor-c3);
    text-align: center;
    margin-bottom: 50px;
   
}

#conteudo_quem_somos{
    font-family: "Poppins";
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--cor-c2);
    text-align:justify
   
}

.footer{
    display: flex;
    flex-direction: row;

}

#bc_footer{
    width: 100%;
    height: 300px;
}

#links_uteis{
    width: 20%;
    height: auto;
    position: absolute;
    margin: 70px 0px;
    padding: 0px 0px 0px 100px;
    display: flex;
    flex-direction: column;
    color:var(--cor-c5);
    align-items:left;
    font-family: "Poppins";
    font-size: 1rem;
    font-weight: bold;
    z-index: 4;
}

#titulo_links{
    margin-bottom: 20px;
}
 #footer_home, #footer_aluguel,#footer_anuncio, #footer_oportunidade, #footer_quemSomos {
    text-decoration: none;
    color:var(--cor-c5);
    align-items:left;
    font-family: "Poppins";
    font-size: 0.8rem;
    font-weight: 400;
    padding: 5px;
    cursor: pointer;
    

}

#footer_home:hover, #footer_aluguel:hover, #footer_anuncio:hover, #footer_oportunidade:hover, #footer_quemSomos:hover {

    color: var(--cor-c4);
}

.dados_empresa{
    width: 100%;
    height: auto;
    position: absolute;
    margin: 70px 0px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color:var(--cor-c5);
    align-items:left;
    font-family: "Poppins";
    z-index: 1;
    
}

#footer_nome_empresa{
    font-weight: bold;
    font-size: 1rem;
    font-family: "Poppins";
    padding: 0px 0px 20px 0px;
}

#footer_endereco{
    padding: 0px 0px 10px 0px;
    font-weight: 400;
    font-size: 0.8rem;
}

#footer_bruno, #footer_marcus{
    font-size: 0.8rem;
}

#footer_email{
    padding: 10px 0px 0px 0px;
    font-weight: 400;
    font-size: 0.8rem;
}

.redes_sociais{
    display: flex;
    flex-direction: row;
    justify-content:right;
    position: absolute;
    width: 100%;
    margin: 180px 0px 0px -100px;
    gap: 10px;
    z-index: 3;
 
}

#instagram, #twitter, #facebook, #linkedin{
font-size: 1rem;
padding: 5px 10px;
color: var(--cor-c2);
background-color: var(--cor-c5);
}

#frase_sociais{
    position: absolute;
    color:#ffffff;
    width: 100%;
    margin: 210px 0px 0px -100px;
    text-align: right;
    font-size: 12px;
}

#frase_direitos{
    position: absolute;
    color:#ffffff;
    width: 100%;
    margin: 270px 0px;
    text-align: center;
    font-size: 10px;
}

