
.rodape{
    background-color: #f3f3f3;
    margin-top: 3em;
    padding: 3em;
}

h2{
    margin: 0.8em 0;
}

.home-servicos a{
    display: block;
}

.titulo{
    background: #8c2d2d;
    background: linear-gradient(0deg,rgba(140, 45, 45, 1) 0%, rgba(189, 55, 55, 1) 100%);
    padding: 2em;
    color:#fff;
    margin-bottom: 2em;
}

.banner {
    width: 100%;
    height: 400px;
    /* Define a cor de fundo e o caminho da imagem */
    background: #531515;
    background-image: url('../imagens/um-homem-instala-um-sistema-de-aquecimento-em-uma-casa-e-verifica-os-tubos-com-uma-chave-inglesa.jpg');
    
    /* Ajusta como a imagem e a cor interagem */
    background-blend-mode: multiply; 
    
    /* Ajustes padrão de posicionamento */
    background-size: cover;
    background-position: center;
    color:#fff;
    padding: 3em;
}

.banner h1{
    font-size: 4em;
    font-weight: bold;;
}

.banner .whats{
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
}

.banner a{
    text-decoration: none;
    color: #000;
}

.menu a{
    font-weight: bold;
}