*,
*::before,
*::after {
  box-sizing: border-box;
}

*{transition: all 0.2s;}

button:focus,
.navbar-toggler:focus,
.navbar-toggler:hover {outline: none !important;}

html,
body {
	text-rendering: optimizeLegibility;
	font-feature-settings: "lnum";
	scroll-behavior: smooth;
	overflow-x: hidden;
	background-color: #EEF3FC;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
body {
	margin: 0;
    padding: 0;
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
}

.on-mobile {
	display: none !important
}

@media(max-width:767.98px) {
	.on-mobile {
		display: block !important
	}
	.not-mobile {
		display: none !important
}}
.conteudo-container {
    margin: 120px 64px 0 0;
    padding: 80px 0 !important;
}
p {margin-bottom: 28px;}

p:last-child {margin-bottom: 0;}

p.small{
	font-size: 12px;
	color:#808080;
	line-height: 16px;
	margin-bottom:16px;

}
p.small.text-danger{color:#EE1B3F !important;}

.aulas-medicas-txt{color:#583984;}
.conteudo-cientifico-txt{color:#3CB8BC;}

h1,h2,h3,h4,h5 {font-family: 'Poppins', sans-serif !important;}
	

h1 {
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 36px;
}

h2, h3, h3 a, h4, h5{font-weight: 600;}

h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 32px;
	color:#2aa6c7;
}

h2.ofereco {color:#3CB8BC;}
h2.precisa {color:#FAA269;}

h3{
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 32px;
}

h4 {
	font-size: 20px;
	font-style:italic;
	line-height: 32px;
	color:#808080;
}

h5, h5 button.collapsed {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    margin-bottom:0;
}

h5 button {
    font-size: 20px;
    color: #000;
    border: 0;
    font-weight: 600;
}

b {	font-weight: 700;}

ul {
    padding-left: 24px;
    margin-bottom: 24px;
}

a {
	color: #808080;
	font-weight:400;
	text-decoration:underline;
}

a:hover {color: #2aa6c7;}

span.badge {
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1;
    padding: 8px 32px;
    border-radius: 1000px;
	background: #E5E5E5;
}

.has-file span.badge { margin-bottom: 12px;}

.badge.conteudo-cientifico{background: #9BC4FA;}
.badge.aulas-medicas{background: #BCA0E3;}
.badge.adimplente, .badge.inadimplente{color:#FFF;}
.badge.adimplente{background: #36BF55;}
.badge.inadimplente{background: #EE1B3F;}

hr {background: #DEDAE5;}

.trend-contents h3, .trend-contents h3 a {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #000;
    text-decoration: none;
}

.trend-entry{margin-bottom: 31px;}
.trend-entry:last-child{margin-bottom: 0;}
.number {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0;
    color: #2aa6c7;
    font-weight: 700;
    letter-spacing: -1px;
    margin-right: 16px;
}

/*------------------------------------------------------- BOTÕES -------------------------------------*/
.btn {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    border-radius: 1000px;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    padding: 16px 32px;
    outline: none !important;
    text-decoration: none;
	text-transform: uppercase;
	border: solid 2px !important;
}

.btn:hover, .btn:focus, .btn:active {outline:none !important; box-shadow:none !important;}

.btn-primary {
    color: #fff;
    background: #583984;
    border-color:#583984 !important;
}

.btn-outline{
	border-color:#583984;
	color: #583984;
}
.btn-outline:hover,
.btn-primary:hover,
.btn-outline:focus,
.btn-primary:focus,
.btn-outline:active,
.btn-primary:active {
	background: #17003a;
	border-color:#17003a !important;
	color:#fff;
}

.btn-primary.precisa-btn, 
.btn-primary.ofereco-btn {
	color: #000;
	text-transform:none;
	font-weight:400;
	
}

.btn-primary.ofereco-btn{
	background:#A7E0E2;
	border-color: #A7E0E2 !important;
}
.btn-primary.ofereco-btn:not(:disabled):not(.disabled).active, 
.btn-primary.ofereco-btn:not(:disabled):not(.disabled):active, 
.show>.btn-primary.ofereco-btn.dropdown-toggle,
.btn-primary.ofereco-btn:active ,
.btn-primary.ofereco-btn:focus ,
.btn-primary.ofereco-btn:hover {
	background: #3CB8BC;
	border-color: #3CB8BC !important;
}

.btn-primary.precisa-btn{
	background:#FBD1B5;
	border-color: #FBD1B5!important;
}
.btn-primary.precisa-btn:not(:disabled):not(.disabled).active, 
.btn-primary.precisa-btn:not(:disabled):not(.disabled):active, 
.show>.btn-primary.precisa-btn.dropdown-toggle,
.btn-primary.precisa-btn:active,
.btn-primary.precisa-btn:focus,
.btn-primary.precisa-btn:hover {
	background: #FAA269;
	border-color: #FAA269 !important;
}

.btn-secondary {
    color: #fff;
    background: #2aa6c7;
    border-color: #2aa6c7 !important;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	color:#fff;
	background: #07428e;
	border-color: #07428e!important;
}

.btn-edit {
	background: #fff;
	padding: 8px;
    height: 42px;
    width: 42px;
}
.btn-edit:hover img {filter: grayscale(1) invert(1) brightness(1.5);}

.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    padding: 10px 20px;
    border: none !important;
}
input#Search {background: transparent;}
/*------------------------------------------------------- INPUTS TEXTAREA FORM -------------------------------------*/
label {margin-bottom: 14px; line-height:1;}

.form-control {color: #000;}

input, textarea, select{
	font-size: 14px !important;
    border: 2px solid #C5C2CC !important;
    padding: 8px 16px !important;
    height: auto !important;
	background: #fff;
    min-height: 45px;
}
input, select{border-radius: 1000px !important;}
textarea{border-radius: 8px !important;}

input[type=checkbox]{
	position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 25px;
    top: -13px;
    left: 18px;
	z-index:5;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 1000px;
    border: solid 1px #C4C4C4;
	z-index:1;
}

.form-check {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    margin-left: 1.25rem;
    margin-right: 0;
}

input ~ .checkmark:hover {
	cursor:pointer;
	background-color: #C4C4C4;
}

input:checked ~ .checkmark {
	background-color: #36BF55;
    border-color: #36BF55;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark.error { 
	border-color:#EE1B3F;
	background: #ffbeca;
}

::placeholder {
  color: #ACAAB2 !important;
  font-weight:300;
  opacity: 1 !important;
}
:-ms-input-placeholder { color: #ACAAB2!important; font-weight:400;}
::-ms-input-placeholder {color: #ACAAB2!important; font-weight:400;}

input.error {border: solid 2px #EE1B3F !important;}
.form-text {margin: 8px 0 0 8px !important;}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 2px solid #6D3E80 !important;
    outline: 0;
    box-shadow: none !important;
}
select {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	appearance: none;
}
select:focus{background: transparent !important;}

.select-custom {
    position: relative;
    background: #fff;
    border-radius: 1000px;
}

.select-custom select {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 45px !important;
    z-index: 1;
    background: transparent !important;
    overflow: hidden !important;
}
.select-custom:after {
    position: absolute;
    content: url(../fonts/arrow.svg);
    top: 12px;
    right: 16px;
    border: none;
    z-index: 0;
    cursor: pointer !important;
    transform: scale(0.5);
}

 select:disabled,
.form-control:disabled, .form-control[readonly] {
    background-color: #ECE9F0;
    opacity: 1;
    border: 1px solid #C5C2CC;
}




/*------------------------------------------------------- MODAL -------------------------------------*/

.modal-content {
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.modal-header {
    border: none;
    height: 62px;
    padding: 0;
    margin: 0;
    position: relative;
}

.modal-header button {
	position: absolute;
    right: 48px;
    top: 32px;
    padding: 0 !important;
}

.modal-header button span {font-size:32px;}
.modal-header button span:hover {color:#000;}

.modal-body {
    margin: 0;
    padding: 0 48px 32px;
}

#ModalImagem .modal-content,
#ModalVideo .modal-content {
    background: none;
    padding: 0;
    margin: 0;
}
#ModalImagem .modal-header,
#ModalVideo .modal-header {
	padding-bottom:32px;
    height: 32px;
}

#ModalImagem .modal-header button ,
#ModalVideo .modal-header button {
	right: 14px;
    top: 0;
}

#ModalVideo .modal-header button span,
#ModalImagem .modal-header button span {color: #fff;}

#ModalVideo .modal-body,
#ModalImagem .modal-body {padding: 0;}

.modal.show {z-index: 10000 !important;}
.modal {z-index: -1 !important;}

/*------------------------------------------------------- CARD -------------------------------------*/
.card {
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    padding: 32px;
}

.card-body{padding:32px;}
.card-header {
    background: none;
    border-bottom: none;
    padding: 0;
    text-align: left;
}
h5 button {
    border-bottom: 1px solid #808080;
    padding: 0 0 32px 0;
    width: 100%;
    text-align: left;
    background: none;
}

h5 button img{
	position: absolute;
    right: 32px;
	transform: scale(0.5) rotate(180deg);
    cursor: pointer;
}

h5 button.collapsed img{
	position: absolute;
    right: 32px;
	transform: scale(0.5) rotate(0deg);
    cursor: pointer;
}

h5 button.collapsed {
    border: none !important;
    padding:0;
}
#accordion .card-body {margin-top: 16px;}
#accordion .card {margin-bottom: 32px;}


/*------------------------------------------------------- TOPO -------------------------------------*/
.navbar-topo{
    height: 120px;
	padding-right: 60px !important;
    align-items: start;
	background: rgb(42,166,199);
	background: linear-gradient(63deg, rgba(42,166,199,1) 0%, rgba(87,57,132,1) 100%)
}

.navbar-barra{
	background: #fff;
    width: 100%;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.navbar-barra .conteudo-barra{
    height: 100%;
    display: table;
    width: calc(100% - 42px);
	padding-top:8px;
}

.navbar-barra:after{
	content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    border-color: transparent transparent white transparent;
    left: -50px;
    border-width: 0 0 60px 50px;
}

.navbar-topo .navbar-text a{color:#fff; text-decoration:none;}
.navbar-topo .navbar-text a:hover{text-decoration:underline;}

#navbarText{z-index:5}

.wrapper{
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	width: 360px;
}
.sidebar {
    position: fixed;
    top: 160px;
    left: 1%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	display: block;
}
.user-image {
    width: 100px;
    height: 100px;
    margin: 32px auto 16px;
    border-radius: 1000px;
    background: #dce9fa;
    overflow: hidden;
}
.sidebar ul.navbar-nav {
    display: block;
    padding: 0;
    margin-top: 16px;
}

a.nav-link {
    width: 100%;
    text-decoration: none;
	position:relative;
}

a.nav-link:before {
    content: '';
    background: transparent;
    height: 100%;
    width: 12px;
    top: 0;
    position: absolute;
    left: -31px;
}


a.nav-link:hover {
    color: #000;
    text-decoration: underline;
}

.navbar-nav .active>.nav-link{color: #000;}
.navbar-nav .active>.nav-link:before{background: #2aa6c7;}

li.nav-item {
    height: 30px;
    margin-bottom: 30px;
    font-size: 0.8rem;
}

.cadastro #navbarText,
.cadastro .conteudo-barra{display:none;}
.single-content .card-body img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
/*------------------------------------------------------- LOGIN-------------------------------------*/
.row.login {
    background: rgb(42,166,199);
    background: linear-gradient( 205deg, rgba(42,166,199,1) 30%, rgba(87,57,132,1) 100%);
	overflow:hidden;
	height:100vh
}
.login > div {
    height: 100vh;
    display: table;
	padding: 0;
	z-index: 5;
}

.img-login {
    overflow: hidden;
    padding: 0 0 4% 6% !important;
}

.img-login img {
    position: absolute;
    top: 30%;
    margin-left: 2%;
    width: 94%;
    z-index: 5;
}

.login .btn-secondary {
    transform: scale(1.3);
    transform-origin: center center;
    background: #2aa6c7;
    border-color: #2aa6c7 !important;
    padding: 16px 64px;
    margin-left: 30px;
    transition: all 0.2s;
}
.login .btn-secondary:focus,
.login .btn-secondary:active,
.login .btn-secondary:hover {
    transform: scale(1.4);
    transform-origin: center center;
    color: #583984;
    background: #fff;
    border-color: #fff !important;
    transition: all 0.2s;
}
.recorte {
	background: #EEF3FC;
    width: 48vw;
    height: 48vh !important;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1 !important;
}
.recorte:after {
	content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    border-color: transparent transparent #EEF3FC transparent;
    left: -30vh;
    border-width: 0 0 36vw 30vh;
}

.cadastro{margin-top:200px;}
iframe.conteudo-externo{
    border: none;
    overflow: auto;
    height: calc(100vh - 120px);
    margin: 120px 0 0 15px;
    position: fixed;
    width: 101%;
    padding: 0;
}

.title {
    display: inline-flex;
    width: 100%;
    position: relative;
}

.title .form-group{
	position:absolute;
	right:0;
}

.img-bg.thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.car.img-bg.thumbnail {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.post-entry-2 {margin-bottom: 32px;}
.post-entry-2:last-child {margin-bottom:0;}
#carouselControle {
    min-height: 580px;
}
.carousel-indicators li {
    width: 16px;
    height: 16px;
	background-color: #2aa6c7;
    border-radius: 50%;
    margin-right: 16px;
    margin-left: 16px;
    opacity: 1;
    transition: all .6s ease;
}
.carousel-indicators .active { opacity: 1; background-color: #583984;}
.slide-size{min-height:500px;}

.card-perfil p {
    line-height: 1;
    margin-bottom: 20px;
}
.card-perfil p:last-child {
    margin-bottom: 40px;
}
.card-perfil h3 {
    line-height: 1;
    margin-bottom: 20px;
}
.card-perfil .user-image {
    width: 160px;
    height: 160px;
    margin-top: 0;
}
/**********************************************************PERFIL*/

label.img-circle.trocar {
	width: 160px;
	height: 160px;
	background: #e6eafb;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	display: block!important;
	margin: auto;
}

#perfil-imagem .imagem {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#perfil-imagem i {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	padding: 20px;
	font-size: 100px;
	line-height: 100px;
	color: #ff9023;
}

#perfil-imagem i {
position: absolute;
    bottom: 0;
    right: 0;
    height: 160px;
    width: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#perfil-imagem i:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input.imagem-perfil {
	display: none;
}





@media (max-width: 1366px) {
	.card-body {padding: 16px !important;	}
	.img-post-entry-2 {display: none;}
	
}

@media (max-width: 767.98px){

h1,h2,h3,h4,h5 {font-family: 'Poppins', sans-serif !important;}
	

h1 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 32px;
}

h2, h3, h4 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 28px;
}

h5, h5 button.collapsed {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    margin-bottom:0;
}

h5 button {font-size: 14px;}

.card-body {padding: 0 !important;}

.row.login, .login > div{height: auto;}

.img-login {padding: inherit !important;}
.img-login img {
    position: relative;
    width: 100%;
    padding: 0 5% 32px;
    margin-top: 80px;
    z-index: 5;
}
.form-inline{display:block !important;}

.select-custom:after {right: 10px;}

.navbar-topo {
	height: 108px;
    padding: 0!important;
align-items: start;
z-index: 99;
}

.navbar-barra { height: 45px;}
.navbar-barra:after {border-width: 0 0 45px 50px;}
.navbar-topo .navbar-text a {filter: invert(0.5);}

.sidebar {
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 100;
    background: transparent !important;
    padding: 0;
    box-shadow: none;
    display: block;
}

#sideMenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

#sideMenu  a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

#sideMenu  a:hover {
  color: #f1f1f1;
}

#sideMenu  .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
	font-size: 12px;
    cursor: pointer;
    padding: 10px 18px;
    border: none;
    border-radius: 0;
}

.openbtn:hover {
  background-color:	#583984;
  border-color:	#583984 !important;
}

#main {
  transition: margin-left .5s;
  padding: 16px 16px 16px 0;
}

div#sidebarMenu {
    position: fixed;
    z-index: 1;
    top: 88px;
	width:0;
    height: calc(100vh - 88px);
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.closebtn {
    padding: 0;
    font-size: 33px;
    position: absolute;
    right: 20px;
    top: 12px;
    border: none !important;
	text-decoration:none;
}

li.nav-item {
    height: inherit;
    margin-bottom: inherit;
}

.navbar-barra input#Search {
    width: 100%;
    padding: 6px !important;
    font-size: 12px !important;
    min-height: inherit;
}

.navbar-barra .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    padding: 5px 26px;
    border: none !important;
}

.navbar-barra .form-group {
    margin: 0 -26px;
    width: 120%;
}
.navbar-barra .conteudo-barra {
    height: 100%;
    display: table;
    width: calc(100%);
    padding-top: 5px;
}
.cadastro {margin-top: 120px;}

.conteudo-container {
    margin: 120px auto;
    padding: 0 30px !important;
}
.img-bg.thumbnail{
	height:300px;
}
.trend-entry {
    margin-bottom: 0;
    padding: 24px;
}
.precisa-btn,
.ofereco-btn{
	width:100%;
}


}

a.page-link {
    text-decoration: none;
    color: #000;
    border: none;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    text-decoration: none;
    background-color: #583984;
    border-color: transparent;
}

li.page-item.disabled a {
    background: none !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2aa6c7;
    border-color: #2aa6c7;
}

li.page-item {
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.single-content .img-post {
    width: 100%;
}