/* Ignore this stylesheet*/


body {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: normal;
}


/*Titulo*/


h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	color: #3c3c3c;
}

h2 > hr {
	border: 2px solid;/* #e9ba2d*/
	width: 50px;
	margin: 2px 0 10px 0;
}


/*Header*/


.header {
  float:left;
  position: relative;
  /*z-index:99999999;*/
	z-index: 9999999;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  background: white;
}

.header-sticky {
  float:left;
  position: fixed;
  width: 100%;
  opacity: 0;
  top: 0;
  background: white;
  border-bottom: 1px solid #e4e4e4;
  z-index: 999999;
}


.hidden {
  display: none;
}



.logo {
	 margin: 15px 0;	
}


/*Tradutor*/

#tradutor {
	display:none;
	position:absolute;
	background:white;
	padding:10px 15px;
	border:1px solid rgba(0, 0, 0, 0.09);
	z-index: 99999999;
	}


div#google_translate_element div.goog-te-gadget-simple{font-size:12px; position: relative; z-index: 9999999;}
div#google_translate_element div.goog-te-gadget-simple img {display: none;}
/*	
div#google_translate_element div.goog-te-gadget-simple{}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span{}
div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover{}
*/


/*Menu Sobre Header*/

.sobmenu {
	color: #333;
	float:left;
	width: 100%;
}

.sobmenu i{
	margin: 0px 10px;
}

.sobmenu a {
	color:inherit;
	text-decoration: none;
}

.sobmenu a:hover {
	text-decoration: none;
}

.bt-atendimento:hover{
	text-decoration: none;
}


.sobmenu ul{
	list-style: none;
	
}

.sobmenu li:nth-child(1) {
	float:left;
	border-bottom:1px solid #e4e4e4;
	width: 80%;
	padding: 9.5px 0;
}

.sobmenu li:nth-child(2) {
	float:left;
	border-bottom:1px solid #e4e4e4;
	width: 10%;
	padding: 12px 0;
	text-align: center;
}

.sobmenu li:nth-child(3) {
	float:left;
	border-bottom:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	width: 10%;
	padding: 12px 0;
	text-align: center;
}

.grid-12.sob{
	padding: 0 0 10px 0;
}


a.bt-atendimento {
	border: 1px solid #e4e4e4;
	border-radius: 25px;
	transition: ease 0.3s;
}

.sobmenu .bt-atendimento:hover {
	border: 1px solid #3c3c3c;
	background:#3c3c3c;
	color: white;
	transition: ease 0.3s;
}



/*Chamada Mais Informações*/

.item-entrada {
	padding: 30px 0;
}

.mais-info {
	font-size: 36px;
	margin: 40px 0;
	color: #a0a0a1;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

/*
.mais-info strong {
	color:#3c3c3c;
}
*/


.bem-vindo {	
   color:#333;
   font-size: 14px;
   font-family: Arial;
   line-height: 1.4;
}

.bem-vindo strong {
	font-weight:bold;
}

.bem-vindo p {
	float:left;
	width: 100%;
	margin: 0px 0; /*15px*/
}


.entre-contato{
	float: left;
	border-radius: 60px;
	/*border: 3px solid white;*/
	text-transform: uppercase;
	padding: 16px 28px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	transition: ease 0.3s;
	margin-top: 30px;
	color: white;
}


a.entre-contato:hover{
	color: white;
	transition: ease 0.3s;
}


/*Descrição*/


.descricao {
	padding: 40px 0;
}

.descricao p{
	font-family: Arial;
	font-size:12px;
	color:#999999;
	float: left;
	width: 100%;
	margin: 12px 0;
	line-height: 1.5;
}


/*Localização*/

.localizacao p {
	color:#333;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.5;
}


/*Contato*/

.contato {
	padding: 30px 0;
}

.contato p {
	color:#333;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.5;
}

input[type=text] {
	background: white;
	width: 100%;
	border: 0;
	padding: 10px;
}

.captcha p {
	float:left;
	line-height: 2.3;
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
}

.captcha input[type=text]{
	width: 110px;
	border: 0;
	margin: 0px 10px;
	padding: 10px;	
	float: left;
	text-align: center;
}


textarea {
	background: white;
	width: 100%;
	height: 100px;
	border: 0;
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
}


a.enviar{
	float: right;
	border-radius: 50px;
	/*
	border: 3px solid #e9ba2d;
	background: #e9ba2d;
	*/
	text-transform: uppercase;
	padding: 15px 33px;
	color: white;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	transition: ease 0.3s;
}

a.enviar:hover{
	background: #3c3c3c;
	color: white;
	transition: ease 0.3s;
}

/*Itens Rápido Sobre Footer*/

.atendimento {
	font-size:21px;
	font-weight:400;
	padding: 40px 0 20px 0;
}


.atendimento i {
	float: left;
	/*background: #e9ba2d;*/
	width: 108px;
	color: white;
	font-size: 46px;
	border-radius: 50%;
	padding: 30px 30px;
	text-align: center;
	transition:ease 0.3s;
}

.atendimento a:hover i{
	background:#3c3c3c;
	color: white;
	transition:ease 0.3s;
}

.atendimento p {
	float: left;
	width: auto;
	margin: 20px 0 0 10px;
	padding: 10px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	color:#3c3c3c;
	font-weight: 600;
}

p.fone, p.email {
	color:#a0a0a1;
	font-size: 16px;
}

p.fone strong, p.email strong{
	color:#3c3c3c;
}


/*Footer*/


footer {
	color:#333;	
}

footer p:nth-child(1) {
	float:left;
	border-top:1px solid #e4e4e4;
	width: 87%;
	padding: 20px 0;
}

footer p:nth-child(2) {
	float:left;
	border-top:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	width: 12%;
	padding: 17px 0;
	text-align: center;
}

/*Mapa*/

#gmaps {
	height:400px;
}


/********************************************************************************************* 

2.  960px 

*********************************************************************************************/  

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	
}



/********************************************************************************************* 

3.  960px 

*********************************************************************************************/

	 
@media screen and (min-width: 721px) and (max-width: 960px) {
	

/*Descrição Slider Principal*/	
	
#owl-slider p {
	padding: 60px 10px;
	font-size: 12px;
	font-family: Arial;
	color: #333;
	text-decoration: none;
	text-align: center;
}



	
}




/********************************************************************************************* 

4.  lt 720px 

*********************************************************************************************/ 

@media only screen and (max-width: 719px) {
	

/*Header*/
	
header h1{
	text-align: center;
}

header img{
	text-align: center;
	width: 210px;
}
	
.header-sticky {display: none;}	


/*Menu Sobre Header*/
	
.sob img {
	width: auto;
}
	
.sobmenu li:nth-child(1) {
	width: 33.3%;
	padding-left: 10px;
}

.sobmenu li:nth-child(2) {
	width: 33.3%;
}

.sobmenu li:nth-child(3) {
	width: 33.3%;
}


/*Descrição*/

.descricao {
	padding: 40px 10px;
}

/*Footer*/
	
	
footer p:nth-child(1) {
	font-size: 11px;
	width: 75%;
}

footer p:nth-child(2) {
	width: 25%;
}

	
/*Tradutor*/	
	
#tradutor {
	float: left;
	position:absolute;
	background:white;
	width: auto;
	height: auto;
	padding: 5px 5px;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.09);
	text-align: center;
	border-radius:0px;
}
	

/*Itens Rápido Sobre Footer*/	
	
.atendimento i {
	float: left;
	width: 96px;
	color: white;
	font-size: 36px;
	border-radius: 50%;
	padding: 30px 30px;
	text-align: center;
	transition:ease 0.3s;
}

.atendimento a:hover i{
	background:#3c3c3c;
	color: white;
	transition:ease 0.3s;
}

.atendimento p {
	float: left;
	width: auto;
	margin: 20px 0;
	padding: 10px;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	color:#3c3c3c;
	font-weight: 600;
}
	
p.email {
	font-size: 11.5px;
}	
	
	
/*Mapa*/	
	
#gmaps {
	height: 260px;
}
	

	
}



