@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
*{
    padding: 0; 
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body section{
    padding-top: 120px;
}



/*Faz com que as linhas não colidam entre si*/
.row::after {
    content: "";
    clear: both;
    display: table;
}

/*Faz com que as colunas flutuem à esquerda com distância de 15px*/
[class*="col-"] {
    float: left;
    padding: 15px;
}

/*Divide a tela em doze colunas, cada uma representa uma porcentagem diferente da tela.
Para desktop */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

body{
    font-family: 'Nunito Sans', sans-serif;
}

html{
    
    overflow-x: hidden;
}
/* Estilização da sessão empresa */
.home{
    border-top: 0.4px solid green;
    text-align: left;
    align-items: center;
    justify-content: center;
    padding: 10px;
  
 
    
}

/* Estilização conteudo 1 */
.home h1{
    padding-top: 110px;
    margin: 20px;
    font-size: 40px;
    text-align: center;
}


.home-content1{
    display: flex;
    flex-wrap: wrap;  
}

.home-image img:hover{
    opacity: 0.8;
    transition: 0.50s;
    
}

.home-content1 p{
    text-align: justify;
    text-indent: 2cm;
    font-size: 23px;
    margin: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    
}
/* fim da estilização couteudo 1 */
.home2 h1{

    padding-top: 0;
}
.home2 p{
    text-align: justify;
    text-indent: 2cm;
    font-size: 23px;
    padding: 30px;
    flex-wrap: wrap;
    
}

.home2 h1{
    text-align: center;
}

.paragrafo1{
    float: left;
    text-align: left;
    justify-content: left;
    width: 60%;
}


.home .social-midia a{
    font-size: 30px;
    color: black;
    display: inline;
    
    
}

.home .social-midia{
    padding: 20px;
    padding-left: 10%;
}


.home .social-midia a:hover{
    color: green;
    transition: 0.30s;
}


.obra{
  
    width: 450px;
    height: 300px;
    border-radius: 20px;
    
    overflow: hidden;
    position: relative;
    float: right;
    
    
}
.empresa-2{
    width: 100%;
    display: flex;
    float: center;
    flex-wrap: wrap;
}
.container-3{
    position: relative;
    display: flex;
    float: right;
    
    z-index: 1;
    padding: 10px;
}
.obra-body{
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    position: absolute;
    background: #1f3d4738;
    backdrop-filter: blur(5px);
    border-radius: 15px;
    color: white;
 
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 2s;
}

.obra:hover .obra-body{
    right: 0;
}

.obra img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 15px;
   
}
.obra-title h1{
    text-align: center;
}
.obra-body h1 {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-size: 50px;
    
}

.obra-info{
    font-size: 16px;
    
}

/* fim da introdução */

.servico{
    border-top: 0.4px solid green;
    padding: 10px;

}

.servico .servico-container h1{
    padding-top: 110px;
    margin: 20px;
    font-size: 40px;
    text-align: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.3;
    
} 

.servico-container p{
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    width: 80%;
    margin: 0 auto;
  
}



.servico-2{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.servico-2 h1{
    
    margin: 20px;
    font-size: 40px;
}


.servico-2 p{
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
}






/*-----Portifolio-------*/
.portifolio{
    border-top: 0.4px solid green;
    padding: 20px;
    
}

.portifolio h1{
    text-align: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
}

.portifolio p{
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    padding: 20px;
}

/* ------fim do portifolio---- */
/*------ caixa clientes------- */ 





.cliente{
    border-top: 0.4px solid green;
    padding: 20px;
}
.cliente h1{
    padding-top: 110px;
    margin: 20px;
    font-size: 40px;
    text-align: center;
}

.cliente p{
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    padding: 20px;
}




/*------Footer------*/
footer{
    background-color: rgba(0, 0, 0, 0.795);
    width: 100%;
    min-height: 300px;
    display: flex;
}

footer .boxs{
    
    width: 100%;
    min-height: 100px;
    padding: 20px;

}



.boxs h1, h2{
    color: white;
    margin-bottom: 20px;
    font-size: 25px;
}

.boxs p{
    
    margin: 5px 0px;
    width: 300px;
    font-size: 17px;
    color: #fff;
    text-align: justify;
    
}

.boxs a{
    font-size: 17px;
}

.social{
    display: inline;
    line-height: 40px;
    
}

.sociais h2{
    margin-top: 10px;
    margin-bottom: 2px;
}

.whatsapp{
    display: flex;
    justify-items: center;
    align-items: center;
    
}
.whatsapp i{
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 30px;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.548);
}
.email{
    display: inline;
    font-style: none;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.548);
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    border-radius: 50px;
    margin: 5px;
}

.email:hover, .whatsapp i:hover{
    color: rgb(4, 255, 67);
    transition: 0.50s;
    background-color: transparent;
}

.sociais a{
    font-style: none;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.548);
}

.sociais .social  :hover{
    color: rgb(4, 255, 67);
    transition: 0.50s;
    background-color: transparent;
}

#image-3 img{
    padding-top: 80px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;

}




/*fim do footer*/


.site-3{
    font-size: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    
}



.content-4 img{
    border-radius: 10px;
    display: block;
    margin:0 auto;
    width: 70%;

    
}

.content-4 img:hover{
    box-shadow: 0px 7px 20px black ;
    transform: translateY(-10px);
    transition: 1s;
}

a{
    color: white;
}
