html,
body {
	height: 100%;
	/*background-color: #e7eef3 !important;*/
	background-color: #f2f2f2!important;
	color: #5B6679 !important;
	/*font-family: 'Nunito', sans-serif !important;*/
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px;
	line-height: 1.2em !important;
	font-weight: 300 !important;
}

a {
	color: #111739; !important;
}

img {
	image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
	image-rendering: -moz-crisp-edges;          /* Firefox                        */
	image-rendering: -o-crisp-edges;            /* Opera                          */
	image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
	/*image-rendering: pixelated; /* Chrome */
	image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
	-ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

}

small, .small {
	font-size: 0.87rem;
	font-weight: 400;
}
b, strong {
	font-weight: 600 !important;
}

/*
.navbar-dark{
	background: #02263D !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8) ;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler{
	border: 0px !important;
	color: #fff !important;
}
*/

.navbar{
	box-shadow: 0px 2px 4px rgba(0, 0, 43, 0.04) !important;
	visibility: inherit;
}
.navbar .nav-item .nav-link{
	/*color: #707A8A;*/
	font-weight: 600;
}
/*
.navbar .nav-item.active{
	border-bottom: 3px solid #7754F7;
    margin-bottom: -0.8rem;
}*/
.navbar .nav-item.actived{
	position: relative;
	margin-bottom: -0.9rem;
	/*overflow: hidden;*/
}

.navbar .nav-item.actived a.nav-link {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.navbar .nav-item.actived a.nav-link:before{
	content: "";
	display: block;
	bottom: -0.3rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 10px;
	width: 40px;
	border-radius: 10px;
	background: #7754F7;
}

.navbar .nav-item.active a.nav-link{
	color: #0B0F35;
	position: relative;
}


.navbar .user-avatar {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	background: #7A8493;
	color: #fff;
	text-align: center;
	font-size: 0.8rem;
	line-height: 30px;
	text-transform: uppercase !important;
	display: inline-block;
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
@media (max-width: 991px){
	.navbar .nav-item.active{
		margin-bottom: 0rem !important;
	}
	.navbar .nav-item.active:after{
		content: none !important;
	}
}


/*Ratio*/
.ratio-1-1{
	width:100%;
	position:relative;
	background:url("") 50% 50% no-repeat;
	background-size:cover;
	background-clip:content-box;
}
.ratio-1-1:before{
	display:block;
	content:"";
	padding-top:100%;
}

.ratio-4-3{
	width:100%;
	position:relative;
	background:url("") 50% 50% no-repeat;
	background-size:cover;
	background-clip:content-box;
}
.ratio-4-3:before{
	display:block;
	content:"";
	padding-top:75%;
}

.ratio-16-9{
	width:100%;
	position:relative;
	background:url() 50% 50% no-repeat;
	background-size:cover;
	background-clip:content-box;
}
.ratio-16-9:before{
	display:block;
	content:"";
	padding-top: 56.25%;
}

footer {
	background: transparent !important;
}

main{
}


main .header h1{
	font-size: 1.6rem;
	font-weight: 600;
}
main .header h1 small{
	font-size: 1.133rem;
	color: #707A8A;
}

main .header hr{
	border-top: 2px solid #d3dde8 !important;
	display: block;
	box-shadow: 0 0.125rem 0.50rem rgba(0, 0, 0, 0.03) !important;
}

}

@media (max-width: 991px){
	main .header h1 small{
		display: block;
	}
	main .header .btn{
		width: 40px;
		height: 40px;
		font-size: 1rem;
		line-height: 28px;
		border-radius: 50%;
		padding: 0px !important;
		/*
		line-height: 42px;*/
	}
	main .header .btn i{
		font-weight: 300;
	}
	/*main .header .btn span{
		display: none !important;
	}*/
}

main .container{
}


footer{
	background-color: #ccc;
}



.btn-rounded{
	border-radius: 50px;
	padding: 0.375rem 1.3rem;
}


.card .card-header{
	font-weight: 600 !important;

}
.card .card-header h1,
.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6,

.modal .modal-header h1,
.modal .modal-header h2,
.modal .modal-header h3,
.modal .modal-header h4,
.modal .modal-header h5,
.modal .modal-header h6

{
	padding: 0px;
	margin: 0px;
	font-weight: 600 !important;
}

.card .card-header small{
	opacity: 0.5;
}

.card .card-body .card-title{
	font-size: 1.25rem;
	font-weight: 600;
}


.card .table-anuncio td{
	vertical-align: middle;
}
.card .card-item-no-margin{
	margin-left: -2rem; margin-right: -2rem;
}

.card .card-body-dash{
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.table thead th {
 vertical-align: middle !important;
}

.table-list td{
vertical-align: middle;
}


.table-list thead td,
.table-list thead th{
	border: 0px !important;
	font-size: 1rem;
	font-weight: 600 !important;
	padding: 1rem 1rem;
	background-color: #abbed2;
	color: #fff;
	position: relative;
}
.table-list thead th.sort-no:after{
	position: absolute;
	display: inline-block;
	right: 0px !important;
	background: url("/assets/img/sort-no.png");
	width: 10px;
	height: 14px;
	content: '';
	top: 50%;
	margin-top: -7px;
}

.table-list thead th.sort-asc:after{
position: absolute;
display: inline-block;
right: 0px !important;
background: url("/assets/img/sort-asc.png");
width: 10px;
height: 14px;
content: '';
top: 50%;
margin-top: -7px;
}
.table-list thead th.sort-desc:after{
position: absolute;
display: inline-block;
right: 0px !important;
background: url("/assets/img/sort-desc.png");
width: 10px;
height: 14px;
content: '';
top: 50%;
margin-top: -7px;
}

.table-list{
border-collapse:separate;
border-spacing: 0 0.333rem;
}

.table-list thead tr th:first-child,
.table-list tbody tr td:first-child {
border-radius: 0.25rem 0 0 0.25rem;
}
.table-list thead tr th:last-child,
.table-list tbody tr td:last-child {
border-radius: 0 0.25rem 0.25rem 0;
}

.table-list tbody tr{
background: #fff;
margin-top: 50px !important;
background-clip: border-box;
border-radius: 0.25rem;
/*box-shadow: 0 0.125rem 0.50rem rgba(0, 0, 0, 0.050) !important; Alex */

}

.table-list tbody td{
border: 0px !important;
padding: 0.5rem 0.5rem;
color: #5B6679;
font-size: 0.93rem;
font-weight: 600;
}
.table-list thead th{
padding: 0.5rem 0.5rem;
}
.table-list tbody td.actions .btn{
font-size: 1.5rem;
}

/*
.table-list thead th:first-child,
.table-list thead td:first-child,
.table-list tbody td:first-child{
padding-left: 2rem !important;
}

.table-list thead th:last-child,
.table-list thead td:last-child,
.table-list tbody td:last-child{
padding-right: 2rem !important;
}*/

.table-list a.table-title{
	font-size: 1.067rem;
	text-decoration: none;
	color: #111739;
	font-weight: 600;
}

.table-list tbody td small{
	font-size: 0.733rem;
}
.table-list tbody td .metric{
	font-size: 1.25rem;
}

.card-table{
	border: 0px !important;
}

.lh-1{
	line-height: 1em;
}

.card-sm .card-header{
	padding: 0.5rem 1rem !important;
}

.card-sm .card-body{
	padding: 1rem 1rem !important;
}

.card-sm .card-footer{
	padding: 0.5rem 1rem !important;
}

.card-article{
	color: #111739 !important;
}

.card-article:hover{
	text-decoration: none;
}

.card-article .card-article-img{
	width: 80px;
	height: 80px;
	padding: 8px;
	position: relative;
	top: -40px;
	background-size:contain;
	background-position: center center;
	background-color: #fff !important;
	border-width: 2px !important;
}

.card-article .card-article-action{
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.card-article .card-img-top{
	height: 150px;
	position: relative;
	background-size:cover;
	background-position: center center;
	border-radius: 0.33rem 0.33rem 0 0;

}
.card-article .card-img-top:after {
	display: block;
	clear: both;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #00000094 !important;
	border-radius: 0.33rem 0.33rem 0 0;
}
.card-article .card-body{
	margin-top: -40px;
	padding: 1rem 1rem !important;
}
.card-article .card-body h5{
	font-size: 1.1rem !important;
	font-weight: 600;
	min-height: 38px;
}
.card-article .card-body p{
	font-size: .9rem;
}
.card-article .card-footer{
	padding: 0.5rem 1rem 1rem 1rem!important;
	border-radius:  0 0 0.33rem 0.33rem;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
}

.card-article .card-article-action .btn-dark{
	border-color: #7b8a8bc4 !important;
	background-color: #7b8a8bc4 !important;

}


.card-lista h4{
	font-weight: 600;
	color: #111739;
}
.card-lista a{
	text-decoration: none !important;
}

.card-lista .card-body{
	padding: 1.5rem 1.5rem;
}
.card-lista .card-body small{
	font-size: 0.867rem;
}

.card-lista .card-body .actions .btn{
	font-size: 1.5rem;
}

.card-lista .card-landing{
	-webkit-border-top-right-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.card-lista .card-landing-img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100px;
	min-width: 150px;
	display: block;
}

@media (max-width: 767px){
	.card-lista .card-landing-img {
		min-height: 250px !important;
	}
}

@media (max-width: 991px){
	.card-lista .card-body .titles{
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
		margin-bottom: 1.5rem;
	}
	.card-lista .card-body .plans{
		margin-bottom: 1.5rem;

	}
	.card-lista .card-body .actions{
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
		margin-top: -1rem !important;
		margin-right: -1rem !important;

	}
}


.card-no-itens{
	background: #E3EAF2;
	box-shadow: none !important;
	margin-top: 1.5rem;
}
.card-no-itens .card-body{
	margin: 1rem 2rem;
	text-align: center;
}
.card-no-itens .card-body .no-item{
	max-width: 396px;
	text-align: center;
	padding: 2rem;
	color: #707A8A;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	border: 2px dashed #fff;
}
.card-no-itens .card-body .no-item.no-item-lead{
	font-weight: 500;
	max-width: 602px;
	padding-left: 10rem;
}
.card-no-itens .card-body .no-item.no-item-lead strong{
	font-weight: 600;
}
.no-item.card-no-itens-cheque{
	margin-top: 10rem;
	margin-bottom: 10rem;
}

.badge-n-light{
	font-size: 0.8667rem !important;
	font-weight: 600 !important;
	padding: 0.5em 1em;
	line-height: 1;
	text-align: center;
	display: inline-block;
	vertical-align: baseline;
	border-radius: 10rem;
}
.badge-n-light.badge-success{
	background: #F5F9ED !important;
	color: #7DCA2E !important;
}
.badge-n-light.badge-danger{
	background: rgba(248, 56, 96, 0.25) !important;
	color: #F83860 !important;
}
.badge-n-light.badge-warning{
	background: rgba(235, 199, 0, 0.25) !important;
	color: #ebac0a !important;
}
.badge-n-light.badge-info{
	background: rgba(25, 162, 237, 0.25) !important;
	color: #19A2ED !important;
}



/*HEADER DROPBOX*/
.dropdown-menu-abs{
	position: absolute !important;
}




.navbarDropDropdownMenuLink{
	background: #2A3747 !important;
}
.navbarDropDropdownMenuLink a{
	color: #fff;
}
.navbarDropDropdownMenuLink .dropdown-divider{
	border-color: #e9ecef1a;
}
.navbarDropDropdownMenuLink .dropdown-item:focus,
.navbarDropDropdownMenuLink .dropdown-item:hover{
	background: #02263D;
	color: #fff !important;
}




/*Botao */
.btn-blank{
	border: 1px solid;
}

/*ANUNCIO*/
.div_cor{
	width: 35px;
	height: 35px;
	border: 3px solid transparent;
}
.div_tema_exibir {
	background-repeat: no-repeat;
	background-position: center center !important;
	background-size: cover;
	height: 100px;
	border-radius: 4px !important;
	display: block;
}


.div_tema {
	background-repeat: no-repeat;
	background-position: center center !important;
	background-size: cover;
	/*height: 75px;*/
	display: inline-block;
	border: 3px solid transparent;
}
.tema_selected{
	border-color: #ffc107 !important;
}

#myMap{
	height: 250px;
}

.table-anuncio tbody tr:first-child td{
	border-top: 0px !important;
}






.nav-tabs-list{
	border-bottom: 0px;
}

.nav-tabs-list .nav-item .nav-link{
	font-size: 1.13rem;
	font-weight: 600;
	color: #707A8A;
	padding: 0.8rem 0.5rem;
	border: 0px !important;
	position: relative;
	overflow: hidden;
}

.nav-tabs-list .nav-item .nav-link.active{
	color: #111739 !important;
	background: none;
}

.nav-tabs-list .nav-item:hover .nav-link{
	color: #111739 !important;
}
.nav-tabs-list .nav-item .nav-link.active:after{
	content: "";
	display: block;
	bottom: -0.2rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 9px;
	width: 40px;
	border-radius: 10px;
	background: #7754F7;
}
.nav-tabs-list .nav-item:hover .nav-link.nav-separator:after{
	content: none !important;
}



.nav-tabs-list .nav-item .nav-link .badge{
	padding: 0.5em 0.5em;
	font-size: 0.7rem;
}

.nav-pills a.nav-link{
	background: #d2c9c909;
}

/*
.nav-tabs-list .nav-item .nav-link:hover{
	border-top: 0px;
	border-left: 0px;
	border-right:0px;
	border-bottom: 3px solid #7754F7;
}*/

.nav-tabs-list .nav-item .nav-link.nav-separator:hover{
	border: 0px !important;
}


/*
	FORMULARIO PARA POSTS E PAGINAS DE CADASTROS INTERNAS
*/
.form-control::-webkit-input-placeholder {
	color: #E3E3EF;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #E3E3EF;
	opacity: 1;
}

.form-control::placeholder {
	color: #E3E3EF;
	opacity: 1;
}
.form-control{
	border: 2px solid #E3E3EF !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #111739 !important;
	font-size: 1rem;
	height: calc(1.9em + 0.75rem + 2px);
}
select.form-control{
	/*  -webkit-appearance: none;*/
	position: relative;
}
/*
select.form-control:before{
	display: inline-block;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	color: #000;
	border: 1px solid red;
	top: 0px;
	right: 0px;
}*/

.input-group-text {
	border: 2px solid #E3E3EF !important;
	border-right: 0px !important;
	background-color: #fff;
	font-weight: 800;
	color: #E3E3EF;
}
.input-group > .form-control{
	border-left: 0px !important;
	padding-left: 4px;
}

.input-group-prepend select{
	border-right: 0px !important;
}


.input-group.input-group-right  > .form-control{
	border-left: 2px solid #E3E3EF !important;
	padding-left:  0.75rem !important;
}

.form-control.form-control-title{
	font-size: 1.6rem !important;
}

.form-group label{
	font-size: 1rem;
	font-weight: 600;
}

/*
	FORMULARIO COMPACTO, ESPECIALMNENTE PARA MODAIS EM QUE O ESPAÇO EH REDUZIDO
*/
.form-compact .form-group{
	margin-bottom: 0.5rem;
}
.form-compact .form-group label{
	font-size: 1rem;
	color: #48648e;
	font-weight: 400;
	margin-bottom: 4px !important;
}


/* labelauty */
input.labelauty + label{
	margin-bottom: 0px !important;
	padding: 0rem 0.5rem !important;
}
input.labelauty + label > span.labelauty-unchecked-image{
	background: none !important;
}

input.labelauty + label {
	background: #fff !important;
	border: 1px solid #efefef !important;
}


.card-label:after{
	content: "";
	display: block;
	top: 1.25rem;
	left: 0rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 24px;
	width: 6px;
	border-radius: 6px;
	background: #7754F7;
}
.card-label-danger:after{
	background:#F83860 !important;
}




.paginator {
	list-style: none;
	padding: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.paginator_item {
	display: inline-block;
	margin: 0 0.25rem;
	padding: 4px 12px;
	background: #7754F8;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 0.9rem;
	font-weight: 600;
}
.paginator_item a{
	color: #fff;
}

.paginator_item:hover {
	background: #8A6ED5;
	color: #fff;
	text-decoration: none;
}

.paginator_active,
.paginator_active:hover {
	background: #cccccc;
}

.list_imagem img{
	height: 128px;
	margin-bottom: 0.5rem;
}
.list_imagem{
	text-align: center;
	margin-top: 1rem;
}



.notifyHeader{
	background: #707A8A;
	color: #fff;
	font-size: 1.27rem;
	text-align: center;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.notifyHeader .carousel-inner{
	padding-left: 2rem;
	padding-right: 2rem;
}
.notifyHeader .carousel-inner .carousel-item{

}
.notifyHeader .carousel-control-prev, .notifyHeader .carousel-control-next{
	width: 2rem !important;
}



#carouselDashCurso{
	position: relative;
	padding-left: 2rem;
	padding-right: 2rem;
}
#carouselDashCurso .nav-btn{
	font-size: 1.8rem;
	color: #707A8A;
	position: absolute;
	height: 100%;
	display: flex;
	top: 0px;
	align-items: center!important;
	width: 2rem;
	text-align: center;

}
#carouselDashCurso .nav-btn.prev-slide{
	left: -2rem;
	justify-content: flex-start!important;
}
#carouselDashCurso .nav-btn.next-slide{
	right: -2rem;
	justify-content: flex-end!important;
}

#carouselDashCurso .owl-carousel{
	margin-left: auto;
	margin-right: auto;
}
#carouselDashCurso .owl-carousel  .owl-nav{
	height: 0px !important;
}

#carouselDashCurso.owl-carousel  .owl-dots{
	display: none;
}
#carouselDashCurso a{

}
#carouselDashCurso a:hover{
	text-decoration: none;
}
#carouselDashCurso h5{
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5em;
	color: #111739;
}
#carouselDashCurso small{
	/*font-size: 0.867rem;
	font-weight: 300;*/
}

.cardDashAula h3{
	font-size: 1.4rem;
	font-weight: 600;
}

.no-item-no-card{
	text-align: center;
	padding: 4rem 2rem;
	color: #707A8A;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	border: 2px dashed #E3EAF2;

}

.tickets{
	border-bottom: 1px solid #E3EAF2;
}
.tickets:last-child{
	border: 0px !important;
}
.tickets .ticket-code{
	color: #5B6679;
	font-size: 0.93rem;
}
.tickets .ticket-code i{
	color: #5B6679;
	font-size: 1.5rem !important;
}

.header-dash h1{
	font-size: 2.4rem !important;
	font-weight: 400 !important;
}

.header-dash h2{
	font-size: 1.6rem !important;
	font-weight: 400 !important;
}

.card-meus-dados{
	font-size: 1.133rem;
}
.card-meus-dados .avatar-img{
	border-radius: 50%;
	height: 170px;
	width: 170px;
	background: #7A8493;
	color: #fff;
	text-align: center;
	font-size: 4.8rem;
	line-height: 170px;
}
@media(max-width: 768px){
	.card-meus-dados .avatar-img{
		height: 85px;
		width: 85px;;
		font-size: 2.4rem;
		line-height: 85px;
	}
}
@media(max-width: 425px){
	.card-meus-dados .d-flex.dado-principal{
		flex-direction: column !important;
	}
}

.dado-principal{
	line-height: 1.5em;
}
.dado-principal small{
	color: #bbb !important;
}

.card-meus-dados small{
	color:#7A8493;
}

.card-meus-dados h3{
	font-size: 2.133rem;
	font-weight: 900;
	margin-bottom: 0px;
}
.card-meus-dados h4{
	font-size: 1.27rem;
	font-weight: 600;
	color: #7A8493;
}


.modal-label:after {
	content: "";
	display: block;
	top: 0.8rem;
	left: 0rem;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 24px;
	width: 6px;
	border-radius: 6px;
	background: #7754F7;
}
.form-disabled:disabled{
	background: #E3E3EF !important;
}

.meusdados-icone{
	background: url("../img/meus-dados-modal.png") no-repeat;
	height: 128px;
	width: 120px;
	color: #fff;
	text-align: center;
	line-height: 128px;
	font-size: 3.6rem;
}


.planos-pagamentos h3{
	font-size: 1.27rem;
}
.planos-pagamentos h3 span{
	color: #7A8493;
	font-size: 1rem;
}

.planos-pagamentos .font24{
	font-size: 1.6rem;
}
.planos-pagamentos .font17{
	font-size: 1.33rem;
}

.planos-pagamentos .table-pagamentos span{
	color: #111739;
}
.planos-pagamentos .table-pagamentos tbody tr td{
	position: relative;
	padding: 0.5rem 1rem;
}
.planos-pagamentos .table-pagamentos tbody tr td:first-child:after{
	content: "";
	display: block;
	top: 0.5rem;
	left: 0rem;
	z-index: 9999;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 17px;
	width: 6px;
	border-radius: 6px;
	background: #7DCA2E;
}

.planos-pagamentos .table-pagamentos.table-pagamentos-emaberto tbody tr td:first-child:after{
	top: 25%;
	background: #FF0000;
}

.planos-pagamentos .card-contrato{
	background: #7A8493 ;
	color: #fff;
}
.planos-pagamentos .card-contrato .media i{
	font-size: 2.4rem;
}
.planos-pagamentos .card-contrato .media h5{
	color: #fff;
}
.planos-pagamentos .card-contrato .media .media-body{
	font-size: 1rem;
}
.planos-pagamentos .card-contrato hr{
	border-top: 1px solid #aeaebb;
}
.planos-pagamentos .card-contrato  .valores strong {
	font-size: 1.27rem;
}
.planos-pagamentos .card-contrato  .valores{

}

.card-integracoes{
	height: 100%;
}
.card-integracoes .card-body{
	padding: 2rem !important;
}
.card-integracoes .card-body img{
	margin-bottom: 1rem;
}
.card-integracoes .card-body h5{
	margin-bottom: 0px;
}
.card-integracoes .card-body p{
	font-size: 0.867rem;
	color: #76808F;
	margin-top: 1rem;
}

.popover{
	font-family: 'Nunito', sans-serif !important;
	font-size: 1rem;
	border:0px;
	border-radius: 0.25rem;
	padding: 0.75rem !important;
	box-shadow: 0 0.125rem 0.50rem rgba(0, 0, 0, 0.050) !important;
}
.popover p{
	margin-bottom: 0px !important;
}
.bs-popover-top > .arrow:before, .bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-left > .arrow:before, .bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-right > .arrow:before, .bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-bottom > .arrow:before, .bs-popover-auto[x-placement^="bottom"] > .arrow:before{
	border:0px;
	border-radius: 0.25rem;
	box-shadow: 0 0.125rem 0.50rem rgba(0, 0, 0, 0.050) !important;
}

/*
.landing-objetivo{
	border: 2px solid #E2E4E5;
	padding: 12px;
	color: #5E6B79;
}
.landing-objetivo h5{
	padding: 0px;
	font-size: 1rem;
	font-weight: bold;
	padding-top: 4px;
}*/

.lista-landing li{
	display: inline-block;
	margin-bottom: 12px;
	margin-left: 6px;
	margin-right: 6px;
}
.lista-landing a{
	display: block;
	border: 2px solid #E2E4E5;
	padding: 18px 12px;
	width: 180px;
	height: 100%;
	color: #5E6B79;
}
.lista-landing h5{
	padding: 0px;
	font-size: 1rem;
	font-weight: bold;
	padding-top: 4px;
}



#accordionLandingPage .card-header h3{
	font-size: 1.3rem;
}

#accordionLandingPage .card-header .number{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1rem;
	border-radius: 50%;
	text-align: center;
	background-color: #7754f7;
	color: #fff;
	margin-right: 12px;
}

#accordionLandingPage .card-disabled .card-header h3{
	color: #ccc;
}
#accordionLandingPage .card-disabled .card-header .number{
	background-color: #ccc;
}
#accordionLandingPage #card-objetivo-detalhes{
	padding: 1rem !important;
}
/*
#accordionLandingPage .listobjetivo{
	border: 2px solid #E2E4E5;
	padding: 2rem 1rem;
	text-align: center;
	height: 100%;
	position: relative;
}*/
#accordionLandingPage .listobjetivo{
	border: 2px solid #E2E4E5;
	padding: 1rem 1rem;
	border-radius: 6px;
}
#accordionLandingPage .listobjetivo .card-body{
	padding: 1rem !important;
}
#accordionLandingPage .listobjetivo .card-body h5{
	font-size: 1rem;
	font-weight: 600;
}
#accordionLandingPage .listobjetivo .icon{
	text-align: center;
	width: 90px;
	color: #ccc;
	font-size: 2rem;
	margin-right: 0.5rem;
}
#accordionLandingPage .card-body{
	/*padding: 2rem !important;*/
}


#accordionLandingPage .listTema{
	border: 2px solid #E2E4E5;
	/*padding: 2rem 2rem;*/
	text-align: center;
	height: 100%;
	position: relative;
}
#accordionLandingPage .listTema h5{
	font-weight: bold;
}
#accordionLandingPage .listTema .card-body {
	padding: 1rem 1rem !important;
}

.corTema{
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 2px solid transparent;
	display: inline-block;
	margin-right: 6px;
}

/* LIMITE DE LINHAS*/
.max-line-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.max-line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.3em;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.input-group-url .input-group-text{
	font-weight: 600;
	color: #aaa;
}


.section_page .number{
	display: inline-block;
	line-height: 22px;
	height: 22px;
	width: 22px;
	text-align: center;
	font-weight: 600;
	background: #ff0000;;
	color: #fff;
	font-size: 0.8rem;
	border-radius: 50%;
	margin-right: 4px;
}

.card-transparent{
	background: none !important;
	box-shadow: none !important;
}

.card-transparent > .card-header{
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.modal-right {
	padding-right: 0 !important; }
.modal-right .modal-dialog {
	margin: 0 auto;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	max-width: 380px;

}
.modal-right .modal-dialog.modal-dialog-lg{
	max-width: 720px;
}


.modal-right .modal-content {
	min-height: 100%;

	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;

}
.modal-right .modal-header {
	/*flex: 0 0 120px; */
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

@media (max-width: 1439px) {
	.modal-right .modal-header {
		/* flex: 0 0 90px; */

	} }
@media (max-width: 1199px) {
	.modal-right .modal-header {
		/* flex: 0 0 80px; */} }
@media (max-width: 767px) {
	.modal-right .modal-header {
		/* flex: 0 0 70px;*/ } }
.modal-right .modal-footer {
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0; }
.modal-right.modal.fade .modal-dialog {
	transform: translate(25%, 0); }
.modal-right.modal.show .modal-dialog {
	transform: translate(0, 0); }

.modal-left .modal-dialog {
	margin: 0 auto;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	height: 100%;
	max-width: 380px; }

.modal-left .modal-content {
	min-height: 100%; }

.modal-left .modal-header {
	height: 120px; }

.modal-left .modal-footer {
	justify-content: center; }

.modal-left.modal.fade .modal-dialog {
	transform: translate(-25%, 0); }

.modal-left.modal.show .modal-dialog {
	transform: translate(0, 0); }



.w-45{
	width: 45%;
}

.bootstrap-select>.dropdown-toggle{
	background: none !important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #111739 !important;
	font-weight: normal !important;
}

.bootstrap-select .filter-option-inner-inner{
	font-weight: normal !important;
}

.bootstrap-select .dropdown-item{
	white-space: normal !important;
}

.datepicker td,
.datepicker th {
	width: 30px !important;
	height: 30px !important;
}


/*COR*/
.icon-branco{
	color: #fff !important;
	border: 1px solid #eee;
}
.icon-vermelho{
	color: #f00 !important;
}
.icon-preto{
	color: #000 !important;
}
.icon-prata{
	color: #EEEEEE !important;
}
.icon-cinza{
	color: #9e9e9e !important;
}
.icon-grafite{
	color: #78909C !important;
}
.icon-amarelo{
	color: #FFFF00 !important;
}
.icon-azul{
	color:  #03A9F4 !important;
}
.icon-verde{
	color: #00C853 !important;
}
.icon-laranja{
	color: #ff9800 !important;
}
.icon-violeta{
	color: #512DA8 !important;
}
.icon-rosa{
	color: #E040FB !important;
}
.icon-dourado{
	color: #FFEB3B !important;
}


.foto_exibir{
	width: 100%;
	height: 126px;
	border-radius: 4px;
	background-size:cover ;
	background-repeat: no-repeat;
	background-position: center center;
}


/*DROPIFY*/

.dropify-wrapper .dropify-message span.file-icon{
	font-size: 2rem !important;
	color: #111739; !important;
}
.dropify-wrapper .dropify-message span.file-icon p{
	font-size: 1.5rem !important;
}


/*SELECT2*/
.select2-container{
	font-weight: 400 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100% !important;
	width: 25px !important;
	position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after{
	content: "\f078" !important;
	font-family: "Font Awesome 5 Free"!important;;
	font-weight: bold !important;
	top: 10px !important;
	color: #212529;
	position: absolute;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none !important;
}
/*
{
	display: inline-block;
	margin-left: 0.255em;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}*/

.lista_video{

}
.lista_video li {
	display: inline-block;
	margin: 6px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
}
.lista_video li iframe{
	width: 150px;
	height: 113px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.lista_video li .btn-danger{
	background: #fe7676;
	border-radius: 50%;
	box-shadow: -1px 1px 6px rgba(254,118,118,.8);
	border: none;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	width: 25px;
	height: 25px;
	line-height: 13px;
	font-size: 15px;
	position: absolute;
	top: -0px;
	right: 0px;
}



.sticky{
	position: sticky;
	top: 0;
}

.dropdown-item-block{
	padding: 0.25rem 1.5rem;
	white-space: nowrap;
}





#menu-lateral{
	/*NAO ALTERAR*/
	position: fixed;
	top: 0;
	bottom: 0;
	left: -380px;
	width: 380px;
	overflow-y: auto;
	visibility: hidden;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	z-index: 9999 !important;
	/*NAO ALTERAR*/

	/*padding: 1rem;
	background-color: #343a40;*/

	background-color: #F5F5F5;
}

#menu-lateral-fundo{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, .71);
	z-index: 9000 !important;

}
/*MENU LATERAL*/

#menu-lateral-fundo.open{
	display: block;
}

#menu-lateral.open {
	visibility: visible;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#menu-lateral .contentMenu{
	margin: 1rem;
}
/*END MENU LATERAL*/


@media (min-width: 992px){
	.modal-lg, .modal-xl {
	    max-width: 1200px !important;
	}
}