@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	resize: none;
	list-style: none;
}

img
{
	max-width: 100%;
	max-height: 100%;
}

html, body
{
	font-family: verdana;
	overflow-x: hidden;
	width: 100%;
}

.header
{
	width: 100%;
	overflow: hidden;
}

.header video
{
	width: 100%;
	height: 100%;
}

.boxes
{
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 80px;
}

.box
{
	display: inline-block;
	width: 377px;
	height: 212px;
	margin: auto;
	margin: 10px;
	border-radius: 2px;
	box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow: 4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 6px #000;
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    padding-right: 5px;
    padding-bottom: 2px;
    vertical-align: top;
}

.box_m1, .box_m2, .box_m3
{
	position: relative;
	width: 300px;
	height: 176.6666px;
	overflow: hidden;
	z-index: 99!important;
	text-align: left;
	padding: 5px;
	color: #fff;
	vertical-align: top;
}

.box_m1
{
	background: #25b1d9;
}

.box_m2
{
	background: #e4521c;
}

.box_m3
{
	background: #68a417;
}

.box h1
{
	width: 100%;
	border-bottom: #dedede solid 1px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.box h4
{
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
	text-align: right;
	font-weight: normal;
}

.box p
{
	font-weight: normal;
}

.circles
{
	position: absolute;
	border: rgba(255, 255, 255, 0.1) solid 2px;
	border-radius: 50%;
	z-index: -1;
	width: 200%;
	height: 256.23342175066313%;
}

.circle_1
{
	top: 0px;
	left: 0px;
}

.circle_2
{
	top: 0px;
	left: 10px;
}

.circle_3
{
	top: 0px;
	left: 20px;
}

.circle_4
{
	top: 0px;
	left: 30px;
}

.circle_5
{
	top: 0px;
	left: 40px;
}


.circle_6
{
	top: 0px;
	left: 50px;
}


.circle_7
{
	top: 0px;
	left: 60px;
}


.circle_8
{
	top: 0px;
	left: 70px;
}

.player_mini
{
	display: inline-block;
	width: 300px;
	height: 136.6666px;
	vertical-align: top;
	padding: 20px;
}

.player
{
    width: 100%;
    margin: auto;
    margin-top: 80px;
}

.player iframe
{
	width: 100%;
	min-height: 700px;
}

.player #video, .player_mini #video, .player_last_aula #video
{
    max-width: 100%;
    max-height: 100%;
}

.footer
{
	width: 100%;
	background: #000;
	margin-top: 80px;
	text-align: center;
}

.footer h3
{
	color: #f60;
}

.cct
{
	display: inline-block;
	width: 300px;
	height: 136.6666px;
	color: #fff;
	font-weight: normal;
	padding: 20px;
	vertical-align: top;
}

.listas
{
	position: relative;
	z-index: -1;
	width: 250px;
	height: 100px;
	margin: auto;
	margin-top: 10px;
	border-radius: 2px;
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    overflow: hidden;
    padding-right: 5px;
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: top;
}

.bgcolor_indice_modulo1
{
    background: #25b1d9;	
	border-left: inset #1fc1e9 3px;
}

.bgcolor_indice_modulo2
{
    background: #e4521c;	
	border-left: inset #bf3a0a 3px;
}

.listas .col
{
	width: 100%;
	height: 100%;
	text-align: left;
	border-radius: 2px;
	padding-left: 5px;
	overflow: hidden;
	color: #fff;
}

.col:hover
{
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45);
}

.listas .col h4
{
	width: 100%;
	color: #fff;
	border-bottom: #fff solid 1px;
}

/*===================forms*/

.vendas_bg
{
	width: 100%;
	max-height: 480px;
	/*border-top: #f5f5f5 solid 1px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 120px;
	background: #000;
}

.vendas_bg img
{
	max-width: 100%;
	max-height: 100%;
}

.vendas_img
{
	position: relative;
	top: -100px;
	width: 300px;
/*	height: 136.6666px;*/
	height: 180px;
	border-radius: 5px;
	padding: 2px;
	background: #000;
	overflow: hidden;
	margin: auto;
	text-align: center;
	box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.555);
}

.vendas_img img
{
	max-width: 100%;
	max-height: 100%;
}

.cadastro
{
	position: relative;
	width: 100%;
	z-index: 0;
	top: -80px;
}

.branco
{
	position: absolute;
	margin: auto;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 440px;
	background: #000;
	border-radius: 10px;
	padding: 20px;
	z-index: -1;
    opacity: 0.155;
	box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    box-shadow: 10px 10px 25px 25px rgba(255, 255, 255, 0.555);
}

.cadastro h1
{
	width: 340px;
	height: 60px;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
	color: #f5f5f5!important;
	letter-spacing: 13px;
	background: #68a417;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
}

.cadastro h1, .info_obrigatorio
{
	color: #fff;
}

.campos
{
	position: relative;
	width: 300px;
	height: 40px;
	padding-top: 20px;
	text-align: left;
	margin: auto;
	margin-top: 14px;
}

.campos input
{
  border: 0;
  border-bottom: 1px solid lightgrey;
  outline: none;
  min-width: 180px;
  max-width: 270px;
  font-size: 20px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-appearance:none;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #f5f5f5;
  border-radius: 70px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

.campos input:focus
{
  border-bottom: 1px solid #3951b2;
}

.campos input::placeholder
{
  color:transparent;
}

.campos label
{
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  margin-left: 15px;
}

.campos input:required:invalid + label
{
  color: #999;
}
.campos input:focus:required:invalid
{
  border-bottom: 1px solid red;
}
.campos input:required:invalid + label:before
{
  content: '* ';
}
.campos input:focus + label,
.campos input:not(:placeholder-shown) + label
{
  font-size: 13px;
  margin-top: 0;
  color: #16add9;
  z-index: -1;
}

input 
{
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 0px;
    border-width: 1px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    width: 300px;
    height: 30px;
}

.campos button
{
	width: 300px;
	height: 30px;
	background: #d8d8d8;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
}

.campos button:hover
{
	background: #e3e2e2;
	cursor: pointer;
	color: #f60;
}

.conceito
{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #0D0D0D;
	margin-bottom: 12px;
	background: #f8f8f8;
}

.conceito_text
{
	width: 90%;
	text-align: justify;
	font-family: verdana;
	padding: 10px;
	margin: auto;
}

.conceito_comprar
{
	color: #fff;
	text-align: right;
}

/*==============whatsapp*/
.float
{
	right:25px;
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: 2px 2px 3px #999;
	z-index:100;
}

.my-float
{
	margin-top:16px;
}


/*==========botao enviar*/

.send 
{
  background: none;
  color: #68a417;
  border: 1px solid #68a417;
  border-radius: 70px;
  box-shadow: 0 0 0 0 rgba(104, 164, 23, 0.5);
  cursor: pointer;
  font-size: 20px;
  width: 300px;
  height: 40px;
  line-height: 40px;
  outline: none;
  transition: background, padding 500ms ease-in-out;
  text-align: center!important;
}

.send.is-loading 
{
  animation: pulse 1.5s infinite;
  padding: 15px 17px;
}
.send.is-success 
{
  background: #68a417;
  padding: 15px 17px;
}

svg 
{
  width: 0;
  height: 0;
}

.is-success svg 
{
  height: 30px;
  width: 30px;
}

.check 
{
  stroke-dasharray: 130px 130px;
  stroke-dashoffset: 130px;
  transition: stroke-dashoffset 500ms ease-in-out;
}

.is-loading span,
.is-success span 
{
  display: none;
}

.is-success .check {
  stroke-dashoffset: 0px;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(69, 152, 27, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
  }
}

#reset {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: none;
  border: 1px solid white;
  font-size: 14px;
  color: #dedede;
  padding: 5px 20px;
}

#rs
{
	position: absolute;
	width: 338px;
	height: 420px;
	top: 60px;
	margin: auto;
	margin-left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 2px;
	color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    opacity: 0.955;
}

.hidden
{
	display: none;
}

@keyframes rs
{ 
	0%
	{
		opacity: 1.1;
	} 
	100%
	{ 
		opacity: 0.5; 
	} 
}

.msg_alert
{
	width: 90%;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #f00;
}

.msg_okay
{
	width: 90%;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #68a417;
}

.msg_added
{
	width: 90%;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 5px;
	color: #1fc1e9;
}

.msg_alert_title
{
	width: 90%;
	text-align: center;
	margin: auto;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
	color: #000;
	font-style: italic;
}

.msg_alert_title span
{
	color: #4a5059!important;
}

.core_656D78
{
	color: #4a5059!important;
}

.loader {
  position: relative;
  width: 10px;
  height: 10px;
  font-size: 9px;
  color: #ccc;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 120px;
	margin: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}

.loader::after {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  border-radius: 50%;
  border-top: 2px solid rgba(223, 223, 219, 0.2);
  border-right: 2px solid rgba(223, 223, 219, 0.2);
  border-bottom: 2px solid rgba(223, 223, 219, 0.2);
  border-left: 2px solid #edeaea;
  transform: translateZ(0);
  animation: load 1.2s infinite linear;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#seccao
{
	cursor: pointer;
}

.sombra
{
	width: 100%;
	/*pointer-events: none;*/   /* isto faz com que o clique "passe" */
	min-height: 35px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	/*branco, #00ffffff e #ffffff */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff0000', endColorstr='#ff0000',GradientType=0 );
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 991;
}

.boxes_conceito
{
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 80px;
	background: transparent;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box_conceito_commun
{
	position: relative;
	z-index: 99;
	display: inline-block;
	vertical-align: middle;
	width: 330px;
	height: 210px;
	margin: auto;
	border-radius: 10px;
	text-align: justify;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;

}

.box_conceito1
{
	border: #5b8762 solid 2px;
	background: #5e9850;
	background: -moz-linear-gradient(45deg,  #5e9850 0%, #b9d9b0 100%);
	background: -webkit-linear-gradient(45deg,  #5e9850 0%,#b9d9b0 100%);
	background: linear-gradient(45deg,  #5e9850 0%,#b9d9b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e9850', endColorstr='#b9d9b0',GradientType=1 );
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 0.5), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
}

.box_conceito1 h1
{
	text-align: center!important;
	color:  #5e9850;
}

.box_conceito1 p, .box_conceito3 p
{
	color:  #000;
}

.box_conceito2
{
	border: #920909 solid 2px;
	background: #bd0808;
	background: -moz-linear-gradient(45deg,  #bd0808 0%, #ff0000 100%);
	background: -webkit-linear-gradient(45deg,  #bd0808 0%,#ff0000 100%);
	background: linear-gradient(45deg,  #bd0808 0%,#ff0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd0808', endColorstr='#ff0000',GradientType=1 );
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 0.5), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
}

.box_conceito2 p
{
	color:  #fff;
}

.box_conceito3
{
	border: #827254 solid 2px;
	background: #df9906;
	background: -moz-linear-gradient(45deg,  #df9906 0%, #fddd67 100%);
	background: -webkit-linear-gradient(45deg,  #df9906 0%,#fddd67 100%);
	background: linear-gradient(45deg,  #df9906 0%,#fddd67 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df9906', endColorstr='#fddd67',GradientType=1 );
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 0.5), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
}

.login_bg
{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #656D78;
	margin-top: 120px;
}

.login
{
	position: relative;
	width: 100%;
	z-index: 0;
	top: -80px;
}

.branco_login
{
	position: absolute;
	margin: auto;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 250px;
	background: transparent;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 100px;
	z-index: -1;
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.3), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.3), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.3), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.3);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.3), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.3);
}

.login_bg h1
{
	width: 340px;
	height: 60px;
	margin: auto;
	text-align: center;
	margin-bottom: 0px;
	color: #4a5059!important;
	letter-spacing: 13px;
	background: #656D78;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-transform: uppercase;
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.4), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.4), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.4), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.4);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.4), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.4);

	/*box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: #fff solid 1px;*/
}


.campos_login
{
	position: relative;
	width: 300px;
	height: 40px;
	padding-top: 20px;
	text-align: left;
	margin: auto;
	margin-top: 14px;
}

.campos_login input
{
  border: 0;
  border-bottom: 1px solid lightgrey;
  outline: none;
  min-width: 180px;
  max-width: 270px;
  font-size: 20px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -webkit-appearance:none;
  border-radius: 5px;
  background: #656D78;
  border: 1px solid #434A54;
  border-radius: 70px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  letter-spacing: 2px;
}

.campos_login input:focus, .campos_login input:hover
{
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -5px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
}

.campos_login input:required:valid
{
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -5px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
}

.campos_login label
{
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  margin-left: 15px;
  margin-top: -10px;
  color: #4a5059;
}

.send_login
{
  background: none;
  color: #4a5059;
  border: 1px solid #434A54;
  border-radius: 70px;
  box-shadow: 0 0 0 0 rgba(104, 164, 23, 0.5);
  cursor: pointer;
  font-size: 20px;
  width: 300px;
  height: 40px;
  line-height: 40px;
  outline: none;
  transition: background, padding 500ms ease-in-out;
  text-align: center!important;
}

.send_login:hover
{
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -5px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
}

#rs_login
{
	position: absolute;
	width: 338px;
	height: 250px;
	top: 60px;
	margin: auto;
	margin-left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 2px;
	color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    opacity: 0.955;
}

#rs_login #rss_log
{
	color: #000;
}

.container_painel
{
	width: 100%;
	margin: auto;
	/*background: url("../img/bg_header_painel.jpg") no-repeat top left;*/
    box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset -25px 0px 25px -25px rgba(0, 0, 0, 0.45);
    padding-bottom: 100px;
}

.header_painel
{
	width: 100%;
	height: 160px;
	background: #f60;
}

.player_last_aula
{
	position: relative;
	top: -100px;
	width: 300px;
/*	height: 136.6666px;*/
	height: 180px;
	border-radius: 5px;
	padding: 2px;
	background: #000;
	overflow: hidden;
	margin: auto;
	text-align: center;
	box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    box-shadow: inset 25px 0px 25px -25px rgba(255, 255, 255, 1.0), inset -25px 0px 25px -25px rgba(255, 255, 255, 1.0);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.555);
}

.titulo_proxima_aula
{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
	color: #fff;
}

/*
.info_user
{
	position: relative;
	width: 100%;
	height: 200px;
	background: #f60;
	color: #656D78;
	overflow: hidden;
}

.last_name_user
*/


	/*width: 20%;*/
/*
.left_col_painel
{
	position: fixed;
	display: inline-block;
	width: 300px;
	height: 100%;
	background: #f60;
	vertical-align: top;
}
*/
.info_col_painel
{
	display: inline-block;
	vertical-align: middle;
	/*position: absolute;
	top: 30px;*/
	width: 300px;
	height: 160px;
	/*background: #dedede;*/
	overflow: hidden;
	/*margin-top: 50%;
	transform: translateY(50%);*/
	box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 25px 0px 25px -25px rgba(0, 0, 0, 0.45), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.45);
    text-align: left;
}

.nome_user
{
	text-transform: uppercase;
	margin: auto;
	color: #4a5059;
	overflow: hidden;
}

.info_user
{
	color: #454240;
	font-style: italic;
	margin-bottom: 10px;
}

.info_user span
{
	color: #f00;
	font-style: italic;
	letter-spacing: 3px;
	cursor: pointer;
}

.venda
{
	position: relative;
	top: -90px;
	width: 500px;
	margin: auto;
	background: transparent;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
}

.venda .de
{
	text-decoration: line-through;
}

.venda p
{
	font-style: italic;
}

.bt_comprar
{
	width: 300px;
	height: 40px;
	background: #55aded;
	margin: auto;
	line-height: 40px;
	margin-bottom: 12px;
	margin-top: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
    border-radius: 70px;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.222);
	color: #fff;
}

.bt_comprar:hover
{
	background: #69bbf7;
	/*cursor: pointer;*/
	transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-appearance: none;
}

.opcoes_compras
{
	display: inline-block;
	width: 150px;
	height: 80px;
	overflow: hidden;
	vertical-align: top;
	line-height: 80px;
	text-align: left;
}

.inclui
{
	width: 100%;
	margin: auto;
	margin-top: 20px;	
}

.inclui_col
{
	display: inline-block;
	width: 45%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

.inclui_col h4
{
	margin-bottom: 7px;
}

/*
azul para botao
55aded
*/

/*
.right_col_painel
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: auto;
	height: 400px;
	margin-left: 95%;
	transform: translateX(-95%);
	margin-top: 40px;
	padding-left: 150px;
}

.box_aulas_painel
{
	position: relative;
	display: inline-block;
	width: 250px;
	height: 160px;
	border-radius: 4px;
	padding: 5px;
	border: #dedede solid 1px;
	margin-left: 35px;
}

.box_numero_aulas_painel
{
	position: absolute;
	width: 60px;
	height: 60px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
	font-size: 44px;
	left: -30px;
}

.verde
{
	color: #86ae05;
}

.roxo
{
	color: #c6437a;
}

.azul
{
	color: #00acea;
}
*/

/*==================graficos*/

.graficos
{
	margin: auto;
	text-align: center;
}

.graficos h1
{
	padding-bottom: 20px;
}

.grafico_m1, .grafico_m2
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 150px;
	background: transparent;
	margin: auto;
	border-radius: 50%;
	margin-top: 30px;
	line-height: 150px;
	text-align: center;
}

.grafico_m1
{
	border: #f60 solid 5px;
}

.grafico_m2
{
	border: #8CC152 solid 5px;
}

.m1
{
	position: absolute;
	top: -100px;
	width: 150px;
	height: 20px;
}