@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	12;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
	color: #000;
	font-family: "DINPro-Regular", Helvetica, sans-serif;  
	font-size: 15px;
}


.gridContainer a {
	text-decoration: none;
}

/* cabeçalho */
#cabecalho_id {
	clear: both;
	width: 90%;
	height: auto;
	padding: 10px 5% 10px 5%;
	background: rgba(0,0,0,1.00);
	color: #FFF;
}

#cabecalho {
	clear: both;
	width: 90%;
	height: auto;
	padding: 10px 5% 10px 5%;
	background: rgba(0,0,0,1.00);
	color: #FFF;
}

.logo {
	float: left;
	clear: none;
	width: 140px;
	height: auto;
}

.logo img {
	width: 140px;
	height: 77px;
}

.menu_principal {
	float: right;
	clear: right;
	width: 35px;
	height: 35px;	
	margin-top: 23px;
	cursor: pointer; 
}

.contato {
	float: right;
	clear: none;
	width: 30px;
	height: 20px;
	margin-top: 28px;
	margin-right: 25px;
}

.fones_cabec {
	float: left;
	clear: both;
	width: 90%;
	min-height: 24px;
	margin-top: 15px;
	background: url(../imagens/icones/whats.png) no-repeat left;
	padding-left: 10%;	
}

.fones_cabec span {
	font-size: 18px;	
}

.fones_cabec a {
	text-decoration: none;
	color: #FFF;
}

.fones_cabec a:hover {
	color: #FFF;	
}
	
#anima {
	display: none;
	clear: both;
	width: 100%;
	height: auto;
}

#anima img {
	width: 100%;
}

.efeito img {-webkit-filter: brightness(1); } 
.efeito img:hover{-webkit-filter: brightness(0.5);}

#area1 {
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bt1_area1 {
	float: left;
	clear: none;
	width: 100%;
	height: 220px;
	background: url(../imagens/links/prod_1.png) no-repeat center top;
	margin-top: 30px;
	transition: background .5s ease;
}

.bt1_area1:hover {
    background: url(../imagens/links/prod_1b.png) no-repeat center top;
}


.bt2_area1 {
	float: left;
	clear: none;
	width: 100%;
	height: 220px;
	background: url(../imagens/links/prod_2.png) no-repeat center top;
	margin-top: 30px;
	transition: background .5s ease;
}

.bt2_area1:hover {
    background: url(../imagens/links/prod_2b.png) no-repeat center top;
}

.bt3_area1 {
	float: left;
	clear: none;
	width: 100%;
	height: 220px;
	background: url(../imagens/links/prod_3.png) no-repeat center top;
	margin-top: 30px;
	transition: background .5s ease;
}

.bt3_area1:hover {
    background: url(../imagens/links/prod_3b.png) no-repeat center top;
}

.bt4_area1 {
	float: left;
	clear: none;
	width: 100%;
	height: 220px;
	background: url(../imagens/links/prod_4.png) no-repeat center top;
	margin-top: 30px;
	transition: background .5s ease;
}

.bt4_area1:hover {
    background: url(../imagens/links/prod_4b.png) no-repeat center top;
}

.bt5_area1 {
	float: left;
	clear: none;
	width: 100%;
	height: 220px;
	background: url(../imagens/links/prod_5.png) no-repeat center top;
	margin-top: 30px;
	transition: background .5s ease;
}

.bt5_area1:hover {
    background: url(../imagens/links/prod_5b.png) no-repeat center top;
}

#area2 {
	clear: both;
	width: 90%;
	min-height: 525px;
	padding: 30px 5% 30px 5%;
	color: #FFF;
	background: url(../imagens/fundo/fundo_area2.jpg) no-repeat center top;
	background-size: 1250px;
}

.txt_area2 {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
}

.txt_area2 p {
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 20px;
}

.img_area2 {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
}

.img_area2 img {
	width: 180px;
}

#area3 {
	clear: both;
	width: 90%;
	padding: 30px 5% 30px 5%;	
}

.box_area3 {
	float: left;
	clear: both;
	width: 90%;
	height: auto;
	margin: 30px 5% 0 5%;
	text-align: center;
}

.box_area3 img {
	width: 80px;
}

.txt_area3 {
	clear: both;
	width: 90%;
	margin-left: 5%;
}

.txt_area3 span {
	font-size: 20px;
	color: #52A002;
	font-weight: bold;	
}

.txt_area3 p {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.bt_area3 {
	float: left;
	clear: both;
	width: 80%;
	height: 42px;
	margin-left: 10%;
	margin-top: 30px;
	padding-top: 8px;
	background: rgba(0,0,0,0.8); 
	transition: background .5s ease;
	border-radius: 10px;
	font-family: "DINPro-Bold"; 
	color: #FFF;
	font-size: 25px;
	text-align: center;	
	text-transform: uppercase;
}

.bt_area3 a {
	text-decoration: none;
	color: #FFF;
}

.bt_area3:hover {
	background: rgba(0,0,0,1.00); 
	color: #FFF;
}

#area4 {
	clear: both;
	width: 90%;
	padding: 30px 5% 30px 5%;
	background: #F0F0F0;
}

.box_clientes {
	float: left;
	clear: none;
	width: 41%;
	height: auto;	
	margin: 25px 2.5% 0 2.5%;
	padding: 1.5%;
	border: solid 1px #F0F0F0;
}

.box_clientes img {
	width: 100%;
}

#conteudo {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* area textos */
.txt {
	float: left;
	clear: both;
	width: 90%;
	margin: 30px 5% 0 5%;
}

.txt p {
	text-align: center;
}

.txt li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.txt span {
	font-weight: bold;
	color: #52A002;
	font-size: 17px;
}

.box_telas {
	float: left;
	clear: both;
	width: 94%;	
	height: auto;
	padding: 3%;
	border: solid 1px #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

.box_telas img {
	width: 100%;	
}

/* rodape */
#rodape {
	float: left;
	clear: both;
	width: 90%;
	color: #FFF;
	padding: 30px 5% 50px 5%;
	background: url(../imagens/fundo/fundo_rodape.jpg) no-repeat top center;
	background-size: 1300px;
	margin-bottom: -40px;
}

#rodape a {
	text-decoration: none;
	color: #FFF;
}

.fone_rod {
	float: left;
	clear: both;
	width: 85%;
	min-height: 30px;
	background: url(../imagens/icones/fone.png) no-repeat left;
	background-size: 40px;
	padding-left: 15%;
	padding-top: 10px;
	margin-top: 30px;
	font-family: "DINPro-Medium"; 
}

.mail_rod {
	float: left;
	clear: both;
	width: 85%;
	min-height: 30px;
	background: url(../imagens/icones/mail2.png) no-repeat left;
	background-size: 40px;
	padding-left: 15%;
	padding-top: 10px;
	margin-top: 10px;
	font-family: "DINPro-Medium";  
}

.credito {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 15px;
}

#rodape_fixo_m {
	position: fixed;
	clear: both;
	width: 100%;
	height: 39px;
	background: rgba(0,0,0,0.85);
	color: #FFF;
	font-weight: bold;
	bottom: 0;
	z-index: 9999;
}

#rodape_fixo_m a {
	text-decoration: none;
	color: #FFF;
}

#rodape_fixo_m a:hover {
	color: #FFF;
}

#rodape_fixo {
	display: none;
}

#rodape_fixo a {
	text-decoration: none;
	color: #FFF;
}

#rodape_fixo a:hover {
	color: #FFF;
}

.left {
	float: left;
	clear: none;
	width: 37.5%;
	height: auto;
	text-align: center;	
	margin-top: 10px;
}

.link_topo {
	float: left;
	clear: none;
	width: 25%;
	height: auto;
	text-align: center;
}

.link_topo img {
	width: 80px;
	height: 39px;
}

.right {
	float: right;
	clear: right;
	width: 37.5%;
	height: auto;
	text-align: center;
	margin-top: 10px;
}

.icon_whats {
	display: none;	
}

#popup {
	display: none;
	position: absolute; 
	width: 98%;
	margin-left: 1%;	
	top: 110px;
	padding: 0px;
	text-align: center;
	z-index: 99999999;  
}

.bt_popup {
	float: right;
	clear: right;
	width: 100%;
	height: 30px;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 2px;
}

/*política de privacidade*/
#privacidade {
	position: fixed;
	clear: both;
	width: 90%;
	padding: 5%;
	background: rgba(0,0,0,0.85);
	bottom: 0;	
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	z-index: 999999;
}

#privacidade a {
	color: #FFF;
	font-weight: bold;
}

#privacidade a:hover {
	color: #CCC;
}

.txt_privacidade {
	float: left;
	clear: both;
	width: 100%;
	text-align: justify;
}

.bt_privacidade {
	float: left;
	clear: both;
	width: 80%;
	margin-top: 10px;
	margin-left: 10%;
	text-align: center;
	background: #52A002;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background .5s ease;	
	cursor: pointer;
}

.bt_privacidade:hover {
    background: #F26225;
}

.zeroMargin_mobile {margin-left: 0;}
.hide_mobile {display: none;}
.hide_desktop {display: block;}


@media only screen and (min-width: 375px) {
#rodape_fixo_m {
	font-size: 18px;
}
	
.left {
	margin-top: 7px;
}	
	
.right {
	margin-top: 7px;
}
}

@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
/*area 1*/
.bt1_area1 {
	width: 50%;
	height: 180px;
	background-size: 180px;
}

.bt1_area1:hover {
	background-size: 180px;
}

.bt2_area1 {
	width: 50%;
	height: 180px;
	background-size: 180px;
}

.bt2_area1:hover {
    background-size: 180px;
}

.bt3_area1 {
	width: 50%;
	height: 180px;
	background-size: 180px;
}

.bt3_area1:hover {
    background-size: 180px;
}

.bt4_area1 {
	width: 50%;
	height: 180px;
	background-size: 180px;
}

.bt4_area1:hover {
	background-size: 180px;
}
	
.bt5_area1 {
	height: 180px;
	background-size: 180px;
}

.bt5_area1:hover {
	background-size: 180px;
}
	
/*area2*/
#area2 {
	min-height: 500px;
	background-size: 1150px;
}
	
.txt_area2 {
	width: 90%;
	margin-left: 5%;
}
	
/*area4*/	
.box_clientes {
	width: 25.5%;	
	margin: 25px 2% 0 2%;
}
	
/*rodape*/
.fone_rod {
	width: 87%;
	min-height: 40px;
	background-size: 50px;
	padding-left: 13%;
	font-size: 20px;
}

.mail_rod {
	width: 87%;
	min-height: 40px;
	background-size: 50px;
	padding-left: 13%;
	font-size: 20px;
}
	
#rodape_fixo_m {
	display: none;
}
	
#rodape_fixo {
	display: block;
	position: fixed;
	clear: both;
	width: 100%;
	height: 39px;
	background: rgba(0,0,0,0.85);
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	bottom: 0;
	z-index: 9999;
}
	
.left {
	margin-top: 7px;
}	
	
.right {
	margin-top: 7px;
}	
	
}


@media only screen and (min-width: 600px) {
/*cabeçalho*/
#cabecalho_id {
	width: 94%;
	padding: 15px 3% 15px 3%;
}
	
#cabecalho {
	width: 94%;
	padding: 15px 3% 15px 3%;
}
	
.contato {
	margin-right: 20px;
}

.fones_cabec {
	float: right;
	clear: none;
	width: auto;
	margin-top: 27px;
	padding-left: 30px;	
	margin-right: 20px;
}
	
/*area 1*/
.bt1_area1 {
	width: 33%;
}

.bt2_area1 {
	width: 33%;
}

.bt3_area1 {
	width: 33%;
}

.bt4_area1 {
	width: 40%;
	margin-left: 10%;
}
	
.bt5_area1 {
	width: 40%;
	margin-right: 10%;
}

	
/*area2*/
#area2 {
	min-height: 530px;
	background-size: 1150px;
}
	
.img_area2 img {
	width: 200px;
}
	
.txt_area2 {
	width: 80%;
	margin-left: 10%;
}
	
/*area4*/	
.box_clientes {
	width: 17.5%;	
	margin: 35px 2% 0 2%;
}

/*telas*/
.box_telas {
	clear: none;
	width: 41.5%;	
	padding: 2.5%;
	margin: 7px 1.5% 7px 1.5%;
}

/*rodape*/
.fone_rod {
	width: 88%;
	padding-left: 12%;
}

.mail_rod {
	width: 88%;
	padding-left: 12%;
}
	
#rodape_fixo {
	font-size: 20px;
}
	
.left {
	margin-top: 5px;
}	
	
.right {
	margin-top: 5px;
}
	
/*política de privacidade*/
#privacidade {
	padding-top: 15px;
	padding-bottom: 15px;
}
	
.txt_privacidade {
	clear: none;
	width: 75%;
}

.bt_privacidade {
	float: right;
	clear: right;
	width: 20%;
	margin: 0;
}

.zeroMargin_tablet {margin-left: 0;}
.hide_tablet {display: none;}
}

@media only screen and (min-width: 768px) {
.gridContainer {
	font-size: 18px;
}
	
.txt span {
	font-size: 20px;
}
	
/*cabeçalho*/
#cabecalho_id {
	position: absolute;	
	width: 90%;
	padding: 15px 5% 15px 5%;
	background: rgba(0,0,0,0.90);
	top: 0;
	z-index: 9999;
}
	
#cabecalho {
	width: 90%;
	padding: 15px 5% 15px 5%;
}
	
.contato {
	margin-right: 30px;
}

.fones_cabec {
	margin-right: 30px;
}
	
.fones_cabec span {
	font-size: 22px;	
}
	
#anima {
	display: block;
}
	
#anima img {
	width: 100%;
}

/*area 1*/
#area1 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.bt1_area1 {
	height: 220px;
	background-size: 220px;
	margin-top: 45px;
}

.bt1_area1:hover {
	background-size: 220px;
}

.bt2_area1 {
	height: 220px;
	background-size: 220px;
	margin-top: 45px;
}

.bt2_area1:hover {
	background-size: 220px;
}

.bt3_area1 {
	height: 220px;
	background-size: 220px;
	margin-top: 45px;
}

.bt3_area1:hover {
	background-size: 220px;
}

.bt4_area1 {
	height: 220px;
	background-size: 220px;
	margin-top: 45px;
}

.bt4_area1:hover {
	background-size: 220px;
}

.bt5_area1 {
	height: 220px;
	background-size: 220px;
	margin-top: 45px;
}

.bt5_area1:hover {
	background-size: 220px;
}

/*area 2*/
#area2 {
	padding: 45px 5% 45px 5%;
	min-height: 450px;
	background-size: 1025px;
}

.img_area2 {
	clear: none;
	width: auto;
	text-align: left;
	margin-top: 45px;
}

.txt_area2 {
	float: right;
	clear: right;
	width: 65%;
	margin-left: 0;
	margin-top: 60px;
}
	
.txt_area2 p {
	font-size: 30px;
	line-height: 30px;
}

/*area 3*/
#area3 {
	width: 100%;
	padding: 0;
	padding-top: 45px;
	padding-bottom: 45px;
}
	
.box_area3 {
	clear: none;
	width: 33.3%;
	margin: 0;
	margin-top: 45px;
}

.txt_area3 {
	width: 80%;
	margin-left: 10%;
}

.txt_area3 span {
	font-size: 25px;
	line-height: 25px;
}
	
.bt_area3 {
	width: 50%;
	height: 52px;
	margin-left: 25%;
	font-size: 30px;
	margin-top: 45px;
}

/*area 4*/
#area4 {
	padding: 45px 5% 45px 5%;
}
	
#conteudo {
	margin-top: 45px;
	margin-bottom: 45px;
}

/* area textos */
.txt {
	margin: 45px 5% 0 5%;
}
	
/* rodape */
#rodape {
	padding: 45px 5% 65px 5%;
	background-size: 1025px;
}

.fone_rod {
	clear: none;
	width: auto;
	min-height: 30px;
	background-size: 35px;
	padding-left: 40px;
	padding-top: 5px;
	margin-top: 45px;
}

.mail_rod {
	float: right;
	clear: right;
	width: auto;
	min-height: 30px;
	background-size: 35px;
	padding-left: 40px;
	padding-top: 5px;
	margin-top: 45px;
}

/*rodape fixo*/
.left {
	width: 42.5%;
}

.link_topo {
	width: 15%;
}

.right {
	width: 42.5%;
}
	
#popup {
	width: 90%;
	margin-left: 5%;
	top: 140px;
}

.zeroMargin_desktop {margin-left: 0;}
.hide_mobile {display: block;}
.hide_desktop {display: none;}
}

@media only screen and (min-width: 1024px) {
/*area 1*/
.bt1_area1 {
	width: 20%;
	height: 180px;
	background-size: 180px;
}

.bt1_area1:hover {
	background-size: 180px;
	height: 180px;
}

.bt2_area1 {
	width: 20%;
	height: 180px;
	background-size: 180px;
}

.bt2_area1:hover {
	background-size: 180px;
	height: 180px;
}

.bt3_area1 {
	width: 20%;
	height: 180px;
	background-size: 180px;	
}

.bt3_area1:hover {
	background-size: 180px;
	height: 180px;
}

.bt4_area1 {
	width: 20%;
	height: 180px;
	background-size: 180px;
	margin-left: 0;
}

.bt4_area1:hover {
	background-size: 180px;
	height: 180px;
}
	
.bt5_area1 {
	width: 20%;
	height: 180px;
	background-size: 180px;
	margin-right: 0;
}

.bt5_area1:hover {
	background-size: 180px;
	height: 180px;
}

/*area2*/
#area2 {
	padding: 45px 5% 45px 5%;
	min-height: 420px;
	background-size: 100%;
}
	
.img_area2 img {
	width: 220px;
}
	
/*area4*/	
.box_clientes {
	width: 12.6%;	
	margin: 40px 2% 0 2%;
}
	
/* rodape */
#rodape {
	background-size: 1280px;
}

.fone_rod {
	min-height: 50px;
	background-size: 60px;
	padding-left: 65px;
	padding-top: 10px;
	font-size: 25px;
}

.mail_rod {
	min-height: 50px;
	background-size: 60px;
	padding-left: 65px;
	padding-top: 10px;
	font-size: 25px;
}
	
/*rodape fixo*/		
#rodape_fixo {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	font-size: 25px;
}
	
.left {
	margin-top: 0;
}

.right {
	margin-top: 0;
}

#popup {
	width: 80%;
	margin-left: 10%;
	top: 80px;
}
}

@media only screen and (min-width: 1280px) {
.gridContainer {
	font-size: 20px;
}
	
.txt span {
	font-size: 22px;
}
	
.logo {
	width: 170px;
}
	
.logo img {
	width: 170px;
	height: 94px;
}
	
.menu_principal {
	margin-top: 25px;
}
	
.contato {
	margin-right: 50px;
}

.fones_cabec {
	margin-right: 50px;
}
	
.fones_cabec span {
	font-size: 25px;	
}
	
/*area 1*/
#area1 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.bt1_area1 {
	height: 200px;
	background-size: 200px;
	margin-top: 60px;
}

.bt1_area1:hover {
	height: 200px;
	background-size: 200px;
}

.bt2_area1 {
	height: 200px;
	background-size: 200px;
	margin-top: 60px;
}

.bt2_area1:hover {
	height: 200px;
	background-size: 200px;
}

.bt3_area1 {
	height: 200px;
	background-size: 200px;
	margin-top: 60px;
}

.bt3_area1:hover {
	height: 200px;
	background-size: 200px;
}

.bt4_area1 {
	height: 200px;
	background-size: 200px;
	margin-top: 60px;
}

.bt4_area1:hover {
	height: 200px;
	background-size: 200px;
}
	
.bt5_area1 {
	height: 200px;
	background-size: 200px;
	margin-top: 60px;
}

.bt5_area1:hover {
	height: 200px;
	background-size: 200px;
}

	
/*area 2*/
#area2 {
	padding: 60px 5% 60px 5%;
	min-height: 530px;
}
	
.img_area2 {
	margin-top: 60px;
}
	
.img_area2 img {
	width: 280px;
}

.txt_area2 {
	width: 70%;
	margin-top: 120px;
}
	
.txt_area2 p {
	font-size: 40px;
	line-height: 40px;
}
	
/*area 3*/
#area3 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.box_area3 {
	margin-top: 60px;
}
	
.txt_area3 {
	width: 70%;
	margin-left: 15%;
}
	
.bt_area3 {
	width: 30%;
	height: 58px;
	margin-left: 35%;
	font-size: 35px;
	margin-top: 60px;
}

/*area 4*/
#area4 {
	padding: 60px 5% 60px 5%;
}
	
.box_clientes {
	width: 9.5%;	
	margin: 50px 2% 0 2%;
}
	
#conteudo {
	margin-top: 60px;
	margin-bottom: 60px;
}

/* area textos */
.txt {
	margin: 60px 5% 0 5%;
}
	
/*telas*/
.box_telas {
	width: 30%;	
	padding: 1%;
	margin: 7px 0.5% 7px 0.5%;
}
	
/* rodape */
#rodape {
	padding: 60px 5% 80px 5%;
	background-size: 100%;
}

.fone_rod {
	min-height: 65px;
	background-size: 80px;
	padding-left: 90px;
	padding-top: 15px;
	font-size: 30px;
	margin-top: 60px;
}

.mail_rod {
	min-height: 65px;
	background-size: 80px;
	padding-left: 90px;
	padding-top: 15px;
	font-size: 30px;
	margin-top: 60px;
}
	
#popup {
	width: 60%;
	margin-left: 20%;
	top: 110px;
}
	
/*política de privacidade*/
.txt_privacidade {width: 80%;}
.bt_privacidade {width: 15%;}	
}

@media only screen and (min-width: 1366px) {
/*area 2*/
#area2 {
	min-height: 560px;
}
}

@media only screen and (min-width: 1440px) {
/*area 1*/
.bt1_area1 {
	height: 220px;
	background-size: 220px;
}

.bt1_area1:hover {
	height: 220px;
	background-size: 220px;
}

.bt2_area1 {
	height: 220px;
	background-size: 220px;
}

.bt2_area1:hover {
	height: 220px;
	background-size: 220px;
}

.bt3_area1 {
	height: 220px;
	background-size: 220px;
}

.bt3_area1:hover {
	height: 220px;
	background-size: 220px;
}

.bt4_area1 {
	height: 220px;
	background-size: 220px;
}

.bt4_area1:hover {
	height: 220px;
	background-size: 220px;
}
	
.bt5_area1 {
	height: 220px;
	background-size: 220px;
}

.bt5_area1:hover {
	height: 220px;
	background-size: 220px;
}
	
/*area 2*/
#area2 {
	min-height: 620px;
}
	
}

@media only screen and (min-width: 1600px) {
/*area 2*/
#area2 {
	min-height: 700px;
}
	
.img_area2 {
	margin-top: 100px;
}
	
.img_area2 img {
	width: 280px;
}

.txt_area2 {
	margin-top: 160px;
}
	
.txt_area2 p {
	font-size: 50px;
	line-height: 50px;
}

/*area4*/
.box_clientes {
	width: 8.4%;	
	margin: 50px 2.5% 0 2.5%;
}
}
	
@media only screen and (min-width: 1800px) {
#cabecalho_id {
	width: 80%;
	padding: 15px 10% 15px 10%;
}
	
#cabecalho {
	width: 80%;
	padding: 15px 10% 15px 10%;
}
	
#area1 {
	width: 90%;
	padding: 60px 5% 60px 5%;
}
	
#area2 {
	width: 80%;
	padding: 60px 10% 60px 10%;
	min-height: 800px;
}
	
#area3 {
	width: 90%;
	padding: 60px 5% 60px 5%;
}
	
#area4 {
	width: 80%;
	padding: 60px 10% 60px 10%;
}
	
#rodape {
	width: 80%;
	padding: 60px 10% 80px 10%;
}
	
#rodape_fixo {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}
}

@media only screen and (min-width: 1920px) {
#area2 {
	min-height: 850px;
}
}

@media only screen and (min-width: 2000px) {
#area2 {
	min-height: 950px;
}
}
