@import url( "../fonts/ico-moon/style.css" );

/*cores
		    Azul: #508cd6
	  Azul:Hover: #013833
		   Cinza: #37454b
*/

@media only screen and (min-width: 993px) {
	.container {
		width: 85%;
	}
}

*, a, a:LINK, a:HOVER, a:VISITED, a:ACTIVE {
	text-decoration: none;
	outline: none;
}

/* animate
***************************************/
.animate {
	transition-duration: 0.3s;
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(1);
	opacity: 1;
}

.animate:hover {
	transition-duration: 0.3s;
	transform: scale(1.2);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(1.2);
	opacity: 1;
}

/* animate-inverse
***************************************/
.animate-inverse {
	transition-duration: 0.3s;
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(1);
	opacity: 1;
}

.animate-inverse:hover {
	transition-duration: 0.3s;
	transform: scale(0.8);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(0.8);
	opacity: 1;
}

/* animate-mini
***************************************/
.animate-mini {
	transition-duration: 0.3s;
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(1);
	opacity: 1;
}
.animate-mini:hover {
	transition-duration: 0.3s;
	transform: scale(1.03);
	-webkit-transition-duration: 0.3s;
	-webkit-transform: scale(1.03);
	opacity: 1;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

*::-moz-selection {
	background: #0d71cb;
	color: #fff;
}

*::selection {
	background: #0d71cb;
	color: #fff;
}

.btn-custom {
	background: #508cd6;
	padding: 7px 20px;
	height: auto;
}
.btn-search {
	background: #508cd6;
}
.btn-search:FOCUS,
.btn-search:HOVER,
.btn-custom:FOCUS,
.btn-custom:HOVER {
	background: #4073b5;
}

.input-field input[type=text]:focus + label, 
.input-field input[type=email]:focus + label, 
.input-field input[type=password]:focus + label, 
.materialize-textarea:focus:not([readonly]) + label {
     color: #508cd6 !important;
}

.input-field input[type=text]:focus, 
.input-field input[type=email]:focus, 
.input-field input[type=password]:focus, 
.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #508cd6 !important;
    box-shadow: 0 1px 0 0 #508cd6 !important;
}

.input-field input[type=text], 
.input-field input[type=email], 
.input-field input[type=password], 
.input-field textarea {
    border-bottom: 1px solid #508cd6 !important;
    box-shadow: 0 1px 0 0 #508cd6 !important;
}

.autocomplete-content {
	position: absolute;
	width: calc(100% - 20px);
}
    
[type="checkbox"]:checked+label:before {
    border-right: 2px solid #508cd6;
    border-bottom: 2px solid #508cd6;
}

label {
    width: 100%;
}

@media screen and (max-width: 992px) {
	button.btn {
		width: 100%;
	}
}

p {
	font-size: 1.15rem;
	font-weight: 300;
	color: #444;
	-webkit-font-smoothing: antialiased;
}

html, body {
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
    letter-spacing: 0.3px;
    background-color: #fff;
    position: relative;
	overflow-x: hidden;
    color: #444;
	height: 100%;
	width: 100%;
}

.loadie {
	-webkit-transition: width 0.5s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	background-color: #508cd6;
	position: absolute;
	z-index: 99999;
	height: 3px;
	width: 0;
	left: 0;
	top: 0;
}

/**************************************
* HEADER
**************************************/
header .row {
	margin-bottom: 2px;
}
header .topo {
	background: #EDF0F3;
	padding: 7px 0;
}
header .topo div {
	background: url("../images/email.png") 0 center no-repeat;
	padding-left: 35px; 
	width: 260px;
	margin: 0 auto;
	font-size: small;
	font-weight: 500;
}
header .brand-logo {
	overflow: hidden;
}
header .brand-logo img {
	max-height: 70px;
	margin-top: 5px;
}
header nav {
	height: auto;
	background: none;
}
header nav li a {
	padding: 10px 15px;
	height: auto;
}

header li.logout a i {
	float: left;
	font-size: 18px;
}

header nav ul li.active,
header .side-nav li.active {
	background: #ff4e00;
}
header .side-nav li.active a,
header .side-nav li.active a i {
	color: #fff;
}

header .dropdown-content a {
	color: #1565C0;
	background: #fff;
}
header .dropdown-content a:HOVER {
	color: #000;
	background: #fff;
}
header #dropdown-aluno {
	min-width: 170px;
}

header .menu-mobile i,
header nav ul li a {
	color: #1d356e;
}

/*mobile menu*/
header #menu-mobile li:FIRST-CHILD {
    background: rgba(0,0,0,0.05);
    color: rgba(0,0,0,1);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 65px;
	
}
header #menu-mobile li:FIRST-CHILD div.avatar  {
	float: left;
	margin: 10px 10px 15px 10px;
}
header #menu-mobile li:FIRST-CHILD div.email {
	font-weight: normal;
	position: relative;
	top: -30px;
}

@media screen and (max-width: 992px) {
	header .brand-logo img {
		max-height: 50px;
		margin-top: 2px;
	}

}

/**************************************
* TITULO PÁGINAS
**************************************/
.titulo-pagina {
    /*padding: 15px 0;*/
	padding: 1px 0;
    background: #016a8d;
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.4);
}
.titulo-pagina h1 {
	/*font-size: 2.4rem;
    font-weight: 400;*/
    text-align: center;
    color: #fff;
	font-size: 4vw;
	line-height: 55px;
	font-weight: 700;
	letter-spacing: 0px;
	font-family: "Montserrat", Arial, Tahoma, sans-serif;
}

/**************************************
* BANNER
**************************************/
.banner,
.banner a {
	padding: 0;
	display: block;
	text-align: center;
}

/**************************************
* EVENTOS
**************************************/
.eventos {
	border-bottom: 1px solid #d9d9d9;	
	overflow: hidden;
	margin-top: -7px;
}
.eventos .row {
	margin-bottom: 0;	
}
	
.eventos .evento {
	border-right: 1px solid #d9d9d9;	
	border-left: 1px solid #d9d9d9;	
	text-align: center;
	float: left;
	width: 20%;
	color: #1d356e;
}
.eventos .evento:HOVER {
	background: #EDF0F3;
	cursor: pointer;	
}
.eventos .evento img {
	max-width: 50%;
}

/**************************************
* PASSOS
**************************************/
.passos {
	padding: 40px 0;
	background: #f6f6f6;
}
.passos .como-fazer {
	margin: 40px 0 20px 0;
	text-align: center;
}
.passos .como-fazer img {
	margin: 20px 0;	
}
.passos .como-fazer h1 {
	color: #1d356e;	
	font-size: 2.28rem;
}
.passos .como-fazer h5 {
	font-size: 1.28rem;
}

/**************************************
* APOIO
**************************************/
.apoio {
	border-top: 1px solid #d9d9d9;
	background: #EDF0F3;
	text-align: center;
}
.apoio a {
	padding: 40px;	
	display: block;
}
.apoio a img {
	max-width: 90%;	
}
.apoio .row {
	margin-bottom: 0;	
}

/**************************************
* Documento
**************************************/
.documento img {
    max-width: 100%;
}

/**************************************
* PERGUNTAS
**************************************/
.perguntas .collapsible-body {
	padding: 2rem;
}



/**************************************
* FOOTER
**************************************/
footer {
	border-top: 1px solid #d9d9d9;
}
footer .row {
	padding: 20px 0 10px;		
}
footer ul li {
	display: inline-block;
	margin-right: 20px;
}
footer ul li a {
	color: #1d356e;	
}
footer ul li a:HOVER {
	color: #000;	
}
footer .forma-pgto {
	text-align: right;
}
footer hr {
	border-bottom: .7px solid #d9d9d9;
}
footer .copy {
	line-height: 30px;	
}
footer .copy a {
	float: left;
	margin-right: 20px
}
footer .by {
	text-align: right;
}

@media screen and (max-width: 992px) {
	footer ul,
	footer ul li,
	footer .forma-pgto {
		text-align: center;
	}
	footer .forma-pgto {
		margin: 10px 0;
	}
	.titulo-pagina h1{
		font-size: 6vw;
	}
	nav .button-collapse{
		height: 60px;
		margin: 0 -28px;
	}
	header .menu-mobile i, header nav ul li a{
		color: #ffff;
	}

}
@media screen and (max-width: 760px) {
	footer ul li {
		width: 49%;
		margin: 0;
		padding: 7px 0;
		border-radius: 3px;
		margin-bottom: 7px;
		border: 1px solid #d9d9d9;
	}
	footer .forma-pgto {
		margin: 10px 0;
	}
	footer .by {
		text-align: center;
		margin-top: 20px; 
	}
	.tabelaPortal, .tabelaDocumento{
		margin-left: -21px !important;
		width: 113% !important;
	}
	.acao2{
		padding-top: 20px !important;
		width: 33.3333333333% !important;
		margin-left: auto;
		left: 15px;
		right: auto;
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		min-height: 1px;
	}
	.card .card-content{
		padding: 5px;
	}
	th.acao2{
		text-align: center;
		padding: 0px;
		padding-bottom: 20px;
		padding-left: 37px;
	}

}

@media screen and (max-width: 375px) {
	footer ul li {
		width: 49%;
		margin: 0;
		padding: 7px 0;
		border-radius: 3px;
		margin-bottom: 7px;
		border: 1px solid #d9d9d9;
	}
	footer .forma-pgto {
		margin: 10px 0;
	}
	footer .by {
		text-align: center;
		margin-top: 20px;
	}
	.tabelaPortal, .tabelaDocumento{
		margin-left: -21px !important;
		width: 113% !important;
	}
	.acao2{
		padding-top: 20px !important;
		width: 33.3333333333% !important;
		margin-left: auto;
		left: 0px;
		right: auto;
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		min-height: 1px;
	}
	.card .card-content{
		padding: 5px;
	}
	th.acao2{
		text-align: left;
		padding: 0px;
		padding-bottom: 20px;
		padding-left: 30px;
	}

}

@media screen and (max-width: 330px) {
	footer ul li {
		width: 49%;
		margin: 0;
		padding: 7px 0;
		border-radius: 3px;
		margin-bottom: 7px;
		border: 1px solid #d9d9d9;
	}
	footer .forma-pgto {
		margin: 10px 0;
	}
	footer .by {
		text-align: center;
		margin-top: 20px;
	}
	.tabelaPortal, .tabelaDocumento{
		margin-left: -21px !important;
		width: 113% !important;
	}
	.acao2{
		padding-top: 20px !important;
		width: 33.3333333333% !important;
		margin-left: auto;
		left: -15px;
		right: auto;
		float: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;

		min-height: 1px;
	}
	.card .card-content{
		padding: 5px;
	}
	th.acao2{
		text-align: left;
		padding: 0px;
		padding-bottom: 20px;
		padding-left: 5px;
	}

}