@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,600,700');
@import url('font-awesome-4.7.0/css/font-awesome.min.css');
@import url('estilos-hamburguer.css');


/* RESET */
* { margin:0; padding:0; list-style:none; border:0; vertical-align:baseline; font-family: 'Open Sans', sans-serif; -webkit-tap-highlight-color: rgba(0,0,0,0); transition: all 0.2s linear;  -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; }
/* tap-hig... removendo quadro azul links mobile */
h1, h2, h3, h4, h5, h6 { font-weight:400; color:#333; }
img, picture, video, embed { max-width: 100%; } /* truque para deixar as imagens e outros elementos adaptáveis */
a { color:#006FE9; text-decoration:none; outline:none }
a:hover { text-decoration:underline; }
input:focus, button:focus, textarea:focus, select:focus { outline: none; }
input, select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0px; } 

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type=number] { -moz-appearance:textfield; }
/* remover setas contador input tipo number */

.clearfix:before,.clearfix:after { content: " "; display: table; } 
.clearfix:after { clear: both; } 
.clearfix { *zoom: 1; }
/* fazer com que todos elementos fiquem dentro da div #conteudo por exemplo */

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* todos os elementos agora levarão em conta apenas a largura e altura determinada, sem somar a este valor a borda e o padding */

hr { height:1px; background-color:hsla(0,0%,51%,.2); clear:both; }
hr.marginTop50 { margin-top:50px; }
hr.marginBottom50 { margin-bottom:50px; }
hr.marginTop30 { margin-top:30px; }
hr.marginBottom30 { margin-bottom:30px; }
hr.transparente { opacity:0; }

/* BASE */
html, body { height:100%; }
body { color:#4D4D4D; font-size:14px; background:url("imagens/vinhetas/bg-principal.jpg"); }
#tudo { position:relative; float:left; width:100%; height:100%; min-width:320px; }
#container { float:left; width:100%; min-height:400px; padding:30px 0; overflow:hidden; }
#container.zero { padding:0; }
#checkout-carrinho { float:left; width:100%; }
.meio-conteudo { width:1200px; margin:0 auto; }
.meio-conteudo.blog-detalhe { width:960px; }
.meio-conteudo.carrinho { width:900px; }


/* HEADER */
#header { float:left; top:0; left:0; width:100%; background:#fff; z-index:99; }
#header .bloco-logo { float:left; text-align:center; margin-right:20px; }
#header a.logo-topo { width:342px; height:105px; margin:25px 0; display:inline-block; font-size:0; }

#header .icone-busca { float:right; font-size:20px; color:#D91C24; padding:10px 0 10px 10px;  margin-top:18px; display:none; }

#header .icone-painel { float:right; font-size:25px; color:#ff8200; margin-top:25px; display:none; }
#header .icone-painel .itens { position:relative; float:right; font-size:10px; width:18px; height:18px; line-height:15px; text-align:center; color:#ff8200; background:#fff;  border:1px #ff8200 solid; border-radius:50%; }
#header .icone-painel i { margin-right:-10px; }


#header .busca { float:right; margin-top:50px; }
#header .busca .lupa { float:left; width:45px; height:45px; border:1px #e4e4e4 solid; border-right:none; background:#fff url(imagens/vinhetas/lupa.png) center; border-radius:3px 0 0 3px; }
#header .busca .caixaBusca { float:left; width:330px; height:45px; line-height:45px; border:1px #e4e4e4 solid; border-left:none; }
#header .busca .botaoBuscar { float:left; height:45px; line-height:45px; padding:0 20px; border:1px #e4e4e4 solid; border-left:none; font-size:13px; font-weight:600; background:#e4e4e4; color:#fff; border-radius:0 3px 3px 0; letter-spacing:-1px; cursor:pointer; }
#header .busca .botaoBuscar:hover { opacity:0.7; }


#header .menu-topo { float:right; font-size:16px; font-weight:600; margin-top:63px; letter-spacing:-0.8px; }
#header .menu-topo li { float:left; }
#header .menu-topo li a { color:#fff; display:block; padding:0 15px; opacity:.7; }
#header .menu-topo li a:hover { opacity:1; text-decoration:none; }
#header .menu-topo li a i { font-size:22px; margin-right:8px; opacity:.5; vertical-align:-2px; }



.menu { float:left; width:20%; }
.menu h4 { font-size:22px; font-weight:600; color:#483A2E; letter-spacing:-1.5px; margin:30px 0 20px 0; }
.menu li { font-size:17px; letter-spacing:-1px; margin-bottom:7px; }
.menu li a { color:#5D432E; border-left:3px #f0eee8 solid; padding-left:10px; text-transform:uppercase; }
.menu li a.ativo  { border-color:#5D432E; font-weight:600; }
.menu li a:hover { text-decoration:none; border-color:#5D432E; }
.menu li a i { font-size:12px; margin-left:3px; opacity:0; }
.menu li a:hover i { opacity:1; }

nav .menu { width:100%; }


.atendimento { float:right; color:#999999; letter-spacing:-0.8px; font-size:15px; margin-left:50px; }
.atendimento .fone { font-size:22px; color:#666666; margin-bottom:-5px; text-align:right; }
.atendimento .fone .ddd { font-size:18px; }
.atendimento strong a { color:#00aa53; font-weight:600; }


.busca-topo { position:relative; float:right; width:56%; margin:20px 4.166666666666667% 0 0; }
.busca-topo input { position:relative; width:100%; height:50px; line-height:50px; font-size:16px; color:#999; text-indent:15px; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.2); z-index:8; }
.busca-topo button { position:absolute; top:0; right:0; width:50px; height:50px; line-height:50px; text-align:center; font-size:25px; color:#00b5a3; background:#fff; cursor:pointer; z-index:8; }
.busca-topo button:hover { color: #f7931e; }

/* MENU MOBILE */
.bg-menu { position:fixed; top:0px; left:0; width:100%; height:100%; opacity:0; pointer-events:none; background:#000; z-index:98; }
nav { position:fixed; bottom:0; left:0; width:80%; height:100%; padding:10px 30px; background:url("imagens/vinhetas/bg-principal.jpg"); z-index:999; overflow:auto; }
nav h3 { float:left; font-size:30px; font-weight:600; color:#483A2E; letter-spacing:-1.8px; margin:20px 0; }
nav { 
	-webkit-transform: translateX(-100%); 
	-moz-transform: translateX(-100%); 
	-ms-transform: translateX(-100%); 
	transform: translateX(-100%);
}




/* MIGALHAS */
.migalhas { float:left; width:calc(100% - 300px); margin:25px 0; font-size:14px; letter-spacing:-0.5px; }
.migalhas li { float:left; margin-right:5px; }
.migalhas li.esconde { max-width:650px; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }

.migalhas li a { color:#888888; text-decoration:none;  }
.migalhas li a:hover { text-decoration:underline; }
.migalhas li:last-child a { color:#00aa53; text-decoration:none; }
.migalhas li:after { content:" »"; color:#888888; }
.migalhas li:last-child:after{ content:""; }

.migalhas-fones { float:right; width:300px; font-size:18px; color:#888888; text-align:right; letter-spacing:-1px; margin-top:22px; }
.migalhas-fones i { color:#00aa53; margin-left:10px; }
.migalhas-fones .ddd { font-size:15px; }



/* PRODUTOS - SERVIÇOS */
.produtos { float:left; width:100%; margin:60px 0; }
.produtos.margin30 { margin:30px 0; }
.produtos.margin0 { margin:0; }
.produtos .titulo { float:left; width:100%; margin-bottom:20px; }
.produtos .titulo h3, .produtos .titulo h1 { float:left; font-size:30px; font-weight:600; color:#483A2E; letter-spacing:-1.8px;  }
.produtos .titulo h1 strong { font-weight:600; }
.produtos .titulo h3.menuLink { width:20%; }
.produtos .titulo h3.menuLink.marginTop { margin-top:40px; }
.produtos .titulo select { float:right; width:280px; border-radius:3px; background-color:transparent; border-color:#483A2E; color:#483A2E; }
.produtos .titulo .selectTitulo { font-weight:600; color:#333; }


.produtos .lista { float:right; width:80%; }
.produtos .lista .produto { float:left; width:47.5%; margin:0 5% 5% 0; background:#fff; border-radius:7px; border:1px solid; border-color:transparent; overflow:hidden; }
.produtos .lista .produto:hover { cursor:pointer; border-color:#f0eee8; }
.produtos .lista .produto:nth-child(2n + 0) { margin-right:0; }
.produtos .lista .produto:nth-child(2n + 1) { clear:both; }

.produtos .lista .produto .img { float:left; width:45%; height:275px; border-radius:7px 0 0 7px; background-position:center; background-size:cover; }
.produtos .lista .produto:hover .img { transform:scale(1.1); }

.produtos .lista .produto .dados { float:right; width:55%; padding:20px; }
.produtos .lista .produto .dados h1 { float:none; color:#5D432E; font-size:30px; line-height:1.2; letter-spacing:-2px; margin-bottom:5px; font-weight:600; text-align:left; }
.produtos .lista .produto .dados h2 { font-size:16px; line-height:1.2; letter-spacing:-1px; margin-bottom:3px; font-weight:600; }
.produtos .lista .produto .dados h2 a { color:#5D432E; text-decoration:none; }
.produtos .lista .produto .dados a { font-size:17px; color:#ff8200; }
.produtos .lista .produto .dados a i { margin-right:5px; }
.produtos .lista .produto .dados .chamada { line-height:1.3; color:#999; letter-spacing:-.4px; margin-bottom:10px; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical; overflow:hidden; }
.produtos .lista .produto .dados .valor { font-weight:600; font-size:18px; color:#7ADF72; letter-spacing:-1px; }
.produtos .lista .produto .dados .cod { font-size:12px; color:#ccc; margin-bottom:10px; }
.produtos .lista .produto .dados .cat { font-size:14px; color:#999; font-weight:600; letter-spacing:-.8px; text-transform:uppercase; margin-bottom:10px; }

.produtos .lista .produto .dados .bloco-botao { float:left; width:100%; margin-top:15px; }
.produtos .lista .produto .dados .bloco-botao .botao { float:left; font-size:14px; width:65%; height:45px; line-height:45px; color:#fff; font-weight:600; text-align:center; background:#39B54A; border-radius:3px; cursor:pointer; }
.produtos .lista .produto .dados .bloco-botao .botao.mais-info { clear:both; width:auto; color:#999; background:#fff; font-weight:400; margin-top:20px; }
.produtos .lista .produto .dados .bloco-botao .botao.mais-info i { font-size:18px; vertical-align:-2px; color:#ccc; }

.produtos .lista .produto .dados .bloco-botao .botao i { font-size:22px; margin-right:5px; vertical-align:-3px; }
.produtos .lista .produto .dados .bloco-botao .botao:hover { opacity:.7; text-decoration:none; }


.produtos .lista .produto .dados .compartilhar { float:left; width:100%; margin-bottom:30px; }
.produtos .lista .produto .dados .compartilhar i.fa-share-alt { font-size:24px; color:#d7d7d7; vertical-align:-3px; border-right:1px #eee solid; padding:5px 15px 5px 0;  }
.produtos .lista .produto .dados .compartilhar a { font-size:14px; color:#999; margin-left:10px; transition:none; }
.produtos .lista .produto .dados .compartilhar a i { font-size:18px; vertical-align:-1px; margin-right:5px; }
.produtos .lista .produto .dados .compartilhar a:hover { color:#0dc144;  }
.produtos .lista .produto .dados .compartilhar a.facebook:hover { color:#4267b2; }


.produtos .lista.detalhes { float:left; width:100%; }
.produtos .lista.detalhes .produto { width:100%; margin-right:0; }
.produtos .lista.detalhes .produto:hover { cursor:auto; border-color:transparent; }

.produtos .lista.detalhes .produto .img { width:35%; height:550px; }
.produtos .lista.detalhes .produto:hover .img { transform:none; }

.produtos .lista.detalhes .produto .dados { width:65%; padding:30px; }
.produtos .lista.detalhes .produto .dados .chamada { display:block; }
.produtos .lista.detalhes .produto .dados .valor { font-size:26px; letter-spacing:-1px; margin-top:30px; }

.produtos .lista.detalhes .produto .mais-informacao { float:left; width:80%; padding:30px; }
.produtos .lista.detalhes .produto .mais-informacao h3 { font-size:22px; letter-spacing:-1px; margin-bottom:20px; }
.produtos .lista.detalhes .produto .mais-informacao p { line-height:1.6; margin-bottom:20px; letter-spacing:-.6px; }
.produtos .lista.detalhes .produto .mais-informacao blockquote p { line-height:1.6; border-left:5px #DDDDDD solid; padding:10px 0 10px 20px; margin-left:25px; }
.produtos .lista.detalhes .produto .mais-informacao ul { line-height:1.6; color:#000; margin-left:40px; }
.produtos .lista.detalhes .produto .mais-informacao ul li { list-style-type:disc; margin-bottom:10px; }

.produtos .lista.detalhes h4 { font-size:30px; letter-spacing:-2px; margin-bottom:40px; line-height:1.1; }

.produtos .lista.detalhes .aproveite { float:left; width:100%; margin-bottom:5%; }
.produtos .lista.detalhes .aproveite .item { float:left; width:15%; margin:0 2% 2% 0; background:#fff; border-radius:3px; cursor:pointer; overflow:hidden; }
.produtos .lista.detalhes .aproveite .item:nth-child(6n + 0) { margin-right:0; }
.produtos .lista.detalhes .aproveite .item:nth-child(6n + 1) { clear:both; }

.produtos .lista.detalhes .aproveite .item .img { float:left; width:100%; height:150px; opacity:.7; background-position:center; background-size:cover; }
.produtos .lista.detalhes .aproveite .item:hover .img { opacity:1; }
.produtos .lista.detalhes .aproveite .item .dados { float:left; width:100%; padding:20px; }
.produtos .lista.detalhes .aproveite .item .dados h3 { font-size:15px; line-height:1.2; letter-spacing:-.8px; margin-bottom:3px; font-weight:600; }
.produtos .lista.detalhes .aproveite .item .dados h3 a { color:#5D432E; text-decoration:none; }
.produtos .lista.detalhes .aproveite .item .valor { font-weight:600; font-size:16px; color:#444; letter-spacing:-.8px; margin-top:15px; }
.produtos .lista.detalhes .aproveite .item .cat { font-size:13px; color:#999; font-weight:600; letter-spacing:-.8px; text-transform:uppercase; margin-bottom:3px; }



/* BLOG */
.blog { float:left; width:100%; margin:60px 0; }
.blog .titulo { float:left; width:100%; margin-bottom:20px; }
.blog .titulo h3, h1 { float:left; font-size:30px; font-weight:100; color:#666; letter-spacing:-1.5px; }
.blog .titulo select { float:right; width:280px; border-radius:3px; background-color:transparent; border-color:#666; color:#666; }

.blog .bloco { position:relative; float:left; color:#888888; width:31.33333333%; margin:0 3% 3% 0; padding:15px; background:#FFFFFF; border-radius:7px; -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1); -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.1); box-shadow: 2px 2px 2px rgba(0,0,0,0.1); }
.blog .bloco:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); cursor:pointer; }
.blog .bloco:nth-child(3n + 1) { margin-right:0; }
.blog .bloco.quebra { clear: both; }

.blog .bloco .chapeu { color:#555555; font-size:18px; text-transform:lowercase; }
.blog .bloco h2 { font-size:20px; font-weight:600; letter-spacing:-1.5px; line-height:1.2; margin:5px 0; }
.blog .bloco h2 a { color:#00aa53; text-decoration:none; }
.blog .bloco .img { float:left; width:calc(100% + 30px); margin:15px 0 15px -15px; }
.blog .bloco .chamada { font-size:16px; }
.blog .bloco .data { font-size:13px; }

.blog a.veja-mais { float:left; width:50%; font-size:18px; font-weight:600; border:1px #00aa53 solid; text-align:center; padding:8px 0; border-radius:3px; color:#00aa53; margin:30px 25%; }
.blog a.veja-mais:hover { color:#fff; background:#00aa53; text-decoration:none; }


.blog h1.materia { float:none; width:100%; color:#00aa53; font-size:40px; font-weight:bold; text-align:center; letter-spacing:-3px; line-height: 1.1; }
.blog h2.detalhe { color:#666; text-align:center; letter-spacing:-1px; }
.blog .materia { width:640px; margin:0 auto; }
.blog .materia img { margin:25px 0; }
.blog .materia p { font-size:18px; line-height:1.8; color:#000; margin-bottom:25px; }
.blog .materia blockquote p { font-size:16px; line-height:1.6; border-left:5px #DDDDDD solid; padding:10px 0 10px 20px; margin-left:30px; }
.blog .materia ul { font-size:18px; line-height:1.6; color:#000; margin-left:50px; }
.blog .materia ul li { list-style-type:disc; margin-bottom:10px; }
.blog .materia .compartilhar { float:left; width:100%; margin-top:30px; }
.blog .materia .compartilhar .fb-share-button { float:left; }
.blog .materia .compartilhar .whats { float:left; background:#49bf5f; padding:4px 10px; color:#FFFFFF; border-radius:3px; margin-left:20px; }
.blog .materia .compartilhar .whats i { float:left; margin:3px 5px 0 0; }
.blog .materia .compartilhar iframe { margin-left:20px; }


/* FALE CONOSCO */
.fale-conosco { float:left; width:100%; margin:30px 0; }
.fale-conosco .detalhes { float:left; width:48%;  }
.fale-conosco .detalhes.right { float:right; border:10px #fff solid; }
.fale-conosco .titulo { float:left; width:100%; margin-bottom:20px; }
.fale-conosco .titulo h1 { float:left; font-size:30px; font-weight:100; color:#666; letter-spacing:-1.5px; }

/* PÁGINA CONCLUÍDO */
.concluido-topo { float:left; width:100%; padding:40px; color:#fff; text-align:center; font-size:60px; font-weight:300; background:#00aa53; }
.concluido-topo .logo { display:inline-block; font-size:0; }
.concluido-meio { float:left; width:100%; padding:40px; text-align:center; font-size:36px; font-weight:300; }
.concluido-meio a.link { margin-top:20px; display:inline-block; }

/* CARRINHO */
.topo-carrinho { float:left; width:100%; padding:10px 0; border-bottom:1px solid #ccc; background:#fff; }
.topo-carrinho .logo { float:left; width:251px; margin-top:5px; font-size:0; }
.topo-carrinho .selo-seguranca { float:right; font-size:18px; font-weight:600; text-align:right; margin-top:20px; letter-spacing:-1px; }
.topo-carrinho .selo-seguranca .seguranca {font-size:14px; color:#808080; font-weight:normal; }


.item-carrinho { float:left; width:100%; padding-bottom:20px; margin-bottom:20px; border-bottom:1px dashed #ccc; }
.item-carrinho .imagem { float:left; width:80px; margin-right:20px; font-size:0; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3); }
.item-carrinho .detalhes { float:left; width:28%; }
.item-carrinho .detalhes .titulo-principal { font-weight:600; margin-bottom:5px; }
.item-carrinho .detalhes .titulo-secundario { font-size:13px; color:#808080; }
.item-carrinho .detalhes .titulo-secundario a { color:#B3B3B3; }
.item-carrinho .bloco-valores { float:left; width:47%; }
.item-carrinho .bloco-valores .preco, .item-carrinho .bloco-valores .total { float:left; width:calc(50% - 60px); height:30px; line-height:30px; text-align:center; }
.item-carrinho .bloco-valores .quantidade { position:relative; float:left; height:30px; }
.item-carrinho .bloco-valores .quantidade .botoes { float:left; width:30px; height:30px; line-height:30px; text-align:center; border:1px solid #ccc; font-size:18px; color:#4d4d4d; }
.item-carrinho .bloco-valores .quantidade .botoes:hover { text-decoration:none; color:#F14924; }
.item-carrinho .bloco-valores .quantidade .caixa-qtd { float:left; width:50px; height:30px; text-align:center; margin:0 5px; border:1px solid #ccc; background:#fff; }

.item-carrinho .bloco-valores .quantidade .limite-cupons { position:absolute; left:0; top:33px; font-size:12px; color:#CF1F26; }

.item-carrinho .botao-remover { float:right; display:inline-block; width:20px; height:20px; line-height:20px; color:#F14924; text-align:center; font-weight:500; margin-top:5px; border:1px solid #F14924; border-radius:50%; }
.item-carrinho .botao-remover:hover { text-decoration:none; background:#F14924; color:#fff; }


.bloco-resumo { float:left; width:100%; }

.fechamento-carrinho { float:left; width:100%; margin:20px 0; }
.fechamento-carrinho p { text-align:right; color:#808080; clear:both; }
.fechamento-carrinho p.total { margin:10px 0 0 0; font-size:18px; text-transform: uppercase; }
.fechamento-carrinho p.total span { font-weight:500; display:inline-block; margin-left:5px; }
.fechamento-carrinho p.sair { margin-top:8px; }
.fechamento-carrinho .caixaDados { float:right; width:50%; }
.fechamento-carrinho .caixaDados .caixaId { float:left; width:49%; padding:8px 10px; border:1px #ccc solid; font-size:14px; margin:10px 0 5px 1%; }

.carrinho-vazio { float:left; width:100%; padding-bottom:20px; margin-bottom:20px; border-bottom:1px dashed #ccc; }
.carrinho-vazio .vazio { float:left; font-size:22px; font-weight:600; margin-top:20px; letter-spacing:-1px; }
.carrinho-vazio .vazio .info {font-size:14px; color:#808080; font-weight:normal; letter-spacing:normal; }

.carrinho-finalizado { float:left; width:100%; margin:20px; text-align:center; font-size:45px; font-weight:100; letter-spacing:-1px;  }
.carrinho-finalizado strong { font-weight:600; text-transform:uppercase; }
.carrinho-finalizado .frase {  font-size:30px; margin-bottom:20px; }
.carrinho-finalizado .orcar-mais { padding:15px 20px; font-size:16px; border:1px solid #ccc; color:#4d4d4d; font-weight:normal; letter-spacing:normal; }
.carrinho-finalizado .orcar-mais:hover { border-color:#000; text-decoration:none; }

.total-carrinho { float:left; width:100%; text-align:right; font-size:18px; }
.total-carrinho span { font-weight:500; display:inline-block; margin-left:5px; }





/* MEIO DISK ENTREGA */
.home-entrega { float:left; width:100%; padding:20px; background:#fff; }
.home-entrega .bloco { float:left; border-right:1px #ccc solid; margin:30px 0 30px 150px; padding:15px 70px 15px 0; }
.home-entrega .bloco.right { border-right:none; padding:17px 0 13px 70px; margin-left:0; }
.home-entrega .bloco h3 { font-size:35px; font-weight:300; letter-spacing:-2px; color:#7ADF72; margin-top:-10px; }
.home-entrega .bloco .cidade { font-size:16px; letter-spacing:-1px; color:#B8B8B8; line-height:1.1; }
.home-entrega .bloco .txt { font-size:22px; font-weight:300; letter-spacing:-1px; color:#888888; line-height:1.1; margin-top:7px;  }
.home-entrega .bloco .txt strong { font-weight:600; }
.home-entrega .bloco hr { background-color:#7ADF72; margin-top:15px; width:50%; }
.home-entrega .bloco strong.whats { color:#7ADF72; font-weight:600; }





/* SERVIÇOS */
.servicos { float:left; width:100%; margin:30px 0;  }
.servicos .bloco { float:left; width:46%; letter-spacing:-1.3px; }
.servicos .bloco.direita { float:right; }
.servicos .bloco h3 { font-size:30px; font-weight:600; border-bottom:1px #ccc solid; margin-bottom:25px; color:#666; padding-bottom:10px; }
.servicos .bloco h3.center { text-align:center; border:0; }
.servicos .bloco .dados { position:relative; float:left; width:100%; border-bottom:1px #e5e5e5 solid; margin-bottom:25px; padding-bottom:25px; }
.servicos .bloco .dados:hover { opacity:0.8; cursor:pointer; }
.servicos .bloco .dados:hover .chamada { text-decoration: underline; }
.servicos .bloco .dados img { float:left; width:55px; margin-right:15px; }
.servicos .bloco .dados .titulo { float:left; width:calc(100% - 100px); }
.servicos .bloco .dados .titulo h2 { font-size:20px; font-weight:600; }
.servicos .bloco .dados .titulo h2 a { color:#666; text-decoration:none; }
.servicos .bloco .dados .titulo .chamada { color:#888888; letter-spacing:normal; }
.servicos .bloco .dados i.seta { position:absolute; top:50%; right:10px; margin-top:-25px; font-size:26px; color:#888888; }

.servicos h1 { font-size:50px; font-weight:bold; text-align:center; letter-spacing:-3px; line-height: 1.1; }
.servicos h2.detalhe { color:#666; text-align:center; letter-spacing:-1px; }
.servicos .tipo-servico { width:200px; padding:5px 0; text-align:center; color:#666; margin:-15px auto 50px auto; background:#ECECEC; border-radius:3px; }
.servicos .materia { width:640px; margin:0 auto; }
.servicos .materia img { float:right; width:300px; border-radius:50%; border:12px #f2f2f2 solid; margin:0 0 10px 15px; }
.servicos .materia p { font-size:18px; line-height:1.8; color:#000; margin-bottom:25px; }
.servicos .materia p.saiba-mais { color:#666; text-align:center; letter-spacing:-1px; line-height:normal; }







/* QUEM SOMOS */
.quem-somos { float:left; width:100%; height:300px; background:url("imagens/vinhetas/fachada-home.jpg") center no-repeat; }
.quem-somos.home { background-image:none; height:auto; }
.quem-somos .bloco-img { float:left; width:50%; height:380px; border-right:2px #CCCCCC solid; background:url("imagens/vinhetas/fachada-home1.jpg") center no-repeat; background-size:cover; }
.quem-somos .bloco-video { float:right; width:50%; height:380px; border-left:2px #CCCCCC solid; }
.quem-somos .bloco-video iframe { height:380px; }


.sobre-nos { float:left; width:100%; padding:60px 0;; }
.sobre-nos h1 { float:left; font-size:30px; font-weight:100;  color:#666; letter-spacing:-1.5px; }
.sobre-nos p { clear:both; width:70%; font-size:18px; line-height:1.5; margin-bottom:20px; }




/* CLIENTES */
.clientes { float:left; width:100%; margin:30px 0;  }
.clientes h1 { font-size:30px; font-weight:600; margin-bottom:20px; color:#666; letter-spacing:-1.3px; }
.clientes .cliente { float:left; width:16.66%; background:#fff; border:1px solid #e6e6e6; }
.clientes .cliente:hover { background:#f2f2f2; }
.clientes .cliente img { -webkit-filter: grayscale(1); filter: grayscale(1); }
.clientes .cliente img:hover { -webkit-filter: grayscale(0); filter: grayscale(0); }


/* DOCUMENTOS */
.documentos { float:left; width:100%; margin:30px 0;  }
.documentos .bloco { float:left; width:46%; }
.documentos .bloco.direita { float:right; }
.documentos .bloco h3 { font-size:30px; font-weight:600; margin-bottom:20px; color:#666; letter-spacing:-1.3px; }
.documentos .bloco h3 strong { font-weight:100; }
.documentos .bloco .dados { position:relative; float:left; width:100%; border-bottom:1px #e5e5e5 solid; margin-bottom:25px; padding-bottom:25px; }
.documentos .bloco .dados i.pdf { float:left; color:#ff2e34; font-size:25px; margin:6px 8px 0 0; }
.documentos .bloco .dados .titulo { float:left; width:calc(100% - 60px); }
.documentos .bloco .dados .titulo h2 { font-size:18px; color:#666; }
.documentos .bloco .dados .titulo .chamada { color:#ACACAC; letter-spacing:normal; }
.documentos .bloco .dados .titulo .link { float:left; margin-top:10px; }




/* RODAPÉ */
#rodape { float:left; width:100%; padding:40px 0; line-height:20px; text-align:center; background: url("imagens/vinhetas/bg-rodape.jpg") }
#rodape p { color:#fff; margin-bottom:30px; opacity:.6; }
#rodape p strong { font-weight:600; }
#rodape p.direitos a { color:#fff; opacity:.6; }

#rodape .menu-rodape {  display:inline-block; text-align:center; opacity:1; }
#rodape .menu-rodape a { color:#FFFBD6; margin-right:10px; opacity:.6; }
#rodape .menu-rodape a:hover { opacity:1; }
#rodape .menu-rodape a i { font-size:18px; margin-right:8px; vertical-align:-2px; }
#rodape .menu-rodape a:last-child { margin-right:0; }





/* CAIXA MODAL LOGIN */
.bloco-modal { position:fixed; top:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,.8); display:none; z-index:999; }
.bloco-modal .modal { position:absolute; top:50%; left:50%; width:400px; height:500px; margin-top:-250px; margin-left:-200px; background:#fff; -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.4); -moz-box-shadow: 0px 5px 15px rgba(0,0,0,.4); box-shadow: 0px 5px 15px rgba(0,0,0,.4); }

.bloco-modal .modal .topo-logo { width:100%; margin-right:20px; background:#f2f2f2 }
.bloco-modal .modal .topo-logo .logo {  width:220px; height:58px; margin:20px; }
.bloco-modal .modal .topo-logo a i { float:right; margin:30px 30px 0 0; font-size:40px; color:#D83540; }
.bloco-modal .modal .topo-logo a:hover i { color:#666; }

.bloco-modal .modal .form { width:100%; padding:25px; }
.bloco-modal .modal .form .acesse { font-size:30px; text-align:center; font-weight:300; margin-bottom:20px; color:#666; letter-spacing:-1.5px; }
.bloco-modal .modal .form .caixaLogin { float:left; width:100%; height:55px; line-height:55px; padding:0 15px; border:1px #e5e5e5 solid; font-size:14px; margin-bottom:10px; }
.bloco-modal .modal .form .botaoLogin { float:left; width:100%; height:45px; line-height:45px; border:1px #e5e5e5 solid; font-size:13px; font-weight:600; color:#fff; border-radius:3px; letter-spacing:-1px; background:#ff2e34; cursor:pointer; }
.bloco-modal .modal .form .botaoLogin:hover { opacity:0.8; }

.bloco-modal .modal .infoErro { float:left; width:100%; padding:25px; color:#ff2e34; }


.bloco-modal .modal .acoes { float:left; width:100%; margin-top:40px; }

.modal-active .bloco-modal { 
	display:block;
}






/* AUTOCOMPLETE BUSCA */
.busca-topo .autocomplete { top:51px; }
.autocomplete { position:absolute; top:71px; left:0; width:100%; text-align:left; background:#fff; z-index:9; display:none;}
.autocomplete a { position:relative; float:left; width:100%; padding:20px; border-bottom:1px solid #ccc; }
.autocomplete a:hover { background:#f2f2f2; }
.autocomplete .icone { display:block; float:left; width:50px; height:50px; line-height:50px; margin-right:10px; text-align:center; color:#999; font-size:20px; background:#ececec; }
.autocomplete .info { float:left; font-size:13px; margin-top:-2px; }
.autocomplete .info p { margin-bottom:-1px; }
.autocomplete .info .nome { font-size:14px; font-weight:600; color:#006fe9; overflow:hidden; white-space:nowrap; }
.autocomplete .info .categoria { color:#009245; }
.autocomplete .info .cidade { color:#808080; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }
.autocomplete a .seta { position:absolute; top:50%; right:20px; margin-top:-13px; font-size:26px; color:#000; opacity:.2; }

.bloco-autocomplete { position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.5); opacity:0; pointer-events:none; z-index:7; }
.bloco-autocomplete.ativo { opacity:1; pointer-events:auto; }


/* HOME */
h4.titulo-duplo { float:left; width:100%; text-align:center; color:#00B5A3; font-size:34px; line-height:30px; margin-bottom:60px; }
h4.titulo-duplo  span { font-size:18px; color:#808080; }

.home-destaques { float:left; width:100%; padding:60px; }
.home-destaques .bloco-empresas { float:left; width:100%; margin-bottom:40px; }
.home-destaques .empresa { position:relative; float:left; width:23.5%; padding:15px; margin:0 2% 2% 0; cursor:pointer; background:#fff; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3); }
.home-destaques .empresa:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.home-destaques .empresa:nth-child(4n + 0) { margin-right:0; }
.home-destaques .empresa .logo { float:left; width:31%; max-width:100px; font-size:0; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3); }
.home-destaques .empresa .info { float:right; width:64%; }
.home-destaques .empresa .info h2 { font-size:16px; font-weight:600; color:#006FE9; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }
.home-destaques .empresa .info .categoria { font-size:13px; margin:-2px 0 2px 0; overflow:hidden; white-space:nowrap; }
.home-destaques .empresa .info .categoria a { color:#009245; }
.home-destaques .empresa .info .endereco { color:#808080; font-size:13px; overflow:hidden; white-space:nowrap; }
.home-destaques .empresa .info .fone { color:#000; font-weight:600; }
.home-destaques .empresa i { position:absolute; top:50%; right:10px; margin-top:-13px; font-size:26px; color:#000; opacity:.2; display:none; }

.banner-propaganda { float:left; width:100%; text-align:center; font-size:0; margin-top:60px; }
.banner-propaganda img { margin:0; padding:0; }
.banner-propaganda img:hover { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.banner-propaganda a { width:30.66666666%; margin-right:4%; display:inline-block; overflow:hidden; }
.banner-propaganda a:nth-child(3n + 0) { margin-right:0; }

.chamada-cadastro { float:left; width:100%; height:480px; padding:60px 0; background:url(imagens/banners/banner-cadastro.jpg) no-repeat left; background-size:cover; }
.chamada-cadastro.chamada-comer { background-image:url(imagens/banners/banner-comer.jpg); }
.chamada-cadastro .info { float:right; width:50%; font-size:18px; }
.chamada-cadastro h4 { font-size:34px; font-weight:600; margin-bottom:20px; }
a.botao-chamada { padding:20px 40px; color:#fff; text-align:center; font-size:16px; font-weight:600; margin-top:60px; display:inline-block; background:#00b5a3; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3); }
a.botao-chamada.vermelho { background:#D83540; }
a.botao-chamada:hover { text-decoration:none; background:#f7931e; }

.chamada-tags { float:left; width:100%; padding:60px 0; text-align:center; }
.chamada-tags a.tag { display:inline-block; font-size:16px; font-style:italic; color:#808080; margin:0 20px 20px 0; padding:5px 15px; border-left:5px solid #00B5A3; background:#fff; text-transform:lowercase; }
.chamada-tags a.tag:hover { border-color:#F7931E; color:#333; text-decoration:none; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); transform: scale(1.5);}



.lado-empresa { float:left; width:75%; }
.lado-empresa .bloco-titulo { float:left; width:100%; margin-bottom:30px; font-size:24px; font-weight:300; color:#4d4d4d; }
.lado-empresa .bloco-titulo span { font-weight:600; color:#00b5a3; }
.lado-empresa .bloco-titulo div { float:left; }
.lado-empresa .bloco-titulo h1 { float:left; font-size:24px; color:#4d4d4d; font-weight:300; }

.lado-empresa .banner-anuncio { float:left; width:100%; margin-bottom:30px; text-align:center; }
.lado-empresa .banner-anuncio a { display:inline-block; font-size:0; }

.lista-empresas { float:left; width:100%; }
.lista-empresas .empresa { position:relative; float:left; width:100%; padding:20px; margin-bottom:30px; cursor:pointer; background:#fff; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3); }
.lista-empresas .empresa:hover { -webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }
.lista-empresas .empresa:hover i.seta { opacity:1; color:#00b5a3; }
.lista-empresas .empresa .logo { float:left; width:13.25%; margin-right:2.3%; font-size:0; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3); }
.lista-empresas .empresa .info { float:left; width:95%; }
.lista-empresas .empresa .info h2 { font-size:16px; font-weight:600; color:#006FE9; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }
.lista-empresas .empresa .info .categoria { font-size:13px; margin:-2px 0 2px 0; overflow:hidden; white-space:nowrap; }
.lista-empresas .empresa .info .categoria a { color:#009245; }
.lista-empresas .empresa .info .endereco { color:#808080; font-size:13px; overflow:hidden; white-space:nowrap; }
.lista-empresas .empresa .info .endereco a { color:#808080; }
.lista-empresas .empresa .info .endereco a:hover { color:#006FE9; }
.lista-empresas .empresa .info .fone { color:#000; font-weight:600; margin-top:5px; }
.lista-empresas .empresa .info .fone span { display:inline-block; margin-right:10px; }
.lista-empresas .empresa .info .fone a { color:#000; }
.lista-empresas .empresa .info .horario { color:#009245; margin-top:5px; overflow:hidden; white-space:nowrap; font-weight:600; }
.lista-empresas .empresa .info .horario.fechado { color:#c1272d; }
.lista-empresas .empresa .info .horario.abrira { color:#f7931e; }
.lista-empresas .empresa i.seta { position:absolute; top:50%; right:20px; margin-top:-13px; font-size:26px; color:#000; opacity:.2; }
.lista-empresas .empresa:last-child { margin-bottom:0; }
.lista-empresas .botao-ligar { display:none; position:absolute; bottom:-20px; width:40px; height:40px; line-height:40px; margin-left:-20px; left:50%; font-size:20px; text-align:center; color:#fff; background:#4bd964; z-index:5; }

.lista-empresas .propaganda { float:left; width:100%; margin-bottom:30px; text-align:center; }
.lista-empresas .propaganda a { display:inline-block; font-size:0; }

.lista-empresas .empresa.anuncio { background:#fffda9; }
.lista-empresas .empresa.anuncio .info { float:left; width:84.45%; }

.lado-categoria { float:right; width:20.83333333333333%; }
.lado-categoria h3 { float:left; width:100%; margin-bottom:30px; font-size:24px; font-weight:300; }
.lado-categoria ul { float:left; width:100%; margin-bottom: 60px; font-size:14px; }
.lado-categoria ul li { float:left; width:100%; line-height:22px; overflow:hidden; white-space:nowrap; }
.lado-categoria ul li a { color:#00b5a3; }
.lado-categoria .mascote { float:left; width:180px; }




.botao-ligar-empresa { display:none; float:left; width:100%; height:50px; line-height:50px; font-size:18px; font-weight:600; text-align:center; color:#fff; background:#4bd964; }
.botao-ligar-empresa span { display:inline-block; width:30px; height:30px; line-height:30px; margin-right:10px; text-align:center; border:1px solid; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; }
.botao-ligar-empresa:hover { text-decoration:none; }

.botao-ligar2 { position:fixed; bottom:-80px; width:60px; height:60px; line-height:60px; margin-left:-30px; left:50%; font-size:26px; text-align:center; color:#fff; border:2px solid #fff; background:#4bd964; z-index:5; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); }


.blocos-empresa { float:left; width:100%; }
.blocos { float:left; width:48.75%; padding:30px; color:#666; margin:0 2.5% 2.5% 0; background:#fff; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3); }
.blocos:nth-child(2n + 0) { margin-right:0; float:right; }
.blocos:last-child { margin-bottom:0; }
.blocos h3, .blocos h4 { color:#4d4d4d; font-size:24px; margin-bottom:20px; }
.blocos h3 a, .blocos h4 a { color:#00B5A3; }
.blocos h5 { color:#00b5a3; font-size:16px; margin-bottom:20px; }
.blocos .categorias { display:inline-block; width:100%; margin-bottom:15px; color:#009245; }
.blocos .categorias a { color:#009245; }
.blocos .texto-sobre { float:left; width:100%; }
.blocos .texto-sobre p { margin-bottom:10px; }
.blocos .texto-sobre p:last-child { margin-bottom:0; }

.blocos.banner { padding:0; font-size:0; }

.blocos .lista-contato { float:left; width:100%; color:#000; }
.blocos .lista-contato li { float:left; width:100%; margin-bottom:10px; }
.blocos .lista-contato li span { display:inline-block; margin-right:10px; }
.blocos .lista-contato li i { font-size:20px; color:#999; margin-right:10px; vertical-align:-3px; }
.blocos .lista-contato li.destaque, .blocos .lista-contato li.fone { font-weight:600; }
.blocos .lista-contato li.horario { color:#009245; font-weight:600; }
.blocos .lista-contato li.horario.fechado { color:#c1272d; }
.blocos .lista-contato li.horario.abrira { color:#f7931e; }
.blocos .lista-contato li:last-child { margin-bottom:0; }

.blocos .botao-what { display:inline-block; padding:15px 30px; margin-top:20px; font-size:16px; color:#fff; text-align:center; font-weight:600; background:#0dc144; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
.blocos .botao-what:hover { text-decoration:none; }
.blocos .botao-what i { font-size:25px; margin-right:10px; vertical-align:-4px; }
.blocos .link { display:inline-block; margin-top:30px; font-size:16px; }

.blocos .full { float:left; width: calc(100% + 60px); margin:0 -30px 0 -30px; }

.blocos .pagina-anuncio { max-height:500px; min-height:200px; overflow:auto; }
.blocos .pagina-anuncio .coluna { float:left; width:100%; font-size:0; }
.blocos .pagina-anuncio .coluna.respiracao { padding:20px 30px; }
.blocos .pagina-anuncio .coluna.borda-superior { border-top:1px solid #ccc; }
.blocos .pagina-anuncio .coluna.borda-inferior { border-bottom:1px solid #ccc; }
.blocos .pagina-anuncio .coluna.centralizado { text-align:center; }
.blocos .pagina-anuncio .coluna.col2 { width:50%; }
.blocos .pagina-anuncio .coluna.col2.grid { border-top:1px solid #ccc; border-right:1px solid #ccc; }
.blocos .pagina-anuncio h5 { color:#333; font-size:18px; font-weight:600; margin-bottom:10px; }
.blocos .pagina-anuncio h6 { color:#333; font-size:16px; margin-bottom:5px; }
.blocos .pagina-anuncio p { font-size:14px; margin-bottom:10px; }
.blocos .pagina-anuncio p:last-child { margin-bottom:0; }

.blocos .foto { float:left; overflow:hidden; opacity:.75; font-size:0; }
.blocos .foto:hover { opacity:1; }
.blocos .foto img { max-width:none; max-height:100%; min-width:100%; }
.blocos .foto.n1 { width:61.53846153846154%; height:270px; }
.blocos .foto.n2 { width:18.8034188034188%; height:134px; margin-left:0.43%; }
.blocos .foto.n3 { width:38.036%; height:134px; margin:0.40% 0 0 0.43%; }

.blocos .local-endereco { float:left; width:100%; margin-bottom:30px; }
.blocos .marcadores { float:left; width:100%; text-transform:lowercase; }
.blocos .marcadores li { float:left; width:100%; margin-bottom:3px; }
.blocos .marcadores li:before { content:"› "; color:#006FE9; }

.blocos .fone-destaque { display:inline-block; margin-bottom:20px; font-size:16px; }
.blocos .fone-destaque a { margin-right:10px; }

.blocos .empresa-dados { position:relative; float:left; width:100%; margin-bottom:30px; }
.botao-ligar3 { display:none; position:absolute; bottom:-65px; width:60px; height:60px; line-height:60px; margin-left:-30px; left:50%; font-size:26px; text-align:center; color:#fff; border:2px solid #fff; background:#4bd964; z-index:5; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); }


.blocos h1 { font-size:24px; color:#006FE9; margin-bottom:0; }
.blocos .empresa-endereco { float:left; width:100%; margin-bottom:10px; }
.blocos .empresa-fone { display:inline-block; width:100%; font-size:16px; font-weight:600; color:#000; }
.blocos .empresa-fone span { margin-right:10px; }

.outras-opcoes { float:left; width:100%; }
.outras-opcoes .opcoes { position:relative; float:left; width:100%; padding:20px 0; border-top:1px dashed #ccc; }
.outras-opcoes .opcoes .logo { float:left; width:100px; margin-right:15px; font-size:0; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3); }
.outras-opcoes .opcoes .info { float:left; width:100%; }
.outras-opcoes .opcoes.anuncio .info { width:calc(100% - 115px); }
.outras-opcoes .opcoes .info .titulo-anuncio { max-width:80%; position:relative; display:inline-block; }
.outras-opcoes .opcoes .info .selo-anuncio { position:absolute; top:0; right:-55px; color:#fff; font-size:11px; padding:3px; background:#EEB704; border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;}
.outras-opcoes .opcoes .info h2 { font-size:16px; font-weight:600; color:#006FE9; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }
.outras-opcoes .opcoes .info .end { color:#808080; font-size:13px; overflow:hidden; white-space:nowrap; }
.outras-opcoes .opcoes .info .fone { display:inline-block; width:100%; height:20px; overflow:hidden; color:#000; font-weight:600; margin-top:5px; }
.outras-opcoes .opcoes .info .fone span { display:inline-block; margin-right:10px; }
.outras-opcoes .opcoes .info .hor { color:#009245; margin-top:0; overflow:hidden; white-space:nowrap; font-weight:600; }
.outras-opcoes .opcoes .info .hor.fechado { color:#c1272d; }
.outras-opcoes .opcoes .info .hor.abrira { color:#f7931e; }
.outras-opcoes .opcoes:first-child { border:0; margin-top:-20px; }

/* RAMO DE ATIVIDADES */
h1.titulo-geral { float:left; width:100%; font-size:24px; color:#4d4d4d; font-weight:300; margin-bottom:30px; }
.indice-atividades { float:left; width:75%; margin-bottom:30px; font-weight:600; }
.indice-atividades li { float:left; width:4.545454545454545%; height:40px; line-height:40px; text-align:center; border:1px solid #ccc; border-right:0; background:#fff; }
.indice-atividades li:last-child { border-right:1px solid #ccc; }
.indice-atividades li a { display:block; }

.bloco-letra { position:relative; float:left; width:100%; margin-bottom:30px; }
.bloco-letra .atividades { float:left; width:75%; padding:20px 10px 20px 20px; padding-bottom:10px; background:#fff; -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.3); box-shadow: 0px 1px 1px rgba(0,0,0,0.3); }
.bloco-letra .atividades h2 { float:left; width:25%; margin-bottom:10px; padding-right:10px; font-size:14px; color:#006FE9; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }
.bloco-letra .atividades h2:hover { text-decoration:underline; }

.bloco-letra .indice { float:right; width:20.83333333333333%; margin-top:-20px; color:#00b5a3; font-size:72px; font-weight:500; }

/* SESSÃO COMER */
.comer { position:relative; float:left; width:20%; padding-top:15%; overflow:hidden; background:no-repeat center; background-size:cover; }
.comer.primeiro { background-image:url(imagens/vinhetas/comer-prudente.jpg); }
.comer .sessao { position:absolute; top:0; left:0; width:100%; height:100%; padding:10px; color:#fff; text-align:center; background:rgba(0,0,0,.4); }
.comer .sessao:hover { background:rgba(0,0,0,.6); text-decoration:none; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.comer .sessao .logo { display:inline-block; width:124px; height:124px; margin-top:10%; font-size:0; border:2px solid #fff; -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5); box-shadow: 0px 2px 2px rgba(0,0,0,0.5); border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; overflow:hidden; background:#fff; }

.comer .sessao h1 { color:#fff; font-size:48px; font-weight:700; line-height:30px; margin-top:25%; }
.comer .sessao h1 span { font-size:14px; font-weight:600;  }
.comer .sessao h2, .comer .sessao h3 { color:#fff; font-size:34px; line-height:34px; font-weight:600; margin-top:25%; }
.comer .sessao .detalhes { margin-top:10px; text-transform:uppercase; }




.botao-acao-rodape { position:relative; float:left; width:100%; padding:30px 0; color:#000; font-size:14px; text-align:center; background:#ffeb33; display:none; z-index:9; }
.botao-acao-rodape:hover { text-decoration:none; }
.botao-acao-rodape span { font-size:18px; font-weight:600; }


/* FORMULÁRIO */
.form-coluna { float:left; width:100%; padding:0 20px 20px 0; }
.form-coluna.coluna2 { width:50%; }
.form-coluna.coluna3 { width:33.33333333%; }
.form-coluna-buttom { clear:both; float:left; width:100%; }

.caixa { float:left; width:100%; padding:10px; font-size:14px; color:#999; border:1px solid #ccc; }
select { float:left; width:100%; padding:10px; font-size:14px; color:#999; border:1px solid #ccc; background:#fff url(imagens/vinhetas/iconSelect.png) no-repeat; background-position:98% 50%; background-size:16px 10px; }
.caixa:focus { border:1px solid #00a0d8; }
.caixa-erro, .caixa-erro:focus { border:1px solid #ea3d4a; }

.botao-form { display:inline-block; padding:15px 40px; color:#fff; text-align:center; font-size:14px; font-weight:600; border:0; cursor:pointer; background:#ff8200; border-radius:3px; }
.botao-form:hover { opacity:0.8; }


/* WHATS */
.whatsapp { position:fixed; bottom:-1px; right:1%; padding:10px; z-index:10000000; }
.whatsapp .botao-what { padding:10px 20px; font-size:14px; color:#fff; text-align:center;  background:#0dc144; -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0; }
.whatsapp .botao-what:hover { -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3); -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3); box-shadow: 0 0 15px rgba(0,0,0,0.3); text-decoration:none; }
.whatsapp .botao-what i { font-size:22px; margin-right:5px; vertical-align:-3px; color:#fff; }


/* BOTÕES */
.botao-link { display:inline-block; padding:15px 40px; margin-top:20px; color:#fff; text-align:center; font-size:14px; font-weight:600; background:#00b5a3; border-radius:3px; }
.botao-link:hover { background:#f7931e; text-decoration:none; }
.botao-link.tipo2 { background:#f7931e; }
.botao-link.tipo2:hover { background:#00b5a3; }


.botaoPedido { float:left; padding:15px 40px; font-size:18px; font-weight:600; color:#fff; border-radius:3px; letter-spacing:-0.7px; background:#0dc144; margin-top:25px; line-height: 1.1;  }
.botaoPedido i { font-size:30px; margin-right:5px; vertical-align:-3px; color:#fff; }
.botaoPedido:hover { opacity:0.8; text-decoration:none; }


/* DIVERSOS */
.borda-redonda { border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; overflow:hidden; }
.borda5 { border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; }
.sombra-caixa { -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3); box-shadow: 0px 2px 2px rgba(0,0,0,0.3); }
.texto p { margin-bottom:15px; }
.clearBoth { clear:both; }


@media screen and (max-width: 1200px) {
	.meio-conteudo { width:100%; padding:0 20px; }
	.meio-conteudo.carrinho { width:100%; padding:0 20px; }
	
	.home-destaques { padding:60px 20px; }
	
	.comer .sessao .logo { width:110px; height:110px; margin-top:5%; }	
	.comer .sessao h2, .comer .sessao h3 { font-size:30px; line-height:30px; margin-top:20%; }
	

	
	.home-entrega .bloco { padding-right:50px; }
	.home-entrega .bloco.right { padding-left:50px; }
	.home-entrega .bloco h3 { font-size:30px; }
	.home-entrega .bloco .txt { font-size:19px; }
	
	.migalhas li.esconde { max-width:400px; }
	

	
	
}

@media screen and (max-width: 1024px) {
	#header .botao-acao { padding:6px 10px; font-size:17px; margin-top:40px; }
	

	
	#header .menu-topo li a { padding:0 8px; }
	
	.meio-conteudo.blog-detalhe { width:100%; }
	

	
	
	.produtos .bloco-galeria { width:40%; margin-left:0; }
	.produtos .bloco-detalhes { width:55%; margin-left:5%; }


	.home-entrega .bloco { margin-left:100px; }
	

	.blog .bloco .chapeu { font-size:16px; }
	.blog .bloco h2 { font-size:18px; }
	.blog .bloco .chamada { font-size:15px; }
	
	.blog .bloco h3 { font-size:25px; }
	.blog .bloco .dados .titulo h2 { font-size:18px; }
	.blog .bloco .dados .chamada { padding-top:10px; font-size:13px; }
	
	.blog h1.materia { font-size:35px; }
	.blog .materia p { font-size:17px; }
	
	
	
	.servicos h1 { font-size:40px; }
	.servicos .materia p { font-size:17px; }
	
	.servicos .bloco h3 { font-size:25px; }
	.servicos .bloco .dados .titulo h2 { font-size:18px; }
	.servicos .bloco .dados .titulo .chamada { font-size:13px; }
	
	.documentos .bloco h3 { font-size:25px; }
	.documentos .bloco .dados .titulo h2 { font-size:17px; }
	.documentos .bloco .dados .titulo .chamada { font-size:13px; }
	
	#rodape .logo { display:none; }
	#rodape .bloco { width:25%; }
	
	.busca-topo { width:52%; }
	
	.comer { width:25%; padding-top:20%; }
	.comer:nth-child(2) { width:50%; }
	.comer:last-child { width:50%; }
	
	
}

@media screen and (max-width: 900px) {
	#header .botao-acao { display:none; }
	#header .menu { display:none; }	
	.menu-topo .menu { display:none; }


	#header a.logo-topo { width:276px; height:85px; margin:20px 0; }
	
	#header .busca { margin-top:40px; }
	#header .busca .caixaBusca { width:200px; }

	.produtos .titulo h3.menuLink { width:30%; }
	.produtos .titulo select { width:auto; padding-right:30px; }
	
	.menu { width:30%; }
	
	.produtos .lista { width:70%; }
	
	
	.produtos .lista .produto { width:100%; margin:0 0 5% 0; }

	
	.produtos .lista.detalhes .produto .mais-informacao { width:100%; }
	
	
	.migalhas { display:none; }
	.migalhas-fones { display:none; }
	
	

	
	#header .menu-topo { margin-top:30px; }
	#header .menu-topo li a span { display:none; }
	#header .menu-topo li a i { margin:0; }
	
	.quem-somos .bloco-img { height:270px; }
	.quem-somos .bloco-video { height:270px; }
	.quem-somos .bloco-video iframe { height:270px; }

	
	
	.menu-topo .menu li a { padding:0 10px; }
	.menu-topo .busca .caixaBusca { width:150px; }

	.topo-carrinho .logo { width:190px; }
	.topo-carrinho .selo-seguranca { font-size:16px; }
	.topo-carrinho .selo-seguranca .seguranca {font-size:13px; }

	.menu-topo .atendimento { float:left; margin-left:0; width:50%; text-align:center; }
	.menu-topo .atendimento .fone { text-align:center; }

	
	.produtos { margin:40px 0; }
	.produtos .bloco-detalhes h1 { font-size:40px; }
	.produtos .bloco-detalhes .valor { font-size:30px; }
	
	.banner-propaganda { margin-bottom:4%; }

	.home-entrega .bloco { margin-left:50px; }
	
	
	
	.fale-conosco .detalhes { width:100%;  }
	.fale-conosco .titulo h1 { font-size:25px; letter-spacing:-1.2px; }
	.fale-conosco .detalhes.right { margin-top:50px; }

	
	.blog .bloco .dados img { width:100%; }
	.blog .bloco .dados .titulo { width:100%; padding-top:10px; }
	
	.duvidas img { display:none; }
	.duvidas .links { width:100%; }

	
	
	.menu-active .bg-menu { opacity:1; pointer-events:auto; background:rgba(0,0,0,0.5); }
	.menu-active .hamburguer { position:fixed; right:0; margin-right:7%; }
	.menu-active nav { 
		-webkit-transform: translateX(0); 
		-moz-transform: translateX(0); 
		-ms-transform: translateX(0); 
		transform: translateX(0); 
	}

	
	.vitrine .meio-busca { width:100%; }
	
	.home-destaques .bloco-empresas { margin-bottom:20px; }
	.home-destaques .empresa { width:48%; margin:0 4% 4% 0; }
	.home-destaques .empresa:nth-child(2n + 0) { margin-right:0; }
	
	
	
	.lado-categoria { display:none; }
	.lado-empresa { width:100%; }
	.lista-empresas .propaganda { margin-bottom:20px; }
	.lado-empresa .banner-anuncio { margin-bottom:20px; }
	
	.botao-acao-rodape { display:block; }
	
	.busca-topo { display:none; }
	
	
	.indice-atividades { width:100%; }
	.bloco-letra .atividades { width:100%; }
	.bloco-letra .indice { float:none; position:absolute; top:-20px; left:50%; margin-left:-20px; margin-top:0; width:40px; height:40px; line-height:40px; background:#fff; font-size:22px; text-align:center; border:1px solid #ccc; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; overflow:hidden; }
	
	.comer { width:33.33%; padding-top:25%; }
	.comer:nth-child(2), .comer:last-child { width:33.33%; }
	

	
}

@media screen and (max-width: 768px) {
	
	
	
	.menu-topo .busca { display:none; }
	.blog .bloco h3 { font-size:20px; }
	
	.servicos .bloco h3 { font-size:25px; }
	
	.produtos .destaque { width:100%; }
	
	.produtos .titulo h3, h1 { font-size:25px; }


	.produtos .lista.detalhes .aproveite .item { width:32%; }
	.produtos .lista.detalhes .aproveite .item:nth-child(3n + 0) { margin-right:0; }
	.produtos .lista.detalhes .aproveite .item:nth-child(3n + 1) { clear:both; }
	
	
	.sobre-nos p {width:100%; }
	
	.blog .titulo h3, h1 { font-size:25px; }
	.blog .titulo select { width:220px; }

	.cliente { width:33.33%; }

	#rodape .bloco { width:50%; }

	
	.home-entrega .bloco { width:100%; text-align:center; margin:0; padding:30px 0 15px 0; border:none; }
	.home-entrega .bloco.right { width:100%; margin:0; padding:15px 0 30px 0; }
	.home-entrega .bloco hr { display:none;}

	
	.cabecalho { padding:3px 0; }
	.cabecalho h1, h3 { font-size:25px; }
	
	.home-destaques { padding:40px 20px; }
	h4.titulo-duplo { font-size:28px; line-height:24px; margin-bottom:40px; }
	h4.titulo-duplo  span { font-size:16px; }
	
	.chamada-cadastro { height:auto; background:url(imagens/banners/banner-cadastro.jpg) no-repeat top center; }
	.chamada-cadastro .info { width:100%; }
	
	.chamada-tags { padding:40px 0; }
	.chamada-tags a.tag { font-size:14px; margin:0 15px 15px 0; }
	
	
	
	.lado-empresa .bloco-titulo { font-size:18px; }
	.lado-empresa .bloco-titulo div { width:100%; margin-bottom:5px; }
	.lado-empresa .bloco-titulo h1 { width:100%; }	
	.lista-empresas .empresa .logo { width:20%; margin-right:3%; }
	.lista-empresas .empresa.anuncio .info { width:75%; }
	
	.blocos { width:100%; padding:20px; margin:0 0 20px 0; }
	.blocos .full { width: calc(100% + 40px); margin:0 -20px 0 -20px; }
	.blocos .pagina-anuncio { max-height:none; min-height:inherit; }
	.blocos .pagina-anuncio .coluna.respiracao { padding:20px; }
	
	.comer .sessao h1 { font-size:42px; line-height:26px; }
	.comer .sessao h1 span { font-size:13px;  }
	.comer .sessao h2, .comer .sessao h3 { font-size:26px; line-height:26px; }
}

@media screen and (max-width: 640px) {
	
	.hamburguer, #header .icone-painel { display:block; }


	#header a.logo-topo { width:211px; height:65px; margin:20px 30px; }
	
	
	#header .busca { display:none; }
	


	.produtos .lista.detalhes .produto .img { width:100%; border-radius:7px 7px 0 0; }
	.produtos .lista.detalhes .produto .dados { width:100%; }
	
	
	.produtos .lista.detalhes .aproveite .item { width:49%; }
	.produtos .lista.detalhes .aproveite .item:nth-child(3n + 0) { margin-right:2%; }
	.produtos .lista.detalhes .aproveite .item:nth-child(3n + 1) { clear:none; }
	
	.produtos .lista.detalhes .aproveite .item:nth-child(2n + 0) { margin-right:0; }
	.produtos .lista.detalhes .aproveite .item:nth-child(2n + 1) { clear:both; }

	
	
	.menu-topo .menu li a { font-size: 16px; padding:0 7px; }
	
	.produtos .produto { width:49%; }
	
	.banner-propaganda { margin-top:30px; }
	.banner-propaganda a { width:100%; margin-right:0; margin-top:6%; }

	
	.blog { margin:30px 0;  }
	.blog .bloco { width:100%; margin-right:0; margin-bottom:40px; }
	.blog .bloco h3 { font-size:30px; }
	
	.blog .bloco .dados img { width:45%; }
	.blog .bloco .dados .titulo { width:50%; padding-top:5px; }
	.blog .bloco .dados .titulo h2 { font-size:20px; }
	
	.blog .materia { width:100%; }
	
	
	.produtos .titulo h3.menuLink { display:none; }
	.produtos .menu { display:none; }
	.produtos .lista { width:100%; }
	

	
	.botaoPedido { padding:10px 25px; font-size:16px; font-weight:400; margin:15px 0;  }
	.botaoPedido i { font-size:20px; vertical-align:-2px;  }
	
	
	.produtos .titulo h3, h1 { width:100%; text-align:center; margin-bottom:20px; }
	.produtos .titulo select { width:100%; }
	
	
	.blog h1.materia { font-size:30px; }
	.blog h2.detalhe { font-size:18px; letter-spacing:-0.7px; }
	.blog .materia p { line-height:1.6; margin-bottom:20px; }
	
	.servicos h1 { font-size:35px; }
	.servicos .materia { width:100%; }
	.servicos .materia img { float:none; width:70%; margin:0 15%; }
	.servicos .materia p { line-height:1.6; margin-bottom:20px; }
	
	.servicos .bloco { width:100%; }
	.servicos .bloco h3 { font-size:30px; }
	.servicos .bloco .dados .titulo h2 { font-size:20px; }
	
	
	.duvidas h3 { font-size:40px; letter-spacing:-2px; }
	.duvidas h3 span { font-size:22px; letter-spacing:-1.2px; }
	.duvidas .links li { font-size:14px; padding:5px 0; }
	.duvidas .links h1 { font-size:25px; }
	
	.topo-carrinho .selo-seguranca { margin-top:15px; }


	.quem-somos .bloco { width:100%; }
	.quem-somos .bloco p { font-size:17px; line-height:1.3; }
	
	.documentos .bloco { width:100%; }
	
	.bloco-modal .modal { width:100%; margin-left:-50%; }
	
	.vitrine .moldura { padding:20px; }	
	
	.quem-somos .bloco-img { width:100%;  border:none; margin-bottom:5px; }
	.quem-somos .bloco-video { width:100%; height:380px; border:none; }
	.quem-somos .bloco-video iframe { height:380px; }
	
	
	
	.chamada-cadastro h4 { font-size:28px; }
	a.botao-chamada { margin-top:40px; }
	
	.blocos .botao-what { width:100%; }
	
	.home-destaques .empresa:hover, .chamada-tags a.tag:hover, .lista-empresas .empresa:hover { transform:none; }
	
	.bloco-letra .atividades h2 { width:50%; }
	
	.comer { width:50%; padding-top:35%; }
	.comer:nth-child(2), .comer:last-child { width:50%; }
	.comer .sessao:hover { -webkit-transform:none; -moz-transform: none; -ms-transform: none; transform: none; }
	
	#direitos { padding-bottom:60px; }
	
}

@media screen and (max-width: 480px) {
	
	.produtos .lista.detalhes .produto .img { height:500px; }
	
	
	.produtos .lista.detalhes .produto .dados { padding:20px; }
	.produtos .lista.detalhes .produto .mais-informacao { padding:20px; }
	
	
	
	.form-coluna { padding:0 0 20px 0; }
	.form-coluna.coluna2, .form-coluna.coluna3 { width:100%; }
	
	
	.produtos .bloco-galeria { width:100%; }
	.produtos .bloco-detalhes { width:100%; margin-left:0; }
	.produtos .bloco-detalhes h1 { margin-top:30px; }
	
	.botaoPedido { width:100%; padding:15px 0; text-align:center; }
	
	
	.quem-somos .bloco-img { height:250px; }
	.quem-somos .bloco-video { height:250px; }
	.quem-somos .bloco-video iframe { height:250px; }
	
	
	.blog .titulo h3, h1 { width:100%; text-align:center; margin-bottom:5px; }
	.blog .titulo select { width:100%; }
	
	.menu-topo .menu.menu-desktop { display:none; }
	.menu-topo .menu.menu-mobile { display:block; }
	
	.menu-topo .atendimento { font-size:14px; }
	.menu-topo .atendimento .fone { font-size:20px; }
	.menu-topo .atendimento .fone .ddd { font-size:16px; }

	.produtos .produto { width:100%; margin:0 0 5% 0; height:auto;  }
	.produtos .menu { width:100%; margin:0 0 5% 0; }
	.produtos .menu li { float:left; margin-right:10px;  }
	
	.produtos a.veja-mais { width:100%; margin:10px 0 30px 0; }
	
	.concluido-topo { padding:20px; font-size:48px; }
	.concluido-meio { padding:20px; font-size:24px; }
	.concluido-topo .logo { width:200px; }
	
	.blog a.veja-mais { width:100%; margin:10px 0 30px 0; }
	
	.duvidas h3 { font-size:35px; }
	.duvidas h3 span { font-size:18px; }
	.duvidas .links li { font-size:13px; }
	.duvidas .links a.veja-mais { width:100%; font-size:18px;  }
	
	.servicos .materia img { width:90%; margin:0 5%; }
	
	

	.quem-somos .bloco.direita img.foto { width:50%; }
	
	.quem-somos .bloco .responsavel { text-align:center; }
	.quem-somos .bloco .responsavel img.tecnico { float:none; width:50%; border-radius:50%; margin:0 25%; }
	
	
	.cliente { width:50%; }
	
	#rodape .bloco { width:100%; text-align:center; border-left:0; padding-left:0; }
	
	.topo-carrinho .logo { width:140px; }
	.topo-carrinho .selo-seguranca { font-size:14px; margin-top:10px; }
	.topo-carrinho .selo-seguranca .seguranca {font-size:11px; }
	
	.item-carrinho .detalhes { width:calc(100% - 100px);  }

	.vitrine .moldura { margin-top:0; padding:15px; }
	.vitrine .form-home input { height:50px; line-height:50px; font-size:18px; text-indent:15px; }
	.vitrine .form-home .botao-busca { width:60px; height:50px; line-height:50px; font-size:25px; }
	.vitrine a.botao-anuncio { margin-top:30px; }
	

	
	.home-destaques .empresa { width:100%; margin:0 0 20px 0; }
	.home-destaques .empresa:last-child { margin-bottom:0; }
	.home-destaques .empresa i { display:block; }
	
	h4.titulo-duplo { font-size:24px; line-height:20px; }
	
	.chamada-cadastro { text-align:center; padding:40px 0; }
	a.botao-chamada { width:100%; text-align:center; }
	
	.lado-empresa .bloco-titulo { font-size:16px; margin-bottom:20px; }
	.lado-empresa .bloco-titulo h1 { width:100%; font-size:18px; }	
	.lista-empresas .empresa { padding:15px; margin-bottom:20px; }
	.lista-empresas .empresa .logo { width:30%; margin-right:5%; }
	.lista-empresas .empresa.anuncio .info { float:left; width:60%; }
	.lista-empresas .empresa i.seta { right:15px; }
	
	.blocos .foto.n1 { width:49.5%; height:120px; margin-top:2px; }
	.blocos .foto.n2 { width:49.5%; height:120px; margin:2px 0 0 1%; }
	.blocos .foto.n3 { width:49.5%; height:120px; margin:2px 0 0 1%; }	
	.blocos .foto:nth-child(3n + 0) { margin-left:0; }
	
	.botao-ligar-empresa { display:block; }
	.botao-ligar2.fixo { bottom:15px; }
	
	.outras-opcoes .opcoes .logo { width:80px; margin-right:10px; }
	.outras-opcoes .opcoes.anuncio .info { width:calc(100% - 90px); }
	
	.blocos .pagina-anuncio .coluna.col2 { width:100%; }
	.blocos .pagina-anuncio .coluna.col2.grid { border-right:0; }
	
	.blocos .empresa-dados { margin-bottom:40px; }
	.botao-ligar3 { display:block; }
	
	.botao-link, .botao-form { width:100%; }
	
	.autocomplete { top:51px; }
	.autocomplete a { padding:15px; }
	.autocomplete a .seta { right:15px; }
	.autocomplete .info { width:calc(100% - 60px); }
	
	.indice-atividades li { width:9.090909090909091%; height:40px; line-height:40px; margin-bottom:3px; text-align:center; border:1px solid #ccc; border-right:0; background:#fff; }
	.indice-atividades li:nth-child(11n + 0) { margin-left:0; border-right:1px solid #ccc; }
	
	.comer .sessao .logo { width:80px; height:80px; margin-top:2%; }
	.comer .sessao h1 { font-size:38px; line-height:22px; }
	.comer .sessao h1 span { font-size:10px;  }
	.comer .sessao h2, .comer .sessao h3 { font-size:24px; line-height:24px; margin-top:15%; }
	.comer .sessao .detalhes { margin-top:5px; font-size:10px; }
	
	.whatsapp { bottom:-4px; }
	.whatsapp .botao-what { padding:8px 18px; font-size:13px; }
	.whatsapp .botao-what i { font-size:20px; }
	
}


@media screen and (max-width: 375px) {
	
	#header .menu-topo li a i { margin-left:0; }
	
	.produtos .lista.detalhes .produto .img { height:450px; }
	
}

@media screen and (max-width: 320px) {
	
	#header a.logo-topo { width:179px; height:55px; margin:25px 30px; }
	
	.blog .bloco h3 { font-size:20px; }
	.blog .bloco .dados img { width:100%; }
	.blog .bloco .dados .titulo { width:100%; padding-top:10px; }
	.blog .bloco .dados .titulo h2 { font-size:18px; }

	
	#header img.selo { height:40px; margin:23px 0; }
	#header.fixo img.selo { height:40px; margin:23px 0; }
	
	#header .menu-topo { display:none; }
	
	.servicos .bloco h3 { font-size:20px; }
	.servicos .bloco .dados .titulo h2 { font-size:18px; }
	
	.documentos .bloco h3 { font-size:20px; }
	.documentos .bloco .dados .titulo h2 { font-size:16px; }
	
	
	.bloco-modal .modal .topo-logo .logo {  width:180px; height:47px; margin:10px; }
	.bloco-modal .modal .topo-logo a i { margin:20px 10px 0 0; font-size:30px; }
	
	.meio-conteudo { padding:0 15px; }
	
	bloco-galeria { width: calc(100% + 30px); margin:-30px -15px 15px -15px; }
	
	
	.home-destaques { padding:40px 15px; }
	.home-destaques .empresa { margin:0 0 15px 0; padding:10px; }
	.home-destaques .empresa .info .endereco { font-size:12px; }
	.vitrine .form-home input { font-size:16px; text-indent:10px; }
	.vitrine .form-home .botao-busca { width:50px; }
	
	
	
	.concluido-topo { padding:15px; font-size:44px; }
	.concluido-meio { padding:15px; font-size:20px; }
	
	
	h4.titulo-duplo { font-size:20px; line-height:16px; margin-bottom:30px; }
	h4.titulo-duplo  span { font-size:14px; }
	
	.chamada-cadastro .info { font-size:16px; }
	
	.lista-empresas .empresa { padding:10px; }
	.lista-empresas .empresa .info .endereco { font-size:12px; }
	.lista-empresas .empresa .info .horario { font-size:13px; }
	.lista-empresas .empresa i.seta { right:5px; }
	
	.blocos { padding:15px; margin:0 0 15px 0; }
	.blocos .full { width: calc(100% + 30px); margin:0 -15px 0 -15px; }
	.blocos h1, .blocos h3, .blocos h4 { font-size:20px; }
	
	.outras-opcoes .opcoes .logo { width:70px; }
	.outras-opcoes .opcoes.anuncio .info { width:calc(100% - 80px); }
	
	.autocomplete a { padding:10px; }
	.autocomplete a .seta { right:10px; }
	
	.comer .sessao .logo { width:70px; height:70px; }
	.comer .sessao h1 { font-size:36px; line-height:20px; }
	.comer .sessao h1 span { font-size:9px;  }
	.comer .sessao h2, .comer .sessao h3 { font-size:22px; line-height:22px; }
	.comer .sessao .detalhes { font-size:9px; }
}



.pulse {
	  -webkit-animation-name: pulse;
	  animation-name: pulse;
	  -webkit-animation-duration: 1s;
	  animation-duration: 1s;
	  -webkit-animation-fill-mode: both ;
	  animation-fill-mode: both;
	  -webkit-animation-iteration-count:infinite;
	  animation-iteration-count:infinite;
	  }
  @-webkit-keyframes pulse {
	  0% {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  }
	  50% {
	  -webkit-transform: scale3d(1.05, 1.05, 1.05);
	  transform: scale3d(1.05, 1.05, 1.05);
	  }
	  100% {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  }
  }
  @keyframes pulse {
	  0% {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  }
	  50% {
	  -webkit-transform: scale3d(1.05, 1.05, 1.05);
	  transform: scale3d(1.05, 1.05, 1.05);
	  }
	  100% {
	  -webkit-transform: scale3d(1, 1, 1);
	  transform: scale3d(1, 1, 1);
	  }
  } 