body{
    padding: 0%;
    margin: 0%;
    background-color: #d2d2d288;
}

/*titulo principal start*/
.titulo{
    text-align: center;
}
.titulo h1{
    color: #ffffff;
    text-align: center;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.744);
    padding: 20px 20px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-top: 20px;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 4px 2px rgba(112, 2, 156, 0.384);  
}
/*titulo principal end*/






/*imagem de instalador start*/
.imagem-instalador{
    display:block;
    text-align: center;
    margin-top: 100px;
   
}
.imagem-instalador img{
    height: 30rem;
    width: 60rem;
    border: 3px solid rgba(0, 0, 0, 0.651);
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.637);
    margin-bottom: 30px;
    margin-top: 1rem;
}
.imagem-instalador h1{
    color: #120e4c;
    text-transform: uppercase;
    margin-bottom: 9px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
    letter-spacing: 3px;
    font-weight: bolder;
    font-size: 2.5rem;
}
/*imagem de instalador end*/





.distribuidora{
    color: #120e4c;
    text-transform: uppercase;
    margin-bottom: 9px;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    text-align: center;
    margin-top: 100px;
    font-size: 2.5rem;
    
}

.image-container {
    margin-top: 20px;
    display: flex;
    gap: 80px;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
   

}

.image-wrapper {
    flex: 1;
    max-width: 25%; /* Limita a largura máxima das imagens */
    max-width: 30%; /* Para garantir que a imagem não ultrapasse o contêiner */
    height: auto; /* Para manter a proporção da imagem */
    
    
}


.image-wrapper img {
    width: 100%;
    border: 3px solid rgba(0, 0, 0, 0.651);
    border-radius: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.637);
    
    
    
    
   
}




.container {
    width: 90%;
    max-width: 2000px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    margin-top: 90px;
    text-align: center;
    transition: transform 0.2s ease-in-out; /* Adicionando uma transição suave */
}

.container:hover{
    transform: scale(1.0); /* Aumenta o tamanho do texto em 10% */
}


#Ttexto {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 3px; /* Exemplo de espaçamento entre letras */
    
}

.tituloinfo {
    color: #120e4c;
    font-size: 2.5rem;
    margin: 0;
}

.slogan {
    color: #120e4c;
    font-size: 1.2rem;
    margin-top: 5px;
}

main {
    padding: 0 20px;
}

section {
    margin-bottom: 30px;
}

h2 {
    color: #333333;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}


.imagens-footer img:hover{
    transform: scale(1.03);
}


.imagens-footer{
    text-align: center;
    margin-top: 100px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
   
    
    
    

    
    
}
.imagens-footer img{
    max-width: 110px;
    background-color: #ffffff;
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.481); /* Sombra para dar destaque à imagem */
    
    
    
    
}


/* logo whatsapp start */
.WhatsApp img{
    width: 90px;
    height: auto;
  }
  .WhatsApp{
    
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    
  }
  .WhatsApp:hover{
    transform: scale(1.05);
    }
/* logo whatsapp end */   



/* titulo com imagem start */
.header {
    position: relative;
    width: 100%;
    height: 250px; /* Ajuste a altura conforme necessário */
    background-image: url('./imagens-sobre/sobre\ titulo\ img.jpg'); /* Substitua pelo caminho da sua imagem */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.34);
    letter-spacing: 4px;
    
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Ajuste a opacidade conforme necessário */
}

.header h1 {
    position: relative;
    z-index: 1;
    font-size: 3em;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
/* titulo com imagem end */




@media (max-width: 1020px){
    .header h1{
        font-size: 2rem;
    }
    .header{
        padding: 0;
        height: 10rem;
    }
    .container{
        max-width: 20rem;
    }
    .container h1{
        font-size: 1.5rem;
    }
    .imagem-instalador img{
        height: 15rem;
        width: 20rem;
    }
    .imagem-instalador h1{
        font-size: 2rem;
       
    }
    .distribuidora{
        font-size: 2rem;
    }
    .image-wrapper img{
        width: 10rem;
    }
    .image-container{
        padding-right: 4rem;
    }
}