/*
 *
 * CSS com estilos globais
 *
 * @Autor - General Desenvolvimento Web - http://www.ageneral.com.br
 */

/*
	CSS Reset cross-browser
	========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, a,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, figcaption, figure, footer,
	header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

textarea {
	resize: vertical;
}

button {
	outline: none;
	cursor: pointer;
}

ul, ol {
	list-style: outside none;
}

input, textarea {
	outline: 0;
	border: 0 none;
	border-radius: 0;
}

a {
	color: #000;
	text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
}

address, em {
	font-style: normal;
}

body {
	position: relative;
	margin: 0px;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*
	Animação de transição de todos elementos
	========================================================================== */
.transition {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

/*
	Fontes
	========================================================================== */
@font-face {
	font-family: 'klavikach';
	src: url('../fonts/klavikach-medium.eot');
	src: url('../fonts/klavikach-medium.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/klavikach-medium.woff2') format('woff2'), 
		 url('../fonts/klavikach-medium.woff') format('woff'), 
		 url('../fonts/klavikach-medium.ttf') format('truetype'), 
		 url('../fonts/klavikach-medium.svg#klavikach-medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'klavikach';
	src: url('../fonts/klavikach-light.eot');
	src: url('../fonts/klavikach-light.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/klavikach-light.woff2') format('woff2'), 
		 url('../fonts/klavikach-light.woff') format('woff'), 
		 url('../fonts/klavikach-light.ttf') format('truetype'), 
		 url('../fonts/klavikach-light.svg#klavikach-light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'klavikach';
	src: url('../fonts/klavikach-bold.eot');
	src: url('../fonts/klavikach-bold.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/klavikach-bold.woff2') format('woff2'), 
		 url('../fonts/klavikach-bold.woff') format('woff'), 
		 url('../fonts/klavikach-bold.ttf') format('truetype'), 
		 url('../fonts/klavikach-bold.svg#klavikach-bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'klavikach';
	src: url('../fonts/klavikach-lightitalic.eot');
	src: url('../fonts/klavikach-lightitalic.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/klavikach-lightitalic.woff2') format('woff2'), 
		 url('../fonts/klavikach-lightitalic.woff') format('woff'), 
		 url('../fonts/klavikach-lightitalic.ttf') format('truetype'), 
		 url('../fonts/klavikach-lightitalic.svg#klavikach-lightitalic') format('svg');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'klavikach';
	src: url('../fonts/klavikach-light.eot');
	src: url('../fonts/klavikach-light.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/klavikach-light.woff2') format('woff2'), 
		 url('../fonts/klavikach-light.woff') format('woff'), 
		 url('../fonts/klavikach-light.ttf') format('truetype'), 
		 url('../fonts/klavikach-light.svg#klavikach-light') format('svg');
	font-weight: normal;
	font-style: italic;
}

/*
	Estilo padrão para a exibiçãoo de mensagens
	========================================================================== */
#msg-box {
	position: fixed;
	top: -1px;
	z-index: 99999;
	display: none;
	padding: 1em 0;
	width: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #444;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}

div.msg-success {
	background-color: #2ECC71;
}

div.msg-error {
	background-color: #D64541;
}
div.msg-alert {
    background-color: #ffc600;
}

div.msg-info {
    background-color: #1a6b90;
}

/*
	Estilo padrão do fundo das páginas
	========================================================================== */
body {
	font-family: 'KlavikaCH', sans-serif;
	font-weight: 400;
	font-size: 14px;
	min-width: 1000px;
}

/*
	Estilos da estrutura
	========================================================================== */
.wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}

/*
	Estilos topo
	========================================================================== */
.login-bar {
}

.links-bar {
	position: relative;
	background: #1a6b90;
	border-bottom: 1px #fff solid;
	height: 31px;
	line-height: 30px;
}

.links-bar:after {
	content:'';
	height: 4px;
	width: 100%;
	background: #002342;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.links-bar a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	position: relative;
}

.links-bar a:hover {
	color: #002342;
}

.links-bar .minha-conta {
	margin-left: 50px;
	position:relative;
	padding-left: 26px;
}

.links-bar .minha-conta:before {
	content:'';
	display: block;
	width: 14px;
	height: 18px;
	position: absolute;
	left: 0;
	top: -1px;
	background: transparent url(/Content/images/sprite.png) 0px 0px;
}

.links-bar .login-sair {
	float: right;
	height: 30px;
	margin-right: 30px;
	padding-right: 28px;
	position: relative;
	display: block;
}

.links-bar .login-sair span {
	position: relative;
	top: -1px;
	font-size: 15px;
}

.links-bar .login-sair:after {
	content:'';
	display: block;
	width: 20px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 7px;
	background: transparent url(/Content/images/sprite.png) -40px 0px;
}

.links-bar .meu-nome {
	margin-left: 50px;
	position:relative;
	padding-left: 26px;
}

.links-bar .meu-nome:before {
	content:'';
	display: block;
	width: 14px;
	height: 18px;
	position: absolute;
	left: 0;
	top: -1px;
	background: transparent url(/Content/images/sprite.png) 0px 0px;
}

.form-login {
	background: #002342;
	/* overflow: hidden; */
	height: 100px;
	position: fixed;
	width: 100%;
	top: -130px;
	left: 0;
	z-index: 5;
	-webkit-transition: top .25s ease-in-out;
	-moz-transition: top .25s ease-in-out;
	-ms-transition: top .25s ease-in-out;
	-o-transition: top .25s ease-in-out;
	transition: top .25s ease-in-out;
	min-width: 1000px;
}

.form-login.aberto {
	top: 0px;
}

.form-login .area-restrita {
	background: #1a6b90;
	color: #fff;
	width: 150px;
	height: 100px;
	1:left;
	float: left;
	margin-left: 30px;
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 66px;
	padding-top: 30px;
}

.form-login .area-restrita:before {
	content:'';
	width: 36px;
	height: 42px;
	display: block;
	background: transparent url(/Content/images/sprite.png) 0px -20px;
	position: absolute;
	top: 30px;
	left: 15px;
}

.form-login .form-area-restrita {
}

.form-login .form-area-restrita form {
}

.form-login .acessar {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	width: 100%;
	height: 25px;
	color: #fff;
	margin-top: 16px;
	margin-left: 10px;
}

.form-login .recuperar {
	color: #a3aab1;
	font-weight: 100;
	margin-left: 245px;
	margin-top: 3px;
	float: left;
	font-size: 13px;
	font-style: italic;
}

.form-login .recuperar:hover {
	color: #FFF;
}

.form-login .form-elements {
	overflow: hidden;
	float: left;
	width: 550px;
	display: block;
}

.form-login .form-element {
	float: left;
	width: 220px;
	height: 30px;
	margin-left: 10px;
}

.form-login .form-element input {
	width: 100%;
	height: 100%;
	background: #fff;
}

.form-login .form-button {
	float: left;
	margin-left: 10px;
}

.form-login .form-button input {
	background: #1a6b90;
	border: none;
	margin: 0;
	padding: 0;
	width: 80px;
	height: 30px;
	color: #fff;
	font-family:'KlavikaCH';
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	text-transform: uppercase;
}

.form-login .form-button input:hover {
	background: #62a9be;
}

.form-login .ainda-nao {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	width: 100%;
	height: 25px;
	color: #fff;
	margin-top: 16px;
}

.form-login .cadastrar {
	width: 220px;
	float: left;
	color: #fff;
	font-weight: 300;
	margin-left: 20px;
}

.form-login .btn-cadastrar {
	background: #1a6b90;
	text-align: center;
	width: 220px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-family:'KlavikaCH';
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	text-transform: uppercase;
	display: block;
}

.form-login .btn-cadastrar:hover {
	background: #62a9be;
}

.form-login .cadastrar:hover {
}
.form-login .fechar {
	position: relative;
	float: right;
	top: 35px;
}

.form-login .fechar a {
	color: #1a6b90;
	position: relative;
	display: block;
	padding-right: 25px;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
}

.form-login .fechar a:hover {
}

.form-login .fechar a:after {
	content:'';
	display: block;
	width: 22px;
	height: 22px;
	background: transparent url(/Content/images/sprite.png) 0px -63px;
	position: absolute;
	top: -4px;
	right: 0px;
}

/*
	Estilo do menu
	========================================================================== */
.menu-header {
	height: 158px;
	background: #f5f5f5;
	margin-top: 4px;
}

.menu-header ul {
	display: block;
	text-align: center;
	overflow: hidden;
	font-size: 1px;
}

.menu-header li {
	vertical-align: top;
	display: inline-block;
	position: relative;
}

.menu-header li:before {
	content:'';
	display: block;
	width: 1px;
	height: 101px;
	background: #d7d7d7;
	position: absolute;
	top: 29px;
	right: 0px;
}

.menu-header li:after {
	content:'';
	display: block;
	width: 1px;
	height: 101px;
	background: #FFF;
	position: absolute;
	top: 29px;
	right: -1px;
}

.menu-header li:last-child:before {
	display:none;
}

.menu-header li:last-child:after {
	display:none;
}

.menu-header a {
	position: relative;
	display: block;
	text-align: center;
	color: #5b5b5b;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	height: 158px;
	padding-top: 30px;
}

.menu-header a:hover {
	color: #1a6b90;
}

.menu-header a:before {
	content:'';
	display: block;
	width: 65px;
	height: 52px;
	background: transparent url(/Content/images/sprite.png) -3px -90px;
	margin: 0 auto;
	margin-bottom: 10px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.menu-header a:after {
	opacity: 0;
	content:'';
	display: block;
	width: 65px;
	height: 52px;
	background: transparent url(/Content/images/sprite.png) -76px -90px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: absolute;
	top: 30px;
	left: 67px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.menu-header a:hover:before {
	opacity: 0;
}

.menu-header a:hover:after {
	opacity: 1;
}

.menu-header .sobre {
	width: 200px;
}

.menu-header .sobre a:before {
	content:'';
}

.menu-header .sobre a:after {
	content:'';
}

.menu-header .agenda {
	width: 150px;
}

.menu-header .agenda a:before {
	background-position: -2px -152px;
}

.menu-header .agenda a:after {
	background-position: -77px -152px;
	left: 42px;
}

.menu-header .cadastre {
	width: 200px;
}

.menu-header .cadastre a:before {
	background-position: 0px -214px;
}

.menu-header .cadastre a:after {
	background-position: -75px -214px;
	left: 67px;
}

.menu-header .contato {
	width: 170px;
}

.menu-header .contato a:before {
	background-position: 0px -275px;
}

.menu-header .contato a:after {
	background-position: -76px -275px;
	left: 52px;
}

.menu-header li.logo {
	width: 210px;
}

.menu-header li.logo a {
	padding: 0;
}

.menu-header li.logo a:hover {
}

.menu-header li.logo a:before {
	display:none;
}

.menu-header li.logo a:after {
	display:none;
}

/*
	Estilo do rodape
	========================================================================== */
.site-footer {
}

.site-footer .footer {
	background: #002342;
	height: 120px;
	overflow: hidden;
}

.footer img.logo {
	float: left;
	margin-left: 48px;
	margin-top: 10px;
}

.footer .column-itens {
	border-left: 1px #fff solid;
	height: 80px;
	width: 320px;
	line-height: 18px;
	float: left;
	margin-top: 20px;
	margin-left: 28px;
	padding-left: 25px;
	padding-top: 4px;
}

.footer .column-itens ul {
}

.footer .column-itens li {
	float: left;
	width: 50%;
}

.footer .column-itens a {
	color: #a3aab1;
	font-size: 14px;
	font-weight: 300;
}

.footer .column-itens a:hover { color:#fff }
.footer .column-social {
	border-left: 1px #fff solid;
	height: 80px;
	width: 160px;
	line-height: 18px;
	float: left;
	margin-top: 20px;
	padding: 0 15px;
}

.footer .column-social ul {
	margin-top: -3px;
}

.footer .column-social li {
	border: 1px #fff solid;
	margin-bottom: 1px;
}

.footer .column-social a {
	display: block;
	height: 26px;
	line-height: 26px;
	position: relative;
	color: #a3aab1;
	font-size: 14px;
	font-weight: 300;
}

.footer .column-social a:hover {
	background: #1a6b90;
	color: #fff;
}

.footer .column-social a:before {
	content:'';
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: top;
	margin-right: 13px;
	background: transparent url(/Content/images/sprite.png) -2px -338px;
	margin-top: 3px;
	margin-left: 13px;
}

.footer .column-social .facebook a:before {
}

.footer .column-social .instagram a:before {
	background-position: -28px -338px;
}

.footer .column-social .youtube a:before {
	background-position: -54px -338px;
}

.column-endereco {
	width: 310px;
	float: left;
	color: #a3aab1;
	font-size: 14px;
	font-weight: 300;
	border-left: 1px #fff solid;
	margin-top: 20px;
	padding-left: 13px;
}

.column-endereco .rua {
	height: 26px;
	line-height: 26px;
	margin-bottom: 1px;
}

.column-endereco .rua:before {
	content:'';
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	border-right: 1px #fff solid;
	margin-right: 10px;
	background: transparent url(/Content/images/sprite.png) -52px -31px;
}

.column-endereco .email {
	height: 26px;
	line-height: 26px;
	margin-bottom: 1px;
}

.column-endereco .email:before {
	content:'';
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	border-right: 1px #fff solid;
	margin-right: 10px;
	background: transparent url(/Content/images/sprite.png) -83px -31px;
}

.column-endereco .telefone {
	height: 26px;
	line-height: 26px;
}

.column-endereco .telefone:before {
	content:'';
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	border-right: 1px #fff solid;
	margin-right: 10px;
	background: transparent url(/Content/images/sprite.png) -115px -31px;
}


.site-footer .rights {
    height: 55px;
    overflow: hidden;
}
.site-footer .rights p {
    font-size: 10px;
    font-family: Arial, Helvetica;
    padding-left: 30px;
    float: left;
    margin-top: 20px;
}
.site-footer .rights a {
    float: right;
    margin-right: 20px;
    margin-top: 9px;
}


/*
	Aviso Mobile 
	========================================================================== */
.aviso-mobile {
    background: rgba(7, 18, 30, 0.9);
    /*display: none;*/
    position: absolute;
    z-index: 500;
    min-width: 100%;
    min-height: 100%;
}

.mobile .aviso-mobile {
	display: block !important;
}

.aviso-mobile .lightbox-mobile {
	height: 420px;
	background: #f5f5f5;
	position: absolute;
	transform: translate(0%, 50%);
	text-align: center;
	width: 100%;
	
	zoom: 140%;
}

.lightbox-mobile .content-light {
	margin-top: -30px;
	text-align: initial;
	overflow: hidden;
}

.content-light .left {
	float: left;
	text-align: right;
	padding-right: 50px;
	width: 50%;
}

.content-light .right {
	float: right;
	padding-top: 60px;
	width: 50%;
}

.content-light .right .text {
	float: left;
	font-size: 24px;
	color: #494949;
	font-weight: 200;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #494949;
	line-height: 24px;
}

.content-light .text span {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 28px;
	display: block;
}

.content-light .downloads {

}

.downloads .apple {
	margin-bottom: 10px;
	display: block;
}

.lightbox-mobile .fechar {
	width: 370px;
	height: 50px;
	background: #FFF;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #1a6b90;
	font-weight: 200;
	text-transform: uppercase;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}