@charset "utf-8";

:root { 
	--cor-principal: 		#787746;
	--cor-secundaria: 		#faf3a0;
	--cor-texto: 			#000000;
	--cor-texto2: 			#545454;
	--fonte-padrao: 		'Montserrat';
}

body { font-size: 13px; font-family: var(--fonte-padrao), Calibri, Arial, sans-serif; text-rendering: geometricPrecision !important; -webkit-font-smoothing: antialiased !important; height: auto; background-color: #f4f5f8; color: #000000; }
* { margin: 0px; padding: 0px; border: none; list-style: none; text-decoration: none; }
html { overflow-x:hidden; }
*:focus { outline: none; }

/* GERAIS */
a:link, a:visited, a:hover { color:#000000; text-decoration:none; font-size: 12px; font-family: var(--fonte-padrao); }
.clearfix, .clearfix2 { width: 100%; position: relative; clear: both; height: 10px; }
.clearfix:before, .clearfix:after,.clearfix2:before, .clearfix2:after { display: table; content: " "; min-height: 0px !important; margin: 0px !important; }
.clearfix:after, .clearfix2:after { clear: both; float: none; height: 0px !important; min-height: 0px !important; margin: 0px !important;  }
.util { width: 1100px; margin: 0 auto; height: auto; position: relative; display: block; }
.util2 { width: 80%; margin: 0 auto; height: auto; position: relative; display: block; }
.util3 { width: 1100px; margin: 0 auto; height: auto; position: relative; display: block; }
.utilmetade { width: 550px; margin: 0 auto; height: auto; }
.metade { width: 574px; margin: 0 auto; height: auto; }
.anima { -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.anima1 { -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; -webkit-transition: all 0.1s ease; transition: all 0.1s ease; }
.anima5 { -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.pulse { -moz-animation: pulse 2s infinite; -o-animation: pulse 2s infinite; -webkit-animation: pulse 2s infinite; }
.tremer { -moz-animation: tremer 0.75s; -o-animation: tremer 0.75s; -webkit-animation: tremer 0.75s; }
.blur { -webkit-filter: blur(5px); filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); }
#mascara2 { display: none; position:fixed; width:100%; min-height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.8); z-index:1091; }
#mascara_modal { display: none; position:fixed; width:100%; min-height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.8); z-index:10901; }
#amensagem { display: none; position: fixed; background-size: auto 80px; background-repeat:no-repeat; background-position: 20px center; z-index: 5000001; left: 0; top: 0; width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); padding: 50px 20px; font-size: 13px; line-height: 18px; font-family: var(--fonte-padrao); color: #ffffff; text-align: center; height: auto; letter-spacing: 0px; }
#amensagem_curta { display: none; position: fixed; z-index: 5000001; bottom: 20px; right: 20px; width: 340px; padding: 20px; font-size: 12px; line-height: 18px; font-family: var(--fonte-padrao); color: #ffffff; text-align: left; height: auto; letter-spacing: 0px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; overflow: hidden; -webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); -moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.2); }
#amensagem_curta i { font-size: 16px !important; height: 18px !important; line-height: 18px !important; color: #ffffff; float: left; margin-right: 10px; }
#amensagem_curta strong { font-weight: 700; }
#amensagem_curta a { font-weight: 700; color: #ffffff; text-decoration: underline; font-size: 12px; line-height: 18px; font-family: 'Montserrat'; }
.sombra { -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); }
.esconde { display: none; }

.chama_whats { width: 50px; text-align: center; height: 50px; position: fixed; bottom: 10px; right: 10px; z-index: 100; background-color: #00cf2e;-moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; transition: all 0.6s ease;box-shadow: rgba(0, 0, 0, 0) 0px 54px 55px, rgba(0, 0, 0, 0) 0px -12px 30px, rgba(0, 0, 0, 0) 0px 4px 6px, rgba(0, 0, 0, 0) 0px 12px 13px, rgba(0, 0, 0, 0) 0px -3px 5px;  -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
.chama_whats:hover { bottom: 20px;box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
.chama_whats i { font-size: 30px; width: 100%; height: 50px; line-height: 50px; color: #ffffff; }
.chama_whats .bullet_fake { width: 12px; height: 12px; position: absolute; z-index: 10; background-color: red; color: #ffffff; font-size: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-weight: 600; }

.tag_padrao { position: relative; display: inline-block; vertical-align: top; width: auto; height: auto; padding: 0px; font-size: 30px; font-family: var(--fonte-padrao); color: #ffffff; text-align: left; line-height: 20px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.tag_padrao .linha_padrao { width: 6px; height: 20px; background-color: var(--cor-principal); position: relative; float: left; margin-right: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.tag_padrao_black { position: relative; display: inline-block; vertical-align: top; width: auto; height: auto; padding: 0px; font-size: 24px; font-family: var(--fonte-padrao); color: #000000; text-align: center; line-height: 20px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.blur { -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); filter: blur(3px); }
section { width: 100%; height: auto; position: relative; clear: both; overflow: hidden; padding: 0px; margin: 0px; }
i { -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.espaco_header { width: 100%; height: 140px; position: relative; clear: both; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.bullet-padrao a { position: relative; text-indent:-9999px; display: inline-block; width:14px; height:8px; background-color:#b6b6b6; margin: 0px 3px;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.bullet-padrao a.selected { text-indent:-9999px; display: inline-block; position: relative; background-color:#cb2228;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; width: 40px; height: 8px; }

.titulo_global { width: 100%; height: auto; position: relative; text-align: left; padding: 20px 0px; }
.titulo_global .tag_global { position: relative; display: inline-block; vertical-align: top; width: auto; height: auto; padding: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.titulo_global .tag_global .linha_padrao { width: 6px; height: 22px; background: var(--cor-principal); position: relative; float: left; margin-right: 20px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.titulo_global .tag_global .linha_padrao_azul_claro { width: 6px; height: 22px; background: var(--cor-principal); position: relative; float: left; margin-right: 20px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.titulo_global .tag_global .linha_padrao_rosa { width: 6px; height: 22px; background: var(--cor-principal); position: relative; float: left; margin-right: 20px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.titulo_global .tag_global img { float: left; width: auto; height: auto; max-height: 20px; padding: 0px 20px 0px 0px; }
.titulo_global .tag_global .label_global.uppercase { text-transform: uppercase; }
.titulo_global .tag_global .label_global .complemento.inherit { text-transform: initial; }
.titulo_global .tag_global .label_global_menor { min-width: 200px; position: relative; display: inline-block; vertical-align: top; width: auto; max-width: 95%; height: auto; padding: 0px; font-size: 18px; font-family: var(--fonte-padrao); color: #000000; text-align: left; line-height: 20px; text-transform: uppercase; }
.titulo_global .tag_global .label_global_menor span { width: auto; height: auto; text-transform: uppercase; background: var(--cor-principal); position: relative; display: inline-block; vertical-align: top; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; font-size: 16px; font-family: var(--fonte-padrao); color: #ffffff; text-align: left; line-height: 16px; padding: 10px 15px; margin: -5px 0px 0px 10px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.titulo_global .tag_global .label_global { position: relative; display: inline-block; vertical-align: top; width: 100%; height: auto; padding: 0px; font-size: 16px; font-weight: 700; font-family: var(--fonte-padrao); color: #000000; text-align: left; line-height: 20px; }
.titulo_global .tag_global .label_global.branco { color: #ffffff; }
.titulo_global .tag_global .label_global span { width: auto; height: auto; position: relative; display: inline-block; vertical-align: top; font-size: 16px; font-family: var(--fonte-padrao); color: #000000; text-align: left; line-height: 20px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.titulo_global .tag_global .label_global span:before { content:'/'; position: relative; width: auto; padding: 0px 10px; height: 16px; font-size: 16px; color: #eaeaea; font-weight: 300;  }
.titulo_global .tag_global .label_global .complemento { clear: both; max-width: 80%; vertical-align: top; width: auto; font-size: 15px; font-family: var(--fonte-padrao); color: #545454; text-align: left; padding: 0px; line-height: 20px; position: relative; z-index: 10; margin: 0px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; padding: 10px 0px 0px 0px; }
.titulo_global .tag_global .label_global .adicional { clear: both; max-width: 100%; vertical-align: top; width: auto; font-size: 14px; font-family: var(--fonte-padrao); color: #545454; text-align: left; padding: 0px; line-height: 20px; position: relative; z-index: 10; margin: 0px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; padding: 10px 0px 0px 0px; }
.titulo_global .tag_global .label_global .complemento.menor { font-size: 12px; max-width: 100%; }
.titulo_global .tag_global .label_global .complemento.menor.light { font-weight: 400; }
.titulo_global .tag_global .label_global i { color: var(--cor-principal); font-size: 20px; padding-right: 10px; }
.titulo_global .tag_global_especial { position: relative; display: inline-block; vertical-align: top; width: 100%; height: auto; padding: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.titulo_global .tag_global_especial .label_global_especial { width: 100%; font-size: 32px; font-family: var(--fonte-padrao); color: #000000; text-align: center; line-height: 20px; }
.titulo_global .tag_global_especial .label_global_especial span { color: var(--cor-principal); }
.titulo_global .tag_global_especial .contexto { clear: both; vertical-align: top; width: 80%; font-size: 18px; font-family: var(--fonte-padrao); color: #545454; text-align: center; padding: 0px; line-height: 24px; position: relative; z-index: 10; margin: 0px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; padding: 10px 10% 30px 10%; }

.titulo_global .acao_logs { display: inline-block; vertical-align: top; width: 100%; height: auto; line-height: 20px; font-family: var(--fonte-padrao); color: rgba(0,0,0,0.5); font-size: 11px; text-align: left; }
.titulo_global .acao_logs i { color: var(--cor-principal); font-size: 12px; padding-right: 6px; line-height: 20px; }
.titulo_global .acao_logs:hover { text-decoration: underline; }

.titulo_global .nova_acao { position: relative; float: right; width: auto; height: auto; padding: 6px 15px; font-size: 12px; font-family: var(--fonte-padrao); background-color: var(--cor-principal); color: #ffffff; text-align: left; line-height: 20px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -moz-border-radius: 20px; -webkit-border-radius: 20px; margin: 0px 0px 0px 5px; cursor: pointer; }
.titulo_global .nova_acao i { padding-right: 6px; }
.titulo_global .nova_acao.cta_new { background-color: #5c9c00; font-weight: 700 !important }
.titulo_global .nova_acao.cta_padrao { background-color: #545454; }
.titulo_global .nova_acao.cta_default { background-color: #eaeaea; color: #1a1a1a }

.titulo_global .nova_acao.cta_simples { background-color: #eaeaea; color: #1a1a1a; padding: 2px 10px; line-height: 18px; font-weight: 600; font-size: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.titulo_global .nova_acao.cta_simples:hover { padding: 2px 15px; }

.titulo_global .nova_acao.cta_simples_remover { background-color: red; color: #ffffff; padding: 2px 10px; line-height: 18px; font-weight: 600; font-size: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.titulo_global .nova_acao.cta_simples_remover:hover { padding: 2px 15px; }

.titulo_global .nova_acao:hover { padding: 6px 25px; }
.subtitulo_geral { position: relative; display: inline-block; vertical-align: top; width: 100%; height: auto; padding: 0px; font-size: 24px; font-family: var(--fonte-padrao); color: #000000; text-align: center; line-height: 20px; }

.titulo_padrao { width: 100%; height: auto; padding: 12px 0px 5px 0px; position: relative; text-align: left; }
.titulo_padrao .acao_titulo { width: 49%; height: 40px; position: relative; display: inline-block; vertical-align: top; text-align: left; }
.titulo_padrao .acao_titulo .legenda { display: inline-block; text-transform: uppercase; vertical-align: top; text-align: left; width: 100%; height: auto; line-height: 32px; font-family: var(--fonte-padrao); color: #000000; font-size: 28px; }
.titulo_padrao .acao_titulo .linha { width: 85px; height: 10px; background: var(--cor-principal); display: inline-block; clear: both; margin: 4px 0px 0px 0px; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.titulo_padrao .acao_blocos { width: 100%; height: 40px; position: relative; display: inline-block; vertical-align: top; text-align: left; padding: 30px 0px; }
.titulo_padrao .acao_blocos .legenda { display: inline-block; text-transform: uppercase; vertical-align: top; text-align: left; width: 100%; height: auto; line-height: 32px; font-family: var(--fonte-padrao); color: #ffffff; font-size: 28px; }
.titulo_padrao .acao_blocos .legenda.titulo_preto { color: #000000 !important; }
.titulo_padrao .acao_blocos .linha { width: 85px; height: 10px; background: var(--cor-principal); display: inline-block; clear: both; margin: 4px 0px 0px 0px; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.titulo_padrao .complemento { display: inline-block; vertical-align: top; text-align: left; width: 49%; height: auto; line-height: 32px; font-family: var(--fonte-padrao); color: #545454; font-style: italic; font-size: 22px; text-align: right; }
.titulo_padrao .complemento span { }
.titulo_padrao .complemento:hover { text-decoration: underline; }
.titulo_padrao:hover .linha { width: 110px; }

.introducao_padrao { font-size: 14px; text-align: left; color: #545454; position: relative; padding: 10px 0px; width: 100%; font-family: var(--fonte-padrao); }
.introducao_padrao_pagina { font-size: 17px; text-align: left; color: #545454; position: relative; padding: 0px 0px 20px 0px; margin: 0px 0px 15px 0px; width: 100%; font-family: var(--fonte-padrao); font-style: italic; border-bottom: 1px solid  #f4f6f8; height: auto; }
.progresso_leitura { width: 100%; height: 4px; position: fixed; top: 0px; z-index: 9999; background-color: transparent; }
.progresso_leitura .progresso_scroll { width: 0%; height: 2px; position: absolute; background: var(--cor-principal); }
.erro-login { display: none; width: 20px; height: 20px; position: absolute; right: 20px; margin-top: 20px; z-index: 10; text-align: center; line-height: 20px; color: red; font-size: 15px; }
.acerto-login { display: none; width: 20px; height: 20px; position: absolute; right: 20px; margin-top: 20px; z-index: 10; text-align: center; line-height: 20px; color: #000000; font-size: 15px; }
.erros-registro { display: none; width: 100%; height: 12px; line-height: 12px; padding: 3px 0px; font-family: var(--fonte-padrao); font-size:12px; color: red; text-align: center; }
.cool-link { display: inline-block; text-decoration: none; }
.cool-link-ativo::after { content: ''; margin-top: 0px; display: block; width: 100%; height: 1px; background: var(--cor-principal); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.cool-link::after { content: ''; margin-top: 0px; display: block; width: 0; height: 1px; background: var(--cor-principal); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.cool-link:hover::after { width: 100%; margin-top: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.cool-linkclaro { display: inline-block; text-decoration: none; }
.cool-linkclaro-ativo::after { content: ''; margin-top: 0px; display: block; width: 100%; height: 1px; background: rgba(255,255,255,0.3); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.cool-linkclaro::after { content: ''; margin-top: 0px; display: block; width: 0; height: 1px; background: rgba(255,255,255,0.3); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.cool-linkclaro:hover::after { width: 100%; margin-top: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.cta_formulario { left: 50%; width: auto; height: auto; position: fixed; bottom: 5px; z-index: 1000; cursor: pointer; padding: 7px 20px; letter-spacing: 1px; font-family: var(--fonte-padrao); font-size: 16px;  background: var(--cor-principal); color: #ffffff; text-align: center;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

/* BANNER PÁGINAS */
.banner_fixo { width:100%; height:220px; margin-top: 60px; position: relative; overflow: hidden; background-repeat: no-repeat; background-position: center center;  background: rgb(120,119,70); background: linear-gradient(270deg, rgba(120,119,70,1) 0%, rgba(250,243,160,1) 100%);}
.banner_fixo .local_banner { width: 100%; height: auto; position: absolute; z-index: 11; }
.banner_fixo .local_banner .titulo_pagina { position: relative; display: inline-block; text-align: left; vertical-align: top; width: 100%; height: auto; text-transform: uppercase; padding: 60px 0px 10px 0px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; font-size: 30px; font-family: var(--fonte-padrao); color: var(--cor-principal); line-height: 25px; }
.banner_fixo .local_banner .divisa_pagina { z-index: 1; width: 80px; height: 8px; background-color: var(--cor-principal); position: relative; display: inline-block; margin: 0px;  -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease;}
.banner_fixo .local_banner .introducao_pagina { display: inline-block; vertical-align: top; width: 100%; font-size: 22px; font-family: var(--fonte-padrao); font-style: italic; color: var(--cor-principal); text-align: left; padding: 0px; line-height: 25px; position: relative; z-index: 10; margin: 0px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.banner_fixo .mascara_banner { width: 100%; height: 220px; position: absolute; z-index: 10; background-color: rgba(95,5,4,0.8); -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; }
.banner_fixo:hover .titulo_pagina { padding-top: 70px; }
.banner_fixo:hover .mascara_banner { background-color: rgba(95,5,4,0.9); }
.banner_fixo:hover .divisa_pagina { width: 100px; }

.banner_fixo_sem_fundo { width:100%; height:auto; margin-top: 60px; padding: 25px 0px; position: relative; overflow: hidden;  background: rgb(120,119,70); background: linear-gradient(270deg, rgba(120,119,70,1) 0%, rgba(250,243,160,1) 100%); }
.banner_fixo_sem_fundo .local_banner { width: 100%; height: auto; position: relative; z-index: 11; }
.banner_fixo_sem_fundo .local_banner .tag_pagina { position: relative; display: inline-block; vertical-align: top; width: auto; height: auto; padding: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.banner_fixo_sem_fundo .local_banner .tag_pagina .linha_pagina { width: 6px; height: 22px; background-color: #ffffff; position: relative; float: left; margin-right: 20px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.banner_fixo_sem_fundo .local_banner .tag_pagina .label_pagina { position: relative; display: inline-block; vertical-align: top; width: auto; height: auto; padding: 0px; font-size: 30px; font-family: var(--fonte-padrao); color: var(--cor-principal); font-weight: 700; text-align: left; line-height: 40px; }
.banner_fixo_sem_fundo .local_banner .tag_pagina .label_pagina i { float: left; padding: 0px 20px 0px 0px; color: rgba(255,255,255,0.3); font-size: 42px; line-height: 40px; }
.banner_fixo_sem_fundo .local_banner .tag_pagina .label_pagina span { width: auto; height: auto; background-color: #ffffff; position: relative; display: inline-block; vertical-align: top; font-weight: 700; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; font-size: 24px; font-family: var(--fonte-padrao); color: #000000; text-align: left; line-height: 20px; padding: 10px 15px; margin: 0px 0px 0px 10px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.banner_fixo_sem_fundo .local_banner .tag_pagina .label_pagina .complemento { clear: both; max-width: 80%; vertical-align: top; width: auto; font-size: 15px; font-family: var(--fonte-padrao); font-style: italic; color: #ffffff; text-align: left; padding: 0px; line-height: 20px; position: relative; z-index: 10; margin: 0px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; padding: 10px 0px 0px 0px; }

/*ACEITE*/
.aceite { width: 70%; height: auto; position: fixed; left: 50%; bottom: 0px; transform: translate(-50%, -50%); padding: 20px; background-color: #ffffff; z-index: 99999; text-align: center; -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0, 0.5); -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0, 0.5); box-shadow: 0px 0px 40px 0px rgba(0,0,0, 0.5);  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;  -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; }
.aceite:hover { -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0, 0.8); -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0, 0.8); box-shadow: 0px 0px 60px 0px rgba(0,0,0, 0.8); }
.aceite .cta-aceite { cursor: pointer; display: inline-block; vertical-align: top; margin-top: 20px; width: auto; padding: 10px 20px; background: var(--cor-principal); color: #ffffff; font-size: 15px; font-family: var(--fonte-padrao); font-weight: 600; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; overflow: hidden; }
.aceite .cta-aceite:hover { background: var(--cor-principal); padding: 10px 25px; }
.aceite .chama-aceite { width: 100%; font-size: 13px; font-family: var(--fonte-padrao); text-align: center; color: #1d1d1d; padding: 0px 30px 0px 0px; }
.aceite .chama-aceite u { text-decoration: underline; }
.aceite .chama-aceite i { font-style: italic; }
.aceite .chama-aceite strong, .aceite .chama-aceite b { font-style: 700; }
.aceite .chama-aceite a { color:#1d1d1d; font-size: 13px; line-height: 24px; font-family: var(--fonte-padrao); text-decoration: underline; }
.aceite .chama-aceite a:hover { background-color: #f4f6f8; }

/*CARD VÍDEOS*/
.video_card { width: 340px; height: 285px; color: #000000; background: #ffffff url(../imagens/hover-noticias.png) no-repeat center center; font-size: 15px; margin: 10px 12px 20px 12px; display: inline-block; vertical-align: top; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; }
.video_card .play { width: 340px; height: 200px; z-index: 10; position: absolute; background-image: url(../imagens/ico-play.png); background-repeat: no-repeat; background-position: center center; background-size: auto 60px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.video_card img { opacity: 1; }
.video_card .info { width: 320px; height: 34px; position: absolute; color: #000000; font-size: 12px; text-align: center; padding: 10px; }
.video_card .info span { font-size: 15px; color: #000000; text-align: center; }
.video_card:hover img { opacity: 0.4; }
.video_card:hover { background: #f4f6f8; }
.video_card:hover .play { background-size: auto 65px; }

/*CARD VÍDEOS*/
.video_card_destaque { width: 1060px; height: auto; color: #000000; background: #ffffff url(../imagens/hover-noticias.png) no-repeat center center; font-size: 15px; margin: 10px 12px 20px 12px; display: inline-block; vertical-align: top; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; }
.video_card_destaque .play { width: 1060px; height: 500px; z-index: 10; position: absolute; background-image: url(../imagens/ico-play.png); background-repeat: no-repeat; background-position: center center; background-size: auto 60px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.video_card_destaque img { opacity: 1; }
.video_card_destaque .info { width: 100%; height: auto; position: relative; color: #000000; font-size: 12px; text-align: center; padding: 10px 10px 20px 10px; }
.video_card_destaque .info span { font-size: 15px; color: #000000; text-align: center; }
.video_card_destaque:hover img { opacity: 0.4; }
.video_card_destaque:hover { background: #f4f6f8; }
.video_card_destaque:hover .play { background-size: auto 65px; }

/*CARD BLOG 1*/
.blog_card_1 { width: 255px; height: auto; position: relative; display: inline-block; vertical-align: top; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; background: #ffffff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; }
.blog_card_1 .avatar { width: 255px; height: 220px; position: relative; overflow: hidden; }
.blog_card_1 .avatar img { width: 255px; height: 220px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.blog_card_1 .resumo { width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); padding: 10px 15px 15px 15px; min-height: 150px; position: relative; height: auto;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.blog_card_1 .resumo .titulo_post { width: 100%; height: auto; padding: 4px 0px 14px 0px; position: relative; font-family: var(--fonte-padrao); color: #000000; line-height: 18px; font-size: 16px; text-align: left; }
.blog_card_1 .resumo .introducao_post { width: 100%; height: auto; padding: 0px; position: relative; font-family: var(--fonte-padrao); color: #5d5d5d; line-height: 15px; font-size: 12px; text-align: left; }
.blog_card_1 .resumo .quando { width: 100%; padding: 5px 0px; height: auto; color: #c7c7c7; text-align: left; font-size: 12px; line-height: 20px; }
.blog_card_1 .resumo .quando i { font-size: 14px; padding-right: 10px; line-height: 20px; color: var(--cor-principal); }
.blog_card_1 .resumo .autor { background-color: #ffffff; padding: 6px 10px; letter-spacing: 1px; width: auto; display: inline-block; margin: 10px 0px; text-align: left; line-height: 10px; font-family: var(--fonte-padrao); color: #838383; font-size: 10px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; }
.blog_card_1 .resumo .autor img { width: auto; height: 10px; float: right; position: relative; padding: 0px 0px 0px 10px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.blog_card_1:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; }

/*CARD BLOG 2*/
.blog_card_2 { width: 470px; height: auto; position: relative; display: inline-block; vertical-align: top; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-align: center; }
.blog_card_2 .avatar { width: 230px; height: 240px; margin: 0px 10px; position: relative; overflow: hidden; display: inline-block; vertical-align: top; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; }
.blog_card_2 .avatar img { width: 230px; height: 240px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.blog_card_2 .resumo { width: 200px; padding: 0px 20px 10px 0px; position: relative; height: auto; display: inline-block; vertical-align: top; text-align: left; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.blog_card_2 .resumo .titulo_post { width: 100%; height: auto; padding: 0px 0px 10px 0px; position: relative; font-family: var(--fonte-padrao); color: #000000; line-height: 18px; font-size: 16px; text-align: left; }
.blog_card_2 .resumo .introducao_post { width: 100%; height: auto; padding: 0px; position: relative; font-family: var(--fonte-padrao); color: #000000; line-height: 15px; font-size: 12px; text-align: left; }
.blog_card_2 .resumo .tempo_leitura { width: 100%; height: 20px; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; font-family: var(--fonte-padrao); color: #000000; line-height: 15px; font-size: 12px; text-align: left; }
.blog_card_2 .resumo .cta { background-color: #ba6e00; padding: 12px 25px; letter-spacing: 2px; width: auto; display: inline-block; margin: 10px 0px 6px 0px; text-align: center; line-height: 15px; font-family: var(--fonte-padrao); color: #ffffff; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.blog_card_2:hover img { opacity: 0.6; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.blog_card_2:hover .resumo { padding: 0px 0px 10px 0px; }
.blog_card_2:hover .cta { padding: 12px 32px; }

/*CARD SEMINOVO*/
.seminovo_card { width: 255px; height: auto; min-height: 460px; background-color: #ffffff !important; position: relative; display: inline-block; vertical-align: top; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; }
.seminovo_card .avatar { width: 260px; height: 170px; position: relative; background-color: #f4f6f8; overflow: hidden; }
.seminovo_card .avatar .tag_avatar { position: absolute; right: 0px; margin: 10px 0px 0px 0px; z-index:10; background: var(--cor-principal); color: #ffffff; font-size: 9px; letter-spacing: 1px; font-weight: 600; padding: 3px 10px 3px 6px; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.seminovo_card .avatar img { width: 260px; height: 170px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.seminovo_card .resumo { width: 100%; padding: 10px 0px 0px 0px; position: relative; height: auto;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.seminovo_card .resumo .titulo_carro { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); height: auto; min-height: 48px; padding: 5px 10px; position: relative; font-family: var(--fonte-padrao); color: #000000; line-height: 20px; font-size: 16px; text-align: left; }
.seminovo_card .resumo .litragem { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); height: auto; padding: 5px 10px; position: relative; font-family: var(--fonte-padrao); color: #454545; line-height: 15px; font-size: 11px; text-align: left; border-top: 1px dotted #cccccc; }
.seminovo_card .resumo .litragem .item { width: auto; min-width: 49.5%; height: auto; padding: 5px 0px; position: relative; font-family: var(--fonte-padrao); color: #454545; line-height: 15px; font-size: 11px; text-align: left; display: inline-block; vertical-align: top; }
.seminovo_card .resumo .litragem .item i { float: none; width: auto; height: auto; color: var(--cor-principal); font-size: 10px; line-height: 15px; display: inline-block; vertical-align: top; position: relative; margin: 0px; padding: 0px 5px 0px 0px; left: inherit;top: inherit; }
.seminovo_card .resumo .litragem span { float: right; color: #454545; padding-right: 5px; }
.seminovo_card .resumo .valor_carro { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); height: auto; padding: 14px 10px; position: relative; font-family: var(--fonte-padrao); color: var(--cor-principal); line-height: 22px; font-size: 18px; text-align: left; }
.seminovo_card .resumo .valor_carro span { font-size: 12px; color: rgba(0,0,0,0.5) }
.seminovo_card .vendedor { width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); border-top: 1px solid #f4f6f8; height: auto; position: absolute; bottom: 0px; text-align: left;font-family: var(--fonte-padrao); color: #454545; line-height: 30px; padding: 5px 10px 10px 10px; font-size: 11px; }
.seminovo_card .vendedor .autor { width: 30px; height: 30px; margin: 0px; float: right; position: relative; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; border-radius: 25px; overflow: hidden; }
.seminovo_card .vendedor .autor img { width: 100%; height: auto; overflow: hidden; display: block; position: relative; }

.seminovo_card:hover { box-shadow: rgba(149, 157, 165, 0.7) 0px 8px 24px; z-index: 100; }

/* POPUP */
#fechar { z-index:100001; position:fixed; }
#fechapopup { width: 75px; position: fixed; cursor: pointer; z-index:100002; left: 50%; margin-left: -57.5px; font-weight: 600; top: 10px; background: var(--cor-principal); color: #ffffff; font-size: 13px; font-family: var(--fonte-padrao); padding: 5px 20px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
#fechapopup:hover { background: var(--cor-principal); color: #ffffff; }
#mascara, #mascarafb { position:fixed; text-align: center; width:100%; min-height: 100%; left: 0; top: 0; background-color: rgba(255,255,255,0.9); z-index:100001; }
#mascara_busca { display: none; position:fixed; text-align: center; width:100%; min-height: 100%; left: 0; top: 0; background-color: rgba(255,255,255,0.5); z-index:1099; }
.fb_iframe_widget { left: 0px !important; }
#pop { transform: translate(-50%, -50%); }

/* TOPO */
header { width: 100%; height: auto; position: fixed; top: 0px; left: 0px; z-index: 1100; background-color: #f4f6f8; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; text-align: left;  -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); }
header .menu_acoes { width: 100%; height: auto; position: relative; padding: 0px; text-align: left; float: left; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
header .menu_acoes .logomarca { width: 60px; height: 58px; margin: 6px 0px; position: relative; background-repeat: no-repeat; background-position: center left; background-size: auto 95%; float: left; }
header .menu_acoes nav { width: auto; height: 60px; display: inline-block; vertical-align: top; z-index: 1001; position: relative; display: inline-block;vertical-align: top; margin-right: 40px; margin-left: 50px; }
header .menu_acoes nav ul { width: auto; display: inline-block; vertical-align: top; height: auto; list-style-type: none; text-align: right; }
header .menu_acoes nav ul li { width: auto; cursor: pointer; font-weight: 700; height: 59px; line-height: 59px; margin: 3px 10px 0px 10px; color: #000000; font-size: 13px; font-family: var(--fonte-padrao); display: inline-block; vertical-align: top; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
header .menu_acoes nav ul li.ativado { font-weight: 700; color: var(--cor-principal); }
header .menu_acoes nav ul li ol { position: absolute; margin: 0px 0px 0px -10px; top: 60px; display: none; width: 240px; height: auto; z-index: 902; padding: 0px; background-color: #ffffff; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); overflow: hidden; }
header .menu_acoes nav ul li ol p { cursor: pointer; border-bottom: #eaeaea 1px solid; width: -moz-calc(100% - 25px); width: -webkit-calc(100% - 25px); width: -o-calc(100% - 25px); width: calc(100% - 25px); padding: 6px 15px 6px 10px; text-align: left; color: #000000; font-size: 13px; line-height: 25px; font-family: var(--fonte-padrao); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
header .menu_acoes nav ul li ol p i { width: 30px; text-align: center; float: left; font-size: 18px; line-height: 25px; color: var(--cor-principal); padding-right: 6px; }
header .menu_acoes nav ul li ol p i.fa-warehouse { font-size: 14px; }
header .menu_acoes nav ul li ol p:hover { background-color: #f4f6f8; padding: 6px 10px 6px 15px; }
header .menu_acoes nav ul li:hover { color: var(--cor-principal) }

header .menu_acoes .botoes { width: auto; float: right; height: auto; text-align: center; position: relative; margin: 18px 0px; z-index: 11; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
header .menu_acoes .botoes .cta_registro,
header .menu_acoes .botoes .cta_login { width: auto; height: auto; position: relative; display: inline-block; vertical-align: top; color: var(--cor-principal); background-color: var(--cor-secundaria); font-size: 14px; font-family: var(--fonte-padrao); padding: 7.5px 15px 7.5px 15px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; margin: 0px 10px 0px 0px;  -moz-transition: all .3 ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; font-weight: 700; }
header .menu_acoes .botoes .cta_login { color: #2d2d2d; background-color: #ffffff; }
header .menu_acoes .botoes .cta_registro:hover, header .menu_acoes .botoes .cta_login:hover { padding: 7.5px 20px 7.5px 20px; }

header .menu_acoes .acionadores { cursor: pointer; width: auto; float: right; min-width: 30px; height: 60px; text-align: center; position: relative; z-index: 11; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; color: #5d5d5d; font-size: 12px; line-height: 60px; font-family: var(--fonte-padrao); }
header .menu_acoes .acionadores.logado { padding-right: 15px; }
header .menu_acoes .acionadores i { font-size: 18px; color: #9f9f9f; text-align: center; width: 100%; height: auto; line-height: 60px; display: inline-block; vertical-align: top; }
header .menu_acoes .acionadores:hover i { color: var(--cor-principal); }
header .menu_acoes .acionadores i.fa-user-circle,
header .menu_acoes .acionadores i.fa-warehouse { color: var(--cor-principal); padding: 0px 10px; text-align: left; width: auto; }
header .menu_acoes .acionadores i.fa-search { font-size: 15px; }
header .menu_acoes .acionadores .contador_notificacoes { position: absolute; left: 0px; width: auto; height: 10px; padding: 2px 4px 0px 4px; line-height: 10px; color: white; font-size: 9px; display: inline; margin: 5px 0px 0px 5px; top: 0px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background-color: var(--cor-principal); color: #ffffff; font-family: var(--fonte-padrao); }
header .menu_acoes .acionadores .contador_notificacoes.apagado { background-color: transparent; }
header .menu_acoes .acionadores .perfil { cursor: pointer; width: 32px; height: 32px; margin: 3px 6px; position: relative; display: inline-block; vertical-align: middle; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden; border: 2px solid #f4f6f8; background-color: #ffffff; background-repeat: no-repeat; background-position: center center; background-size: 90% auto; }
header .menu_acoes .acionadores .perfil .avatar { display: inline-block; vertical-align: top; position: relative; width: 32px; height: 32px; position: relative; }
header .menu_acoes .acionadores .perfil .avatar img { -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; width: auto; max-width: 32px; height: auto; max-height: 32px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
header .menu_acoes .acionadores .nivel_acesso { display: inline-block; vertical-align: top; position: relative; display: inline-block; vertical-align: top; }
header .menu_acoes .acionadores .nivel_acesso span { font-size: 8px; font-weight: 500; letter-spacing: 1px; color: #000000; padding: 2px 5px; background-color: #ffffff; text-transform: uppercase; margin-left: 5px; }
header .menu_acoes .acionadores:hover, header .menu_acoes .acionadores i.ativador {color: var(--cor-principal) }

header .menu_acoes .acionadores .submenu { position: absolute; margin: -1px 0px 0px 0px; top: 60px; display: none; width: 200px; height: auto; z-index: 902; padding: 0px; background-color: #ffffff; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); overflow: hidden; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
header .menu_acoes .acionadores .submenu#submenu6 { right: 0px; background-color: #ffffff; }
header .menu_acoes .acionadores .submenu .subitem { cursor: pointer; height: auto !important; border-bottom: #f4f6f8 1px solid; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); padding: 4px 10px 2px 10px; text-align: right; color: #000000; font-size: 12px; line-height: 25px !important; font-family: var(--fonte-padrao); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
header .menu_acoes .acionadores .submenu .subitem.sair { background-color: red; color: #ffffff; border-bottom: red 1px solid; }
header .menu_acoes .acionadores .submenu .subitem.sair i { color: #ffffff !important; }
header .menu_acoes .acionadores .submenu .subitem i { width: 35px; padding: 0px 8px 0px 0px !important; text-align: center; float: left; font-size: 16px; line-height: 25px !important; height: auto !important; color: var(--cor-principal); }
header .menu_acoes .acionadores .submenu .subitem i.fa-warehouse { font-size: 13px; }
header .menu_acoes .acionadores .submenu .subitem:hover { background-color: #f4f6f8; padding: 4px 15px 2px 5px; color: var(--cor-principal); }
header .menu_acoes .acionadores .submenu .subitem.sair:hover { background-color: red; color: #ffffff; }

/*SEO H1 E H2*/
.tags_especiais { width: 100%; height: auto; position: relative; padding: 50px 0px; background-color: #eaeaea; }
.tags_especiais h1 { width: 100%; height: auto; position: relative; font-weight: 500; padding: 0px 0px 15px 0px; font-size: 16px; font-family: var(--fonte-padrao); color: #000000; text-align: left; line-height: 20px; }
.tags_especiais h2 { width: 100%; height: auto; position: relative; font-weight: 400; padding: 15px 0px 0px 0px; font-size: 13px; font-family: var(--fonte-padrao); color: #2d2d2d; text-align: left; line-height: 18px; }

/* RODAPÉ */
footer { width: 100%; height: auto; position: relative; clear: both; }
footer .direitos { position: relative; width: 100%; height: auto; text-align: center; display: inline-block; vertical-align: top; padding: 20px 0px; border-top: 1px solid #eaeaea; }
footer .direitos .termos { position: relative; display: inline-block; vertical-align: top; width: 50%; height: auto; padding: 20px 0px; line-height: 18px; font-size: 12px; color: #000000; text-align: left; font-family: var(--fonte-padrao); }
footer .direitos .termos a { font-size: 12px; color: #000000; font-family: var(--fonte-padrao); }
footer .direitos .termos a:hover { text-decoration: underline; }
footer .direitos .assinatura_portal { width: 49%; height: auto; position: relative; padding: 20px 0px; text-align: right; display: inline-block; vertical-align: top; }
footer .direitos .assinatura_portal img { display: inline-block; vertical-align: top; text-align: center; width: auto; height: 50px; margin: 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

/* MENU CELULAR */
#menu2start { display: none; cursor: pointer; width: 5px; padding: 0px 10px; height: 47.5px; position: fixed; right: 3px; top: 0px; z-index: 2001; }
#menu2start .barras { width: 100%; height: auto; position: relative; padding-top: 16px; }
#menu2start .barras .barra { width: 100%; height: 5px; position: relative; background-color: var(--cor-principal); margin-bottom: 4px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
#menu2 { display: none; background-color: rgba(0,0,0,0.9); width: 92%; height:100% !important; margin: 0 auto; padding: 60px 4% 0px 4%; position: fixed; z-index: 1000; text-align: center; }
#menu2 li { border-bottom: rgba(255,255,255,0.1) 1px solid !important; list-style-type: none; cursor: pointer; color: #ffffff; text-align: left; font-size: 24px; height: auto; padding: 10px 0px; line-height: 28px; width: 100%; font-weight: 700; font-family: var(--fonte-padrao); display: inline-block; }
#menu2 li .submenu { display: none; }
#menu2 li ol { width: 100%; height: auto; position: relative; padding: 6px 0px 0px 0px; }
#menu2 li ol p { border: none; color: #ffffff; text-align: left; font-size: 24px; height: auto; padding: 6px 0px 6px 15px; line-height: 28px; width: -moz-calc(100% - 15px); width: -webkit-calc(100% - 15px); width: -o-calc(100% - 15px); width: calc(100% - 15px); font-family: var(--fonte-padrao); font-style: italic; }
#menu2 li.destacar { width: 96%; margin: 10px 2% 0px 2%; background: rgba(0,0,0); color: #ffffff; text-align: center; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; position: relative; overflow: hidden; }

::-webkit-input-placeholder { /* Chrome */ color: #68696b !important; }
:-ms-input-placeholder { /* IE 10+ */ color: #68696b !important; }
::-moz-placeholder { /* Firefox 19+ */ color: #68696b !important; opacity: 1; }
:-moz-placeholder { /* Firefox 4 - 18 */ color: #68696b !important; opacity: 1; }

@-webkit-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.8); -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.8); box-shadow: 0 0 0 0 rgba(0,0,0, 0.8); } 70% { -webkit-box-shadow: 0 0 0 15px rgba(0,0,0, 0); -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0); box-shadow: 0 0 0 0 rgba(0,0,0, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0); -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0); box-shadow: 0 0 0 0 rgba(0,0,0, 0); } }
@-moz-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.8); -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.8); box-shadow: 0 0 0 0 rgba(0,0,0, 0.8); } 70% { -webkit-box-shadow: 0 0 0 15px rgba(0,0,0, 0); -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0); box-shadow: 0 0 0 0 rgba(0,0,0, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0); -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0); box-shadow: 0 0 0 0 rgba(0,0,0, 0); } }
@keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0.8); -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.8); box-shadow: 0 0 0 0 rgba(0,0,0, 0.8); } 70% { -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0); -moz-box-shadow: 0 0 0 15px rgba(0,0,0, 0); box-shadow: 0 0 0 15px rgba(0,0,0, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(0,0,0, 0); -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0); box-shadow: 0 0 0 0 rgba(0,0,0, 0); } }

@-webkit-keyframes tremer { 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); } 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); } 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); } 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); } 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); } 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); } 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); } 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); } 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
@-moz-keyframes tremer { 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); } 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); } 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); } 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); } 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); } 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); } 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); } 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); } 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); } }
@keyframes tremer { 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); } 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); } 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); } 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); } 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); } 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); } 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); } 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); } 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); } 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); } 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); } }

@media screen and (max-width: 1100px) {
	.util, .util2, .util3 { width: 100%; }

	.aceite { width: 90%; }

	.esconde_mobile { display: none; }
	.banner_fixo_sem_fundo .local_banner .tag_pagina .label_pagina { line-height: 25px; font-size: 24px; }

	/*CARD VÍDEOS*/
	.video_card { width: 340px; height: auto;font-size: 15px; margin: 10px 10px 25px 10px; float: none; display: inline-block; padding-bottom: 15px; }
	.video_card img { width: 340px; height: auto; padding: 0px; background-color: #607889; }
	.video_card .info { width: 340px; height: auto; position: relative; color: #607889; font-size: 15px; text-align: center; padding: 7px 5px 10px 5px; }
	.video_card .info span { font-size: 15px; float: none; }

	/*CARD BLOG 1*/
	.blog_card_1 { width: -moz-calc(90% - 40px); width: -webkit-calc(90% - 40px); width: -o-calc(90% - 40px); width: calc(90% - 40px); padding-left: 5%; padding-right: 5%; text-align: center; }
	.blog_card_1 .avatar { margin-top: 15px; display: inline-block; vertical-align: top; }
	.blog_card_1 .resumo { padding: 10px 15px; }
	.blog_card_1 .resumo .titulo_post { width: 100%; height: auto; padding: 10px 0px; text-align: center; }
	.blog_card_1 .resumo .introducao_post, .blog_card_1 .resumo .tempo_leitura { text-align: center; }
	.blog_card_1:hover .resumo { padding: 10px 15px; }
	.blog_card_1:hover .cta { padding: 12px 25px; }

	/*CARD BLOG 2*/
	.blog_card_2 { width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); padding-bottom: 20px; text-align: center; }	
	.blog_card_2 .resumo { width: -moz-calc(100% - 30px); width: -webkit-calc(100% - 30px); width: -o-calc(100% - 30px); width: calc(100% - 30px); padding: 10px 15px; text-align: center; }
	.blog_card_2 .resumo .titulo_post { width: 100%; height: auto; padding: 10px 0px; text-align: center; }
	.blog_card_2 .resumo .introducao_post,
	.blog_card_2 .resumo .tempo_leitura { text-align: center; }
	.blog_card_2:hover .resumo { padding: 10px 15px; }
	.blog_card_2:hover .cta { padding: 12px 25px; }

	#amensagem_curta { right: inherit; width: 310px; left: 50%; margin-left: -175px; text-align: left; }

	/* TOPO */
	header { height: auto; background-color: #ffffff; -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.1); }
	header .topo_informacoes { padding: 0px; text-align: center; }
	header .menu_acoes { width: 100%; height: auto; position: relative; padding: 5px 0px; text-align: left; }
	header .menu_acoes .logomarca { width: 190px; margin: 0px; height: 40px; background-position: center; background-size: auto 100%; float: none; display: inline-block; }
	header .menu_acoes nav, header .menu_acoes #aciona_busca, header .busca_rapida { display: none; }
	header .menu_acoes .botoes { margin: 6px 20px 6px 0px; }
	header .menu_acoes .botoes .cta_registro, header .menu_acoes .botoes .cta_login,
	header .menu_acoes .botoes .cta_registro:hover, header .menu_acoes .botoes .cta_login:hover { font-size: 13px; margin-right: 4px; padding: 8px 10px 5px 10px; }
	header .menu_acoes .acionadores { background-color: transparent; font-size: 14px; }
	header .menu_acoes .acionadores { cursor: pointer; width: auto; min-width: 30px; height: 44px; line-height: 44px; }
	header .menu_acoes .acionadores.logado { padding-right: 26px; }
	header .menu_acoes .acionadores i { line-height: 42px; }
	header .menu_acoes .acionadores .perfil { margin: 0px 5px 2px 4px; }
	header .menu_acoes .acionadores .submenu { top: 40px; }

	/* RODAPÉ */
	footer { width: 96%; height: auto; padding: 0px 2%; }
	footer .direitos .termos { width: 100%; text-align: center; }
	footer .direitos .assinatura_portal { width: 100%; height: auto; position: relative; padding: 20px 0px; text-align: center; }

	#menu2start { display: block; }

	.titulo_padrao { width: 96%; height: auto; padding: 12px 2% 5px 2%; }
	.titulo_padrao .acao_titulo { width: 100%; text-align: center; height: auto; }
	.titulo_padrao .acao_titulo .legenda { text-align: center; }
	.titulo_padrao .complemento { text-align: center; width: 100%; height: auto; padding-top: 10px; }
	.titulo_padrao .acao_blocos { width: 96%; height: auto; text-align: center; padding: 30px 2%; }
	.titulo_padrao .acao_blocos .legenda { text-align: center; }

	.titulo_global { width: 96%; height: auto; padding: 20px 2% 5px 2%; }
	.titulo_global .tag_global { line-height: 40px; }
	.titulo_global .tag_global .label_global { font-size: 18px; line-height: 40px; }
	.titulo_global .tag_global .label_global span { width: auto; display: inline-block; vertical-align: top; margin: 0px 0px 0px 10px; font-size: 18px; }
	.titulo_global .tag_global img { line-height: 40px; position: relative; vertical-align: middle; max-height: 40px; max-width: 100px; display: inline-block; float: none; }
	.titulo_global .tag_global .label_global .complemento { max-width: 100%; text-align: left; font-size: 14px; }
	.titulo_global .tag_global .linha_padrao , .titulo_global .tag_global .linha_padrao_azul_claro , .titulo_global .tag_global .linha_padrao_rosa  { margin-right: 10px; }
	.titulo_global .nova_acao { float: none; display: inline-block; margin-top: 10px; font-size: 12px; }
	.titulo_global:hover .tag_global { padding-left: 0px; }
	.titulo_global:hover .tag_global .label_global span { padding: 10px 15px; }

	.seminovo_card { width: 320px; height: auto; }
	.seminovo_card .avatar, .seminovo_card .avatar img { width: 320px; height: auto; }
	.seminovo_card .diferenciais { margin: 170px 0px 0px 0px;}

	/* BANNER PÁGINAS */
	.banner_fixo { margin-top: 70px; }
	.banner_fixo .local_banner { width: 94%; height: auto; position: absolute; z-index: 11; text-align: center; }
	.banner_fixo .local_banner .titulo_pagina { text-align: center; padding-top: 50px; }
	.banner_fixo .local_banner .introducao_pagina { text-align: center; font-size: 22px; }
	.banner_fixo:hover .titulo_pagina { padding-top: 50px; }
	.banner_fixo_sem_fundo .local_banner, .banner_fixo_sem_fundo .local_banner .titulo_pagina, .banner_fixo_sem_fundo .local_banner .introducao_pagina { text-align: center; }

	header .menu_acoes .acionadores .submenu { position: fixed; top: 46px; width: -moz-calc(100% - 20px); width: -webkit-calc(100% - 20px); width: -o-calc(100% - 20px); width: calc(100% - 20px); left: 10px;  -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.5); -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.5); box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.5); }
	header .menu_acoes .acionadores .submenu .subitem { font-size: 18px; line-height: 25px !important; }

	/*SEO H1 E H2*/
	.tags_especiais { width: 94%; padding: 40px 3%; }
	.tags_especiais h1, .tags_especiais h2 { text-align: center; }
}