/*RESET======================================*/


* {
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fontes/ProximaNova-Regular.woff2') format('woff2'),
        url('../fontes/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dulcelin';
    src: url('../fontes/Dulcelin.woff2') format('woff2'),
        url('../fontes/Dulcelin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    
    background-color: #ffffff;
  font-family: 'Proxima Nova Rg';




}
.espaco_cel {
	display: none;
}
A:link{
color: #FFFFFF;
TEXT-DECORATION:none;
}
.imagem_responsiva {
	max-width: 100%;
}
.imagem_responsiva2 {
	max-width: 50%;
}

.texto {
   white-space: pre-wrap;
}
.polaroid {  
    padding: 10px;  
    padding-bottom: 40px;  
    background-color: #fff;  
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);  
    background-image: -webkit-linear-gradient(top, #fff 85%, #eee);  
    background-image: -moz-linear-gradient(top, #fff 85%, #eee);  
    background-image: linear-gradient(top, #fff 85%, #eee);  
    -webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);  
    transform: rotate(0deg);
}
.polaroid2 {  
    padding: 10px;  
    width: 50%;
    padding-bottom: 40px;  
    background-color: #fff;  
    box-shadow: 3px 3px 10px rgba(0,0,0,0.4);  
    background-image: -webkit-linear-gradient(top, #fff 85%, #eee);  
    background-image: -moz-linear-gradient(top, #fff 85%, #eee);  
    background-image: linear-gradient(top, #fff 85%, #eee);  
    -webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);  
    transform: rotate(0deg);
}

a:hover {
    TEXT-DECORATION:underline;
}
A:visited{TEXT-DECORATION:none;
color: #FFFFFF;
}
.foto_sombra {
    border: 4px solid #cccccc;
    border-style: double;
}
.alinhamento_imagem {
    vertical-align: middle;
}
.desabilita_nodesk {
    display: none;
}
/*GALERIA DE FOTOS====================*/

.galeria_fotos li {
    width: 40%;
    float: left;
    text-align: center;
    list-style-type: none;
    padding: 40px;
}
.galeria_fotos p {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

/*NOVO FORMULÁRIO====================*/

.label-float{
  position: relative;
  padding-top: 13px;
}
.label-float textarea {
  border: 1px solid lightgrey;
  border-radius: 5px;
  outline: none;
  width: 100%;
  height: 200px;
  
  padding: 25px 20px;
  font-size: 16px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-appearance:none;
}


.label-float textarea:focus{
  border: 2px solid #3951b2;
}

.label-float textarea::placeholder{
  color:transparent;
  margin-top: 10px; 
    
}
.label-float textarea:required:invalid + label{
  color: black;

}
.label-float textarea:focus:required:invalid{
  border: 2px solid #EB6609;
}
.label-float textarea:required:invalid + label:before{
  content: ' ';
}
.label-float textarea:focus + label,
.label-float textarea:not(:placeholder-shown) + label{
  font-size: 13px;
  top: 0;
 background-color: #FFFFFF;;
  color: #000000;
  
  
}









.label-float label{
  pointer-events: none;
  position: absolute;
  top: calc(50% - 8px);
  left: 15px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  background-color: white;
  padding: 5px;
  box-sizing: border-box;
}


.label-float input{
  border: 1px solid lightgrey;
  border-radius: 5px;
  outline: none;
  width: 100%;
  padding: 25px 20px;
  font-size: 16px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -webkit-appearance:none;
}

.label-float input:focus{
  border: 2px solid #3951b2;
}

.label-float input::placeholder{
  color:transparent;
}

.label-float label{
  pointer-events: none;
  position: absolute;
  top: calc(50% - 8px);
  left: 15px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  background-color: white;
  padding: 5px;
  box-sizing: border-box;
}

.label-float input:required:invalid + label{
  color: black;
}
.label-float input:focus:required:invalid{
  border: 2px solid #EB6609;
}
.label-float input:required:invalid + label:before{
  content: ' ';
}
.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label{
  font-size: 13px;
  top: 0;
  font-weight: bold;
  color: #000000;
}


/*links========================================*/

.link a {
    color: #000000;
    font-weight: bold;
}
#links li {
	list-style-type: none;
	float: left;
	padding: 6px;

}
#links img {
	border: 1px solid #C0C0C0;
	padding: 3px;
}
#links2 li {
	list-style-type: none;
	float: left;
	padding: 5px;

}
#links2 img {
	border: 1px solid #C0C0C0;
	padding: 12px;
}
/*ACESSO RESTRITO =============================================================== */
.restrito1 a {
    color: #000000;
}
.restrito1  {
    text-align: center;
    font-weight: bold;
    float: left;
    width: 48%;
    line-height: 80px;
    border: 1px solid #cccccc;
}
.restrito2 a {
    color: #000000;
}
.restrito2  {
    text-align: center;
    font-weight: bold;
    float: right;
    width: 48%;
    line-height: 80px;
    border: 1px solid #cccccc;
} 

/*FAZER======================================*/

.lista_fazer li {
    list-style-type: none;
    float: left;
    padding: 10px;
    border-radius: 10px;
    margin:3px;
    color: #FFFFFF;
    background-color: #EB6609;
}

/*TOPO======================================*/

#topo_esquerdo {
    width: 1100px;
    margin: 0 auto 0 auto;
    height: 150px;

    text-align: center;
}
#topo_direito {
    width: 1100px;
    margin: 0 auto 0 auto;
    height: 60px;

    text-align: center;

}
.logo {

width: 30%;
 padding-top: 10px;
     text-align: center;
  
}



#topo_menor1 {
    background-color: #222C78;
    line-height: 40px;
      border-bottom: 1px solid #EBE9E9;
}
#topo_menor2 {
    font-size: 16px;
    width: 1100px;
    margin: 0 auto 0 auto;
   color: #ffffff;
  
    
    text-align: right;
}
#topo_menor2 a {
    color: #ffffff;
}










.contato_topo1 {

    border: 2px solid #AC6C2C;
    padding: 7px;
	border-radius: 0px;
    text-transform: uppercase;
    text-align: right;
    color: #5D8F2B;

  
    
}
.contato_topo1:hover {

	color: #FFFFFF;
}
.contato_topo1 a:hover {
	color: #FFFFFF;
}
.contato_topo1 a {
    color: #ffffff;
}





/*MENU======================================*/

#dentro_menu {
	width: 100%;        
	color: #000000;

	margin: 0 auto 0 auto;


	
}
#menu2 {
	width: 100%;



	margin: 0 auto 0 auto;
	color: #000000;
	background-color: #00AD4E;
}


#menu_principal li {
         padding-top: 15px;
         padding-bottom: 15px;
    
	width: autopx;
       margin-left: 37px;


	text-align: center;
	list-style-type: none;
	float: left;
        
        
	font-size: 20px;
	color: #9D9D9D;

}
#menu_principal a {
         text-decoration: none;
    color: #222C78;
}
#menu_principal li:hover {
        border-bottom: 2px solid #EB6609;

        text-decoration: none;
        
	

	font-size: 20px;




        

}
#togglemenu {
	display:none;
	
}


/*MEIO======================================*/

#meio2 {
    width: 100%;

  
height: 600px;

    
    background: url('../imagens/imagem_meio.png') no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
min-height: 100%;
background-color:#EB6609;

    margin: 0 auto 0 auto;
}
#meio {
    width: 1100px;
 margin: 0 auto 0 auto;
height:600px;
    border: 0px;
    text-align: center;


}
.texto1_meio {
    padding-top: 10%;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    color: #ffffff;

}
.texto2_meio {
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 20px;
    font-family: 'Quicksand', sans-serif;
    
}
.texto3_meio {
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 20px;
    font-family: 'Quicksand', sans-serif;
    
}
.texto4_meio {
    font-size: 50px;
    color: #FFFFFF;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 40px;
    font-family: 'Quicksand', sans-serif;
    
}
.texto5_meio {
       font-family: 'Quicksand', sans-serif;
    width: 300px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    border-radius: 15px;
    margin: 0 auto 0 auto;
    margin-top: 20px;
    background-color: #2CBA59;
    
}
.texto5_meio:hover {
    background-color: #008080;
    
}
.texto5_meio a {
    display: block;
}

/*LOCALIZAÇÃO ====================================*/

.localizacao {
    width: 100%;
    height: 480px;
    border-top: 2px solid #CCCCCC;
}


/*CAIXAS de Serviços ====================================*/

#caixa1 {
    width: 1100px;
    margin: 0 auto 0 auto;
    height:450px;
    background-color:#E8E8E8;


}
#caixa2 {
    width: 100%;
    padding-top: 60px;
    height: 450px;
    background-color:#E8E8E8;


}
.agendamento {
    text-align: center;
    font-size: 30px;
    color: #EB6609;
    background-color: #222C78;
    margin-top: 20px;
    margin-bottom: 20px;

    width: 650px;
    border-radius: 8px;
    padding: 20px;
    margin: 0 auto 0 auto;
}
.agendamento a {
    
     display: block;
}
.agendamento:hover {
    background-color: #EB6609;
    color: #FFFFFF;
   
}
.lista_caixa2 li {
    color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
    font-size: 20px;
font-family: 'Quicksand', sans-serif;
margin: 2px;
background-color: #4253CA;

    float: left;
    list-style-type: none;
   width: 360px;
   height: 50px;


   
}
.lista_caixa a {
    color: #ffffff;
     text-decoration: none;
}
.lista_caixa2 a {
    color: #ffffff;
 
     text-decoration: none;
     display: block;
}
.lista_caixa2 li:hover {
 background-color: #EB6609; 
}


.espaco_caixa {
    padding-top: 100px;
}
.negrito_caixa {
    font-weight: bold;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
}
.lista_caixa li {


    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    padding-top: 90px;
    
 
    border: 0px solid #222C78;

    float: left;
    list-style-type: none;
   width: 366px;
   height:270px;
}
.texto_caixa {
    font-size: 20px;
}
.lista_caixa li:hover {
    background-color: #EB6609;
}
.fa-copy,
.fa-calculator,
.fa-user-friends,
.fa-tractor {
    font-size: 50px;
}
.cor_caixa1 {
    background-color: #222C78;
}
.cor_caixa2 {
    background-color: #3141AE;
}
.cor_caixa3 {
    background-color: #4253CA;
}
.botao_caixa {
    
    width: 180px;
    background-color: #222C78;
    margin: 0 auto 0 auto;
      padding: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
}
.botao_caixa a {
    display: block;
   
}
.botao_caixa:hover {
    background-color:#EB6609;
    
}




/*GERAL ====================================*/

.limpar {
	clear: both;
}
#aviso {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#meio_pagina {
	width: 1100px;
	height: autopx;
	margin: 0 auto 0 auto;
	

}
#meio_inteiro {
	width: 100%;
     
	height: 420px;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}
#meio_inteiro_pagina {
	width: 100%;
	height: autopx;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}

#meio2_pagina {

	width: 100%;
	height: autopx;
	text-align: justify;
	margin: 0 auto 0 auto;
        

 

}
.ver_mais {
	width: 100%;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	background-color: #52271B;
}
.ver_mais a {
	font-weight: bold;
	color: #ffffff;
}
.ver_mais a:hover {
	color: #ffffff;
}



.lista1 li {
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted #DDDDDD;
}
.lista2 li {
	list-style-type: none;
}
.lista3 li {
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 15px;
	
}
.lista3 li {
	list-style-type: none;
}
.lista1 li a {
	list-style-type: none;

}
.flutua_imagens3 {
	float: right;
        width: 300px;
        text-align: right;
	
}

.flutua_imagens {
	float: right;
	margin-left: 15px;
	margin-right: 20px;
}
.flutua_imagens2 {
    float: right;
    width: 270px;
	
    height: 240px;
    object-fit: cover;
    padding: 20px;

}
.mobile {
	display: none;
 }
.espaco1 {
	height: 15px;
}
.espaco0 {
	height: 10px;
}
.espaco2 {
	height: 25px;
}
.negrito_legenda {
    width: 50%;
    margin: 0 auto 0 auto;
    font-size: 12px;
    text-align: center;
	font-weight: bold;
}
.negrito {
	font-weight: bold;
}
h2 {
	width: 1100px;
        margin: 0 auto 0 auto;
        line-height:50px;
border-bottom: 2px solid #EB6609;
    font-weight: normal;
    font-style: normal;
    color: #222C78;
    font-size: 65px;

	text-align:center;
	font-size: 30px;	
        
        
  

}
#creative {
    text-align: center;
    width: 100%;
   
    padding-bottom: 20px;
    background-color: #222C78;
}


h3 {
	text-align:center;
        width: 800px;

        
        margin: 0 auto 0 auto;
	font-size: 40px;
        padding:10px;
        
       font-family: 'Dulcelin';
    font-weight: normal;
    font-style: normal;
    color: #222C78;
    font-size: 45px;
	
}
h1 {

	width: 1100px;
        margin: 0 auto 0 auto;
        line-height:50px;
border-bottom: 2px solid #EB6609;
    font-weight: normal;
    font-style: normal;
    color: #222C78;
    font-size: 65px;

	text-align:center;
	font-size: 30px;	
      


}


.centraliza {
	text-align: center;
}
.centraliza2 {
	text-align: center;
        width: 795px;
        margin: 0 auto 0 auto;
}

/*RODAPÉ====================================*/
#rodape {
    width: 100%;
color: #FFFFFF;
    height: 300px;
    background-color: #222C78;
}
#rodape a {
  color: #FFFFFF;
}
#rodape2 {
    width: 1100px;
    height: 300px;
   
color: #FFFFFF;

    margin: 0 auto 0 auto;
}
#rodape_esquerdo {
  
    text-align: center;
    width: 310px;
    font-size: 17px;
    float: left;
    color: #FFFFFF;
    
}


#rodape_centro {
    width: 350px;
    color: #FFFFFF;
	margin-left: 60px;
    margin-top: 50px;
    float: left;
    font-size: 17px;
    
}
#rodape_direito {
    margin-top: 50px;
    width: 580px;
    float: right;
   
    font-size: 17px;
}
.titulo_rodape {
    font-size: 42px;
font-family: 'Dulcelin';
color: #FFFFFF;
    text-align: left;
}
#rodape_menor {
   background-color:#EB6609;
    
}
#rodape_menor2 {
    padding-top: 10px;
    padding-bottom: 10px;
    
    color: #ffffff;
    height: autopx;
    width: 1100px;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 13px;
}
/*INTERNAS=======================================*/


#internas {
	width: 1100px;
	margin: 0 auto 0 auto;
        line-height: 30px;
        
	font-size: 20px;

  
       color: #000000;
}


/*FORMULÁRIOS =======================================*/

#contato_esquerdo {
    float: left;
    width: 600px;

}
#contato_direito {
    float: right;
    width: 450px;
    font-size: 12px;

}
#contato_direito a {
    color: #000000;
}
#orcamento_direito {
    float: right;
    width: 450px;
    height: 770px;
    background-image: url("../imagens/orcamento.png");

}
.formulario2 {
	margin: 0 auto 0 auto;
	width: 70%;
	height: autopx;
	text-align:center;
	font-size: 15px;
}
.formulario2 a {
   color: #000000;
}
.formulario {
	margin: 0 auto 0 auto;
	width: 100%;
	height: autopx;
	text-align:center;
	font-size: 15px;
}
.formulario a {
	color: #000000;
}
.tabela {
	width: 100%;
	padding-top: 10px;
}
.textarea_informacoes {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-bottom: auto auto;
	color: #00000;
	margin-top: 10px;
	padding: 10px;
	font-size:15px;
	background-color: #EEEEEE;
	
	height: 70px;
	width: 500px;
	-moz-border-radius: 5px; /* Para Firefox */
	-webkit-border-radius: 5px; /*Para Safari e Chrome */
	border-radius: 5px; /* Para Opera 10.5+*/
}
.textarea {
	border: 1px solid #000000;
	color: #000000;
        border-radius: 0px;
	margin-top: 10px;
	padding: 10px;
	font-size:15px;
	background-color: #FFFFFF;
	
	height: 290px;
	width: 98%;

}
.celula_esquerda {
        display: none;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	max-width: 10%;
        font-size: 12px;
}
.celula_direita {
	text-align: left;
	padding-right: 5px;
	max-width: 80%;
	padding-top: 5px;
}
.campo3 {
	margin-bottom: auto auto;
	color: #000000;
        border-radius: 5px;
	background-color: #ffffff;
	
	font-size:15px;
        width: 30%;
	padding: 8px;
	border: 1px solid #cccccc;
}
.campo2 {
	margin-bottom: auto auto;
	color: #000000;
        border-radius: 5px;
	background-color: #ffffff;
	
	font-size:15px;
        width: 100%;
	padding: 8px;
	border: 1px solid #cccccc;
}
.campo {
	margin-bottom: auto auto;
	color: #000000;
	background-color: #ffffff;
	
	font-size:15px;
        width: 100%;
	padding: 8px;
	border: 1px solid #000000;
}
.botao {
	width: 150px;
	height: 50px;
	font-size: 16px;
	background-color: #EB6609;
	border: 0px;
        border-radius: 10px;
	color: #FFFFFF;
	font-weight: bold;
        margin: 0 auto 0 auto;
	
}
.botao2 {
	width: 50px;
        padding: 10px;
	font-size: 15px;
	background-color: #1E4097;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	
}
