@font-face {font-family: 'gotham'; font-weight: 600;src: url('../fonts/Gotham/gotham-bold-webfont.eot');src: url('../fonts/Gotham/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/gotham-bold-webfont.woff2') format('woff2'), url('../fonts/Gotham/gotham-bold-webfont.woff') format('woff'), url('../fonts/Gotham/gotham-bold-webfont.ttf') format('truetype'), url('../fonts/Gotham/gotham-bold-webfont.svg#gotham_boldregular') format('svg');font-style: normal;}
@font-face {font-family: 'gotham'; font-weight: 400;src: url('../fonts/Gotham/gotham-xlight-webfont.eot');src: url('../fonts/Gotham/gotham-xlight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/gotham-xlight-webfont.woff2') format('woff2'), url('../fonts/Gotham/gotham-xlight-webfont.woff') format('woff'), url('../fonts/Gotham/gotham-xlight-webfont.ttf') format('truetype'), url('../fonts/Gotham/gotham-xlight-webfont.svg#gotham_extralightregular') format('svg');font-style: normal;}
@font-face {font-family: 'gotham'; font-weight: 200;src: url('../fonts/Gotham/gotham-thin-webfont.eot');src: url('../fonts/Gotham/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/gotham-thin-webfont.woff2') format('woff2'), url('../fonts/Gotham/gotham-thin-webfont.woff') format('woff'), url('../fonts/Gotham/gotham-thin-webfont.ttf') format('truetype'), url('../fonts/Gotham/gotham-thin-webfont.svg#gotham_thinregular') format('svg');font-style: normal;}

*{
	font-family: 'gotham',sans-serif;
	font-weight: 400;
}
html{
	font-size: 14px;
	overflow-y: auto!important;
}
html, body{
	height: 100%;
	background: #FFF;
}
body{
	padding-top: 55px;
	color: #001e5a;
}
a{
	text-decoration: none;
	color: #04379e;
}
a:hover{
	text-decoration: underline;
}
#carregando{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}
#carregando:before {
	margin: -16px 0 0 -16px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	background-clip: padding-box;
	border: rgba(59, 59, 59, 0.25) 3px solid;
	border-top-color: #3b3b3b;
	-webkit-animation: animation-rotate 750ms linear infinite;
	-moz-animation: animation-rotate 750ms linear infinite;
	-o-animation: animation-rotate 750ms linear infinite;
	animation: animation-rotate 750ms linear infinite;
}
/*HEADER*/
#header{
	background: #001e5a;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}
h1{
	width: 120px;
	text-align: center;
	margin: 0 auto;
}
h1 a{
	display: inline-block;
	width: 100%;
	font-weight: bold;
	line-height: 55px;
	text-decoration: none;
	background: url("../img/logo.png") no-repeat;
	background-position: center center;
	background-size: auto 40px;
	text-indent: -9999px;
}
#footer{
	background: rgba(255,255,255, .6);	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	position: fixed;
	padding:20px 0 20px 0;
	z-index: 4;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer .button{
	margin: 0 5px;
}

/*ERROR*/
#page-error i{
	font-size: 6em;
}
#page-error p{
	font-size: 3em;
	max-width: 600px;
	margin:0 auto;
}
#page-error .content{
	padding-top: 15%;
	padding-bottom: 15%;
}
/*LOGIN*/
.padding-login{
	padding: 0;
}
#page-login{
	height: 300px;
	padding-top: 150px;	
	background: #161b20 ;	
}

#page-login h1{
	width: auto;
	float: none;
	border-right: none;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
	color: #e51158;
	height: 85px;
	background: url("../img/logo-cinza.png") no-repeat;
	background-position: top center;
	background-size: auto 65px;
	text-indent: -9999px;
}
#page-login form{
    background: #fff none repeat scroll 0 0;
    padding: 20px 20px 5px 20px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
#page-login form .campo a{
    font-size: 10px;
    color: #999999;
}
.mostra-esqueci{
	display: none;
	padding-bottom: 10px;
}

/*MAIN*/
#main{
	height: 100%;
	position: relative;
}
/*CONTENT*/
#content{
	padding: 10px 10px 68px 10px;
	min-height: 100%;
}
.content{
	background: #FFF;
	padding: 20px;
}
.content h2 {
    font-size: 45px;
    padding-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    line-height: .8;
}
.content h3 {
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 200;
}
.content h2 .icon{
	margin-right: 10px;
}
hr {
    border: 0;
    height: 0;
    visibility: visible;
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 0;
}
.umMeio{
	width:49%;
	float:left;
	margin-left:2%;
	position: relative;
}
.umMeio:first-child{
	margin-left:0;
}
.doisTercos{
	float:left;
	margin-left:2%;
	width:66%;
	position: relative;
}
.doisTercos:first-child{
	margin-left:0;
}
.umTerco{
	width:32%;
	float:left;
	margin-left:2%;
	position: relative;
}
.umTerco:first-child{
	margin-left:0;
}
.umQuarto{
	width:23.5%;
	float:left;
	margin-left:2%;
	position: relative;
}
.umQuarto:first-child{
	margin-left:0;
}
.tresQuartos{
	width:74.5%;
	float:left;
	margin-left:2%;
	position: relative;
}
.tresQuartos:first-child{
	margin-left:0;
}
.no-margin{
	margin:0!important;
}
.margin-auto{
	margin-left:auto!important;
	margin-right: auto!important;
	float: none!important;
}
.margin-bottom-1{
	margin-bottom:1em;
}

/* Form */
.content{
	margin-bottom: 20px;
}
label{
	font-size: 20px;
	font-weight: 600;
	display: block;
	padding-bottom: 5px;
}
label small{
	color: #999999;
}
.campo{
	padding-bottom: 15px;
	position: relative;
}
.content > .campo:last-child{
	padding-bottom: 0;
}
.campo > label.fa{
	color: #999999;
	background: #f4f4f4;
	position: absolute;
	border-left: 1px solid #e8e8e8;
	right: 1px;
	top: 1px;
	width: 37px;
	bottom: 16px;	
	padding: 11px 12px;
	text-align: center;
	-moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}
.content > .campo:last-child > label.fa{
	bottom: 1px;	
}
.campo > label.fa:before{
	left: 0;
	margin: -6px auto auto;
	position: absolute;
	right: 0;
	top: 50%;
}
.campo > label.fa.left{
	border-right: 1px solid #e8e8e8;
	border-left: none;
	right: auto;
	left: 1px;
    border-radius: 
	-moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
}

.campo > label.fa:hover{
	color: #3b3b3b;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
	outline: none;
	-webkit-appearance: none;
	display: inline-block;
	background: #FFF;
	width: 100%;
	border: solid 2px #001e5a;
	padding: 8px 12px;
	font-size: 18px;
	line-height: normal;
	color: inherit;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}
select{
	white-space: nowrap;
	padding: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: #808fad ;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
select.error,
textarea.error {
	background: #f2dede;
	border-color: #DCA7A5;
}
input[type="text"].icon,
input[type="email"].icon,
input[type="password"].icon,
textarea.icon{
	padding-right: 50px;
}
input[type="text"].icon.left,
input[type="email"].icon.left,
input[type="password"].icon.left,
textarea.icon.left{
	padding-left: 50px;
	padding-right: 12px;
}
select{
	height: 36px;
}
textarea {
	min-height: 9em;
	resize: vertical;
}
.formerize-placeholder {
	color: #555 !important;
}
::-webkit-input-placeholder {
	color: #555 !important;
}
:-moz-placeholder {
	color: #555 !important;
}
::-moz-placeholder {
	color: #555 !important;
}
:-ms-input-placeholder {
	color: #555 !important;
}
::-moz-focus-inner {
	border: 0;
}
span.customSelect { 
    font-size: 14px;
    background:#fff url("../img/custom_select.png") right center no-repeat;
    border:1px solid #d1d1d1;
    color:#555;
    padding:8px 30px 8px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    -moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}
span.customSelectFocus{
	border-color: #e51158;
}
span.customSelectInner{
	overflow: hidden;
	text-overflow:ellipsis;
	display: block !important;
	text-align: left;
}
span.customSelectOpen{
	-moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
span.customSelectDisabled{
	opacity: .5;	
	cursor: not-allowed;
}
span.customSelect.error {
	background-color: #f2dede;
	border:1px solid #DCA7A5;
}
select option{
	padding: 8px;
}
.labelCheck{
	vertical-align: middle;
	padding-top: 6px;
	line-height: 22px;
}

/* MSG FEEDBACK */
#msg-feedback > div{
	position: fixed;
	left: 50%;
	top: 40%;
	z-index: 999;
	width: 300px;
	margin-left: -150px;
	padding: 20px 20px 20px 100px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	margin-bottom: 15px;
	display: none;	
	background:#FFF;
	/*box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);*/
}
#msg-feedback > div .campo-prompt{
	padding-top: 10px;
}
#msg-feedback > div > a{
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px 10px;
	color: #FFF;
}
#msg-feedback > div.msg-ok{
	background: #00c34f;
	color: #FFF;
	border-color:#00c34f; 
}
#msg-feedback > div.msg-error{
	background: #ff5c0e;
	color: #FFF;
	border-color:#ff5c0e; 
}
#msg-feedback > div.msg-info{
	background: #00adf7;
	color:#FFF;
	border-color:#00adf7; 
}
#msg-feedback > div.msg-alert, #msg-feedback > div.msg-prompt{
	box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
#msg-feedback > div.msg-prompt{
	padding-left: 20px;
}
#msg-feedback > div > i{
	margin-left: -80px;
	font-size: 60px;
	float: left;
	vertical-align: top;
}
#msg-feedback > div.msg-alert > i{
	color:#e51158; 
}
#msg-feedback > div.msg-prompt i{
	display: none;
}

#msg-feedback > div .center{
	clear: both;
	padding-top: 20px;
	margin: 0 -20px 0 -100px;
}
#msg-feedback > div.msg-prompt .center{
	margin-left: -20px;
}
#msg-feedback > div .center .button{
	margin: 0 5px;
}

/* Table */
.horizontal-table{
	border:1px solid #d1d1d1;
	overflow: hidden;
	margin-bottom: 1em;
}
.scroll-table{
	max-width: 100%;
	overflow-x: auto; 
}
input.dinheiro, input.dinheiro-zero{
	min-width: 70px;
}
input.number{
	min-width: 55px;
}
table {
	width: 100%;
}
table.default {
	width: 100%;
}
table.default > tbody > tr {
	border-top: solid 1px #ececec;
}
table.default > tbody > tr:first-child {
	border-top: 0;
}
table.default > tbody > tr:nth-child(2n+1) {
	background: #f9f9f9;
}
table.default > tbody > tr:hover {
	background: #ececec;
}
table.default > tbody > tr.blink {
	background: #e51158;
	color: #FFF;
}
table.default > tbody > tr.blink .acoes i{
	color: #FFF;
}
table.default > tbody > tr > td, table.default > thead > tr > td, table.default > tfoot > tr > td {
	padding: 1em;
	white-space: nowrap;
}
table.default > thead > tr > th {
	font-weight: 400;
	padding: 1em;
	color:#999999;
	white-space: nowrap;
}
table.default > thead {
	border-bottom: solid 2px #ececec;
}
table.default > tfoot {
	border-top: solid 2px #ececec;
}
table.default > tfoot > tr {
	border-top: solid 1px #ececec;
}
table.default > tfoot > tr:first-child {
	border-top: 0;
}
table.default > tfoot > tr > td{
	font-weight: bold;
}
table.default > tbody > tr.fakeFoot > td{
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 24px;
	color: #999999;
	background: #FFF;
}
table .acoes{
	text-align: center;
	white-space: nowrap;
}
table .acoes a{
	display: inline-block;
	padding: 5px;
	color: #999999;
	border:1px solid #d1d1d1;
	border-radius: 50%;
	line-height: 14px;
}
table .acoes a:hover{
	background-color: #e51158;
	border-color:#e51158;
}
table .acoes a:hover i{
	color: #FFF!important;
}
table .acoes a i{
	font-size: 11px;
	vertical-align: top;
	width: 14px;
	height: 14px;
	line-height: 14px;
}
table .acoes a .fa-toggle-on, table .acoes a .fa-star{
	color:#e51158 ;
}


/* BUTTON*/
.button {
	position: relative;
	display: inline-block;
	background: #001e5a;
	border: 1px solid #001e5a;
	color: #FFF;
	text-align: center;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	text-decoration: none;
	padding: 8px 40px;
	cursor: pointer;
	outline: 0;
	font-size: 14px;
	line-height:normal !important;
	-moz-transition: background-color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out;
}
.button:hover {
	background: #143067;
	text-decoration: none;
}
.button.cancel {
	background: #FFF;
	border-color: #d1d1d1;
	color: #3b3b3b;
}
.button.cancel:hover {
	background: #f8f8f8;
}
.button.success{
	background: #00c34f;
	border-color: #00c34f;
}
.button.info{
	background: #00adf7;
	border-color: #00adf7;
}
.button.warning{
	background: #ffd100;
	border-color: #ffd100;
}
.button.danger{
	background: #ff5c0e;
	border-color: #ff5c0e;
}
.button.xs{
	font-size: 9px;
	padding: 2px 4px; 
}
.button.sm{
	padding:6px 20px; 
	font-size: 12px;
}
.button.md{
	padding-top:12px; 
	padding-bottom:12px;
}
.button.lg{
	padding: 20px 50px;
	font-size: 16px; 
}
.button.full{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.button.loading {
	cursor: wait;
	text-indent: -9999px;
}
.button.loading:before {
	margin: -7px 0 0 -6px;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	-webkit-border-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 24px;
	-moz-background-clip: padding;
	border-radius: 24px;
	background-clip: padding-box;
	border: rgba(255, 255, 255, 0.25) 2px solid;
	border-top-color: #fff;
	-webkit-animation: animation-rotate 750ms linear infinite;
	-moz-animation: animation-rotate 750ms linear infinite;
	-o-animation: animation-rotate 750ms linear infinite;
	animation: animation-rotate 750ms linear infinite;
}
.button.lg.loading:before {
	margin: -13px 0 0 -13px;
	width: 24px;
	height: 24px;
}
.button.cancel.loading:before {
	border: rgba(59, 59, 59, 0.25) 2px solid;
	border-top-color: #3b3b3b;
}
.button.rounded {
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	padding: 8px;
	width: 38px;
	height: 38px;
}
.button.disabled{
	opacity: .6;
	cursor: default;
}

/* TEXT */
.center, .text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
strong, b, .text-bold{
	font-weight: bold;
}
.text-primary{
	color: #e51158;
}
.text-muted{
	color: #999999;
}
.text-success{
	color: #00c34f;
}
.text-info{
	color: #00adf7;
}
.text-warning{
	color: #ffd100;
}
.text-danger{
	color: #ff5c0e;
}


/* TOOLTIP */
#tooltip {
	position: absolute;
	max-width: 300px;
	padding: 6px 8px 8px 8px;
	background: #222;
	z-index: 99999;
	display: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
label.error{
	background: #FFF;
	color: #a94442;
	border:1px solid #DCA7A5;
	border-radius: 50%; 
	position:absolute;
	left:-9px;
	top:8px;
	z-index:5;
	width:20px;
	height:20px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

/* MODAL */
.modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.8);
	z-index: 999;
}
.modal .modal-container{
	min-width: 300px;
	background:#FFF;
	margin:10% auto 0 auto;
	padding: 15px;
	border-radius: 10px;
	max-width: 80%;
}
.modal .modal-footer{
	padding-top: 15px;
	margin: 15px -15px 0 -15px;
	border-top:1px solid #d1d1d1;
}


/* FORM MATRICULA */
.form-matricula{
	max-width: 580px;
	margin: 0 auto;
}
.form-matricula p{
	color: #04379e;
	margin-bottom: 30px;
}
.form-matricula .campo{
	padding-bottom: 0;
}
.form-matricula input{
	padding-right: 40px;
}
.form-matricula button{
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: 2px;
	padding: 2px 10px;
	color: #d0011b;
	background: none;
	border: none;
	font-size: 30px;
	cursor: pointer;
}

/* TERMO */
.termo{
	max-width: 1000px;
	margin: 0 auto;
}
.termo *{
	font-family: Arial;
}
.termo h2{
	font-size: 18px;
	line-height: initial;
}
.termo h2 img{
	float: left;
	margin-right: 30px;
}
.termo p{
	margin-bottom: 1em;
}


/** MEDIA QUERIES **/			
@media only screen and (max-width: 979px) {
}
@media only screen and (max-width: 960px) {
	.esconde-960{
		display: none!important;
	}
}
@media only screen and (min-width: 641px) and (max-width: 960px) {

}
@media only screen and (max-width: 768px) {
	.esconde-768{
		display: none!important;
	}
	
}
@media only screen and (max-width: 640px) {
	.esconde-640{
		display: none!important;
	}
	#content{
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	.esconde-480{
		display: none!important;
	}
	.umMeio, .doisTercos, .umTerco, .umQuarto, .tresQuartos{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.box{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 320px) {
	.esconde-320{
		display: none!important;
	}
}


/* PRINT */
@page {
    size: A4;
    margin: 0;
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm; 
        padding: 0;       
    }
    #header{
    	display: none;
    }
    body{
    	padding-top: 0;
    	color: #000;
    }
    .termo {
    	padding: 20px;
    	max-width: initial;
    }
	.termo .horizontal-table{
		border:1px solid #000;
	}
	#footer{
		display: none;
	}
	table.default > thead > tr > th,
	table.default > tbody > tr > td, 
	table.default > thead > tr > td, 
	table.default > tfoot > tr > td{
		padding: 0.2em;
	}
}

/**ANIMATION**/
@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes animation-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes animation-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes animation-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.blink {
	animation: blink-animation .5s steps(5, start) infinite;
	-webkit-animation: blink-animation .8s steps(5, start) infinite;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
@keyframes blink-animation {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blink-animation {
  to {
    opacity: 0;
  }
}