/* CORES DE FUNDO */
body{
    background-color: #f5f5f5;
}
nav{
    background-color: #848484;

}

/* NAVBAR */
.navbar{
    position: fixed;
    z-index: 1;
    width: 100%;
}

/* BOTÃO DO WHATSAPP */
.whatsapp-link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
}

.fa-whatsapp {
    margin-top: 16px;
}
.whatsapp-link:hover{
    background: white;
}
.item{
    font-size: 20px;
    text-align: right;
    color: whitesmoke;
}

/* Botão orçamento */
.orcamento{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.btnOrcamento{
    font-size: 1.25em;
    color: #0f0a0a;
    font-style: italic;
    font-family: "Nunito";
    border: 4px solid #0f0a0a;
    background: transparent;
    padding: 10px;
    margin: 10px;
    border-radius: 0px;
    align-items: center;
    cursor: pointer;
}

.sobre{
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sobre-info{
    flex: 2 1 300px;
    margin: 0 10px;
}

.sobre-info h1{
    font-size: 3em;
    margin-bottom: .5em;
    
}
.sobre-info p{
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 1em;
    color: #7c7c7c;
}
.sobre-img{
    flex: 1 1 100px;
    margin: 0 10px;
}

.areas{
    max-width: 960px;
    margin: 0 auto;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 20px;
    min-width: 260px;

}
.area-div{
    max-width: 960px;
    margin: 0 auto;
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
}
.area-div h1{
    font-size: 3em;
    margin-bottom: 5em;
    margin: 0 auto;
    text-align: center;
}
.refe-div{
    flex: 2 1 300px;
    margin: 0 10px;
}
.refe-div p{
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #7c7c7c;
    text-align: center;
}
.refe-div h1{
    font-size: 3em;
    margin-bottom: 5em;
    margin: 0 auto;
    text-align: center;
}
.politica-div{
    flex: 2 1 300px;
    margin: 0 10px;
}
.politica-div p{
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #7c7c7c;
}
.politica-div h1{
    font-size: 3em;
    margin-bottom: 5em;
    margin: 0 auto;
    text-align: center;
}
.tit{
    font-size: 1.25em;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 1em;
    color: #020202;
    text-align: center;
}

.itemi{
    margin-bottom: 10px;
}
.conheca h1{
    font-size: 3em;
    margin-bottom: 5em;
    margin: 0 auto;
    margin-top: 10px;
}
.conheca{
    text-align: center;
}
.carousel-item{
    margin-top: 80px;
}
.areasAtuacaoIcons{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 50px;
}

.raio{
    margin-left: 60px;
}
.neve{
    margin-left: 60px;
}
.pincel{
    margin-left: 60px;
}
.chave{
    margin-left: 60px;
}
.engrenagem{
    margin-left: 60px;
}

/* Animações */

.raio img{
    width: 100px;
    height: 100px;
}
.neve img{
    width: 100px;
    height: 100px;
}
.pincel img{
    width: 100px;
    height: 100px;
}
.chave img{
    width: 100px;
    height: 100px;
}
.engrenagem img{
    width: 100px;
    height: 100px;
}


.raio a h3{
    width: 100px;
    text-align: center;
    font-size: 1.15em;
    line-height: 1.4;
    margin-bottom: 1em;
    text-decoration: none;
    color: #0f0a0a;
}
.neve a h3{
    width: 100px;
    text-align: center;
    font-size: 1.15em;
    line-height: 1.4;
    margin-bottom: 1em;
    text-decoration: none;
    color: #0f0a0a;
}
.pincel a h3{
    width: 100px;
    text-align: center; 
    font-size: 1.15em;
    line-height: 1.4;
    margin-bottom: 1em;
    text-decoration: none;
    color: #0f0a0a;
}
.chave a h3{
    width: 100px;
    text-align: center;
    font-size: 1.15em;
    line-height: 1.4;
    margin-bottom: 1em;
    text-decoration: none;
    color: #0f0a0a;
}
.engrenagem a h3{
    width: 100px;
    text-align: center;
    font-size: 1.15em;
    line-height: 1.4;
    margin-bottom: 1em;
    text-decoration: none;
    color: #0f0a0a;
}

.raio a:hover{
    text-decoration: none;
}
.neve a:hover{
    text-decoration: none;
}
.pincel a:hover{
    text-decoration: none;
}
.chave a:hover{
    text-decoration: none;
}
.engrenagem a:hover{
    text-decoration: none;
}
footer{
    background-color: #7c7c7c;
    display: flex;
    flex-wrap: wrap;
}
.contatos-footer{
    text-align: center;
    padding-top: 10px;
}
.img-footer{
    text-align: center;
    margin-top: 5px;
}
.numero{
    margin-top: 5px;
    font-size: 1.25em;
    line-height: 1.2;
    color: #383434;
}
.instagram{
    margin-top: 3px;
    height: 30px;
    width: 30px;
}
.facebook{
    margin-top: 3px;
    height: 30px;
    width: 30px;
}
footer p {
    margin-top: 3px;
    font-size: 0.75em;
    text-align: center;
}
.container{
    display: flex;
}

/* Contatos */

.foot{
    background-color: #7c7c7c;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.foot p{
    margin-top: 50px;
    font-size: 0.75em;
    text-align: center;    
} 

.bacg{

   margin-left: 80px;
   margin-right: 80px;
   padding-top: 100px;
   padding-left: 30px;
   padding-bottom: 30px;
   text-align: center;
}
.numeroCont{
    margin-top: 5px;
    font-size: 1.1em;
    line-height: 1.2;
    color: #1d1d1d;
    text-align: center;
}
.numeroCont p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bacgh1{
    font-size: 1.8em;
    margin-bottom: 5em;
    margin: 0 auto;
    color: #1d1d1d;
    text-align: center;
    margin-top: 80px;
}
.bacgh{
    font-size: 3em;
    margin-bottom: 5em;
    margin: 0 auto;
    color: #1d1d1d;
    text-align: center;
}