/*Theme Name: Magnum ThemeTheme URI: http://www.coletivaweb.com.br/Author: Coletiva WebAuthor URI: http://www.coletivaweb.com.br/Description: Tema desenvolvido pela Coletiva Web Agência InterativaVersion: 1.2License: Coletiva WebLicense URI: http://www.coletivaweb.com.br/Tags: coletivaText Domain: coletiva*/


/* Gerais */

* {
	margin: 0;
	outline: none;
	padding: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

main {
	padding-top: 100px;
	padding-bottom: 40px;
	display: block;
}

main section:first-child {
	margin-top: 35px;
}

a {
	text-decoration: none;
	color: #ff3b2f;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans' !important;
	font-weight: 500;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

.texto-centralizado {
	text-align: center;
}

.img-centralizada {
	display: block;
	margin: 10px auto 0 auto;
}

.fundo-gelo {
	background-color: #fafafa;
}

.fundo-gelo section:first-child {
	margin-top: 0;
}

.linha-superior-cinza {
	border-top: 1px solid #ededed;
	padding-top: 35px;
	margin-top: 35px;
}

.linha-inferior-cinza {
	border-bottom: 1px solid #ededed;
	padding-bottom: 35px;
}

h2.titulo-grande-link {
	font-size: 52px;
	letter-spacing: 5px;
	font-weight: 400;
	text-align: center;
}

h2.titulo-grande-link {
	opacity: 0;
	margin-top: -50px;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}

h2.titulo-grande-link.ativo {
	opacity: 1;
	margin-top: 0;
}

h2.titulo-grande-link a {
	border-bottom: 1px dashed;
	padding-left: 10px;
	padding-right: 10px;
}

h2.titulo-grande-link a:hover {
	background: #ff3b2f;
	color: #FFF;
	border: none;
	text-decoration: none;
}


/* Header */

header {
	position: fixed;
	top: 0;
	padding: 20px 0;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	z-index: 10;
	border-bottom: 1px solid #ededed;
}


/* Logo */

header img#logo {
	width: 165px;
	height: auto;
}

header div#area-logo span {
	display: none;
}


/* Menu Principal */

header ul.menu-principal {
	text-align: justify;
	display: table-cell;
	height: 54px;
	vertical-align: middle;
}

header ul.menu-principal li {
	list-style: none;
	display: inline-block;
}

header ul.menu-principal li a {
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

header ul.menu-principal li a:hover {
	background: #F00;
	border-radius: 3px;
	color: #FFF;
	text-decoration: none;
}

_:-moz-tree-row(hover),
header ul.menu-principal li {
	margin-right: -3px;
}


/* Hack Firefox */

_:-o-prefocus,
body:last-child header ul.menu-principal li {
	margin-right: -3px;
}


/* Hack Opera */

header ul.menu-principal li ul {
	position: absolute;
	top: 65%;
	background-color: #FFF;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: none;
}

header ul.menu-principal li ul li {
	display: block;
	padding: 7px 13px;
}

header ul.menu-principal li ul li a {
	color: #434A54;
	font-weight: normal;
}

header ul.menu-principal li ul li a:hover {
	background: #FFF;
	color: #434A54;
	border-radius: none;
}

header ul.menu-principal li.menu-item-has-children:hover>ul {
	display: block;
}

header #botao-menu-responsivo {
	display: none;
	cursor: pointer;
}


/* Midias sociais */

header div.midias-sociais {
	display: table-cell;
	height: 54px;
	vertical-align: middle;
}

header div.midias-sociais a.icone-midia {
	display: inline-block;
	border-radius: 50%;
	border: solid 2px #333;
	color: #333;
	padding: 5px;
	width: 19px;
	height: 19px;
}

header div.midias-sociais a.icone-midia:hover {
	border-color: #F00;
}

header div.midias-sociais a.icone-midia:hover i {
	color: #F00;
}


/* Campo de Busca */

header div#formulario-pesquisa {
	display: table-cell;
	height: 54px;
	vertical-align: middle;
}

header form#pesquisa {
	border: solid 2px #333;
	border-radius: 10px;
	padding: 5px;
}

header form#pesquisa button {
	display: inline-block;
	background: transparent;
	border: none;
	width: 20px;
	color: #CCC;
}

header form#pesquisa input[type="text"] {
	width: 120px;
	border: none;
	background-color: rgba(255, 255, 255, 0.0);
}


/* Footer */

footer {
	clear: both;
	margin-top: 20px;
	background: #3d3d3d url("images/back-footer.png") repeat 50% 22px;
	padding: 50px 0 40px 0;
}

footer h4 {
	color: #FFF;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}


/* Newsletter */

footer form#newsletter input[type="text"]:first-child {
	margin-top: 20px;
}

footer form#newsletter input[type="text"] {
	width: 100%;
	padding: 10px;
	color: #333;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 20px;
}

footer form#newsletter input[type="submit"] {
	background-color: #49a741;
	border: solid 1px #33782e;
	padding: 8px 20px;
	color: #FFF;
	border-radius: 4px;
	font-size: 14px;
}


/* Facebook */

footer div.fb-page {
	margin-top: 20px;
}


/* Menu do Rodapé */

footer .menu-rodape {
	margin-top: 20px;
}

footer .menu-rodape li {
	color: #FFF;
	font-size: 13px;
	line-height: 22px;
	margin-left: 20px;
}

footer .menu-rodape li a {
	color: #FFF;
}

footer .menu-rodape li.menu-item-has-children>ul {
	display: none;
}


/* Botão Voltar para o Topo */

a#topo {
	display: block;
	position: fixed;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFF;
	bottom: 40px;
	right: 40px;
	border-radius: 4px;
	z-index: 4;
}

a#topo:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


/* Assinatura */

div#assinatura {
	background-color: #000;
	text-align: center;
	padding: 20px 0;
}

div#assinatura h3 {
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	margin: 20px 0 10px 0;
}

div#assinatura span {
	color: #ff3b2f;
}

div#assinatura p {
	color: #FFF;
	font-size: 14px;
}


/* Slider */

.slider {
	position: relative;
}

.slider.grande {
	height: 450px;
}

.slider.grande section {
	height: 100%;
	position: relative;
}

.slider.grande .slide {
	background-position: center;
	height: 100%;
	background-size: cover;
	-moz-background-size: 100% 100%;
	/* Gecko 1.9.2 (Firefox 3.6) */
}

.slider:hover .controle,
.slider:hover .pontos {
	display: block;
}

.slider .controle,
.slider .pontos {
	left: 20px;
	position: absolute;
	right: 20px;
	z-index: 1;
	display: none;
	-webkit-transition: display 0.5s ease-in;
	-moz-transition: display 0.5s ease-in;
	-o-transition: display 0.5s ease-in;
	transition: display 0.5s ease-in;
}

.slider .controle {
	margin-top: -25px;
	top: 50%;
}

.slider .controle i {
	color: #333;
	background-color: #FFF;
	opacity: 0.4;
	cursor: pointer;
	display: block;
	font-size: 17px;
	padding: 14px 14px 12px 14px;
	text-shadow: 0 0 2px #000;
	z-index: 4;
	line-height: 14px;
}

.slider .controle i:hover {
	opacity: 1;
}

.slider .controle i.anterior {
	float: left;
}

.slider .controle i.proximo {
	float: right;
}

.slider .pontos {
	bottom: 20px;
	text-align: center;
}

.slider .pontos span {
	background-color: #C8C8C8;
	border-radius: 50%;
	box-shadow: 0 0 2px #000, inset 0 0 2px #000;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin-left: 10px;
	width: 15px;
	z-index: 4;
	border: solid 3px #FFF;
}

.slider .pontos span.ativo {
	background-color: #5E5E5E;
}

.slider .pontos span:first-child {
	margin-left: 0;
}

.slider .slide {
	display: none;
	position: relative;
}

.slider .slide.ativo {
	display: block;
}

.slider .slide .imagem {
	overflow: hidden;
}

.slider .slide .imagem img {
	display: block;
	margin: 0 auto;
}


/* Faixa NewsLetter */

.faixa-newsletter {
	padding: 30px;
	background-color: #efefef;
	border-bottom: 3px solid #49a741;
	min-height: 35px;
}

.faixa-newsletter p {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 35px;
	text-align: center;
	margin-top: 0;
}

.faixa-newsletter input[type="text"] {
	padding: 7px;
	color: #666;
}

.faixa-newsletter input[type="text"] {
	margin-right: 10px;
}

.faixa-newsletter input[type="submit"] {
	padding: 6px 30px;
	background-color: #49a741;
	font-weight: bold;
	border-radius: 4px;
	color: #FFF;
	border: solid 1px #33782e;
	line-height: 1.5;
}

.faixa-newsletter input[type="submit"]:hover {
	background-color: #4bcc40;
}

.faixa-newsletter p {
	position: absolute;
	left: -200px;
	opacity: 0;
}

_:-moz-tree-row(hover),
.faixa-newsletter p {
	font-size: 14px;
}


/* CSS Hack Firefox */

.faixa-newsletter p.ativo {
	position: relative;
	left: 0;
	opacity: 1;
}

.faixa-newsletter form {
	position: absolute;
	right: -200px;
	opacity: 0
}

.faixa-newsletter form.ativo {
	position: relative;
	right: 0;
	opacity: 1;
}

.faixa-newsletter p,
.faixa-newsletter form {
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in;
}


/* Menu de Colecoes */

.sessao-colecoes {
	margin-top: 35px;
	text-align: center;
}

.listagem-relogios div.sessao-colecoes {
	margin-top: 0;
}

.listagem-relogios div.sessao-colecoes ul {
	padding-top: 0;
}

ul.menu-colecoes {
	text-align: center;
	padding-top: 20px;
}

ul.menu-colecoes.elemento-animado {
	opacity: 0;
	margin-top: -50px;
	-webkit-transition: all 0.8s ease-in;
	-moz-transition: all 0.8s ease-in;
	-o-transition: all 0.8s ease-in;
	transition: all 0.8s ease-in;
}

ul.menu-colecoes.elemento-animado.ativo {
	opacity: 1;
	margin-top: 0;
}

ul.menu-colecoes li {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

ul.menu-colecoes li:first-child {
	margin-left: 0;
}

ul.menu-colecoes li a {
	padding: 8px 12px;
	background-color: #F3F3EF;
	border-radius: 3px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
}

ul.menu-colecoes li a:hover {
	color: #FFF;
	background-color: #ff3b2f!important;
	text-decoration: none;
}

.sessao-colecoes .botao-menu-colecoes {
	display: none;
	margin-top: 20px;
	cursor: pointer;
}


/* Submenu */

ul.menu-colecoes li:hover a {
	background-color: #DEDEDE;
}

ul.menu-colecoes li:hover>ul {
	height: auto;
}

ul.menu-colecoes li ul {
	position: absolute;
	top: 20px;
	z-index: 4;
	overflow: hidden;
	height: 0px;
	border-radius: 0 3px 3px 3px;
}

ul.menu-colecoes li ul li {
	display: block;
	float: none;
	margin: 0;
}

ul.menu-colecoes li ul li a {
	width: auto;
	border-radius: 0;
	display: block;
	text-align: left;
	padding-left: 20px;
	min-width: 100px;
	background-color: #DEDEDE;
}


/* Sessao Ultimas postagens */

.sessao-postagens {
	margin-top: 35px;
	margin-bottom: 35px;
}

.sessao-postagens h2 {
	padding-bottom: 35px;
}

.sessao-postagens div.postagem-blog {
	background-color: #F9F9F9;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 35px;
	border-radius: 3px;
}

.sessao-postagens div.postagem-blog img {
	border-radius: 3px;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}

.sessao-postagens div.postagem-blog:hover {
	background-color: #F3F3EF;
}

.sessao-postagens div.postagem-blog a {
	text-decoration: none;
}

.sessao-postagens div.postagem-blog h3 {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}

.sessao-postagens div.postagem-blog a:hover>h3 {
	color: #ff3b2f;
	text-decoration: none;
}

.sessao-postagens div.postagem-blog p.informacoes-post {
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 11px;
	color: #999999;
}

.sessao-postagens div.postagem-blog p {
	margin-top: 20px;
}

.sessao-postagens div.postagem-blog {
	opacity: 0;
	margin-top: -50px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sessao-postagens div.postagem-blog.ativo {
	opacity: 1;
	margin-top: 35px;
}

.sessao-postagens div#pagination {
	text-align: center;
}


/* Link com linha atras */

.linha-cinza {
	position: relative;
	z-index: 1;
	text-align: center;
}

.linha-cinza a {
	background: #f3f3ef;
	padding: 8px 15px;
	border-radius: 4px;
	color: #000;
}

.linha-cinza a:hover {
	background-color: #ff3b2f;
	color: #FFF;
	text-decoration: none;
}

.linha-cinza:before {
	content: " ";
	border-top: solid 1px #f3f3ef;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}


/* Sessao Novidades*/

.sessao-novidades {
	margin-top: 35px;
	text-align: center;
	padding-top: 35px;
}

.sessao-novidades h3 {
	font-size: 25px;
	line-height: 25px;
}

.listagem-novidades {
	background-color: #efefef;
	padding: 0px 10px;
	margin-top: 35px;
}

.listagem-novidades div.box-novidade {
	display: inline-block;
	width: 25%;
	position: relative;
	border-left: 1px solid #FFF;
	margin-right: -2px;
	border-right: 1px solid #FFF
}

.listagem-novidades div.box-novidade-5,
.listagem-novidades div.box-novidade-6,
.listagem-novidades div.box-novidade-7,
.listagem-novidades div.box-novidade-8 {
	border-top: 1px solid #FFF;
	margin-top: -4px;
}

.listagem-novidades div.box-novidade img {
	width: 90%;
	margin: 5%;
	height: auto;
	display: block;
	z-index: 2;
}

.listagem-novidades div.box-novidade:hover>a>img {
	width: 95%;
	margin: 2.5%;
	opacity: 0.6;
	margin-top: 4%;
}

.listagem-novidades div.box-novidade:hover>a>h4 {
	opacity: 1;
}

.listagem-novidades div.box-novidade h4 {
	position: absolute;
	bottom: 0;
	z-index: 3;
	text-align: center;
	width: 100%;
	background-color: #fafafa;
	padding: 5px 0;
	color: #000;
	opacity: 0;
	transition: opacity 1s easy-in;
}

.listagem-novidades div.box-novidade h4:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f3f3ef;
	position: absolute;
	z-index: 9999;
	left: 20px;
	bottom: 0px;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-bottom-color: #fafafa;
}


/* Listagem Relogios */

.listagem-relogios {
	text-align: center;
}

.listagem-relogios h1 {
	font-size: 32px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.listagem-relogios div.item-relogio {
	position: relative;
}

.listagem-relogios div.item-relogio img {
	width: 90%;
	margin: 5%;
	height: auto;
	display: block;
	z-index: 2;
}

.listagem-relogios div.item-relogio:hover>a>img {
	width: 95%;
	margin: 2.5%;
	opacity: 1;
	margin-top: 4%;
}

.listagem-relogios div.item-relogio:hover>a>h4 {
	bottom: 0;
	opacity: 1;
}

.listagem-relogios div.item-relogio h4 {
	opacity: 0;
	position: absolute;
	z-index: 3;
	text-align: center;
	width: 100%;
	background-color: #FFF;
	padding: 10px 0;
	color: #000;
	border: 1px solid #f3f3ef;
	bottom: -20px;
}

.listagem-relogios div.item-relogio h4:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f3f3ef;
	position: absolute;
	z-index: 9999;
	left: 20px;
	bottom: 0px;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-bottom-color: #fafafa;
}

.listagem-relogios div.item-relogio-4,
.listagem-relogios div.item-relogio-7,
.listagem-relogios div.item-relogio-10,
.listagem-relogios div.item-relogio-13,
.listagem-relogios div.item-relogio-16,
.listagem-relogios div.item-relogio-19,
.listagem-relogios div.item-relogio-22,
.listagem-relogios div.item-relogio-25,
.listagem-relogios div.item-relogio-28,
.listagem-relogios div.item-relogio-31,
.listagem-relogios div.item-relogio-34 {
	clear: both;
}


/* Listagem Blog */

.listagem-blogs {
	text-align: center;
}

.listagem-blogs h1 {
	font-size: 32px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.listagem-blogs h2 {
	margin-top: 35px;
}

.listagem-blogs div.item-blog {
	position: relative;
}

.listagem-blogs div.item-blog img {
	width: 90%;
	margin: 5%;
	height: auto;
	display: block;
	z-index: 2;
}

.listagem-blogs div.item-blog:hover>a>img {
	width: 95%;
	margin: 2.5%;
	opacity: 1;
	margin-top: 4%;
}

.listagem-blogs div.item-blog:hover>a>h4 {
	bottom: 0;
	opacity: 1;
}

.listagem-blogs div.item-blog h4 {
	position: absolute;
	z-index: 3;
	text-align: center;
	width: 100%;
	background-color: #FFF;
	padding: 10px 0;
	color: #000;
	border: 1px solid #f3f3ef;
	bottom: -20px;
	opacity: 0;
}

.listagem-blogs div.item-blog h4:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f3f3ef;
	position: absolute;
	z-index: 9999;
	left: 20px;
	bottom: 0px;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-bottom-color: #fafafa;
}

.listagem-blogs div.item-blog-4,
.listagem-blogs div.item-blog-7,
.listagem-blogs div.item-blog-10,
.listagem-blogs div.item-blog-13,
.listagem-blogs div.item-blog-16,
.listagem-blogs div.item-blog-19 {
	clear: both;
}


/* Paginação */

#pagination {
	clear: both;
	display: block;
	width: 100%;
	padding-top: 25px;
}

#pagination span,
#pagination a {
	padding: 8px 12px;
	background-color: #F3F3EF;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	border-radius: 4px;
}

#pagination span.current {
	color: #FFF;
	background-color: #ff3b2f;
}

#pagination a:hover {
	text-decoration: none;
}


/* Pagina Final Padrao */

body.page-template-default main img {
	width: 100%;
	height: auto;
}

body.page-template-default div.texto {
	text-align: justify;
}

body.page-template-default h1 {
	font-size: 32px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}


/* Pagina Final Relogio */

.post-relogio div.bloco-informacoes-relogio-01 {
	margin-left: 90px;
}

.post-relogio div.bloco-informacoes-relogio {
	background: #efefef;
	padding: 15px;
	border-radius: 5px;
	margin-top: 35px;
}

.post-relogio div.bloco-informacoes-relogio h3 {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 500;
}

.post-relogio div.bloco-informacoes-relogio h3:first-child {
	margin-top: 0;
}

.post-relogio h1 {
	font-size: 32px;
	letter-spacing: 3px;
	text-align: center;
}

.post-relogio h2 {
	font-size: 24px;
	letter-spacing: 3px;
	margin: 20px 0;
}

.post-relogio div.navegacao-posts {
	text-align: center;
}

.post-relogio span.anterior-relogio,
.post-relogio span.proximo-relogio {
	opacity: 0.5;
	font-size: 14px;
	text-align: center;
}

.post-relogio span.anterior-relogio:hover {
	opacity: 1;
	text-decoration: none;
}

.post-relogio span.proximo-relogio:hover {
	opacity: 1;
	text-decoration: none;
}

.post-relogio div.navegacao-posts a:hover {
	text-decoration: none;
}

.post-relogio span.anterior-relogio {
	margin-right: 20px;
}


/* Pagina Final Blog */

.post-blog {
	margin-left: 120px!important;
}

.post-blog h1 {
	font-weight: bold;
	text-transform: uppercase;
}

.post-blog h4 {
	font-size: 18px;
	line-height: 110%;
}

.post-blog p+h3 {
	margin-top: 20px;
}

.post-blog p.informacoes-post-blog {
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	line-height: 110%;
}

.post-blog>img,
.post-blog img.img-centralizada {
	width: 60%;
	height: auto;
	margin-bottom: 20px;
	border-radius: 3px;
	line-height: 110%;
}

.post-blog div.botoes-compartilhar h5 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 35px;
}

.post-blog div.botoes-compartilhar a {
	color: #000;
	font-size: 32px;
	margin: 3px;
	opacity: 0.4;
	display: inline-block;
}


/* Assistencia Tecnica*/

h2.titulo-assistencia {
	font-size: 20px;
	margin-top: 15px;
}

.bloco-assistencia-tecnica {
	margin-top: 20px;
}

.bloco-assistencia-tecnica h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.bloco-assistencia-tecnica p {
	margin-top: 5px;
	line-height: 16px;
}


/* Contato */

.contato-informacoes i {
	color: #ff3b2f;
}

.contato-formulario h1 {
	font-size: 32px;
	letter-spacing: 3px;
}

.contato-formulario form input[type="text"],
.contato-formulario form textarea {
	width: 100%;
	padding: 7px;
	border: 1px solid #ededed;
	background: #fff;
	margin-bottom: 18px !important;
}

.contato-formulario form input[type="submit"] {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 10px;
}

.contato-formulario form input[type="submit"]:hover {
	background-color: #ff3b2f;
}


/* Onde Encontrar */

#sistema-onde-encontrar {}

#sistema-onde-encontrar .codigo {
	color: #888;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	padding: 10px;
	width: 40%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
	background: #fff;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#sistema-onde-encontrar select {
	color: #888;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	padding: 10px;
	width: 40%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 2px 0 #ccc, 0 -1px #fff inset;
	background: #fff;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#sistema-onde-encontrar .form-container {
	border: 1px solid #f3f3f3;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
	background: -webkit-linear-gradient(top, #f3f3f3, #fff);
	background: -moz-linear-gradient(top, #f3f3f3, #fff);
	background: -ms-linear-gradient(top, #f3f3f3, #fff);
	background: -o-linear-gradient(top, #f3f3f3, #fff);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%, #fff 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(000, 000, 000, 0.4) 0 2px 1px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
	-moz-box-shadow: rgba(000, 000, 000, 0.4) 0 2px 1px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
	box-shadow: rgba(000, 000, 000, 0.4) 0 2px 1px, inset rgba(255, 255, 255, 0.4) 0 0px 0;
	text-decoration: none;
	vertical-align: middle;
	min-width: 300px;
	padding: 20px;
	width: 100%;
}

#sistema-onde-encontrar .form-field {
	border: 1px solid #cccccc;
	background: #e4d5c3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #cccccc;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(000, 000, 000, 0.7) 0 0px 0px;
	padding: 8px;
	margin-bottom: 20px;
	width: 280px;
}

#sistema-onde-encontrar .form-field:focus {
	background: #fff;
	color: #725129;
}

#sistema-onde-encontrar .form-container h2 {
	text-shadow: #fdf2e4 0 1px 0;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
}

#sistema-onde-encontrar .form-container label {
	font-weight: normal;
	margin: 0 10px 0 20px;
}

#sistema-onde-encontrar .form-container .form-title+label {
	margin-left: 0px;
}

#sistema-onde-encontrar .form-title {
	margin-bottom: 10px;
	color: #725129;
	text-shadow: #fdf2e4 0 1px 0;
}

#sistema-onde-encontrar .submit-container {
	margin: 15px 0 0;
	text-align: left;
}

#sistema-onde-encontrar table {
	border: none;
}

#sistema-onde-encontrar td {
	line-height: 140%;
}

#sistema-onde-encontrar .submit-button {
	border: 1px solid #33782e;
	background: #49a741;
	background: -webkit-gradient(linear, left top, left bottom, from(#5cd552), to(#49a741));
	background: -webkit-linear-gradient(top, #5cd552, #49a741);
	background: -moz-linear-gradient(top, #5cd552, #49a741);
	background: -ms-linear-gradient(top, #5cd552, #49a741);
	background: -o-linear-gradient(top, #5cd552, #49a741);
	background-image: -ms-linear-gradient(top, #5cd552 0%, #49a741 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	text-shadow: #4c4d45 0 1px 0;
	color: #fff;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;

}

#sistema-onde-encontrar .submit-button:hover {
	border: 1px solid #447314;
	text-shadow: #33590b 0 1px 0;
	background: #5cd552;
	background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
	color: #fff;
}

#sistema-onde-encontrar .submit-button:active {
	text-shadow: #31540c 0 1px 0;
	border: 1px solid #447314;
	background: #8dc059;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
	background: -webkit-linear-gradient(top, #6aa436, #8dc059);
	background: -moz-linear-gradient(top, #6aa436, #8dc059);
	background: -ms-linear-gradient(top, #6aa436, #8dc059);
	background: -o-linear-gradient(top, #6aa436, #8dc059);
	background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
	color: #fff;
}

#sistema-onde-encontrar .clean-button {
	border: 1px solid #985600;
	background: #f78b00;
	background: -webkit-gradient(linear, left top, left bottom, from(#d5b852), to(#f78b00));
	background: -webkit-linear-gradient(top, #d5b852, #f78b00);
	background: -moz-linear-gradient(top, #d5b852, #f78b00);
	background: -ms-linear-gradient(top, #d5b852, #f78b00);
	background: -o-linear-gradient(top, #d5b852, #f78b00);
	background-image: -ms-linear-gradient(top, #d5b852 0%, #f78b00 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	-moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
	text-shadow: #4c4d45 0 1px 0;
	color: #fff;
	padding: 8.5px 18px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;

}

#sistema-onde-encontrar .clean-button:hover {
	border: 1px solid #447314;
	text-shadow: #33590b 0 1px 0;
	background: #d5b852;
	background-image: -ms-linear-gradient(top, #b06800 0%, #6aa436 100%);
	color: #fff;
}

#sistema-onde-encontrar .clean-button:active {
	text-shadow: #31540c 0 1px 0;
	border: 1px solid #447314;
	background: #b06800;
	background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
	background: -webkit-linear-gradient(top, #6aa436, #b06800);
	background: -moz-linear-gradient(top, #6aa436, #b06800);
	background: -ms-linear-gradient(top, #6aa436, #b06800);
	background: -o-linear-gradient(top, #6aa436, #b06800);
	background-image: -ms-linear-gradient(top, #6aa436 0%, #b06800 100%);
	color: #fff;
}

#sistema-onde-encontrar .carregando {
	color: rgb(102, 102, 102);
	display: none;
	font-size: 12px;
	height: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: auto;
}

#sistema-onde-encontrar .area-paginacao {
	clear: both;
	float: none;
}

#sistema-onde-encontrar .navprod {}

#sistema-onde-encontrar .navprod li {
	background-color: #efefef;
	border-radius: 5px;
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0 5px;
	padding: 15px;
}

#sistema-onde-encontrar .navprod li a {
	display: block;
	color: #ff3b2f;
}

#sistema-onde-encontrar .navprod li:hover {
	background-color: #ff3b2f;
}

#sistema-onde-encontrar .navprod li:hover,
#sistema-onde-encontrar .navprod li:hover a {
	color: #fff;
	text-decoration: none;
}

.titulo-onde-encontrar {
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 3px;
}


/* Comentarios */

ol:not(.oi_ticket_commentlist) {
	margin: 0px;
	padding-left: 20px;
}

ol:not(.oi_ticket_commentlist)>li {
	margin-bottom: 8px;
}

ol.oi_ticket_commentlist {
	counter-reset: li;
	/* Initiate a counter */
	margin-top: 35px;
}

ol.oi_ticket_commentlist>li {
	position: relative;
	/* Create a positioning context */
	list-style: none;
	/* Disable the normal item numbering */
}

ol.oi_ticket_commentlist>li:before {
	content: "# " counter(li);
	/* Use the counter as content */
	counter-increment: li;
	/* Increment the counter by 1 */
	position: absolute;
	top: 0px;
	left: 0px;
	/* Position and style the number */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* Some space between the number and the content in browsers that support generated content but not positioning it (Camino 2 is one example) */
	padding: 4px;
	color: #fff;
	background: #434A54;
	text-align: center;
}

.oi_commente_holder {
	padding: 0px 40px
}

.oi_comments_title {
	font-weight: bold;
	text-transform: uppercase;
}

.comments_div h3 span {
	font-size: 18px;
	margin-right: 5px;
}

#respond #comment {
	outline: none !important;
	box-shadow: none !important;
	border: 1px dotted #ededed;
	padding: 10px;
}

#respond #comment:focus {
	border: 1px solid #ddd;
}

#respond h4 {
	margin-top: 0px;
}

.fn a,
.oi_commente_holder h4 a {
	color: #ff3b2f
}

.oi_ticket_commentlist .avatar {
	box-shadow: none;
	width: 24px;
	height: auto;
	border-radius: 50%;
	border: 2px solid #FFF;
}

.oi_ticket_commentlist {
	padding-left: 0px;
}

.oi_ticket_commentlist .children {
	list-style: none;
}

.oi_ticket_commentlist>li {
	padding: 30px;
	background: #f3f3ef;
	margin-bottom: 20px;
}

.oi_ticket_commentlist>li li {
	background: #f3f3ef;
	margin-bottom: 10px;
}

.oi_ticket_commentlist>li ul {
	margin-bottom: 10px;
}

.oi_ticket_commentlist ul.children {
	margin-top: 10px;
}

.oi_ticket_commentlist>li>.comment-body {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
}

.oi_ticket_commentlist>li ul .comment-body {
	background: #fff;
	padding: 10px;
}

.oi_ticket_commentlist .comment-meta {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}

.oi_ticket_commentlist .comment-meta a {
	color: #999;
	font-style: italic;
	text-decoration: none;
}

.oi_ticket_commentlist .comment-author .fn {
	color: #ff3b2f;
	font-weight: bold;
}

.oi_ticket_commentlist .reply a {
	opacity: 0.5
}

.oi_ticket_commentlist .reply a:hover {
	opacity: 1;
	text-decoration: none;
}

.oi_ticket_commentlist .comment-body .reply .comment-reply-link {
	color: #ff3b2f;
	font-size: 11px;
}

.oi_ticket_commentlist>li>.comment-body .reply .comment-reply-link {
	color: #ff3b2f;
	font-size: 11px;
}

.comment-awaiting-moderation {
	/* Safari and Chrome: */
	-webkit-animation: oi_blink 1s linear 1s infinite alternate;
	-moz-animation: oi_blink 1s linear 1s infinite alternate;
}

.post-blog form {
	margin-top: 20px;
}

.post-blog form input,
.post-blog form textarea {
	padding: 10px;
	background: #fafafa;
	border: 1px solid #ededed;
}

.post-blog button {
	padding: 12px;
	font-size: 14px;
	line-height: 140%;
	border-radius: 4px;
	background-color: #000;
	color: #FFF;
	border: none;
}

.post-blog button:hover {
	background-color: #ff3b2f;
}


/* Estruturacao */

section:after {
	clear: both;
	content: '';
	display: block;
}

.limpo {
	clear: both;
	float: none;
}

section {
	width: 1200px;
	margin: 0 auto;
}

.palco {
	float: left;
	margin: 0 20px;
}

.palco.invertido {
	margin: 0;
	padding: 20px;
}

.palco.direita {
	float: right;
}

.palco.desalinhado {
	float: none;
}

.palco * {
	max-width: 100%;
}

.palco.colunas-01 {
	width: 60px;
}

.palco.colunas-02 {
	width: 160px;
}

.palco.colunas-03 {
	width: 260px;
}

.palco.colunas-04 {
	width: 360px;
}

.palco.colunas-05 {
	width: 460px;
}

.palco.colunas-06 {
	width: 560px;
}

.palco.colunas-07 {
	width: 660px;
}

.palco.colunas-08 {
	width: 760px;
}

.palco.colunas-09 {
	width: 860px;
}

.palco.colunas-10 {
	width: 960px;
}

.palco.colunas-11 {
	width: 1060px;
}

.palco.colunas-12 {
	width: 1160px;
}

@media screen and ( min-width: 768px) and ( max-width: 1199px) {
	section {
		width: 756px;
	}
	.palco {
		margin: 0 10px;
	}
	.palco.colunas-01 {
		width: 43px;
	}
	.palco.colunas-02 {
		width: 106px;
	}
	.palco.colunas-03 {
		width: 169px;
	}
	.palco.colunas-04 {
		width: 232px;
	}
	.palco.colunas-05 {
		width: 295px;
	}
	.palco.colunas-06 {
		width: 358px;
	}
	.palco.colunas-07 {
		width: 421px;
	}
	.palco.colunas-08 {
		width: 484px;
	}
	.palco.colunas-09 {
		width: 547px;
	}
	.palco.colunas-10 {
		width: 610px;
	}
	.palco.colunas-11 {
		width: 673px;
	}
	.palco.colunas-12 {
		width: 736px;
	}
	/* Header */
	main {
		padding-top: 154px;
	}
	header div#area-logo {
		width: 160px;
	}
	header nav#area-menu {
		width: 556px;
	}
	header div#area-midias {
		width: 358px;
		clear: both;
	}
	header div#area-pesquisa {
		width: 160px;
		float: right;
	}
	/* Menu */
	header ul.menu-principal li ul {
		top: 45%;
	}
	/* Footer */
	footer form#newsletter input[type="text"] {
		width: 208px;
	}
	/* Pagina Final Onde Encontrar */
	#sistema-onde-encontrar .form-container {
		width: 716px;
	}
	#sistema-onde-encontrar select#estado {
		width: 37%;
	}
	/* Pagina Final contato */
	.contato-formulario {
		width: 358px !important;
	}
	.contato-informacoes {
		width: 358px !important;
	}
	.contato-formulario form input[type="text"],
	.contato-formulario form textarea {
		width: 342px;
	}
	/* Faixa Newsletter */
	.faixa-newsletter div {
		width: 736px !important;
	}
	.faixa-newsletter form#faixa-newsletter {
		width: 535px;
		display: block;
		margin: 0 auto;
		float: none;
	}
	.faixa-newsletter input[type="text"] {
		margin-right: auto;
	}
	/* Pagina Final Relogio */
	div.bloco-informacoes-relogio-01 {
		margin-left: 40px !important;
	}
}

@media screen and ( min-width: 480px) and ( max-width: 767px) {
	section {
		width: 480px;
	}
	main {
		padding-top: 0;
		padding-bottom: 20px;
	}
	h2.titulo-grande-link {
		font-size: 34px;
	}
	/* Estrutura */
	.palco {
		float: none !important;
		margin: 0 auto;
		width: 100% !important;
	}
	.palco {
		margin-top: 20px;
	}
	.palco:first-child {
		margin-top: 0;
	}
	/* Header */
	header {
		position: relative;
	}
	header #area-logo {
		width: 80% !important;
		float: left !important;
		display: block;
	}
	header #area-midias {
		clear: both;
		width: 45% !important;
		float: left !important;
		display: block;
	}
	header #area-pesquisa {
		width: 160px !important;
		float: right !important;
		display: block;
	}
	/* Menu Responsivo*/
	header #botao-menu-responsivo {
		display: block;
		width: auto;
		float: right;
		text-align: right;
		font-size: 36px;
		padding: 5px;
	}
	header nav#area-menu {
		clear: both;
		display: none;
	}
	header nav#area-menu.ativo {
		display: block;
	}
	header ul.menu-principal {
		display: block;
		/* display: none; */
		width: 100%;
		height: auto;
		box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
	}
	header ul.menu-principal li {
		display: block;
		border-top: solid 1px #ededed;
	}
	header ul.menu-principal li a {
		padding: 10px 13px;
		width: 454px;
		display: block;
	}
	header ul.menu-principal li.menu-item-has-children {
		position: relative;
	}
	header ul.menu-principal li.menu-item-has-children ul {
		top: 100%;
		width: 100%;
	}
	header ul.menu-principal li.menu-item-has-children ul li a {
		width: 250px;
	}
	/* Footer */
	footer form#newsletter input[type="text"] {
		width: 450px;
	}
	footer form#newsletter input[type="submit"] {
		width: 100%;
	}
	footer form#newsletter input[type="text"],
	footer form#newsletter input[type="submit"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	footer div.fb-page {
		display: block;
		width: 340px;
		margin: 20px auto 0 auto;
	}
	/* Slider */
	.slider.grande {
		height: 200px;
	}
	.slider .controle i {
		font-size: 10px;
		padding: 10px 10px 8px 10px;
	}
	/* Faixa Newsletter*/
	.faixa-newsletter {
		padding: 15px 15px;
		width: 450px;
	}
	.faixa-newsletter p {
		line-height: 20px;
	}
	.faixa-newsletter input[type="text"] {
		margin-bottom: 10px;
		width: 420px;
	}
	.faixa-newsletter input[type="text"]:first-child {
		margin-right: auto;
	}
	.faixa-newsletter input[type="submit"] {
		width: 100%;
	}
	.faixa-newsletter input[type="text"],
	.faixa-newsletter input[type="submit"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	/* Sessao Colecoes*/
	.sessao-colecoes {
		margin-top: 20px;
	}
	ul.menu-colecoes li {
		display: block;
		margin-left: 0;
	}
	ul.menu-colecoes li a {
		display: block;
		width: 450px;
		margin: 0 auto;
	}
	.sessao-colecoes .menu-colecoes {
		display: none;
		padding-top: 0;
	}
	.sessao-colecoes .menu-colecoes.aberto {
		display: block;
	}
	.sessao-colecoes .botao-menu-colecoes {
		display: block;
	}
	/* Submenu */
	ul.menu-colecoes li ul {
		float: none;
		margin-left: 0px;
		height: auto;
		position: relative;
		top: 0;
	}
	ul.menu-colecoes li ul li {
		margin-top: 10px;
		margin-bottom: 10px;
		margin: 10px 0;
	}
	ul.menu-colecoes li ul li a {
		width: 442px;
		margin: 0 auto;
		border-radius: 3px;
	}
	/* Sessão Novidades */
	.sessao-novidades {
		margin-top: 20px;
		padding-top: 20px;
	}
	.listagem-novidades {
		margin-top: 20px;
	}
	.listagem-novidades div.box-novidade {
		width: 50%;
		border-left: none;
		;
		border-right: none;
		border-top: 1px solid #FFF
	}
	.listagem-novidades div.box-novidade-1,
	.listagem-novidades div.box-novidade-2 {
		border-top: none;
	}
	/* Sessao Postagens */
	.sessao-postagens {
		margin-top: 20px;
	}
	/* Pagina Final Relogio */
	.post-relogio img {
		width: 300px;
		height: auto;
	}
	.post-relogio div.bloco-informacoes-relogio {
		width: 200px!important;
		margin: 20px 0 0 0;
	}
	.post-relogio div.bloco-informacoes-relogio-01 {
		float: left !important;
	}
	.post-relogio div.bloco-informacoes-relogio-02 {
		float: right !important;
	}
	.post-relogio div.bloco-informacoes-relogio h3 {
		font-size: 20px;
	}
	/* Página Onde Encontrar */
	#sistema-onde-encontrar .form-container {
		width: 435px;
		min-width: 435px;
		margin: 0 auto;
	}
	#sistema-onde-encontrar .form-container h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#sistema-onde-encontrar .codigo {
		width: 100%;
	}
	#sistema-onde-encontrar select,
	#sistema-onde-encontrar label {
		float: none;
		display: block;
		margin: 0 auto 10px auto !important;
		width: 435px;
	}
	#sistema-onde-encontrar .submit-button {
		width: 100%;
	}
	#sistema-onde-encontrar .navprod li {
		padding: 5px;
		margin: 0 5px 10px 5px;
	}
	/* Pagina Assistencia Tecnica */
	.titulo-assistencia {
		font-size: 20px;
	}
	/* Pagina Contato */
	.contato-formulario form input[type="text"],
	.contato-formulario form textarea {
		width: 460px;
	}
	/* Página BLOG */
	.post-blog {
		margin-left: 0 !important;
	}
	.post-blog form input,
	.post-blog form textarea {
		width: 458px !important
	}
	/* Listagems */
	body.archive section.listagem-relogios div.item-relogio {
		width: 50% !important;
		margin-top: 10px !important;
		float: left !important;
	}
	body.archive section.listagem-relogios div.item-relogio-3,
	body.archive section.listagem-relogios div.item-relogio-5,
	body.archive section.listagem-relogios div.item-relogio-7,
	body.archive section.listagem-relogios div.item-relogio-9,
	body.archive section.listagem-relogios div.item-relogio-11,
	body.archive section.listagem-relogios div.item-relogio-13,
	body.archive section.listagem-relogios div.item-relogio-15,
	body.archive section.listagem-relogios div.item-relogio-17,
	body.archive section.listagem-relogios div.item-relogio-19,
	body.archive section.listagem-relogios div.item-relogio-21,
	body.archive section.listagem-relogios div.item-relogio-23,
	body.archive section.listagem-relogios div.item-relogio-25,
	body.archive section.listagem-relogios div.item-relogio-27,
	body.archive section.listagem-relogios div.item-relogio-29,
	body.archive section.listagem-relogios div.item-relogio-31,
	body.archive section.listagem-relogios div.item-relogio-33,
	body.archive section.listagem-relogios div.item-relogio-35 {
		clear: both;
	}
	body.archive section.listagem-relogios div.item-relogio-4,
	body.archive section.listagem-relogios div.item-relogio-10,
	body.archive section.listagem-relogios div.item-relogio-16,
	body.archive section.listagem-relogios div.item-relogio-22,
	body.archive section.listagem-relogios div.item-relogio-28,
	body.archive section.listagem-relogios div.item-relogio-34 {
		clear: none;
	}
	/* Listagems */
	.listagem-blogs div.item-blog {
		width: 50% !important;
		margin-top: 10px !important;
		float: left !important;
	}
	.listagem-blogs div.item-blog-3,
	.listagem-blogs div.item-blog-5,
	.listagem-blogs div.item-blog-7,
	.listagem-blogs div.item-blog-9,
	.listagem-blogs div.item-blog-11 {
		clear: both;
	}
	.listagem-blogs div.item-blog-4,
	.listagem-blogs div.item-blog-10 {
		clear: none;
	}
}

@media screen and ( max-width: 479px) {
	section {
		width: 300px;
	}
	main {
		padding-top: 0;
		padding-bottom: 20px;
	}
	h2.titulo-grande-link {
		font-size: 34px;
	}
	/* Estrutura */
	.palco {
		float: none !important;
		margin: 0 auto;
		width: 100% !important;
	}
	.palco {
		margin-top: 20px;
	}
	.palco:first-child {
		margin-top: 0;
	}
	/* Header */
	header {
		position: relative;
	}
	header #area-logo {
		width: 80% !important;
		float: left !important;
		display: block;
	}
	header #area-midias {
		clear: both;
		width: 45% !important;
		float: left !important;
		display: block;
	}
	header #area-pesquisa {
		width: 55% !important;
		float: left !important;
		display: block;
	}
	/* Menu Responsivo*/
	header #botao-menu-responsivo {
		display: block;
		width: auto;
		float: right;
		text-align: right;
		font-size: 36px;
		padding: 5px;
	}
	header nav#area-menu {
		clear: both;
		display: none;
	}
	header nav#area-menu.ativo {
		display: block;
	}
	header ul.menu-principal {
		display: block;
		/* display: none; */
		width: 100%;
		height: auto;
		box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
	}
	header ul.menu-principal li {
		display: block;
		border-top: solid 1px #ededed;
	}
	header ul.menu-principal li a {
		padding: 10px 13px;
		width: 274px;
		display: block;
	}
	header ul.menu-principal li.menu-item-has-children {
		position: relative;
	}
	header ul.menu-principal li.menu-item-has-children ul {
		top: 100%;
		width: 100%;
	}
	header ul.menu-principal li.menu-item-has-children ul li a {
		width: 250px;
	}
	/* Footer */
	footer form#newsletter input[type="text"] {
		width: 275px;
	}
	footer form#newsletter input[type="submit"] {
		width: 100%;
	}
	footer form#newsletter input[type="text"],
	footer form#newsletter input[type="submit"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	/* Slider */
	.slider.grande {
		height: 150px;
	}
	.slider .controle i {
		font-size: 10px;
		padding: 10px 10px 8px 10px;
	}
	/* Faixa Newsletter*/
	.faixa-newsletter {
		padding: 15px 15px;
		width: 270px;
	}
	.faixa-newsletter p {
		line-height: 20px;
	}
	.faixa-newsletter input[type="text"] {
		margin-bottom: 10px;
		width: 250px;
	}
	.faixa-newsletter input[type="text"]:first-child {
		margin-right: auto;
	}
	.faixa-newsletter input[type="submit"] {
		width: 100%;
	}
	.faixa-newsletter input[type="text"],
	.faixa-newsletter input[type="submit"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	/* Sessao Colecoes*/
	.sessao-colecoes {
		margin-top: 20px;
	}
	ul.menu-colecoes li {
		display: block;
		margin-left: 0;
	}
	ul.menu-colecoes li a {
		display: block;
		width: 275px;
	}
	.sessao-colecoes .menu-colecoes {
		display: none;
		padding-top: 0;
	}
	.sessao-colecoes .menu-colecoes.aberto {
		display: block;
	}
	.sessao-colecoes .botao-menu-colecoes {
		display: block;
	}
	/* Submenu */
	ul.menu-colecoes li ul {
		float: none;
		margin-left: 0px;
		height: auto;
		position: relative;
		top: 0;
	}
	ul.menu-colecoes li ul li {
		margin-top: 10px;
		margin-bottom: 10px;
		margin: 10px 0;
	}
	ul.menu-colecoes li ul li a {
		width: 267px;
		margin: 0 auto;
		border-radius: 3px;
	}
	/* Sessão Novidades */
	.sessao-novidades {
		margin-top: 20px;
		padding-top: 20px;
	}
	.listagem-novidades {
		margin-top: 20px;
	}
	.listagem-novidades div.box-novidade {
		width: 100%;
		border-left: none;
		;
		border-right: none;
		border-top: 1px solid #FFF
	}
	.listagem-novidades div.box-novidade:first-child {
		border-top: none;
	}
	/* Sessao Postagens */
	.sessao-postagens {
		margin-top: 20px;
	}
	/* Pagina Final Relogio */
	.post-relogio img {
		width: 300px;
		height: auto;
	}
	.post-relogio div.bloco-informacoes-relogio {
		width: 270px!important;
		margin-top: 20px;
	}
	.post-relogio div.bloco-informacoes-relogio-01 {
		margin-left: 0;
	}
	/* Página Onde Encontrar */
	#sistema-onde-encontrar .form-container {
		width: 250px;
		min-width: 250px;
		margin: 0 auto;
	}
	#sistema-onde-encontrar .form-container h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#sistema-onde-encontrar .codigo {
		width: 100%;
	}
	#sistema-onde-encontrar select,
	#sistema-onde-encontrar label {
		float: none;
		display: block;
		margin: 0 auto 10px auto !important;
		width: 250px;
	}
	#sistema-onde-encontrar .submit-button {
		width: 100%;
	}
	#sistema-onde-encontrar .navprod li {
		padding: 5px;
		margin: 0 5px 10px 5px;
	}
	/* Pagina Assistencia Tecnica */
	.titulo-assistencia {
		font-size: 20px;
	}
	.titulo-assistencia a {
		font-size: 15px;
	}
	/* Pagina Contato */
	.contato-formulario form input[type="text"],
	.contato-formulario form textarea {
		width: 274px;
	}
	/* Página BLOG */
	.post-blog {
		margin-left: 0 !important;
	}
	.post-blog form input,
	.post-blog form textarea {
		width: 278px !important;
	}
}

#blanket,
#aguarde {
	position: fixed;
	display: none;
}

#blanket {
	left: 0;
	top: 0;
	background-color: #f0f0f0;
	filter: alpha(opacity=65);
	height: 100%;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	opacity: 0.65;
	z-index: 9998;
}

#aguarde {
	width: auto;
	height: 30px;
	top: 40%;
	left: 45%;
	background: url('http://i.imgur.com/SpJvla7.gif') no-repeat 0 50%; 
	line-height: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 9999;
	padding-left: 27px;
}

/* POSTOS AUTORIZADOS */

.postos{
	background-color: rgb(0 0 0 / 10%);
    padding: 5px;
    width: 100%;
    max-width: 340px;
    height: 240px;
    border-radius: 5px;
    position: relative;
    float: left;
    margin: 0 5px 5px 0px;
}
.texto-postos{
	width: 90%;
    max-width: 1020px;
    float: left;
    padding: 20px;
    margin: 0 0 5px 0;
    border-radius: 5px;
    background-color: rgb(0 0 0 / 3%);
}
.titulos-postos{
	    width: 90%;
    max-width: 1020px;
    float: left;
    padding: 20px;
    margin: 0 0 5px 0;
    border-radius: 5px;
    text-align: center;
    font-size: x-large;
    background-color: rgb(0 0 0 / 3%);
}