body {
	padding-top: 70px !important;
}

button {
	border: none !important;
}

html, body{
    height:100%;
    width:100%;
}

.navbar-default .navbar-nav>li>a{
	text-transform: uppercase !important;
}

.img-logo {
	width: 50px;
	height: auto;
}

.card-body.modulo {
	max-height: 550px;
	margin-bottom: 20px;
	overflow: auto;
}

.btn-danger, .btn-danger:hover, .badge-danger, .badge-success
{
	color: #fff !important;
}

.progress-bar.curso, .progress.curso {
	--bs-progress-height: 1.4rem !important;
}

.course-sec .text-muted {
    --bs-text-opacity: 1;
    /* color: var(--bs-secondary-color)!important; */
}

.instructor-badge .web-badge.none, .instructor-badge .web-badge.green.none {
    background: none;
}

#wrapper{
	margin-top: 80px !important;
	width: 100% !important;
	min-height: 100% !important;
}

.badge-success{
	background-color: forestgreen !important;
}

a{
	text-decoration: none !important;
}

.help-block{
	color: #eee !important;
	font-size: small;
}

.formulario-container-pergunta{
	height: 400px;
}

.formulario-container-resposta{
	height: 400px;
}

textarea {
	resize: none;
}

td.empty-row{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	color: gray;
}

.img-avatar{
	height: 50px;
	width: auto;
}

.img-avatar-sm{
	height: 30px;
	width: auto;
}

.data-timer{
	font-weight: bold;
	font-size: 150%;
	opacity: 0.4;
}

.page-banner.instructor-bg-blk {
    padding: 200px 0;
}

@media (min-width: 1200px) {
	.img-fluid.fix {
		max-height: 600px;
	}
}

@media (max-width: 768px) {
	.page-banner.instructor-bg-blk {
		padding: 50px 0;
	}
}

.course-three-text.fix
{
	min-height: 45px !important;
}

/* .footer-top, .privacy-policy, .privacy-policy ul li a {
	color: #000 !important;
} */

.centered {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.profile-info-blk .profile-info-img {
    max-width: 150px;
    height: 100%;
}

.bootbox-body {
	color: #000;
}

.home-three .home-three-head{
	margin-bottom: 1px !important;
}

.autor-avatar{
	height: 80px !important;
	width: auto !important;
	border-radius: 50% !important;
}

.temp-icon {
    background-color: #00cc52;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 1.75em;
    text-align: center;
}

.course-three-img img {
	height: 510px !important;
}

.progresso {
	height: 75px !important;
}

@media (max-width: 980px)
{
	body {
		padding-top: 60px !important;
	}
}

.marca-home .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

.testemunho h2 {
	display: block;
}

.text-justify {
	text-align:justify !important;
}

.compra .course-card *:not(.fa) {
	font-size: 14px !important;
}

.concluido.accordion-collapse, .concluido {
	opacity: 0.7 !important;
}

iframe {
	height: 648px; 
}
  
@media (max-width: 768px) { 
	.sidebar-btn {
		display: none !important;
	}
	iframe {
		height: 300px; 
	}
}

/* .header-sign {
    min-width: 150px;
	background: rgb(241 241 241 / 42%);
    border-radius: 46.9159px;
    text-align: center;
} */

/*
.modulo-bg > .collapse  {	
    background-color: #000 !important;
	border: 5pt solid red;
}
*/

pre {
	background-color: black;
	color: lime;
	padding: 1rem;
	font-family: 'Courier New', Courier, monospace;
}

pre .title{
	opacity: 0.7;
}

.student-counts-info {
    min-height: 65px !important;
}

.img-relativo{
	/* width: 160px;
	height: 100px; */
	width: 100px;
	height: 65px;
}

.modal-header, .modal-footer {
    border: none;
}