

@font-face {
  font-family: "Roboto";
  /* src: url("../fonts/google-opensans-wght.ttf"); */
  src: url('../fonts/roboto.ttf') format('woff2'),
       url('../fonts/roboto-italic.ttf') format('woff');
}

* {
  font-family: 'Roboto';
  font-size: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body
{
	height: 100%;
	font-family: 'Roboto';
	background: #F5ECF4;
}


body, html, h1, h2, h3, h4, h5, h6, ul, figure,p
{
	margin:0px;
	padding:0px;
}

ul
{
	list-style: none;
}

a
{
	text-decoration: none;
	cursor: pointer;
}

.clear
{
clear: both;
}

/*------------------------------------------------------------------------------------------ RESET */


.page-aluno
{
  width: 100%;
  /* height: 100%; */
  /* float: left; */
  /* position: absolute; */
}


/*------------------------------------------------------------------------------------------ CONTENT */

.content
{
  min-width:300px;
  max-width:1000px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}	

@media only screen and (max-width: 600px) {
	.content
	{
	  padding: 0 20px;
	} 
}
	
/*------------------------------------------------------------------------------------------ HEADER */

header
{
	width: 100%;
	background: #793C93;
	margin-bottom: 0;
}

.logo-img
{
	width:100px;
	margin: 56px 0 56px 0px;
	position: relative;
}

.h-right
{
	/* position: relative; */
	margin: 0.5em;
}

.h-title
{
	color: white;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: right;
	margin:0 0 0 0;
}

.h-codigo
{
	text-align: right;
	margin: 5px 0 5px 0;
	color: white;
	font-size: 12px;
	letter-spacing: 1px;	
}

.h-edit
{
	width: 17px;
	left:50%;
	float: left;
	position: relative;
	margin: 20px 0px 0 -10px;
	display: none;
}

.h-link
{
	color: white;
	font-size: 12px;
	text-align: right;
	margin: 0 0 10px 0;
	float: right;
	width: 100%;
	cursor: pointer;
}

.h-link:hover
{
	text-decoration: underline;
}

.h-bell
{
	color: white;
	float: right;
	margin: 5px 0 0 0;
	width: 100%;
	text-align: right;
	font-size: 18px;
	cursor: pointer;
}

.sec-bell
{
	background: red;
	float: right;
	width:13px;
	height: 13px;
	margin:143px 0 0 276px;
	position: absolute;
	z-index: 3;
	border-radius: 20px;
	display: block;
}

/*------------------------------------------------------------------------------------------ HEADER */


.aluno-perfil
{
  width: 100%;
  background: #EFDDEB;
  height: 35px;
  position: relative;
}

.aluno-perfil img
{
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
  z-index: 10;
}

@media only screen and (max-width: 600px) {
	.aluno-perfil img
	{
	  width: 60px;
	  height: 60px;
	  position: absolute;
	  left: 50%;
	  top: -10px;
	  transform: translateX(-50%);
	  border-radius: 50%;
	  border: 3px solid white;
	  object-fit: cover;
	  z-index: 10;
	}
} 



.aluno-area
{
  width: 100%;
  background: #F5ECF4;
  margin-top: 50px;
}

.aluno-title
{
  text-align: center;
  margin: 20px 0 10px 0;
  font-size: 16px;
  color: #793C93;

}

.aluno-desc
{
  text-align: center;
  font-size: 13px;
  margin: 0 0 30px 0;
  line-height: 25px;
  color:#793C93;
}









/*------------------------------------------------------------------------------------ 700 - 1000px */
@media only screen and (min-width: 700px) 
{

/*------------------------------------------------------------------------------------------ HEADER */
/*   .h-right
  {
    float: right;
    position: relative;
    margin:16.5px 0 15.5px 0;
  } */
  .h-title
  {
    color: white;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: right;
    margin:0 0 0 0;
  }
  .h-codigo
  {
    text-align: right;
    margin: 5px 0 5px 0;
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .h-edit
  {
    width: 20px;
    margin: -4.5px 100px 0 0;
    display: inline; 
    float: left;
  }
  .h-link
  {
    color: white;
    font-size: 12px;
    text-align: right;	
    margin: 0 0 5px 0;
    float: right;
    cursor: pointer;
    width: auto;
  }
  .h-link:hover
  {
    text-decoration: underline;
  }
  .h-bell
  {
    color: white;
    float: right;
    margin: 5px 0 0 0;
    width: 100%;
    text-align: right;
    font-size: 18px;
    cursor: pointer;
  }
  .sec-bell
  {
    background: red;
    float: right;
    width:12px;
    height: 12px;
    margin:97px 0 0 577px;
    position: absolute;
    z-index: 3;
    border-radius: 20px;
    display: block;
  }
/*------------------------------------------------------------------------------------------ HEADER */

}



/*----------------------------------------------------------------------------------- 1000 - 1200px */
@media only screen and (min-width: 1000px) 
{
/*------------------------------------------------------------------------------------------ HEADER */
  .sec-bell
  {
    background: red;
    float: right;
    width:11px;
    height: 11px;
    margin:100px 0 0 829px;
    position: absolute;
    z-index: 3;
    border-radius: 20px;
    display: block;
  }
/*------------------------------------------------------------------------------------------ HEADER */

}



/*----------------------------------------------------------------------------------- 1200 - 1300px */
@media only screen and (min-width: 1200px) 
{

/*------------------------------------------------------------------------------------------ HEADER */
  .sec-bell
  {
    background: red;
    float: right;
    width:13px;
    height: 13px;
    margin:97px 0 0 825px;
    position: absolute;
    z-index: 3;
    border-radius: 20px;
    display: block;
  }
/*------------------------------------------------------------------------------------------ HEADER */

}


/*----------------------------------------------------------------------------------- 1600 - 1900px */
@media only screen and (min-width: 1600px) 
{

/*------------------------------------------------------------------------------------------ HEADER */
  .sec-bell
  {
    background: red;
    float: right;
    width:13px;
    height: 13px;
    margin:97px 0 0 975px;
    position: absolute;
    z-index: 3;
    border-radius: 20px;
    display: block;
  }	

/*------------------------------------------------------------------------------------------ HEADER */

}





/*----------------------------------------------------------------------------------------------------------------------------------- 000 - 350px */



/*------------------------------------------------------------------------------------------ TELA DE LOGIN */



.fa-olho
{
  color: #793C93;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  padding: 10px;
  left:75%;
}

.fa-olho-s
{
  color: #793C93;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  padding:9px;
  left:83%;
  top:0px;
}

.page-login
{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;

  background: #D1A7CF; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */
  background: radial-gradient(white, #D1A7CF); /* Standard syntax */
}

.login-left
{
  float: left;
  position: absolute;
  height: 100%;
}

.login-left img
{
  height: 80%;
  top: 10%;
  position: relative;
}

.login-center
{
  width: 70%;
  float: left;
  position: relative;
  margin:-170px 15% 0 15%;
  height: 390px;
  top:50%;

}

.login-center img
{
  width: 140px;
  margin: 0 0 0 -70px;
  position: relative; 
  left: 50%;
  float: left;  
} 

.frm-login
{
  background: #793C93;
  margin: 30px 0 0 0;
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Roboto'; 
}

.log-label
{
  color: white;
  margin:0 20px 15px 30px;
  font-size: 13px;
  float: left;
  padding: 10px 0 9px 0;
  display: none;
}

.frm-log-input
{
  width:72%;  
  float: left;
  margin: 0 25px 20px 25px;
  padding: 12px 5% 12px 5%;
  font-size: 12px;
  outline: none;
  border:none;
  border-radius: 0px;
}

.frm-log-input:-webkit-input-placeholder 
{
    color: gray;
    font: 12px 'Roboto';
}

.frm-log-input:-moz-placeholder 
{
    color: gray;
    font: 12px 'Roboto';
}

.frm-log-input:-ms-input-placeholder
{  
    color: gray;  
    font: 12px 'Roboto';
}

.l-top
{
  margin-top: 35px;
}

.frm-entrar
{
  width:90px;
  float: left;  
  margin: 10px  25px 25px 25px;
  cursor: pointer;
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 12px; 
  letter-spacing: 0.6px;    
}

.frm-entrar:hover
{
  background: #D1A7CF;
  transition: 0.5s;
  color: #793C93;
}

.esqueceu
{
  color: white;
  float: left;
  margin: 13.5px 0 0 25px;
  font-size: 12px;
}

.esqueceu:hover
{   
  text-decoration: underline;
}

.novo-cadastro
{
  text-align: center;
  margin:0 0 0 0;
  color: black;
}

.novo-cadastro:hover
{
  text-decoration: underline;
}

.novo-cadastro-p
{
  font-size: 12px;
  margin: 10px 0 0 0;
  text-align: center;
  color: black;
}


/*------------------------------------------------------------------------------------------ TELA DE LOGIN */

















/*----------------------------------------------------------------------------------------------------------------------------------- 350px - 400px */
@media only screen and (min-width: 350px) 
{



/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
.page-login
{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;

  background: #D1A7CF; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */
  background: radial-gradient(white, #D1A7CF); /* Standard syntax */
}

.login-left
{
  float: left;
  position: absolute;
  height: 100%;
}

.login-left img
{
  height: 80%;
  top: 10%;
  position: relative;
}

.login-center
{
  width: 70%;
  float: left;
  position: relative;
  margin:-170px 15% 0 15%;
  height: 390px;
  top:50%;

}

.login-center img
{
  width: 140px;
  margin: 0 0 0 -70px;
  position: relative; 
  left: 50%;
  float: left;  
} 

.frm-login
{
  background: #793C93;
  margin: 30px 0 0 0;
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Roboto'; 
}

.log-label
{
  color: white;
  margin:0 20px 15px 30px;
  font-size: 13px;
  float: left;
  padding: 10px 0 9px 0;
  display: none;
}

.frm-log-input
{
  width:72%;  
  float: left;
  margin: 0 25px 20px 25px;
  padding: 12px 5% 12px 5%;
  font-size: 12px;
  outline: none;
  border:none;
  border-radius: 0px;
}

.frm-log-input::-webkit-input-placeholder 
{
    color: gray;
    font: 12px 'Roboto';
}

.frm-log-input::-moz-placeholder 
{
    color: gray;
    font: 12px 'Roboto';
}

.frm-log-input::-ms-input-placeholder
{  
    color: gray;  
    font: 12px 'Roboto';
}

.l-top
{
  margin-top: 35px;
}

.frm-entrar
{
  width:90px;
  float: right; 
  margin: 0  25px 25px 0;
  cursor: pointer;
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 12px; 
  letter-spacing: 0.6px;    
}

.frm-entrar:hover
{
  background: #D1A7CF;
  transition: 0.5s;
  color: #793C93;
}

.esqueceu
{
  color: white;
  float: left;
  margin: 13.5px 0 0 25px;
  font-size: 12px;
}

.esqueceu:hover
{   
  text-decoration: underline;
}

.novo-cadastro
{
  text-align: center;
  margin:0 0 0 0;
  color: black;
}

.novo-cadastro:hover
{
  text-decoration: underline;
}

.novo-cadastro-p
{
  font-size: 12px;
  margin: 10px 0 0 0;
  text-align: center;
  color: black;
}



/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
}















/*----------------------------------------------------------------------------------------------------------------------------------- 400 - 700px */
@media only screen and (min-width: 400px) 
{

.fa-olho
{
  color: #793C93;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  padding: 10px;
  left:80%;
}

.fa-olho-s
{
  color: #793C93;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  padding: 8px;
  left:83%;
}

/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
.page-login
{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;

  background: #D1A7CF; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */
  background: radial-gradient(white, #D1A7CF); /* Standard syntax */
}

.login-left
{
  float: left;
  position: absolute;
  height: 100%;
}

.login-left img
{
  height: 70%;
  top: 15%;
  position: relative;
}

.login-center
{
  width: 500px;
  float: left;
  position: relative;
  height: 388px;
  left:50%;
  top:50%;
  margin:-194px 0 0  -250px; 
}

.login-center img
{
  width: 140px;
  margin: 0 0 0 -70px;
  position: relative; 
  left: 50%;
  float: left;  
} 

.frm-login
{
  background: #793C93;
  margin: 30px 0 0 -175px;
  position: relative;
  float: left;
  width: 350px;
  left: 50%;
  font-family: 'Roboto'; 
}

.log-label
{
  color: white;
  margin:0 20px 15px 30px;
  font-size: 13px;
  float: left;
  padding: 10px 0 9px 0;
  display: none;
}

.frm-log-input
{
  width:280px;  
  float: left;
  margin: 0 25px 20px 25px;
  padding: 12px 10px 12px 10px;
  font-size: 12px;
  outline: none;
  border:none;
  border-radius: 0px;
}

.frm-log-input::-webkit-input-placeholder 
{
    color: gray;
    font: 12px 'Roboto';
}

.frm-log-input::-moz-placeholder 
{
    color: gray;
    font: 12px 'Roboto';
}

.frm-log-input::-ms-input-placeholder
{  
    color: gray;  
    font: 12px 'Roboto';
}

.l-top
{
  margin-top: 35px;
}

.frm-entrar
{
  width:90px;
  float: right; 
  margin: 0  25px 25px 0;
  cursor: pointer;
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 12px; 
  letter-spacing: 0.6px;    
}

.frm-entrar:hover
{
  background: #D1A7CF;
  transition: 0.5s;
  color: #793C93;
}

.esqueceu
{
  color: white;
  float: left;
  margin: 13.5px 0 0 25px;
  font-size: 12px;
}

.esqueceu:hover
{   
  text-decoration: underline;
}

.novo-cadastro
{
  text-align: center;
  margin:0 0 0 0;
  color: black;
}

.novo-cadastro:hover
{
  text-decoration: underline;
}

.novo-cadastro-p
{
  font-size: 12px;
  margin: 10px 0 0 0;
  text-align: center;
  color: black;
}

/*------------------------------------------------------------------------------------------ TELA DE LOGIN */



}















/*----------------------------------------------------------------------------------------------------------------------------------- 700 - 1000px */
@media only screen and (min-width: 700px) 
{


.fa-olho-s
{
  color: #793C93;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  padding: 10px;
  left:80%;
}


/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
.page-login
{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;

  background: #D1A7CF; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */
  background: radial-gradient(white, #D1A7CF); /* Standard syntax */
}

.login-left
{
  float: left;
  position: absolute;
  height: 100%;
}

.login-left img
{
  height: 70%;
  top: 15%;
  position: relative;
}

.login-center
{
  width: 500px;
  float: left;
  position: relative;
  height: 388px;
  left:50%;
  top:50%;
  margin:-194px 0 0  -250px; 
}

.login-center img
{
  width: 140px;
  margin: 0 0 0 -70px;
  position: relative; 
  left: 50%;
  float: left;  
} 

.frm-login
{
  background: #793C93;
  margin: 30px 0 0 -175px;
  position: relative;
  float: left;
  width: 350px;
  left: 50%;
  font-family: 'Roboto'; 
}

.log-label
{
  color: white;
  margin:0 20px 15px 30px;
  font-size: 13px;
  float: left;
  padding: 10px 0 9px 0;
  display: none;
}

.frm-log-input
{
  width:280px;  
  float: left;
  margin: 0 25px 20px 25px;
  padding: 12px 10px 12px 10px;
  font-size: 12px;
  outline: none;
  border:none;
  border-radius: 0px;
}

.frm-log-input::-webkit-input-placeholder 
{
    color: gray;
    font: 12px 'Roboto';
}

.frm-log-input::-moz-placeholder 
{
    color: gray;
    font: 12px 'Roboto';
}

.frm-log-input::-ms-input-placeholder
{  
    color: gray;  
    font: 12px 'Roboto';
}

.l-top
{
  margin-top: 35px;
}

.frm-entrar
{
  width:90px;
  float: right; 
  margin: 0  25px 25px 0;
  cursor: pointer;
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 12px; 
  letter-spacing: 0.6px;    
}

.frm-entrar:hover
{
  background: #D1A7CF;
  transition: 0.5s;
  color: #793C93;
}

.esqueceu
{
  color: white;
  float: left;
  margin: 13.5px 0 0 25px;
  font-size: 12px;
}

.esqueceu:hover
{   
  text-decoration: underline;
}

.novo-cadastro
{
  text-align: center;
  margin:0 0 0 0;
  color: black;
}

.novo-cadastro:hover
{
  text-decoration: underline;
}

.novo-cadastro-p
{
  font-size: 12px;
  margin: 10px 0 0 0;
  text-align: center;
  color: black;
}

/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
}















/*----------------------------------------------------------------------------------------------------------------------------------- 1000 - 1200px */
@media only screen and (min-width: 1000px) 
{


.fa-olho
{
  color: #793C93;
  cursor: pointer;
  position: absolute;
  font-size: 22px;
  padding: 10px;
  left:81%;
}

.fa-olho-s
{
  color: #793C93;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  padding: 10px;
  left:80%;
}


/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
.page-login
{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;

  background: #D1A7CF; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */
  background: radial-gradient(white, #D1A7CF); /* Standard syntax */
}

.login-left
{
  float: left;
  position: absolute;
  height: 100%;
}

.login-left img
{
  height: 70%;
  top: 15%;
  position: relative;
}

.login-center
{
  width: 500px;
  float: left;
  position: relative;
  height: 382px;
  left:50%;
  top:50%;
  margin:-191px 0 0  -250px; 
}

.login-center img
{
  width: 140px;
  margin: 0 0 0 -70px;
  position: relative; 
  left: 50%;
  float: left;  
} 

.frm-login
{
  background: #793C93;
  margin: 30px 0 0 -200px;
  position: relative;
  float: left;
  width: 400px;
  left: 50%;
  font-family: 'Roboto';
}



.log-label
{
  color: white;
  margin:0 20px 15px 30px;
  font-size: 13px;
  float: left;
  padding: 10px 0 9px 0;
  display: block;

}

.frm-log-input
{
  width:240px;  
  float: right;
  margin: 0 30px 20px 0;
  padding: 10px;
  font-size: 15px;
  outline: none;
  border:none;
  border-radius: 0px;
}

.frm-log-input:-webkit-input-placeholder 
{
    color: gray;
    font: 15px 'Roboto';
}

.frm-log-input::-moz-placeholder 
{
    color: gray;
    font: 15px 'Roboto';
  padding: 30px;    
}

.frm-log-input:-ms-input-placeholder
{  
    color: gray;  
    font: 15px 'Roboto';
}

.l-top
{
  margin-top: 25px;
}

.frm-entrar
{
  width:90px;
  float: right; 
  margin: 0  30px 30px 0;
  cursor: pointer;
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 12px; 
  letter-spacing: 0.6px;    
}

.frm-entrar:hover
{
  background: #D1A7CF;
  transition: 0.5s;
  color: #793C93;
}

.esqueceu
{
  color: white;
  float: left;
  margin: 13.5px 0 0 110px;
  font-size: 12px;
}

.esqueceu:hover
{   
  text-decoration: underline;
}

.novo-cadastro
{
  text-align: center;
  margin:0 0 0 0;
  color: black;
}

.novo-cadastro:hover
{
  text-decoration: underline;
}

.novo-cadastro-p
{
  font-size: 12px;
  margin: 10px 0 0 0;
  text-align: center;
  color: black;
}

/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
}
















/*----------------------------------------------------------------------------------------------------------------------------------- 1200 - 1300px */
@media only screen and (min-width: 1200px) 
{



/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
.page-login
{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;

  background: #D1A7CF; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */
  background: radial-gradient(white, #D1A7CF); /* Standard syntax */
}

.login-left
{
  float: left;
  position: absolute;
  height: 100%;
}

.login-left img
{
  height: 70%;
  top: 15%;
  position: relative;
}

.login-center
{
  width: 500px;
  float: left;
  position: relative;
  height: 382px;
  left:50%;
  top:50%;
  margin:-191px 0 0  -250px; 
}

.login-center img
{
  width: 140px;
  margin: 0 0 0 -70px;
  position: relative; 
  left: 50%;
  float: left;  
} 

.frm-login
{
  background: #793C93;
  margin: 30px 0 0 -200px;
  position: relative;
  float: left;
  width: 400px;
  left: 50%;
  font-family: 'Roboto';
}

.log-label
{
  color: white;
  margin:0 20px 15px 30px;
  font-size: 13px;
  float: left;
  padding: 10px 0 9px 0;

}

.frm-log-input
{
  width:240px;  
  float: right;
  margin: 0 30px 20px 0;
  padding: 10px;
  font-size: 15px;
  outline: none;
  border:none;
  border-radius: 0px;
}

.l-top
{
  margin-top: 25px;
}

.frm-entrar
{
  width:90px;
  float: right; 
  margin: 0  30px 30px 0;
  cursor: pointer;
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 12px; 
  letter-spacing: 0.6px;    
}

.frm-entrar:hover
{
  background: #D1A7CF;
  transition: 0.5s;
  color: #793C93;
}

.esqueceu
{
  color: white;
  float: left;
  margin: 13.5px 0 0 110px;
  font-size: 12px;
}

.esqueceu:hover
{   
  text-decoration: underline;
}

.novo-cadastro
{
  text-align: center;
  margin:0 0 0 0;
  color: black;
}

.novo-cadastro:hover
{
  text-decoration: underline;
}

.novo-cadastro-p
{
  font-size: 12px;
  margin: 15px 0 0 0;
  text-align: center;
  color: black;
}

/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
}
















/*----------------------------------------------------------------------------------------------------------------------------------- 1300 - 1600px */
@media only screen and (min-width: 1300px) 
{



/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
.page-login
{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;

  background: #D1A7CF; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */
  background: radial-gradient(white, #D1A7CF); /* Standard syntax */
}

.login-left
{
  float: left;
  position: absolute;
  height: 100%;
}

.login-left img
{
  height: 70%;
  top: 15%;
  position: relative;
}

.login-center
{
  width: 500px;
  float: left;
  position: relative;
  height: 382px;
  left:50%;
  top:50%;
  margin:-191px 0 0  -250px; 
}

.login-center img
{
  width: 140px;
  margin: 0 0 0 -70px;
  position: relative; 
  left: 50%;
  float: left;  
} 

.frm-login
{
  background: #793C93;
  margin: 30px 0 0 -200px;
  position: relative;
  float: left;
  width: 400px;
  left: 50%;
  font-family: 'Roboto';
}

.log-label
{
  color: white;
  margin:0 20px 15px 30px;
  font-size: 13px;
  float: left;
  padding: 10px 0 9px 0;

}

.frm-log-input
{
  width:240px;  
  float: right;
  margin: 0 30px 20px 0;
  padding: 10px;
  font-size: 15px;
  outline: none;
  border:none;
  border-radius: 0px;
}

.l-top
{
  margin-top: 25px;
}

.frm-entrar
{
  width:90px;
  float: right; 
  margin: 0  30px 30px 0;
  cursor: pointer;
  padding: 10px;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 12px; 
  letter-spacing: 0.6px;    
}

.frm-entrar:hover
{
  background: #D1A7CF;
  transition: 0.5s;
  color: #793C93;
}

.esqueceu
{
  color: white;
  float: left;
  margin: 13.5px 0 0 110px;
  font-size: 12px;
}

.esqueceu:hover
{   
  text-decoration: underline;
}

.novo-cadastro
{
  text-align: center;
  margin:0 0 0 0;
  color: black;
}

.novo-cadastro:hover
{
  text-decoration: underline;
}

.novo-cadastro-p
{
  font-size: 12px;
  margin: 15px 0 0 0;
  text-align: center;
  color: black;
}

/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
}
















/*----------------------------------------------------------------------------------------------------------------------------------- 1900 - ++ */
@media only screen and (min-width: 1900px) 
{

.fa-olho
{
  color: #793C93;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  padding: 10px;
  left:85%;
}

.fa-olho-s
{
  color: #793C93;
  cursor: pointer;
  position: absolute;
  font-size: 20px;
  padding: 10px;
  left:80%;
}

/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
.page-login
{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;

  background: #D1A7CF; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */
  background: radial-gradient(white, #D1A7CF); /* Standard syntax */
}

.login-left
{
  float: left;
  position: absolute;
  height: 100%;
}

.login-left img
{
  height: 80%;
  top: 10%;
  position: relative;
}

.login-center
{
  width: 600px;
  float: left;
  position: relative;
  height: 450px;
  left:50%;
  top:50%;
  margin:-225px 0 0  -300px; 
}

.login-center img
{
  width: 180px;
  margin: 0 0 0 -90px;
  position: relative; 
  left: 50%;
  float: left;  
} 

.frm-login
{
  background: #793C93;
  margin: 50px 0 0 -250px;
  position: relative;
  float: left;
  width: 500px;
  left: 50%;
  font-family: 'Roboto';
}

.log-label
{
  color: white;
  margin:0 25px 20px 30px;
  font-size: 15px;
  float: left;
  padding: 10px 0 9px 0;

}

.frm-log-input
{
  width:340px;  
  float: right;
  margin: 0 30px 20px 0;
  padding: 10px;
  font-size: 15px;
  outline: none;
  border:none;
}

.l-top
{
  margin-top: 30px;
}

.frm-entrar
{
  width:110px;
  float: right; 
  margin: 0  30px 30px 0;
  cursor: pointer;
  padding: 13px;
  border: 2px solid white;
  border-radius: 10px;
  background: none;
  color: white;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 13.5px; 
  letter-spacing: 0.6px;    
}

.frm-entrar:hover
{
  background: #D1A7CF;
  transition: 0.5s;
  color: #793C93;
}

.esqueceu
{
  color: white;
  float: left;
  margin: 13.5px 0 0 110px;
  font-size: 14px;
}

.esqueceu:hover
{   
  text-decoration: underline;
}

.novo-cadastro
{
  text-align: center;
  margin:0 0 0 0;
  color: black;
}

.novo-cadastro:hover
{
  text-decoration: underline;
}

.novo-cadastro-p
{
  font-size: 14px;
  margin: 20px 0 0 0;
  text-align: center;
  color: black;
}

/*------------------------------------------------------------------------------------------ TELA DE LOGIN */
}




.profile-pass-content form
{
  position: relative;
  float: left; 
  width:100%;
}

.alterar-senha
{
  position: relative;
  float: left;
  width: 100%;
}

.alterar-left
{
  float: left;
  position: relative;
  width: 268px;
  background: #793C93;
  padding: 0 0 0 0;
  border: 1px solid #793C93;  
  margin: 0 0 5px 0 ;
}

.alterar-senha-p
{
  font-size: 13px;
  text-align: center;
  padding:12px 0px 12px 0;
  width: 100%;  
  color: white;
}

.alterar-right
{
  position: relative;
  float: right;
  width:268px;
  border: 1px solid #52ADAD;
  background: white;
  margin: 0 0 20px 0 ;text-align: center;
}

.senha-frm
{
  border: none;
  outline: none;  
  font-size: 13px;
  margin:7px 0px 7px 0px;
  width: 265px;
  border-radius: 0;
  padding: 4px 0 4px 0px;text-align: center;
}

.senha-frm::-webkit-input-placeholder 
{
    color: gray;
    font: 13px 'Roboto';
}

.senha-frm::-moz-placeholder
{
    color: gray;
    font: 13px 'Roboto';
    text-align: center; margin-top: 10px;
}

.senha-frm::-ms-input-placeholder
{  
    color: gray;
    font: 13px 'Roboto';
    text-align: center;
}







/*------------------------------------------------------------------------------------------ ALUNO */

.cadastro-topo
{
  padding-top: 50px;
}


.box-aluno-ul
{
  width:250px;
  float: left;
  position: relative;
  left: 50%;
  margin:30px 0 60px -125px;
}

.box-aluno-li
{
  float: left;
  background: #793C93;  
  width:45%;
  border-radius: 120px;
}

.box-aluno-li:last-child
{
  float: right;
  background: #52ADAD;  
}

.al-user
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;
  padding: 18px 0 5px 0;

}

.al-heart
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;  
  padding: 18px 0 5px 0;  
}

.al-subtitle
{
  text-align: center;
  font-weight: normal;
  color: white;
  letter-spacing: 1.5px;
  font-size: 13px;
  padding: 0 0 16px 0;
}

.area-title
{
  text-align: center;
  color: #793C93;
  font-weight:normal;
  font-size:20px;
  text-decoration: underline;
  margin: 0px 0 0px 0; 
}

.profile-pass
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 50px 0;
}

.box-title-ul
{
  width: 100%;
  position: relative;
  float: left;
  background:#F7E7FF;
  margin-bottom: 50px;
}

.box-profpass-ul
{
  width: 100%;
  position: relative;
  float: left;
  background:#F7E7FF;
}


.box-title-li
{
  float: left;
  width: 80%;
  margin: 10px 0 0 0px;
  height: 37px;
}

.box-profpass-li
{
  float: right;
  width: 40%;
  margin: 30px 0 0 10px;
  height: 37px;
}

.box-title-li:first-child
{
  margin-top: 20px;
}





.box-title-li:nth-child(2), .box-title-li:nth-child(4)
{
  float: right;
  margin: 10px 0px 0 0; 
}

.box-title-li:nth-child(4)
{
  margin: 10px 0px 20px 0px;  
}

.box-title-li:last-child
{
  display: none;  
}

.box-title-li a
{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: white;
  padding: 10px 0 10px 0;
}

.box-profpass-li a
{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: white;
  padding: 10px 0 10px 0;
}

.c-purple
{
  background: #793C93;

}

.c-blue
{
  background: #52ADAD;
}

#pass, #conteudos, #certificado, #conteudo
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  border-top:4px solid #52ADAD;
  border-bottom:4px solid #52ADAD;  
  background: #EDF7F3;  
}

#meu-curs, #profile, #pagamentos
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  border-top:4px solid #793C93;
  border-bottom:4px solid #793C93;  
  background: #F7E7FF;  
}

.mostra
{
  display: block;
}

.esconde
{
  display: none;
}

.profile-pass-content
{
  width: 90%;
  margin: 0 5% 0 5%;
}

.profile-header
{
  width: 100%;
  float: left;
  position: relative;
  margin:0px 0 35px 0;
}

.prof-header
{
  width: 100px;
  margin:25px 25px 25px 0;
  float: left;
  cursor: pointer;
  position: relative;transition-delay: 1s;
}

.prof-header img
{
  width: 100%;
  float: left;
  position: relative;
}

.prof-alterar
{
  width: 100%;
  height: 100%;
  position: absolute;
  background: green;
  float: left;
  top: 0;
  left: 0;
  background: rgba(121,60,147, 0.9);
  display: none;
}

.prof-header:hover .prof-alterar 
{
  display: block;
   transition-delay: 1s;
}

.prof-alterar a
{
  color: white;
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
  display: block;
  padding: 33px 0 33px 0; 
  font-size: 12px;
  line-height: 17px;  
}

.profile-title
{
  font-size: 14px;
  color: black;
  margin:25px 0 5px 0;

}

.profile-cod
{
  font-size: 12px;
  color: black;
}

.p-edit
{
  width: 25px;
  margin: 30px 10px 0 0;
  float: left;
}

.p-edit-a
{
  font-size: 12px;
  color:black;
  float: left;
  font-family: 'Roboto';  
  margin:37px 0 0 0;
}

.p-edit-a:hover
{
  text-decoration: underline;
}

.dados-cadastrais
{
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0; 
}

.dados-cadastrais-label
{
  font-family: 'Roboto';  
  color: black;
  font-size: 13px;
  margin:0 15px 0 0;
  display: none;
}

.dados-cadastrais-label::-webkit-input-placeholder 
{
    color: black;
    font: 12px 'Roboto';
}

.dados-cadastrais-label::-moz-placeholder 
{
    color:black;
    font: 12px 'Roboto';
}

.dados-cadastrais-label::-ms-input-placeholder
{  
    color: black;  
    font: 12px 'Roboto';
}

.direita
{
  margin-right: 0px;
}

.esquerda
{
  margin-right: 40px;
}

.baixo
{
  margin-bottom: 8px;
}

.i-dados
{
  padding: 10px;
  font-family: 'Roboto';  
  color: black;
  font-size: 12px;  
  outline: none;
  border:none;
  color: black;
  border-radius: 0px;
}

.i-nome  
{
  width: 230px;
}

.i-cpf 
{
  width: 230px;
}

.i-data
{
  width: 230px;
}

.i-sexo
{
  width: 250px;
}

select 
{
    -webkit-appearance: none;
    background: white;
    width: 250px;
}

.i-rg 
{
  width: 230px;
}

.l-rg
{
  margin-left: 0px;
}

.i-email 
{
  width: 230px;
}

.i-cep 
{
  width: 230px;
}

.i-end 
{
  width: 230px;
}

.i-num 
{
  width: 83px;
}

.i-com
{
  width: 83px;
}

.i-bairro
{
  width: 230px;
}

.i-cidade
{
  width: 230px;
}

.i-uf
{
  width: 230px;
}

.i-celular
{
  width: 230px;
}

.i-residencial
{
  width: 230px;
}

.i-comercial
{
  width: 230px;
}

.frm-salvar
{
  width:126px;
  float: left;
  left:50%; 
  margin: 30px 0px 35px -63px;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  background: none;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 13px; 
  letter-spacing: 0.6px;  
  position: relative; 
}

.b-purple
{
  border-bottom:1px solid #793C93;
}

.b-green
{
  border-bottom:1px solid #52ADAD;
}

.pass-title
{
  text-align: center;
  color: #52ADAD;
  font-weight:normal;
  font-size:19px;
  text-decoration: underline;
  margin: 0px 0 35px 0; 
}

.altera-senha
{
  position: relative;
  float: left;
  width: 100%;
  left: 0%;
  margin: 0 0 0 0px;
}

.altera-senha-label
{
  font-family: 'Roboto';  
  color: white;
  font-size: 13px;
  margin:0 0px 3px 0;
  background: #793C93;
  width:100%;
  float: left;
  text-align: center;
  padding:12px 0 12px 0;
  border:1px solid #793C93; 
}

.triangulo
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 16px;
  display: none; z-index: 3000;
}

.triangulo-1
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 81px;
  display: none;z-index: 3000;
}

.triangulo-2
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 146px;
  display: none;z-index: 3000;
}

.p-form
{
  float: left;
  width: 80%;
  border:1px solid #52ADAD;
  padding: 11.5px 10% 11.5px 10%;
  font-size: 14px;
  color:#52ADAD;
  margin: 0 0 15px 0;
  outline: none;
  border-radius: 0px;
}

.p-form::-webkit-input-placeholder 
{
    color: gray;
    font: 13px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
}

.p-form::-moz-placeholder 
{
    color: gray;
    font: 13px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
}

.p-form::-ms-input-placeholder
{  
    color: gray;  
    font: 13px 'Roboto';
    text-align: center;
    border:1px solid #52ADAD;
}

.salvar-purple
{
  border: 2px solid #793C93;
  color:#793C93;
}

.salvar-green
{
  border: 2px solid #52ADAD;
  color:#52ADAD;
}

.salvar-purple:hover
{
  background: #D1A7CF;
  transition: 1s;
}

.salvar-green:hover
{
  background: #DAEBE4;
  transition: 1s;
}

/*------------------------------------------------------------------------------------------ ALUNO */




















/*----------------------------------------------------------------------------------------------------------------------------------- 700 - 1000px */
@media only screen and (min-width: 700px) 
{

.alterar-senha
{
  position: relative;
  float: left;
  width: 400px;
  left:50%;
  margin: 0 0 0 -200px;
}

.alterar-left
{
  float: left;
  position: relative;
  width: 118px;
  background: #793C93;
  padding: 0 20px 0 0;
  border: 1px solid #793C93;  
  margin: 0 0 20px 0;
  height: 41px;
}

.alterar-senha-p
{
  font-size: 13px;
  text-align: right;
  padding:12px 0px 12px 0;
  width: 100%;  
  color: white;
}

.alterar-right
{
  position: relative;
  float: right;
  width:258px;
  border: 1px solid #52ADAD;
  background: white;
  height: 41px;
  margin: 0 0 20px 0 ;text-align: center;
}

.senha-frm
{
  border: 1px solid #52ADAD;
  outline: none;  
  font-size: 13px;
  margin:8px 7px 6px 12px;
  width: 227px;
  border-radius: 0;
}

.senha-frm::-webkit-input-placeholder 
{
    color: gray;
    font: 13px 'Roboto';
}

.senha-frm::-moz-placeholder
{
    color: gray;
    font: 13px 'Roboto';
    text-align: center; margin-top: 10px;
}

.senha-frm::-ms-input-placeholder
{  
    color: gray;
    font: 13px 'Roboto';
    text-align: center;
}

.triangulo
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 14.5px;z-index: 3000;
}

.triangulo-1
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 77.5px;z-index: 3000;
}

.triangulo-2
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 140.5px;z-index: 3000;
}


/*------------------------------------------------------------------------------------------ ALUNO */



.box-aluno-ul
{
  width:250px;
  float: left;
  position: relative;
  left: 50%;
  margin:30px 0 60px -125px;
}


.box-aluno-li
{
  float: left;
  background: #793C93;  
  width:45%;
  border-radius: 120px;
}

.box-aluno-li:last-child
{
  float: right;
  background: #52ADAD;  
}

.al-user
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;
  padding: 18px 0 5px 0;
}

.al-heart
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;  
  padding: 18px 0 5px 0;  
}

.al-subtitle
{
  text-align: center;
  font-weight: normal;
  color: white;
  letter-spacing: 1.5px;
  font-size: 13px;
  padding: 0 0 16px 0;
}

.area-title
{
  text-align: center;
  color: #793C93;
  font-weight:normal;
  font-size:24px;
  text-decoration: underline;
  margin: 0px 0 10px 0; 
}

.profile-pass
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 50px 0;
}

.box-title-ul
{
  width: 100%;
  position: relative;
  float: left;
  background: none;
  margin-bottom: 0px;
}

.box-profpass-ul
{
  width: 100%;
  position: relative;
  float: left;
  background: none;
  margin-bottom: 0px;
  margin-top: 50px;
}

.box-title-li
{
  float: left;
  width: 18%;
  margin: 0 0 0 2.5%;
  height: 50px;
}

.box-profpass-li
{
  float: right;
  width: 18%;
  margin: 0 0 0 20px;
}

.box-title-li:first-child
{
  margin: 0 0 0 0;  
}


.box-title-li:nth-child(2), .box-title-li:nth-child(4)
{
  float: left;
  margin: 0 0 0 2.5%;
}

.box-title-li:last-child
{
  margin: 0 0 0 2.5%;
  display: block; 
}

.box-title-li a
{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 15px 0 15px 0;
}

.c-purple
{
  background: #793C93;
}

.c-blue
{
  background: #52ADAD;
}

.profile-pass-content
{
  width: 90%;
  margin: 0 5% 0 5%;
}

.profile-header
{
  width: 100%;
  float: left;
  position: relative;
  margin:0px 0 35px 0;
}

.prof-header
{
  width: 100px;
  margin:25px 25px 25px 0;
  float: left;
}

.profile-title
{
  font-size: 15px;
  color: black;
  margin:25px 0 5px 0;
}

.profile-cod
{
  font-size: 13px;
  color: black;
}

.p-edit
{
  width: 30px;
  margin: 30px 10px 0 0;
  float: left;
}

.p-edit-a
{
  font-size: 13px;
  color:black;
  float: left;
  font-family: 'Roboto';  
  margin:37px 0 0 0;
}

.p-edit-a:hover
{
  text-decoration: underline;
}

.dados-cadastrais
{
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0; 
}

.dados-cadastrais-label
{
  font-family: 'Roboto';  
  color: black;
  font-size: 13px;
  margin:0 15px 0 0;
  display: none;
}

.dados-cadastrais-label::-webkit-input-placeholder 
{
    color: black;
    font: 13px 'Roboto';
}

.dados-cadastrais-label::-moz-placeholder 
{
    color:black;
    font: 13px 'Roboto';
}

.dados-cadastrais-label::-ms-input-placeholder
{  
    color: black;  
    font: 13px 'Roboto';
}

.direita
{
  margin-right: 0px;
}

.esquerda
{
  margin-right: 40px;
}

.baixo
{
  margin-bottom: 15px;
}

.i-dados
{
  padding: 10px;
  font-family: 'Roboto';  
  color: black;
  font-size: 13px;  
  outline: none;
  border:none;
  color: black;
  border-radius: 0px;
}

.i-nome  
{
  width: 335px;
}

.i-cpf 
{
  width: 120px;
}

.i-data
{
  width: 170px;
}

.i-sexo
{
  width: 121px;
}

select 
{
    -webkit-appearance: none;
    background: white;
    width: 110px;
}

.i-rg 
{
  width: 120px;
}

.l-rg
{
  margin-left: 0px;
}

.i-email 
{
  width: 335px;
}

.i-cep 
{
  width: 120px;
}

.i-end 
{
  width: 301px;
}

.i-num 
{
  width: 45px;
}

.i-com
{
  width: 45px;
}

.i-bairro
{
  width: 160px;
}

.i-cidade
{
  width: 186px;
}

.i-uf
{
  width: 45px;
}

.i-celular
{
  width: 160px;
}

.i-residencial
{
  width: 186px;
}

.i-comercial
{
  width: 131px;
}

.frm-salvar
{
  width:126px;
  float: left;
  left:50%; 
  margin: 30px 0px 35px -63px;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  background: none;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 13px; 
  letter-spacing: 0.6px;  
  position: relative; 
}

.b-purple
{
  border-bottom:1px solid #793C93;
}

.b-green
{
  border-bottom:1px solid #52ADAD;
}

.pass-title
{
  text-align: center;
  color: #52ADAD;
  font-weight:normal;
  font-size:19px;
  text-decoration: underline;
  margin: 0px 0 35px 0; 
}

.altera-senha
{
  position: relative;
  float: left;
  width: 400px;
  left:50%;
  margin: 0 0 0 -200px;
}

.altera-senha-label
{
  font-family: 'Roboto';  
  color: white;
  font-size: 14px;
  margin:0 15px 0 0;
  background: #793C93;
  width:120px;
  float: left;
  text-align: right;
  padding:12px 20px 12px 0;
  margin: 0 0 15px 0; 
  border:1px solid #793C93; 
}

.p-form
{
  float: right;
  width: 238px;
  border:1px solid #52ADAD;
  padding: 12.5px 6px 12.5px 12px;
  font-size: 14px;
  color:#52ADAD;
  margin: 0 0 15px 0;
  outline: none;
}

.p-form::-webkit-input-placeholder 
{
    color: gray;
    font: 14px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 5px 6px 7px;    
}

.p-form::-moz-placeholder 
{
    color: gray;
    font: 14px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 7px 6px 7px;    
}

.p-form::-ms-input-placeholder
{  
    color: gray;  
    font: 14px 'Roboto';
    text-align: center;
    border:1px solid #52ADAD;
    padding: 5px 7px 6px 7px;    
}

.salvar-purple
{
  border: 2px solid #793C93;
  color:#793C93;
}

.salvar-green
{
  border: 2px solid #52ADAD;
  color:#52ADAD;
}

.salvar-purple:hover
{
  background: #D1A7CF;
  transition: 1s;
}

.salvar-green:hover
{
  background: #DAEBE4;
  transition: 1s;
}
/*------------------------------------------------------------------------------------------ ALUNO */
}















/*---------------------------------------------------------------------------------------------------------- 1000*/
@media only screen and (min-width: 1000px) 
{












/*------------------------------------------------------------------------------------------ ALUNO */


.box-aluno-ul
{
  width:250px;
  float: left;
  position: relative;
  left: 50%;
  margin:30px 0 60px -125px;
}

.box-aluno-li
{
  float: left;
  background: #793C93;  
  width:45%;
  border-radius: 120px;
}

.box-aluno-li:last-child
{
  float: right;
  background: #52ADAD;  
}

.al-user
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;
  padding: 18px 0 5px 0;
}

.al-heart
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;  
  padding: 18px 0 5px 0;  
}

.al-subtitle
{
  text-align: center;
  font-weight: normal;
  color: white;
  letter-spacing: 1.5px;
  font-size: 13px;
  padding: 0 0 16px 0;
}

.area-title
{
  text-align: center;
  color: #793C93;
  font-weight:normal;
  font-size:24px;
  text-decoration: underline;
  margin: 0px 0 60px 0; 
}

.profile-pass
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 50px 0;
}

.box-title-ul
{
  width: 100%;
  position: relative;
  float: left;
}

.box-title-li
{
  float: right;
  width: 18%;
  margin: 0 0 0 2.5%;
  height: 50px;
}


.box-title-li:first-child
{
  float:left;
}

.box-title-li:last-child
{
  float:right;
}

.box-title-li:nth-child(2), .box-title-li:nth-child(3), .box-title-li:nth-child(4)
{
  float:left;
}


.box-title-li:last-child
{
  margin: 0 0 0 0;  
}

.box-title-li a
{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 15px 0 15px 0;
}

.c-purple
{
  background: #793C93;
}

.c-blue
{
  background: #52ADAD;
}

.profile-pass-content
{
  width: 90%;
  margin: 0 5% 0 5%;
}

.profile-header
{
  width: 100%;
  float: left;
  position: relative;
  margin:0px 0 35px 0;
}

.prof-header
{
  width: 100px;
  margin:25px 25px 25px 0;
  float: left;
}

.profile-title
{
  font-size: 15px;
  color: black;
  margin:25px 0 5px 0;
}

.profile-cod
{
  font-size: 13px;
  color: black;
}

.p-edit
{
  width: 30px;
  margin: 30px 10px 0 0;
  float: left;
}

.p-edit-a
{
  font-size: 13px;
  color:black;
  float: left;
  font-family: 'Roboto';  
  margin:37px 0 0 0;
}

.p-edit-a:hover
{
  text-decoration: underline;
}

.dados-cadastrais
{
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0; 
}

.dados-cadastrais-label
{
  font-family: 'Roboto';  
  color: black;
  font-size: 13px;
  margin:0 15px 0 0;
  display: inline;
}

.i-dados::-webkit-input-placeholder 
{
    color:white;
    font: 13px 'Roboto';
}

.i-dados::-moz-placeholder 
{
    color:white;
    font: 13px 'Roboto';
}

.i-dados::-ms-input-placeholder
{  
    color:white;  
    font: 13px 'Roboto';
}

.direita
{
  margin-right: 0px;
}

.esquerda
{
  margin-right: 40px;
}

.baixo
{
  margin-bottom: 15px;
}

.i-dados
{
  padding: 10px;
  font-family: 'Roboto';  
  color: black;
  font-size: 13px;  
  outline: none;
  border:none;
  color: black;
  border-radius: 0px;
}

.i-nome  
{
  width: 425px;
}

.i-cpf 
{
  width: 152px;
}

.i-data
{
  width: 127px;
}

.i-sexo
{
  width: 120px;
}

select 
{
    -webkit-appearance: none;
    background: white;
    width: 120px;
}

.i-rg 
{
  width: 120px;
}

.l-rg
{
  margin-left: 8px;
}

.i-email 
{
  width: 424px;
}

.i-cep 
{
  width: 153px;
}

.i-end 
{
  width: 265px;
}

.i-num 
{
  width: 70px;
}

.i-com
{
  width: 95px;
}

.i-bairro
{
  width: 184px;
}

.i-cidade
{
  width: 225px;
}

.i-uf
{
  width: 51px;
}

.i-celular
{
  width: 178px;
}

.i-residencial
{
  width: 128px;
}

.i-comercial
{
  width: 129px;
}

.frm-salvar
{
  width:126px;
  float: left;
  left:50%; 
  margin: 30px 0px 35px -63px;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  background: none;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 13px; 
  letter-spacing: 0.6px;  
  position: relative; 
}

.b-purple
{
  border-bottom:1px solid #793C93;
}

.b-green
{
  border-bottom:1px solid #52ADAD;
}

.pass-title
{
  text-align: center;
  color: #52ADAD;
  font-weight:normal;
  font-size:19px;
  text-decoration: underline;
  margin: 0px 0 35px 0; 
}

.altera-senha
{
  position: relative;
  float: left;
  width: 400px;
  left:50%;
  margin: 0 0 0 -200px;
}

.altera-senha-label
{
  font-family: 'Roboto';  
  color: white;
  font-size: 14px;
  margin:0 15px 0 0;
  background: #793C93;
  width:120px;
  float: left;
  text-align: right;
  padding:12px 20px 12px 0;
  margin: 0 0 15px 0; 
  border:1px solid #793C93; 
}

.triangulo
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 16px;z-index: 3000;
}

.triangulo-1
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 81px;z-index: 3000;
}

.triangulo-2
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 146px;z-index: 3000;
}

.p-form
{
  float: right;
  width: 238px;
  border:1px solid #52ADAD;
  padding: 12.5px 6px 12.5px 12px;
  font-size: 14px;
  color:#52ADAD;
  margin: 0 0 15px 0;
  outline: none;
}

.p-form::-webkit-input-placeholder 
{
    color: gray;
    font: 14px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 5px 6px 7px;    
}

.p-form::-moz-placeholder 
{
    color: gray;
    font: 14px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 7px 6px 7px;    
}

.p-form::-ms-input-placeholder
{  
    color: gray;  
    font: 14px 'Roboto';
    text-align: center;
    border:1px solid #52ADAD;
    padding: 5px 7px 6px 7px;    
}

.salvar-purple
{
  border: 2px solid #793C93;
  color:#793C93;
}

.salvar-green
{
  border: 2px solid #52ADAD;
  color:#52ADAD;
}

.salvar-purple:hover
{
  background: #D1A7CF;
  transition: 1s;
}

.salvar-green:hover
{
  background: #DAEBE4;
  transition: 1s;
}

/*------------------------------------------------------------------------------------------ ALUNO */
}















/*----------------------------------------------------------------------------------------------------------------------------------- 1200 - 1300px */
@media only screen and (min-width: 1200px) 
{



/*------------------------------------------------------------------------------------------ ALUNO */



.alterar-senha
{
  position: relative;
  float: left;
  width: 500px;
  left:50%;
  margin: 0 0 0 -250px; 
}

.alterar-left
{
  float: left;
  position: relative;
  width: 158px;
  background: #793C93;
  padding: 0 20px 0 0;
  border: 1px solid #793C93;  
  margin: 0 0 20px 0 ;
  height: 43px;
}

.alterar-senha-p
{
  font-size: 16px;
  text-align: right;
  padding:12px 0px 12px 0;
  width: 100%;  
  color: white;
}

.alterar-right
{
  position: relative;
  float: right;
  width:318px;
  border: 1px solid #52ADAD;
  background: white;
  height: 43px;
  margin: 0 0 20px 0 ;text-align: center;
}

.senha-frm
{
  border: 1px solid #52ADAD;
  outline: none;  
  font-size: 16px;
  margin:7px 7px 7px 7px;
  width: 280px;
  border-radius: 0;
}

.senha-frm::-webkit-input-placeholder 
{
    color: gray;
    font: 16px 'Roboto';
}

.senha-frm::-moz-placeholder
{
    color: gray;
    font: 16px 'Roboto';
    text-align: center; margin-top: 10px;
}

.senha-frm::-ms-input-placeholder
{  
    color: gray;
    font: 16px 'Roboto';
    text-align: center;
}











.box-aluno-ul
{
  width:250px;
  float: left;
  position: relative;
  left: 50%;
  margin:30px 0 60px -125px;
}

.box-aluno-li
{
  float: left;
  background: #793C93;  
  width:45%;
  border-radius: 120px;
}

.box-aluno-li:last-child
{
  float: right;
  background: #52ADAD;  
}

.al-user
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;
  padding: 18px 0 5px 0;
}

.al-heart
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;  
  padding: 18px 0 5px 0;  
}

.al-subtitle
{
  text-align: center;
  font-weight: normal;
  color: white;
  letter-spacing: 1.5px;
  font-size: 13px;
  padding: 0 0 16px 0;
}

.area-title
{
  text-align: center;
  color: #793C93;
  font-weight:normal;
  font-size:24px;
  text-decoration: underline;
  margin: 0px 0 60px 0; 
}

.profile-pass
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 50px 0;
}

.box-title-ul
{
  width: 100%;
  position: relative;
  float: left;
}

.box-title-li
{
  float: right;
  width: 18%;
  margin: 0 0 0 2.5%;
  height: 40px;
}

.box-title-li:first-child
{
  float:left;
}

.box-title-li:last-child
{
  float:right;
}

.box-title-li:nth-child(2), .box-title-li:nth-child(3), .box-title-li:nth-child(4)
{
  float:left;
}

.box-title-li:last-child
{
  margin: 0 0 0 0;  
}

.box-title-li a
{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: white;
  padding: 11.5px 0 11.5px 0;
}

.c-purple
{
  background: #793C93;
}

.c-blue
{
  background: #52ADAD;
}

.profile-pass-content
{
  width: 90%;
  margin: 0 5% 0 5%;
}

.profile-header
{
  width: 100%;
  float: left;
  position: relative;
  margin:0px 0 35px 0;
}

.prof-header
{
  width: 100px;
  margin:25px 25px 25px 0;
  float: left;
}

.profile-title
{
  font-size: 15px;
  color: black;
  margin:25px 0 5px 0;
}

.profile-cod
{
  font-size: 13px;
  color: black;
}

.p-edit
{
  width: 30px;
  margin: 30px 10px 0 0;
  float: left;
}

.p-edit-a
{
  font-size: 13px;
  color:black;
  float: left;
  font-family: 'Roboto';  
  margin:37px 0 0 0;
}

.p-edit-a:hover
{
  text-decoration: underline;
}

.dados-cadastrais
{
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0; 
}

.dados-cadastrais-label
{
  font-family: 'Roboto';  
  color: black;
  font-size: 13px;
  margin:0 15px 0 0;
}

.direita
{
  margin-right: 0px;
}

.esquerda
{
  margin-right: 40px;
}

.baixo
{
  margin-bottom: 15px;
}

.i-dados
{
  padding: 10px;
  font-family: 'Roboto';  
  color: black;
  font-size: 13px;  
  outline: none;
  border:none;
  color: black;
}

.i-nome  
{
  width: 425px;
}

.i-cpf 
{
  width: 152px;
}

.i-data
{
  width: 127px;
}

.i-sexo
{
  width: 120px;
}

select 
{
    -webkit-appearance: none;
    background: white;
    width: 120px;
}

.i-rg 
{
  width: 120px;
}

.l-rg
{
  margin-left: 8px;
}

.i-email 
{
  width: 424px;
}

.i-cep 
{
  width: 153px;
}

.i-end 
{
  width: 265px;
}

.i-num 
{
  width: 70px;
}

.i-com
{
  width: 95px;
}

.i-bairro
{
  width: 184px;
}

.i-cidade
{
  width: 225px;
}

.i-uf
{
  width: 51px;
}

.i-celular
{
  width: 178px;
}

.i-residencial
{
  width: 128px;
}

.i-comercial
{
  width: 129px;
}

.frm-salvar
{
  width:126px;
  float: left;
  left:50%; 
  margin: 30px 0px 35px -63px;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  background: none;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 13px; 
  letter-spacing: 0.6px;  
  position: relative; 
}

.b-purple
{
  border-bottom:1px solid #793C93;
}

.b-green
{
  border-bottom:1px solid #52ADAD;
}

.pass-title
{
  text-align: center;
  color: #52ADAD;
  font-weight:normal;
  font-size:19px;
  text-decoration: underline;
  margin: 0px 0 35px 0; 
}

.altera-senha
{
  position: relative;
  float: left;
  width: 400px;
  left:50%;
  margin: 0 0 0 -200px;
}

.altera-senha-label
{
  font-family: 'Roboto';  
  color: white;
  font-size: 14px;
  margin:0 15px 0 0;
  background: #793C93;
  width:120px;
  float: left;
  text-align: right;
  padding:12px 20px 12px 0;
  margin: 0 0 15px 0; 
  border:1px solid #793C93; 
}

.triangulo
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 16px;z-index: 3000;
}

.triangulo-1
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 81px;z-index: 3000;
}

.triangulo-1
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
 z-index: 3000;
}

.p-form
{
  float: right;
  width: 238px;
  border:1px solid #52ADAD;
  padding: 12.5px 6px 12.5px 12px;
  font-size: 14px;
  color:#52ADAD;
  margin: 0 0 15px 0;
  outline: none;
}

.p-form::-webkit-input-placeholder 
{
    color: gray;
    font: 14px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 5px 6px 7px;    
}

.p-form::-moz-placeholder 
{
    color: gray;
    font: 14px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 7px 6px 7px;    
}

.p-form::-ms-input-placeholder
{  
    color: gray;  
    font: 14px 'Roboto';
    text-align: center;
    border:1px solid #52ADAD;
    padding: 5px 7px 6px 7px;    
}

.salvar-purple
{
  border: 2px solid #793C93;
  color:#793C93;
}

.salvar-green
{
  border: 2px solid #52ADAD;
  color:#52ADAD;
}

.salvar-purple:hover
{
  background: #D1A7CF;
  transition: 1s;
}

.salvar-green:hover
{
  background: #DAEBE4;
  transition: 1s;
}

/*------------------------------------------------------------------------------------------ ALUNO */
}













/*----------------------------------------------------------------------------------------------------------------------------------- 1300 - 1600px */
@media only screen and (min-width: 1300px) 
{


/*------------------------------------------------------------------------------------------ ALUNO */



.box-aluno-ul
{
  width:250px;
  float: left;
  position: relative;
  left: 50%;
  margin:30px 0 60px -125px;
}

.box-aluno-li
{
  float: left;
  background: #793C93;  
  width:45%;
  border-radius: 120px;
}

.box-aluno-li:last-child
{
  float: right;
  background: #52ADAD;  
}

.al-user
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;
  padding: 18px 0 5px 0;
}

.al-heart
{
  color:white;
  text-align: center;
  font-size: 40px;
  width: 100%;  
  padding: 18px 0 5px 0;  
}

.al-subtitle
{
  text-align: center;
  font-weight: normal;
  color: white;
  letter-spacing: 1.5px;
  font-size: 13px;
  padding: 0 0 16px 0;
}

.area-title
{
  text-align: center;
  color: #793C93;
  font-weight:normal;
  font-size:24px;
  text-decoration: underline;
  margin: 0px 0 60px 0; 
}

.profile-pass
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 50px 0;
}

.box-title-ul
{
  width: 100%;
  position: relative;
  float: left;
}

.box-title-li
{
  float: right;
  width: 18%;
  margin: 0 0 0 2.5%;
  height: 40px;
}

.box-title-li:first-child
{
  float:left;
}

.box-title-li:last-child
{
  float:right;
}

.box-title-li:nth-child(2), .box-title-li:nth-child(3), .box-title-li:nth-child(4)
{
  float:left;
}


.box-title-li:last-child
{
  margin: 0 0 0 0;  
}

.box-title-li a
{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  color: white;
  padding: 11.5px 0 11.5px 0;
}

.c-purple
{
  background: #793C93;
}

.c-blue
{
  background: #52ADAD;
}

.profile-pass-content
{
  width: 90%;
  margin: 0 5% 0 5%;
}

.profile-header
{
  width: 100%;
  float: left;
  position: relative;
  margin:0px 0 35px 0;
}

.prof-header
{
  width: 100px;
  margin:25px 25px 25px 0;
  float: left;
}

.profile-title
{
  font-size: 15px;
  color: black;
  margin:25px 0 5px 0;
}

.profile-cod
{
  font-size: 13px;
  color: black;
}

.p-edit
{
  width: 30px;
  margin: 30px 10px 0 0;
  float: left;
}

.p-edit-a
{
  font-size: 13px;
  color:black;
  float: left;
  font-family: 'Roboto';  
  margin:37px 0 0 0;
}

.p-edit-a:hover
{
  text-decoration: underline;
}

.dados-cadastrais
{
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0; 
}

.dados-cadastrais-label
{
  font-family: 'Roboto';  
  color: black;
  font-size: 13px;
  margin:0 15px 0 0;
}

.direita
{
  margin-right: 0px;
}

.esquerda
{
  margin-right: 40px;
}

.baixo
{
  margin-bottom: 15px;
}

.i-dados
{
  padding: 10px;
  font-family: 'Roboto';  
  color: black;
  font-size: 13px;  
  outline: none;
  border:none;
  color: black;
}

.i-nome  
{
  width: 425px;
}

.i-cpf 
{
  width: 152px;
}

.i-data
{
  width: 127px;
}

.i-sexo
{
  width: 120px;
}

select 
{
    -webkit-appearance: none;
    background: white;
    width: 120px;
}

.i-rg 
{
  width: 120px;
}

.l-rg
{
  margin-left: 8px;
}

.i-email 
{
  width: 424px;
}

.i-cep 
{
  width: 153px;
}

.i-end 
{
  width: 265px;
}

.i-num 
{
  width: 70px;
}

.i-com
{
  width: 95px;
}

.i-bairro
{
  width: 184px;
}

.i-cidade
{
  width: 225px;
}

.i-uf
{
  width: 51px;
}

.i-celular
{
  width: 178px;
}

.i-residencial
{
  width: 128px;
}

.i-comercial
{
  width: 129px;
}

.frm-salvar
{
  width:126px;
  float: left;
  left:50%; 
  margin: 30px 0px 35px -63px;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
  background: none;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 13px; 
  letter-spacing: 0.6px;  
  position: relative; 
}

.b-purple
{
  border-bottom:1px solid #793C93;
}

.b-green
{
  border-bottom:1px solid #52ADAD;
}

.pass-title
{
  text-align: center;
  color: #52ADAD;
  font-weight:normal;
  font-size:19px;
  text-decoration: underline;
  margin: 0px 0 35px 0; 
}

.altera-senha
{
  position: relative;
  float: left;
  width: 400px;
  left:50%;
  margin: 0 0 0 -200px;
}

.altera-senha-label
{
  font-family: 'Roboto';  
  color: white;
  font-size: 14px;
  margin:0 15px 0 0;
  background: #793C93;
  width:120px;
  float: left;
  text-align: right;
  padding:12px 20px 12px 0;
  margin: 0 0 15px 0; 
  border:1px solid #793C93; 
}

.triangulo
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 16px;z-index: 3000;
}

.triangulo-1
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 81px;z-index: 3000;
}

.p-form
{
  float: right;
  width: 238px;
  border:1px solid #52ADAD;
  padding: 12.5px 6px 12.5px 12px;
  font-size: 14px;
  color:#52ADAD;
  margin: 0 0 15px 0;
  outline: none;
}

.p-form::-webkit-input-placeholder 
{
    color: gray;
    font: 14px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 5px 6px 7px;    
}

.p-form::-moz-placeholder 
{
    color: gray;
    font: 14px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 7px 6px 7px;    
}

.p-form::-ms-input-placeholder
{  
    color: gray;  
    font: 14px 'Roboto';
    text-align: center;
    border:1px solid #52ADAD;
    padding: 5px 7px 6px 7px;    
}

.salvar-purple
{
  border: 2px solid #793C93;
  color:#793C93;
}

.salvar-green
{
  border: 2px solid #52ADAD;
  color:#52ADAD;
}

.salvar-purple:hover
{
  background: #D1A7CF;
  transition: 1s;
}

.salvar-green:hover
{
  background: #DAEBE4;
  transition: 1s;
}


/*------------------------------------------------------------------------------------------ ALUNO */
}
















/*----------------------------------------------------------------------------------------------------------------------------------- 1600 - 1900px */
@media only screen and (min-width: 1600px) 
{




/*------------------------------------------------------------------------------------------ ALUNO */


.box-aluno-ul
{
  width:300px;
  float: left;
  position: relative;
  left: 50%;
  margin:30px 0 60px -150px;
}

.box-title-li:first-child
{
  float:left;
}

.box-title-li:last-child
{
  float:right;
}

.box-title-li:nth-child(2), .box-title-li:nth-child(3), .box-title-li:nth-child(4)
{
  float:left;
}


.box-aluno-li
{
  float: left;
  background: #793C93;  
  width:45%;
  border-radius: 120px;
}



.box-aluno-li:last-child
{
  float: right;
  background: #52ADAD;  
}

.al-user
{
  color:white;
  text-align: center;
  font-size: 55px;
  width: 100%;
  padding: 18px 0 5px 0;
}

.al-heart
{
  color:white;
  text-align: center;
  font-size: 55px;
  width: 100%;  
  padding: 18px 0 5px 0;  
}

.al-subtitle
{
  text-align: center;
  font-weight: normal;
  color: white;
  letter-spacing: 1.5px;
  font-size: 15px;
  padding: 0 0 16px 0;
}

.area-title
{
  text-align: center;
  color: #793C93;
  font-weight:normal;
  font-size:28px;
  text-decoration: underline;
  margin: 0px 0 60px 0; 
}

.profile-pass
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 50px 0;
}

.box-title-ul
{
  width: 100%;
  position: relative;
  float: left;
}

.box-title-li
{
  float: right;
  width: 18%;
  margin: 0 0 0 2.5%;
  height: 50px;
}

.box-title-li:last-child
{
  margin: 0 0 0 0;  
}

.box-title-li a
{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 15px 0 15px 0;
}

.c-purple
{
  background: #793C93;
}

.c-blue
{
  background: #52ADAD;
}

.profile-pass-content
{
  width: 90%;
  margin: 0 5% 0 5%;
}

.profile-header
{
  width: 100%;
  float: left;
  position: relative;
  margin:0px 0 35px 0;
}



.prof-alterar a
{
  color: white;
  width: 100%;
  text-align: center;
  float: left;
  position: relative;
  display: block;
  padding: 43.5px 0 43.5px 0; 
  font-size: 14px;
  line-height: 19px;  
}

.prof-header
{
  width: 125px;
  margin:35px 35px 35px 0;
  float: left;
}

.profile-title
{
  font-size: 18px;
  color: black;
  margin:35px 0 5px 0;
}

.profile-cod
{
  font-size: 14px;
  color: black;
}

.p-edit
{
  width: 35px;
  margin: 35px 10px 0 0;
  float: left;
}

.p-edit-a
{
  font-size: 15px;
  color:black;
  float: left;
  font-family: 'Roboto';  
  margin:45px 0 0 0;
}

.p-edit-a:hover
{
  text-decoration: underline;
}

.dados-cadastrais
{
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0; 
}

.dados-cadastrais-label
{
  font-family: 'Roboto';  
  color: black;
  font-size: 15px;
  margin:0 15px 0 0;
}

.direita
{
  margin-right: 0px;
}

.esquerda
{
  margin-right: 40px;
}

.baixo
{
  margin-bottom: 20px;
}

.i-dados
{
  padding: 10px;
  font-family: 'Roboto';  
  color: black;
  font-size: 15px;  
  outline: none;
  border:none;
  color: black;
}

.i-nome  
{
  width: 530px;
}

.i-cpf 
{
  width: 172px;
}

.i-data
{
  width: 170px;
}

.i-sexo
{
  width: 165px;
}

select 
{
    -webkit-appearance: none;
    background: white;
    width: 165px;
}

.i-rg 
{
  width: 173px;
}

.l-rg
{
  margin-left: 8px;
}

.i-email 
{
  width: 530px;
}

.i-cep 
{
  width: 171px;
}

.i-end 
{
  width: 360px;
}

.i-num 
{
  width: 80px;
}

.i-com
{
  width: 105px;
}

.i-bairro
{
  width: 266px;
}

.i-cidade
{
  width: 253px;
}

.i-uf
{
  width: 61px;
}

.i-celular
{
  width: 202px;
}

.i-residencial
{
  width: 202px;
}

.i-comercial
{
  width: 165px;
}

.frm-salvar
{
  width:150px;
  float: left;
  left:50%; 
  margin: 30px 0px 35px -75px;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  background: none;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 13.5px; 
  letter-spacing: 0.6px;  
  position: relative; 
}

.b-purple
{
  border-bottom:1px solid #793C93;
}

.b-green
{
  border-bottom:1px solid #52ADAD;
}

.pass-title
{
  text-align: center;
  color: #52ADAD;
  font-weight:normal;
  font-size:19px;
  text-decoration: underline;
  margin: 0px 0 35px 0; 
}

.altera-senha
{
  position: relative;
  float: left;
  width: 400px;
  left:50%;
  margin: 0 0 0 -200px;
}

.altera-senha-label
{
  font-family: 'Roboto';  
  color: white;
  font-size: 16px;
  margin:0 15px 0 0;
  background: #793C93;
  width:120px;
  float: left;
  text-align: right;
  padding:12px 20px 12px 0;
  margin: 0 0 15px 0; 
  border:1px solid #793C93; 
}

.triangulo
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 16px;z-index: 3000;
}

.triangulo-1
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 81px;z-index: 3000;
}

.p-form
{
  float: right;
  width: 238px;
  border:1px solid #52ADAD;
  padding: 0.5px 6px 0px 12px;
  font-size: 16px;
  color:#52ADAD;
  margin: 0 0 15px 0;
  outline: none; height: 42.5px;
}

.p-form::-webkit-input-placeholder 
{
    color: gray;
    font: 16px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 7px 6px 7px;
   
}

.p-form::-moz-placeholder 
{
    color: gray;
    font: 16px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 7px 6px 7px;    
}

.p-form::-ms-input-placeholder
{  
    color: gray;  
    font: 16px 'Roboto';
    text-align: center;
    border:1px solid #52ADAD;
    padding: 5px 7px 6px 7px;    
}

.salvar-purple
{
  border: 2px solid #793C93;
  color:#793C93;
}

.salvar-green
{
  border: 2px solid #52ADAD;
  color:#52ADAD;
}

.salvar-purple:hover
{
  background: #D1A7CF;
  transition: 1s;
}

.salvar-green:hover
{
  background: #DAEBE4;
  transition: 1s;
}


/*------------------------------------------------------------------------------------------ ALUNO */

}

















/*----------------------------------------------------------------------------------------------------------------------------------- 1900 - ++ */
@media only screen and (min-width: 1900px) 
{







/*------------------------------------------------------------------------------------------ ALUNO */

.cadastro-topo
{
  padding-top: 125px;
}



.box-aluno-ul
{
  width:300px;
  float: left;
  position: relative;
  left: 50%;
  margin:30px 0 60px -150px;
}

.box-aluno-li
{
  float: left;
  background: #793C93;  
  width:45%;
  border-radius: 120px;
}

.box-aluno-li:last-child
{
  float: right;
  background: #52ADAD;  
}

.al-user
{
  color:white;
  text-align: center;
  font-size: 55px;
  width: 100%;
  padding: 18px 0 5px 0;
}

.al-heart
{
  color:white;
  text-align: center;
  font-size: 55px;
  width: 100%;  
  padding: 18px 0 5px 0;  
}

.al-subtitle
{
  text-align: center;
  font-weight: normal;
  color: white;
  letter-spacing: 1.5px;
  font-size: 15px;
  padding: 0 0 16px 0;
}

.area-title
{
  text-align: center;
  color: #793C93;
  font-weight:normal;
  font-size:28px;
  text-decoration: underline;
  margin: 0px 0 60px 0; 
}

.profile-pass
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 50px 0;
}

.box-title-ul
{
  width: 100%;
  position: relative;
  float: left;
}

.box-title-li
{
  float: left;
  width: 18%;
  margin: 0 0 0 2.5%;
  height: 50px;
}

.box-title-li:last-child
{
  margin: 0 0 0 0;  
  float: right;
}

.box-title-li a
{
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: white;
  padding: 15px 0 15px 0;
}

#pass, #conteudos, #certificado, #conteudo
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  border-top:7px solid #52ADAD;
  border-bottom:7px solid #52ADAD;  
  background: #EDF7F3;  
}

#meu-curs, #profile, #pagamentos
{
  width: 100%;
  position: relative;
  float: left;
  margin: 0 0 0 0;
  border-top:7px solid #793C93;
  border-bottom:7px solid #793C93;  
  background: #F7E7FF;  
}

.c-purple
{
  background: #793C93;
}

.c-blue
{
  background: #52ADAD;
}

.profile-pass-content
{
  width: 90%;
  margin: 0 5% 0 5%;
}

.profile-header
{
  width: 100%;
  float: left;
  position: relative;
  margin:0px 0 35px 0;
}

.prof-header
{
  width: 125px;
  margin:35px 35px 35px 0;
  float: left;
}

.profile-title
{
  font-size: 18px;
  color: black;
  margin:35px 0 5px 0;
}

.profile-cod
{
  font-size: 14px;
  color: black;
}

.p-edit
{
  width: 35px;
  margin: 35px 10px 0 0;
  float: left;
}

.p-edit-a
{
  font-size: 15px;
  color:black;
  float: left;
  font-family: 'Roboto';  
  margin:45px 0 0 0;
}

.p-edit-a:hover
{
  text-decoration: underline;
}

.dados-cadastrais
{
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 0 0; 
}

.dados-cadastrais-label
{
  font-family: 'Roboto';  
  color: black;
  font-size: 15px;
  margin:0 15px 0 0;
}

.direita
{
  margin-right: 0px;
}

.esquerda
{
  margin-right: 40px;
}

.baixo
{
  margin-bottom: 20px;
}

.i-dados
{
  padding: 10px;
  font-family: 'Roboto';  
  color: black;
  font-size: 15px;  
  outline: none;
  border:none;
  color: black;
}

.i-nome  
{
  width: 530px;
}

.i-cpf 
{
  width: 172px;
}

.i-data
{
  width: 170px;
}

.i-sexo
{
  width: 165px;
}

select 
{
    -webkit-appearance: none;
    background: white;
    width: 165px;
}

.i-rg 
{
  width: 173px;
}

.l-rg
{
  margin-left: 8px;
}

.i-email 
{
  width: 530px;
}

.i-cep 
{
  width: 171px;
}

.i-end 
{
  width: 360px;
}

.i-num 
{
  width: 80px;
}

.i-com
{
  width: 105px;
}

.i-bairro
{
  width: 266px;
}

.i-cidade
{
  width: 253px;
}

.i-uf
{
  width: 61px;
}

.i-celular
{
  width: 202px;
}

.i-residencial
{
  width: 202px;
}

.i-comercial
{
  width: 165px;
}

.frm-salvar
{
  width:200px;
  float: left;
  left:50%; 
  margin: 30px 0px 35px -100px;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  background: none;
  text-transform: uppercase;
  outline: none;
  font-family: 'Roboto';
  font-size: 13.5px; 
  letter-spacing: 0.6px;  
  position: relative; 
}

.b-purple
{
  border-bottom:1px solid #793C93;
}

.b-green
{
  border-bottom:1px solid #52ADAD;
}

.pass-title
{
  text-align: center;
  color: #52ADAD;
  font-weight:normal;
  font-size:19px;
  text-decoration: underline;
  margin: 0px 0 35px 0; 
}




.altera-senha
{
  position: relative;
  float: left;
  width: 400px;
  left:50%;
  margin: 0 0 0 -200px; 
}



.altera-senha-label
{
  font-family: 'Roboto';  
  color: white;
  font-size: 16px;
  margin:0 15px 0 0;
  background: #793C93;
  width:120px;
  float: left;
  text-align: right;
  padding:12px 20px 12px 0;
  margin: 0 0 15px 0; 
  border:1px solid #793C93; 
}

.triangulo
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 16px;z-index: 3000;
}

.triangulo-1
{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #793C93; 
  position: absolute;
  margin-top: 81px;z-index: 3000;
}

.p-form
{
  float: right;
  width: 238px;
  border:1px solid #52ADAD;
  padding: 0.5px 6px 0px 12px;
  font-size: 16px;
  color:#52ADAD;
  margin: 0 0 15px 0;
  outline: none; height: 42.5px;
}

.p-form::-webkit-input-placeholder 
{
    color: gray;
    font: 16px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 7px 6px 7px;
   
}

.p-form::-moz-placeholder 
{
    color: gray;
    font: 16px 'Roboto';
    border:1px solid #52ADAD;
    text-align: center;
    padding: 5px 7px 6px 7px;    
}

.p-form::-ms-input-placeholder
{  
    color: gray;  
    font: 16px 'Roboto';
    text-align: center;
    border:1px solid #52ADAD;
    padding: 5px 7px 6px 7px;    
}

.salvar-purple
{
  border: 2px solid #793C93;
  color:#793C93;
}

.salvar-green
{
  border: 2px solid #52ADAD;
  color:#52ADAD;
}

.salvar-purple:hover
{
  background: #D1A7CF;
  transition: 1s;
}

.salvar-green:hover
{
  background: #DAEBE4;
  transition: 1s;
}
/*------------------------------------------------------------------------------------------ ALUNO */

}





/*----------------------------------------------------------------------------------------------------------------------------------- 1300 - 1600 */




/*------------------------------------------------------------------------------------------ CERTIFICADOS */

.cert-title
{
  text-align: center;
  margin:40px 0 10px 0;
  font-size: 14px;
}

.certi-content
{
  float: left;
  width: 172px;
  position: relative;
  margin:0 0 40px -86px;
  left:50%; 
}

.f-print, .f-download
{
  font-size: 25px;
  padding: 30px;
}

.cert-a
{
  color: black;
}
/*------------------------------------------------------------------------------------------ CERTIFICADOS */









/*----------------------------------------------------------------------------------------------------------------------------------- 1300 - 1600 */
@media only screen and (min-width: 700px) 

{



/*------------------------------------------------------------------------------------------ CERTIFICADOS */

.cert-title
{
  text-align: center;
  margin:100px 0 10px 0;
  font-size: 15px;
}

.certi-content
{
  float: left;
  width: 172px;
  position: relative;
  margin:0 0 70px -86px;
  left:50%; 
}

.f-print, .f-download
{
  font-size: 25px;
  padding: 30px;
}

.cert-a
{
  color: black;
}
/*------------------------------------------------------------------------------------------ CERTIFICADOS */

}













/*----------------------------------------------------------------------------------------------------------------------------------- 1000 - 1600 */
@media only screen and (min-width: 1000px) 
{





/*------------------------------------------------------------------------------------------ CERTIFICADOS */
.cert-title
{
  text-align: center;
  margin:100px 0 10px 0;
  letter-spacing: 1px;
  font-size: 15px;
}

.certi-content
{
  float: left;
  width: 172px;
  position: relative;
  /* margin:0 0 70px -86px; */
  margin:0 0 70px -40px;
  left:50%; 
}

.f-print, .f-download
{
  font-size: 25px;
  padding: 30px;
}

.cert-a
{
  color: black;
}
/*------------------------------------------------------------------------------------------ CERTIFICADOS */

}


















/*----------------------------------------------------------------------------------------------------------------------------------- 1200 - 1300 */
@media only screen and (min-width: 1200px) 
{



/*------------------------------------------------------------------------------------------ CERTIFICADOS */

.cert-title
{
  text-align: center;
  margin:100px 0 10px 0;
  letter-spacing: 1px;
  font-size: 15px;
}

.certi-content
{
  float: left;
  width: 172px;
  position: relative;
  /* margin:0 0 70px -86px; */
  margin:0 0 70px -40px;
  left:50%; 
}

.f-print, .f-download
{
  font-size: 25px;
  padding: 30px;
}

.cert-a
{
  color: black;
}
/*------------------------------------------------------------------------------------------ CERTIFICADOS */

}














/*----------------------------------------------------------------------------------------------------------------------------------- 1300 - 1600 */
@media only screen and (min-width: 1300px) 
{





/*------------------------------------------------------------------------------------------ CERTIFICADOS */
.cert-title
{
  text-align: center;
  margin:100px 0 10px 0;
  letter-spacing: 1px;
  font-size: 15px;
}

.certi-content
{
  float: left;
  width: 172px;
  position: relative;
  /* margin:0 0 70px -86px; */
  margin:0 0 70px -40px;
  left:50%; 
}

.f-print, .f-download
{
  font-size: 25px;
  padding: 30px;
}

.cert-a
{
  color: black;
}
/*------------------------------------------------------------------------------------------ CERTIFICADOS */

}














/*----------------------------------------------------------------------------------------------------------------------------------- 1600 - 1900 */
@media only screen and (min-width: 1600px) 
{




/*------------------------------------------------------------------------------------------ CERTIFICADOS */

.cert-title
{
  text-align: center;
  margin:100px 0 0px 0;
  letter-spacing: 1px;
  font-size: 20px;  
}

.certi-content
{
  float: left;
  width: 190px;
  position: relative;
  /* margin:0 0 70px -95px; */
  margin:0 0 70px -50px;
  left:50%;
}

.f-print, .f-download
{
  font-size: 35px;
  padding: 30px;
}

.cert-a
{
  color: black;
}
/*------------------------------------------------------------------------------------------ CERTIFICADOS */

}









/*----------------------------------------------------------------------------------------------------------------------------------- 1900 - ++ */
@media only screen and (min-width: 1900px) 
{



/*------------------------------------------------------------------------------------------ CERTIFICADOS */
.cert-title
{
  text-align: center;
  margin:100px 0 0px 0;
  letter-spacing: 1px;
}

.certi-content
{
  float: left;
  width: 190px;
  position: relative;
  /* margin:0 0 70px -95px; */
  margin:0 0 70px -50px;
  left:50%;
}

.f-print, .f-download
{
  font-size: 35px;
  padding: 30px;
}

.cert-a
{
  color: black;
}
/*------------------------------------------------------------------------------------------ CERTIFICADOS */

}




/*------------------------------------------------------------------------------------------ CURSOS */
.meus-cursos
{
  width: 100%;
  margin: 0 0 50px 0;
}

.meus-cursos-ul
{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 40px 20px;
	justify-content: center;
}

.meus-cursos-li
{
  border: 1px solid #793C93;
  background: #fff;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.333% - 14px);
  min-width: 260px;
  border-radius: 12px;
}

.meus-cursos figure
{
  background: #F7E7FF;
  width: 100%;
  position: relative;
  margin: 0;
  float: none;
  
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.meus-cursos img
{
  width: 70%;
  margin: -40px auto 0 auto;
  display: block;
  position: relative;
}

.cursos-title
{
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #793C93;
  background: #EAD8EF;
  text-align: center;
  padding: 10px 15px;
  overflow: hidden;
  margin: 0;
}

.m-cursos-content
{
  width: auto;
  margin: 20px;
  float: none;
  flex: 1;
  
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.m-cursos-content p
{
  font-size: 13px;
  color: black;
  line-height: 22px;
  margin-bottom: 8px;
  height: auto;
  overflow: visible;
}


@media only screen and (max-width: 900px) {
  .meus-cursos-li {
    flex: 0 0 calc(50% - 10px);
    min-width: 220px;
  }
}


@media only screen and (max-width: 600px) {
  .meus-cursos-ul {
    gap: 16px;
  }

  .meus-cursos-li {
    flex: 0 0 100%;
    min-width: 0;
  }

  .meus-cursos img {
    width: 45%;
    margin: -25px auto 0 auto;
  }

  .m-cursos-content {
    margin: 16px;
  }
}



.m-cursos-situacao
{
  color: #5F98D0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-left: 3px;
}

.link-lista
{
  width: 216px;
  display: inline-block;
  z-index: 2;
  float: left;
  position: absolute;
  height: 388px;
  left: 0;
}

/*------------------------------------------------------------------------------------------ CURSOS */













/*----------------------------------------------------------------------------------------------------------------------------------- 700 - 1000px */
@media only screen and (min-width: 700px) 
{


/*------------------------------------------------------------------------------------------ CURSOS */


.m-cursos-situacao
{
  color: #5F98D0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-left: 3px;
}

.link-lista
{
  width: 214px;
  display: inline-block;
  z-index: 2;
  float: left;
  position: absolute;
  height: 370px;left: 0;
}

/*------------------------------------------------------------------------------------------ CURSOS */
}














@media only screen and (min-width: 1000px) 
{

.m-cursos-situacao
{
  color: #5F98D0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-left: 3px;
}

.link-lista
{
  width: 251px;
  display: inline-block;
  z-index: 2;
  float: left;
  position: absolute;
  height: 398px;
}

}



@media only screen and (min-width: 1200px) 
{

.m-cursos-situacao
{
  color: #5F98D0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-left: 3px;
}

.link-lista
{
  width: 251px;
  display: inline-block;
  z-index: 2;
  float: left;
  position: absolute;
  height: 398px;
}

}



@media only screen and (min-width: 1300px) 
{

.m-cursos-situacao
{
  color: #5F98D0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-left: 3px;
}

.link-lista
{
  width: 251px;
  display: inline-block;
  z-index: 2;
  float: left;
  position: absolute;
  height: 398px;
}

}



@media only screen and (min-width: 1600px) 
{

.m-cursos-situacao
{
  color: #5F98D0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-left: 3px;
}

.link-lista
{
  width: 298px;
  display: inline-block;
  z-index: 2;
  float: left;
  position: absolute;
  height: 380px;
}

}



@media only screen and (min-width: 1900px) 
{

.m-cursos-situacao
{
  color: #5F98D0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-left: 3px;
}

.link-lista
{
  width: 298px;
  display: inline-block;
  z-index: 2;
  float: left;
  position: absolute;
  height: 380px;
}

}



.rating
{
    float: left;
    width: 100%;
    font-size: 16px;

}

.rating span.star:hover
{
  cursor: pointer;
}

.rating span.star::before
{
    color:#793C93;
    content: "\f006";
    font-family: FontAwesome;
    margin-right: 5px;   
    
}

.rating span.star.active::before {
    color: #793C93;
    content: "\f005";
    font-family: FontAwesome;
}


/*------------------------------------------------------------------------------------------ FINAL */



.page-final

{

  width: 100%;



  float: left;

  position: absolute;



  background: #D1A7CF; /* For browsers that do not support gradients */

  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */

  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */

  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */

  background: radial-gradient(white, #D1A7CF); /* Standard syntax */

}



.final-title

{

  font-size: 20px;

  font-weight: normal;

  text-align: center;

  color: #793C93;

  margin: 50px 0 20px 0;

  float: left;

  position: relative;

  width: 100%;

}



.final-subtitle

{

  font-size: 15px;

  font-weight: normal;

  text-align: center;

  color:black;

  margin:0px 0 10px 0;

  float: left;

  position: relative;

  width: 100%;

}



.end-img

{

  width: 100px;

  position: relative;

  float: left;

  left: 50%;

  margin: 55px 0 55px -50px;

}







footer

{

  position: relative;

  float: left;

  width: 100%;

}



footer p

{

  font-size: 12px;

  text-align: center;

  line-height: 24px;

  color:#793C93;

  padding-bottom: 50px;

}



.final-left

{

  float: left;

  width: 50%;

  margin: 0px 0 0 0;

}



.p-aval

{

  font-size: 12px;

  color: black;

  text-align: right;

  line-height: 25px;

  margin: 0 15px 0 0; 

}



.p-aval-r

{

  text-align: left;

  line-height: 25px;

  margin: 0 0 0 0;  

}



.final-right

{

  float: right;

  width: 50%;

  margin: 0px 0 0 0;  

}



.f-estrela

{

  font-size: 15px;

  margin: 0 5px 0 0;

  color:#793C93;

}






.ma-top

{

  margin-top: 20px;

}



/*------------------------------------------------------------------------------------------ FINAL */

























/*----------------------------------------------------------------------------------------------------------------------------------- 700 - 1000 */

@media only screen and (min-width: 700px) 

{







/*------------------------------------------------------------------------------------------ FINAL */



.page-final

{

  width: 100%;



  float: left;

  position: absolute;



  background: #D1A7CF; /* For browsers that do not support gradients */

  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */

  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */

  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */

  background: radial-gradient(white, #D1A7CF); /* Standard syntax */

}



.final-title

{

  font-size: 20px;

  font-weight: normal;

  text-align: center;

  color: #793C93;

  margin: 50px 0 20px 0;

  float: left;

  position: relative;

  width: 100%;

}



.final-subtitle

{

  font-size: 15px;

  font-weight: normal;

  text-align: center;

  color:black;

  margin:0px 0 10px 0;

  float: left;

  position: relative;

  width: 100%;

}



.end-img

{

  width: 100px;

  position: relative;

  float: left;

  left: 50%;

  margin: 55px 0 55px -50px;

}








footer p

{

  font-size: 12px;

  text-align: center;

  line-height: 24px;

  color:#793C93;

}



.final-left

{

  float: left;

  width: 50%;

  margin: 0px 0 0 0;

}



.p-aval

{

  font-size: 12px;

  color: black;

  text-align: right;

  line-height: 25px;

  margin: 0 15px 0 0; 

}



.p-aval-r

{

  text-align: left;

  line-height: 25px;

  margin: 0 0 0 0;  

}



.final-right

{

  float: right;

  width: 50%;

  margin: 0px 0 0 0;  

}



.f-estrela

{

  font-size: 15px;

  margin: 0 5px 0 0;

  color:#793C93;

}



.ma-top

{

  margin-top: 20px;

}



/*------------------------------------------------------------------------------------------ FINAL */





}





























/*----------------------------------------------------------------------------------------------------------------------------------- 1000 - 1200 */

@media only screen and (min-width: 1000px) 

{





/*------------------------------------------------------------------------------------------ FINAL */



.page-final

{

  width: 100%;

  

  float: left;

  position: absolute;



  background: #D1A7CF; /* For browsers that do not support gradients */

  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */

  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */

  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */

  background: radial-gradient(white, #D1A7CF); /* Standard syntax */

}



.final-title

{

  font-size: 20px;

  font-weight: normal;

  text-align: center;

  color: #793C93;

  margin: 50px 0 20px 0;

  float: left;

  position: relative;

  width: 100%;

}



.final-subtitle

{

  font-size: 15px;

  font-weight: normal;

  text-align: center;

  color:black;

  margin:0px 0 10px 0;

  float: left;

  position: relative;

  width: 100%;

}



.end-img

{

  width: 100px;

  position: relative;

  float: left;

  left: 50%;

  margin: 55px 0 55px -50px;

}










footer p

{

  font-size: 12px;

  text-align: center;

  line-height: 24px;

  color:#793C93;

}



.final-left

{

  float: left;

  width: 50%;

  margin: 0px 0 0 0;

}



.p-aval

{

  font-size: 12px;

  color: black;

  text-align: right;

  line-height: 25px;

  margin: 0 15px 0 0; 

}



.p-aval-r

{

  text-align: left;

  line-height: 25px;

  margin: 0 0 0 0;  

}



.final-right

{

  float: right;

  width: 50%;

  margin: 0px 0 0 0;  

}



.f-estrela

{

  font-size: 15px;

  margin: 0 5px 0 0;

  color:#793C93;

}



.ma-top

{

  margin-top: 20px;

}



/*------------------------------------------------------------------------------------------ FINAL */







}





























/*----------------------------------------------------------------------------------------------------------------------------------- 1200 - 1300 */

@media only screen and (min-width: 1200px) 

{



/*------------------------------------------------------------------------------------------ FINAL */



.page-final

{

  width: 100%;

  

  float: left;

  position: absolute;



  background: #D1A7CF; /* For browsers that do not support gradients */

  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */

  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */

  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */

  background: radial-gradient(white, #D1A7CF); /* Standard syntax */

}



.final-title

{

  font-size: 20px;

  font-weight: normal;

  text-align: center;

  color: #793C93;

  margin: 50px 0 20px 0;

  float: left;

  position: relative;

  width: 100%;

}



.final-subtitle

{

  font-size: 15px;

  font-weight: normal;

  text-align: center;

  color:black;

  margin:0px 0 10px 0;

  float: left;

  position: relative;

  width: 100%;

}



.end-img

{

  width: 120px;

  position: relative;

  float: left;

  left: 50%;

  margin: 55px 0 55px -60px;

}









footer p

{

  font-size: 12px;

  text-align: center;

  line-height: 24px;

  color:#793C93;

}



.final-left

{

  float: left;

  width: 50%;

  margin: 0px 0 0 0;

}



.p-aval

{

  font-size: 12px;

  color: black;

  text-align: right;

  line-height: 25px;

  margin: 0 15px 0 0; 

}



.p-aval-r

{

  text-align: left;

  line-height: 25px;

  margin: 0 0 0 0;  

}



.final-right

{

  float: right;

  width: 50%;

  margin: 0px 0 0 0;  

}



.f-estrela

{

  font-size: 15px;

  margin: 0 5px 0 0;

  color:#793C93;

}



.ma-top

{

  margin-top: 20px;

}



/*------------------------------------------------------------------------------------------ FINAL */







}





























/*----------------------------------------------------------------------------------------------------------------------------------- 1300 - 1600 */

@media only screen and (min-width: 1300px) 

{





/*------------------------------------------------------------------------------------------ FINAL */



.page-final

{

  width: 100%;

  

  float: left;

  position: absolute;



  background: #D1A7CF; /* For browsers that do not support gradients */

  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */

  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */

  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */

  background: radial-gradient(white, #D1A7CF); /* Standard syntax */

}



.final-title

{

  font-size: 23px;

  font-weight: normal;

  text-align: center;

  color: #793C93;

  margin: 50px 0 15px 0;

  float: left;

  position: relative;

  width: 100%;

}



.final-subtitle

{

  font-size: 15px;

  font-weight: normal;

  text-align: center;

  color:black;

  margin:0px 0 10px 0;

  float: left;

  position: relative;

  width: 100%;

}



.end-img

{

  width: 120px;

  position: relative;

  float: left;

  left: 50%;

  margin: 55px 0 55px -60px;

}









footer p

{

  font-size: 12px;

  text-align: center;

  line-height: 24px;

  color:#793C93;

}



.final-left

{

  float: left;

  width: 50%;

  margin: 0px 0 0 0;

}



.p-aval

{

  font-size: 12px;

  color: black;

  text-align: right;

  line-height: 25px;

  margin: 0 15px 0 0; 

}



.p-aval-r

{

  text-align: left;

  line-height: 25px;

  margin: 0 0 0 0;  

}



.final-right

{

  float: right;

  width: 50%;

  margin: 0px 0 0 0;  

}



.f-estrela

{

  font-size: 15px;

  margin: 0 5px 0 0;

  color:#793C93;

}



.ma-top

{

  margin-top: 20px;

}



/*------------------------------------------------------------------------------------------ FINAL */





}





























/*----------------------------------------------------------------------------------------------------------------------------------- 1600 - 1900 */

@media only screen and (min-width: 1600px) 

{





/*------------------------------------------------------------------------------------------ FINAL */



.page-final

{

  width: 100%;

  

  float: left;

  position: absolute;



  background: #D1A7CF; /* For browsers that do not support gradients */

  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */

  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */

  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */

  background: radial-gradient(white, #D1A7CF); /* Standard syntax */

}



.final-title

{

  font-size: 27px;

  font-weight: normal;

  text-align: center;

  color: #793C93;

  margin: 100px 0 20px 0;

  float: left;

  position: relative;

  width: 100%;

}



.final-subtitle

{

  font-size: 20px;

  font-weight: normal;

  text-align: center;

  color:black;

  margin:0px 0 00px 0;

  float: left;

  position: relative;

  width: 100%;

}



.end-img

{

  width: 150px;

  position: relative;

  float: left;

  left: 50%;

  margin: 40px 0 40px -75px;

}









footer p

{

  font-size: 13px;

  text-align: center;

  line-height: 25px;

  color:#793C93;

}



.final-left

{

  float: left;

  width: 50%;

  margin: 15px 0 0 0; 

}



.p-aval

{

  font-size: 16px;

  color: black;

  text-align: right;

  line-height: 25px;

  margin: 0 15px 0 0; 

}



.p-aval-r

{

  text-align: left;

  line-height: 25px;

  margin: 0 0 0 0;  

}



.final-right

{

  float: right;

  width: 50%;

  margin: 15px 0 0 0; 

}



.f-estrela

{

  font-size: 15px;

  margin: 0 5px 0 0;

  color:#793C93;

}



.ma-top

{

  margin-top: 70px;

}





/*------------------------------------------------------------------------------------------ FINAL */





}





























/*----------------------------------------------------------------------------------------------------------------------------------- 1900 - ++ */

@media only screen and (min-width: 1900px) 

{



/*------------------------------------------------------------------------------------------ FINAL */



.page-final

{

  width: 100%;

  

  float: left;

  position: absolute;



  background: #D1A7CF; /* For browsers that do not support gradients */

  background: -webkit-radial-gradient(white, #D1A7CF); /* Safari 5.1 to 6.0 */

  background: -o-radial-gradient(white, #D1A7CF); /* For Opera 11.6 to 12.0 */

  background: -moz-radial-gradient(white, #D1A7CF); /* For Firefox 3.6 to 15 */

  background: radial-gradient(white, #D1A7CF); /* Standard syntax */

}



.final-title

{

  font-size: 23px;

  font-weight: normal;

  text-align: center;

  color: #793C93;

  margin: 50px 0 15px 0;

  float: left;

  position: relative;

  width: 100%;

}



.final-subtitle

{

  font-size: 18px;

  font-weight: normal;

  text-align: center;

  color:black;

  margin:0px 0 00px 0;

  float: left;

  position: relative;

  width: 100%;

}



.end-img

{

  width: 150px;

  position: relative;

  float: left;

  left: 50%;

  margin: 40px 0 40px -75px;

}









footer p

{

  font-size: 13px;

  text-align: center;

  line-height: 25px;

  color:#793C93;

}



.final-left

{

  float: left;

  width: 50%;

  margin: 15px 0 0 0; 

}



.p-aval

{

  font-size: 16px;

  color: black;

  text-align: right;

  line-height: 25px;

  margin: 0 15px 0 0; 

}



.p-aval-r

{

  text-align: left;

  line-height: 25px;

  margin: 0 0 0 0;  

}



.final-right

{

  float: right;

  width: 50%;

  margin: 15px 0 0 0; 

}



.f-estrela

{

  font-size: 15px;

  margin: 0 5px 0 0;

  border:#793C93;
  color:#D1A7CF;

}



.ma-top

{

  margin-top: 70px;

}





/*------------------------------------------------------------------------------------------ FINAL */







}



/*----------------------------------------------------------------------------------------------------------------------------------- 00 - 700 */



/*------------------------------------------------------------------------------------------ M-CURSO */

.m-m-cursos
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 20px 0 0 0;
}

.m-m-cursos-title
{
  text-align: center;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px;
  font-size:18px;
  letter-spacing: 1px;
  /* height: 22px; */
  overflow: hidden;
}

.m-curso-fig
{
  float: left;
  margin:0 0 0 0;
  width: 100%;
}

.m-curso-img
{
  width: 40%;
  height: auto;
  overflow: hidden;
  margin: 20px 0 0 30%;
  z-index: 2;
  position: relative; 
}

.m-curso-desc-ul
{
  float: right;
  position: relative;
  width: 90%;
  margin:10px 5% 50px 0; 
}

.m-curso-desc-li
{
  float: left;
  line-height: 28px;
  font-size: 14px;
  height: 28px;
  overflow: hidden;
}

.mcd-peq
{
  width: 34%;
}

.mcd-grd
{
  width: 66%;
}

.m-m-cursos-desc
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 0 0 20px 0;
}

.m-m-cursos-subtitle
{
  color:#793C93;
  font-weight: normal;
  font-size:17px;
  height: 22px;
  overflow: hidden;
  margin:30px 7.5% 15px 7.5%;
  width: 85%;
  text-align: center;
}

.m-m-cursos-content
{
  color:black;
  font-weight: normal;
  font-size:12px;
  margin:20px 7.5% 10px 7.5%;
  width: 85%;
  line-height: 26px;
}

.mcd-ul
{
  float: left;
  position: relative;
  margin:10px 7.5% 25px 7.5%;
  width: 85%;
  list-style: square;
  list-style-position: inside;
  color: #793C93;
}

.mcd-li
{
  line-height: 26px;
  font-size:12px;
}

.cor-black
{
  color: black;
}





/*------------------------------------------------------------------------------------------ M-CURSO */








/*----------------------------------------------------------------------------------------------------------------------------------- 700 - 1000 */
@media only screen and (min-width: 700px) 
{


/*------------------------------------------------------------------------------------------ M-CURSO */

.m-m-cursos
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 20px 0 0 0;
}

.m-curso-fig
{
  float: left;
  margin:0 0 0 2.5%;
  width: 25%; 
}

.m-curso-img
{
  width: 202px;
  height: 260px;
  overflow: hidden;
  margin: -48px 0 0 0;
  z-index: 2;
  position: relative;
}

.m-curso-desc-ul
{
  float: right;
  position: relative;
  width: 50%;
  margin:50px 2.5% 50px 0;
}

.m-curso-desc-li
{
  float: left;
  line-height: 28px;
  font-size: 14px;
  height: 28px;
  overflow: hidden;
}

.mcd-peq
{
  width: 34%;
}

.mcd-grd
{
  width: 66%;
}

.m-m-cursos-desc
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 0 0 20px 0;
}

.m-m-cursos-subtitle
{
  color:#793C93;
  font-weight: normal;
  font-size:20px;
  height: 22px;
  overflow: hidden;
  margin:30px 7.5% 15px 7.5%;
  width: 85%;
}

.m-m-cursos-content
{
  color:black;
  font-weight: normal;
  font-size:14px;
  margin:20px 7.5% 10px 7.5%;
  width: 85%;
  line-height: 26px;
}

.mcd-ul
{
  float: left;
  position: relative;
  margin:10px 7.5% 25px 7.5%;
  width: 85%;
  list-style: square;
  list-style-position: inside;
  color: #793C93;
}

.mcd-li
{
  line-height: 26px;
  font-size:14px;
}

.cor-black
{
  color: black;
}





/*------------------------------------------------------------------------------------------ M-CURSO */


}














/*----------------------------------------------------------------------------------------------------------------------------------- 1000 - 1600 */
@media only screen and (min-width: 1000px) 
{


/*------------------------------------------------------------------------------------------ M-CURSO */

.m-m-cursos
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 20px 0 0 0;
}

.m-curso-fig
{
  float: left;
  margin:0 0 0 10%;
  width: 25%; 
}

.m-curso-img
{
  width: 202px;
  height: 260px;
  overflow: hidden;
  margin: -48px 0 0 0;
  z-index: 2;
  position: relative;
}

.m-curso-desc-ul
{
  float: right;
  position: relative;
  width: 50%;
  margin:50px 10% 50px 0;
}

.m-curso-desc-li
{
  float: left;
  line-height: 28px;
  font-size: 14px;
  height: 28px;
  overflow: hidden;
}

.mcd-peq
{
  width: 34%;
}

.mcd-grd
{
  width: 66%;
}

.m-m-cursos-desc
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 0 0 20px 0;
}

.m-m-cursos-subtitle
{
  color:#793C93;
  font-weight: normal;
  font-size:20px;
  height: 22px;
  overflow: hidden;
  margin:30px 7.5% 15px 7.5%;
  width: 85%;
}

.m-m-cursos-content
{
  color:black;
  font-weight: normal;
  font-size:14px;
  margin:20px 7.5% 10px 7.5%;
  width: 85%;
  line-height: 26px;
}

.mcd-ul
{
  float: left;
  position: relative;
  margin:10px 7.5% 25px 7.5%;
  width: 85%;
  list-style: square;
  list-style-position: inside;
  color: #793C93;
}

.mcd-li
{
  line-height: 26px;
  font-size:14px;
}

.cor-black
{
  color: black;
}





/*------------------------------------------------------------------------------------------ M-CURSO */


}














/*----------------------------------------------------------------------------------------------------------------------------------- 1200 - 1300 */
@media only screen and (min-width: 1200px) 
{


/*------------------------------------------------------------------------------------------ M-CURSO */

.m-m-cursos
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 20px 0 0 0;
}

.m-curso-fig
{
  float: left;
  margin:0 0 0 10%;
  width: 25%; 
}

.m-curso-img
{
  width: 202px;
  height: 260px;
  overflow: hidden;
  margin: -48px 0 0 0;
  z-index: 2;
  position: relative;
}

.m-curso-desc-ul
{
  float: right;
  position: relative;
  width: 50%;
  margin:50px 10% 50px 0;
}

.m-curso-desc-li
{
  float: left;
  line-height: 28px;
  font-size: 14px;
  height: 28px;
  overflow: hidden;
}

.mcd-peq
{
  width: 34%;
}

.mcd-grd
{
  width: 66%;
}

.m-m-cursos-desc
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 0 0 20px 0;
}

.m-m-cursos-subtitle
{
  color:#793C93;
  font-weight: normal;
  font-size:20px;
  height: 22px;
  overflow: hidden;
  margin:30px 7.5% 15px 7.5%;
  width: 85%;
}

.m-m-cursos-content
{
  color:black;
  font-weight: normal;
  font-size:14px;
  margin:20px 7.5% 10px 7.5%;
  width: 85%;
  line-height: 26px;
}

.mcd-ul
{
  float: left;
  position: relative;
  margin:10px 7.5% 25px 7.5%;
  width: 85%;
  list-style: square;
  list-style-position: inside;
  color: #793C93;
}

.mcd-li
{
  line-height: 26px;
  font-size:14px;
}

.cor-black
{
  color: black;
}





/*------------------------------------------------------------------------------------------ M-CURSO */


}














/*----------------------------------------------------------------------------------------------------------------------------------- 1300 - 1600 */
@media only screen and (min-width: 1300px) 
{


/*------------------------------------------------------------------------------------------ M-CURSO */

.m-m-cursos
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 20px 0 0 0;
}

.m-curso-fig
{
  float: left;
  margin:0 0 0 10%;
  width: 25%; 
}

.m-curso-img
{
  width: 202px;
  height: 260px;
  overflow: hidden;
  margin: -48px 0 0 0;
  z-index: 2;
  position: relative;
}

.m-curso-desc-ul
{
  float: right;
  position: relative;
  width: 50%;
  margin:50px 10% 50px 0;
}

.m-curso-desc-li
{
  float: left;
  line-height: 28px;
  font-size: 14px;
  height: 28px;
  overflow: hidden;
}

.mcd-peq
{
  width: 34%;
}

.mcd-grd
{
  width: 66%;
}

.m-m-cursos-desc
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 0 0 20px 0;
}

.m-m-cursos-subtitle
{
  color:#793C93;
  font-weight: normal;
  font-size:20px;
  height: 22px;
  overflow: hidden;
  margin:30px 7.5% 15px 7.5%;
  width: 85%;
}

.m-m-cursos-content
{
  color:black;
  font-weight: normal;
  font-size:14px;
  margin:20px 7.5% 10px 7.5%;
  width: 85%;
  line-height: 26px;
}

.mcd-ul
{
  float: left;
  position: relative;
  margin:10px 7.5% 25px 7.5%;
  width: 85%;
  list-style: square;
  list-style-position: inside;
  color: #793C93;
}

.mcd-li
{
  line-height: 26px;
  font-size:14px;
}

.cor-black
{
  color: black;
}





/*------------------------------------------------------------------------------------------ M-CURSO */


}














/*----------------------------------------------------------------------------------------------------------------------------------- 1600 - 1900 */
@media only screen and (min-width: 1600px) 
{


/*------------------------------------------------------------------------------------------ M-CURSO */

.m-m-cursos
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 20px 0 0 0;
}

.m-curso-fig
{
  float: left;
  margin:0 0 0 7.5%;
  width: 25%; 
}

.m-curso-img
{
  width: 225px;
  height: 290px;
  overflow: hidden;
  margin: -48px 0 0 0;
  z-index: 2;
  position: relative;
}

.m-curso-desc-ul
{
  float: right;
  position: relative;
  width: 55%;
  margin:75px 7.5% 75px 0;
}

.m-curso-desc-li
{
  float: left;
  line-height: 28px;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
}

.mcd-peq
{
  width: 34%;
}

.mcd-grd
{
  width: 66%;
}

.m-m-cursos-desc
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 0 0 20px 0;
}

.m-m-cursos-subtitle
{
  color:#793C93;
  font-weight: normal;
  font-size:23px;
  height: 22px;
  overflow: hidden;
  margin:30px 7.5% 15px 7.5%;
  width: 85%;
}

.m-m-cursos-content
{
  color:black;
  font-weight: normal;
  font-size:15px;
  margin:20px 7.5% 10px 7.5%;
  width: 85%;
  line-height: 26px;
}

.mcd-ul
{
  float: left;
  position: relative;
  margin:10px 7.5% 25px 7.5%;
  width: 85%;
  list-style: square;
  list-style-position: inside;
  color: #793C93;
}

.mcd-li
{
  line-height: 26px;
  font-size:15px;
}

.cor-black
{
  color: black;
}





/*------------------------------------------------------------------------------------------ M-CURSO */


}














/*----------------------------------------------------------------------------------------------------------------------------------- 1900 - ++ */
@media only screen and (min-width: 1900px) 
{


/*------------------------------------------------------------------------------------------ M-CURSO */

.m-m-cursos
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 20px 0 0 0;
}

.m-curso-fig
{
  float: left;
  margin:0 0 0 7.5%;
  width: 25%; 
}

.m-curso-img
{
  width: 225px;
  height: 290px;
  overflow: hidden;
  margin: -48px 0 0 0;
  z-index: 2;
  position: relative;
}

.m-curso-desc-ul
{
  float: right;
  position: relative;
  width: 55%;
  margin:75px 7.5% 75px 0;
}

.m-curso-desc-li
{
  float: left;
  line-height: 28px;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
}

.mcd-peq
{
  width: 34%;
}

.mcd-grd
{
  width: 66%;
}

.m-m-cursos-desc
{
  float: left;
  width: 100%;
  background: #EAD8EF;
  position: relative;
  margin: 0 0 20px 0;
}

.m-m-cursos-subtitle
{
  color:#793C93;
  font-weight: normal;
  font-size:23px;
  letter-spacing: 1px;
  height: 22px;
  overflow: hidden;
  margin:30px 7.5% 15px 7.5%;
  width: 85%;
}

.m-m-cursos-content
{
  color:black;
  font-weight: normal;
  font-size:15px;
  margin:20px 7.5% 10px 7.5%;
  width: 85%;
  line-height: 26px;
}

.mcd-ul
{
  float: left;
  position: relative;
  margin:10px 7.5% 25px 7.5%;
  width: 85%;
  list-style: square;
  list-style-position: inside;
  color: #793C93;
}

.mcd-li
{
  line-height: 26px;
  font-size:15px;
}

.cor-black
{
  color: black;
}





/*------------------------------------------------------------------------------------------ M-CURSO */


}




/*----------------------------------------------------------------------------------------------------------------------------------- 00 - 700 */


/*------------------------------------------------------------------------------------------ PAGAMENTOS */

.pag-ul
{
  display: none;
}

.bg-white
{
  background: white;
}

/*------------------------------------------------------------------------------------------ PAGAMENTOS */


/*------------------------------------------------------------------------------------------ PAGAMENTOS */

.pag-ul
{
  width: 105%;
  margin:50px 0 50px -2.5%;
  float: left;
  position: relative;
  background: white;
  display: block;
}

.pag-li
{
  float: left;
  text-align: center;
  padding: 12px 0 13px 0;
  font-size:13px;
  font-weight: normal;
  border-right: 1px solid #EFDDEB;
  border-bottom: 1px solid #EFDDEB;
}

table
{
  border-collapse:collapse;
}

th
{
  padding: 13px 0 13px 0;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #EFDDEB;
}

th:nth-child(1), th:nth-child(4), th:nth-child(5), th:nth-child(7)
{
  display: none;
}

.t1
{
  width: 95px;
}

.t2
{
  width: 190px;
}

.f-pag
{
  padding:0 7px 0 7px;
  font-size: 15px;
}

.pag-a
{
  color: black;
}

.c-red
{
  color: red;
}

.c-white
{
  color: white;
}

/*------------------------------------------------------------------------------------------ PAGAMENTOS */













/*----------------------------------------------------------------------------------------------------------------------------------- 700 - 1000 */
@media only screen and (min-width: 700px) 
{


/*------------------------------------------------------------------------------------------ PAGAMENTOS */

.pag-ul
{
  width: 105%;
  margin:50px 0 50px -2.5%;
  float: left;
  position: relative;
  background: white;
  display: block;
}

.pag-li
{
  float: left;
  text-align: center;
  padding: 12px 0 13px 0;
  font-size:13px;
  font-weight: normal;
  border-right: 1px solid #EFDDEB;
  border-bottom: 1px solid #EFDDEB;
}

table
{
  border-collapse:collapse;
}

th
{
  padding: 13px 0 13px 0;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #EFDDEB;
}

th:nth-child(1), th:nth-child(4), th:nth-child(5), th:nth-child(7)
{
  display: table-cell;
}

.t1
{
  width: 95px;
}

.t2
{
  width: 190px;
}

.f-pag
{
  padding:0 7px 0 7px;
  font-size: 15px;
}

.pag-a
{
  color: black;
}

.c-red
{
  color: red;
}

.c-white
{
  color: white;
}

/*------------------------------------------------------------------------------------------ PAGAMENTOS */


}














/*----------------------------------------------------------------------------------------------------------------------------------- 1000 - 1200 */
@media only screen and (min-width: 1000px) 
{


/*------------------------------------------------------------------------------------------ PAGAMENTOS */

.pag-ul
{
  width: 95%;
  margin:100px 2.5% 100px 2.5%;
  float: left;
  position: relative;
  background: white;
}

.pag-li
{
  float: left;
  text-align: center;
  padding: 12px 0 13px 0;
  font-size:13px;
  font-weight: normal;
  border-right: 1px solid #EFDDEB;
  border-bottom: 1px solid #EFDDEB;
}

table
{
  border-collapse:collapse;
}

th
{
  padding: 13px 0 13px 0;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #EFDDEB;
}

.t1
{
  width: 95px;
}

.t2
{
  width: 190px;
}

.f-pag
{
  padding:0 7px 0 7px;
  font-size: 15px;
}

.pag-a
{
  color: black;
}

.c-red
{
  color: red;
}

.c-white
{
  color: white;
}

/*------------------------------------------------------------------------------------------ PAGAMENTOS */


}





















/*----------------------------------------------------------------------------------------------------------------------------------- 1200 - 1300 */
@media only screen and (min-width: 1200px) 
{

/*------------------------------------------------------------------------------------------ PAGAMENTOS */

.pag-ul
{
  width: 95%;
  margin:100px 2.5% 100px 2.5%;
  float: left;
  position: relative;
  background: white;
}

.pag-li
{
  float: left;
  text-align: center;
  padding: 12px 0 13px 0;
  font-size:13px;
  font-weight: normal;
  border-right: 1px solid #EFDDEB;
  border-bottom: 1px solid #EFDDEB;
}

table
{
  border-collapse:collapse;
}

th
{
  padding: 13px 0 13px 0;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #EFDDEB;
}

.t1
{
  width: 95px;
}

.t2
{
  width: 190px;
}

.f-pag
{
  padding:0 7px 0 7px;
  font-size: 15px;
}

.pag-a
{
  color: black;
}

.c-red
{
  color: red;
}

.c-white
{
  color: white;
}

/*------------------------------------------------------------------------------------------ PAGAMENTOS */



}














/*----------------------------------------------------------------------------------------------------------------------------------- 1300 - 1600 */
@media only screen and (min-width: 1300px) 
{

/*------------------------------------------------------------------------------------------ PAGAMENTOS */

.pag-ul
{
  width: 95%;
  margin:100px 2.5% 100px 2.5%;
  float: left;
  position: relative;
  background: white;
}

.pag-li
{
  float: left;
  text-align: center;
  padding: 12px 0 13px 0;
  font-size:13px;
  font-weight: normal;
  border-right: 1px solid #EFDDEB;
  border-bottom: 1px solid #EFDDEB;
}

table
{
  border-collapse:collapse;
}

th
{
  padding: 13px 0 13px 0;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #EFDDEB;
}

.t1
{
  width: 95px;
}

.t2
{
  width: 190px;
}

.f-pag
{
  padding:0 7px 0 7px;
  font-size: 15px;
}

.pag-a
{
  color: black;
}

.c-red
{
  color: red;
}

.c-white
{
  color: white;
}

/*------------------------------------------------------------------------------------------ PAGAMENTOS */



}














/*----------------------------------------------------------------------------------------------------------------------------------- 1600 - 1900 */
@media only screen and (min-width: 1600px) 
{

/*------------------------------------------------------------------------------------------ PAGAMENTOS */

.pag-ul
{
  width: 95%;
  margin:100px 2.5% 100px 2.5%;
  float: left;
  position: relative;
  background: white;
}

.pag-li
{
  float: left;
  text-align: center;
  padding: 13px 0 13px 0;
  font-size:14px;
  font-weight: normal;
  border-right: 1px solid #EFDDEB;
  border-bottom: 1px solid #EFDDEB;
}

table
{
  border-collapse:collapse;
}

th
{
  padding: 13px 0 13px 0;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #EFDDEB;
}

.t1
{
  width: 95px;
}

.t2
{
  width: 190px;
}

.f-pag
{
  padding:0 7px 0 7px;
  font-size: 15px;
}

.pag-a
{
  color: black;
}

.c-red
{
  color: red;
}

.c-white
{
  color: white;
}

/*------------------------------------------------------------------------------------------ PAGAMENTOS */



}
















/*----------------------------------------------------------------------------------------------------------------------------------- 1900 - ++ */
@media only screen and (min-width: 1900px) 
{


/*------------------------------------------------------------------------------------------ PAGAMENTOS */

.pag-ul
{
  width: 95%;
  margin:100px 2.5% 100px 2.5%;
  float: left;
  position: relative;
  background: white;
}

.pag-li
{
  float: left;
  text-align: center;
  padding: 13px 0 13px 0;
  font-size:14px;
  font-weight: normal;
  border-right: 1px solid #EFDDEB;
  border-bottom: 1px solid #EFDDEB;
}

table
{
  border-collapse:collapse;
}

th
{
  padding: 13px 0 13px 0;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #EFDDEB;
}

.t1
{
  width: 95px;
}

.t2
{
  width: 190px;
}

.f-pag
{
  padding:0 7px 0 7px;
  font-size: 15px;
}

.pag-a
{
  color: black;
}

.c-red
{
  color: red;
}

.c-white
{
  color: white;
}

/*------------------------------------------------------------------------------------------ PAGAMENTOS */


}




/*----------------------------------------------------------------------------------------------------------------------------------- 00 - 700 */


.conteudo-ul
{
  width: 90%;
  margin:30px 5% 30px 5%;
  position: relative;
  float: left;
}

.conteudo-li-pq
{
  width: 100%;
  float: left;
  line-height: 20px;
  overflow: hidden;
  color: white;
  text-align:center;
  padding: 5px 0 5px 0;
  font-size: 13px;
}

.conteudo-li-gr
{
  width: 100%;
  float: right;
  line-height: 20px;

  overflow: hidden;
  margin-bottom: 15px;
  padding: 5px 0 5px 0;
  font-size: 13px;
}








/*----------------------------------------------------------------------------------------------------------------------------------- 700 - max */
@media only screen and (min-width: 700px) 
{

.conteudo-ul
{
  width: 90%;
  margin:50px 5% 50px 5%;
  position: relative;
  float: left;
}

.conteudo-li-pq
{
  width: 20%;
  float: left;
  line-height: 25px;
  /* height: 25px; */
  overflow: hidden;
  margin-bottom: 15px;
  color: white;
  text-align:center;
  padding: 7px 0 7px 0;
}

.conteudo-li-gr
{
  width: 75%;
  float: right;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 7px 0 7px 0;
}

}


/*----------------------------------------------------------------------------------------------------------------------------------- 1600 - max */
@media only screen and (min-width: 1600px) 
{

.conteudo-li-pq
{
  font-size: 14px;
}

.conteudo-li-gr
{
  font-size: 14px;
}

}







.breadcrumb
{
  color: gray;
  font-weight:normal;
  font-size: 1em;
  margin: 30px 0; 
}

.breadcrumb a {
  color: gray;
  text-decoration: none;  
} 

.breadcrumb a:hover {
  text-decoration: underline;
} 

.breadcrumb span{
  color: #793C93;
  font-size: 1.4em;
}


/*------------------------------------------------------------------------------------------------------------------- */


.box-aluno-menu
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: space-around;
  gap: 10px 20px;
  width:100%;
  margin:30px auto;
}

.box-aluno-menu-item
{
  background: #793C93;  
  width:115px;
  height: 115px;
  border-radius: 130px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.box-aluno-menu-item:hover
{
  background: #52ADAD;  
}

.box-aluno-menu-item i
{
  color:white;
  font-size: 40px;
  margin-bottom: 2px;
}

.box-aluno-menu-item:last-child i
{
  font-size: 40px;
}

.box-aluno-menu-item span
{
  color:white;
  font-size: 1em;
}


/*------------------------------------------------------------------------------------------------------------------- */


.menu-curso {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
}

.menu-curso > div {
  padding: 10px 20px 6px;
  border-radius: 10px 10px 0 0;
}

.menu-curso > div:hover {
  border-bottom: 4px solid white;
}

.menu-curso > div > a {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.2em;
  color: white;
  padding: 0;
}

@media only screen and (max-width: 700px) 
{
  .menu-curso {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .menu-curso > div {
    border-radius: 10px;
  }
}

.tab-purple
{
  background: #793C93;
  border-bottom: 4px solid #793C93;
  white-space: nowrap;
}

.tab-blue
{
  background: #52ADAD;
  border-bottom: 4px solid #52ADAD;
  white-space: nowrap;
}


/*------------------------------------------------------------------------------------------------------------------- */

.catalogo-apostilas{
  display: flex; 
  flex-direction: column;
  border: 1px solid #793C93;
  background-color: rgb(246, 245, 244);
  padding: 30px; 
  border-radius: 10px;
  row-gap: 20px;
  margin-bottom: 40px;
}

.catalogo-apostilas > div {
  display: flex; 
  flex-direction: row;
  justify-content: flex-end;
}

.catalogo-apostilas > div > div {
  margin-left: 30px;
}

.catalogo-apostilas > div > div > a {
  color: #793C93;
  text-decoration: none;  
}

.catalogo-apostilas > div > div > a:hover {
  text-decoration: underline  
}

.blue{
  color: #52ADAD;
  font-weight: bold;
  font-size: 1em;
}

h4.secao {
  font-size: 1.4em;
  color: #793C93;
}

/*----*/

.instrucoes{
  display: flex; 
  flex-direction: column;
  border: 1px solid #793C93;
  background-color: rgb(246, 245, 244);
  padding: 30px; 
  border-radius: 10px;
  row-gap: 20px;
  margin-bottom: 40px;
}

/*------------------------------------------------------------------------------------------------------------------- */

.frete{
  display: flex; 
  flex-direction: column;
  border: 1px solid #793C93;
  background-color: rgb(246, 245, 244);
  padding: 30px; 
  border-radius: 10px;
  row-gap: 20px;
  margin-bottom: 40px;
}

.frete > div {
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 700px){
  .frete > div {
    flex-direction: column;
  }
}

.frete > div > div {
  display: flex; 
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}

.frete > div > div > div {
  display: flex; 
  flex-direction: column;
  row-gap: 20px;
}

.frete > div > div > div > div {
  display: flex; 
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 30px;
}

.frete-valor{
  width:70px; 
  text-align:right; 
  white-space:nowrap;
}

.frete-radio{
  width:60px; 
  text-align:center;
}

/*------------------------------------------------------------------------------------------------------------------- */


.endereco {
  display: flex; 
  flex-direction: column;
  border: 1px solid #793C93;
  background-color: rgb(246, 245, 244);
  padding: 30px; 
  border-radius: 10px;
  row-gap: 20px;
  margin-bottom: 40px;
}

.endereco > div {
  display: flex; 
  flex-direction: row;
  column-gap: 30px;
}
@media only screen and (max-width: 700px){
  .endereco > div {
    flex-direction: column;
  }
}

.endereco > div > div {
  display: flex; 
  flex-direction: row;
  width: 100%;
}

.wa-input {
  padding: 10px;
  font-size: 1.2em; 
  border: 1px solid #aaa;
  border-radius: 5px;
}

.wa-input-100 {
  padding: 10px;
  font-size: 1.2em; 
  border: 1px solid #aaa;
  width: 100%; 
  border-radius: 5px;
}

#endereco-retirada{
  display: inline !important;
}

.hidden{
  display: none; 
}

/*------------------------------------------------------------------------------------------------------------------- */


.valores {
  display: flex; 
  flex-direction: column;
  border: 1px solid #793C93;
  background-color: rgb(246, 245, 244);
  padding: 30px; 
  border-radius: 10px;
  row-gap: 20px;
  margin-bottom: 40px;
}

.valores > div {
  display: flex; 
  flex-direction: row;
  justify-content: flex-end;
}

.valores-valor{
  width:70px; 
  text-align:right; 
  white-space:nowrap;
}


/*------------------------------------------------------------------------------------------------------------------- */


.concluir {
  display: flex; 
  flex-direction: row;
  justify-content: end;
}

.concluir > button{
  cursor: default;
  border: 1px solid #793C93;
  background-color: #793C93;
  padding: 14px; 
  border-radius: 10px;
  margin-bottom: 40px;
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  transition: 1s;
}

.concluir > button:hover{
  cursor: pointer;
  background-color: #D1A7CF;
  color: #793C93;
  transition: 1s;
}


/*------------------------------------------------------------------------------------------------------------------- */


.pedido-resumo {
  display: flex; 
  flex-direction: column;
  border: 1px solid #793C93;
  background-color: rgb(246, 245, 244);
  padding: 30px; 
  border-radius: 10px;
  margin-bottom: 40px;
}

.pedido-resumo-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.cellA {
  flex-basis: 20%;
   white-space:nowrap;
}

.cellB {
  flex-basis: 90%;
  white-space:nowrap;
}

.pedido-resumo > h4 {
  font-size: 1.4em;
  color: #793C93;
  margin: 30px 0; 
}

.pedido-resumo > h4:first-child {
  margin: 0 0 30px 0;
}

.pagamento {
  display: flex; 
  flex-direction: row;
  justify-content: space-around;
  margin: 40px;
}

.pagamento > button{
  cursor: default;
  border: 1px solid #793C93;
  background-color: #793C93;
  padding: 14px; 
  border-radius: 10px;
  margin-bottom: 40px;
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  transition: 1s;
  width: 200px;
}

.pagamento > button:hover{
  cursor: pointer;
  background-color: #D1A7CF;
  color: #793C93;
  transition: 1s;
}

/*-------------------------------------------------------------------------------------------------------------------  */


.pix {
  display: flex; 
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 20px;
  margin: 0 0 40px 0;
  width: 100%;
}

.pix > div > img {
  position: initial !important;
  width: 300px; 
  margin: 0 auto !important;
}

.pix-center{
  margin: 0 auto;
}
/*-------------------------------------------------------------------------------------------------------------------  */




.trava
{
    background: #E6E7E8;
}

.volta
{
    text-align: center;
    padding: 30px 0px 15px 0px ;
    float: left;
    position: relative;
    width: 100%;
    color: #793C93;
}

.volta:hover
{
    text-decoration: underline;
}

/*------------------------------------------------------------------------LOGOUT */
.frm-logout
{
    float: left;
    position: relative;
    width: 300px;
    left:50%;
    margin:25px 0 75px -150px;
}

.txt-logout
{
    outline: none;
    width: 280px;
    padding: 10px 10px 10px 10px;
    background: white;
    position: relative;
    float: left;
    color: gray;
    font: 12px 'Roboto';    
    border: none;
    height: 90px;

}

.txt-logout::-webkit-input-placeholder 
{
    color: gray;
    font: 12px 'Roboto';
}

.txt-logout::-moz-placeholder
{
    color: gray;
    font: 12px 'Roboto';
    text-align: center; margin-top: 10px;
}

.txt-logout::-ms-input-placeholder
{  
    color: gray;
    font: 12px 'Roboto';
    text-align: center;
}


/*------------------------------------------------------------------------LOGOUT */

/*------------------------------------------------------------------------------------------------------------------  350 */


/*------------------------------------------------------------------------------------------------------------------- 800 */

@media only screen and (min-width: 800px) 
{
/*------------------------------------------------------------------------LOGOUT */
.frm-logout
{
  float: left;
  position: relative;
  width: 450px;
  left:50%;
  margin:25px 0 50px -225px;
}

.txt-logout
{
  outline: none;
  width: 420px;
  padding: 15px 15px 15px 15px;
  background: white;
  position: relative;
  float: left;
    color: gray;
    font: 13px 'Roboto';  
    border: none;
    height: 90px;

}

.txt-logout::-webkit-input-placeholder 
{
    color: gray;
    font: 13px 'Roboto';
}

.txt-logout::-moz-placeholder
{
    color: gray;
    font: 13px 'Roboto';
    text-align: center; margin-top: 10px;
}

.txt-logout::-ms-input-placeholder
{  
    color: gray;
    font: 13px 'Roboto';
    text-align: center;
}
/*------------------------------------------------------------------------LOGOUT */

/*------------------------------------------------------------------------------------------------------------------  800 */
}



.perfil-flex-container {
  display: flex;
  align-items: stretch;
  /* background-color: #f1f1f1; */
  width: 700px;
}

.perfil-flex-container div {
  /* background-color: DodgerBlue; */
  /* color: white; */
  width: 100px;
  margin: 10px;
  /* text-align: center; */
  /* line-height: 75px; */
  /* font-size: 30px; */
}

.msgPerfil {
  color: red;
}

.btnPerfil {
  background-color: #793C93;
  border: 1px solid #ddd;
  color: #fff;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
}


.custom-file-input {
  color: transparent;
  font-size: 1em;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  width: 0;
  height: 0;
}
.custom-file-input::before {
  content: 'Selecione a foto para seu perfil';
  color: #fff;
  display: inline-block;
  /* background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3); */
  background-color: #793C93;
  border: 1px solid #ddd;
  /* border-radius: 3px; */
  padding: 8px 16px;
  /* outline: none; */
  /* white-space: nowrap; */
  /* -webkit-user-select: none; */
  cursor: pointer;
  /* text-shadow: 1px 1px #fff; */
  font-weight: bold;
  font-size: 1em;
}
.custom-file-input:hover {
  /* border-color: black; */
  cursor: pointer;
}
.custom-file-input:active {
  /* outline: 0; */
}
.custom-file-input:active::before {
  /* background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); */ 
  /* background-color: #793C93; */
}





.logo {
  width: 100px;
}

.divLogo {
  width: 100px;
  margin: 0 auto 20px;
}

.form {
  width: 700px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.row {
  width: 100%;
  margin-bottom: 30px;
}

.tabList {
  display: flex;
  flex-direction: row;
  padding: 40;
  margin: 20;
}

.tabitem {
  display: flex;
  align-items: center;
  text-align: center;
  width: 180px;
  height: 50px;
  color: b4c1c8;
  cursor: default;
  text-align: center;
}

.tabitem:hover {
  cursor: pointer;
  border-bottom: 4px solid #dc8add;
}

.item {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.active {
  border-bottom: 4px solid #793C93;
  color: #3d525c;
}

.hide {
  display: none !important;
}

.formulario {
  display: flex;
  flex-direction: column;
}

.imgLine {
  display: flex;
  margin-bottom: 30px;
}

.formLine {
  display: flex;
  height: 40px;
  margin-bottom: 10px;
}

.formLine > div {
  display: flex;
  height: 30px;
}

.formLineHalf {
  display: flex;
  height: 40px;
  margin-bottom: 10px;
  width: 48%;
}

.formLineLivre {
  display: flex;
  /* height: 40px; */
  margin-bottom: 10px;
  padding: 20px;
}

input {
  border: 0;
  outline: 0;
  width: 100%;
}

.boxBorder {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.icon-input {
  margin: 4px;
}

.formLineFlex {
  display: flex;
  justify-content: space-between;
}

button {
  background-color: #793C93;
  color: #fff;
  text-transform: uppercase;
  border: none;
  outline: none;
  min-width: 260px;
  height: 45px;
  font-size: 16px;
  margin-top: 10px;
  cursor: default;
  border-radius: 8px;
  margin-right: 15px;
}

button:hover {
  background-color: #dc8add;
  cursor: pointer;
}

footer .footer h1 {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
}

footer .footer {
  margin-top: 60px;
  min-height: 160px;
  background-image: url(/images/bg-footer.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  /* margin-top: -2px; */
  padding-top: 40px;
  background-size: 100% 100%;
}

.green {
  border-color: #0B6B45;
}

.txtTitle {
  color: #0B6B45;
  font-size: 1.5em;
  /* font-weight: bold; */
}

.txtConteudo {
  color: #999999;
  line-height: 1.6;
}

.txtValor {
  color: #0B6B45;
  font-size: 1.5em;
}

/* Valores */
.containerValores {
  display: flex;
}

.flexValores {
  display: flex;
}

.flexValores>div {
  margin-right: 40px;
  width: 110px;
  line-height: 80px;
  background-color: #0B6B45;
  font-size: 2.1em;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  cursor: default;
}

.flexValores>div:hover {
  background-color: #11a56c;
  cursor: pointer;
}

.customValor {
  display: flex;
  border: 1px solid #0B6B45;
  border-radius: 4px;
}

.selectedValor {
  background-color: #11a56c !important;
}

.labelInput {
  font-size: 2.1em;
  color: #0B6B45;
  line-height: 80px;
  margin-left: 10px;
}

.inputValor {
  /* font-size: 2.1em; */
  line-height: 70px;
  width: 150px;
  color: #0B6B45;
}

.txtLegenda {
  color: #999999;
  font-size: 0.7em;
  text-align: center;
}

.input-alert::placeholder {
  /* border: 1px solid red !important; */
  color: red;
  opacity: 1;
}

.box {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #793C93;
  margin-bottom: 30px;
  color: #793C93;
}


table {
  /* padding: 1.6em; */
  border-collapse: collapse;
  /* border: 1px solid #dddddd; */
  width: 100%;
  /* margin-top: 1.6em; */
  /* margin-bottom: 1.6em; */
}

table thead {
  
}

table thead tr {
  
}

table thead tr th {
  background-color: #f1f1f1;
  font-weight: bold;
  color: #333;
}

table tbody tr {
  
}

table thead tr th, table tbody tr td {
  padding: 4px 10px;
  color: #793C93;
  /* border: 1px solid #dddddd; */
}

/* table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
} */

table thead tr th.w1, table tbody tr td.w1 {
  white-space: nowrap;
  width: 1%;
}

table thead tr th.lbl, table tbody tr td.lbl {
  white-space: nowrap;
  width: 1%;
  font-weight: bold;
  /* color: #333; */
}


.qrcode{
  margin: 0 auto;
  width: 200px;
  height: 200px;
}






.wa-bell
{
  color: white;
  font-size: 1em;
}
.wa-ball
{
  /* background: red; */
  color: red;
  /* width:13px; */
  /* height: 13px; */
  /* border-radius: 20px; */
  position: absolute;
  margin-left: 10px;
  margin-top: -3px;
}
.wa-link
{
  color: white;
  font-size: 1em;
  cursor: pointer;
}
.wa-link:hover
{
  text-decoration: underline;
}
.wa-edit
{
  width: 17px;
}

.wa-menu{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 600px) {
  .wa-menu
  {
    font-size: 0.9em;
  } 
}

.wa-menu > div {
  color: white;
  font-size: 1em;
  width: 12em;
  padding: 4px 10px;
}
.wa-menu-title {
  color: white;
  font-size: 1em;
  font-weight: bolder;
}

.wa-menu-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-basis: 0;
}

.wa-menu-icons div:nth-of-type(1) { width: 2em; text-align: center;}
.wa-menu-icons div:nth-of-type(2) { }

.header-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.header-container-item{
  align-content: space-between;
}

.wa-logo{ width: 100px; }
