@charset "utf-8";

@media screen {
	
/* The Modal */	
	
		
	
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999999999999; /* Sit on top */
  padding: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: animatetop1;
  -webkit-animation-duration: 1s
	
}

@-webkit-keyframes animatetop1 {
  from { opacity:0;  }
  to {opacity: 1}
}	

/* Modal Content */
.modal-content {
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 400;
	border-radius: 6px;
	position: relative;
	background-color: #FFFFFF;
	margin-left: -161px;
	margin-top: 0px;
	top: 80px;
	left: 50%;
	padding: 0 24px 5px 24px;
	border: 1px solid #9A9A9A;
	width: 272px;
	height: auto;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.5s;
	opacity: 1;
}
	

@-webkit-keyframes animatetop {
  from { opacity:0; width: 340px; height: auto; margin-left: -180px; margin-top: -20px; }
  to {opacity: 1}
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: normal;
	margin-top: 0px;
	margin-right: -17px;
}
	
	
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
	
	
/* End - The Modal */		
	
		
body {
	margin: 0px;
	background-color: #FFFFFF;
}
	
footer {
	position: relative;
	display: block;
}	

#e-login {
	margin: 0px 0px 0px 0px;
	display: block;
}

.e-fundo-popup {
	position: fixed; 
	width: 100%; 
	height: 100%; 
	background-color:#000; 
	z-index: 99; 
	top:0;
	opacity: 0.5; 
	display: none;
}
	
nav {
	position: relative;
	display: block;
	
}
	
.e-scroll{
	width: 32x;
	height: 32px;
	border-radius: 17px;
	display: block;
	border: thin solid #C6C6C6;
	margin-right: 40px;
	margin-top: auto;
	margin-bottom: auto;
	bottom: 7px;
	right: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.05);
	z-index: 10; 
}
	
.e-log-botao {
	border-radius: 3px;
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #67A81F;
	text-align: center;
	width:100%;
	padding-top: 3px;
	line-height: 32px;
	letter-spacing: 0.2px;
	border: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	border: thin solid #67A81F;
	}
	
.e-log-botao:hover {
	color:#FFFFFF;
	cursor: pointer;
	background-color: #FA6B4B;
    border: thin solid #FA6B4B;
	
		}
	
.e-partilhar {
	margin-top:35px; margin-left:0px; margin-bottom:16px;
}	
	
	
.e-log-titulo2 {
	color: #000000;
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 500;
	font-size: 17px;
	line-height: 17px;
	text-align: left;
	padding-top: 0px;
	text-indent: 0px;
	letter-spacing: 0.3px;
	padding: 0px;
	margin: 20px 0px 16px 0px;
}	
	
.e-log-campo {
	font-size: 16px;
	font-style: normal;
	color: #8E8C8C;
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 400;
	text-align: left;
	background-color: #FFFFFF;
	height: auto;
	border-radius: 2px;
	width: 93%;
	margin-bottom: 18px;
	padding-top: 3px;
	padding-right: 3%;
	padding-bottom: 3px;
	padding-left: 3%;
	border: thin solid #CCCCCC;
	line-height: 32px;
}

.e-log-campo:focus { 
    outline:none;
    border: 1px solid #6BA918; 
    /* create a BIG glow */
    box-shadow: 0px 0px 3px #6BA918;  
    -moz-box-shadow: 0px 0px 4px #6BA918;
    -webkit-box-shadow: 0px 0px 4px #6BA918;
}
	
.e-log-exibepass {
	font-size: 13px;
	font-style: normal;
	color: #8E8C8C;
	font-family: Montserrat,'Roboto', cursive;
	line-height: 13px;
	margin-top: 2px;
	float: left;
}
	
.e-log-reg {
	font-size: 13.5px;
	font-style: normal;
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 400;
	line-height: 14px;
	margin: 4px 0px 17px 0px;
    color: #979797;	
}
	
#e-res-alu {
	display: none;
}
	
#e-res-prof {
	display: none;
}	

	
	
.e-botao-l {
	border-radius: 3px;
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #67A81F;
	text-align: center;
	width:100%;
	padding-top: 3px;
	line-height: 34px;
	letter-spacing: 0.2px;
	border: none;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 24px;
	margin-top: 10px;
	display: block;
    animation-name: botao;
    animation-duration: 4s;
	}
	
@keyframes botao {

}	
	
	
.e-log-r {
	margin-top: -2px;
	width: 26px;
	float: left;
	}
	
.e-botao-a {
	border-radius: 3px;
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #67A81F;
	text-align: center;
	width:216px;
	padding-top: 3px;
	line-height: 34px;
	letter-spacing: 0.2px;
	border: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top: 25px;
	display: block;

	}	
	
.e-botao-a:hover {
	background-color:#FA6B4B;
	cursor:pointer;
}
	
	

.e-botao-l:hover {
	background-color:#FA6B4B;
	cursor:pointer;
}
	
.e-scroll:hover{
	border: thin solid #7c7c7c;
	cursor: pointer;
}	
	
	
.e-scroll-link{
	display: none;
}
#barraaceptacion {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding-bottom: 25px;
	padding-top: 10px;
	padding-left: 3%;
	padding-right: 3%;
	width: 94%;
	text-align: center;
	background-color: rgba(240,240,240,0.96);
	color: #353535;
	z-index: 99999;
	height: auto;
	border-radius: 0px;
	border: thin solid #D3D3D3;
}	
	
.inner {
	width:100%;
	font-family: Montserrat,'Roboto', cursive;
	font-size:14px;
	line-height:28px;
	display: block;
}
	
.inner a.info {
	padding-left: 5px;
	text-decoration: underline;
	color: #8F8F8F;

}
	
.ok {
	padding: 5px;
	color: #76af25;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	line-height: 20px;
	background-color: #AFAFAF;
	border-radius: 2px;
	margin-top: 14px;
	letter-spacing: 0.3mm;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
}
	
.ok:hover {
	color: #FFFFFF;
	background-color: #C7C7C7;
	cursor: pointer;
}
	
a {
	color: #FA6B4B;
	text-decoration: none;
}
a:hover { color: #A7A7A7;}
	

	
.e-banda {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 62px;
	display: block;
	position: fixed;
	z-index: 10;
	color: #000000;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(199,199,199,1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(199,199,199,1);
	box-shadow: 0px 1.5px 4px 0px rgba(0,0,0,0.1);
}

.e-logo {
	left: 20px;
	top: 16px;
	z-index: 11;
	display: block;
	position: fixed;
	width: 34px;
	height:auto;
}
	
	
.e-titulo-frase	{
	left: 74px;
	top: 0px;
	width: auto;
	height: auto;
	display: block;
	position: fixed;
	z-index: 11;
	margin-top: 13px;
}

.e-titulo {
	color: #000000;
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 500;
	font-size: 19.5px;
	text-align: left;
	padding-top: 0px;
	text-indent: 0px;
	letter-spacing: 0.4px;
	padding: 0px;
	margin: 0px;
}

.e-titulo-conteudo {
	color: #000000;
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	text-align: left;
	padding-top: 0px;
	text-indent: 0px;
	letter-spacing: 0.3px;
	padding: 0px;
	margin: 0px;
}	
	
.e-titulo-login {
	color: #000000;
	font-family: Montserrat,'Roboto', cursive;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	padding-top: 0px;
	text-indent: 0px;
	letter-spacing: 0.3px;
	margin: 24px 0px 5px 0px;
}	
	
.e-frase {
	font-family: Montserrat, sans-serif;
	font-size: 9.15px;
	color: #858585;
	line-height: 16px;
	letter-spacing: 0.4px;
	font-weight: 500;
	text-indent: 2.5px;
	padding: 0px;
	margin: 0px;
}
	
.e-paragrafos-conteudo {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	color: #505050;
	line-height: 24px;
	font-weight: 400;
	text-indent: 0px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 14px;
}	

.e-paragrafos-login {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	color: #3C3C3C;
	line-height: 24px;
	font-weight: 400;
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 16px;
}
		
.e-conteudo-global	{
	margin-left: 378px;
	margin-right: 36px;
	margin-top: 50px;
	padding-bottom: 20px;
	display: block;
	position: relative;
	
}	
	
.e-conteudo	{
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	position: relative;
	
}	

	
#e-footer-links {
	margin-left: 342px;
	padding-bottom: 13px;
	font-family: Montserrat,'Roboto', cursive;
	background-color: #434141;
	color: #D1D1D1;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.1mm;
	display: block;
	right: 0;
	overflow: auto;
	padding-left: 4%;
	padding-right: 0%;
	padding-top: 10px;
	border-bottom: thin solid #7C7C7C;
	list-style: none;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	float: none;
	
}
	
.e-footer-link-f {
	color: #D1D1D1;
	text-align: center;
	text-decoration: none;
}
	
#e-footer-rodape {
	margin-left: 342px;
	padding-bottom: 14px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 14px;
	height: auto;
	font-family: Montserrat,'Roboto', cursive;
	background-color: #434141;
	color: #D1D1D1;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1mm;
	display: block;
	line-height: 20px;
	position: relative;
}
	
.e-footer-link {
	width: 24%;
	float: left;
	height: 30px;
	display: block;
	line-height: 30px;
}
	
		
}	
	
@media (max-width: 1150px) {
	
body {

}
	
.e-partilhar {
	margin-left: 22px;
}	
	
#e-botao-menu {
	right: 9px;
	top: 12px;
	z-index: 12;
	display: block;
	position: fixed;
	width: 38px;
	height: 38px;
	border-radius: 19px;
}	
	
#e-botao-menu:hover {
	cursor: pointer;
	background-color: #F4F4F4;
}	
	
#e-bloco-menu {
	position: fixed;
	display: block;
	width: 250px;
	top: 0px;
	right: 0px;
	margin-right:-300px; 
	z-index: 14;
	text-indent: 0px;
	background-color: #FAFAFA;
	height: 100%;
	overflow: auto;
-webkit-box-shadow: -4px 0px 8px -2px rgba(0,0,0,0.06);
-moz-box-shadow: -4px 0px 8px -2px rgba(0,0,0,0.06);
box-shadow: -4px 0px 8px -2px rgba(0,0,0,0.06);
	}
	
#e-bloco-menu-conteudos {
	position:none;
	display: block;
	text-indent: 0px;
	background-color: #FDFDFD;
	width: 100%;
	}
	
	
.e-ul-p-conteudos {
	list-style: none;
	padding: 0;
	margin: 0
}
	
	
.e-ul-p {
	list-style-type: none;
	padding: 0;
	margin-top: 62px;
	border-top: 1px solid #F2F2F2;
}
	
	
.e-ul-pr {
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	top: -40px; 
	right: 0px; 
	display: block; 
	position: absolute;	
}
	
.e-li-p {
	float: none;
	display: block;
}	
	
.e-li-pr {
	float:right;
	display: block;
	margin-right: 18px;
}	
	
	
.e-a-p {
	color: #858585;
	text-decoration: none;
	font-size: 14px;
	font-family: Montserrat, 'Roboto', sans-serif;
	font-weight: 400;
	display: block;
	text-indent: 23px;
	line-height: 40px;
	border-left: 2px solid #FBFBFB;
}
	
.e-a-p-conteudos {
	width: auto;
	color: #858585;
	text-decoration: none;
	font-size: 15px;
	font-family: Montserrat, 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 23px;
	display: block;
	padding-left: 22px;
	padding-right: 17px;
	padding-top: 13px;
	padding-bottom: 13px;
	height: auto;
	border-bottom: thin inset #E6E6E6;
}
	

	
.e-a-p:hover {
	color:#999999;
	font-weight: 400;
	background-color:#FBFBFB; 
	border-left: 2px solid #FBFBFB;
	animation: Fundo1;
	animation-duration: 10s;
	-webkit-animation: Fundo1;
	-webkit-animation-duration: 10s;
	-moz-animation: Fundo1;
	-moz-animation-duration: 10s;	
}	

.e-a-p-conteudos:hover {
	background-color:#FBFBFB;
	border-right: 3px solid #FBFBFB;
	color: #99999;
	animation: Fundo2;
	animation-duration: 10s;
	-webkit-animation: Fundo2;
	-webkit-animation-duration: 10s;
	-moz-animation: Fundo2;
	-moz-animation-duration: 10s;	
}	
	
	

.e-a-pr {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Montserrat, 'Roboto', sans-serif;
	font-weight: 400;
	padding-righ: 15px;
	line-height: 20px;
	border-radius: 2px;
	border: thin solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}	
		
.e-a-pr:hover {
	color: #ffffff;
	background-color: #CDCDCD;
	border: thin solid #D0D0D0;
	cursor: pointer;
}	
	
#e-fundo-menu {
	position: fixed;
	display: none;
	top: 0; left: 0; bottom: 0; right: 0;
	background-color: #000000;
	opacity:0.00; 
	z-index: 13;
	animation: Fg;
	animation-duration: 30s;
	-webkit-animation: Fg;
	-webkit-animation-duration: 30s;
	-moz-animation: Fg;
	-moz-animation-duration: 30s;
}		
	
	
.e-conteudo-global	{
	margin-left: 0;
	margin-right: 0;
	margin-top: 92px;
	border-bottom: thin inset #E6E6E6;
	
}
	
#e-footer-links {
	margin-left: 0px;
}
	
#e-footer-rodape {
	margin-left: 0px;
}	
	
.e-conteudo	{
	margin-left: 22px;
	margin-right: 22px;
}
	
	
	
}	

	
@media (min-width: 1150px) {
	
#e-bloco-menu {
	position: fixed;
	display: block;
	left: 342px;
	top: 0px;
	right: 0px;
	z-index: 13;
	text-indent: 0px;
	height: auto;
	}
	
#e-bloco-menu-conteudos {
	position: fixed;
	display: block;
	text-indent: 0px;
	height: auto;
	width: 342px;
	top: 62px;
	left: 0;
	bottom: 0;
	padding-top: 25px;
	background-color: #FAFAFA;
	z-index: 9;
	border-right: 1px solid #D6D6D6;
	}
	
#e-bloco-menu-conteudos:hover {
	overflow-x: hidden;
	overflow-y: auto;
	}
	
.e-ul-p {
	list-style-type: none;
	padding: 0;
	margin: 0
}
	
.e-ul-p-conteudos {
	list-style: none;
	padding: 0;
	margin: 0
}
	
.e-ul-pr {
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	top: 17px; 
	right: 0px; 
	display: block; 
	position: fixed;		
}
	
.e-li-p {
	float: left;
	display: block;
}	
	
.e-li-p-conteudos {
	float: none;
	display: block;
}	
	
	
	
.e-li-pr {
	float:right;
	display: block;
	margin-right: 18px;
}	
	
	
.e-a-p {
	color: #858585;
	text-decoration: none;
	font-size: 14px;
	font-family: Montserrat, 'Roboto', sans-serif;
	font-weight: 400;
	display: block;
	padding-left: 15px;
	padding-right:15px;
	padding-top:18px;
	height: 42px;
}
	
.e-a-p-conteudos {
	width: 309px;
	color: #858585;
	text-decoration: none;
	font-size: 13px;
	font-family: Montserrat, 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 22px;
	display: block;
	padding-left: 22px;
	padding-right: 12px;
	padding-top: 13px;
	padding-bottom: 13px;
	height: auto;
	border-bottom: thin inset #E6E6E6;
}
	
	

	
	
.e-a-p:hover {
	color:#999999;
	font-weight: 400;
	background-color:#FBFBFB; 
	border-bottom: 2px solid #FBFBFB;
	animation: Fundo;
	animation-duration: 10s;
	-webkit-animation: Fundo;
	-webkit-animation-duration: 10s;
	-moz-animation: Fundo;
	-moz-animation-duration: 10s;	
}
	
.e-a-p-conteudos:hover {
	width: 309px;
	background-color:#FBFBFB;
	border-right: 3px solid #FBFBFB;
	padding-right: 8px;
	color: #99999;
	animation: Fundo2;
	animation-duration: 10s;
	-webkit-animation: Fundo2;
	-webkit-animation-duration: 10s;
	-moz-animation: Fundo2;
	-moz-animation-duration: 10s;	
}		
	

.e-a-pr {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-family: Montserrat, 'Roboto', sans-serif;
	font-weight: 400;
	padding-righ: 15px;
	line-height: 20px;
	border-radius: 2px;
	border: thin solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}	
		
.e-a-pr:hover {
	color: #ffffff;
	background-color: #CDCDCD;
	border: thin solid #D0D0D0;
	cursor: pointer;

}	


	
}	

@media (max-width: 900px) {

.e-footer-link {
	width: 32%;
}
	
}	
	
@media (max-width: 850px) {
	
.e-scroll{
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
	margin-bottom: none;
	bottom: 18px;
	right: 0;
	left: 0;
	margin: auto;
	position: fixed;
	z-index: 10;
}
	
#e-footer-rodape {
	padding-top: 18px;
	padding-bottom: 70px;
	}
	
}

@media (max-width: 600px) {

.e-footer-link {
	width: 48%;
	}
		
}
	
@media (max-width: 500px) {

.e-footer-link {
	width: 96%;

}
	
}	

@media (max-width: 321px) {
	
	.e-logo {left: 12px;}
	.e-titulo-frase	{left: 57px;}
	#e-botao-menu {right: 4px;}	
	
}	

#e-res-alu {
	
}
