body {
	letter-spacing: .5px;
}

hr {
	margin: 1rem auto;
	color: #F3F2F7;
	width: 80%;
}

button {
	border-color: transparent;
}


/* COR DO TEMA */
 .link-rx, .link-rx i, .fc .fc-toolbar-title {
	color: #E79F29;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link, .bg-menu-theme .menu-item.active > .menu-link {
	color: #373736;
}

.btn-primary, .form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
	background: #E79F29;
}

.bg-menu-theme .menu-inner > .menu-item.active:before {
	background-color: #232323;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #cf7508;
	border-color: #cf7508;
}

.btn-secondary {
	background-color: #373736;
	box-shadow: none;
}

.btn-secondary:hover, .btn-secondary:focus {
	background-color: #212121;
	border-color: #212121;
}

.form-control {
	margin-bottom: 1rem;
}

.form-control:focus, .form-select:focus {
	border-color: #121212;
	box-shadow: none;
}

.bg-menu-theme .menu-link.active {
	font-weight: 700;
	color: #4C4D4C;
}

/* CORES */
.color-amarelo {
	color: #E79F29 !important;
}

.color-laranja,
.status-negocicao {
	color: #FA896B !important;
}

.color-vermelho,
.status-descartado {
	color: #E33E38 !important;
}

.color-verde,
.status-finalizado {
	color: #35B233 !important;
}

.color-azul,
.status-interessado {
	color: #1BA2E8;
}

.color-cinza,
.status-analise {
	color: #8c8c8c !important;
}

.color-pto {
	color: #121212;
}

button.color-laranja,
button.color-roxo,
button.color-vermelho {
	background-color: transparent;
	padding: 0;
}

.color-roxo,
.color-laranja,
.color-vermelho,
.color-verde,
.color-azul,
.color-cinza,
a.color-amarelo {
	font-weight: 700;
}

.btn-branco {
	background-color: #fff;
	color: #373736;
	border-radius: 8px;
	padding: .7rem 2.5rem;
	font-weight: 700;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.btn-branco:hover {
	color: #212121;
}

.btn-tb-amarelo {
	color: #E79F29;
}

.btn-tb-verm {
	color: #E33E38;
}

.btn-tb-verm,
.btn-tb-amarelo {
	border: 1px solid transparent;
	background-color: #fff;
}

/* Scroll */
#scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #f2f2f2;
}

#scroll::-webkit-scrollbar {
	width: 12px;
	background-color: #f2f2f2;
}

#scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
	background-color: #E79F29;
}

/**/
#scroll2::-webkit-scrollbar-track
{
	border: 1px solid #F3F2F7;
	border-radius: 10px;
	background-color: #fff;
}

#scroll2::-webkit-scrollbar
{
	width: 12px;
	background-color: #fff;
}

#scroll2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #E79F29;
}

/* AJUSTES */
.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.w100 {
	width: 100%;
}

.app-brand-logo img {
	height: 89px;
}

.navbar-detached {
 box-shadow: none;
}

.layout-navbar {
 background-color: transparent !important;
}

.campo-busca {
 background-color: #fff;
 border-radius: 8px;
 padding: 0 1rem;
}

.menu .app-brand {
	justify-content: center;
}

.menu .app-brand.demo {
 height: 7rem;
 margin-top: 1rem;
}

.menu-link i {
 margin-right: .5rem;
}

.card {
	border-radius: 30px;
	box-shadow: none;
	padding: 2rem;
	margin-bottom: 50px;
}

.card h4, .ag-info-cliente h5 {
	font-weight: 700;
}

.breadcrumb  {
	font-size: 12px;
}

.table th {
	text-transform: capitalize;
	font-size: 15px;
	letter-spacing: .5px;
	color: #232323 !important;
	font-weight: 500;
}

.btn-primary, .form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
	box-shadow: none;
	border-color: transparent;
}

.form-check-input:focus {
	box-shadow: none;
	border-color: #121212;
}

.btn {
	padding: 0.4375rem 2rem;
	font-weight: 700;
}

.btn i {
	font-size: 20px;
	padding-bottom: .16rem;
}

.form-label {
	text-transform: none;
	font-size: 15px;
}

.input-group input {
	border-radius: 8px !important;
	margin-right: 30px;
}

.input-group .btn {
	border-radius: 0.375rem !important;
}

form h5 {
	margin-top: 1rem;
	font-weight: 700;
}

.container-p-y:not([class^=pb-]):not([class*=" pb-"]) {
	padding-bottom: 0 !important;
}

/* BTN TOGGLE */
.checkbox_wrap{
	position: relative;
	cursor: pointer;
}

.checkbox_wrap .checkbox_inp{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox_wrap .checkbox_mark{
	display: inline-block;
	position: relative;
	border-radius: 25px;
}

.checkbox_wrap .checkbox_mark:before,
 .checkbox_wrap .checkbox_mark:after{
	content: "";
	position: absolute;
	transition: all 0.5s ease;
}

.checkbox_wrap .checkbox_mark{
	background: #b1b1b1;
	width: 32px;
	height: 18px;
	padding: 2px;
}

.checkbox_wrap .checkbox_mark:before{
	top: 2px;
	left: 3px;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
}

.checkbox_wrap .checkbox_inp:checked ~ .checkbox_mark{
	background: #34bfa3;
}

.checkbox_wrap .checkbox_inp:checked ~ .checkbox_mark:before{
	left: 15px;
}

/* menu config */
.btn-config {
	background-color: #4C4D4C;
	border-radius: 15px;
	margin: 0 1rem 1rem 1rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 1.5rem 1rem;
}

.btn-config a,
.btn-config p,
.btn-config small {
	color: #fff;
	margin-bottom: 0;
}

.btn-config i {
	font-size: 25px;
}

.btn-config p {
	font-weight: 700;
}

.uploader {
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100%;
}

.uploader label {
	float: left;
	clear: both;
	width: 100%;
	padding: 4rem 1.5rem;
	text-align: center;
	border-radius: 7px;
	border: 2px dashed #b1b1b1;
	transition: all 0.2s ease;
	user-select: none;
	margin-bottom: 2rem !important;
	cursor: pointer;
}

.uploader label.hover {
	border: 3px solid #000;
	box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
	transform: scale(0.8);
	opacity: 0.3;
}

.uploader #start {
	float: left;
	clear: both;
	width: 100%;
}

.uploader #start.hidden {
	display: none;
}

.uploader #start i.fas {
	font-size: 50px;
	margin-bottom: 1rem;
	transition: all 0.2s ease-in-out;
}

.uploader #response {
	float: left;
	clear: both;
	width: 100%;
}

.uploader #response.hidden {
	display: none;
}

.uploader #response #messages {
	margin-bottom: 0.5rem;
}

.uploader #file-image,
.uploader #file-arquive {
	display: inline;
	margin: 0 auto 0.5rem auto;
	width: auto;
	height: auto;
	max-width: 180px;
}

.uploader #file-image.hidden,
.uploader #file-arquive.hidden {
	display: none;
}

.uploader #notimage {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.uploader #notimage.hidden,
.uploader #notarquive.hidden {
	display: none;
}

.uploader progress,
.uploader .progress {
	display: inline;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 180px;
	height: 8px;
	border: 0;
	border-radius: 4px;
	background-color: #88904d;
	overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
	border-radius: 4px;
	background-color: #022859;
}

.uploader .progress[value]::-webkit-progress-value {
	background: linear-gradient(to right, #eee 0%, #022859 50%);
	border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
	background: linear-gradient(to right, #eee 0%, #022859 50%);
	border-radius: 4px;
}

.uploader input[type="file"] {
	display: none;
}

.uploader div {
	margin: 0 0 0.5rem 0;
	color: #b1b1b1;
	font-size: 18px;
	font-weight: 700;
}

.uploader i {
	font-size: 3rem;
	background-color: #F3F2F7;
	padding: 1rem;
	border-radius: 50px;
	margin-top: .5rem;
}

#messages p {
	display: none;
}

/* CLASSES */
.flex1, .flex2 {
	flex-flow: wrap;
}

.flex1 {
	display: flex;
	justify-content: space-evenly;
}

.flex2 {
	display: flex;
	justify-content: space-between;
}

.flex3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flex4 {
	display: flex;
	flex-flow: wrap;
}

.flex5 {
	display: flex;
	align-items: end;
}

.flex6 {
	display: flex;
	align-items: center;
}

.menu-horizontal li {
	margin-left: 1rem;
}

.menu-horizontal i {
	font-size: 22px;
}

.app-brand .layout-menu-toggle {
	width: 2.5rem;
	height: 2.5rem;
}

.titulo {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
}

.aj-titulo {
	margin-top: 2rem;
}

.tb-fluxo img {
	width: 35px;
	height: 35px;
	border-radius: 100px;
	margin-right: .5rem;
}

.tb-fluxo .entrada {
	color: #35B233;
}

.tb-fluxo .saida {
	color: #E33E38;
}

.menu-vertical .menu-item .menu-link {
	font-size: 14px;
}

.h73 {
	min-height: 73vh;
}

.h8 {
	height: 8vh;
}

.area-btn {
	height: 13vh;
	display: flex;
	justify-content: end;
	align-items: center;
}

.bb {
	border-bottom: 1px solid #F3F2F7;
}

.modal-ui {
	text-align: center;
}

.modal-ui  img {
	margin-bottom: 1rem;
}

.modal-ui h3, .d-proc h5 {
	font-weight: 700;
}

.modal-body {
	padding: 1.5rem 1.5rem 0 1.5rem;
}

.modal-footer.modal-ui {
	margin: 0 auto;
}

.modal-title {
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.modal-header {
	text-align: center;
}

.s500 {
	height: 500px;
	overflow-y: auto;
}

.s360 {
	height: 360px;
	overflow-y: auto;
}

.bg-menu-theme .menu-inner-shadow {
    background: transparent;
}

.banner-inicio {
	background-image: url("../img/banner.png");
	background-size: cover;
	background-position: center;
	border-radius: 30px;
	padding: 4rem 3rem;
}

.banner-inicio h2 {
	font-weight: 700;
	margin-bottom: 2rem;
}

.banner-inicio h2,
.banner-inicio h5 {
	color: #fff;
}

.line {
	margin: 0 1rem;
}

.line::after {
	content: "";
	width: 1px;
	height: 4rem;
	background-color: #fff;
	display: block;
}

.resumo-financeiro div {
	position: relative;
}

.resumo-financeiro {
	margin-bottom: 1.5rem;
}

.resumo-financeiro h2 {
	margin-bottom: .5rem;
}

.resumo-financeiro h5 {
	font-size: 15px;
	margin: 0 auto;
}

.resumo-financeiro .btn-branco {
	padding: .5rem 3rem;
    position: relative;
    display: block;
    margin-top: 1rem;
	width: 180px;
	text-align: center;
}

.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active, .show > .btn.dropdown-toggle {
	background-color: #F3F2F7;
	border-color: #F3F2F7;
	color: #232323;
}

.oo input {
  display: none;
}

.oo label {
  border: 1px solid #777;
  padding: 10px;
  display: block;
  width: 120px;
  height: 33px;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(#fff, #eee);
  border-radius: 5px;
}

.oo label:hover {
  background-image: linear-gradient(#eee, #ccc);
}

.oo input.boringbox,
.oo input.boringbox + label {
  display: inline;
  border: none;
  font-size: inherit;
  padding: 0;
}

.oo label > * {
  position: absolute;
  transition: opacity 0.2s ease;
}

.oo input + label > :last-child {
  opacity: 0;
}

.oo input:checked + label > :first-child {
  opacity: 0;
}

.oo input:checked + label > :last-child {
  opacity: 1;
}

.oo input[type=radio] + label {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.oo input[type=radio]:checked + label {
  opacity: 1;
}

.oo input[type=radio]:checked + label + input[type=radio] + label {
  pointer-events: auto;
}

.oo input[type=radio]:first-child:not(:checked) + label {
  pointer-events: auto;
}


/* Animações */
@keyframes fadeIn {
	0% {
		transition: all .5s ease;
		top: -5rem;
		opacity: 0;
	}

	100% {
		transition: all .5s ease;
		top: 1rem;
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		transition: all .5s ease;
		opacity: 1;
	}

	100% {
		transition: all .5s ease;
		opacity: 0;
	}
}

.login {
	background-image: url("../img/img-fundo-login2.png");
	background-size: cover;
	background-position: center;
	height: 100vh;
	display: flex;
	justify-content: end;
}

.form-login {
	background-color: #fff;
	padding: 0 6rem;
	width: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-login .btn-primary {
	display: block;
	max-width: 130px;
	margin-right: 3rem;
}

.form-login .form-label {
	margin-top: 1rem;
}

.form-login h2 {
	color: #121221;
	font-weight: 700;
}

.form-login small a {
	color: #cf7508;
	font-weight: 700;
}

.eq-senha {
	color: #121212;
	font-weight: 700;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.eq-senha:hover {
	color: #494949;
}

.fr {
	height: 91vh;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.new-todo-item.form-control {
	width: 50% !important;
	margin-right: 1rem;
}

.form-add-todo {
	display: flex;
}

.todo-list  {
	list-style: none;
	padding-left: 0;
}

.todo-list li {
	margin-top: 1rem;
	border: 1px solid #c2c2c2;
	padding: .3rem 1rem;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
}

.todo-item-delete {
	background-color: #fff;
	padding: 0;
	margin-top: -3px;
}

.todo-item-delete i {
	color: #E33E38;
}

.todo-list li p {
	margin-bottom: 0;
}

.layout-navbar.navbar-detached {
	padding: 0 1.5rem 0 0;
}

.layout-menu-toggle {
	margin-right: 1rem;
}

.bg-menu-theme .menu-item.active > .menu-link,
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
	box-shadow: none !important;
}

.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
	background-color: #c57510 !important;
	border: 1px solid transparent !important;
}

.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
	width: .6rem !important;
	height: .62rem !important;
}

.filtro-imoveis {
	background-color: #d59933;
	border-radius: 16px;
	padding: 3rem 1rem;
}

.filtro-imoveis .form-label {
	color: #fff;
	margin-bottom: 0 !important;
}

.fop {
	display: inline-flex;
	align-items: center;
	margin: 2rem 0;
	width: 300px;
}

.fop .form-select {
    background-color: transparent;
    border-color: transparent;
    color: #232323;
    font-weight: bold;
    cursor: pointer;
}

.fop p {
    margin-bottom: 0;
    margin-right: 1rem;
	width: 180px;
}

.fop .form-select:focus {
    box-shadow: none !important;
    border-color: #c2c2c2 !important;
}

.ic {
	text-align: right;
}

.ic span {
	font-weight: 700;
	color: #232323;
}

.btn-area {
    border-radius: 50px;
    border: 1px solid #f3f2f7;
    background-color: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 5px;
}

.btn-area i {
    color: #232323;
    font-size: 15px;
	padding: .1rem;
	border: 1px solid #F3F2F7;
	border-radius: 50pc;
}

#modalInfoInteressado .form-label {
	color: #232323;
	font-weight: 700;
}


.card-form .form-label {
	margin-top: .5rem;
	font-size: 14px;
}

.multi_upload_input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .multi_upload_btn {
    display: inline-block;
    color: #fff;
    padding: .5rem 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #E79F29;
	border-radius: 5px;
	font-weight: 700;
	margin-bottom: 1rem;
  }
  .multi_upload_btn:hover {
    background-color: #c57510;
    color: #fff;
    transition: all 0.3s ease;
  }

  .multi_upload_btn p {
    margin-bottom: 0 !important;
    font-size: 18px;
	color: #fff;
  }
  
  .multi_upload_img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .multi_upload_img-box {
    width: 200px;
	height: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
	margin: 10px;
	border: 1px solid #F3F2F7;
  }
  .multi_upload_img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #4C34C2;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
  }
  .multi_upload_img-close:after {
    content: "✖";
    font-size: 14px;
    color: #fff;
  }

  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.tab-info .tab-content {
	box-shadow: none !important;
	padding: 2rem 0;
}

.tab-info .nav-link span {
	font-size: 15px;
	color: #929292;
	font-weight: 700;
}

.tab-info .nav-link.active,
.tab-info .nav-tabs .nav-item .nav-link:hover, .tab-info .nav-tabs .nav-item .nav-link:focus {
	color: #E79F29;
}

.tab-info .nav-link {
	font-weight: 700;
}

.nav-align-top .nav-tabs .nav-link.active {
	box-shadow: none;
}

.nav-tabs .nav-item .nav-link:not(.active) {
	background-color: #fff;
	color: #b1b1b1;
}

.tab-info .nav-tabs {
	border-bottom: 1px solid #F3F2F7 !important;
}

.tab-info .nav-tabs .nav-link.active {
    /* border-bottom-color: #E79F29 !important; */
	border-bottom: 3px solid #E79F29;
}


.lista-im {
    display: flex;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.lista-im ul {
    margin-right: 40px;
}

.lista-im li {
    margin-bottom: 20px;
}

.check-list {
    margin: 0;
    padding-left: 1.2rem;
    margin-top: 1rem;
}

.check-list li {
	display: block;
	position: relative;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: -20px;
    top: 1px;
    width: 6px;
    height: 13px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #121212;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.img-planta img {
	width: 90%;
	height: auto;
}

.todo-list {
    list-style: none;
    padding-left: 0;
}

.todo-list li {
    margin-top: 1rem;
    border: 1px solid #c2c2c2;
    padding: .3rem 1rem;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

.todo-list li p {
    margin-bottom: 0;
}

todo-item-delete i {
    color: #E33E38;
}

.dd b {
	color: #232323;
	font-size: 14px;
}

.info-pl img {
	height: auto !important;
	width: 400px !important;
	margin-bottom: 1rem !important;
}

.upload-area {
	border-radius: 7px;
    border: 2px dashed #b1b1b1;
	cursor: pointer;
	padding: 4rem 1.5rem;
	text-align: center;
}

.upload-area video {
    width: 60%;
    height: auto;
}

.upload-area p {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}

.upload-area i {
	font-size: 3rem;
    background-color: #F3F2F7;
    padding: 1rem;
    border-radius: 50px;
	color: #b1b1b1;
	margin-top: 1rem;
}

.tag-not {
    border-radius: 12px;
    padding: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 1rem;
}

.tag-not p {
    margin-bottom: 0;
    max-width: 80%;
}

.tag-not.lida {
    background-color: #ebebeb;
    font-weight: 500;
}

.tag-not.nao-lida {
    font-weight: 700;
}

.card-prod-serv {
    padding: 1rem;
    border-radius: 20px;
    max-width: 250px;
    margin-bottom: 2rem;
	border: 1px solid #c2c2c2;
}

.flex4 .card-prod-serv {
	margin-right: 2rem;
}

.card-prod-serv img {
    border-radius: 20px !important;
    max-width: 220px !important;
    margin-bottom: 1rem;
}

.card-prod-serv {
	color: #4C4D4C;
    text-align: center;
    margin: 1rem 0 0;
}

.card-prod-serv .area-btn {
    height: auto;
}

.card-prod-serv p,
.card-prod-serv h5 {
	text-align: left;
}

.card-prod-serv h5 {
	margin-bottom: .5rem;
	font-weight: 700;
}

.bbg {
	border-color: transparent;
}

.sobre h3 {
	font-weight: 700;
	margin-bottom: .2rem;
}

.d-proc h5 {
	margin-bottom: .2rem;
}

.card-sobre h2 {
	font-size: 35px;
	font-weight: 700;
}

.card-sobre h5 {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
}

.card-sobre img {
	width: 100%;
	height: 467px;
	border-radius: 30px;
	margin-bottom: 1rem;
}

.card-sobre a {
	font-weight: 700;
	color: #E79F29;
	font-size: 18px;
}

.btn-success,
.btn-outline-danger:hover {
	box-shadow: none ;
}

.card-campanha {
    border-radius: 15px;
    padding: 1rem;
    position: relative;
	border: 1px solid #c1c1c1;
}

.card-campanha .flex2 {
    margin-bottom: -1rem;
}

.card-campanha img {
    border-radius: 15px;
    height: 170px;
    width: 100%;
    margin: 1rem 0;
}

.card-campanha h5 {
    font-weight: 700;
    margin-bottom: 0;
}

.card-campanha .area-btn {
    display: flex;
    justify-content: end;
    height: auto;
    margin-bottom: .5rem;
}

/* Colaboradores */
.tag-ac {
	background-color: #212121;
	background-image: url('../img/circle.svg');
	background-repeat: no-repeat;
	background-position: 93% 10%;
	background-size: 5rem;
	border-radius: 20px;
	height: 264px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 2rem;
}

.tag-ac h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.tag-ac .btn-branco {
	max-width: 160px;
}

.total-pontos {
    background-color: #F7941E;
    padding: 1rem;
    border-radius: 0 0 20px 20px;
    position: relative;
    top: 13px;
}

.total-pontos h3,
.total-pontos h5 {
	font-weight: 700;
}

.total-pontos h3,
.total-pontos p,
.total-pontos h5 {
	color: #fff;
	margin-bottom: 0;
}

.total-pontos div {
	margin-bottom: .5rem;
}

.total-pontos a {
	color: #fff;
	margin-left: .5rem;
}

.nav-align-top > .tab-content, .nav-align-right > .tab-content, .nav-align-bottom > .tab-content, .nav-align-left > .tab-content, .nav-tabs .nav-item .nav-link:not(.active), .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	background-color: transparent !important;
}


.mod-col {
	flex-direction: column;
}

.mod-col .btn-branco {
	width: 200px;
}

/* .banner-inicio h2:nth-child(0)::after {
	content: '';
	max-width: 400px;
	height: 7px;
	border-radius: 10px;
	background-color: #F7941E;
	display: block;
} */

.card-prod-serv-col {
	border: 1px solid transparent;
}

.card-prod-serv-col  h4 {
	font-weight: 700;
}


.mx-cp {
	max-width: 600px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.ud {
	display: block;
	margin-bottom: 1rem;
}

#editor-container {
	height: 200px;
	margin-bottom: 1rem;
}

.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
	stroke: #E79F29 !important;
}

.ql-container.ql-snow {
	border-radius: 0 0 5px 5px;
}

.ql-toolbar.ql-snow {
	border-radius: 5px 5px 0 0;
}

.card-col {
	width: 250px;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: 8px;
    margin-right: 2rem;
    background-color: #fff;
    max-width: 250px;
    position: relative;
    margin-bottom: 2rem;
}

.card-col .area-btn {
	height: auto;
}

.card-col img {
    width: 153px;
    height: 153px;
    border-radius: 100px;
    margin: 1rem 0;
}

.card-col h4 {
	font-weight: 700;
}

.card-col {
	width: 250px;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: 8px;
    margin-right: 2rem;
    background-color: #fff;
    max-width: 250px;
    position: relative;
    margin-bottom: 2rem;
}

.card-col .area-btn {
	height: auto;
}

.card-col img {
    width: 153px;
    height: 153px;
    border-radius: 100px;
    margin: 1rem 0;
}

.card-col h4 {
	font-weight: 700;
}

.swiper {
	width: 100%;
	height: 400px;
	border-radius: 30px;
	margin-top: 2rem;
}

.swiper-slide {
	background-size: 100%;
    background-position: center;
}

.swiper-button-next, .swiper-button-prev {
	color: #121212 !important;
}

.swiper-pagination-bullet-active {
	background-color: #fff !important;
}

.perfil h3,
.perfil h5 {
	font-weight: 700;
}