/*  novo layout */
@font-face {
	font-family: "Ubuntu-Regular";
	src: url('./boot/fonts/Ubuntu-Regular.ttf') format('opentype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #1f1f1f;
	font-family: inter, sans-serif !important;
	margin-bottom: 5px;
	letter-spacing: -.8px
}

h1 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 5px
}

h2 {
	font-size: 21px;
	line-height: 25px
}

h3 {
	font-size: 20px;
	line-height: 24px
}

h4 {
	font-size: 18px;
	line-height: 23px
}

h5 {
	font-size: 16px;
	line-height: 22px
}

a {
	text-decoration: none !important
}

p {
	color: #727272;
	margin-bottom: 30px;
	padding-bottom: 0
}

html,
body {
	overflow-x: hidden;
	/* Prevent scroll on narrow devices */
}

body {
	background-color: #ffffff63;
	min-height: 90vh;
	margin: 0;
	padding-top: 0px;
	font-family: Ubuntu Regular;
	text-shadow: none !important;

}

.navbar {
	display: flex;
	min-height: 61px;
	border-top: solid 1px rgba(0, 0, 0, .05);
	text-align: center;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(255, 255, 255, .7);
	transition: transform 350ms ease !important;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: .875rem;
	color: var(--secondary);
}

.nav-underline .nav-link:hover {
	color: var(--blue);
}

.nav-underline .active {
	font-weight: 500;
	color: var(--gray-dark);
}

.nav-bottom {
	border-bottom: 1px solid #6f6f6f38;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5);
}


.text-roxo {
	color:#3d1b87;
}

.mb-3,
.my-3 {
	margin-bottom: 0.5rem !important;
}

.mt-3,
.my-3 {
	margin-top: 0.5rem !important;
}

.p-3 {
	padding: 0.5rem !important;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 0.15rem 0.5rem rgb(0 0 0 / 51%)
}

.lh-100 {
	line-height: 1;
}

.lh-125 {
	line-height: 1.25;
}

.lh-150 {
	line-height: 1.5;
}

/* chamadas para menu */
.menu-title {
	position: relative
}

.menu-title h1 {
	font-size: 28px;
	font-weight: 700;
	padding: 20px 0 10px 15px
}

.menu-title p {
	font-weight: 600;
	font-size: 12px;
	margin: 15px 0 -25px 15px !important;
	padding: 0
}

.menu-title a {
	font-size: 20px;
	color: #dc3545;
	position: absolute;
	text-align: center;
	width: 55px;
	right: 0;
	top: 50%;
	margin-top: -13px
}

.menu-bg {
	background-color: #eef2f1
}

.menu-hider {
	position: fixed;
	top: -100px;
	bottom: -100px;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .35);
	z-index: 100;
	pointer-events: none;
	opacity: 0;
	transition: all 300ms ease
}

.menu {
	position: fixed;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(255, 255, 255, .8);
	z-index: 101;
	overflow: scroll;
	transition: all 300ms ease;
	-webkit-overflow-scrolling: touch
}

.menu .content {
	margin-bottom: 0 !important
}

.menu-box-left {
	left: 250px;
	top: 0 !important;
	width: 70%;
	/* width: 250px; */
	height: 100%;
	bottom: 0;
	transform: translate3d(-100%, 0, 0)
}

.menu-box-right {
	display: none;
	right: 0;
	transform: translateX(100%);
	top: 0 !important;
	height: 100%;
	bottom: 0;
	width: 250px
}

.menu-box-top {
	transform: translate3d(0, -115%, 0);
	top: 0;
	left: 0;
	right: 0
}

.menu-box-bottom {
	bottom: 0;
	left: 0;
	right: 0;
	transform: translate3d(0, 110%, 0)
}

.menu-box-modal {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	opacity: 0;
	pointer-events: none;
	transition: all 200ms ease
}

.menu-box-top.menu-box-detached {
	top: 10px;
	left: 10px;
	right: 10px
}

.menu-box-bottom.menu-box-detached {
	bottom: 20px;
	left: 10px;
	right: 10px
}

.menu-box-left.menu-active {
	transform: translate3d(0%, 0, 0) !important
}

.menu-box-right.menu-active {
	transform: translate3d(0%, 0, 0) !important
}

.menu-box-top.menu-active {
	transform: translate3d(0%, 0, 0) !important
}

.is-on-homescreen .menu-box-top.menu-active {
	transform: translate3d(0%, 40px, 0) !important
}

.menu-box-bottom.menu-active {
	transform: translate3d(0%, 20px, 0) !important
}

.menu-box-bottom-full.menu-active {
	transform: translate3d(0%, 0px, 0) !important
}

.menu-box-modal.menu-active {
	transition: all 200ms ease;
	pointer-events: all !important;
	opacity: 1 !important;
	transform: translate(-50%, -50%) !important
}

.menu-hider.menu-active {
	transition: all 300ms ease;
	opacity: 1;
	pointer-events: all
}

.menu-hider.menu-active.menu-active-clear {
	background-color: transparent !important
}

.menu-box-left[data-menu-effect=menu-reveal] {
	opacity: 0;
	pointer-events: none;
	transform: translate(0px) !important;
	z-index: 96
}

.menu-box-right[data-menu-effect=menu-reveal] {
	opacity: 0;
	pointer-events: none;
	transform: translate(0px) !important;
	z-index: 96
}

.menu-box-bottom[data-menu-height=cover],
.menu-box-top[data-menu-height=cover] {
	overflow: scroll;
	-webkit-overflow-scrolling: touch
}

.menu-active.menu {
	opacity: 1 !important;
	transition: all 300ms ease;
	pointer-events: all !important
}

#menu-update {
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	width: 310px;
	height: 430px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	pointer-events: none;
	border-radius: 10px;
	transition: all 300ms ease
}

.menu-active {
	opacity: 1 !important
}

.menu-active-no-click {
	opacity: 1;
	background-color: rgba(0, 0, 0, .7);
	pointer-events: all !important
}

#menu-install-pwa-ios {
	overflow: visible !important
}

.fa-ios-arrow {
	transform: translateY(4px)
}

.theme-light .fa-ios-arrow {
	color: #fff !important
}

.menu-open {
	overflow: hidden !important
}

.menu-divider {
	padding-left: 16px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .3px
}

.menu-list a {
	padding-left: 55px;
	color: #7e8793;
	font-size: 13px;
	font-weight: 500;
	font-family: inter, sans-serif;
	line-height: 48px;
	display: block
}

.menu-list a i {
	font-size: 15px;
	height: 45px;
	color: #707883 !important;
	width: 50px;
	text-align: center;
	line-height: 48px;
	position: absolute;
	margin-left: -50px
}

.menu-list-image a {
	position: relative
}

.menu-list-image {
	padding-top: 5px;
	padding-left: 10px
}

.menu-list-image img {
	height: 33px;
	color: #707883 !important;
	width: 33px;
	margin-top: 8px;
	border-radius: 13px !important;
	text-align: center;
	line-height: 45px;
	position: absolute;
	margin-left: -47px
}

.theme-light .menu .active-nav {
	font-weight: 700;
	color: #000 !important
}

.theme-dark .menu .active-nav {
	font-weight: 700;
	color: #fff !important
}

.menu-list .active-nav i {
	color: #4a89dc !important
}

.menu-content {
	min-height: 100%
}

.menu-list-large a {
	position: relative;
	padding-left: 65px;
	color: #7e8793;
	font-size: 13px;
	font-weight: 500;
	font-family: inter, sans-serif;
	line-height: 50px;
	display: block
}

.menu-list-large a span {
	border-radius: 12px;
	position: absolute;
	height: 32px;
	line-height: 32px;
	width: 32px;
	text-align: center;
	left: 18px;
	top: 50%;
	margin-top: -15px
}

.menu-list-large .badge,
.menu-list-image .badge {
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -12px;
	font-weight: 600;
	font-size: 10px;
	padding: 6px 9px;
	border-radius: 7px
}

.menu-list-large .fa-angle-right,
.menu-list-image .fa-angle-right {
	position: absolute;
	right: 27px;
	font-size: 10px;
	opacity: .5;
	margin-top: -6px;
	top: 50%
}


.sidebar-nav {
	position: absolute;
	top: 40px;
	width: 70%;
	/* width: 250px; */
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav li {
	line-height: 50px;
	text-indent: 20px;
}

.sidebar-nav li a {
	color: #999999;
	display: block;
	text-decoration: none;
}

.sidebar-nav li a:hover {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
	height: 55px;
	line-height: 55px;
	font-size: 18px;
}

.sidebar-nav>.sidebar-brand a {
	color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: none;
}

/* #menu-main {
	top: 0;
	right: 0;
	position: fixed;
	z-index: 1;
} */

#sidebar-wrapper {
	margin-left: -99%;
	top: 50px;
	left: 0;
	width: 99%;
	height: 95vh;
	position: fixed;
	height: 100vh;
	overflow-y: auto;
	z-index: 1000;
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
}

#sidebar-wrapper.active {
	left: 99%;
	width: 99%;
	height: 95vh;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;

	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(255, 255, 255, .7);
	transition: transform 350ms ease !important;
}

.toggle {
	margin: 5px 5px 0 0;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15)
}

.list-custom-small {
	line-height: 50px
}

.list-custom-small .badge {
	position: absolute;
	right: 15px;
	margin-top: 16px !important;
	font-size: 9px;
	padding: 5px 8px;
	font-weight: 700
}

.list-custom-small a {
	color: #1f1f1f;
	font-weight: 600;
	font-size: 13px;
	border-bottom: solid 1px rgba(0, 0, 0, .05)
}

.list-custom-small a i:first-child {
	margin-left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	float: left;
	margin-right: 10px
}

.list-custom-small a i:last-child {
	float: right;
	font-size: 10px;
	opacity: .5
}

.list-custom-small img {
	width: 30px;
	height: 30px;
	margin-right: 10px
}

.list-custom-small i {
	line-height: 50px
}

.list-custom-small .custom-control {
	z-index: 10;
	position: absolute;
	right: 40px;
	margin-top: -38px !important
}

.list-custom-small .custom-control input {
	transform: translateY(-5px) !important
}

.menu .list-custom-small a i:first-child {
	margin-left: 6px
}

.menu .list-custom-small img {
	margin-top: -4px !important
}

.list-custom-large a {
	line-height: 70px;
	color: #1f1f1f;
	font-family: inter, sans-serif;
	font-weight: 600;
	font-size: 13px;
	border-bottom: solid 1px rgba(0, 0, 0, .05)
}

.list-custom-large a span:not(.badge) {
	font-size: 14px;
	position: absolute;
	margin-top: -6px
}

.list-custom-large a strong {
	font-size: 7px;
	position: absolute;
	font-size: 11px;
	margin-top: 10px;
	color: #adb5bd;
	font-weight: 500
}

.list-custom-large a i:first-child {
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-top: 21px;
	text-align: center;
	float: left;
	margin-right: 15px
}

.list-custom-large a i:last-child {
	float: right;
	font-size: 10px
}

.list-custom-large img {
	width: 32px;
	height: 32px;
	margin-right: 10px
}

.list-custom-large .badge {
	position: absolute;
	right: 10px;
	margin-top: 30px;
	font-size: 9px;
	padding: 5px 8px;
	font-weight: 700
}

.list-custom-large i {
	line-height: 74px
}

.list-custom-large .custom-control {
	z-index: 10;
	position: absolute;
	right: 40px;
	margin-top: 22px
}

.list-custom-large .custom-control input {
	transform: translateY(-12px) !important
}

.list-boxes a {
	line-height: 60px;
	margin-bottom: 10px;
	color: #1f1f1f;
	font-weight: 500;
	font-size: 13px;
	border-bottom: solid 1px rgba(0, 0, 0, .05)
}

.list-boxes a span:not(.badge) {
	padding-left: 10px;
	font-size: 14px;
	position: absolute;
	margin-top: -4px
}

.list-boxes a strong {
	padding-left: 10px;
	font-size: 7px;
	position: absolute;
	font-size: 11px;
	margin-top: 10px;
	color: #6c757d;
	font-weight: 500
}

.list-boxes a i:first-child {
	width: 40px;
	float: left;
	padding-left: 15px
}

.list-boxes a i:last-child {
	float: right;
	font-size: 16px;
	margin-top: -5px;
	margin-right: 15px
}

.list-boxes a u {
	position: absolute;
	right: 0;
	margin-right: 9px;
	width: 60px;
	font-size: 7px;
	text-align: center;
	margin-top: 13px;
	text-decoration: none
}

.list-boxes .badge {
	position: absolute;
	right: 10px;
	margin-top: 30px;
	font-size: 9px;
	padding: 5px 8px;
	font-weight: 700
}

.list-boxes i {
	line-height: 64px
}

.short-border {
	margin-left: 45px
}

.short-border i:first-child {
	margin-left: -45px;
	margin-top: 23px
}

.list-group .badge {
	z-index: 2
}

.list-icon-0 a i:first-child {
	margin-left: -3px !important
}

.icon-list {
	margin-left: 0;
	padding-left: 0
}

.icon-list li {
	list-style: none
}

.icon-list li i {
	padding-right: 10px
}

.badge-text {
	margin-top: 13px !important;
	transform: translateY(-3px);
	padding-right: 20px !important
}

.check-visited .visited-link i:last-child::before {
	opacity: 0
}

.check-visited .visited-link i:last-child::after {
	font-family: "font awesome 5 free";
	font-weight: 900;
	position: absolute;
	right: 13px;
	font-size: 16px;
	margin-top: .5px;
	content: "";
	opacity: 1;
	color: #a0d468
}

.list-custom-small {
	line-height: 50px
}

.theme-light .list-custom-small .highlight-active span {
	font-weight: 700;
	color: #1f1f1f
}

.theme-dark .list-custom-small .highlight-active span {
	font-weight: 700;
	color: #fff
}

.todo-list.list-custom-large a {
	min-height: 70px
}

.todo-list.list-custom-small a {
	min-height: 40px
}

.todo-list .icon-check {
	float: right;
	margin-right: 28px
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 150px;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, .125) !important;
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.list-menu {
	font-family: inter, sans-serif;
	margin: 0 25px 0 10px
}

.list-menu a i:first-child {
	border-radius: 12px;
	height: 32px !important;
	line-height: 33px !important;
	width: 32px !important;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .02)
}

.list-menu a img {
	border-radius: 12px;
	height: 32px !important;
	line-height: 32px !important;
	width: 32px !important;
	margin-left: 5px !important;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .02)
}

.list-menu a {
	border-bottom: solid 1px rgba(0, 0, 0, .05);
}

.list-menu .badge {
	padding: 6px 9px !important;
	font-size: 10px !important;
	font-weight: 500 !important;
	margin-right: 2px;
	transform: translateY(-2px);
	border: 0 !important;
	border-radius: 8px
}

.list-menu .custom-control {
	margin-top: -44px !important
}

.list-menu span {
	font-weight: 500;
	padding-left: 7px;
	color: #7e8793
}

.list-menu .active-nav span {
	color: #000;
	font-weight: 600
}

bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
	display: inline-block;
	font-display: block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 2;
	/* vertical-align: -0.125em; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.card-style {
	overflow: hidden;
	margin: 10px 1px;
	border-radius: 15px;
	border: none;
	/* box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .1); */
	box-shadow: 0 0.15rem 0.5rem rgb(0 0 0 / 51%);
	padding: 0 1px;
	height: 150px;
}

.card-style .card-body {
	padding: 10px
}

.card-style .card-overlay {
	border-radius: 20px
}

.card-style-full {
	margin-left: 0;
	margin-right: 0
}

.card-body {
	z-index: 2
}

.card-header {
	z-index: 2
}

.card-footer {
	z-index: 2
}

.loader {
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.side-body {
	text-align: center;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/Preloader_2.gif) center no-repeat #fff;
}

.rowPD {
	padding-left: 0px;
	padding-right: 0px;
}

@media (max-width: 767.98px) {
	.offcanvas-collapse {
		position: fixed;
		top: 56px;
		/* Height of navbar */
		bottom: 0;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		background-color: var(--gray-dark);
		transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.offcanvas-collapse.open {
		-webkit-transform: translateX(-1rem);
		transform: translateX(-1rem);
		/* Account for horizontal padding on navbar */
	}


	.box-shadow {
		box-shadow: 0 0.15rem 0.35rem rgb(0 0 0 / 51%)
	}

}

@media (min-width: 575px) {
	.col-12-sm {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.card{
		width: 500px !important;
	}
	.card_botoes{
		width: 100% !important;
	}

	.flip{
		width: 500px !important;
	}
}

@media (min-width: 1024px) {

	.card_botoes{
		width: 450px !important;
	}
	
}

.col-6-sm {
	padding-left: 3px !important;
	padding-right: 3px !important;
}


.col-6-sm {
	padding-left: 3px !important;
	padding-right: 3px !important;
}


.margin-top-75 {
	margin-top: 75px;
}


.table {
	display: flex !important;
}

.table td,
.table th {
	padding: 0.5rem;
	vertical-align: top;
	border-top: 0px solid #dee2e6;
}

@media (max-width: 400px) {
	p {
		font-size: 0.8rem !important;
	}

	.card-style {
		height: 140px;
		
	}

	.card_botoes{
		min-width:100px;
	}

	.img-botoes {
		height: 130px;
	}

	h6 {
		font-size: 15px !important;
	}

	.navbar-brand {
		min-width: 90% !important;
	}
}


@media (max-width: 370px) {
	p {
		font-size: 0.8rem !important;
	}

	.card-style {
		height: 140px;
		
	}

	.card_botoes{
		min-width:80px;
	}

	.img-botoes {
		height: 120px;
	}

	h6 {
		font-size: 15px !important;
	}

	.navbar-brand {
		min-width: 80% !important;
	}
}

.span_Mensa[aria-expanded='true']:after {
	color: #062181;
	content: "▲";
	opacity: 1;
	
}

.span_Mensa[aria-expanded='false']:after {
	color: #062181;
	content: "▼";
	opacity: 1;
}

.close, .close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	opacity: 1;
}

.img-banners{
	width:fit-content;
	border-radius:10px;
}
.img-banners-80{
	width:fit-content;
	border-radius:10px;
	height: 80px !important;
}


/* Carousel base class */

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 0.25rem;
	left: 15%;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	color: #fff;
	text-align: center
}

.carousel-inner {
	border-radius: 10px;
	padding: 10px;
	height: 150px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #3d1b87 !important;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-top:1%;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #e5e5e5;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-full80{
	height: 80px!important;
	
}

.owl-item.active>div {
	content: 'active-';
	/* background-color: #ffffff; */
	width: auto;
	height: auto !important;
	margin:0 5px 0 5px !important;
} 

.owl-item {
    width: auto;
    margin-right: 0px !important;
}

.owl-item.center>div {
	content: 'center+';
	/* background-color: #ffffff; */
}
/* 
.owl-item.active.center>div {
	content: 'active center.';
	background-color: white;
}

.owl-item>div:after {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
} */

.owl-height {
	/* height: 115px; */
	min-height:80px;
	border-radius: 15px;
}

.owl-carousel .owl-wrapper {
	display: flex !important;
}

.owl-carousel .owl-item img {
	width: auto !important;
	height: auto ;
	object-fit: cover;
	max-width: initial;
}

/* Fusco esses focus faz um quadrado nos dots do carousel, deixei assim para não ter mais. */
button:focus {
	outline: 0px dotted !important;
	outline: 0px auto -webkit-focus-ring-color !important;
}


/* teste price */

.pricing {
  text-align: center;
  border: 1px solid #cbc8c8;
  color: #000000;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 16px;
  border-radius: 1rem;
  
}

.pricing img {
  border-radius:1rem;
  margin: auto;
	width: 100%;
}

.pricing li:first-child{
  /* padding: 3px 3px; */
  background-color:#ffffff;
}
.pricing li:last-child {
  /* padding: 3px 3px; */
  background-color:#ffffff;
}
.pricing li {
  list-style: none;
  padding: 3px;
}
.pricing li + li {
  border-top: 1px solid #f0f0f0;
}
.pricing big {
  font-size: 2rem;
  font-weight: bold;
}
.pricing h3 {
  margin-bottom: 0;
  font-size: 3rem;
}
.pricing span {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.pricing li:nth-last-child(2) {
  padding: 3px 3px;
}
.pricing button {
  width: auto;
  margin: auto;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  color: #fff;
  padding: 9px 24px;
  background: #aaa;
  opacity: 1;
  transition: opacity .2s ease;
  border: none;
  outline: none;
}

.pricing button:hover {
  opacity: .9;
}
.pricing button:active {
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
}
/* pricing color */
.p-green big,
.p-green h3 {
  color: #4c7737;
}
.p-green button {
  background: #4c7737;
}
.p-yel big,
.p-yel h3 {
  color: #ffbb42;
}
.p-yel button {
  background: #ffbb42;
}
.p-red big,
.p-red h3 {
  color: #e13c4c;
}
.p-red button {
  background: #e13c4c;
}
.p-blue big,
.p-blue h3 {
  color: #3f4bb8;
}
.p-blue button {
  background: #3f4bb8;
}
.box-shadow {
	box-shadow: 0 0.15rem 0.5rem rgb(0 0 0 / 51%)
}


.titulo_clinica {
	color: #3d1b87 !important;
	font-size: 1.7rem;
	text-shadow: 2px 2px 3px rgb(195, 191, 195);
}

.titulo {
	color: #3d1b87 !important;
	text-shadow: 2px 2px 3px rgb(195, 191, 195);
}

.card-title {
	color: #3d1b87;
	text-shadow: 2px 2px 3px rgb(195, 191, 195);
}

.btn-verde,
.btn-verde:hover,
.btn-verde:focus,
.btn-verde:active {
	border-color: transparent;
	color: #fff;
	text-decoration: none;
}

.btn-verde,
.btn-verde:active,
.btn-link[disabled],
fieldset[disabled] .btn-verde {
	background-color: #21822E;
	-webkit-box-shadow: 0px 3px 4px -2px #57575c;
	box-shadow: 0px 3px 4px -2px #57575c;
	outline: none
}

.btn-verde {
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0;
	outline: none
}


/*
 * botoes roxo
*/

.btn-roxo,
.btn-roxo:hover,
.btn-roxo:focus,
.btn-roxo:active {
	border-color: transparent;
	color: #fff;
	text-decoration: none;
}

.btn-roxo,
.btn-roxo:active,
.btn-link[disabled],
fieldset[disabled] .btn-roxo {
	background-color: #3d1b87;
	-webkit-box-shadow: 0px 3px 4px -2px #57575c;
	box-shadow: 0px 3px 4px -2px #57575c;
	outline: none
}

.btn-roxo {
	color: #fff;
	font-weight: 400;
	cursor: pointer;
	border-radius: 0;
	outline: none
}

.tarja {
	position: fixed;
	bottom: 0;
	margin-bottom: 0;
	background-color: #21822E;
	width: 100vw;
	height: 12px;
	margin-top: 5vh;
	box-shadow: 0px -4px 3px -3px #ffffff;
	-webkit-box-shadow: 0px -4px 3px -3px #ffffff;
	z-index: 1010;
}

.tarja_top {
	margin-bottom: 0;
	background-color: #3d1b87;
	width: 100vw;
	height: 12px;
	margin-top: 0vh;
	box-shadow: 0px 4px 3px -3px #ffffff;
	-webkit-box-shadow: 0px 4px 3px -3px #ffffff;
}

.color-green-dark {
	color: #21822E !important
}

.bg-green-dark {
	background-color: #21822E !important;
	color: #fff !important
}

.footer-bar-6 .circle-nav strong {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	left: 50%;
	top: -23px;
	z-index: 0;
	transform: translateX(-50%);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .09);
	animation: footerAni 1s infinite;
	background-image: linear-gradient(to bottom, #3d1b87 0%, #3d1b87 100%) !important;
}

.modal-backdrop {
	position: fixed !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	overflow-y: scroll;
}


body.modal-open {
	height: 100vh;
	overflow-y: hidden;
	padding-right: 15px;
	/* Avoid width reflow */
}