@charset "utf-8";
:root { 
	--cor-primaria: 		#335086;
	--cor-texto-default: 	#335086;
	--fonte-padrao: 		 'Viga';
	--fonte-destaque: 	  'Antonio';
}

body { font-size: 14px; font-family: var(--fonte-padrao), Calibri, Arial, sans-serif; text-rendering: geometricPrecision !important; -webkit-font-smoothing: antialiased !important; height: auto; font-weight: 400; background-color: #ffffff; color: #545454; }
* { margin: 0px; padding: 0px; border: none; list-style: none; text-decoration: none; }
*:focus { outline: none; }
::selection { color: #ffffff; background-color: var(--cor-primaria);  }

/* 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: 1000px; margin: 0 auto; height: auto; position: relative; display: block; }
.util2 { width: 80%; margin: 0 auto; height: auto; position: relative; display: block; }
.util3 { width: 1000px; 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; }
#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: 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: 10px; -webkit-border-radius: 10px; border-radius: 10px; 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; }
.blur { -webkit-filter: blur(3px); -moz-filter: blur(3px); -ms-filter: blur(3px); -o-filter: blur(3px); filter: blur(3px); }
.blur_menor { -webkit-filter: blur(2px); -moz-filter: blur(2px); -ms-filter: blur(2px); -o-filter: blur(2px); filter: blur(2px); }
.opaco img { -webkit-filter: grayscale(100%); filter: grayscale(100%); filter: gray; opacity: 0.4; }
section { padding: 0px; background-color: #ffffff; 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; }
.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);  }

.titulo_bloco { width: 100%; height: auto; position: relative; font-family: var(--fonte-padrao); font-weight:700; font-size: 28px; line-height: 30px; text-align: left; color: var(--cor-primaria); padding: 30px 0px 15px 0px; }
.titulo_bloco span { color: var(--cor-primaria); font-weight:400; }
.titulo_bloco .acessa { width: auto; height: auto; position: absolute; right: 0px; font-family: var(--fonte-padrao); font-size: 14px; line-height: 38px; font-weight:400; color: var(--cor-primaria); top: 30px; }
.titulo_bloco .acessa:hover { text-decoration: underline; }

/*HOVER LINE*/
.cool-link { display: inline-block; text-decoration: none; }
.cool-link-ativo::after { content: ''; z-index: 102; position: relative; display: block; width: 100%; height: 1px; background: rgba(255,255,255,0.75); -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: rgba(255,255,255,0.75); -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; }

/*WHATSAPP*/
.whats_chama { width: auto; text-align: center; height: 60px; position: fixed; cursor: pointer; bottom: 20px; left: 50%; transform: translate(-50%,0); z-index: 99; background: rgb(22,252,255); background: linear-gradient(90deg, rgba(22,252,255,1) 0%, rgba(22,187,255,1) 100%); -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 1px, rgba(0, 0, 0, 0.04) 0px 4px 2px, rgba(0, 0, 0, 0.04) 0px 8px 4px, rgba(0, 0, 0, 0.04) 0px 16px 8px, rgba(0, 0, 0, 0.04) 0px 32px 16px; -webkit-border-radius: 45px; -moz-border-radius: 45px; border-radius: 45px; overflow: hidden; color: var(--cor-primaria); line-height:60px; font-size: 20px; font-family:var(--fonte-padrao); font-weight: 700; padding: 0px 35px 0px 25px; }
.whats_chama:hover { bottom: 26px; box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; background: linear-gradient(90deg, rgba(22,187,255,1) 0%), rgba(22,252,255,1) 100%; }
.whats_chama i { position: relative; color: var(--cor-primaria); width: auto; height: auto; display: inline-block; vertical-align: top; padding-right: 15px; line-height:60px; font-size: 30px; font-weight:lighter; }

/*ACEITE*/
.aceite { width: -moz-calc(100% - 120px); width: -webkit-calc(100% - 120px); width: -o-calc(100% - 120px); width: calc(100% - 120px); height: auto; position: fixed; left: 0; bottom: 0px; padding: 30px 60px; 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; }
.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: 10px 0px 10px 10px; letter-spacing: 0px;  background: rgb(0,47,98); background: linear-gradient(47deg, rgba(0,47,98,1) 0%, rgba(155,0,22,1) 100%); color: #ffffff; font-weight: 300; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; 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;  -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; overflow: hidden; }
.aceite .cta-aceite:hover { background-color: var(--cor-primaria); }
.aceite .chama-aceite { width: -moz-calc(100% - 250px); width: -webkit-calc(100% - 250px); width: -o-calc(100% - 250px); width: calc(100% - 250px); font-size: 13px; font-family: var(--fonte-padrao); text-align: left; color:  #000000; 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: #000000; font-size: 13px; line-height: 20px; font-family: var(--fonte-padrao); font-weight: 400; text-decoration: underline; }
.aceite .chama-aceite a:hover { background-color: #f4f6f8; }

/*SEO H1 E H2*/
.tags_especiais { width: 100%; height: auto; position: relative; padding: 50px 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; }

/* POPUP */
#fechar { z-index:100001; position:fixed; }
#fechapopup { width: 75px; position: fixed; cursor: pointer; z-index:100002; left: 50%; margin-left: -57.5px; top: -50px; color: #ffffff; background-color: var(--cor-primaria); font-size: 12px; letter-spacing: 4px; font-family: var(--fonte-padrao); font-weight: 600; padding: 5px 15px 5px 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
#mascara { 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; }
#pop { transform: translate(-50%, -50%); }

/* TOPO */
header { width: 100%; height: auto; position: fixed; top: 0px; left: 0px; z-index: 1000; padding: 50px 0px; -moz-transition: all 0.75s ease; -o-transition: all 0.75s ease; -webkit-transition: all 0.75s ease; transition: all 0.75s ease; text-align: center; }
header .util { text-align:left; }
header .util .logomarca { display: inline-block; vertical-align: top; width: 270px; height: 120px; position: relative; background-repeat: no-repeat; background-position: center center; background-size: 100% auto; background-image: url(../imagens/logo-everest.png); z-index: 10000; margin: 0px 0px 0px 110px; -moz-transition: all 0.75s ease; -o-transition: all 0.75s ease; -webkit-transition: all 0.75s ease; transition: all 0.75s ease; }

/*FLUTUANTE*/
header.flutuante { height: 60px; background: #ffffff; padding: 5px 0px; box-shadow: rgba(50, 50, 93, 0.1) 0px 30px 60px -12px, rgba(0, 0, 0, 0.15) 0px 18px 36px -18px; }
header.flutuante .logomarca { width: 140px; height: 60px; margin: 0px 0px 0px -75px; left: 50%; top:0px; }

/*FOOTER*/
/*footer { width: 100%; height: auto; position: relative; clear: both; background: #d3d3d3; padding: 100px 0px 25px 0px; background-repeat: no-repeat; z-index: 130; background-position: center top; background-image: url(../imagens/bg-rodape.png); }*/
footer { width: 100%; height: auto; position: relative; clear: both; background: #d3d3d3; padding: 260px 0px 25px 0px; background-repeat: no-repeat; z-index: 130; background-position: center top; background-image: url(../imagens/bg-rodape.png); }
footer .sobre_form { width: 450px; height: auto; display: inline-block; position: relative; vertical-align: top; z-index: 10; margin: 0 40px 0 0px; text-align: left; }
footer .sobre_form .descricao_rodape { width: 90%; height: auto; display: inline-block; position: relative; vertical-align: top; font-family: var(--fonte-padrao); color: #ffffff; line-height: 28px; font-size: 20px; font-weight: 400; text-align: left; }
footer .sobre_form p { width: 100%; height: auto; padding: 0px 0px 30px 0px; position: relative; text-transform: uppercase; font-family: var(--fonte-destaque); color: #ffffff; line-height: 50px; font-size: 42px; font-weight: 700; text-align: left; display: inline-block; vertical-align: top; -moz-transition: all 1.2s ease; -o-transition: all 1.2s ease; -webkit-transition: all 1.2s ease; transition: all 1.2s ease; }

/*FOOTER MATRÍCULAS*/
footer .footer-matriculas { width: 450px; height: auto; display: inline-block; position: relative; vertical-align: top; margin: 0 0px 0 20px; }
footer .footer-matriculas .intros { width: auto; padding: 0px 0px 15px 0px; height: auto;font-family: var(--fonte-padrao), sans-serif; font-size: 32px; line-height: 32px; text-align: center; font-weight: 700; color: var(--cor-primaria); }
footer .footer-matriculas .slogan { width: auto; padding: 0px 0px 15px 0px; height: auto;font-family: var(--fonte-padrao), sans-serif; font-size: 18px; line-height: 20px; text-align: center; font-weight: 400; color: var(--cor-primaria); }
footer .footer-matriculas .linha { width: 100%; margin: 5px 0px; height: auto; text-align: center; position: relative; }
footer .footer-matriculas .linha_aceite { width: 100%; height: auto; text-align: center; position: relative; font-size: 14px; font-weight:400; padding: 0px; color: #ffffff; font-family: var(--fonte-padrao); line-height: 20px; }
footer .footer-matriculas .linha input[type="text"] { -webkit-appearance: none; -moz-appearance: none; letter-spacing: 0px; letter-spacing: 2px; text-transform: uppercase; padding: 10px 20px; font-size: 14px; font-weight: 400; background-color: #ffffff; color: var(--cor-primaria); font-family: var(--fonte-padrao); height: auto; line-height: 30px; width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); margin-bottom: 2px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; }
footer .footer-matriculas .linha select { -webkit-appearance: none; -moz-appearance: none; letter-spacing: 0px; letter-spacing: 2px; text-transform: uppercase; padding: 10px 0px 10px 20px; font-size: 14px; font-weight: 400; background-color: #ffffff; color: var(--cor-primaria); font-family: var(--fonte-padrao); height: auto; line-height: 30px; width: 100%; margin-bottom: 5px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; }
footer .footer-matriculas .linha input[type="submit"] { display: none; text-transform: uppercase; cursor: pointer; margin: 0px; width: auto; padding: 10px 30px; background: #be2b2c; color: #ffffff; font-size: 11px; 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; }
footer .footer-matriculas .linha input[type="submit"]:hover { padding: 10px 35px; }
footer .footer-matriculas .linha input[type="text"]::-webkit-input-placeholder { /* Chrome */ color: var(--cor-primaria) !important; }
footer .footer-matriculas .linha input[type="text"]:-ms-input-placeholder { /* IE 10+ */ color: var(--cor-primaria) !important; }
footer .footer-matriculas .linha input[type="text"]::-moz-placeholder { /* Firefox 19+ */ color: var(--cor-primaria) !important; opacity: 1; }
footer .footer-matriculas .linha input[type="text"]:-moz-placeholder { /* Firefox 4 - 18 */ color: var(--cor-primaria) !important; opacity: 1; }

footer .direitos { position: relative; width: 100%; height: auto; padding: 50px 0px 20px 0px; text-align: center; clear: both; }
footer .direitos .arcanjo { display: inline-block; position: relative; width: 100%; text-align: center; vertical-align:top; padding: 25px 0px 0px 0px; }
footer .direitos .arcanjo span { display:inline-block; vertical-align:top; position:relative; line-height: 16px; font-size: 13px; letter-spacing: 2px; color: #ffffff; text-align: left; font-family: var(--fonte-padrao); font-weight: lighter; padding:0px 6px; }
footer .direitos .arcanjo i { width: 20px; height: 16px; display: inline-block; vertical-align: top; margin: 0px 2px; font-size: 18px; line-height: 16px; color: #ffffff; -webkit-animation: heartbeat 2.5s infinite; -moz-animation: heartbeat 2.5s infinite; animation: heartbeat 2.5s infinite; }
footer .direitos .arcanjo #logo_arcanjo { margin-top: 0px; margin-left: 10px; position: relative; height: 22px; position:relative; display:inline-block; vertical-align:top; }

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

@media screen and (max-width: 1100px) {
	.util, .util2, .util3 { width: 100%; }
	section { padding: 60px 0px 0px 0px; top: 0px; left: 0px; }
	div[vw] { right: 0px !important; top: 20px !important; margin-top: 0px !important; }
	.aceite { width: -moz-calc(100% - 40px); width: -webkit-calc(100% - 40px); width: -o-calc(100% - 40px); width: calc(100% - 40px); padding: 20px; }
	.aceite .chama-aceite { width: 100%; padding: 0px; text-align: center; }
	.aceite .cta-aceite { margin-top: 15px; }
	#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*/
	.whats_chama { width: 95%; text-align: center; height: 40px; bottom: 5px; right: 2.5; padding-right: 0px; padding-left: 0px; line-height:40px; font-size:14px; -moz-animation: pulse 2s infinite; -o-animation: pulse 2s infinite; -webkit-animation: pulse 2s infinite; }
	.whats_chama:hover { bottom: 5px; }
	.whats_chama i { line-height:40px; font-size:16px; }

	/* TOPO */
	header { text-align: left; height: 50px; background: rgb(255,255,255); padding:5px 0px; }
	header .util .logomarca { width: 130px; height: 50px; margin: 0px 10px; margin-left: -65px; left: 50%; top:0px; display: inline-block; opacity: 1; top: initial; transform: initial; }

	/*FOOTER*/
	footer { width:94%; padding: 40px 3% 0px 4%; background-size: cover; }
	footer .sobre_form, footer .sobre_form .descricao_rodape, footer .sobre_form p { text-align:center; }
	footer .sobre_form { width: 100%; text-align: center; margin: 0px; }
	footer .sobre_form p { font-size:32px; line-height:40px; }
	footer .footer-matriculas { width: 100%; text-align: center; margin: 30px 0px 0px 0px; }
	footer .direitos { width: 94%; padding: 50px 3% 20px 3%; }
}