@charset "utf-8";
:root { 
	--cor-primaria: 		#14345c;
	--cor-secundaria: 		#14345c;
	--cor-destaque: 		#6c7c94;
	--cor-texto-default: 	#14345c;
	--cor-texto-principal: 	#14345c;
	--fonte-padrao:       'Manrope';
}

body { font-size: 15px; font-family: var(--fonte-padrao), Calibri, Arial, sans-serif !important; text-rendering: geometricPrecision !important; -webkit-font-smoothing: antialiased !important; height: auto; font-weight: 400; background-color: #ffffff; color: #000000; }
body.triguito_pagina { background-color: #faa21a; }
* { 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:#717171; 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, .utiln, .util2, .util3 { width: 90%; padding: 0px 5%; 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(82,90,136,0.95); z-index:1091; }
#mascara_filtros { display: none; position:fixed; width:100%; min-height: 100%; left: 0; top: 0; background-color: rgba(82,90,136,0.5); z-index:1000; }
#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: 18px; line-height: 18px; font-family: var(--fonte-padrao); font-weight: 600; color: #ffffff; text-align: center; height: auto; letter-spacing: 0px; }
#amensagem_curta { display: none; position: fixed; z-index: 5000001; bottom: 20px; right: 20px; width: auto; max-width: 340px; padding: 20px; font-size: 14px; line-height: 18px; font-family: var(--fonte-padrao); font-weight: 400; 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: 18px !important; height: 18px !important; line-height: 18px !important; color: #ffffff; float: left; margin-right: 15px; }
.sombra { padding: 6px 0px; -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; }
.margem_sem_titulo { width: 100%; height: 30px; position: relative; }
.blur { -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); filter: blur(3px); }
section { padding: 135px 0px 40px 0px; position: relative; width: 100%; height: auto; margin: 0px; clear: both; }
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; }

/*HOVER LINE*/
.cool-link { display: inline-block; text-decoration: none; }
.cool-link-ativo::after { content: ''; z-index: 102; position: relative; display: block; color: var(--cor-destaque); font-weight: 700; width: 100%; height: 1px; background: var(--cor-secundaria); -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: ''; z-index: 102; position: relative; display: block; width: 0; height: 1px; background: var(--cor-secundaria); -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%; z-index: 102; position: relative; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

/*TAMANHO DOS TEXTOS*/
.vertudo { width: 100%; height: auto; margin: 15px 0px; position: relative; text-align: center; }
.vertudo .fsize { width: 100%; height: 20px; text-align: left; position: relative; display: inline-block; vertical-align: top; }
.vertudo .fsize .fmenos,.fsize .fmais { width: auto; padding: 0px 15px; letter-spacing: 1px; line-height: 24px; cursor: pointer; display: inline-block; vertical-align: top; color: var(--cor-primaria); background-color: #f2f2f2; font-weight: 600; font-size: 12px; text-transform: uppercase; text-align: center;  -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: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.vertudo .fsize .fmais:hover, .fsize .fmenos:hover { color: #ffffff; background-color: var(--cor-primaria); }

/*WHATSAPP*/
.chama_whats { width: 45px; text-align: center; height: 45px; position: fixed; bottom: 10px; right: 10px; z-index: 1000; -moz-transition: all 0.6s ease; -o-transition: all 0.6s ease; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }
.chama_whats:hover { bottom: 20px; }
.chama_whats .ico { position: relative; z-index: 10; width: 45px; height: 45px; background: #00cf2e; display: inline-block; vertical-align: top; text-align:center; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; overflow: hidden; }
.chama_whats .ico i { font-size: 25px; width: 100%; height: 45px; line-height: 45px; color: #ffffff; text-align:center; }

.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; font-weight: 700; }
.tag_padrao .linha_padrao { width: 6px; height: 20px; background-color: var(--cor-primaria); position: relative; float: left; margin-right: 20px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.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 0px 20px 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 img { float: left; width: auto; height: auto; max-height: 35px; padding: 0px 10px 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: 100%; height: auto; padding: 0px; font-size: 24px; font-family: var(--fonte-padrao); color: var(--cor-texto-default); text-align: left; line-height: 20px; font-weight: 600; text-transform: uppercase; }
.titulo_global .tag_global .label_global_menor span { width: auto; height: auto; position: relative; display: inline-block; vertical-align: top; font-size: 32px; font-family: var(--fonte-padrao); color: var(--cor-primaria); text-align: left; line-height: 20px; font-weight: 600; padding: 10px 15px; margin: -10px 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; }
.titulo_global .tag_global .label_global span { width: auto; text-align: left; color: var(--cor-primaria); font-size: 32px; font-family: var(--fonte-padrao); text-align: left; line-height: 32px; font-weight: 400; letter-spacing: -1px; position: relative; display: inline-block; padding: 10px 0px; }
.titulo_global .tag_global .label_global span:before { width: 8px; height:32px; background: var(--cor-destaque); position:relative; margin: 0px 12px 0px 0px; display: inline-block; vertical-align:top; content:''; -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: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.titulo_global .tag_global .label_global.branco,
.titulo_global .tag_global .label_global.branco span { color: #ffffff; }
.titulo_global .tag_global .label_global .complemento { clear: both; vertical-align: top; width: 100%; font-size: 15px; font-family: var(--fonte-padrao); color: #818181; text-align: left; line-height: 20px; position: relative; z-index: 10; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; font-weight: 400; padding: 0px; margin: 10px 0px 0px 0px; }
.titulo_global .tag_global .label_global .adicional { clear: both; vertical-align: top; width: 100%; font-size: 14px; font-family: var(--fonte-padrao); color: #818181; 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; font-weight: 400; 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 i { color: var(--cor-primaria); font-size: 20px; padding-right: 10px; }
.titulo_global .tag_global .complemento { clear: both; vertical-align: top; width: 100%; font-size: 15px; font-family: var(--fonte-padrao); color: #000000; text-align: left; padding: 0px; line-height: 22px; 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; font-weight: 500; padding: 0px 0px 40px 0px; border-bottom: 1px solid #f9f9f9; }
.titulo_global .nova_acao { position: relative; float: right; margin-left: 10px; width: auto; height: auto; padding: 6px 15px; font-size: 12px; font-weight: 500; font-family: var(--fonte-padrao); background-color: #eaeaea; color: var(--cor-primaria); 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: 25px; -webkit-border-radius: 25px; border-radius: 25px; margin-top: 20px }
.titulo_global .nova_acao i { padding-right: 10px; }
.titulo_global .nova_acao:hover { background: #f9f9f9;  color: var(--cor-primaria); padding: 6px 25px; }
.titulo_global .nova_acao.simples { background-color: #ffffff; text-decoration: underline; }
.titulo_global .nova_acao.simples:hover { color: #000000; }

/*TITULO PADRÃO*/
.titulo_padrao { width: 100%; height: auto; padding: 25px 0px; position: relative; text-align: left; line-height: 30px; font-family: var(--fonte-padrao); color: var(--cor-texto-principal); font-weight: 600; font-size: 24px; letter-spacing:2px; }
.titulo_padrao span { position:relative; display: inline-block; vertical-align: top; font-size: 32px; letter-spacing: -1px; font-family: var(--fonte-padrao); color: var(--cor-primaria); text-align: left; line-height: 32px; font-weight: 500; }
.titulo_padrao span:before { width: 8px; height:32px; background: var(--cor-destaque); position:relative; margin: 0px 12px 0px 0px; display: inline-block; vertical-align:top; content:''; -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: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.titulo_padrao.claro { color: #ffffff; }
.titulo_padrao.centraliza_detalhe { text-align:center; text-transform:initial; }
.titulo_padrao.centraliza_detalhe::before { position:absolute; content:''; z-index: 15; width: 30px; height:5px; background: var(--cor-secundaria); bottom: 15px; left:50%; transform: translate(-50%,0); -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow:hidden;   -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.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: #000000; font-weight: 200; font-size: 22px; text-align: right; }
.titulo_padrao .complemento span { font-weight: 600; }
.titulo_padrao .complemento:hover { text-decoration: underline; }

.introducao_padrao { font-size: 14px; text-align: left; color: #000000; position: relative; padding: 10px 0px; width: 100%; font-family: var(--fonte-padrao); }
.introducao_padrao_pagina { font-size: 17px; font-weight: 200; text-align: left; color: #000000; 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-primaria);  }
.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; font-weight: bold; text-align: center; }
.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-primaria);  color: #ffffff; font-weight: bold; text-align: center;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }

/*ACEITE*/
.aceite { width: 80%; height: auto; position: fixed; left: 5%; bottom: 30px; padding: 40px 5%; background-color: rgba(255,255,255); 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; overflow: hidden; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; }
.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: 0px; width: 200px; padding: 15px 0px 15px 10px; text-transform: uppercase; background: var(--cor-primaria); color: #ffffff; font-size: 14px; font-family: var(--fonte-padrao); font-weight: 400; -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: 40px; -moz-border-radius: 40px; border-radius: 40px; overflow: hidden; letter-spacing: 2px; }
.aceite .cta-aceite:hover { background-color: var(--cor-primaria); width: 210px; }
.aceite .chama-aceite { width: -moz-calc(100% - 260px); width: -webkit-calc(100% - 260px); width: -o-calc(100% - 260px); width: calc(100% - 260px); font-size: 13px; font-family: var(--fonte-padrao); text-align: left; color:  var(--cor-texto-default); padding: 0px 30px 0px 0px; position: relative; display: inline-block; vertical-align: top; }
.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: var(--cor-texto-default); font-size: 13px; line-height: 24px; font-family: var(--fonte-padrao); font-weight: 400; text-decoration: underline; }
.aceite .chama-aceite a:hover { background-color: #f4f6f8; }

/*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; -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; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 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 30px 10px 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; }
.blog_card_1 .resumo .titulo_post { width: 100%; height: auto; padding: 10px 0px 10px 0px; position: relative; font-family: var(--fonte-padrao); color: #000000; line-height: 20px; font-size: 16px; font-weight: 600; text-align: left; }
.blog_card_1 .resumo .introducao_post { width: 100%; height: auto; padding: 0px; position: relative; font-family: var(--fonte-padrao); color: #969696; line-height: 18px; font-size: 12px; font-weight: 400; text-align: left; }
.blog_card_1 .resumo .cta { padding: 12px 0px; letter-spacing: 1px; width: auto; display: inline-block; margin: 20px 0px 6px 0px; text-align: center; line-height: 15px; font-family: var(--fonte-padrao); color: #000000; font-weight: 600; font-size: 12px;  -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 .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-weight: 400; 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; -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 { background-color: #ffffff; }
.blog_card_1: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_1:hover .resumo { padding: 10px 15px; }
.blog_card_1:hover .autor { background-color: #eaeaea; }

/*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; font-weight: 600; 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; font-weight: 400; 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; font-weight: 600; 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-weight: 600; 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; }
.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; }

/* POPUP */
#fechar { z-index:100001; position:fixed; }
#fechapopup { height: 40px; line-height: 40px; width: 40px; position: fixed; cursor: pointer; z-index:100002; left: 50%; margin-left: -20px; top: -20px; color: #ffffff; background-color: var(--cor-primaria); font-size: 14px; font-family: var(--fonte-padrao); font-weight: 700; padding: 0px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
#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(196,36,46,0.75); z-index:1099; }
.fb_iframe_widget { left: 0px !important; }
#pop { transform: translate(-50%, -50%); }

/* TOPO */
header { width: 90%; height: auto; top: 0px; position: relative; left: 0px; background-color: #ffffff; padding: 25px 5%; z-index: 1000; -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; }
header .logomarca { width: 300px; height: 120px; margin: 0px; cursor: pointer; position: absolute; left: 5%; transform: translate(0,-50%); top: 50%; z-index: 1000; text-align:center; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; overflow:hidden; }
header .logomarca img { width:auto; height:auto; position:relative; display:inline-block; vertical-align:top; margin: 10px 0px; max-width:100%; max-height: 110px; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }

header .acoes_topo { width: 50%; position:absolute; height:auto; right:5%; top: 50%; transform: translate(0,-50%); text-align:right; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
header .acoes_topo .redes { margin: 20px 0px; text-align: center; width: 100%; height: auto; position: relative; -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:right }
header .acoes_topo .redes i { display: inline-block; width: 25px; height: 25px; vertical-align: top; line-height: 25px; font-size: 16px; color: var(--cor-primaria); margin: 0px; cursor: pointer; text-align:center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0px 0px 0px 10px }
header .acoes_topo .redes i:hover { color: var(--cor-secundaria); }

header #menu2start { display: none; }

header .menu_acoes { width: auto; display: inline-block; vertical-align: top; height: auto; position: relative; padding: 25px 0px; text-align: center; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; margin: 0px 0px 0px 150px; }
header .menu_acoes nav { width: auto; height: auto; display: inline-block; vertical-align: top; z-index: 1001; position: relative; display: inline-block;vertical-align: top; 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; }
header .menu_acoes nav ul { width: 100%; height: auto; list-style-type: none; text-align: center; position: relative; display:inline-block; vertical-align:top; }
header .menu_acoes nav ul li { width: auto; cursor: pointer; height: 25px; line-height: 25px; margin: 40px 0px; color: var(--cor-primaria); font-size: 13px; font-family: var(--fonte-padrao); font-weight: 500; 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; position:relative; padding: 5px 12px; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }
header .menu_acoes nav ul li span { line-height: 25px; }
header .menu_acoes nav ul li:hover span { color: var(--cor-destaque); font-weight: 700; }
header .menu_acoes nav ul li ol { position: absolute; margin: 0px 0px 0px -20px; top: 25px; display: none; width: 225px; height: auto; z-index: 902; background-color: #eaeaea; padding: 12px 20px; -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; text-align: left; }
header .menu_acoes nav ul li ol p { cursor: pointer; width: 100%; padding: 3px 0px; text-align: left; color: var(--cor-primaria); font-size: 13px; line-height: 15px; letter-spacing: 0px; font-family: var(--fonte-padrao); font-weight: 500; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; text-transform: initial; letter-spacing:0px; }
header .menu_acoes nav ul li ol.maior_sub p { padding: 0px; }
header .menu_acoes nav ul li ol p:hover { color: var(--cor-destaque); font-weight: 700; }

/*FLUTUANTE*/
header.flutuante { position: fixed; -webkit-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.05); -moz-box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.05); box-shadow: 0px 15px 20px 0px rgba(0,0,0, 0.05); padding: 10px 5%; }
header.flutuante .logomarca { width: 200px; height: 80px; }
header.flutuante .logomarca img { max-height: 80px; margin: 0px; }
header.flutuante .menu_acoes { padding: 0px; }
header.flutuante .menu_acoes nav ul li { margin: 20px 0px; }

/*SEO H1 E H2*/
.tags_especiais { width: 100%; height: auto; position: relative; padding: 100px 0px; }
.tags_especiais h1 { width: 100%; height: auto; position: relative; padding: 0px 0px 15px 0px; font-size: 18px; font-family: var(--fonte-padrao); color: var(--cor-texto-default); text-align: left; line-height: 24px; font-weight: 600; border-bottom: 1px solid #eaeaea; }
.tags_especiais h2 { width: 100%; height: auto; position: relative; padding: 15px 0px 0px 0px; font-size: 12px; font-family: var(--fonte-padrao); color: var(--cor-texto-default); text-align: left; line-height: 20px; font-weight: 400; }

/* RODAPÉ */
footer { width: 100%; height: auto; position: relative; clear: both; padding: 0px; text-align: center; background: #eaeaea; z-index:90; text-align:left; }
footer.semmargem { padding-top: 0px; }
footer .contatos .form { width: 25%; height:auto; position:relative; text-align: left; padding: 0px 0px 75px 0px; margin: 0px 6% 0px 0px; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; display:inline-block; vertical-align:top }
footer .contatos .form .chamada { width:100%; height:auto; position:relative; display:inline-block; vertical-align:top; margin: 0px; color: var(--cor-primaria); font-size: 32px; font-family: var(--fonte-padrao); text-align: left; line-height: 32px; font-weight: 400; letter-spacing: -1px; }
footer .contatos .form .chamada:before { width: 8px; height:32px; background: var(--cor-destaque); position:relative; margin: 0px 12px 0px 0px; display: inline-block; vertical-align:top; content:''; -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: 5px; -moz-border-radius: 5px; border-radius: 5px; }
footer .contatos .form form { width:100%; position:relative; display:inline-block; vertical-align:top; text-align:left; padding: 0px 0px 20px 0px; }
footer .contatos .form form input[type=text] { font-family: var(--fonte-padrao); width: -moz-calc(100% - 42px); width: -webkit-calc(100% - 42px); width: -o-calc(100% - 42px); width: calc(100% - 42px); height:50px; line-height:50px; font-size:15px; color: var(--cor-primaria); background-color: #ffffff; 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; border: 1px solid #ffffff; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; padding:0px 20px; margin: 0px 0px 5px 0px }
footer .contatos .form form input[type=text]::-webkit-input-placeholder { /* Chrome */ color: var(--cor-primaria); !important; }
footer .contatos .form form input[type=text]:-ms-input-placeholder { /* IE 10+ */ color: var(--cor-primaria); !important; }
footer .contatos .form form input[type=text]::-moz-placeholder { /* Firefox 19+ */ color: var(--cor-primaria); !important; opacity: 1; }
footer .contatos .form form input[type=text]:-moz-placeholder { /* Firefox 4 - 18 */ color: var(--cor-primaria); !important; opacity: 1; }
footer .contatos .form form textarea { font-family: var(--fonte-padrao); width: -moz-calc(100% - 42px); width: -webkit-calc(100% - 42px); width: -o-calc(100% - 42px); width: calc(100% - 42px); height:40px; line-height:18px; font-size:15px; color: var(--cor-primaria); background-color: #ffffff; 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; border: 1px solid #ffffff; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; padding:20px 20px; margin: 0px 0px 5px 0px }
footer .contatos .form form textarea::-webkit-input-placeholder { /* Chrome */ color: var(--cor-primaria); !important; }
footer .contatos .form form textarea:-ms-input-placeholder { /* IE 10+ */ color: var(--cor-primaria); !important; }
footer .contatos .form form textarea::-moz-placeholder { /* Firefox 19+ */ color: var(--cor-primaria); !important; opacity: 1; }
footer .contatos .form form textarea:-moz-placeholder { /* Firefox 4 - 18 */ color: var(--cor-primaria); !important; opacity: 1; }
footer .contatos .form form .linha_aceite { width: 100%; display: inline-block; vertical-align: top; text-align: left; height: auto; color: var(--cor-primaria); font-size: 13px; font-family: var(--fonte-padrao); line-height: 20px; margin: 0px; padding: 10px 0 20px 0; font-weight:400; }
footer .contatos .form form .linha_aceite a {  color: var(--cor-primaria); font-size: 13px; font-family: var(--fonte-padrao); text-decoration: underline; font-weight:400; }
footer .contatos .form form input[type=submit] { cursor: pointer; position:relative; display: inline-block; height:auto; line-height:auto; background: var(--cor-destaque); color: #ffffff; letter-spacing: -1px; font-size: 18px; font-family: var(--fonte-padrao); font-weight: 700; -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: 60px; -moz-border-radius: 60px; border-radius: 60px; padding: 15px 25px; margin: 0px; }
footer .contatos .form form input[type=submit]:hover { padding: 15px 30px; }
footer .contatos .form form input[type=submit].opaco { opacity: 0.4 }
footer .contatos { width: 100%; height: auto; position: relative; text-align: center; vertical-align: top; padding: 100px 0px 0px 0px; }
footer .contatos .chamada { width: 100%; height: auto; position: relative; text-align: left; font-weight: 300; font-size: 11px; line-height: 20px; color: #FFFFFF; letter-spacing:3px; padding-bottom:30px }
footer .contatos .chamada i { display: inline-block; width: 20px; height: 20px; vertical-align: top; line-height: 20px; font-size: 16px; margin: 0px 10px 0px 0px; position:relative; color:var(--cor-primaria); }
footer .contatos .assina { display: inline-block; vertical-align: top; width: 40%; height:auto; position:relative; padding: 90px 0px 0px 0px; }
footer .contatos .assina .assinatura { width: 100%; font-size: 15px; font-family: var(--fonte-padrao); color: var(--cor-primaria); text-align: center; line-height: 22px; font-weight: 400; position: relative; display: inline-block; padding: 20px 0px; }
footer .contatos .assina .assinatura a { font-size: 15px; font-family: var(--fonte-padrao); color: var(--cor-primaria); text-align: center; line-height: 22px; font-weight: 400; }
footer .contatos .assina .assinatura a:hover { text-decoration:underline; }
footer .contatos .assina .assinatura i { font-size: 15px; color: #204F46; position:relative; display:inline-block; vertical-align:top; margin: 0px 6px 0px 0px; }
footer .contatos .dados { display: inline-block; vertical-align: top; width: 25%; height:auto; margin: 0px 0px 0px 3%; text-align:right; position:relative; }
footer .contatos .dados iframe { margin: 60px 0px 0px 0px; -ms-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); -webkit-filter: grayscale(1); width: 100%; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; position:relative; overflow: hidden; }
footer .final { position: relative; width: 100%; height: auto; padding: 20px 0px 0px 0px; text-align: center; clear: both; background-color:#eaeaea; }
footer .final .direitos { position: relative; width: 92%; height: auto; padding: 40px 4%; text-align: center; clear: both; background-color: var(--cor-secundaria); -webkit-border-radius: 20px 20px 0px 0px; -moz-border-radius: 20px 20px 0px 0px; border-radius: 20px 20px 0px 0px; }
footer .final .direitos .termos { position: relative; display: inline-block; vertical-align: top; width: 63%; height: auto; padding: 15px 0px 5px 0px; line-height: 16px; font-size: 12px; color: #ffffff; text-align: left; font-family: var(--fonte-padrao); font-weight: 400; }
footer .final .direitos .termos a { font-size: 12px; color: #ffffff; font-family: var(--fonte-padrao); font-weight: 400; }
footer .final .direitos .termos a:hover { text-decoration: underline; }
footer .final .direitos .arcanjo { display: inline-block; position: relative; width: 36%; text-align: right; vertical-align:top; padding: 25px 0px 0px 0px; }
footer .final .direitos .arcanjo span { display:inline-block; vertical-align:top; position:relative; line-height: 16px; font-size: 12px; color: #ffffff; text-align: left; font-family: var(--fonte-padrao); font-weight: 400; padding:0px 6px; }
footer .final .direitos .arcanjo i { width: 20px; height: 16px; display: inline-block; vertical-align: top; margin: 0px 2px; font-size: 18px; line-height: 16px; color: red; -webkit-animation: heartbeat 2.5s infinite; -moz-animation: heartbeat 2.5s infinite; animation: heartbeat 2.5s infinite; }
footer .final .direitos .arcanjo #logo_arcanjo { margin-top: 0px; margin-left: 10px; position: relative; height: 22px; position:relative; display:inline-block; vertical-align:top; -ms-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); -webkit-filter: grayscale(1); opacity: 0.75; }

/* RODAPÉ */
footer.roda_vocacional { width: 100%; height: auto; position: relative; clear: both; padding: 0px; text-align: center; z-index:90; text-align:left; display:block; background: rgb(144,35,50); background: linear-gradient(180deg, rgba(144,35,50,1) 0%, rgba(97,14,25,1) 100%); }
footer.roda_vocacional .cruz { width: 100%; height:100%; z-index: 1; position:absolute; left:0px; top: 0px; background-image: url(../imagens/cruz-rodape.png); background-repeat:no-repeat; background-position: center top; background-color:transparent; }
footer.roda_vocacional .contatos { width: 100%; height: auto; position: relative; text-align: left; vertical-align: top; padding: 100px 0px 0px 0px; }
footer.roda_vocacional .contatos .form { width: 25%; height:auto; position:relative; text-align: left; padding: 0px 0px 75px 0px; margin: 0px 6% 0px 0px; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; display:inline-block; vertical-align:top; z-index:10; }
footer.roda_vocacional .contatos .form .chamada { width:100%; height:auto; position:relative; display:inline-block; vertical-align:top; margin: 0px; color: #ffffff; font-size: 24px; font-family: var(--fonte-padrao); text-align: left; line-height: 30px; font-weight: 600; letter-spacing:2px; }
footer.roda_vocacional .contatos .form .introduz { width:100%; height:auto; position:relative; display:inline-block; vertical-align:top; margin: 0px 0px 20px 0px; color: #ffffff; font-size: 15px; font-family: var(--fonte-padrao); text-align: left; line-height: 22px; font-weight: 400; }
footer.roda_vocacional .contatos .form form { width:100%; position:relative; display:inline-block; vertical-align:top; text-align:left; padding: 0px 0px 20px 0px; }
footer.roda_vocacional .contatos .form form input[type=text] { font-family: var(--fonte-padrao); width: -moz-calc(100% - 42px); width: -webkit-calc(100% - 42px); width: -o-calc(100% - 42px); width: calc(100% - 42px); height:50px; line-height:50px; font-size:15px; color: var(--cor-primaria); background-color: #ffffff; 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; border: 1px solid #ffffff; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; padding:0px 20px; margin: 0px 0px 5px 0px }
footer.roda_vocacional .contatos .form form input[type=text]::-webkit-input-placeholder { /* Chrome */ color: var(--cor-primaria); !important; }
footer.roda_vocacional .contatos .form form input[type=text]:-ms-input-placeholder { /* IE 10+ */ color: var(--cor-primaria); !important; }
footer.roda_vocacional .contatos .form form input[type=text]::-moz-placeholder { /* Firefox 19+ */ color: var(--cor-primaria); !important; opacity: 1; }
footer.roda_vocacional .contatos .form form input[type=text]:-moz-placeholder { /* Firefox 4 - 18 */ color: var(--cor-primaria); !important; opacity: 1; }
footer.roda_vocacional .contatos .form form .linha_aceite { width: 100%; display: inline-block; vertical-align: top; text-align: left; height: auto; color: #ffffff; font-size: 15px; font-family: var(--fonte-padrao); line-height: 20px; margin: 0px; padding: 10px 0 20px 0; }
footer.roda_vocacional .contatos .form form .linha_aceite a {  color: #ffffff; font-size: 15px; font-family: var(--fonte-padrao); text-decoration: underline; }
footer.roda_vocacional .contatos .form form input[type=submit] { cursor: pointer; position:relative; display: inline-block; margin:  10px 0px 0px 0px; height:auto; line-height:auto; text-transform: uppercase; background: rgb(176,151,107); background: linear-gradient(90deg, rgba(176,151,107,1) 0%, rgba(235,216,180,1) 100%); color: #ffffff; font-size: 16px; 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: 60px; -moz-border-radius: 60px; border-radius: 60px; padding: 10px 20px; }
footer.roda_vocacional .contatos .form form input[type=submit]:hover { color:#ffffff; padding: 10px 25px; }
footer.roda_vocacional .contatos .form form input[type=submit].opaco { opacity: 0.4 }
footer.roda_vocacional .contatos .chamada { width: 100%; height: auto; position: relative; text-align: left; font-weight: 300; font-size: 11px; line-height: 20px; color: #FFFFFF; letter-spacing:3px; padding-bottom:30px }
footer.roda_vocacional .contatos .chamada i { display: inline-block; width: 20px; height: 20px; vertical-align: top; line-height: 20px; font-size: 16px; margin: 0px 10px 0px 0px; position:relative; color:var(--cor-primaria); }
footer.roda_vocacional .contatos .dados .assina { display: inline-block; vertical-align: top; width: 100%; height:auto; position:relative; }
footer.roda_vocacional .contatos .dados .assina .logomarca_centro { width:100%; height:auto; position:relative; text-align:left; margin: 0px 0px 40px 0px; }
footer.roda_vocacional .contatos .dados .assina .logomarca_centro img { position:relative; width:auto; height: 100px; 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; }
footer.roda_vocacional .contatos .dados .assina .assinatura { width: 100%; font-size: 15px; font-family: var(--fonte-padrao); color: #ffffff; text-align: left; line-height: 22px; font-weight: 300; position: relative; display: inline-block; padding: 20px 0px; }
footer.roda_vocacional .contatos .dados .assina .assinatura a { font-size: 15px; font-family: var(--fonte-padrao); color: #ffffff; text-align: left; line-height: 22px; font-weight: 300; }
footer.roda_vocacional .contatos .dados .assina .assinatura a:hover { text-decoration:underline; }
footer.roda_vocacional .contatos .dados { display: inline-block; vertical-align: top; width: 25%; height:auto; margin: 0px 0px 0px 3%; text-align:right; position:relative; float:right; }
footer.roda_vocacional .contatos .dados .redes { margin: 20px 0px; text-align: center; width: 100%; height: auto; position: relative; -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:left }
footer.roda_vocacional .contatos .dados .introdu { width:100%; height:auto; position:relative; display:inline-block; vertical-align:top; margin: 50px 0px 20px 0px; color: #ffffff; font-size: 15px; font-family: var(--fonte-padrao); text-align: left; line-height: 22px; font-weight: 400; padding-top:30px; }
footer.roda_vocacional .contatos .dados .introdu:before { position:absolute; left:0px; top:0px; content:''; width:60%; height:1px; background:var(--cor-primaria); }
footer.roda_vocacional .contatos .dados .redes .siga { width: 100%; font-size: 18px; font-family: var(--fonte-padrao); color: #ffffff; text-align: left; line-height: 20px; font-weight:600; position: relative; display: inline-block; padding: 0px 0px 10px 0px; }
footer.roda_vocacional .contatos .dados .redes i { display: inline-block; width: 40px; height: 40px; vertical-align: top; line-height: 40px; font-size: 20px; color: #ffffff; margin: 0px; cursor: pointer; }
footer.roda_vocacional .contatos .dados .redes i:hover { color: rgba(255, 255, 255, 0.5); }

@-webkit-keyframes heartbeat { 0% { -webkit-transform: scale(0.8); } 5% { -webkit-transform: scale(0.9); } 10% { -webkit-transform: scale(0.8); } 15% { -webkit-transform: scale(1); } 50% { -webkit-transform: scale(0.8); } 100% { -webkit-transform: scale(0.8); }}
@-moz-keyframes heartbeat { 0% { -webkit-transform: scale(0.8); } 5% { -webkit-transform: scale(0.9); } 10% { -webkit-transform: scale(0.8); } 15% { -webkit-transform: scale(1); } 50% { -webkit-transform: scale(0.8); } 100% { -webkit-transform: scale(0.8); }}
@keyframes heartbeat { 0% { transform: scale(0.8); } 5% { transform: scale(0.9); } 10% { transform: scale(0.8); } 15% { transform: scale(1); } 50% { transform: scale(0.8); } 100% { transform: scale(0.8); }}

::-webkit-input-placeholder { /* Chrome */ color: var(--cor-texto-default) !important; }
:-ms-input-placeholder { /* IE 10+ */ color: var(--cor-texto-default) !important; }
::-moz-placeholder { /* Firefox 19+ */ color: var(--cor-texto-default) !important; opacity: 1; }
:-moz-placeholder { /* Firefox 4 - 18 */ color: var(--cor-texto-default) !important; opacity: 1; }

@-webkit-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(94,14,22, 0.8); -moz-box-shadow: 0 0 0 0 rgba(94,14,22, 0.8); box-shadow: 0 0 0 0 rgba(94,14,22, 0.8); } 70% { -webkit-box-shadow: 0 0 0 15px rgba(94,14,22, 0); -moz-box-shadow: 0 0 0 0 rgba(94,14,22, 0); box-shadow: 0 0 0 0 rgba(94,14,22, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(94,14,22, 0); -moz-box-shadow: 0 0 0 0 rgba(94,14,22, 0); box-shadow: 0 0 0 0 rgba(94,14,22, 0); } }
@-moz-keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(94,14,22, 0.8); -moz-box-shadow: 0 0 0 0 rgba(94,14,22, 0.8); box-shadow: 0 0 0 0 rgba(94,14,22, 0.8); } 70% { -webkit-box-shadow: 0 0 0 15px rgba(94,14,22, 0); -moz-box-shadow: 0 0 0 0 rgba(94,14,22, 0); box-shadow: 0 0 0 0 rgba(94,14,22, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(94,14,22, 0); -moz-box-shadow: 0 0 0 0 rgba(94,14,22, 0); box-shadow: 0 0 0 0 rgba(94,14,22, 0); } }
@keyframes pulse { 0% { -webkit-box-shadow: 0 0 0 0 rgba(94,14,22, 0.8); -moz-box-shadow: 0 0 0 0 rgba(94,14,22, 0.8); box-shadow: 0 0 0 0 rgba(94,14,22, 0.8); } 70% { -webkit-box-shadow: 0 0 0 0 rgba(94,14,22, 0); -moz-box-shadow: 0 0 0 15px rgba(94,14,22, 0); box-shadow: 0 0 0 15px rgba(94,14,22, 0); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(94,14,22, 0); -moz-box-shadow: 0 0 0 0 rgba(94,14,22, 0); box-shadow: 0 0 0 0 rgba(94,14,22, 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) {
	div[vw] { top:initial !important; bottom:30px !important; }

	section { padding: 30px 0px !important; }

	.vertudo .fsize { text-align: center; }

	.aceite { width: -moz-calc(90% - 40px); width: -webkit-calc(90% - 40px); width: -o-calc(90% - 40px); width: calc(90% - 40px); padding: 20px; border-radius:15px; }
	.aceite .chama-aceite { width: 100%; padding: 0px; text-align: center; }
	.aceite .cta-aceite { margin-top: 15px; }

	/*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; font-weight: bold; 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; }

	/* TOPO */
	header { z-index: 2001; position: sticky; height: 45px; -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); padding: 5px 5%; text-align:left; }
	header .logomarca { top: 0px; width: 100px; height: 45px; left: 0px; position: relative; transform: translate(0,0); margin: 0px; background-size: auto 100%; display: inline-block; vertical-align: top; float: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
	header .logomarca img { margin: 5px 0px 0px 0px; height: auto; width:auto; max-width: 100%; max-height: 100%; }
	header #menu2start { display: block; padding: 8px 20px; top: 0px; position:absolute; right: 1%; }
	header #menu2start .chama { position:relative; width:100%; height:auto; text-align:center; font-size: 10px; letter-spacing:2px; color: var(--cor-primaria); }
	header #menu2start .barras { width: 25px; height: 25px; margin: 5px 0px 0px 0px; top: 5px; position:relative; }
	header #menu2start .barras .barra { width: 100%; height: 4px; position: relative; background-color: var(--cor-primaria); margin: 5px 0px; }
	header #menu2start .barras .barra:nth-child(2) { width:100%; margin: 5px 0px; }
	header #menu2start:hover .barras .barra { width:100%; }
	header #menu2start:hover .barras .barra:nth-child(2) { width:100%; margin: 5px 0% 5px 0%; }
	header #menu2start.ativado .barras { margin-top:10px; height: 30px; }
	header #menu2start.ativado .barras .barra:nth-child(1) { width:100%; margin: 5px 0px; transform: rotateY(0deg) rotate(45deg); transition: transform 0.6s; position:absolute; }
	header #menu2start.ativado .barras .barra:nth-child(2) { width:100%; margin: 5px 0px; transform: rotateY(0deg) rotate(-45deg); transition: transform 0.6s; top: 0px; position:absolute; }
	header #menu2start.ativado .barras .barra:nth-child(3) { opacity: 0; margin-top: -10px; position:absolute; }
	header .acoes_topo .redes { display:none }
	header .acoes_topo .ao_vivo { position: fixed; bottom: 10px; left:10px; height: 30px; padding: 4px 10px 4px 12px; }
	header .acoes_topo .ao_vivo .icos { margin: 5px 5px 0px 0px; }
	header .acoes_topo .ao_vivo .chamada_ao_vivo { padding: 2px 0px 0px 6px; line-height: 12px; }
	header .acoes_topo .ao_vivo .chamada_ao_vivo p { line-height:12px; }
	header .acoes_topo .busca { margin: 13px 10px; position: absolute; right: 80px; }

	header .menu_acoes { display: none; height: auto; padding: 25px 5%; background: #eaeaea; margin: 0px; text-align: left; -moz-transition: all 1.0s ease; -o-transition: all 1.0s ease; -webkit-transition: all 1.0s ease; transition: all 1.0s ease; z-index:100; border-radius: 15px; }
	header .menu_acoes nav { opacity: 0; width: 100%; height: auto; position: relative; vertical-align: top; padding: 0px; }
	header .menu_acoes nav ul { width: 98%; height: auto; position: relative; list-style-type: none; text-align: left; margin: 0px 1% 5px 1%; display: inline-block; vertical-align: top; }
	header .menu_acoes nav ul li.top { width: 100%; height: auto; padding-bottom: 2px; position: relative; display:block; }
	header .menu_acoes nav ul li.top span { padding-bottom: 0px; border-bottom: initial !important; }
	header .menu_acoes nav ul li { width: 100%; height: auto; position: relative; padding: 0px; margin: 10px 0px; line-height: 20px; font-size: 20px; display: none; }
	header .menu_acoes nav ul li ol { margin: 0px; top: initial; width: 90%; position: relative; height: auto; z-index: 902; background-color: #ffffff; padding: 12px 5%; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;}
	header .menu_acoes nav ul li ol p, header .menu_acoes nav ul li ol.maior_sub p { font-size: 18px; line-height: 18px; padding: 3px 0px; }

	#menu2start { display: block; }

	.tags_especiais { width: 96%; padding: 40px 3%; }
	.tags_especiais h1, .tags_especiais h2 { text-align: center; }

	.titulo_padrao { width: 96%; height: auto; padding: 25px 2%; text-align:center; }
	.titulo_padrao span { float:none; }
	.titulo_global { padding: 0px; text-align: center; }
	.titulo_global:hover .tag_global { padding-left: 0px; }
	.titulo_global .nova_acao:hover { padding: 6px 20px; }
	.titulo_global .nova_acao { margin-top: 10px; display: inline-block; vertical-align: top; float: inherit; }
	.titulo_global .tag_global .complemento { padding: 0px 0px 10px 0px; font-size: 13px; text-align: center; }
	.titulo_global .tag_global { width: 96%; margin-left: 2%; margin-right: 2%; padding: 0px 0px 5px 0px }
	.titulo_global .tag_global .linha_padrao_azul_claro { margin-right: 10px; }
	.titulo_global .tag_global .label_global span { font-weight: 800; margin-top: 10px; clear: both; background-image: url(../imagens/espaco.png); font-size: 20px !important; width: 100%; text-align: center; padding: 10px 0px; }
	.titulo_global .tag_global .label_global span::before { display: none; }

	#amensagem_curta { right: inherit; width: -moz-calc(100% - 60px); width: -webkit-calc(100% - 60px); width: -o-calc(100% - 60px); width: calc(100% - 60px); bottom: 10px; right: 10px; left: 50%; margin-left: -175px; text-align: left; }

	/*WHATSAPP*/
	.chama_whats { width: 40px; text-align: center; height: 40px; position: fixed; bottom: 10px; right: 10px; z-index: 1000; 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; overflow: hidden; }
	.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 .ico { position: relative; width: 40px; height: 40px; display: inline-block; vertical-align: top; }
	.chama_whats .ico i { font-size: 22px; width: 100%; height: 40px; line-height: 40px; color: #ffffff; }

	/* RODAPÉ */
	footer { width: 96%; padding: 0px 2% 60px 2%; text-align:center; }
	footer.semmargem { padding-top: 0px; }
	footer .contatos .form { width: 100%; text-align: center; padding: 25px 0px 75px 0px; margin: 0px; }
	footer .contatos .form .chamada,footer .contatos .form .introduz,footer .contatos .form form { text-align:center }
	footer .contatos .form form input[type=submit] { float:none; display: inline-block; }
	footer .contatos { width: 100%; height: auto; position: relative; text-align: center; vertical-align: top; padding: 40px 0px 0px 0px; }
	footer .contatos .assina { width: 100%; height:auto; position:relative; }
	footer .contatos .dados { width: 100%; margin: 0px; text-align:center; }
	footer .contatos .dados .redes, footer .contatos .dados .redes .siga { text-align:center; }
	footer .final .direitos { text-align:center; }
	footer .final .direitos .termos { width: 100%; text-align: center; }
	footer .final .direitos .arcanjo { width: 100%; text-align: center; padding: 25px 0px 0px 0px; }
	footer .contatos .dados .links_externos { padding-bottom:50px; }
	footer .contatos .dados .links_externos .label, footer .contatos .dados .links_externos li { text-align:center; }
	footer .final .sites ul li { display:inline-block; text-align:center; width:25%; margin:10px 0px; }
	footer .final .sites ul li img { width: auto; max-width:100%; }

	footer.roda_vocacional { text-align:center; }
	footer.roda_vocacional .cruz { display:none; }
	footer.roda_vocacional .contatos .form { width: 100%; text-align: center; padding: 25px 0px 75px 0px; margin: 0px; }
	footer.roda_vocacional .contatos .form .chamada,footer.roda_vocacional .contatos .form .introduz,footer.roda_vocacional .contatos .form form { text-align:center }
	footer.roda_vocacional .contatos .form form input[type=submit] { float:none; display: inline-block; }
	footer.roda_vocacional .contatos { width: 100%; height: auto; position: relative; text-align: center; vertical-align: top; padding: 40px 0px 0px 0px; }
	footer.roda_vocacional .contatos .assina { width: 100%; height:auto; position:relative; text-align:center; }
	footer.roda_vocacional .contatos .dados .assina .logomarca_centro, footer.roda_vocacional .contatos .dados .assina .assinatura { text-align:center; }
	footer.roda_vocacional .contatos .dados { width: 100%; margin: 0px; text-align:center; float:none; }
	footer.roda_vocacional .contatos .dados .redes, footer.roda_vocacional .contatos .dados .redes .siga { text-align:center; }
	footer.roda_vocacional .contatos .dados .introdu { text-align:center; }
	footer.roda_vocacional .contatos .dados .introdu:before { width:100%; }
}