/*///////// ESTRUTURA ////////*/
body {
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#606060;
	}

ul, li {
	list-style:none;
}

a {
	text-decoration:none;
	}

h4 {
	margin:10px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	font-size:20px;
	text-transform:uppercase;
	}

.acesso-rapido {
	padding:15px 0;
	border-bottom:1px solid #ededed;
	vertical-align:middle;
	}
	
/*----Efeito Hover-----------------*/	
	
.acesso-rapido li > a {
  position: relative;
  color: #A11720;
  text-decoration: none;
  padding:0 0 5px 0;
}

.acesso-rapido li > a:hover {
  color: #A11720;
}

.acesso-rapido li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #A11720;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


.acesso-rapido li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*--------------------------------*/

.contatos img {
	vertical-align:middle;
	margin:0 10px 0 0;
	}
		
.contatos ul {
	float:left;
	width:100%;
	font-weight:100;
	}
	
.contatos li {
	display:inline-block;
	padding:0px 10px;
	}			
		
header {
	float:left;
	width:100%;
	background:white;
	color:white;
	/*min-height:208px;*/
	padding: 0;
	}
	
.logo {
	text-align:center;
	height:100%;
	min-width:160px;
	}
	
.logo img{
	margin: 15px 0;
	vertical-align:central;
	width:auto;
	}				
	
.sobre div {
	margin:20px 0;
	}	
.sobre p{
	line-height:1.6;
	}	
	
.ico-tel {
	margin-top:55px;
	font-size:16px;
	vertical-align:middle;
	}	
	
.ico-tel img {
	vertical-align:middle;
	margin:0px 10px 0 0;
	}	
	
.ico-email {
	text-align:right;
	margin-top:55px;
	font-size:16px;
	vertical-align:middle;
	}
	
.ico-email img {
	vertical-align:middle;
	margin:0 0 0 10px;
	}		
	
.ico-email i {
	vertical-align:middle;
	margin:0 0 0 10px;
	font-size:26px;
	}	
	
		
	
.atendimento {
	padding:10px 0;
	}


/*///////// CHAMADAS ////////*/	
.item-chamada h2 {
	font-size:22px;
	padding:0 0 20px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	}

.item-chamada p {
	line-height:1.8;
	}
		
.chamadas .item-chamada{
	margin:20px 0;
	transition:ease 0.3s;
	}
	
hr.hr-hidden {float:left; width:100%; border:1px solid #FFF;}	

.chamadas .icone {
	float:left;
	width:10%;
	}
	
.chamadas .desc {
	float:right;
	width:85%;
	margin:0px;
	padding:0px 10px;
	}	
	
.chamadas .item-chamada img{
	float:left;
	transition:ease 0.3s;
	}
	
.chamadas {
	float:left;
	width:100%;
	padding:50px 0;
	}

td.captcha {
	width:150px;
	background:#e0e0e0;
	border-radius:4px;
	}	

.newsletter .captcha p {
	float:left;
	padding:0;
	margin:12px 0;
	line-height:normal;
	font-size:11px;
	width: 50%;
	}		
	

.captcha strong {
	float:left;
	padding:6px 10px;
	
	font-size:21px;
	font-weight:bold;
	}			



/*///////// PERFIL ////////*/

.border-top-cinza {
	border-top:1px solid #ededed;
	}
	
.perfil { margin:0;}

.perfil h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight:700; 
	float:left;
	width:100%;
	margin:15px 0 30px 0;
	text-align:center;
}
.underline {
	padding-bottom:15px;
	border-bottom:2px solid #a11720;
	font-weight:100;
	font-size:13px;
	}	
	
.perfil p {
	width:100%;
	float:left;
	line-height:2;
	text-align:center;
	}
	
.perfil img {
	width:100%;
	}	
	
	
/*///////// ACOMPANHAMENTO ////////*/	
.acompanhamento h2 {
	font-size:25px;
	padding:0 20px 20px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	margin:20px 50px;
	}
	
.acompanhamento p {
	font-size:14px;
	padding:0 20px 0px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	margin:0px 50px;
	}	
		
.acompanhamento img {
	width:100%;
	float:left;
	}				

.acompanhamento div {
	float:left;
	position:relative;
	width:100%;
	margin:-140px 0 0 0;
	}
	
	
.acompanhamento a {
	float:right;
	margin:-70px 50px 0 0;
	background:#a11720;
	color:white;
	padding:15px 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	
	-webkit-box-shadow: 2px 2px 0px 1px #333; /* rgba(99,11,17,1) */ 
	-moz-box-shadow: 2px 2px 0px 1px #333;
	box-shadow: 2px 2px 0px 1px #333;
	transition:ease 0.3s;
	}
	
.acompanhamento span {
	width:300px;
	height:1px;
	border-bottom:3px solid white;
	}	
	
.acompanhamento hr {
	float:left;
	margin:10px 0;
	width:150px;
	border:0;
	border-bottom:2px solid #A11720;
	}

.acompanhamento {
	margin-bottom:50px;
	}	



/*///////// TITULO INTERNAS ////////*/	
.titulo-interno h2 {
	font-size:25px;
	padding:0 20px 20px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	margin:50px 50px;
	}
	
.titulo-interno p {
	font-size:14px;
	padding:0 20px 0px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	margin:0px 50px;
	}	
		
.titulo-interno img {
	width:100%;
	float:left;
	}				

.titulo-interno div {
	float:left;
	position:relative;
	width:100%;
	height:80px;
	}
	
	
.titulo-interno a {
	float:right;
	margin:-70px 50px 0 0;
	background:#a11720;
	color:white;
	padding:15px 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	
	-webkit-box-shadow: 2px 2px 0px 1px #333;
	-moz-box-shadow: 2px 2px 0px 1px #333;
	box-shadow: 2px 2px 0px 1px #333;
	transition:ease 0.3s;
	}
	
.titulo-interno span {
	width:300px;
	height:1px;
	border-bottom:3px solid white;
	}	
	
.titulo-interno hr {
	float:left;
	margin:10px 0;
	width:100px;
	border:0;
	border-bottom:2px solid #A11720;
	}

.titulo-interno {
	margin-bottom:50px;
	}	

	

.borda-titulo {
	float:left;
	width:100%;
	border : solid 1px rgba(255,255,255,0.2);
	border-left:0;
	border-right:0;
	}	
	
.bg-titulo-interna h1 {
	margin:40px 0;
	padding:15px 15px;
	/*background:rgba(255,255,255, 1);*/
	float:left;
	font-size:28px;
	}
	
.filtro {
	float:left;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.5) ;
	padding:20px 0;
	}		
		
.bg-titulo-interna {
		float:left;
		width:100%;
		}				
			
	
	
/*///////// Newsletter ////////*/	
.newsletter h2 {
	font-size:25px;
	padding:0 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	margin:0;
	}
	
.newsletter p {
	font-size:14px;
	padding:0 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	margin:0px;
	text-align:left;
	float:left;
	width:100%;
	}	
		
.newsletter img {
	width:100%;
	float:left;
	}	
	
.newsletter .txt-news {
	float:left; 
	width:32%;
	}				

.rodape .newsletter {
	float:left;
	position:relative;
	width:100%;
	margin:0;
	border:1px solid white;
    margin-bottom: 30px;
	}
	
	
.newsletter a {
	float:right;
	margin:-70px 50px 0 0;
	background:#a11720;
	color:white;
	padding:15px 20px;
	border-radius:4px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	}
	
.newsletter span {
	width:300px;
	height:1px;
	border-bottom:3px solid white;
	}	
	
.newsletter hr {
	float:left;
	margin:10px 0;
	width:150px;
	border:0;
	border-bottom:2px solid #A11720;
	}

.newsletter {
	margin-bottom:50px;
	}	
	
.newsletter div {
	margin-bottom:50px;
	}	
	
.newsletter input[type=text] {
	background:#EDEDED;
	width:100px;
	border:1px solid white;
	border-radius:4px;
	padding:15px 5px;
	text-align:center;
	margin: 0 3px;
	}
	
::-webkit-input-placeholder {
	font-size:11px;
	}
		
.newsletter table {
	float:right;
	margin:40px 0;
	text-align:center;
	}
		
.newsletter button{
	width:130px;
	border:0px solid white;
	border-radius:0px;
	padding:15px 10px;
	color:white;
	
	-webkit-box-shadow: 2px 2px 0px 1px #333; /* rgba(99,11,17,1) */
	-moz-box-shadow: 2px 2px 0px 1px #333;
	box-shadow: 2px 2px 0px 1px #333;
	transition:ease 0.3s;
	}				



.inputs-news input {
	margin:0 2px;
	}
	
.imgcaptcha {
	width:auto;
	}
	
.tbcodigo {
	width:50px;
	}	
	
/*///////// TITULOS ////////*/		
.titulo h4{
	border:1px dashed #563E3E;
	padding:30px 0 0 0;
	margin:0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	}	

/*///////// INTERNA ////////*/		
.interna {
	padding:20px 0;
	}
	
.img-principal-esq img{
	width:100%;
	}	
	
.interna p {
	margin:20px 0;
	}	
	
.interna p:first-child  {
	margin:0 0 20px 0;
	}		
		
/*///////// INTERNA DAS PAGINAS ////////*/	

.pginterna {
	padding:0;
	border:1px solid red;
	}

	
		
/*///////// TOPO ////////*/

.menu-topo ul{
	margin:0;
	float:right;
	width:auto;
	}
	
.menu-topo li, .menu-topo li a{
	float:left;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 15px;
	}
	
.menu-topo li a{
	margin:0;
	color: #898989;
	}	
		
.menu-responsivo {
	display:none;
	}

.slider {
	float:left;
	z-index:0;
	width:100%;
	margin-top:-60px;
	}		
		
nav {
	position:relative;
	z-index:10;
	background-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6);

	display:block;
	float:left;
	width:100%;
	}


nav ul{
	margin:0 auto;
	width:100%;
	max-width:1200px;
	padding:0;
	}
	
nav li {
    text-align: center;
    /* width: 100px; */
    display: inline-block;
    /* text-align: center; */
	padding:0px 0;
	float:left;
}	
	
	
nav li a{
	font-family: 'Ubuntu', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:23px 30px;
	font-size:14px;
	text-decoration:none;
	color:white;
	display:inline-block;
	
	transition:ease 0.3s;
	border:0px double rgba(0, 0, 0, 0);
	}	
	
nav li {
	text-align:center;
	}
		
nav li:last-child {
	border-right:0px solid red;
	}

		
		
	
		
/*///////// ITENS HOME ////////*/

.item i {
	/*color:#e00006; Vermelho*/
	}
.item h4 {
	margin:20px 0 10px 0;
	font-family:Arial;
	font-weight:600;
	font-size:20px;
	/*color:black;*/
	text-transform:uppercase;
	}
	
.item p {
	text-align:center;
	line-height:1.6;
	color:#606060;
	font-weight:100;
	}

.item-tel {
	margin:20px 0;
	padding:15px 15px;
	}
	
/*ITENS BACKGROUND DINAMICOS*/	
.item-tel img{
	float:left;
	/*
	background:#543C3C;	Marrom
	background:#ffa800; Yellow
	*/
	}
	
.item-tel p{
	margin:10px 20px;
	float:left;
	font-size:17px;
	max-width:230px;
	}

.item-tel small{
	font-size:11px;
	}	
		
.icones-dinamico p {
	display:block;
	}
	
/*///////// RODAPE ////////*/
.rodape a {
	text-decoration:none;
	}

/*	
.rodape a:hover {
	color:#E00006;
	}	
*/
	
.rodape h4 {
	/*color:#FFA800;*/
	font-size:21px;
	margin:0 0 20px 0;
	font-family: 'Ubuntu', sans-serif;
	}
	
	
	
.rodape div {
	width:100%;
	float:left;
	border:0px dashed #bfbfbf;
	/*padding:35px 35px;*/
	margin:20px 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			line-height:1.6;
			font-weight:100;
	}
	
address {
	float:left;
	width:30%;
	min-height:150px;
	border-right:0px dashed #bfbfbf;
	font-style:normal;
	padding:10px 0 0 35px;
	line-height:1.8;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;		
}

address h4 {
	margin-bottom:20px;	
}


.ul-sobre {
	float:left;
	width:30%;
	min-height:150px;
	padding:10px 40px;
	border-right:0px dashed #bfbfbf;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;	
}



.ul-sobre p {line-height:1.5;}

.ul-mais {
	float:left;
	width:20%;
	min-height:150px;
	padding:10px 40px;
	border-right:0px dashed #bfbfbf;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}

.ul-mais li a{
	padding-left:0;
	transition:ease 0.3s;
	line-height: 2;
	}	

.ul-sobre li a{
	padding-left:0;
	transition:ease 0.3s;
	line-height: 2;
	}	

.ul-social {
	float:left;
	width:30%;
	min-height:150px;
	padding:10px 40px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;			
}

.assinatura div {
	float:left;
	width:100%;
	border:0px dashed #bfbfbf;
	padding:15px 35px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;			
	}
	
.assinatura p {
	margin-top:8px;
	float:left;
	}
	
.assinatura img {
	float:right;
	margin:0;
	}	
	
	
a.mailto{
	text-decoration:none;
	color:white;
	}
		
/*///////// GALERIA ////////*/		

.ampliar {
	font-size:14px;
	margin:20px 0 0 0;
	padding:10px 0;
	float:left;
	text-indent: 10px;
	width:100%;
	background:#F1F1F1;
	}
	

.item img{
	width:100%;
	}
	
/*///////// FORMATO 2 ///////////*/	

ul.li-internas {
	/*color: #77B328;*/
	font-size:16px;
	line-height:1.5;
	margin:10px 0;
	}
		
	
/*///////// FORMATO 3 ///////////*/	
.lista-itens div{
	    color: #606060;
	}
			
.lista-itens {
	width:100%;
	float:left;
	margin:0;
	padding:15px 0;
	border-bottom:1px dotted #bfbfbf;
	}
			
.lista-itens:last-child  {
    border-bottom: 0px dotted #bfbfbf;
}	
			
.lista-itens img {
	width:12%;
	float:left;
	}
	
.lista-itens div {
	width:85%;
	height:auto;
	float:left;
	outline:0px solid red;
	padding:10px 15px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	}

		
	
	
/*///////// FORMATO 5 ///////////*/
.bloco3{
	margin:20px 0 10px 0;
	text-decoration:none;
	}

.bloco3 img:hover{
	/*outline:3px solid #77B328;*/
	transition:ease 0.2s;
	}	
					
.bloco3 img{
	width:100%;
	outline:1px solid #bfbfbf;
	}	
	
.bloco3 p{
	width:100%;
	margin:0px;
	padding:15px 0;
	text-indent:10px;
	border-bottom:1px solid #bfbfbf;
	}	
	
.bloco3 h4{
	font-size:16px;
	text-transform:none;
	}		
	
/*///////// FORMATO 7 ///////////*/

.lista-itens h4 {
		margin:0 0 5px 0;
	}
	
.lista-itens p {
		margin:5px 0;
	}
	
	
/*///////// FORMATO 8 ///////////*/
.lista-itens-fm8 h4 {
		margin:0 0 5px 0;
	}
	
.lista-itens-fm8 p {
		margin:5px 0;
	}
	
.lista-itens-fm8 span {
    margin: 0 0 0 0;
}
		
.lista-itens-fm8 div {
	width:100%;
	height:auto;
	float:left;
	outline:0px solid red;
	padding:10px 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			border-bottom:1px dotted #bfbfbf;
	}
	
.list-itens-fm8 > .last{
	border-bottom:0;
	}
	

/*///////// FORMATO 9 ///////////*/	
.lista-itens > p.data {
	margin:5px 0;
	padding:0;
	font-weight:bold;
	}	
	

/*///////// FORMATO 11 ///////////*/
.prod {
	margin:10px 0;
	}
		
.prod img {
	transition:ease 0.3s;
	width:80%;
	border:1px solid #bfbfbf;
	padding:10px;
	}	
	
.prod img:hover {
	transition:ease 0.3s;
	border:1px solid #e00006;
	}	
		
.prod div {
	width:80%;
	padding:10px;
	}	
	
		
.prod h4 {
	font-size:16px;
	}
	
.prod small {
	color:gray;
	}
	
div.btmais {
	margin:20px 0;
	width:120px;
	padding:10px 0px;
	border:3px double #bfbfbf;
	text-align:center;
	color:black;
	transition:ease 0.3s;
	}
		
div.btmais:hover {
	transition:ease 0.3s;
	border:3px double white;
	background:#e00006;
	color:white;
	}
	
.prod:hover > prod img {
	border:1px solid blue;
	}	
	
.margin-20 {
	margin:20px 0;
	}	
	
	
/*///////// INTERNA FORMATO 2 ///////////*/	
.btvoltar {
	cursor:pointer;
	padding:10px 25px;
	margin:15px 0 0 0;
	float:left;
	border-radius:3px;
	color:white;
	background:#bfbfbf;
	}	


/*///////// SLIDER ///////////*/	

#owl-demo {
	z-index:0;
	border:0px solid red;
	}	
	
#mascara {
	z-index:999;
	border:0px solid green;
	width:100%;
	position:relative;
	margin-top:-470px;
	}	

#mascara img{
	width:100%;
	}	
							
/********************************************************************************************* 

2.  960px 

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

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

 

	
}
	

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

3.  720px 

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

@media only screen and (min-width: 720px) and (max-width: 959px) {

	
/*///////// SLIDER ///////////*/	

#owl-demo {
	z-index:0;
	border:0px solid red;
	}	
	
#mascara {
	display:none;
	z-index:999;
	border:0px solid green;
	width:100%;
	position:relative;
	margin-top:0;
	}	

#mascara img{
	margin:0;
	width:100%;
	}	
	

}


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

4.  lt 720px 

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

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

header {
	padding: 30px 0;
	}
	
.logo {
	text-align:center;
	}	
				
.logo img {
    margin: 5% 0;
    vertical-align: central;
    width: 80%;
}
	
.ico-tel {
	margin-top:0px;
	font-size:16px;
	vertical-align:middle;
	text-align:center;
	}	
	
.ico-tel img {
	vertical-align:middle;
	margin:0px 10px 0 0;
	}	
	
.ico-email {
	text-align:center;
	margin-top:0px;
	font-size:16px;
	vertical-align:middle;
	}	
	
.ico-email i {
	vertical-align:middle;
	margin:0 0 0 10px;
	font-size:26px;
	}		

.icones-dinamico p {
	display:none;
	}
	
.slider {
	float:left;
	z-index:0;
	width:100%;
	margin-top:0;
	}
	
/*///////// ACOMPANHAMENTO ////////*/	
.acompanhamento h2 {
	font-size:25px;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	margin:20px 0;
	width:100%;
	}
	
.acompanhamento p {
	font-size:14px;
	padding:0 20px 0px 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	margin:0 0;
	width:100%;
	}	
		
.acompanhamento img {
	display:none;
	}				

.acompanhamento div {
	float:left;
	position:relative;
	width:100%;
	margin:0;
	padding:0px 30px;
	}
	
	
.acompanhamento a {
	float:right;
	margin:30px 0;
	background:#a11720;
	color:white;
	padding:15px 0;
	border-radius:4px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	width:100%;
	text-align:center;
	}
	
.acompanhamento span {
	width:300px;
	height:1px;
	border-bottom:3px solid white;
	}	
	
.acompanhamento hr {
	float:left;
	margin:20px 0;
	width:100%;
	border:0;
	border-bottom:2px solid #A11720;
	}

.acompanhamento {
	margin-bottom:50px;
	}		
		
		
/*///////// TOPO ////////*/

.menu-topo ul{
	margin:0;
	float:right;
	}
	
.menu-topo li, .menu-topo li a{
	float:left;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 15px;
	font-weight:100;
	}	
	
.menu-responsivo {
	display:block;
	}
		
nav {
	display:none;
	}	


select {
	width:100%;
	border-radius:0px;
	margin: 30px 0 30px 0px;
	padding: 20px 0;
	border:1px solid #bfbfbf;
	}	

/*///////// INTERNA ////////*/		
.interna {
	padding:20px 0;
	}
	
.img-principal-esq img{
	width:100%;
	}	
	
.interna p {
	margin:20px 0;
	text-align:justify;
	}	
	
.interna p:first-child  {
	margin:20px 0 20px 0;
	}	
			

/*///////// ITENS HOME ////////*/

.sobre p{
	text-align:justify;
	line-height:1.6;
	}	
	

.item h4 {
	margin:20px 0 10px 0;
	font-family:Arial;
	font-weight:600;
	font-size:20px;
	/*color:black;*/
	text-transform:uppercase;
	}

	
.item p {
	text-align:left;
	line-height:1.6;
	color:#606060;
	}

.item-tel img{
	float:left;
	}
	
.item-tel p{
	margin:10px 10px;
	float:left;
	font-size:17px;
	}

.item-tel small{
	font-size:11px;
	}
	

.acesso-rapido {
	display:none;
	}
		
.ico-tel {
	display:none;
	}	
	
.ico-email {
	display:none;
	}	
		

/*///////// RODAPE ////////*/
.rodape h4 {
	/*color:#e00006;*/
	font-size:16px;
	margin:0 0 20px 0;
	}
	
	
.rodape div {
	width:100%;
	float:left;
	border:0px dashed #bfbfbf;
	padding:35px 35px;
	margin:15px 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			line-height:1.6;
	}
	
address {
	float:left;
	width:100%;
	min-height:150px;
	border-right:0px dashed #bfbfbf;
	font-style:normal;
	padding:10px 0;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;		
}

address h4 {
	margin-bottom:20px;	
}


.ul-sobre {
	float:left;
	width:100%;
	min-height:150px;
	padding:10px 0;
	border-right:0px dashed #bfbfbf;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
			
}

.ul-mais {
	float:left;
	width:100%;
	min-height:150px;
	padding:10px 0px;
	border-right:0px dashed #bfbfbf;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

}

.ul-social {
	float:left;
	width:20%;
	min-height:150px;
	padding:10px 40px;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;			
}

.assinatura div {
	float:left;
	width:100%;
	border:0px dashed #bfbfbf;
	padding:15px 35px;
	text-align:center;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
				
	}
	
.assinatura p {
	width:100%;
	margin:10px 0;
	float:left;
	}
	
.assinatura img {
	float:none;
	margin:0;
	}	
	

/*///////// FORMATO 3 ///////////*/	
		
.lista-itens {
	width:100%;
	float:left;
	margin:0;
	padding:15px 0;
	border-bottom:1px dotted #bfbfbf;
	}
			
.lista-itens img {
	width:30%;
	float:left;
	}
	
.lista-itens div {
	width:70%;
	min-height:auto;
	float:left;
	outline:0px solid red;
	padding:10px 15px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	}		
	
	
.lista-itens:last-child  {
    border-bottom: 0px dotted #bfbfbf;
}	

/*///////// FORMATO 9 ///////////*/	
.lista-itens > p.data {
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
	}	
	

/*///////// FORMATO 11 ///////////*/
.prod {
	margin:10px 0;
	}
		
.prod img {
	transition:ease 0.3s;
	width:100%;
	border:1px solid #bfbfbf;
	padding:10px;
	}	
	
.prod img:hover {
	transition:ease 0.3s;
	/*border:1px solid #e00006;*/
	}	
		
.prod div {
	width:100%;
	padding:10px;
	}	
	
		
.prod h4 {
	font-size:16px;
	}
	
.prod small {
	color:gray;
	}
	
div.btmais {
	margin:20px 0;
	width:50%;
	padding:10px 0px;
	border:3px double #bfbfbf;
	text-align:center;
	color:black;
	transition:ease 0.3s;
	}
	
	
/*///////// SLIDER ///////////*/	

#owl-demo {
	z-index:0;
	border:0px solid red;
	}	
	
#mascara {
	display:none;
	z-index:999;
	border:0px solid green;
	width:100%;
	position:relative;
	margin-top:0;
	}	

#mascara img{
	margin:0;
	width:100%;
	}	
	
	
/*///////// Newsletter ////////*/


.newsletter h2 {
	font-size:25px;
	padding:0 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:700;
	margin:0;
	float:left;
	width:100%;
	}

.newsletter .txt-news {
	float:left; 
	width:100%;
	margin:0;
	padding:0;
	}					
	
.newsletter p {
	font-size:14px;
	padding:0 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	margin:0px;
	text-align:left;
	float:left;
	width:100%;
	}	
		
.newsletter img {
	width:40%;
	float:left;
	}				

.rodape .newsletter {
	float:left;
	position:relative;
	width:100%;
	margin:0;
	border:1px solid white;
    margin-bottom: 30px;
	}
	
	
.newsletter a {
	float:right;
	margin:-70px 50px 0 0;
	background:#a11720;
	color:white;
	padding:15px 20px;
	border-radius:4px;
	font-family: 'Ubuntu', sans-serif;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	}
	
.newsletter span {
	width:300px;
	height:1px;
	border-bottom:3px solid white;
	}	
	
.newsletter hr {
	float:left;
	margin:10px 0;
	width:150px;
	border:0;
	border-bottom:2px solid #A11720;
	}

.newsletter {
	margin-bottom:50px;
	}	
	
.newsletter div {
	width:100%;
	margin-bottom:50px;
	}	
	
.newsletter input[type=text] {
	background:#EDEDED;
	width:100%;
	border:1px solid white;
	border-radius:4px;
	padding:15px 10px;
	margin:5px 0;
	text-align:center;
	}
	
::-webkit-input-placeholder {
	font-size:11px;
	}
		
.newsletter table {
	float:left;
	margin:40px 0;
	text-align:center;
	width:100%;
	}
	
.newsletter tr, .newsletter td {
	width:100%;
	float:left;
	}	
		
.newsletter button{
	background:#A11720;
	width:100%;
	border:0px solid white;
	border-radius:4px;
	padding:15px 10px;
	color:white;
	border:0;
	}				

.inputs-news input {
	width:100%;
	margin:0 2px;
	}
	

.tbcodigo {
	width:100%;
	}	
		
.newsletter .captcha p {
	float:left;
	padding:10px 10px;
	margin:0;
	line-height:normal;
	}		
	

.captcha strong {
	float:left;
	padding:0 5px 0 0;
	color:#A11720;
	}						
		
}	



@media only screen and (min-width: 475px) and (max-width: 720px) {

.logo img{
	max-width: 600px;
	max-height: 220px;
	}
	
.prod {
	text-align:center;
	}

.prod img {
	transition:ease 0.3s;
	width:70%;
	margin:0 auto;
	border:1px solid #bfbfbf;
	padding:10px;
	}	
	
	
div.btmais {
	margin:0 auto;
	margin-top:20px;
	width:70%;
	padding:10px 0px;
	border:3px double #bfbfbf;
	text-align:center;
	color:black;
	transition:ease 0.3s;
	}
	
	
/*///////// SLIDER ///////////*/	

#owl-demo {
	z-index:0;
	border:0px solid red;
	}	
	
#mascara {
	display:none;
	z-index:999;
	border:0px solid green;
	width:100%;
	position:relative;
	margin-top:0;
	}	

#mascara img{
	margin:0;
	width:100%;
	}	


		
		
	
}