/*****

Índice:

01.0 [Geral]
02.0 [Header]
03.0 [Home]
04.0 [Internas]
05.0 [Banners Internos]
06.0 [Conteúdo Geral]
07.0 [Automess]
08.0 [Lemo]
09.0 [Oserix]
10.0 [RTE]
11.0 [DURR-NDT]
12.0 [Sonotec]
13.0 [Tech Associates]
14.0 [Contato]
15.0 [Plugins]
16.0 [Footer]


Cores
vermelho: #e11e26;
vermelho escuro: #710206;

*****/


/********** 01.0 [Geral] **********/
* {
	padding: 0;
	margin: 0;
	border: 0;
}
html, body {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 400;
}
li {
	list-style: none;
}
h1 {
	font-weight: 400;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px 0;
	font-size: 24px;
	text-transform: uppercase;
	clear: both;
}
h2 {
	font-weight: 400;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
	font-size: 18px;
	text-transform: uppercase;
	clear: both;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}
h4 {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px 0;
	clear: both;
}
button {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Roboto';
	border-radius: 5px;
	margin-top: 15px;
	text-align: center;
}
a {
	text-decoration: none;
	color: #e11e26;
}
a:hover,
a:active {
	color: #710206;
}
.separador {
	height: 40px;
	width: 100%;
	clear: both;
}
.separador-pontilhado {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ccc;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	clear: both;
}
.conteudo li {
	padding: 0 0 18px 15px;
	background: url('../images/bullet-red.png') no-repeat left;
	background-position: 0 8px;
	background-size: 8px 8px;
	line-height: 20px;
	font-size: 14px;
}
.conteudo p {
	font-size: 14px;
	line-height: 20px;
	margin: 18px 0;
}
.container:before,
.container:after,
.row:before,
.row:after {
	display: table;
  	content: " ";
}
.container {
	display: table;
	position: relative;
  	margin-right: auto;
  	margin-left: auto;
}
.container:after {
	clear: both;
}
.linha {
	width: 100%;
	position: relative;
	clear: both;
	display: table;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  clear: both;
}
/*.wrapper {
	position: relative;
	display: table;
	height: 100%;
	width:100%;
}*/
.to-top {
	position: fixed;
	width: 35px;
	height: 35px;
	background: url('../images/to-top-normal.png') no-repeat top left;
	background-size: 35px 35px;
	bottom: 250px;
	right: 10px;
	cursor: pointer;
}
.to-top:hover,
.to-top:active {
	background: url('../images/to-top-hover.png') no-repeat top left;
	background-size: 35px 35px;
}
@media (max-width: 767px) {
	.container {
		padding-right: 15px;
  		padding-left: 15px;
  		width: 100%;
  		width: calc(100% - 30px);
	}
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 16px;
	}
	p {
		font-size: 13px;
	}
	.to-top {
		display: none;
	}
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
	.to-top {
		display: block;
	}
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/********** 02.0 [Header] ***********/
header {
	width: 100%;
	display: table;
	position: relative;
}
.top-line {
	height: 5px;
	width: 100%;
	background: linear-gradient(to right, #e01e25, #710206);
	background: -webkit-linear-gradient(left, #e01e25 , #710206); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(right, #e01e25, #710206); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(right, #e01e25, #710206); /* For Firefox 3.6 to 15 */
}
.top-menu-area {
	height: 80px;
}
.logo {
	width: auto;
	margin-top: 14px;
	float: left;
}
.logo img {
	height: 50px;
	width: auto;
}
.top-menu {
	width: auto;
	float: right;
}
.top-menu ul li {
	height: auto;
	float: left;
	margin: 34px 20px;
}
.top-menu ul a,
.top-menu ul a:visited {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.top-menu ul a:hover,
.top-menu ul a:active {
	color: #e11e26;
	text-decoration: none;
}
.top-menu ul li a:focus,
.btn-busca:focus {
	outline: none;
}
.line {
	height: 1px;
	background: #e11e26;
	width: 0px;
}
.top-menu ul li.busca {
	margin: 30px 20px;
}
.btn-busca,
.btn-busca:visited {
	height: 25px;
	width: 25px;
	border-radius: 5px;
	border: none;
	background: #e11e26 url('../images/icon-search-white.png') no-repeat center center;
	background-size: 15px 15px;
	border: 1px solid #e11e26;
}
.btn-busca:hover,
.btn-busca:active {
	background: #fff url('../images/icon-search-red.png') no-repeat center center;
	background-size: 15px 15px;
	border: 1px solid #e11e26;
}
.main-menu-area {
	background: #333;
	width: 100%;
	position: relative;
	height: 50px;
}
.main-menu {
	height: 50px;
}
.main-menu ul {
	width: 100%;
	height: 50px;
	position: relative;
}
.main-menu ul li {
	line-height: 50px;
	margin: 0 15px;
	padding: 0 20px;
	float: left;
	position: relative;
}
.main-menu ul a {
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
}
.main-menu a:hover li {
	background: #e11e26;
}
.btn-menu-mobile {
	display: block;
	float: right;
	height: 40px;
	width: 40px;
	background: #fff url('../images/icon-menu-red.png') no-repeat center center;
	background-size: 20px 20px;
}
.btn-menu-mobile:active,
.btn-menu-mobile-active {
	background: #e11e26 url('../images/icon-menu-white.png') no-repeat center center;
	background-size: 20px 20px;
}
.menu-mobile {
	clear: both;
	width: 100%;
	background: #e11e26;
}
.menu-mobile li {
	border-bottom: 1px solid #fff;
}
.menu-mobile li:nth-child(2) {
	background: #710206;
}
.menu-mobile li ul {
	margin: 0 15px;
}
.menu-mobile li ul li {
	border-top: 1px dashed rgba(255,255,255,0.5);
	border-bottom: none;
}
.menu-mobile li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	padding: 13px 15px;
	text-decoration: none;
	display: block;
}
.menu-mobile li a:hover,
.menu-mobile li a:active {
	background: #333;
}
.menu-mobile li ul li a {
	background: url('../images/bullet-white.png') no-repeat;
	background-position: 10px center;
	background-size: 8px 8px;
	padding: 13px 25px;
}
.menu-mobile li ul li a:hover {
	background: #000 url('../images/bullet-white.png') no-repeat;
	background-position: 10px center;
	background-size: 8px 8px;
}
@media screen and (max-width: 767px) {
	header .container {
		padding-right: 0;
		padding-left: 0;
	}
	.top-menu,
	.main-menu-area,
	.menu-mobile {
		display: none;
	}
	.top-menu-area {
		height: 40px;
		width: 100%;
	}
	.logo {
		margin-top: 5px;
		margin-left: 15px;
	}
	.logo img {
		height: 30px;
	}
}
@media screen and (min-width: 768px) {
	.btn-menu-mobile,
	.menu-mobile{
		display: none;
	}
	.top-menu,
	.main-menu-area {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.top-menu-area {
		height: 60px;
	}
	.logo {
		margin-top: 8px;
		margin-left: 12px;
	}
	.logo img {
		height: 40px;
	}
	.top-menu ul li {
		margin: 22px 15px 0 15px;
	}
	.top-menu ul a,
	.top-menu ul a:visited {
		font-size: 13px;
	}
	.top-menu ul li.busca {
		margin: 18px 15px 0 15px;
	}
	.main-menu-area,
	.main-menu,
	.main-menu ul {
		height: 40px;
	}
	.main-menu ul li {
		line-height: 40px;
		margin: 0;
		padding: 0 12px;
	}
	.main-menu ul a {
		font-size: 13px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.top-menu-area {
		height: 70px;
	}
	.logo {
		margin-top: 12px;
		margin-left: 20px;
	}
	.logo img {
		height: 45px;
	}
	.top-menu ul li {
		margin: 26px 15px 0 15px;
	}
	.top-menu ul li.busca {
		margin: 20px 15px 0 15px;
	}
	.main-menu ul li {
		margin: 0 10px;
		padding: 0 12px;
	}
}
@media screen and (min-width: 1200px) {
	.logo {
		margin-top: 16px;
		margin-left: 30px;
	}
}

/********** 03.0 [Home] **********/
.main-banner-area {
	height: auto;
	width: 100%;
	position: relative;
	background: #d0d3d5;
	margin-bottom: 60px;
}
.banner-area {
	margin: 0 auto;
	position: relative;
}
.area-representadas {
	background: #f0f0f0;
	display: table;
	width: 100%;
	position: relative;
	padding: 30px 0;
}
.area-representadas .quarto {
	paddinh: 0;
	text-align: center;
	background: #fff;
	display: table-cell;
	margin: 0 2% 20px 0;
	width: 23.5%;
	height: 170px;

}.area-representadas .quarto img {
	width:auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.area-representadas div.quarto.last-col {
	margin: 0 0 0 0;
}
.novidades {
	padding: 30px 0 50px 0;
}
.h1-home {
	border-bottom: 1px solid #e11e26;
}
.destaque-titulo.end {
	width: 100%;
	padding: 15px 0;
	background: #72b21f;
}
.destaque-titulo.end .container {
	color: #fff;
	font-size: 22px;
	position: relative;
}
.destaque-titulo.end .container .folha {
	position: absolute;
	width: auto;
	height: auto;
	bottom: -15px;
	right: 0;
}
.destaque-titulo.end .container .folha img {
	height: 80px;
	width: auto;
}
.destaque-end {
	padding: 20px 0 30px 0;
}
.destaque-end .col-1,
.destaque-end .col-2,
.destaque-end .col-3,
.destaque-end .col-4 {
	float: left;
	display: table-cell;
	padding: 20px;
	border: 1px solid #ccc;
}
.destaque-end .imagem {
	height: 150px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.destaque-end .imagem img {
	max-height: 100%;
}
.destaque-end p,
.novidades p {
	font-size: 14px;
	line-height: 22px;
}
.destaque-end .logotipo {
	height: 50px;
	width: 100%;
	margin-bottom: 8px;
	position: relative;

}
.destaque-end .logotipo img {
	max-height: 100%;
	max-width: 50%;
	bottom: 0;
	position: absolute;
}
.destaque-end button {
	width: 100%;
	height: 35px;
}
@media screen and (max-width: 320px) {
	.area-representadas .quarto {
		width: 100%;
		height: 80px;
		margin: 0 0 15px 0;
	}
	.area-representadas .quarto img {
		max-height: 90%;
	}
}
@media screen and (min-width: 321px) and (max-width: 767px) {
	.area-representadas .quarto {
		width: 48%;
		height: 120px;
		margin: 0 1% 15px 1%;
	}
	.area-representadas div.quarto.last-col {
		margin: 0 1% 15px 1%;
	}
	.area-representadas .quarto img {
		max-height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.banner-area {
		width:100%;
		height: auto;
	}
	.novidades {
		padding: 10px 15px 30px 15px;
	}
	.novidades .col-imagem {
		display: none;
	}
	.banner-area .desk {
		display: none;
	}
	.banner-area .mobile {
		display: block;
	}
	.destaque-titulo.end,
	.container.destaque-end {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.banner-area .desk {
		display: block;
	}
	.banner-area .mobile {
		display: none;
	}
	.destaque-titulo.end,
	.container.destaque-end {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.owl-item a img {
		width: 750px;
		height: auto;
	}
	.destaque-end .col-1,
	.destaque-end .col-3 {
		width: 320px;
		padding: 20px;
		margin-bottom: 10px;
	}
	.destaque-end .col-2,
	.destaque-end .col-4 {
		width: 320px;
		margin-left: 10px;
		margin-bottom: 10px;
		padding: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1190px) {
	.owl-item a img {
		width: 950px;
		height: auto;
	}
	.destaque-end .col-1 {
		width: 288px;
		padding: 10px;
	}
	.destaque-end .col-2,
	.destaque-end .col-3,
	.destaque-end .col-4 {
		width: 188px;
		margin-left: 10px;
		padding: 10px;
	}
}
@media screen and (min-width: 1200px) {
	.banner-area {
		width: 1170px;
	}
	.destaque-end .col-1 {
		width: 303px;
	}
	.destaque-end .col-2,
	.destaque-end .col-3,
	.destaque-end .col-4 {
		width: 208px;
		margin-left: 25px;
	}
}


/********** 04.0 [Internas] **********/
.col-2E,
.col-2D {
	width: 48%;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.col-2E {
	float: left;
	margin: 0 2% 0 0;
}
.col-2D {
	float: right;
	margin: 0 0 0 2%;
}
.col-2E h3 {
	margin: 30px 0 0 0;
}
.banner-titulo {
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 400;
	font-style: normal;
}
.ban-sobre .info-produto,
.ban-servicos .info-produto,
.ban-contato .info-produto {
	width: 50%;
}
.ban-sobre .info-produto p {
	color: #fff;
}
.ban-servicos .info-produto p,
.ban-contato .info-produto p {
	color: #000;
}
@media screen and (max-width: 767px) {
	.col-2E,
	.col-2D {
		width: 100%;
		float: none;
		margin: 0;
	}
	.col-2E {
		padding: 0 0 20px 0;
	}
	.col-2D {
		padding: 0 0px 0 0;
	}
}

/* BGs */
.bg-sobre {
	background: #6c91cb;
}
.bg-servicos {
	background: #dddfd8;
}
.bg-contato {
	background: #fef5ec;
}
.ban-sobre,
.ban-servicos,
.ban-contato {
	padding: 55px 0 0 0;
}
.ban-sobre {
	background: url('../images/banner-sobre.jpg') no-repeat top left;
	background-size: 1170px 270px;
}
.ban-servicos {
	background: url('../images/banner-servicos.jpg') no-repeat top left;
	background-size: 1170px 270px;
}
.ban-contato {
	background: url('../images/banner-contato.jpg') no-repeat top left;
	background-size: 1170px 270px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ban-sobre,
	.ban-servicos,
	.ban-contato {
		padding: 35px 0 0 0;
	}
	.ban-sobre {
		background: url('../images/banner-sobre.jpg') no-repeat top left;
		background-size: 900px 220px;
	}
	.ban-servicos {
		background: url('../images/banner-servicos.jpg') no-repeat top left;
		background-size: 900px 220px;
	}
	.ban-contato {
		background: url('../images/banner-contato.jpg') no-repeat top left;
		background-size: 900px 220px;
	}
}


/********** 05.0 [Banners Internos] **********/
.banner-produto-bg {
	width: 100%;
	height: 270px;
	position: relative;
	margin-bottom: 30px;
}
.banner-produto-bg .container {
	position: relative;
	display: table;
	height: 100%;
}
.info-produto {
	float: right;
	position: relative;
	text-align: left;
}
.info-produto p {
	font-size: 15px;
	font-style: italic;
	margin: 15px 0 30px 0;
}
.menu-produto {
	width: auto;
	position: relative;
	border-width: 1px;
	border-radius: 5px;
	border-style: solid;
	display: table;
	padding: 10px 0 10px 0px;
}
.menu-produto ul li {
	padding: 0 18px;
	border-right-width: 1px;
	border-right-style: solid;
	float: left;
}
.menu-produto ul li:last-child {
	border-right: none;
}
.menu-produto ul li a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}
.menu-produto ul li a:hover,
.menu-produto ul li a:active {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

@media screen and (max-width: 767px) {
	.banner-produto-bg {
		height: auto;
		display: table;
	}
	.info-produto {
		float: none;
	}
	.info-produto p {
		margin: 15px 0 0px 0;
	}
	.container.ban-sobre .info-produto p,
	.container.ban-servicos .info-produto p,
	.container.ban-contato .info-produto p {
		margin: 0;
	}
	.menu-produto {
		display: none;
	}
	.container.ban-lemo,
	.container.ban-oserix,
	.container.ban-rte,
	.container.ban-durr,
	.container.ban-sonotec,
	.container.ban-tech,
	.container.ban-sobre,
	.container.ban-servicos,
	.container.ban-contato {
		background: none;
		padding: 20px 0;
	}
	.automess .banner .info-produto,
	.container.ban-lemo .info-produto,
	.container.ban-oserix .info-produto,
	.container.ban-rte .info-produto,
	.container.ban-durr .info-produto,
	.container.ban-sonotec .info-produto,
	.container.ban-tech .info-produto,
	.container.ban-sobre .info-produto,
	.container.ban-servicos .info-produto,
	.container.ban-contato .info-produto {
		width: 90%;
		margin: 0 auto;
	}
	.container.ban-rte .info-produto p {
		margin: 15px 0 0 0;
		padding: 0;
	}
	.container.ban-rte .info-produto img {
		margin: 0;
		float: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.banner-produto-bg {
		height: 220px;
	}
	.info-produto p {
		margin: 15px 0 15px 0;
	}
}

/*********** 06.0 [Conteúdo Geral] ***********/
.col-imagem {
	float: left;
	display: table-cell;
	width: 30%;
	margin-right: 4%;
}
.col-descricao {
	float: right;
	display: table-cell;
	width: 66%;
}
.col-imagem img {
	width:300px;
	height:auto;
	vertical-align: middle;
}
.lista-enxuta li {
	padding: 0 0 10px 15px;
	line-height: normal;
	background: url('../images/bullet-red.png') no-repeat left;
  	background-position: 0 6px;
  	background-size: 8px 8px;
}
.btn-download {
	height: 38px;
	padding: 0 20px 0 60px;
	background: #fff url('../images/icon-download-bg-red.png') no-repeat;
	background-size: 38px 38px;
	background-position: -1px -1px;
	color: #e11e26;
	border: 2px solid #e11e26;
}
.btn-download:hover,
.btn-download:active {
	background: #710206 url('../images/icon-download-bg-whiteb.png') no-repeat;
	background-size: 38px 38px;
	background-position: -1px -1px;
	color: #fff;
	border: 2px solid #710206;
}
.btn-compra {
	height: 45px;
	padding: 0 20px;
	background: #e11e26;
	color: #fff;
}
.btn-compra:hover,
.btn-compra:active {
	background: #710206;
}
.btn-arquivo {
	height: 25px;
	padding: 0 20px;
	line-height: 25px;
	background: #e11e26;
	color: #fff;
	float: right;
	margin-top: 0;
	font-size: 13px;
}
.btn-arquivo:hover,
.btn-arquivo:active {
	background: #710206;
}
.arquivo {
	width: auto;
	display: inline-block;
	float: left;
	line-height: 25px;
	font-size: 14px;
}
.segundo {
	width: 46%;
	margin: 0 2%;
	float: left;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.segundo img {
	width: 80%;
	height: auto;
}
.terceiro {
	width: 29%;
	margin: 0 2%;
	float: left;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.quarto {
	width: 21%;
	margin: 0 2%;
	float: left;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.quinto {
	width: 19%;
	margin: 0 1% 0 0;
	float: left;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
}
.quinto img {
	width: 100%;
	height: auto;
}
.video {
	width: 420px;
	height: auto;
	float: left;
	margin: 0 20px 20px 0;
}
.iframe-video {
	width: 420px;
	height: 315px;
}
.flash {
	width: 420px;
	height: 355px;
}
.main {
	padding-bottom: 30px;
}
.modal {
	display: none;
}
.modal-visivel {
	display: block;
	position: fixed;
	top: 20px;
	left: 40%;
	padding: 20px;
	color: #000;
	font-size: 15px;
	font-family: 'Roboto';
	text-align: center;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #888888;
	z-index: 4000;
	background: #f6f6f6;
}
@media screen and (max-width: 767px) {
	.col-imagem img {
		width: 95%;
		margin: 0 auto;
	}
	.linha {
		display: block;
	}
	.col-imagem,
	.col-descricao {
		width: 100%;
		float: none;
		margin-right: 0;
		display: block;
	}
	.btn-download,
	.btn-compra {
		height: auto;
		padding: 15px;
		width: 100%;
	}
	.btn-download {
		background: #fff;
	}
	.btn-download:hover,
	.btn-download:active {
		background: #710206;
	}
	.arquivo {
		float: none;
		width: 100%;
	}
	.btn-arquivo {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.segundo,
	.terceiro,
	.quinto,
	.quarto {
		width: 100%;
		margin: 0 0 5px 0;
	}
	.segundo img,
	.quinto img {
		width: 100%;
		height: auto;
	}
	img {
		max-width: 100%;
	}
	.video,
	.iframe-video,
	.flash {
		width: 100%;
	}

}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.col-imagem img {
		width:210px;
	}
	.arquivo {
		width: 72%;
		line-height: normal;
	}
	.btn-arquivo {
		width: 25%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.col-imagem img {
		width:280px;
	}
}
@media screen and (min-width: 1200px) {
	.segundo {
		width: 36%;
		margin: 0 2%;
		margin-left: 5%;
	}
}


/*********** 07.0 [Automess] ***********/
.automess .banner-produto-bg {
	background: url('../images/produtos/automess/banner-bg.jpg');
	background-size: cover;
}
.automess .banner {
	background: url('../images/produtos/automess/banner-automess.png') no-repeat top left;
	background-size: 1170px 270px;
	padding: 45px 0 0 0;
}
.automess .info-produto {
	width: 58%;
}
.automess .info-produto img {
	height: 53px;
	width: auto;
}
.automess .menu-produto {
	border-color: #fff;
}
.automess .menu-produto ul li {
	border-right-color: #fff;
}
.automess .info-produto p,
.automess .menu-produto ul li a {
	color: #fff;
}
.automess .menu-produto ul li a:hover,
.automess .menu-produto ul li a:active {
	border-bottom-color: #fff;
}

.img-medidor {
	float: left;
	padding: 0;
}
.texto-medidor {
	float: right;
	padding: 0;
}
@media screen and (max-width: 767px) {
	.img-medidor,
	.texto-medidor {
		width: 100%;
	}
	.img-medidor {
		text-align: center;
	}
	.automess .banner {
		background: none;
		padding: 20px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.automess .banner {
		background: url('../images/produtos/automess/banner-automess.png') no-repeat top left;
		background-size: 900px 220px;
		padding: 25px 0 0 0;
	}
	.img-medidor img {
		width: 190px;
		height: auto;
	}
	.img-medidor {
		width: 220px;
	}
	.texto-medidor {
		width: 530px;
	}
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
	.img-medidor {
		width: 260px;
	}
	.texto-medidor {
		width: 690px;
	}
	.texto-medidor p {
		margin-top: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.img-medidor {
		width: 300px;
	}
	.texto-medidor {
		width: 870px;
	}
	.texto-medidor p {
		margin-top: 40px;
	}
}


/*********** 08.0 [Lemo] **********/
.bg-lemo {
	background: #0079e1;
}
.ban-lemo {
	background: url('../images/produtos/lemo/banner-lemo.jpg') no-repeat top left;
	background-size: 1170px 270px;
	padding: 55px 0 0 0;
}
.ban-lemo .info-produto {
	width: 50%;
}
.ban-lemo .menu-produto {
	border-color: #fff;
}
.ban-lemo .menu-produto ul li {
	border-right-color: #fff;
}
.ban-lemo .info-produto p,
.ban-lemo .menu-produto ul li a {
	color: #fff;
}
.ban-lemo .menu-produto ul li a:hover,
.ban-lemo .menu-produto ul li a:active {
	border-bottom-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ban-lemo {
		background: url('../images/produtos/lemo/banner-lemo.jpg') no-repeat top left;
		background-size: 900px 220px;
		padding: 35px 0 0 0;
	}
	.ban-lemo .info-produto {
		width: 48%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.ban-lemo .info-produto {
		width: 45%;
	}
}


/********* 09.0 [Oserix] ********/
.bg-oserix {
	background: url('../images/produtos/oserix/banners-bg.png') repeat-x;
}
.ban-oserix {
	background: url('../images/produtos/oserix/banner-oserix.jpg') no-repeat top left;
	background-size: 1170px 270px;
	padding: 45px 0 0 0;
}
.ban-oserix .info-produto {
	width: 58%;
}
.ban-oserix .info-produto img {
	height: 50px;
	width: auto;
}
.ban-oserix .menu-produto {
	border-color: #000;
}
.ban-oserix .menu-produto ul li {
	border-right-color: #000;
}
.ban-oserix .info-produto p,
.ban-oserix .menu-produto ul li a {
	color: #000;
}
.ban-oserix .menu-produto ul li a:hover,
.ban-oserix .menu-produto ul li a:active {
	border-bottom-color: #000;
}
.imagem-produto {
	max-width: 30%;
	margin-right: 1%;
}
.img-oserix {
	padding-top: 30px;
}
.img-oserix img {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ban-oserix {
		background: url('../images/produtos/oserix/banner-oserix.jpg') no-repeat top left;
		background-size: 900px 220px;
		padding: 20px 0 0 0;
	}
	.ban-oserix .info-produto {
		width: 48%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.ban-oserix .info-produto {
		width: 50%;
	}
}

/********** 10.0 [RTE] **********/
.bg-rte {
	background: url('../images/produtos/rte/banners-bg.jpg') repeat-x;
}
.ban-rte {
	background: url('../images/produtos/rte/banner-rte.jpg') no-repeat top left;
	background-size: 1170px 270px;
	padding: 45px 0 0 0;
}
.ban-rte .info-produto {
	width: 53%;
}
.ban-rte .info-produto p {
	padding-top: 60px;
}
.ban-rte .info-produto img {
	height: 100px;
	margin: 0 15px 30px 0;
	width: auto;
	float: left;
}
.ban-rte .menu-produto {
	border-color: #000;
	clear: both;
}
.ban-rte .menu-produto ul li {
	border-right-color: #000;
}
.ban-rte .info-produto p,
.ban-rte .menu-produto ul li a {
	color: #000;
}
.ban-rte .menu-produto ul li a:hover,
.ban-rte .menu-produto ul li a:active {
	border-bottom-color: #000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ban-rte {
		background: url('../images/produtos/rte/banner-rte.jpg') no-repeat top left;
		background-size: 900px 220px;
		padding: 20px 0 0 0;
	}
	.ban-rte .info-produto p {
		padding-top: 50px;
	}
	.ban-rte .info-produto {
		width: 48%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.ban-rte .info-produto {
		width: 50%;
	}
	.ban-rte .info-produto p {
		padding-top: 50px;
	}
}

/*********** 11.0 [DURR-NDT] ***********/
.bg-durr {
	background: url('../images/produtos/durr-ndt/banners-bg.jpg') repeat-x bottom;
}
.ban-durr {
	background: url('../images/produtos/durr-ndt/banner-durr.jpg') no-repeat top left;
	background-size: 1170px 270px;
	padding: 30px 0 0 0;
}
.ban-durr .info-produto {
	width: 55%;
}
.ban-durr .info-produto img {
	height: 70px;
	width: auto;
}
.ban-durr .menu-produto {
	border-color: #000;
}
.ban-durr .menu-produto ul li {
	border-right-color: #000;
}
.ban-durr .info-produto p,
.ban-durr .menu-produto ul li a {
	color: #000;
}
.ban-durr .menu-produto ul li a:hover,
.ban-durr .menu-produto ul li a:active {
	border-bottom-color: #000;
}
.imagem-premio-durr {
	max-height: 200px;
	width: auto;
}
.video-durr {
	width: 560px;
	height: 315px;
}
.btn-download.btn-durr {
	padding: 0 10px 0 40px;
	height: 30px;
	background: #fff url('../images/icon-download-bg-red.png') no-repeat;
	background-size: 28px 28px;
	background-position: -1px -1px;
	font-size: 13px;
	line-height: 28px;
}
.btn-download.btn-durr:hover,
.btn-download.btn-durr:active {
	background: #710206 url('../images/icon-download-bg-whiteb.png') no-repeat;
	background-size: 28px 28px;
	background-position: -1px -1px;
}
@media screen and (max-width: 767px) {
	.imagem-premio-durr {
		max-height: 100%;
		width: 100%;
	}
	.mobile-durr {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		float: none;
		font-family: 'Roboto';
		font-size: 14px;
		font-weight: 400;
		text-align: center;
	}
	.quarto-durr {
		display: none;
	}
	.video-durr {
		width: 100%;
		height: 315px;
	}
	.linha.linha-durr {
		text-align: center;
	}
	.linha.linha-durr img {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 768px) {
	.mobile-durr {
		display: none;
	}
	.quarto-durr {
		display: block;
		width: auto;
		margin-bottom: 20px;
		float: left;
		font-family: 'Roboto';
		font-size: 14px;
		font-weight: 400;
		text-align: center;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ban-durr {
		background: url('../images/produtos/durr-ndt/banner-durr.jpg') no-repeat top left;
		background-size: 900px 220px;
		padding: 10px 0 0 0;
	}
	.ban-durr .info-produto {
		width: 48%;
	}
	.quarto-durr.col1 {
		width: 180px;
	}
	.quarto-durr.col2 {
		width: 153px;
	}
	.quarto-durr.col3 {
		width: 201px;
	}
	.quarto-durr.col4 {
		width: 198px;
	}
	.quarto-durr img {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.ban-durr .info-produto {
		width: 50%;
	}
	.quarto-durr.col1 {
		width: 228px;
	}
	.quarto-durr.col2 {
		width: 194px;
	}
	.quarto-durr.col3 {
		width: 255px;
	}
	.quarto-durr.col4 {
		width: 251px;
	}
	.quarto-durr img {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 1200px) {
	.quarto-durr.col1 {
		width: 241px;
		margin-left: 95px;
	}
	.quarto-durr.col2 {
		width: 205px;
	}
	.quarto-durr.col3 {
		width: 269px;
	}
	.quarto-durr.col4 {
		width: 265px;
	}
}

/********** 12.0 [Sonotec] *********/
.bg-sonotec {
	background: #eee;
}
.ban-sonotec {
	background: url('../images/produtos/sonotec/banner-sonotec.jpg') no-repeat top left;
	background-size: 1170px 270px;
	padding: 55px 0 0 0;
}
.ban-sonotec .info-produto {
	width: 58%;
}
.ban-sonotec .info-produto img {
	height: 41px;
	width: auto;
}
.ban-sonotec .menu-produto {
	border-color: #000;
}
.ban-sonotec .menu-produto ul li {
	border-right-color: #000;
}
.ban-sonotec .info-produto p,
.ban-sonotec .menu-produto ul li a {
	color: #000;
}
.ban-sonotec .menu-produto ul li a:hover,
.ban-sonotec .menu-produto ul li a:active {
	border-bottom-color: #000;
}
.video-sonotec {
	width: 500px;
	height: 281px;
}
@media screen and (max-width: 767px) {
	.video-sonotec {
		width: 100%;
		height: 281px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ban-sonotec {
		background: url('../images/produtos/sonotec/banner-sonotec.jpg') no-repeat top left;
		background-size: 900px 220px;
		padding: 30px 0 0 0;
	}
	.ban-sonotec .info-produto {
		width: 55%;
	}
}


/*************** 13.0 [Tech Associates] *************/
.bg-tech {
	background: #c5d0d7;
}
.ban-tech {
	background: url('../images/produtos/tech-associates/banner-tech-associates.jpg') no-repeat top left;
	background-size: 1170px 270px;
	padding: 45px 0 0 0;
}
.ban-tech .info-produto {
	width: 52%;
}
.ban-tech .info-produto img {
	height: 55px;
	width: auto;
}
.ban-tech .menu-produto {
	border-color: #000;
}
.ban-tech .menu-produto ul li {
	border-right-color: #000;
}
.ban-tech .info-produto p,
.ban-tech .menu-produto ul li a {
	color: #000;
}
.ban-tech .menu-produto ul li a:hover,
.ban-tech .menu-produto ul li a:active {
	border-bottom-color: #000;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.ban-tech {
		background: url('../images/produtos/tech-associates/banner-tech-associates.jpg') no-repeat top left;
		background-size: 900px 220px;
		padding: 30px 0 0 0;
	}
	.ban-tech .info-produto {
		width: 48%;
	}
}

/************** 14.0 [Contato] ************/
label {
	width: 100%;
	display: block;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 5px;
}
.input-text,
.select-style,
.textarea-style {
	border: 1px solid #ccc;
	background: #fff;
	color: #000;
	margin-bottom: 15px;
	font-size: 14px;
	padding: 0 15px;
	line-height: 30px;
}
.input-text {
	width: 400px;
	height: 30px;
}
.input-text:focus {
	border: 1px solid #000;
}
.select-style {
	width: auto;
	height: 30px;
}
.textarea-style {
	width: 400px;
	height: 200px;
}
.btn-submit {
	height: 40px;
	padding: 0 20px;
	background: #e11e26;
	color: #fff;
	display: block;
	border-radius: 5px;
}
.btn-submit:hover,
.btn-submit:active {
	background: #710206;
}
.mapa-google {
	width: 100%;
	height: 300px;
}
@media screen and (max-width: 767px) {
	.input-text,
	.textarea-style {
		width: 100%;
	}
}

/************* 16.0 [Footer] **********/
footer {
	/*margin-top: 30px;*/
}
.footer-info {
	width: 100%;
	position: relative;
	background: #333;
	padding: 25px 0;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.footer-info .info {
	width: 35%;
	margin-right: 10%;
	float: left;
}
.footer-info .produtos {
	width: 55%;
	float: left;
}
.footer-info .produtos ul {
	width: 100%;
}
.footer-info .produtos li {
	background: url('../images/bullet-red.png') no-repeat left center;
	background-size: 7px 7px;
	padding: 0px 0 5px 14px;
	float: left;
	width: 21%;
}
.footer-info .produtos a {
	color: #fff;
	font-size: 13px;
}
.footer-info .produtos a:hover span {
	border-bottom: 1px dashed #fff;
}
.footer-menu {
	width: 100%;
	height: 45px;
	background: #710206;
}
.footer-menu ul {
	height: 15px;
	margin: 15px 0;
}
.footer-menu ul li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	line-height: 15px;
}
.footer-menu ul li:last-child {
	border-right: none;
}
.footer-menu li a {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
}
.footer-menu li a:hover,
.footer-menu li a:active {
	border-bottom: 1px dashed #fff;
}
.copyright {
	width: 100%;
	height: 25px;
	background: #000;
	position: relative;
}
.copyright span {
	line-height: 25px;
	font-size: 12px;
	color: #fff;
}
.copyright span:first-child {
	float: left;
}
.copyright span:last-child {
	float: right;
}
@media screen and (max-width: 767px) {
	.footer-info .info,
	.footer-info .produtos li {
		width: 100%;
		margin-right: 0;
	}
	.footer-info .produtos li {
		padding: 0px 0 10px 14px;
		background: url('../images/bullet-red.png') no-repeat;
		background-position: 0 6px;
		background-size: 7px 7px;
	}
	.footer-info .produtos {
		width: 100%;
		margin-top: 30px;
	}
	.footer-info .produtos a:active span {
		border-bottom: 1px dashed #fff;
	}
	.footer-info .mobile {
		display: block;
	}
	.footer-info .desk {
		display: none;
	}
	.footer-menu ul li {
		width: 100%;
		border-right: none;
		height: auto;
		padding: 5px 0;
	}
	.footer-menu,
	.footer-menu ul  {
		height: auto;
		padding: 0 0 10px 0;
		width: 100%;
	}
	.copyright {
		height: auto;
		padding: 4px 0;
	}
	.copyright span {
		float: none;
		width: 100%;
		line-height: normal;
	}
}
@media screen and (min-width: 768px) {
	.footer-info .mobile {
		display: none;
	}
	.footer-info .desk {
		display: block;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-info .info {
		width: 45%;
		margin-right: 5%;
	}
	.footer-info .produtos {
		width: 50%;
	}
	.footer-info .produtos li {
		background: url('../images/bullet-red.png') no-repeat left center;
		background-size: 7px 7px;
		padding: 0px 0 5px 14px;
		float: left;
		width: 40%;
	}
	.footer-menu {
		height: 35px;
	}
	.footer-menu ul {
		margin: 10px 0;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.footer-info .info {
		width: 35%;
		margin-right: 5%;
	}
	.footer-info .produtos {
		width: 60%;
	}
	.footer-info .produtos li {
		width: 30%
	}
}
