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

 /*MASCARA DO POPUP*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#fff;
  background-image:url(../images/bg.png);
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:20000;
  padding:20px;
}
 
#boxes #dialog2 {
	background:transparent;
	width:600px;
	margin-top:-50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
.close{display:block; text-align:left; color:#83643e;}
 
  /*MASCARA DO POPUP*/
  
 /*FONTS ESPECIAIS*/
  
@import url(https://fonts.googleapis.com/css?family=Handlee);
#news h1 { font-family: 'Handlee', cursive;
           margin:0em 0em 2em 0em;
		   font-size:1.4em;
		   width:50%;
		   color:#666666;}
  
  /*FONTS ESPECIAIS*/
  
  
  
  /*FORMULÁRIO DE CONTATO*/
  
  form.con {
text-align:left;
margin-top: 1em;
}
form.news input[type="text"],form.con textarea {
  
	padding:12px;
	width: 60%;
	font-size: 15px;
	margin:8px 0px;
	border: 1px solid  #ccc;
	color: #999;
	background: #F7F7F7;
	-webkit-appearance: none;
	outline: none;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
form.news input[type="text"]:hover,form.con textarea:hover{
	border: 1px solid  #ddd;
}
form.news textarea {
	height:200px;
	resize: none;
	width: 80%;
}
form.news input[type="submit"] {
	margin-bottom: 1em;
	color: #fff;
	font-size: 1.2em;
	padding: 0.8em 1em;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight:500;
	border:none;
	text-transform: uppercase;
	outline: none;
	 background: #1BBC9B;
	width:30%;
}
form.news input[type="submit"]:hover{
   background: #34495E;
}
  
  /*FIM FORMULÁRIO DE CONTATO*/
