@charset "utf-8";
/* CSS Document */

.SecContato{width:100%;
overflow:hidden;
padding:70px 0;}

.SecTitulo{padding:35px 0;
background-image:url(../_imagens/ptn.png), linear-gradient(to right, #f39c12 19%, rgba(241, 196, 15,.59) 75%, rgba(241, 196, 15,.3));
transition:all 3s;}

.SecTitulo h2{margin-bottom:0;
color:white;
font-size:2em;}

.SecContato h1{margin-bottom:20px;}

.FormContato{width:100%;}

.FormContato form{margin-top:30px;
transition:all 3s;}

.InputContato{width:100%;
margin-bottom:25px;
transition:all 3s;
padding-left:5px;
height:40px;
border:1px solid rgba(0,0,0,.1);
box-shadow:1px 1px 1px rgba(0,0,0,.2);
outline:none;}

.InputContato:focus{box-shadow: inset 0px 0px 5px rgba(220,115,23,0.9);}

.AreaContato{width:100%;
padding:10px 0 0 5px;
height:150px;
transition:all 3s;
border:none;
resize:none;
box-shadow:1px 1px 1px rgba(0,0,0,.2);
outline:none;
border:1px solid rgba(0,0,0,.1);}


.AreaContato:focus{box-shadow: inset 0px 0px 5px rgba(220,115,23,0.9);}

.BtContato{padding:10px 50px;
margin-top:20px;
border:none;
transition:all 3s;
background-color:#f39c12;
color:white;
border-radius:2px;
outline:none;}

.BtContato:focus{box-shadow: inset 0px 0px 5px rgba(220,115,23,0.9);}

.BtContato:hover{cursor:pointer;
background-color:rgba(208,132,10,1.00);}


.SecMapa{width:100%;
padding:50px 0;
overflow:hidden;
background-image:url(../_imagens/ptn.png);}

.Mapa{text-align:center;}
 
  
.SecMapaAberto{padding-bottom:18px;
 padding-top:25px;
  width:100%;
overflow:hidden;
text-align:center;
background-image:url(../_imagens/ptn.png);}
  
  
  h2.accordion{ cursor: pointer; 
  font-size:2.1875em;
text-align:center;}

h2.accordion:after{ content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.8%;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f39c12;}

div.accordion{ display: none; }



@media screen and (max-width:600px){
		
		
		.SecMapa h2{font-size:1.6em;}
		
		.SecMapaAberto h2{font-size:1.6em;}
		
	}
	
	
	@media screen and (max-width:320px){
		
		
	.SecMapa h2{font-size:1.1em;}
		
		.SecMapaAberto h2{font-size:1.1em;}
		
	}