@import url('https://fonts.googleapis.com/css2?family=Muli:wght@200;400;500;700;900&display=swap');
* {
	font-family: 'Muli', sans-serif;
	font-size: 16px;
}
body {
	/* padding-top: 64px !important; */
}
.container-edit {
	max-width: 100% !important;
	margin-bottom: 80px;
}
.w-15 {
	width: 15%;
}

i.fa {
	vertical-align: middle;
}

a {
	color:#00a9e0;
}
a:hover {
	text-decoration: none;
	color:#00a9e0;
}

.navbar-brand img {
	width: auto;
	height: 32px;
	margin-top: -5px;
}

.list-group-item h5 {
	font-weight: bold;
}

.dropdown-menu {
	margin: 0;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4176D2;
}

.custom-checkbox .custom-control-label::before {
	border: solid 1px #ccc;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	background-color: #00a9e0;
}

/*
.custom-control-input:checked~.custom-control-label.br::before {
	background-color: #33691e;
    border-color: #33691e;
}
.custom-control-input:checked~.custom-control-label.br::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffeb3b'/%3E%3C/svg%3E")
}

.custom-control-input:checked~.custom-control-label.en::before {
	background-color: #d50000;
    border-color: #d50000;
}
.custom-control-input:checked~.custom-control-label.en::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2300a9e0'/%3E%3C/svg%3E")
}

.custom-control-input:checked~.custom-control-label.es::before {
	background-color: #d50000;
    border-color: #d50000;
}
.custom-control-input:checked~.custom-control-label.es::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fdd835'/%3E%3C/svg%3E")
}
*/

img.imgList {
	width: 64px;
	height: 64px;
}

.form-control, .custom-select {
	border: none;
	background-color: #f3f3f3 !important;
	/* background-color: #ccc !important; */
}

.custom-select {
	background-color: #a6a6a6 !important;
	color: #fff;
	font-weight: 200 !important;
}

.fld-rounded {
	border-radius: 25px !important;
	font-size: 16px;
	font-weight: 500;
}

.fld-busca {
	border-top-left-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
	font-size: 18px;
	font-weight: 500;
}

.error {
	display: block;
	width: 100%;
	color: #d32f2f;
}

/* LOGIN PAGE
-------------------------------------------------- */
.loginPage,
.loginPage body {
	height: 100%;
}
.loginPage body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.linkPanelList {
	color: #777 !important;
	text-decoration: none !important;
}
.tools {
	background: #ccc !important;
}


/* PAGINATION
-------------------------------------------------- */

.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 15px;margin-left:-1px;color:#616366;line-height:1.8;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#00a9e0;border-color:#00a9e0}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#616366;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 20px;font-size:18px}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 15px;font-size:12px}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}


.custom-control-label::before {
	top: 2px;
	width: 1.5rem;
	height: 1.5rem;
}
.custom-control-label::after {
	top: 2px;
	width: 1.5rem;
	height: 1.5rem;
}
.custom-control-label {
	padding-left: 10px;
}
.form-group label, .input-group label {
	padding-left: 5px;
}

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

.ico-redes-rodape img {
	width: auto;
	height: 24px;
}

.logo img, .info-icons img {
	width: auto;
	height: 40px;
}
.logo img {
	margin: 12px 0;
}

.info-icons img {
	margin-top: 5px;
}
.info-icons b {
	font-size: 16px !important;
	font-weight: 400 !important;	
}

.plus, .plus:hover, .plus:active {
	font-size: 16px;
	font-weight: 400 !important;
	color: #5f6266;
}

.plus img {
	width: auto;
	max-height: 42px;
	margin-right: 30px;
}

.cor-ajuda {
	background: #f3f3f3 !important;
}
.texto-ajuda, .texto-ajuda * {
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400 !important;
	color: #5f6266;
}

.overlay-ajuda {
	position: fixed;
	width: 100%;
	left: 0; right: 0;
	top: 112px;
	z-index: 1030;
	/* background: rgba(255, 255, 255, .8); */
	background: #f2f2f2;
	padding: 10px 0px;
	box-sizing: border-box;
}
.link-ajuda {
	padding: 0px 0px !important;
}


.liks-home {
	line-height: 1.1em;
	color: #616366;
	margin-bottom: 6px;
}
.liks-home b {
	font-weight: normal;
}
.liks-home img {
	width: 40px;
	height: auto;
}
.home-icon {
	margin-right: 30px;
}

.img-rounded {
	border-radius: 50%;
}

.especialista-icos img {
	width: auto;
	height: 48px;	
}
.especialista-info p img {
	width: auto;
	height: 132px;
	border-radius: 70px;
}
.especialista-info p {
	font-size: 16px;
	color: #5f6266;
	font-weight: 900;
}
.especialista-desc {
	font-size: 16px !important;
	line-height: 24px;
	color: #5f6266;
	font-weight: 500;
}
.btn-rounded {
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
}

/** Tabs Agenda */
.datatabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.datatabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
.datatabs li.current{
	background: #ededed;
	color: #222;
	font-weight: bold;
}
.datatab-content{
	display: none;
	padding: 15px;
}
.datatab-content.current{
	display: inherit;
}
.datatabDisableLink {
	display: none;
}
.data-proxima img,
.data-anterior img {
	width: auto;
	height: 38px;	
}
#periodoAtual {
	font-size: 24px;
	color: #5f6266;
	padding: 5px 15px;
	font-weight: 900;
	margin: 0;
}
.dia {
	border-radius: 1.1em;
	display: inline-block;
	font-weight: bold;
	line-height: 2.1em;
	margin-right: 5px;
	text-align: center;
	width: 2.1em;
	font-size: 1em;
	position: relative;
}
.dia:hover {
	text-decoration: none;
}
.dia b {
	color: #00a9e0;
	font-weight: normal;
	text-align: center;
}
.dia.semana {
	background: #f2f2f2;
	border: solid 1px #ddd;
	pointer-events: none;
}
.dia.semana b {
	color: #00a9e0;
}
/* pointer-events: none; */
.dia.sem-compromisso {
	background: #e9f0f2;
	border: solid 1px #00a9e0;
}
.dia.sem-compromisso b {
	color: #00a9e0;
}

.dia.agendado {
	background: #00a9e0 !important;
}
.dia.agendado b {
	color: #fff;
}

.dia.sem-agenda {
	color: #00a9e0;
	border: solid 1px #ddd;
	pointer-events: none;
}

.dia.fds {
	border: none;
	pointer-events: none;
}
.dia.fds b {
	color: #f00 !important;
}
.dia.semana.fds {
	background: #fff;
}

.horario {
	display: block;
	padding: 8px 10px;
	color: #fff;
	background: #00a9e0;
	border-radius: 2em;
	text-align: center;
	margin-bottom: 20px;
}
.horario:hover {
	color: #fff;
	text-decoration: none;
}

.confirmacao {
	margin-top: 150px;
}

.confirmacao img {
	width: auto;
	height: 52px;
}

.confirmacao-texto, .confirmacao-texto *, .home-ajuda * {
	font-size: 16px;
	line-height: 24px;
}

.nome-especialista {
	font-weight: 900;
}

.home-ajuda * {
	font-size: 16px;
	line-height: 26px;
}

label[for='check-intervalo'] {
	cursor: pointer;
}

.azul-docol{background-color:#00a9e0!important}
.azul-docol-text{color:#00a9e0!important}

.grafite-docol{background-color:#616366!important}
.grafite-docol-text{color:#616366!important}

/** Carrossel Lives */
.owl-carousel {
	width: 100%;
	display: inline-block !important;
	float: left;
}
.owl-carousel .item {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.owl-carousel .item span {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.owl-carousel .item img {
	width: 100%;
	height: auto;
}
.owl-carousel .item b {
	display: block;
	font-weight: 900;
}
.owl-carousel .item i {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
}

.titulo-listagem h4 {
	font-weight: 900;
	color: #5f6267;
}

.live-anterior, .live-proxima {
	position: absolute;
	top: 60%;
	margin-top: -19px;
	z-index: 10;
}
.live-anterior {
	left: 30px;
}
.live-proxima {
	right: 30px;
}
.live-anterior img, .live-proxima img {
	width: 38px;
	height: auto;
}

.lives-list a {
	display: block;
	font-weight: normal;
	margin-bottom: 15px;
}

.lives-list i {
	color: #00a9e0;
	display: table-cell;
	font-weight: 900;
	font-style: normal;
	width: 120px;
	font-size: 16px !important;
}

.lives-list b {
	display: table-cell;
	font-weight: 500;
	color: #5f6266;
	font-size: 16px !important;
	line-height: 1.2em;
}


.blog-anterior, .blog-proxima {
	position: absolute;
	top: 50%;
	margin-top: -19px;
	z-index: 10;
}
.blog-anterior {
	left: 30px;
}
.blog-proxima {
	right: 30px;
}
.blog-anterior img, .blog-proxima img {
	width: 38px;
	height: auto;
}

.owl-carousel .blog-item {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}
.owl-carousel .blog-item span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.70) 28%, rgba(0,0,0,0.50) 54%, rgba(0,0,0,0) 100%);
}
.owl-carousel .blog-item img {
	width: 100%;
	height: auto;
}
.owl-carousel .blog-item b {
	display: block;
	font-weight: 900;
}
.owl-carousel .blog-item i {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
}

.blogs-list a {
	position: relative;
}
.blogs-list img {
	vertical-align: middle;
	display:block;
}
.blogs-list b {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	background: rgba(0, 169, 224, 0.65);
	text-shadow: 2px 2px 2px #000000;
	line-height: 1.2em;
}

.texto-ajuda-webinar, .texto-ajuda-webinar * {
	font-size: 16px !important;
	line-height: 23px;
	font-weight: 400 !important;
	color: #5f6266;
}

.texto-ajuda-webinar p {
	margin-bottom: 20px;
}

.webinars-list {
	margin-top: 108px;
}

.webinars-list a {
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

.webinars-list a span {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.webinars-list img {
	width: 100%;
	height: auto;
}

.webinars-list b {
	display: block;
	color: #fff;
	margin-bottom: -3px;
}

.webinars-list i {
	display: block;
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	color: #fff;
	margin-bottom: 3px;
}

.webinars-list strong {
	display: inline-block;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	border-radius: 15px;
	background: #00a9e0;
	color: #fff;
}

.parceiros-list a {
	display: block;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
}
.parceiros-list img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	margin-bottom: 5px;
}
.parceiros-list b {
	display: block;
	color: #616366;
	line-height: 1.2em;
	font-weight: normal;
}
.btn-go-find, .btn-go-find:hover {
	display: inline-block;
	color: #616366;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}
.btn-go-find img {
	width: 128px;
	height: auto;
	margin-right: 10px;
	vertical-align: middle;
}

.produto-info {
	margin-top: 10px;
}
.produto-info a {
	display: inline-block;
}
.produto-info img {
	width: 28px;
	height: auto;	
}
.produto-info i {
	line-height: 14px;
	font-size: 20px;
	font-style: normal;
	color: #5f6266;
}
.produto-info b {
	font-weight: 900 !important;
	line-height: 14px;
	font-size: 20px;
	color: #5f6266;
}
.produto-info span img {
	width: 36px;
	height: auto;	
}
.produto-nome {
	line-height: 20px;
}

.grey.lighten-6{background-color:#f2f2f2!important}
.grey-text.text-lighten-6{color:#f2f2f2!important}


@media (min-width: 768px) {
	.webinars-list a {
		display: inline-block;
		width: 50%;
		margin-right: 0px;
	}
}

@media (max-width: 414px) {
	.owl-carousel .item span {
		top: 60%;
	}
	.live-anterior, .live-proxima {
		top: 60%;
		margin-top: -19px;
	}
}

@media (max-width: 359px) {
	.dia {
		line-height: 1.7em;
		width: 1.8em;
		height: 1.8em;
		font-size: 1.2em;
	}
	.datatab-content {
		padding: 10px;
	}
	#periodoAtual {
		font-size: 22px;
		padding: 5px 10px;
	}
	.nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}
}
