@charset "utf-8";


*{
  margin:0; 
  padding:0;
  border:0;
 box-sizing: border-box;
  
} 

  body{
	  background:#FFFFFF;
	  overflow-x: hidden;
		 overflow-y: hidden;
	 
	 
  }
  
   a:link { 
   
  text-decoration:none; 
} 

a { 

  text-decoration:none; 
} 

 @media screen and (max-width:1920px) and (orientation: landscape) {
	 
	 
	 @viewport{
    zoom: 0.0;
    width: device-width;
	
	 }


     /* width */
::-webkit-scrollbar {
  width: 10px;
 
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,112,231,1.00); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,5,104,1.00); 
}

	 header2{
	display:none;
	}


#container-principal{
	
	width:100%;
	
	float:left;
	position: relative;
	text-align:center; 
	
	
	height:calc(100vh);
	scroll-behavior:smooth;
	overflow-y:scroll;
	overflow-x:hidden;
	

	
 }



header{
	
	width:100%;
	height: 80px; 
	display: block; 
	position: fixed; 
	top: 0; 
	z-index: 444; 
	transition: all 0.4s ease; 
	background:rgba(255,255,255,1.00);
	float:left;  
    border-bottom: 5px solid rgba(231,231,231,1.00);
    
    right:10px;
 }
	
	
	
header.esconder {
	top: 41px; 
	position: fixed; 
	transition: all 0.3s ease;
}

header.mudar {
	width:100%;
	height: 60px; 
	display: block; 
	position: fixed; 
	z-index: 444; 
	transition: all 0.3s ease; 	
	float:left; 
	top: -14px; 
	
	
	
}
 
 #conteudo-header{
	 width:1000px;
	 height:80px;
	 margin:auto;
	 
 }
 
 #conteudo-header-logo{
	 position: relative;
	 float:left;
	 width:280px;
	 height:auto;
	 margin:auto;
	 
 }
 
  #conteudo-header-logo img{
	margin-top:13px;
	 width:196px;
	 height:auto;
     float:left;
	 
 }
 
#conteudo-header-menu{
	 position: absolute;
	 float:left;
	margin-left:280px;
	margin-top: 12px;
	
	width:538px;
	height:60px;
	
	

 }
 
 
 div.botoes{
	 padding-left: 7px;
	  padding-right: 7px;
	 
	text-align:center;
	width: auto;
	height: 60px;
	float:left;
	 border-bottom:solid 0px  #FFFFFF;
	-webkit-transition: border-bottom .3s;
	-moz-transition: border-bottom .3s;	
    -o-transition: border-bottom .3s;	
	-ms-transition: border-bottom .3s;
	cursor:pointer;
	z-index:400;
	  transition: all 0.2s ease; 
	
}

p.botao{
	margin-top:24px;
	text-decoration:none;
	font-family: 'PT Sans', sans-serif;
	font-size:17px;
	color:rgba(10,10,10,1.00);
	letter-spacing:0.2px;
	text-align: center;
	-webkit-transition: font-size .2s;
	-moz-transition: font-size .2s;
	-o-transition: font-size .2s;
	-ms-transition: font-size .2s;
	-webkit-transition: margin-top .2s;
	-moz-transition: margin-top .2s;
	-o-transition: margin-top .2s;
	-ms-transition: margin-top .2s;
	
}


div.botoes:hover{
	

  background-color:rgba(0,70,115,1.00);
  height:56px;
  transition: all 0.2s ease; 
 
}

	


div.botoes:hover p.botao{
	margin-top:20px;
	font-size:17px;	
	
	color:rgba(255,255,255,1.00);
	
}


#conteudo-header-menu.mudar{
	margin-top:4px;
	width:455px;
	float: left;
	
	

 }






#conteudo-dados{
	position: relative;
	
	bottom:0;
	
	float:right;
	width:67px;
	height:auto;
	
	
	
}
	
#conteudo-dados ul{
	list-style: none;
	
	
	
}

#conteudo-dados img{
	margin-top: 34px;
	margin-right:4px;	
	margin-left:4px;
	margin-bottom:17px;	
    height:24px;
    width:auto;
	
}




section{
	
	
	
	
	float:left;
	width:100%;
	height:calc(100vh);
	scroll-behavior:smooth;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align: center;
	z-index: 445; 
}




#banner{
	float:left;

	width:100%;
	height:auto;
    position: relative;

	
	
}


#banner img{
    margin-top: 80px;
	width:100%;
	height:auto;

	
	
}


#menupequeno{

width:100%;
height:auto;
float:left;
}


#conteudo-menupequeno{

width:1000px;
height:auto;
margin: auto;

}



#conteudo-menupequeno ul{

width:1000px;
height:auto;
margin-top:34px;
text-align: left;

}


#conteudo-menupequeno ul li{

width:1000px;
height:auto;
margin: auto;
display:inline;
text-decoration: none;
text-align: left;

}


#conteudo-menupequeno ul li a{

width:1000px;
height:auto;
margin: auto;
display:inline;
text-decoration: none;
text-align: left;

font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
		 font-size:17px;		
		 font-display: swap;
         color:rgba(156,156,156,1.00);
         transition: all 0.2s ease; 
         

}


#conteudo-menupequeno ul li a:hover{

width:1000px;
height:auto;
margin: auto;
display:inline;
text-decoration: none;
text-align: left;

font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
		 font-size:17px;		
		 font-display: swap;
         color:rgba(5,84,128,1.00);
         transition: all 0.2s ease; 
         

}



 #servicos{
     margin-top: 47px;
		 padding-bottom: 17px;
		 position: relative;
		width:100%;
		 height:auto;
		 float:left;
		 z-index: 79;
		 
	 }
	 
	 #conteudo-servicos{
		width:1000px;
		 height:auto;
		 margin:auto;
		 
		 
	 }
	 
	 #conteudo-servicos-titulo{
		 width:1000px;
		 height:auto;
		 text-align: center;
	 }
	 
     
     
	 
	 
#servico01{
width:1000px;
height:auto;
float:left;
}


#servico01fotos{
width:1000px;
height:auto;
float:left;
}


#servico01fotosesq{
width:250px;
height:auto;
float:left;

}


#servico01fotosesq img{
width:250px;
height:250px;
text-align: center;
margin-top: -2px;
object-fit: cover;
object-position: center;
border:1px solid rgba(236,236,236,1.00);
border-radius: 7px;
cursor: zoom-in;
    

}


#servico01fotosdir{
width:700px;
height:auto;
float:right;
}





#servico01fotosdir h1{
		  
		 width:700px;
		 height:auto;
		 text-align: left;
        font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
		 font-size: 41px;		
		 font-display: swap;

		  color: rgba(0,0,0,1.00);
		 
	 } 	 
     
     
    #servico01fotosdir h2{
		 
		 width:100px;
		 height:1px;
		 text-align:left;  
		background-color: rgba(255,7,11,1.00);
        margin-top:70px;
	 }
     
     
     
             #servico01fotosdir p{
  width:700px;
  height: auto;
	line-height: 34px;
	margin-top: 70px;
	font-family: 'Kanit', sans-serif;
font-size: 18px;
font-weight:500;
font-display: swap;
		letter-spacing: 0.5px;	
	color:rgba(138,138,138,1.00);	
    text-align: left;
    text-overflow:ellipsis;
    overflow:hidden;
  	white-space:pre-line;
	display:list-item;
	direction: ltr;
    }
     



  
    
    #servicos-descricao{
    float: left;
    width:1000px;
    height:auto;
    margin-top: 27px;
    
    
    }
    
    
        #servicos-descricao p{
  width:1000px;
  height: auto;
	line-height: 30px;
	margin-top: 17px;
	font-family: 'Kanit', sans-serif;
font-size: 18px;
font-weight:500;
font-display: swap;
		letter-spacing: 0.5px;	
	color:rgba(0,0,0,1.00);	
    text-align: left;
    text-overflow:ellipsis;
    overflow:hidden;
  	white-space:pre-line;
	display:list-item;
	direction: ltr;
    }
	  


#contato{
	float:left;	
	width:100%;
	height:747px;	


}



#contato h1{
text-align: center;
width:100%;
height:auto;
font-family: 'Arimo', sans-serif;
color:rgba(0,0,0,1.00);
font-size: 47px;
font-display: swap;
font-weight: 600;
margin-top: 17px;

}


#contato h2{

width:127px;
height:5px;
text-align: center;
font-family: 'Arimo', sans-serif;
background: rgba(200,0,3,1.00);
margin: auto;
margin-bottom: 47px;



}



	
#whats{
	width:100%;
	height:auto;
	float:left;
	position:relative;	
	z-index: 83;
	text-align: center;
		
}



#whats img{
	width:100%;
	height:auto;
	
}

	
 
#footer{
	margin-top:27px;
	width:100%;
	height:290px;
	float:left;
	background:url("../img/fundorodape.jpg") no-repeat center;
	
	
}



#conteudo-footer{
	
	width:1000px;
	height:270px;
	margin:auto;
	
	
}



#conteudo-footer01{
	
	width:320px;
	height:auto;
	text-align: center;
	float:left;
	margin-top:47px;
	
	
}




#conteudo-footer01 img{
	float:left;
	text-align: left;
	margin-top: 25px;

	
}


#conteudo-footer01 p{
	
	
float:left;
	 font-family: 'Open Sans', sans-serif;
	font-display: swap;
	font-weight: 400;	
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	width:auto;
	height:auto;	
	text-align: justify;
	
	margin-top:17px;
	margin-left: 7px;

	
}
	
	



#conteudo-footer02{
	float:left;
	width:400px;
	height:auto;
	text-align: left;
	margin-top:70px;
	margin-left: 134px;
	
	
}
	
	
#conteudo-footer02 ul{
	
	
	width:400px;
	height:auto;	
	text-align: center;
	border-right:1px solid rgba(255,255,255,1.00);
	
	
}
	
#conteudo-footer02 ul li{

	 
	margin-top: 10px;
	width:400px;
	height:auto;	
	text-align: left;
	float:left;
	list-style: none;
	
	
}

	
#conteudo-footer02 ul li p{
float:left;
	  font-family: 'Open Sans', sans-serif;
	font-display: swap;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	width:auto;
	height:auto;	
	text-align: left;
	display:inline;
	margin-top:7px;
	margin-left: 7px;
	
	
	
}

#conteudo-footer02 ul li img{
	text-align: left;
	float:left;
margin-top:4px;
	
}









#conteudo-footer03{
	float:right;
	width:auto;
	height:270px;
	text-align: right;
	
	
}



#conteudo-footer03 img{
	
margin-top:7px;
	
}





#conteudo-footer03 p{
	margin-top:150px;
	
	
	 font-family: 'Open Sans', sans-serif;
	font-display: swap;
	font-weight: 400;
		color: rgba(255,255,255,1.00);
	font-size: 20px;
	width:auto;
	height:auto;	
	text-align: right;
	
	
	
}





}































/*celular*/

@media screen and (max-width:960px) and (orientation: portrait){ 
	
	
	header{
	display:none;
	}
    
    
    
     /* width */
::-webkit-scrollbar {
  width: 7px;
  border-bottom-radius: 10px;
 
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,112,231,1.00); 
   border-radius: 70px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,5,104,1.00); 
}
	
	
	header2{
	right:6px;
	width:100%;
	height: 70px; 
	display: block; 
	position: fixed; 
	top: 0; 
	z-index: 444; 
	transition: all 0.4s ease; 
	background: rgba(255,255,255,1.00);
    border-bottom: 2px solid rgba(243,40,43,1.00);
	float:left;
	
		
 }
	
	
	#conteudo-header{
	 width:350px;
	 height:70px;
	 margin:auto;
	 
 }

#conteudo-header-logo{
	 width:180px;
	 height:auto;
	 margin:auto;
	 float:left;
	text-align: left;
    position: absolute;
	 
 }



 #conteudo-header-logo img{
	 width:180px;
	 height:auto;
	 margin-top:0px;
	  top:10px;
	 float:left;
     position: absolute;

 }
	




	
	

#conteudo-header-redes{
	margin-left:244px;
	position:relative;
	float:left;
	width:auto;
	height:auto;
	margin-top:14px;
	
 }
	
	
	#conteudo-header-redes ul{
	float:left;
	width:auto;
		height:auto;
	list-style:none;
	

 }

#conteudo-header-redes ul li img{
	margin-top: 2px;
		padding:1px;
		width:41px;
		height:auto;
 }



	#conteudo-header-menu{
	 width:32px;
	height:33px;
	float:right;
	margin-top:19px;
	margin-right:2px;

 }

	
	.menu{
		width:auto;
		height:auto;
		float:right;
		
		text-align:center;
		
		
	
		
		
		
	}
	
	
	
	.menuMM{
		
		left:0px;
      
	display:none;
	position:absolute;	
	margin:auto;
	width:100%;
	height:250px;
	background:rgba(243,40,43,1.00);
	text-align:right;
	margin-top:13px;
		z-index: 77777;
		
	
		
		
		
	}
	
	
	.menuMM  a{
	
	
	line-height: 34px;
		color:rgba(255,255,255,1.00);
		font-family: 'Arimo', sans-serif;

font-size: 19px;
font-display: swap;
font-weight: 600;
		letter-spacing: 1px;
		text-align: center;
		
		
		
	}



#container-principal{
	
	
	
	position:relative;
	float:left;
	width:100%;
	height:calc(100vh);
	scroll-behavior:smooth;
	overflow-y:scroll;
	overflow-x: hidden;
	text-align: center;
}




#banner{
	float:left;

	width:100%;
	height:auto;
    position: relative;

	
	
}


#banner img{
    margin-top: 70px;
	width:100%;
	height:auto;

	
	
}


#menupequeno{

width:100%;
height:auto;
float:left;
}


#conteudo-menupequeno{

width:350px;
height:auto;
margin: auto;

}



#conteudo-menupequeno ul{

width:350px;
height:auto;
margin-top:34px;
text-align: left;

}


#conteudo-menupequeno ul li{

width:350px;
height:auto;
margin: auto;
display:inline;
text-decoration: none;
text-align: left;

}


#conteudo-menupequeno ul li a{

width:350px;
height:auto;
margin: auto;
display:inline;
text-decoration: none;
text-align: left;

font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
		 font-size:12px;		
		 font-display: swap;
         color:rgba(156,156,156,1.00);
         transition: all 0.2s ease; 
         

}


#conteudo-menupequeno ul li a:hover{

width:350px;
height:auto;
margin: auto;
display:inline;
text-decoration: none;
text-align: left;

font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
		 font-size:12px;		
		 font-display: swap;
         color:rgba(5,84,128,1.00);
         transition: all 0.2s ease; 
         

}



 #servicos{
         margin-top: 34px;
		 padding-bottom: 17px;
		 position: relative;
		width:100%;
		 height:auto;
		 float:left;
		 z-index: 79;
		 
	 }
	 
	 #conteudo-servicos{
		width:350px;
		 height:auto;
		 margin:auto;
		 
		 
	 }
	 
	 #conteudo-servicos-titulo{
		 width:350px;
		 height:auto;
		 text-align: center;
	 }
	 
     
     
	 
	 
#servico01{
width:350px;
height:auto;
float:left;
}


#servico01fotos{
width:350px;
height:auto;
float:left;
}


#servico01fotosesq{
width:350px;
height:auto;
float:left;

}


#servico01fotosesq img{
width:350px;
height:350px;
text-align: center;
margin-top: -2px;
object-fit: cover;
object-position: center;
border:1px solid rgba(236,236,236,1.00);
border-radius: 7px;
cursor: zoom-in;
    

}


#servico01fotosdir{
width:350px;
height:auto;
float:right;
}





#servico01fotosdir h1{
		  
		 width:350px;
		 height:auto;
		 text-align: left;
        font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
		 font-size: 34px;		
		 font-display: swap;

		  color: rgba(0,0,0,1.00);
		 
	 } 	 
     
     
    #servico01fotosdir h2{
		 
		 width:100px;
		 height:1px;
		 text-align:left;  
		background-color: rgba(255,7,11,1.00);
        margin-top:34px;
        margin-bottom: 34px;
	 }
     
     
     
             #servico01fotosdir p{
  width:350px;
  height: auto;
	line-height: 34px;
	
	font-family: 'Kanit', sans-serif;
font-size: 18px;
font-weight:500;
font-display: swap;
		letter-spacing: 0.5px;	
	color:rgba(138,138,138,1.00);	
    text-align: left;
    text-overflow:ellipsis;
    overflow:hidden;
  	white-space:pre-line;
	display:list-item;
	direction: ltr;
    }
    
   


#contato{
	float:left;	
	width:100%;
	height:747px;	


}



#contato h1{
text-align: center;
width:100%;
height:auto;
font-family: 'Arimo', sans-serif;
color:rgba(0,0,0,1.00);
font-size: 34px;
font-display: swap;
font-weight: 600;
margin-top: 4px;

}


#contato h2{

width:100px;
height:1px;
text-align: center;
font-family: 'Arimo', sans-serif;
background: rgba(200,0,3,1.00);
margin: auto;
margin-top: 34px;
margin-bottom:34px;



}

	
#whats{
	width:100%;
	height:auto;
	float:left;
	position:relative;	
	z-index: 83;
	text-align: center;
		
}



#whats img{
	width:100%;
	height:auto;
	
}
	
	
 
#footer{
	margin-top:27px;
	width:100%;
height:640px;
	float:left;
	background:url("../img/fundorodape.jpg") no-repeat ;
    background-position: center bottom;
    background-size: cover;
	
	
}



#conteudo-footer{
	
	width:350px;
	height:640px;
	margin:auto;
	
	
}



#conteudo-footer01{
	
	width:350px;
	height:auto;
	text-align: center;
	float:left;
	margin-top:47px;
	
	
}




#conteudo-footer01 img{
	text-align: center;
	margin-top: 25px;

	
}


#conteudo-footer01 p{
	
	
float:right;
	 font-family: 'Open Sans', sans-serif;
	font-display: swap;
	font-weight: 400;	
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	width:280px;
	height:auto;	
	text-align: left;
	
	margin-top:17px;
	margin-left: 17px;

	
}
	
	



#conteudo-footer02{
	float:left;
	width:350px;
	height:auto;
	text-align: center;
	margin-top:17px;
	
	
	
}
	
	
#conteudo-footer02 ul{
	
	
	width:350px;
	height:auto;	
	text-align: center;
	border-right:1px solid rgba(255,255,255,1.00);
	
	
}
	
#conteudo-footer02 ul li{

	 
	margin-top: 10px;
	width:350px;
	height:auto;	
	text-align: center;
	float:left;
	list-style: none;
	
	
}

	
#conteudo-footer02 ul li p{
float:left;
	  font-family: 'Open Sans', sans-serif;
	font-display: swap;
	font-weight: 400;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	width:auto;
	height:auto;	
	text-align: center;
	display:inline;
	margin-top:7px;
	margin-left: 7px;
	
	
	
}

#conteudo-footer02 ul li img{
	text-align: center;
	float:left;
margin-top:4px;
	
}









#conteudo-footer03{
	float:left;
	width:350px;
	height:auto;
	text-align: left;
	
	
}



#conteudo-footer03 img{
	
margin-top:7px;
	
}





#conteudo-footer03 p{
	margin-top:17px;
	
	
	 font-family: 'Open Sans', sans-serif;
	font-display: swap;
	font-weight: 400;
		color: rgba(255,255,255,1.00);
	font-size: 20px;
	width:auto;
	height:auto;	
	text-align: left;
	
	
	
}




	
		 
}
	