img { max-width: 100%; }
.logo-menu{}
.logo-menu img{ max-width: 80px; }

/* .fix-nav-aulas {
     position:fixed;
} */
.stop-nav-aulas {
     position:absolute;
     top:600px;
}

.hr-style {
    border-style: dashed;
}

/* Listagem dos módulos */
.module-list {
	/* border: 1px solid #E3E3E3;
	border-radius: 6px; */
	margin: 10px;
	padding: 10px;
}
.module-list:hover {
	background-color: #fbfbfb;
}
.module-header img {
	max-width: 180px;
	height: 120px;
    overflow: hidden;
    display: block;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 15px;
}
.module-header {
	object-fit: cover;
}
.module-title {
	text-align: center;
	margin: 5px;
}
.comment-line {
	margin-left: 0px;
}
.comment-line .category {
	width: 10%;
    float: left;
    margin: 10px;
}
.comment-line .text-muted {
	display: table;
}

.header-externo {
	border-bottom: 0px solid #de3f46;
}
.corpo {
	background: #f6f6f6;
	border-bottom: 1px solid #ccc; 
}
.exibe-curso {
	background: #fff;
	border: #e0e0e0 solid 1px;
	border-radius: 6px;
	box-shadow: 2px 3px 9px -1px #ccc;
	height: 375px;
}
.exibe-todos-curso {
	background: #fff;
	
	border-right: 10px solid;
	border-color: #87cb14;
	box-shadow: 2px 3px 9px -1px #ccc;
	height: 200px;
	margin-bottom:20px;
	border-radius: 0px 10px 10px 0px;
}
.exibe-curso:hover {
	background: #fff;
	border: #e0e0e0 solid 1px;
	border-radius: 6px;
	box-shadow: 1px 1px 9px -1px #403e3e;
}
.dados-curso {
	padding: 15px;
}

.infoheder{
	padding-right:70px;
	padding-left:70px;
	padding: 10px 50px;
}
.logo-mobile{
	display: none;
}

.float{
      position: absolute;
      left: 50%;
      width: 200px; height: 200px;
      margin-top: 200px; margin-left: -200px;
}
 

@media only screen and (max-width: 767px)
{
	.exibe-curso{
		height: 440px !important;
	}.footer .copyright{
		font-size: 12px !important;
		text-align: center !important;
		margin-right: 15px;
	}
	.infoheder{
		display: none;
	}
	.logo-mobile{
		display: block;
		margin-left: 30px;
		
	}

	.exibe-todos-curso {
		background: #fff;
		
		border-right: 10px solid;
		border-color: #87cb14;
		box-shadow: 2px 3px 9px -1px #ccc;
		height: 210px;
		margin-bottom:20px;
		border-radius: 0px 10px 10px 0px;
	}
	.dados-todos-curso{
		padding: 0px;
		margin-top: -5px !important;
	}

	.saibamais-todos-curso{
		margin-top: -12px !important;
	}

	.float{

  }

}
