body {
	font-family: Arial, Helvetica, sans-serif;
}

.counters {
	font-family: Arial, Helvetica, sans-serif;
}

.fa-li.fa.fa-2x.fa-check {
	opacity: 0.50; /* Opacity (Transparency) */
	color: rgba(0, 0, 0, 0.50); /* RGBA Color (Alternative Transparency) */
	-webkit-filter: blur(2px); /* Blur */
	-moz-filter: blur(2px);
	filter: blur(2px);
}

.font_color_red {
	color: #ef4a4c;
	font-weight: bold;
}

.font_color_pink {
	color: #B064F2;
	font-weight: bold;
}

.font_color_grey {
	color: #353535;
	font-weight: bold;
}

.font_color_grey2 {
	color: #989898;
	font-weight: bold;
}

.font_color_grey3 {
	color: #e5e5e5;
	font-weight: bold;
}

.font_color_grey4 {
	color: #cbcbcb;
	font-weight: bold;
}

.font_color_white {
	color: white;
}

.font_color_green {
	color: #2BCE7F;
	font-weight: bold;
}

.font_color_golden {
	color: #D5AD6D;
	font-weight: bold;
}

.font_color_aqua {
	color: #1BC8CF;
	font-weight: bold;
}

.bg_color_red {
	background: #ef4a4c;
}

.bg_color_green {
	background: #2BCE7F;
}

.bg_color_pink {
	background: #8D68AD;
	/*background: #B064F2;*/
}

.bg_color_grey {
	background: #353535;
}

.bg_color_grey2 {
	background: #989898;
}

.bg_color_grey3 {
	background: #e5e5e5;
}

.bg_color_grey4 {
	background: #cbcbcb;
}

.bg_color_grey5 {
	background: #272727;
}

.bg_color_white {
	background: white;
}

.bg_color_aqua {
	background: #1BC8CF;
}

.nav a:hover {
	color: white;
}

.navbar-brand img {

}

.btn-exclusivo {
	margin-left: 20px;
	max-height: 38px;
	border: solid 1px white;
	background: #272727;
	border-radius: 30px;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	max-width: 280px;
}

.btn-download {
	border-radius: 30px;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;

}

.btn-exclusivo-footer {
	border: solid 1px white;
	background: #272727;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	padding: 16px;
	max-height: 44px;
	max-width: 100%;
	font-size: 14px;
}

.btn-faculdades {
	border: solid 1px white;
	background: #ef4a4c;
	border-radius: 60px;
	text-transform: uppercase;
	padding: 11px;
	text-align: center;
	text-transform: uppercase;
	width: 400px;
}

.btn-faculdades_exterior {
	border: solid 1px white;
	background: #2BCE7F;
	border-radius: 60px;
	text-transform: uppercase;
	padding: 11px;
	text-align: center;
	width: 400px;
}

.btn-vermais {
	border: solid 1px black;
	border-radius: 30px;
	font-size: 12px;
	padding: 11px;
	text-align: center;
	text-transform: uppercase;
	width: 172px;
}

.btn-filternews{
	border: solid 1px black;
	border-radius: 30px;
	font-size: 16px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #989898;
	font-weight: bold;
	max-width: 200px;
}

.btn-filterfacul{
	border: solid 1px #ef4a4c;
	border-radius: 30px;
	font-size: 16px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #989898;
	font-weight: bold;
	max-width: 250px;
}

.filtro_facu{
	display: inline-block;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;
	border-radius: 30px;
	padding: 8px 12px;
	border: solid 1px #ef4a4c;
	text-transform: uppercase;
	font-size:12px;
	color:#ef4a4c;
}
.filtro_facu.ativo{
	background: #ef4a4c;
	color: #fff;
}
.filtro_facu input{
	opacity: 0;
	position: absolute;
}

#filtro-news,.titulo_filtros{
	max-width: 932px;
	margin: auto;
	margin-top: 2px;
}

.filtro_news{
	display: inline-block;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	text-align: center;
	border-radius: 30px;
	padding: 8px 12px;
	border: solid 1px #333;
	text-transform: uppercase;
	font-size:12px;
}
.filtro_news.ativo{
	background: #333;
	color: #fff;
}
.filtro_news input{
	opacity: 0;
	position: absolute;
}

.menu-superior {
	background-color: #272727;
	min-height: 60px;
	max-height: 65px;
}

.menu-inferior {
	min-height: 55px;
	background-color: #404040;
}

.card-soulmedicina {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-radius: 15px;
}

.card-soulmedicina img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.cards-soulmedicina {
	margin-top: 10px;
}

.card-conteudo-exclusivo {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-radius: 15px;
}

.card-conteudo-exclusivo img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-radius: 15px;
}

.cards-conteudo-exclusivo {
	margin-top: 10px;
}

.card-body {
	margin-left: -10px;
}

.card-icon {
	margin-top: 10px;
	vertical-align: baseline;
	opacity: 0.7;
}

.btn-facebook {
	background-color: #405D9D;
	color: #fff;
	max-width: 300px;
}

.btn-facebook:hover {
	color: #fff;
}

.btn-instagram {
	background-color: #E52D27;
	color: #fff;
	max-width: 300px;
}

.btn-instagram:hover {
	color: #fff;
}

.btn-youtube {
	background-color: #C8046C;
	color: #fff;
	max-width: 300px;
}

.btn-youtube:hover {
	color: #fff;
}

.btn-twitter {
	background-color: #42AEEC;
	color: #fff;
	max-width: 300px;
}

.btn-twitter:hover {
	color: #fff;
}

.btn-google {
	background-color: #DD4B39;
	color: #fff;
	max-width: 300px;
}

.btn-google:hover {
	color: #fff;
}

button.btn .show-ctrl {
	display: none;
}

button.btn .hide-ctrl {
	display: block;
}

button.btn.collapsed .show-ctrl {
	display: block;
}

button.btn.collapsed .hide-ctrl {
	display: none;
}

.btSuperLike {
	cursor: pointer;
}

#module {
	width: auto;
}

#module a.collapsed:after {
	content: '+ Show More';
}

#module a:not (.collapsed ):after {
	content: '- Show Less';
}
/* height = lineheight * no of lines to display */
#module #collapseSumary.collapse:not(.show ){
	display: block;
	height: 14.5em;
	overflow: hidden;
}

#module #collapseSumary.collapsing {
	height: 14.5em;
}
#
#home {
	width: auto;
}

#home a.collapsed:after {
	content: '+ Show More';
}

#home a:not (.collapsed ):after {
	content: '- Show Less';
}
/* height = lineheight * no of lines to display */
#home #collapseHome.collapse:not(.show ){
	display: block;
	height: 360.5em;
	overflow: hidden;
}

#home #collapseHome.collapsing {
	height: 360.5em;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 50px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: black; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 12px; /* Increase font size */
  width: 90px;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

rounded30{
	border-radius: 30px 30px 30px 30px; 
}

rounded15{
	border-radius: 15px 15px 15px 15px; 
}

rounded15top{
	border-radius: 15px 15px 0px 0px; 
}

.rounded input{
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
.btn-rounded{
	border-radius: 30px 30px 30px 30px; 
}

.input-newsletter{
	border-radius: 30px 30px 30px 30px; 
	height: 32px;
	min-width: 250px;
	width: 100%;
}
.btn-newslettwer {
border-radius: 30px 30px 30px 30px; 
text-transform: uppercase;
text-align: center;
width: 120px;
height: 32px;
}

.input-search{
	border-radius: 30px 0px 0px 30px; 
}

.btn-search{
	border-radius: 0px 30px 30px 0px; 
}

.btn-avatar{
	border-radius: 30px 30px 30px 30px; 
	border: solid 2px white;
	padding: 1px;
	margin-left: 20px;
}

.newsletter {
	background: #272727;
}

.icon-formation{
	border-radius: 30px 0px 0px 30px; 
}

.input-formation{
	border-radius: 0px 30px 30px 0px; 
}

.icon-login{
	border-radius: 30px 0px 0px 30px; 
}

.input-login{
	border-radius: 0px 30px 30px 0px; 
}


.bg-carousel{
	background-color: #ebebeb;
}

.bg-conteudo-exclusivo{
	background-color: #ebebeb;
}

.text-carousel::after {
  content: '';
  position: absolute;
  left: 30px;
  display: inline-block;
  height: 1em;
  width: 15%;
  border-bottom: 3px solid;
  margin-top: 10px;
}

.bg-cards{
	background-color: #f5f5f5;
}

.body-efect01{
background-color: #ebebeb;
width: 100%;
height: 340px;
position: absolute;
z-index: -1;
}

.carousel-efect{
background-color: #ebebeb;
min-width: 100%;
z-index: -1;
overflow:visible;
position: absolute;
width: 100%;
left: 0;
}

/* css exclusivo mobile */
@media ( max-width : 61.9em) {
	
	.btn-newslettwer {
width: 100%;
}
	
	.btn-faculdades {
		border: solid 1px white;
		background: #ef4a4c;
		border-radius: 60px;
		padding: 11px;
		text-align: center;
		width: 300px;
	}
	.btn-faculdades_exterior {
		border: solid 1px white;
		background: #2BCE7F;
		border-radius: 60px;
		padding: 11px;
		text-align: center;
		width: 300px;
	}
	.btn-exclusivo {
		margin-top: 20px;
		margin-left: 0px;
		padding: 15px;
		max-height: 44px;
		max-width: 100%;
		font-size: 12px;
	}
	
.btn-exclusivo-float {
		margin-top: 20px;
		margin-left: 0px;
		padding: 15px;
		max-height: 44px;
		width: 100%;
		font-size: 16px;
		border-radius: 0px;
		border-top-left-radius: 50px;;
		border-top-right-radius: 50px;;
}
	
.btn-avatar {
		text-align: center;
		text-transform: uppercase;
		border: solid 1px white;
		background: #272727;
		border-radius: 30px;
		font-size: 14px;
		margin-top: 20px;
		margin-left: 0px;

		max-height: 50px;
		max-width: 100%;
		font-size: 12px;
	}
#div-fixed-botton {
	position: fixed;
	bottom: -1px;
	width: 100%;
	height: 64px;
	z-index:2000;
	
	
}
	.pesquisa {
		/*margin-top: 12px;
		margin-botton: 12px;*/
		min-width: 240px;
		width: 98%;
	}
	.row .nav-item {
		margin-top: 8px;
		margin-botton: 8px;
	}
	.navbar-brand img {
		position: relative;
		left: 5px;
		top: 0px;
	}
	.row>.col {
		flex-basis: 200px;
	}
	.offcanvas-collapse {
		position: fixed;
		top: 70px; /* Height of navbar */
		bottom: 0;
		left: 0, width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		background-color: var(- -gray-dark);
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	.offcanvas-collapse.open {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem);
		/* Account for horizontal padding on navbar */
	}
}