body{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../imagens/background-gradiente.gif);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
     
   }

.logo{
    max-width: 5%;
    display: block;
    
}
nav{
    display: flex;
    background-color: whitesmoke;
    padding: 20px;
    left: 0;
    right: 0;
    justify-content: center;
      
}
nav ul li a {
    margin: 0 auto;
    gap: 20px;
    padding: 10px;
    content: "|";

}
nav li:not(:last-child)::after{
    content: "|";
    font-weight: bolder;

}

nav ul li a:hover{
    background-color: gray;
    padding: 10px;
}

.redessociais :hover{
    background-color: gray;
}
nav ul {
    display: flex;
    list-style: none;
    justify-content: center;
    
}
footer{
    background-color: rgb(104, 104, 104);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    padding: 20px;
    bottom: 0;
    position: sticky;
    left: 0;
    right: 0;
    color: whitesmoke;
    margin-top: auto;
}

footer ul{
    list-style: none;
    padding: 0;

}

footer a{
    color: whitesmoke;

}

footer a:hover{
    text-decoration: underline;
    color: rgb(0, 0, 0);

}

.redessociais{
    display: flex;      
    flex-wrap: nowrap;
    gap: 10px; 
    padding: 20px;      
}
.redessociais a{
    color: black;
    
}
a{
    text-decoration: none;
    
}
.redessociais div {
    border: 2px solid #000; 
    padding: 10px 15px;     
    white-space: nowrap;     
    margin-top: 20px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255)    
    
}
.botao-folheto{
    display: flex;
    border: 2px solid #000;  
    padding: 10px 15px;     
    white-space: nowrap;     
    margin-top: 40px;
    border-radius: 20px;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    max-width: 250px;
    margin: 0 auto;
}
.botao-contacto{
    display: flex;
    border: 2px solid #000;  
    padding: 10px 15px;     
    white-space: nowrap;     
    margin-top: 40px;
    border-radius: 20px;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    max-width: 250px;
    margin: 0 auto;
   
}
.form-contactos{
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5%;
    padding-left: 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.texto-sobre{
    background-color: whitesmoke;
    margin: 0 auto;
    max-width: 1100px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
    text-align: center;
    margin-bottom: 40px;  
}
.titulos{
    text-align: center;
    padding-top: 20px;
  
}

.icon{
    display: flex;
    justify-content: center;
    font-size: 60px;
}

small{
    display: flex;
    align-items:self-end;

}
.botao-contacto:hover{
    background-color: gray;
    
}
.botao-folheto:hover{
    background-color: gray;
    
}
.tabela-serv-prod{
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 40px;
    background-color: whitesmoke;
}
.tabela-serv-prod td{
    padding: 12px 15px;
    text-align: center;
    
}
.tabela-serv-prod tr:first-child td{
    border-bottom: 2px solid #ccc;
    font-weight: bold;

}
.imagens{
    display: flex;
    flex-direction: row;
    gap: 1%;
    padding: 20px;
    justify-content: space-evenly;
}