* {
	transition: all .1s ease;
}

* {
	outline: none !important;
}

::-webkit-scrollbar {
	width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
	-webkit-border-radius: 10px;
	border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #ffffff;
}

*:focus {
	box-shadow: 0 0 0 0.2rem rgba(83, 83, 83, .25);
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none !important;
	color: #fff;
}
.btn-novo{
	height: 46px;
    width: 100%;
    margin-top: 18px !important;
    text-transform: none !important;
    padding: 12px !important;
    letter-spacing: 1px !important;
    font-weight: bold;
	}
.btn-stroke:focus {
    color: #05c0a9;
    border: solid 1px;
    box-shadow: none !important;
}
.brand-container{
	margin-top: 150px !important;
	}
html,
body {
	min-height: 100%;
	height: auto;
	overflow-x: hidden !important;
	    background: #f2f2f2;
	color: rgb(83, 83, 83);
	font-family: 'Raleway', sans-serif !important;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}
.imagem-perfil-card {
	   background-color: rgb(83, 83 ,83);
	}
.imagem-perfil-card i {
	    text-align: center;
    font-size: 100px;
    display: block;
    padding-top: 11px;
	}
input.senha,
input[type=password] {
	font-family: 'rawline', 'Raleway' !important;
	font-weight: 500;
}

textarea {
	width: 100%;
	min-height: 50vh;
	padding: 1rem;
}

textarea.form-control:focus {
	border: solid 1px rgb(242, 242, 242);
	background: rgb(242, 242, 242);
}

a {
	color: rgb(83, 83, 83);
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #05c0a9;
	border: none;
	outline: none;
	box-shadow: none;
}

p {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p:last-of-type {
	margin-bottom: 0;
}

section h1 {
	font-size: 1.6rem;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 2rem;
	color: rgb(83, 83, 83);
	letter-spacing: 0.08rem;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "rawline", "Raleway";
	border-bottom: solid 1px rgb(187, 187, 187);
	padding-bottom: 1rem;
}

.on-mobile {
	display: none !important;
}

@media (max-width: 767.98px) {
	body {
		font-size: 0.9rem;
	}
	.on-mobile {
		display: block !important;
	}
	.not-mobile {
		display: none !important;
	}
	section h1 {
		font-size: 1.3rem;
	}
}


/*------------------------------------------------------------sweet alert */

.sweet-alert {
	font-family: 'Raleway', sans-serif !important;
	padding: 2rem !important;
}

.sweet-alert button {
	background-color: #05c0a9 !important;
	border-radius: 1000px !important;
}

.sweet-alert button:hover {
	background-color: #048c7c !important;
}

.sweet-alert h2,
.sweet-alert p {
	color: rgb(83, 83, 83) !important;
}


/*------------------------------------------------------------SECTION */

section {
	margin: 5rem 0;
	height: 100%;
	position: relative;
	padding-top: 4rem;
}

section div {
	margin-bottom: 2rem;
}

section div:last-of-type,
div.container {
	margin-bottom: 0;
}

#s-login {
	height: 100vh;
	margin: 0;
	padding: 0;
}

.s-curso {
	width: calc(100% - 260px);
	margin-left: 260px;
	padding: 0;
}

#semana,
#aula,
#questionario {
	margin-top: calc(5rem + 60px + 40px + 2rem);
}

#evolucao-curso,
#download {
	margin-top: calc(5rem + 60px + 2rem);
}

#questionario {
	height: calc(100vh - 5rem);
	margin-bottom: 4rem;
}

#diario {
	height: auto;
	margin-bottom: auto;
    padding-bottom: calc(100px + 1rem);
	padding-top: 0;
}

.s-perfil {
	padding-top: 0;
}

#not-found .container {
	height: 72vh;
}

@media (max-width: 767.98px) {
	section {
		margin: 40px 0 100px 0;
		padding: 2rem 0 0 0;
	}
	section div {
		margin-bottom: 1rem;
	}
	section#meu-perfil {
		padding-top: 0 !important;
	}
	.s-curso {
		padding-top: 0;
		width: 100%;
		margin-left: 0;
		margin-top: 60px;
		margin-bottom: 180px;
	}
	#semana,
	#aula,
	#questionario {
		margin-top: calc(100px + 2rem);
	}
	#evolucao-curso,
	#download {
		margin-top: calc(60px + 2rem);
	}
	#questionario {
		min-height: calc(100vh);
	}
	.s-perfil {
		padding-top: 2rem;
	}
	
}


/*------------------------------------------------------------BOTÕES */

.btn {
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	background: #05c0a9;
	color: #fff;
	border: solid 1px #05c0a9;
	border-radius: 1000px;
	padding: 0.5rem;
	margin: 0;
	text-align: center;
	text-decoration: none;
}

.btn:hover {
	background: #048c7c;
	color: #fff;
	border: solid 1px #048c7c;
}

.btn-stroke {
	background: transparent;
	color: #153849;
	border: solid 1px #05c0a9;
}

.btn-gray {
	background: rgb(187, 187, 187);
	color: #fff;
	border: solid 1px rgb(187, 187, 187);
}

.btn-gray:hover,
.btn-stroke:hover {
	background: #05c0a9;
	color: #fff;
	border: solid 1px #05c0a9;
}

a.btn-stroke.bloqueado {
	color: rgba(187, 187, 187, 0.5) !important;
	cursor: inherit !important;
	border-color: rgba(187, 187, 187, 0.5) !important;
	background: none !important;
}

.btn-stroke.bloqueado:hover {
	background: inherit;
}

a.card-btn {
	padding: 0.5rem 1rem;
}

@media (max-width: 1024px) {
	.btn {
		letter-spacing: 0.1rem;
	}
}

@media (max-width: 767.98px) {
	.bnt-container.fixed-top {
		top: 44px;
		z-index: 5;
	}
	.btn-white {
		background: #fff;
		color: rgb(147, 147, 147);
		width: 100%;
		border-radius: 0;
		height: 50px;
		border: none;
		padding: 15px 0 0;
	}
	.aula-card a.btn-stroke {
		color: rgb(187, 187, 187);
		border-color: rgb(187, 187, 187);
	}
	.aula-card.disponivel a.btn-stroke,
	.aula-card.concluida a.btn-stroke {
		color: #fff;
		border-color: #05c0a9;
		background: #05c0a9;
	}
}


/*------------------------------------------------------------CARDS */

.card {
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	padding: 2rem;
	margin-bottom: 2rem;
}

.card.bloqueado,
.card.disponivel {
	padding: 0;
	overflow: hidden;
}

.card.concluido {
	overflow: visible;
}

.card.concluida {
	overflow: visible;
}

.card.bloqueado .container,
.card.disponivel .container {
	padding: 0 2rem;
}

.card.disponivel .card-descricao {
	margin: 0 1rem 1rem 0;
}

.card.disponivel h2 {
	color: #fff;
	padding: 1rem 2rem;
	background: #05c0a9;
	border-radius: 0.5rem 0.5rem 0 0;
}

.card.bloqueado h2 {
	color: #fff;
	padding: 1rem 2rem;
	background: rgb(187, 187, 187);
	border-radius: 0.5rem 0.5rem 0 0;
}

.card-mobile-only {
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none !important;
}

.card-desktop-only {
	background-color: #fff;
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.card h2 {
	font-size: 1.3rem;
	line-height: 1.3;
	margin-bottom: 1rem;
	color: rgb(83, 83, 83);
	letter-spacing: 0.02rem;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "rawline", Raleway;
}

.card-login {
	padding: 4rem;
}

.check-aula {
	position: absolute;
	right: -10px;
	top: -10px;
	border: 2px solid;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	color: #05c0a9;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
}

.card-questionario {
	max-height: 600px;
	overflow: auto;
}

.card-textarea {
	max-height: none !important;
}

#questionario .form-control:disabled,
#questionario .form-control[readonly] {
	width: 100% !important;
	background: rgb(242, 242, 242) !important;
	border: none!important;
}

@media (max-width: 1024px) {
	.card-login {
		padding: 2rem;
	}
}

@media (max-width: 767.98px) {
	.card {
		padding: 1rem;
	}
	.card-mobile-only {
		background-color: #fff;
		border: none;
		border-radius: 0.5rem;
		box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	}
	.card-desktop-only {
		background: transparent;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.card h2 {
		font-size: 1.3rem;
		margin-bottom: 1rem;
		color: rgb(83, 83, 83);
		letter-spacing: 0.02rem;
		text-transform: uppercase;
		font-weight: bold;
		font-family: "rawline", Raleway;
	}
	.aula-card.card-desktop-only {
		box-shadow: none !important;
		border: solid 1px rgb(187, 187, 187);
		border-radius: 0.5rem;
	}
	.aula-card.card-desktop-only h2 {
		color: initial;
		margin: 2rem 2rem 1rem;
		padding: 0;
		background: none;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	.aula-card.disponivel,
	.aula-card.concluida {
		overflow: visible;
		border-color: #05c0a9 !important;
		background: #fff;
	}
	.check-aula {
		color: #fff;
		background: #05c0a9;
		border-color: #05c0a9;
	}
	.aula-card.bloqueado h2,
	.aula-card.bloqueado .aula-descricao {
		opacity: 0.3;
	}
}


/*------------------------------------------------------------FORMS */

.form-control:focus {
	
	border-color: #05c0a9;
	outline: 0;
	box-shadow: none;
}

.form-group {
	margin-bottom: 2rem;
}

.form-group:focus {
	outline: 0 !important;
}

.form-group i {
	position: relative;
    bottom: 2.4rem;
    line-height: 1;
    color: rgb(187, 187, 187);
    font-size: 1.5rem;
    float: right;
    margin-right: 14px;
}

.form-group i:hover {
	color: rgb(83, 83, 83);
}

.label-error {
	display: none;
	font-size: 0.8rem;
	margin: 0.2rem;
	color: rgb(255, 0, 0);
}

.field.error .field__input {
	border-color: rgb(255, 0, 0);
}

.field.error .label-error {
	display: block;
}

@media (max-width: 767.98px) {
	.form-group {
		margin-bottom: 1rem;
	}
}


/*------------------------------------------------------------FLOAT LABEL*/

.field {
	position: relative;
	padding: 0.8rem 0;
}

.field__label {
	box-sizing: border-box;
	display: block;
	font-size: .8rem;
	line-height: 1;
	opacity: 0;
	overflow: hidden;
	padding: 0 0.2rem;
	margin: 0;
	pointer-events: none;
	position: absolute;
	text-overflow: ellipsis;
	top: 0;
	text-align: left;
	transform: translateY(3px);
	transition: all .2s ease-out;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}

.field--not-empty .field__label {
	opacity: 1;
	transform: none;
}

.field__input {
	    background: #FFFFFF;
    border: 1px solid #949199;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0px 16px;
    transition: all .2s ease-out;
    height: 46px;
    color: #153849;
}

.field--not-empty .field__input:hover,
.field--not-empty .field__input:focus {
	/* inset | offset-x | offset-y | blur-radius | spread-radius | color */
	outline: 0;
}

::placeholder {
	color: rgb(187, 187, 187)!important;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgb(187, 187, 187)!important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: rgb(187, 187, 187)!important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: rgb(187, 187, 187)!important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: rgb(187, 187, 187)!important;
}


/*------------------------------------------------------------BLOCOS ANIMATED */

.bloco {
	opacity: 0;
	display: none;
	position: absolute;
	background: #fff;
	z-index: 1;
	transition: all 1s ease;
}

.bloco.active {
	display: inline-block;
	opacity: 1;
	left: 0;
	z-index: 10;
	transition: all 1s ease;
}

.card-questionario.active.bloco-reset {
	position: relative !important;
	display: block !important;
	max-height: unset;
	overflow: visible;
}

.card-questionario.active.bloco-reset:last-of-type {
	margin-bottom: 120px;
}

.card-textarea h5 {
	margin-bottom: 0.5rem !important;
}

.card-textarea textarea {
	min-height: 40vh !important;
}


/*------------------------------------------------------------LOGIN */

.logo-container-login {
	/*background: linear-gradient(to top right, rgba(20, 56, 72, 1), rgba(5, 192, 169, 1)); */
    background: url(../img/bg.jpg) center center no-repeat;
    padding: 2rem;
    z-index: 20;
    margin: 0;
    background-size: cover;
}

.logo-container-login>.align-items-center.container.d-flex.h-100 {
	display: -webkit-flex !important;
	/* NEW */
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	/* NEW */
	flex-wrap: wrap !important;
}

.logo-container-login,
.formlogin-container {
	position: relative;
}

.formlogin-container {
	height: 350px;
	top: calc(50% - 175px);
}

#s-login a:not([href]):not([tabindex]) {
	cursor: pointer;
	color: inherit;
	text-decoration: underline;
}

#s-login a:not([href]):not([tabindex]):hover {
	color: #05c0a9;
}

@media (max-width: 767.98px) {
	.logo-container-login {
		height: 260px;
		z-index: 1;
	}
	.formlogin-container {
		position: relative;
		top: -20px;
		right: 0;
		height: inherit;
		z-index: 20;
	}
	.card-login {
		height: auto;
		padding: 1.5rem 2rem 2rem;
	}
	.formlogin {
		position: relative;
		top: 0.5rem;
	}
	.card-textarea textarea {
		min-height: 31vh !important;
	}
}


/* ---------------------------------------- loader */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to top right, rgba(20, 56, 72, 1), rgba(5, 192, 169, 1));
	/* cor do background que vai ocupar o body */
	z-index: 999;
	/* z-index para jogar para frente e sobrepor tudo */
}

#preloader .inner {
	position: absolute;
	top: 50%;
	/* centralizar a parte interna do preload (onde fica a animação)*/
	left: 50%;
	transform: translate(-50%, -50%);
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff !important;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0.0);
		-moz-transform: scale(0.0);
		-ms-transform: scale(0.0);
		transform: scale(0.0);
	}
	50% {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0.0);
		-moz-transform: scale(0.0);
		-ms-transform: scale(0.0);
		transform: scale(0.0);
	}
	50% {
		-webkit-transform: scale(1.0);
		-moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/*------------------------------------------------------------PLATAFORMA NAVS */

.nav-mobile,
.nav-desktop {
	background: #fff;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, .15)!important;
	color: rgb(143, 143, 143);
	z-index: 20;
}

.nav-desktop {
	height: 5rem;
}

.nav-brand {
	height: 5rem;
	padding: 0.5rem 2rem 0.5rem 3rem;
	width: 260px;
	text-align: center;
}

.nav-brand img {
	height: 3.5rem;
}

.nav-item-head {
	padding: 1rem 0 1rem 2rem;
}

.navbar-perfil {
	padding-left: 2rem;
}

.nav-desktop li.nav-item a {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: inherit;
	text-decoration: none;
}

.nav-item-head li.nav-item a:hover,
.nav-item-head li.nav-item a.active {
	color: rgb(83, 83, 83) !important;
	text-decoration: none;
	background: none !important;
}

.navbar-perfil span {
	font-weight: bold;
	color: rgb(83, 83, 83);
}

.navbar-perfil i {
	font-size: 1rem;
	color: rgb(143, 143, 143);
}

.navbar-perfil i:hover {
	font-size: 1rem;
	color: rgb(83, 83, 83);
}

.navbar-perfil i.fa-user {
	color: #fff;
	background: rgb(83, 83, 83);
	font-size: 1.5rem;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	line-height: 42px;
	border-radius: 50%;
}

.nav-desktop .navbar-perfil img {
	width: 42px;
	height: 42px;
	margin: 0 auto;
}

@media (max-width: 767.98px) {
	.nav-mobile {
		padding: 0.5rem;
		height: 70px;
	}
	.nav-mobile a {
		font-size: 0.8rem;
		color: rgb(143, 143, 143);
		text-decoration: none;
	}
	.nav-mobile i {
		font-size: 1.3rem;
		color: #fff;
		background: rgb(143, 143, 143);
		width: 36px;
		height: 36px;
		margin: 0 auto;
		line-height: 36px;
		border-radius: 50%;
	}
	.nav-mobile img {
		width: 36px;
		height: 36px;
		border-radius: 50%;
	}
	li.nav-item a:hover,
	li.nav-item a.active,
	li.nav-item.active a {
		color: #05c0a9 !important;
		text-decoration: none;
		background: none !important;
	}
	li.nav-item.active a>i {
		color: #05c0a9
	}
	.nav-mobile li.nav-item.active a>i {
		background: #05c0a9;
		color: #fff!important;
	}
	.fa-sign-out-alt:before {
		margin-left: 3px;
	}
}


/*------------------------------------------------------------BREADCRUMBS E HEAD*/

.breadcrumb.head-mobile {
	height: 40px;
	color: #fff;
	line-height: 1;
}

.breadcrumb {
	height: 45px;
	background: linear-gradient(to right, rgba(20, 56, 72, 1), rgba(5, 192, 169, 1));
	box-shadow: 0 .5rem 0.5rem rgba(0, 0, 0, .15)!important;
	border-radius: 0;
	position: fixed;
	top: 0;
	z-index: 20;
}

.breadcrumb span {
	font-size: 1.6rem;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-family: 'rawline', 'Raleway';
	font-weight: bold;
}

.breadcrumb.not-mobile {
	position: fixed;
	top: 5rem;
	width: calc(100% - 260px);
	height: 60px;
	z-index: 4;
}

@media (max-width: 767.98px) {
	.breadcrumb .container {
		padding-bottom: 0.2rem;
	}
	.breadcrumb span {
		font-size: 1rem;
		line-height: 1.3;
		text-transform: uppercase;
		letter-spacing: 0.15rem;
		font-family: 'rawline', 'Raleway';
		font-weight: bold;
		color: #fff !important;
	}
	.breadcrumb a {
		text-decoration: none !important;
	}
}


/*------------------------------------------------------------MENU-CURSO */

.menu-curso {
	background: #fff;
	height: calc(100% - 5rem);
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, .15)!important;
	z-index: 5;
	line-height: 1.7;
	padding: 2rem 0;
	width: 260px;
	overflow: auto;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
}

.collapse:not(.show) {
	display: block;
}

.menu-curso ul {
	list-style-type: none;
	height: 100%;
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.02rem;
	line-height: 1;
	padding: 0;
	margin-bottom: 6rem;
}

.menu-curso ul>li {
	padding: 1rem 2rem 1rem !important;
}

.menu-curso>ul>li.nav-item a {
	text-decoration: none;
	display: block;
}

.menu-curso li.bloqueado {
	background: rgb(242, 242, 242);
}

.menu-curso li.bloqueado a {
	color: rgb(187, 187, 187);
}

.menu-curso li.bloqueado a i {
	display: none;
}

.menu-curso>ul>li.disponivel a:active {
	color: #05c0a9 !important;
}

.menu-curso li.bloqueado a:hover {
	cursor: default;
}


/*SEMANA */

.menu-semana ul {
	margin-bottom: 0;
}

.menu-semana .collapse:not(.show) {
	display: none;
}

.menu-semana a i.fa-angle-down {
	float: right;
}

.menu-semana a[aria-expanded="true"] i {
	transform: rotate(180deg);
}

li.nav-item.disponivel {
	border-bottom: solid 1px rgb(242, 242, 242);
	margin: 0 2rem;
	padding: 1rem 0!important;
}


/*AULA */

.submenu ul {
	margin-top: 1rem;
}

.submenu ul>li:last-child {
	padding-bottom: 0 !important;
}

.submenu ul>li {
	border-top: solid 1px rgb(242, 242, 242);
	width: 100%;
	padding: 1rem 0 !important;
}

.submenu ul>li a {
	font-weight: 300;
	font-size: 0.88rem;
}

.submenu i.fa-angle-double-right {
	color: #8f8f8f;
}

.submenu li.bloqueado {
	background: none;
}

.submenu ul>li.disponivel a:hover {
	text-decoration: underline !important;
	color: initial !important;
}

.submenu li.bloqueado a:hover {
	text-decoration: none !important;
}

.submenu ul>li.disponivel a:active i {
	color: #05c0a9 !important;
}

@media (max-width: 767.98px) {
	.menu-curso {
		background: #fff;
		height: 100%;
		box-shadow: none !important;
		z-index: 30;
		width: 100%;
		position: fixed;
		top: 60px;
		padding-top: 1rem;
	}
	.collapse:not(.show) {
		display: none !important;
	}
	.head-mobile button {
		position: absolute;
		top: 8px;
		right: 0;
		padding: 12px 0;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		z-index: 30;
	}
	.head-mobile button:focus {
		outline: none !important;
		box-shadow: none !important;
	}
	span.icon-bar {
		background-color: #fff;
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
	}
	.icon-bar {
		width: 22px;
		transition: all 0.2s;
	}
	.top-bar {
		transform: rotate(45deg);
		transform-origin: 10% 10%;
	}
	.middle-bar {
		opacity: 0;
	}
	.bottom-bar {
		transform: rotate(-45deg);
		transform-origin: 10% 90%;
	}
	.navbar-toggle.collapsed .top-bar {
		transform: rotate(0);
	}
	.navbar-toggle.collapsed .middle-bar {
		opacity: 1;
	}
	.navbar-toggle.collapsed .bottom-bar {
		transform: rotate(0);
	}
}


/*------------------------------------------------------------HOME */

.alert-success {
	color: #fff !important;
	background: #05c0a9!important;
}
.alert-success .btn-stroke {
	color: #fff;
	border-color: #fff;
}

.alert-success .btn-stroke:hover {
	color:#05c0a9;
	background: #fff!important;
	border-color: #fff;
}

.alert-danger {
	color: #fff!important;
	background-color: #f9594c !important;
}
.alert-danger a{
	color: #fff!important;

}


@media (max-width: 767.98px) {}


/*------------------------------------------------------------HOME-CURSO */

.breadcrumb.head-mobile-curso {
	height: 60px;
}

.banner-curso {
	height: 360px;
	background-image: url(../img/bg_001.jpg);
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin: 0;
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.4);
}

.curso-descricao-container {
	padding: 2rem 0;
	background: #fff;
}

h1.curso-titulo {
	font-size: 2rem !important;
	padding: 0 !important;
	border: none !important;
}

.progresso-geral-container {
	overflow: hidden;
	position: relative;
}

.semanas-circle a.btn-circle {
	width: 2.6rem;
	height: 2.6rem;
	text-align: center;
	border: solid 2px;
	border-radius: 50%;
	text-decoration: none;
	font-family: "rawline", "Raleway";
	font-weight: 700;
	line-height: 2.3rem;
	z-index: 1;
	margin: 0.5rem;
}

.semanas-circle a.btn-circle:last-of-type {
	margin-right: 0;
}

.semanas-circle a.btn-circle::after {
	position: absolute;
	content: "";
	height: 4px;
	background-color: rgb(242, 242, 242);
	width: 99%;
	margin-left: 1rem;
	top: calc(50% - 2px);
	z-index: 0;
}

.semanas-circle a.btn-circle:last-of-type::after {
	content: none;
}

a.btn-circle.concluido {
	border-color: #05c0a9 !important;
	background: #05c0a9!important;
	color: #fff !important;
	cursor: pointer!important;
}

.semanas-circle a.btn-circle.concluido::after {
	background-color: #05c0a9;
	z-index: 0;
}

a.btn-circle.bloqueado {
	color: rgba(187, 187, 187, 0.5);
	cursor: inherit !important;
	background: rgb(242, 242, 242);
}

a.btn-circle.disponivel {
	color: #05c0a9;
	background: #fff;
	cursor: pointer!important;
}

.link-container {
    overflow: hidden;
    position: relative;
}

@media (max-width: 767.98px) {
	.banner-curso {
		height: 20vh;
	}
	.curso-descricao-container {
		height: auto;
		padding: 0;
		text-align: left;
		color: rgb(83, 83, 83);
		text-shadow: none;
	}
	.curso-descricao-container h1 {
		font-size: 1.6rem;
		line-height: 1.1;
		margin-top: 0;
		color: rgb(83, 83, 83);
		letter-spacing: 0.08rem;
	}
	.lead.curso-descricao {
		font-size: 1rem;
	}
	.progresso-geral-container {
		padding: 1rem 0;
	}
	.progresso-geral-container h2 {
		font-size: 1.3rem;

		line-height: 1;
		margin-bottom: 1rem;
		color: rgb(83, 83, 83);
		letter-spacing: 0.02rem;
		text-transform: uppercase;
		font-weight: bold;
		font-family: "rawline", Raleway;
	}
	.semanas-circle a.btn-circle {
		width: 2rem;
		height: 2rem;
		text-align: center;
		border: solid 2px;
		border-radius: 50%;
		text-decoration: none;
		font-family: "rawline", "Raleway";
		font-weight: 700;
		line-height: 1.6rem;
		z-index: 1;
		margin: 0 0.2rem 0.8rem;
	}
	.semanas-circle a.btn-circle {
		margin-top: 0;
	}
	.semanas-circle a.btn-circle::after {
		content: none;
	}
	.fixed-bottom.bnt-container {
		bottom: 86px;
		z-index: 10;
		margin: 0 15px;
	}
	.btn-full.continuar {
		width: 100%;
		margin: 0;
		padding: 0.8rem 0.5rem;
		outline: none;
	}
	.overlay-text {
		width: 100%;
		height: 60px;
		bottom: 68px;
		z-index: 5;
		background: linear-gradient(to top, rgb(242, 242, 242), rgba(242, 242, 242, 0.5));
	}
	.share-redes a {
		font-size: 1.5rem;
		text-decoration: none;
		width: 48px;
		height: 48px;
		background: #06bba5;
		padding: 1rem;
		color: #fff !important;
		text-align: center;
		border-radius: 50%;
	}
	.link-container button {
    position: absolute;
    right: 0;
    background: rgb(255, 255, 255);
    border-radius: 0;
    border-left: 1px solid #ced4da !important;
    padding: 0 1rem;
    height: 100%;
}
}


/*------------------------------------------------------------SEMANA */

.nome_modulo-container {
	background: #fff;
	padding-top: 0.5rem;
	border-bottom: solid 1px rgb(187, 187, 187);
	width: calc(100% - 260px);
	height: 40px;
	position: fixed;
	z-index: 3;
	top: calc(5rem + 60px);
}

.nome_modulo-container h1 {
	border-bottom: 0;
	margin-bottom: 0;
}

#diario h1,
.aula-descricao-container h1,
.semana-descricao-container h1 {
	font-size: 1.6rem;
	line-height: 1.1;
	margin-top: 0;
	color: rgb(83, 83, 83);
	letter-spacing: 0.08rem;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "rawline", "Raleway";
}

.lead.semana-descricao {
	font-size: 1.3rem;
}

.lead.semana-descricao span {
	font-size: 1.3rem !important;
	font-family: "Raleway" !important;
	font-weight: bold !important;
}

.lead.semana-descricao ul {
	padding-left: 3rem !important;
	font-family: "Raleway" !important;
	font-weight: bold !important;
}

.download-disponivel {
	margin: 0 2rem;
	padding: 1rem 0;
	border-top: solid 1px rgb(187, 187, 187);
}

.card h3 {
	font-size: 1rem;
	font-weight: 600;
	display: inline-flex;
	margin-right: 0.5rem;
}

ul.downloads {
	list-style-type: none;
	padding: 0;
}

.downloads li.nav-item {
	margin-right: 0.5rem;
}

.downloads li.nav-item::after {
	content: ",";
}

#aula .downloads li.nav-item::after {
	content: none;
}

#aula .downloads li.nav-item:only-of-type::after,
#aula .downloads li.nav-item:last-child::after {
	content: none;
}

.downloads li.nav-item:only-of-type::after,
.downloads li.nav-item:last-child::after {
	content: ".";
}

.aula-card {
	margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
	.nome_modulo-container {
		width: 100%;
		top: 60px;
	}
	.lead.semana-descricao {
		font-size: 1rem;
		font-family: "Raleway" !important;
		font-weight: bold !important;
	}
	.lead.semana-descricao span {
		font-size: 1rem !important;
		font-family: "Raleway" !important;
		font-weight: bold !important;
	}
	.lead.semana-descricao ul {
		padding-left: 1rem !important;
		font-family: "Raleway" !important;
		font-weight: bold !important;
	}
}


/*------------------------------------------------------------AULA */

.navegacao-aulas {
	position: fixed;
	top: calc(5rem + 60px);
	height: 40px;
	z-index: 3;
	background: #fff;
	padding: 0.5rem;
	width: calc(100% - 20rem);
	border-bottom: solid 1px rgb(242, 242, 242);
}

.navegacao-aulas a {
	letter-spacing: 0.15rem;
	background: transparent;
	text-decoration: none;
	color: rgb(143, 143, 143);
}

.navegacao-aulas a:hover {
	text-decoration: underline;
	color: rgb(83, 83, 83);
}

.navegacao-aulas a i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: rgb(143, 143, 143);
	color: #fff;
	margin: 0 0.5rem;
	border-radius: 50%;
	padding: 0 0.45rem;
}

.navegacao-aulas a:hover i {
	background: rgb(83, 83, 83);
}

.navegacao-aulas a:only-of-type {
	border: 0 !important;
}

.conteudo-aula {
	line-height: 2 !important;
}

.conteudo-aula iframe {
	width: 100%;
	height: 64vh;
}

.conteudo-aula span {
	font-style: initial !important;
	font-size: 1rem !important;
	font-family: 'Raleway' !important;
}

.conteudo-aula ul {
	font-style: initial;
	font-size: 1rem !important;
	padding-left: 3rem !important;
	font-family: 'Raleway' !important;
}

li a.download-link:hover {
	color: #05c0a9 !important;
	text-decoration: underline;
}

@media (max-width: 767.98px) {
	.conteudo-aula iframe {
		width: 100%;
		height: 32vh;
	}
	.conteudo-aula ul {
		padding-left: 1rem !important;
	}
	.downloads li.nav-item {
		margin: 0 0 1rem;
	}
	a.download-link {
		text-decoration: none;
	}
	li.download-link-li::after {
		content: none !important;
	}
	a.download-link span {
		margin-top: 0.5rem;
		text-transform: uppercase;
		letter-spacing: 0.25rem;
		background: #05c0a9;
		color: #fff;
		border: solid 1px #05c0a9;
		border-radius: 1000px;
		padding: 0.5rem;
		margin: 0;
		text-align: center;
	}
	li a.download-link:hover {
		color: #fff !important;
		text-decoration: none;
	}
}


/*------------------------------------------------------------QUESTIONÁRIOS */

.step-bloco {
	margin-bottom: 0;
}

.step div {
	margin-bottom: 0;
}

.progress {
	background-color: #fff;
	border-radius: 0;
	position: fixed;
	top: calc(5rem + 60px + 40px);
	right: 0;
	width: calc(100% - 260px);
	z-index: 2;
}

.progress-bar {
	background-color: #048c7c;
}

.boxconteudo {
	position: relative;
	overflow: inherit;
	height: 68vh;
}

.card-questionario {
	opacity: 0;
	display: none;
	position: absolute;
	background: #fff;
	z-index: 1;
	transition: all 1s ease;
	min-width: 100%;
	height: auto;
	overflow: auto;
}

.card-questionario.active {
	display: inline-block;
	opacity: 1;
	left: 0;
	z-index: 1;
	transition: all 1s ease;
	min-width: 100%;
}

.card-questionario h5 {
	margin: 0 0 2rem;
	padding: 0 0 1rem;
	border-bottom: solid 1px rgb(187, 187, 187);
}

.card-questionario-conteudo-texto {
	overflow: auto;
	height: 100%;
}

.text-overlay {
	width: 100%;
	height: 2.8rem;
	margin: 0;
	background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.bloco-perguntas form {
	display: flex;
}

.bloco-perguntas p {
	font-size: 1.3rem;
	text-align: center !important;
	width: 100%;
}

.bloco-perguntas #bottom-wizard {
	right: 0;
	bottom: 2rem;
}

.bloco-intermediario h2 {
	font-size: 2.3rem;
	text-transform: capitalize;
}

.bloco-intermediario .container-count {
	width: 160px;
	height: 160px;
	padding: 0;
	border-radius: 50%;
	background: #fff;
	font-size: 2rem;
	border: solid 3px #98c93c;
	text-align: center;
	font-style: italic;
	font-weight: 600;
	overflow: visible;
	position: relative;
	line-height: 1.5;
}

.destaque-txt {
	background: #fff;
	width: 200px;
	position: absolute;
	top: calc(80px - 1.8rem);
	right: -20px;
	height: 3rem;
}

.bloco-intermediario .container-count i {
	font-size: 3rem;
	line-height: 1;
	color: #05c0a9;
	margin-left: 10px;
}

@media (max-width: 1024px) {
	.bloco-perguntas form {
		height: 16rem;
		display: flex;
	}
}

@media (max-width: 767.98px) {
	.progress {
		top: calc( 60px + 40px);
		width: 100%;
	}
	.boxconteudo {
		position: relative;
		top: 0;
		overflow: inherit;
		height: auto;
	}
	.card-questionario {
		height: auto;
	}
	.card-questionario h5 {
		margin: 0 0 1rem;
		font-size: 1rem;
	}
	.bloco-perguntas p {
		font-size: 1rem;
		padding: 0;
	}
	.bloco-perguntas form {
		height: auto;
	}
	form .opcao label {
		line-height: 2;
	}
	.bloco-intermediario h2 {
		font-size: 1.8rem;
	}
	.bloco-intermediario .container-count {
		width: 120px;
		height: 120px;
	}
	.bloco-intermediario p.lead {
		font-size: 1.15rem;
	}
	.destaque-txt {
		top: calc(60px - 1.8rem);
		right: -40px;
	}
}


/* ---------------------------------------- PERGUNTAS */

.lead {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.3;
}

form .opcao label {
	cursor: pointer;
	height: 36px !important;
	width: 36px !important;
	background-color: #fff;
	padding: 0.3rem !important;
	border: solid 1px rgb(187, 187, 187);
	border-radius: 50% !important;
	display: inline-table;
	color: rgb(187, 187, 187);
	font-family: "rawline", "Raleway";
	font-weight: 500;
}

form .opcao input {
	display: none;
}

form .opcao input:hover+label,
form .opcao input:checked+label {
	background: #05c0a9;
	border: 1px solid #05c0a9;
	transition-duration: 0.3s;
	color: #fff;
}


/*------------------------------------------------------------DOWNLOADS */

.searchbar .form-control:focus {
	border-color: #05c0a9 !important;
}

.searchbar .form-control:focus i {
	color: rgb(83, 83, 83);
}

.searchbar button {
	color: rgb(187, 187, 187);
	background: transparent;
	border: none;
}

.searchbar button:hover {
	background: none !important;
	color: #05c0a9!important;
	border: none!important;
}



@media (max-width: 767.98px) {
	.col-12.col-md-6.card-pagina-download {
		padding: 0 !important;
	}
}


/*------------------------------------------------------------GALERIA CURSOS */

.card-curso {
	padding: 0;
	overflow: hidden;
}

.card-curso .card-body {
	padding: 2rem;
}

.card-curso .text-muted {
	color: rgb(187, 187, 187);
	font-family: 'rawline', 'raleway';
}

.card-curso .btn.bloqueado {
	background: rgba(187, 187, 187, 1);
    border-color: rgba(187, 187, 187, 1);
    /*color: #fff !important;*/
}

.card-curso-menor {
    max-width: 320px;
    display: inline-flex;
    margin: 2rem;
}

.card-curso-menor .banner-curso {
	height: 180px;
	width: 100%
}

.card-curso-menor:last-child {
	margin-bottom: 2rem !important;
}

.card-curso-menor:nth-child(odd) {
	margin-right: 2rem;
}

@media (max-width: 767.98px) {
	.card-curso .banner-curso {
		height: 28vh;
	}
	.card-curso .card-body {
		padding-bottom: 0 !important;
	}
	.card-curso .btn {
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.card-curso-menor {
    max-width: 100%;
}
	.card-curso-menor {
		margin: 1rem 0;
		padding: 1rem;
	}
	.card-curso-menor .btn{
		    margin-bottom: 0;
	}
	.card-curso-menor .banner-curso {
    height: 8rem;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
	}
	.card-curso-menor .card-body {
        padding: 0 !important;
	}
	.card-curso-menor h2 {
		font-size: 1.15rem;
	}
}


/*------------------------------------------------------------EVOLUCAO */

.grafico-container {
	height: 72vh;
	width: 100%;
}

#home .grafico-container,
#protocolo .grafico-container {
	height: 28vh !important;
}

@media (max-width: 767.98px) {
	.grafico-container {
		height: 72vh;
		width: 100%;
	}
}


/*------------------------------------------------------------PERFIL */

.imagem-perfil-card {
	width: 10rem !important;
	height: 10rem !important;
}

.card-perfil h3 {
	font-size: 1.3rem;
	font-weight: 600;
	display: block;
	margin-right: 0;
}

.bg-perfil {
	height: 20vh;
	background: linear-gradient(to right, rgba(20, 56, 72, 1), rgba(5, 192, 169, 1));
}

.s-perfil .container {
	position: relative;
	top: calc(-80px - 2rem);
}

label.img-circle.trocar {
	width: 160px;
	height: 160px;
	background: rgb(255, 255, 255);
	position: relative;
	border-radius: 50%;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	cursor: pointer;
}

.form-perfil .imagem {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.form-perfil .imagem i {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	padding: 2rem;
	font-size: 100px;
	line-height: 100px;
	color: rgb(187, 187, 187);
}

.form-perfil i.fas.fa-pen {
	width: 50px;
	height: 50px;
	line-height: 48px;
	background: #fff;
	border-radius: 50%;
	border: solid 2px rgb(187, 187, 187);
	color: rgb(187, 187, 187);
	font-size: 1.3rem;
	cursor: pointer;
	position: absolute;
	bottom: -10px;
	right: 0;
}

.nome-container a i {
	width: 40px;
	height: 40px;
	top: calc(50% - 20px);
	margin-left: 8px;
	line-height: 38px;
	background: #fff;
	border-radius: 50%;
	border: solid 2px rgb(187, 187, 187);
	color: rgb(187, 187, 187);
	font-size: 1.3rem;
	cursor: pointer;
	position: absolute;
}

input.imagem-perfil {
	display: none;
}

.perfil-dados {
	padding: 3rem;
}

.perfil-dados .field.form-group {
	margin-bottom: 0px;
	position: relative;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #fff !important;
	width: 90%;
}

.perfil-dados i {
	width: 40px;
	height: 40px;
	top: calc(50% - 10px);
	right: 0;
	margin-left: 8px;
	line-height: 38px;
	background: #fff;
	border-radius: 50%;
	border: solid 2px rgb(187, 187, 187);
	color: rgb(187, 187, 187);
	font-size: 1.3rem;
	cursor: pointer;
	position: absolute;
}

.perfil-dados i:hover,
.nome-container a i:hover,
.form-perfil i.fas.fa-pen:hover {
	background: #05c0a9;
	border-color: #05c0a9;
	color: #fff;
}

 label.field__label {
font-size: 10px;
    line-height: 10px;
    position: relative;
    opacity: 1;
    margin-bottom: 10px;
}

#perfil-nova-senha .container {
	top: 0;
	height: 76vh;
	display: flex;
}

#perfil-nova-senha h5 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: 2rem;
	letter-spacing: 0.25rem;
}

@media (max-width: 767.98px) {
	.perfil-small {
		background: #fff;
		padding: 1rem;
		border-bottom: solid 1px rgb(187, 187, 187);
	}
	.s-perfil .container {
		top: 0;
	}
	.form-perfil .imagem i,
	.form-perfil .imagem,
	label.img-circle.trocar {
		width: 120px;
		height: 120px;
	}
	.form-perfil .imagem i {
		padding: 1rem;
		font-size: 80px;
		line-height: 86px;
	}
	.s-perfil h1 {
		font-size: 1.6rem;
	}
	.perfil-dados {
		padding: 2rem;
	}
	.s-perfil i {
		width: 30px;
		height: 30px;
		line-height: 27px;
		font-size: 1rem;
	}
	.form-perfil i.fas.fa-pen {
		width: 50px !important;
		height: 50px !important;
		line-height: 48px !important;
		font-size: 1.3rem !important;
	}
	.nome-container a i {
		top: calc(50% - 15px);
		margin-left: 5px;
	}
	.perfil-dados i {
		top: calc(50% - 6px);
	}
	#perfil-nova-senha h5 {
		font-size: 1rem;
		margin-bottom: 2rem;
		letter-spacing: 0.05rem;
	}
}


/*------------------------------------------------------------TIMELINE*/

#diario .alert-success {
	width: 50%;
	margin: auto;
	z-index: 20;
	color: #ffffff;
	background: #05c0a9;
	border: 0;
	padding: 2rem;
}

.timeline {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.timeline-item a {
	text-decoration: none !important;
}

.timeline-item a:hover {
	color: initial !important;
}

.timeline:after,
.timeline:before {
	content: " ";
	display: table;
}

.timeline:after {
	clear: both;
}

ul:last-of-type>li.timeline-line {
	bottom: 2rem;
}

.timeline,
.timeline>li {
	list-style: none;
}

.timeline>li:nth-child(odd) {
	float: left;
	clear: left;
}

.timeline>li:nth-child(even) {
	float: right;
	clear: right;
}

.timeline-line {
	display: inline-block;
	position: absolute;
	top: -12px;
	bottom: 12px;
	left: 50%;
	width: 4px;
	background-color: #05c0a9;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.timeline-line.first-line {
	background-color: rgba(187, 187, 187, 0.5);
}

.timeline-line+.timeline-item {
	margin-top: -20px;
}

.timeline-group {
	display: block;
	position: relative;
	margin: 20px 0;
	text-align: center;
	float: none!important;
	z-index: 1;
}

.timeline-heading {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

.timeline-item {
	position: relative;
	display: inline-block;
	width: 50%;
	padding: 0 2rem;
	margin-top: 8rem;
}

.timeline-item:nth-child(odd)>.timeline-badge {
	right: -6px;
}

.timeline-item:nth-child(even)>.timeline-badge {
	left: -6px;
}

.timeline-item>.timeline-badge {
	position: absolute;
	top: -5px;
	z-index: 1;
}

.timeline-item>.timeline-badge {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #999;
	border-radius: 24px;
	background-color: #fff;
	text-decoration: none;
	transition: all ease .3s;
	z-index: 2;
}

.timeline-item>.timeline-panel {
	position: relative;
	background-color: #fff;
	border: none;
	padding: 2rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
	margin-bottom: 50px;
	z-index: 1;
}

.timeline-item:nth-child(even)>.timeline-panel {
	border-radius: 0 1rem 1rem 1rem;
}

.timeline-item:nth-child(odd)>.timeline-panel {
	border-radius: 1rem 0 1rem 1rem;
}

.timeline-item>.timeline-panel:hover .timeline-actions {
	display: block;
}

.timeline-date {
	font-weight: 700;
	font-family: 'rawline', 'raleway';
	line-height: 30px;
}

.timeline-data-container>.timeline-badge {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 50%;
	background-color: #05c0a9;
	text-decoration: none;
	margin-right: 1rem;
	margin-left: -15px;
}

ul.timeline:last-of-type .timeline-line {
	bottom: 2rem;
}

.timeline-item-curso .timeline-panel {
	min-height: 30vh;
	background-image: url(../img/bg_001.jpg);
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-color: transparent;
	z-index: 1;
}

.timeline-item-curso .timeline-heading {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	text-shadow: rgb(255, 255, 255) 6px 3px 15px;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.3;
}

.timeline-item-modulo .timeline-panel {
	background: linear-gradient(to right, rgba(20, 56, 72, 1), rgba(5, 192, 169, 1));
}

.timeline-item-modulo .timeline-heading {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05rem;
	color: #fff;
}

.timeline-item-modulo .timeline-heading .small {
	font-size: 0.8rem;
	font-weight: bold;
}

a.ico-timeline {
	width: 40px;
	height: 40px;
	line-height: 38px;
	background: #fff;
	border-radius: 50%;
	border: solid 2px rgb(187, 187, 187);
	color: rgb(187, 187, 187);
	font-size: 1.3rem;
	cursor: pointer;
	position: absolute;
	text-align: center;
}

a.ico-timeline.edita {
	right: -10px;
	bottom: -10px;
}

a.ico-timeline.deleta {
	left: -20px;
	top: calc(50% - 20px);
}

a.ico-timeline:hover {
	background: #05c0a9;
	border-color: #05c0a9;
	color: #fff !important;
}

@media (max-width: 767.98px) {
	.brand-container{
	margin-top: 0px !important;
	}
	#diario .alert-success {
		width: 100%;
	}
	.timeline-line {
		left: 50%;
	}
	.timeline-item {
		display: block;
		width: 100%;
		margin-top: 2rem;
		padding: 0;
	}
	.timeline-item:nth-child(odd)>.timeline-panel,
	.timeline-item:nth-child(even)>.timeline-panel {
		border-radius: 0.5rem;
	}
	.timeline-item>.timeline-badge {
		top: -8px!important;
		left: 50%!important;
		margin-left: -6px;
	}
	.timeline-item-modulo .timeline-panel {
		background: linear-gradient(to right, rgba(20, 56, 72, 1), rgba(5, 192, 169, 1));
		text-align: center;
	}
	.timeline-heading {
		text-align: center;
	}
	.timeline-item-modulo .timeline-heading .small {
		font-size: 1rem;
		font-weight: normal;
		line-height: 1.3;
		margin-bottom: 1rem;
	}
	a.ico-timeline.deleta {
		left: -15px;
		top: calc(50% - 20px);
	}
	.timeline-date {
		color: #fff;
		background: rgb(149, 197, 59);
		width: auto;
		border-radius: 1000px;
	}
	.timeline-data-container .timeline-badge {
		display: none;
	}
}

.imagem {
	font-size: 1.3rem;
	color: #fff;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}


/*------------------------------------------------------------CERTIFICADO */
#certificado {
    background: #fff;
    width: 842px;
    height: 595px;
    margin: 2rem auto 2rem;
}

.logo-certificado-container {
    background: #143848!important;
    padding: 3rem;
    text-align: center;
}

.info-container {
    padding: 3rem;
}

#certificado h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 1.5rem 0 3rem;
    color: rgb(187,187,187);
    letter-spacing: 0.1rem;
    padding-bottom: 0.3rem;
    border-bottom: solid 4px #05c0a9;
}

#certificado p.lead {
    color: rgb(187,187,187);
    font-weight: 300;
	line-height: 1.5;
}

#certificado strong {
    font-weight: bold !important;
}

#certificado h1 {
    font-size: 3.5rem;
}

#certificado h3 {
    text-transform: uppercase;
    font-family: rawline, raleway;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    color: rgb(187,187,187);
    margin: 0.5rem 0 0;
}
#certificado img.img-fluid.col-6.px-0 {
    max-width: 142px;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px rgb(187,187,187);
}

#certificado .info-container>div:first-child{
    height: 84%;
}

@media (max-width: 767.98px) {
#certificado {
    width: 90%;
    height: 100%;
	}
.logo-certificado-container img {
    max-width: 12rem;
}
	.info-container {
    padding: 2rem;
}
	#certificado h2 {
    letter-spacing: 0.05rem;
    font-size: 1.3rem;
}
	#certificado .info-container>div:first-child {
    height: auto;
    margin-bottom: 5rem;
}
	#certificado h1 {
    font-size: 3rem;
}
}


/* ---------------------------------------- ESCONDE MENU DESKTOP*/
.container-btnmenu-desktop{
    position: fixed;
    top: 78px;
    z-index: 1000;
    left: 237px;
    border: none;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 3px;
    border-radius: 10000px;
}

.btnmenu-desktop{
    width: 35px;
    height: 35px;
    line-height: 1;
    font-size: 14px;
    padding: 0;
    border: solid 2px;
    transition: all 0.1s;
}

body.menu-fechado .menu-curso{
    width: 0 !important;
    opacity: 0;
}

body.menu-fechado .container-btnmenu-desktop{ left: 3px; }

body.menu-fechado .btnmenu-desktop { transform: rotate(180deg); }

body.menu-fechado .s-curso{margin-left: 0;}

body.menu-fechado .s-curso > .container,
body.menu-fechado .nome_modulo-container > .container,
body.menu-fechado .curso-descricao-container > .container
{max-width: 90%!important;}

body.menu-fechado .s-curso,
body.menu-fechado .breadcrumb.not-mobile,
body.menu-fechado .nome_modulo-container,
body.menu-fechado .progress {
    width: 100%;
}
.bottom-wizard{margin-bottom: 123px !important}


.iti{
	margin-top: 0;
	width: 100%;
	font-size: 14px !important;
}
.iti__flag-container:hover .iti__selected-flag {
	background: none !important;
}

.iti input#phone {
	padding-left: 64px;
	font-size: 14px !important;
}

 .iti__flag-container {	left: 10px!important;}
 
 .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0,0,0,.00);
}
.iti__flag {	margin-bottom: 0px !important}
.iti__selected-dial-code {	margin-bottom: 0px !important}
 