/*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;
}

html, body{ padding:0; margin:0; overflow-x: hidden;

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

}


A:link{
color: #FFFFFF;
TEXT-DECORATION:none;
}
a:hover {
    TEXT-DECORATION:underline;
}
.polaroid {  
    max-width: 80%;
    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:visited{TEXT-DECORATION:none;
color: #FFFFFF;
}
.desabilita_cel {
    display: none !important;
    
}
.foto_sombra {
    max-width: 95%;
   border: 4px solid #cccccc;
    border-style: double;
}
.polaroid2 {
	max-width: 100%;
}
/*GALERIA DE FOTOS====================*/

.galeria_fotos li {
    width: 100%;

    text-align: center;
    list-style-type: none;

}
.galeria_fotos p {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
/*MEIO======================================*/
#meio2 {
    max-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 {
   max-width: 100%;
 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;
}




/*TOPO======================================*/
#topo_menor1 {
    display: none;

}
#topo_superior_direito {
    display: none;
}

#topo_esquerdo {
    max-width:  100%;
    height: autopx;
    padding-top: 10px;
    text-align: center;


}
#topo2 {
		background-color: #FFFFFF;
}

#topo3 {
	width: 100%;
	height: 2px;
	background-color: #000000;

}

#topo3_3 {
	width: 100%;
	color: #ffffff;
	margin: 0 auto 0 auto;
	text-align: right;
}

#topo_direito1 {
    display:none;
}

#topo_direito1 {
    display:none;
}

#topo_direito2 {
    text-align: center;
    margin-top: 30px;
    color: #000000;
    width: 100%;
    height: autopx;
    font-family: 'Montserrat', sans-serif;
}
#topo2 {
	width: 100%;
        
    
        
	height: autopx;
	margin: 0 auto 0 auto;

}
/*SERVIÇOS======================================*/

#servicos li {
    list-style-type: none;

    max-width: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    margin-bottom: 30px;
    border: 1px solid #ffffff;

    height: autopx;
    margin-right: 40px;
    text-align: center;

}
#servicos img {
   max-width: 100%;
}


/*MENU ====================================================== */
#contato_esquerdo {

    max-width: 100%;

}
#contato_direito {
      max-width: 100%;
      margin-top: 30px;

}
#contato_direito a {
    color: #000000;
}
.formulario_menu {
	max-width: 100%;
	margin-top: 5px;
	background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}
#botao_busca {
	width: 50px;
	font-weight: bold;
	padding: 6px;
	font-family: arial;
	font-size: 15x;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.campo_busca {
	width: 70%;

	font-weight: bold;
	padding: 5px;
        background-color: #FFFFFF;
	font-family: arial;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.campo_menu {
	color: #000000;
        
	background-color: #ffffff;
	padding: 5px;
     font-family: 'Open Sans', sans-serif;
	width: 95%;
	font-size: 20px;
	margin-top: 2px;
	
	border-radius: 0px;
	border: 1px solid #cccccc;

}


/*INTERNAS=======================================*/

#internas {
	max-width: 95%;
	padding: 3px;
	margin: 0 auto 0 auto;
	    
	font-size: 18px;
	text-align: justify;
}


.lista3 li {
	list-style-type: none;
	margin-left: -20px;
	padding-top: 10px;
}
.flutua_imagens {
	display:none;
}
.flutua_esquerdo {
	margin: 0 auto 0 auto;
}
.flutua_esquerdo img {
	margin-bottom: 10px;
}
.flutua_imagens2 {
    width: 100%;
    text-align: center;
      margin-bottom: 20px;
}
.flutua_imagens3 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

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


.formulario {
	margin: 0 auto 0 auot;
	width: 95%;
	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;
	font-family: arial;
	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: 2px solid #000000;
	color: #000000;
        border-radius: 10px;
	margin-top: 10px;
	padding: 10px;
	font-size:15px;
	background-color: #FFFFFF;
	font-family: arial;
	height: 290px;
	width: 90%;

}
.celula_esquerda {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	max-width: 10%;
	display: none;
}
.celula_direita {
	text-align: left;
	padding-right: 5px;
	max-width: 80%;
	padding-top: 5px;
}
.campo {
	margin-bottom: auto auto;
	color: #000000;
        border-radius: 10px;
	background-color: #ffffff;
	font-family: arial;
	font-size:15px;
        width: 90%;
	padding: 8px;
	border: 2px solid #000000;
}
.botao {
	width: 100%;
	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: 100%;
        padding: 10px;
	font-size: 15px;
	background-color: #1E4097;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	
}
/*CAIXAS de Serviços ====================================*/

#caixa1 {
    max-width: 100%;
    margin: 0 auto 0 auto;
    height:autopx;
    background-color:#E8E8E8;


}
#caixa2 {
   max-width: 100%;
    margin: 0 auto 0 auto;
    height:autopx;
    background-color:#E8E8E8;


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

    width: 80%;
    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;

    text-align: center;
    font-size: 30px;
font-family: 'Quicksand', sans-serif;
margin: 2px;
background-color: #4253CA;
    padding-top: 30px;
    padding-bottom: 30px;
    float: left;
    list-style-type: none;
   width: 100%;
   height:autopx;
}
.lista_caixa a {
    color: #ffffff;
     text-decoration: none;
}
.lista_caixa2 a {
    color: #ffffff;
    font-weight: bold;
     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;
   max-width: 100%;
 
    border: 0px solid #222C78;

    list-style-type: none;

   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;
    
}


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

.localizacao {
    width: 100%;
    height: 480px;
    border-top: 2px solid #CCCCCC;
}
/*NOVO FORMULÁRIO====================*/

.label-float{
  position: relative;
  padding-top: 13px;
}
.label-float textarea {
  border: 1px solid lightgrey;
  border-radius: 5px;
  outline: none;
 width: 87%;
  height: 200px;
  
  padding: 15px 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 #127F3F;
}

.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: 87%;
  padding: 15px 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;
}

/*GERAL ====================================*/
.logo {
    max-width: 95%;
    text-align: center;
}
.slide__text-heading a {
    color: #FFFFFF;
}

.limpar {
	clear: both;
}
.tabela {
	width: 100%;
}
.negrito {
	font-weight: bold;
}
.negrito_legenda {
    width: 50%;
    margin: 0 auto 0 auto;
    font-size: 12px;
    text-align: center;
	font-weight: bold;
}
.espaco1 {
	height: 10px;
}
.texto {
   white-space: pre-wrap;
}
.espaco0 {
    height: 20px;
}
.espaco_cel {
	height: 10px;
}
.espaco2 {
	height: 20px;
}
h2 {
	width: 100%;
        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;
}
//RETIRANDO AS SETAS DOS BANNERS



h3 {
	text-align:center;
        width: 100%;

        
        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: 100%;
        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;
        max-width: 100%;
        margin: 0 auto 0 auto;
}
.centraliza2 a {
    color: #000000;
}

.estilos {
	display: none;
}

/*IMAGENS GERAIS ====================================*/

.img_responsiva {
	max-width: 98%;
}
.imagem_responsiva {
	max-width: 100%;
}
.alinhamento_imagem {
	vertical-align: middle;
}
.imagem_responsiva_mobile {
	max-width: 90%;
}
/*SERVIÇOS======================================*/

.servicos {
    width: 80%;
    color: #FFFFFF;
    padding: 30px;
    background-color:#12121A;
    margin: 0 auto 0 auto;
    border: 1px solid #C0C0C0;

}
.servicos:hover {
    background-color:#D8953F;
}
.titulo_servico {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-size: 25px;
}
.titulo_servico a {
      display: block;
    color: #FFFFFF;
     font-family: 'Open Sans', sans-serif;
}

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

    margin: 0 auto 0 auto;
}

#rodape_centro {
    max-width: 100%;
    font-size: 17px;
    text-align: left;
    padding: 20px;
    
}
#rodape_direito {

    max-width: 100%;
    font-size: 17px;
    text-align: left;
    padding: 20px;
}
.titulo_rodape {
    font-size: 42px;
font-family: 'Dulcelin';
    color: #ffffff;
    text-align: left;
}
#rodape_menor {
    background-color: #FBFBFB;
    
}
#rodape_menor2 {
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    
    color: #EB6609;
    height: autopx;
       width: 100%;
       height: 100%;
    margin: 0 auto 0 auto;
    text-align: left;
    font-size: 13px;
}