/*****************************************/
/*MEDIA*/
/*****************************************/
@media (max-width: 979px) {
	.item .img img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 100%;
	border: 20px solid #f7c911;
	}
	.text-banner {
		text-align: center;
	}
	.row-fluid [class*="span"] {
		min-height: 0;
	}
}
@media (max-width: 767px) {
	.monitoramento-home h3 {
	margin-bottom: 3px;
	}
	.servicos {
	padding: 30px 0;
	min-height: 10px;
	}
	.servicos h4 {
	margin-bottom: 5px;
	}
	.servicos .div1 {
	padding-top: 0;
	min-height: 10px;
	height: auto;
	background: none;
	margin-bottom: 30px;
	text-align: center;
	}
	.servicos .div2 {
	padding-top: 0;
	min-height: 10px;
	height: auto;
	background: none;
	margin-bottom: 30px;
	text-align: center;
	}
	.servicos .div3 {
	padding-top: 0;
	min-height: 10px;
	height: auto;
	background: none;
	margin-bottom: 30px;
	text-align: center;
	}
	.servicos .div4 {
	padding-top: 0;
	min-height: 10px;
	height: auto;
	text-align: center;
	}
	.prime {
	min-height: 0;
	}
	.produtos {
	background: url(../img/icon/fundo4.png) left repeat-y; 
	}
	.produto-home .circo-left {
	left: 0;
	}
	.produto-home .circo-right {
	left: 0;
	}
	.produto-home {
		text-align: center;
	}
	.produto-home .text {
	max-width: 100%;
	}
	.produto-home img {
	max-width: 50%;
	margin-left: 0;
	}
	.circo {
	margin: 0;
	}
	.ver-todos {
	display: none !important;
	}
	.ver-todos2 {
	display: inherit !important;
	}
	.home-branco2 {
	display: none !important;
	}
	.footer {
	text-align: center;
	}
	.footer .footer-right {
 	text-align: center;
	}
}
@media (max-width: 480px) {
	.form-contato {
	display: none !important;
	}
	.form-contato2 {
	display: inherit !important;
	}
	.contato form {
	width: 96%;
	padding: 0 2%;
	text-align: center;
	}
	.contato form input[type="email"], input[type="text"] {
 	width: 96%;
 	padding: 4px 2%;
	}
	.contato form textarea {
	width: 96%;
 	padding: 4px 2%;
	}
}