

@font-face {
	font-family: 'aller';
	src: url('../fonts/ALLER.TTF');
}

/*
* Scrollbar
*/

::-webkit-scrollbar {
	width: 18px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #36a789;
}

::-webkit-scrollbar-thumb:hover {
	background: #a6d199;
}

/*
* Loading 
*/

.loading-overlay {
	background-color: var(--color-custom-primary);
}

.bounce-loader .bounce1, 
.bounce-loader .bounce2, 
.bounce-loader .bounce3 {
	background-color: var(--color-custom-secondary);
}

/*
* Maps
*/

.maps {
	min-height: 450px;
}

/*
* Swal
*/

.swal2-container {
	padding: 0px !important;
}

.swal2-popup {
	border-radius: 0px !important;
}

.swal2-actions {
	display: flex !important;
	z-index: 1 !important;
	flex-wrap: initial !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
}

div#swal2-content {
	font-size: 20px;
	line-height: 20px;
	color: #454A60;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
	border: 0 !important;
	border-radius: 0 !important;
	background: initial !important;
	background-color: var(--color-custom-primary) !important;
	border-color: var(--color-custom-primary) var(--color-custom-primary) var(--color-custom-primary) !important;
	color: #FFF !important;
	border: 1px solid var(--color-custom-primary) !important;
}

.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-cancel:hover {
	border: 1px solid var(--color-custom-primary)  !important;
	background: #0000 !important;
	color: var(--color-custom-primary)  !important;
}

.swal2-styled.swal2-confirm i,
.swal2-styled.swal2-cancel i {
	color: #FFF !important;
	margin-left: 6px;
}

.swal2-styled.swal2-confirm:hover i,
.swal2-styled.swal2-cancel:hover i {
	color: var(--color-custom-secondary) !important;
}

.swal2-container.swal2-backdrop-show {
	background: rgba(0, 0, 0, 0.72);
	z-index: 99999;
}

.swal2-icon.swal2-error {
	border-color: var(--color-custom-primary);
	color: var(--color-custom-primary);
}

.break-line {
	width: min-intrinsic !important;
	width: -webkit-min-content !important;
	width: -moz-min-content !important;
	width: min-content !important;
	-ms-grid-columns: min-content !important;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: var(--color-custom-primary);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	background-color: var(--color-custom-primary);
}

.swal2-title {
	font-size: 72px !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
	border: .25em solid var(--color-custom-primary);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
	background-color: var(--color-custom-primary);
}

.swal2-styled:focus {
	outline: 0;
	box-shadow: none;
}

.swal2-icon {
	width: 3em;
	height: 3em;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
	top: 1.9em;
	left: .475em;
	width: 1.2em;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
	top: 1.6em;
	right: 2em;
	width: 1.9375em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div#swal2-content i {
	font-size: 82px;
	margin: 15px;
	color: var(--color-custom-primary);
}

div#swal2-content h1 {
	margin: 0px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*
* Whats App
*/

a.btn-whatsapp {
	position: fixed;
	right: 5%;
	background-color: #1ebea5;
	display: inline-block;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
	line-height: 21px;
	height: 80px;
	width: 80px;
	color: #fff !important;
	text-transform: uppercase;
	z-index: 9999;
	font-size: 38px;
	bottom: 5%;
	border-radius: 50%;
	animation: pulse 2s infinite;
	display: flex;
	justify-content: center;
	text-decoration: none;
	align-items: center;
}

a.btn-whatsapp:hover {
	background-color: #fff;
	color: #1ebea5 !important;
	border: 2px solid #1ebea5;
}

a.btn-whatsapp svg {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	padding: 5px;
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
		box-shadow: 0 0 0 0 rgba(7,219,215, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 20px rgba(7,219,215, 0);
		box-shadow: 0 0 0 20px rgba(7,219,215, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(7,219,215, 0);
		box-shadow: 0 0 0 0 rgba(7,219,215, 0);
	}
}

/*
* Cookies
*/

.container-cookie {
	display: none;
	justify-content: center !important;
	align-items: center !important;
}

.row-cookie {
	position: fixed !important;
	bottom: 10px !important;
	background: var(--color-custom-white) !important;
	justify-content: center !important;
	align-items: center !important;
	max-width: 1024px !important;
	border: 5px solid #36A789 !important;
	z-index: 9999999 !important;
}

.row-cookie {
	padding: 20px !important;
}

.row-cookie.desktop .col-cookie p {
	margin-bottom: 0 !important;
	line-height: 16px !important;
	color: #36A789 !important;
}

.row-cookie.desktop .col-cookie a {
	color: #36A789 !important;
}

.btn-cookie {
	font-size: 14px !important;
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	border-top-right-radius: 50px !important;
	border-bottom-right-radius: 50px !important;
	background-color: #36A789 !important;
	border-color: #36A789 !important;
	color: var(--color-custom-white) !important;
	transition: ease-in-out .3s !important;
	text-align: center !important;
	width: 100% !important;
	padding: 8px !important;
}

.btn-cookie:hover {
	background-color: var(--color-custom-white) !important;
	border-color: #36A789 !important;
	color: #36A789 !important;
}

/*
* Google
*/

.grecaptcha-badge {
	display: none;
}

/*
* Scroll to top
*/

html .scroll-to-top {
	border-radius: 0;
	bottom: 15px;
	padding: 22px 10px 32px;
	right: 23px;
	line-height: 12px;
	box-shadow: -2px 4px 10px #666;
	border: 2px solid #404040 !important;
	opacity: 1 !important;
}

html .scroll-to-top:hover {
	border: 2px solid #404040;
	color: #404040;
	background: #fff;
}

/* 
* Menu mobile
*/

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-overlay-with-animation-2 ::after, 
.menu-overlay-with-animation-2 ::before {
	content: '';
}

.cd-logo, 
.cd-nav-trigger {
	position: relative;
	display: inline-block;
}

.cd-logo {
	top: 28px;
	left: 5%;

}
.cd-logo img {
	display: block;
}

.sticky-header-active .cd-nav-trigger {
	height: 71px;
	width: 71px;
}

.cd-nav-trigger {
	top: 0;
	right: 0;
	height: 14px;
	width: 70px;
	z-index: 5;
	text-indent: 100%;
	white-space: nowrap;
	transition: 0.3s;
	cursor: pointer;
}

.cd-nav-trigger .cd-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: inline-block;
	width: 18px;
	height: 3px;
	background-color: #36A789;
	z-index: 10;
	width: 35px;
}

.cd-nav-trigger .cd-icon::before, 
.cd-nav-trigger .cd-icon:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #36A789;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

.cd-nav-trigger .cd-icon::before {
	-webkit-transform: translateY(-6px) rotate(0deg);
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-o-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
	width: 35px;
	left: 0;
	top: -3px;
}

.cd-nav-trigger .cd-icon::after {
	-webkit-transform: translateY(6px) rotate(0deg);
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-o-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
	width: 35px;
	left: 0;
	top: 3px;
}

.cd-nav-trigger::before, 
.cd-nav-trigger::after {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0%;
	height: 100%;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
}

.cd-nav-trigger::before {
	background-color: #0000;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger::after {
	background-color: #d0ff0100;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.cd-nav-trigger.close-nav::before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-nav-trigger.close-nav::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.cd-nav-trigger.close-nav .cd-icon {
	background-color: #fff0 !important
}

.cd-nav-trigger.close-nav .cd-icon::before, 
.cd-nav-trigger.close-nav .cd-icon::after {
	background-color: #fff;
}

.cd-nav-trigger.close-nav .cd-icon::before {
	-webkit-transform: translateY(0) rotate(45deg);
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-o-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}

.cd-nav-trigger.close-nav .cd-icon::after {
	-webkit-transform: translateY(0) rotate(-45deg);
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-o-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
	top: -3px;
	width: 35px;
	left: 0;
}

.cd-primary-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	z-index: 3;
	background-color: #a9d29a;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	visibility: hidden;
	list-style: none;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.3s;
	-moz-transition: visibility 0s, opacity 0.3s;
	transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
	margin: .8em 0;
	text-align: center;
	text-transform: capitalize;
	list-style-type: none !important;
	list-style: none !important;
}

.cd-primary-nav a {
	font-size: 20px;
	font-size: 1.25rem;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
	font-size: 28px;
	color: #fff !important;
}

.cd-primary-nav a:not(.accordion-topo):hover{
	color: #c2c2c2 !important;
	text-decoration: none;
}

.no-touch .cd-primary-nav a:hover {
	color: #ffffff;
}

.cd-primary-nav.fade-in {
	visibility: visible;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-primary-nav li {
		margin: 2em 0;
	}

	.cd-primary-nav a {
		font-size: 28px;
		font-size: 1.75rem;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-primary-nav li {
		margin: 2.6em 0;
	}

	.cd-primary-nav a {
		font-size: 32px;
		font-size: 2rem;
	}
}

.cd-overlay-nav, 
.cd-overlay-content {
	position: fixed;
	top: 28px;
	right: 5%;
	height: 4px;
	width: 4px;
	-webkit-transform: translateX(-20px) translateY(20px);
	-moz-transform: translateX(-20px) translateY(20px);
	-ms-transform: translateX(-20px) translateY(20px);
	-o-transform: translateX(-20px) translateY(20px);
	transform: translateX(-20px) translateY(20px);
}

.cd-overlay-nav span, 
.cd-overlay-content span {
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.cd-overlay-nav.is-hidden, 
.cd-overlay-content.is-hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
	z-index: 2;
}

.cd-overlay-nav span {
	background-color: #36A789;
}

.cd-overlay-content {
	z-index: 4;
}

.cd-overlay-content span {
	background-color: #36A789;
}

.cd-content {
	padding: 80px 0;
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	z-index: 1;
}

.cd-content .cd-intro {
	height: 200px;
	padding-top: 4.6em;
}

.cd-content h1 {
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
}

.cd-content p {
	line-height: 1.5;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.cd-content .cd-intro {
		height: 250px;
		padding-top: 6em;
	}

	.cd-content h1 {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.cd-content p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.8;
	}
}

.menu-overlay-with-animation-2:before {
	background-color: #fff;
	content: '';
	height: 63px;
	width: 65px;
	position: absolute;
	border-radius: 100%;
	top: -21px;
	right: 3px;
}

/*
* Header
*/

#header .header-body {
	background: rgb(54,167,137);
	background: -moz-linear-gradient(90deg, rgba(54,167,137,1) 45%, rgba(170,210,154,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(54,167,137,1) 45%, rgba(170,210,154,1) 100%);
	background: linear-gradient(90deg, rgba(54,167,137,1) 45%, rgba(170,210,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36a789",endColorstr="#aad29a",GradientType=1);
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-top-color: #fff;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, 
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a {
	background-color: #fff;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
	content: '' !important;
}

#header .card {
	background-color: #36a789;
	border: 0 !important;
}

.card-header {
	background-color: #a9d29a;
}

#topo-mobile:before {
	content: '';
	background-image: var(--bg-image);
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	top: 0;
	width: 100%;
	height: 520px;
}

/*
* Buttons
*/

.btn-topo {
	position: relative;
	background-color: #fff;
	color: #4EB196;
	border-radius: 500px;
}

.btn-topo:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	color: #fff;
	background: rgb(54,167,137);
	background: -moz-linear-gradient(153deg, rgba(54,167,137,1) 31%, rgba(170,210,154,1) 100%);
	background: -webkit-linear-gradient(153deg, rgba(54,167,137,1) 31%, rgba(170,210,154,1) 100%);
	background: linear-gradient(153deg, rgba(54,167,137,1) 31%, rgba(170,210,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36a789",endColorstr="#aad29a",GradientType=1);
	position: absolute;
	left: 11px;
	width: 25px;
	text-align: center;
	border-radius: 100%;
}

.btn-custom-green,
.btn-custom-green:hover {
	position: relative;
	background-color: #4EB196;
	color: #fff;
	border-radius: 500px;
}

.btn-custom-green:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	color: #4EB196;
	background-color: #fff;
	position: absolute;
	left: 6px;
	width: 30px;
	top: 6px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-green {
	background-color: #36A789;
	border: 2px solid #36A789;
	color: #fff;
	border-radius: 100px;
	transition: all .3s;
}

.btn-green:focus,
.btn-green:hover {
	background-color: transparent;
	color: #36A789;
}

/*
* Text
*/

.text-color-green {
	color: #35A688;
}

.text-limit-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.link-hover {
	position: relative !important;
}

.link-hover::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.link-hover:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/*
* Bloco 1
*/

#topo {
	background-image: var(--bg-image);
	background-size: cover;
}

/*
* Por que utilizar
*/

#porque-utilizar-desktop:after {
	content: '';
	position: absolute;
	background-color: #F8F8F8;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
}

.opcoes-desktop {
	position: absolute;
	width: 90%;
	bottom: -115px;
	right: 0;
	background-color: #fff;
	border-radius: 95px;
	border-bottom-left-radius: 0 !important;
}

#porque-utilizar-mobile .cont-icon,
.opcoes-desktop .cont-icon {
	width: 50px;
	background: rgb(54,167,137);
	background: -moz-linear-gradient(153deg, rgba(54,167,137,1) 31%, rgba(170,210,154,1) 100%);
	background: -webkit-linear-gradient(153deg, rgba(54,167,137,1) 31%, rgba(170,210,154,1) 100%);
	background: linear-gradient(153deg, rgba(54,167,137,1) 31%, rgba(170,210,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36a789",endColorstr="#aad29a",GradientType=1);
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

#porque-utilizar-mobile .cont-icon img,
.opcoes-desktop .cont-icon img {
	width: 24px;
	filter: brightness(6);
}

/*
* Por que escolher
*/

#porque-escolher:before {
	content: '';
	position: absolute;
	background-color: #F8F8F8;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
}

#porque-escolher-mobile {
	background-color: #F8F8F8;
}

/*
* F.A.Q.
*/

#faq-desktop {
	background-color: #F8F8F8;
}

.accordion.accordion-modern-status > .card .card-header a:hover,
.accordion.accordion-modern-status > .card .card-header a {
	background-color: #35A688;
	color: #fff !important;
	padding: 10px 66px 10px 30px !important;
}

html .accordion-modern-status-primary.accordion-modern-status > .card:hover .card-header a.collapsed {
	color: #fff !important;
}

html .accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
	background-color: #56b196 !important;
	color: #FFF !important;
}

.accordion.accordion-modern-status > .card .card-header a:after {
	font-size: 25px;
}

.accordion.accordion-modern-status > .card .card-header a:before {
	content: '';
	background-color: #298168;
	right: 0;
	top: 0;
	height: 100%;
	width: 66px;
	position: absolute;
}

/*
* Cases
*/

#cases-desktop {
	background-color: #F8F8F8;
}

#cases-desktop .container-itens {
	background-color: #36A789;
	border-radius: 95px;
	border-bottom-left-radius: 0 !important;
}

@media(min-width: 991px) {
	#cases-desktop .container-itens:before {
		content: '';
		background-color: #AAD29A;
		position: absolute;
		height: 100px;
		width: 100px;
		left: -50px;
		top: 71px;
		border-radius: 20px;
		border-bottom-left-radius: 0;
		background-image: var(--icone);
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media(max-width: 990px) {
	#cases-desktop .container-itens:before {
		content: '';
		background-color: #AAD29A;
		position: absolute;
		height: 100px;
		width: 100px;
		left: calc(50% - 50px);
		top: -50px;
		border-radius: 20px;
		border-bottom-left-radius: 0;
		background-image: var(--icone);
		background-repeat: no-repeat;
		background-position: center;
	}
}

/*
* Blog
*/

#blog {
	background-color: #F8F8F8;
}

#blog:before {
	content: '';
	position: absolute;
	background: rgb(54,167,137);
	background: -moz-linear-gradient(135deg, rgba(54,167,137,1) 31%, rgba(170,210,154,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(54,167,137,1) 31%, rgba(170,210,154,1) 100%);
	background: linear-gradient(135deg, rgba(54,167,137,1) 31%, rgba(170,210,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#36a789",endColorstr="#aad29a",GradientType=1);
	height: 486px;
	width: 100%;
	left: 0;
	top: 0;
}

#blog .card-blog {
	background-color: #fff;
}

#blog .card-blog,
#blog .card-blog img {
	border-top-left-radius: 50px;
}

#blog .card-blog img {
	height: 274px;
}

.img-blog {
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

/*
* Footer
*/

#footer {
	background-color: #36A789;
	border-color: #36A789;
}

#footer img {
	width: auto !important;
}

.custom-social-icon {
	width: 40px;
	height: 40px;
	background-color: #AAD29A;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#footer a:not(.btn):not(.no-footer-css) {
	color: #fff;
}

.custom-social-icon i {
	padding-top: 2px;
	font-size: 20px;
}

.btn-rodape {
	position: relative;
	background-color: #fff;
	color: #4EB196;
	border-radius: 500px;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.btn-rodape:before {
	content: '\f054';
	font-family: 'Font Awesome 5 Pro';
	color: #fff;
	background: #36A789;
	position: absolute;
	left: 11px;
	width: 25px;
	text-align: center;
	border-radius: 100%;
}

/*
* Funcionalidades
*/

#funcionalidades iframe {
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
}

#funcionalidades:before {
	content: '';
	background-color: #EEEEEE;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
}