html {
	font-size: 1em;
	font-family: 'Inter', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: #F7F8FC;
	background-color: #f4f4f4;
	background-color: #FFF;
	color: #505059;
	font-family: 'Inter', 'Encode Sans', sans-serif;
	scroll-behavior: smooth;
}

a {
	color: #FFF !important;
	text-decoration: none;
}

ul {
	list-style-type: none;
	padding: 0;
}

.list li {
	line-height: 35px;
}

.btn {
	font-size: 15px;
	padding: 8px 0;
	padding: 0.82rem 1.5rem;
	font-weight: 600;
}

.container {
	width: 100%;
	max-width: 1276px;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;
}

.new-btn-primary {
	padding: 16px 24px;
	border-radius: 32px;
	border: 1px solid #01FFCD;
	background: #01FFCD;
	color: #184843 !important;
	text-align: center;
	font-size: 14.4px;
	font-weight: 600;
	line-height: 21.6px;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}

.new-btn-primary:hover {
	background: #45C5AF;
	border: 1px solid #45C5AF;
	color: #184843 !important;
}

/*.btn-outline-white { padding: 0.5rem 1.5rem; }*/
.btn-white {
	background-color: #FFF;
	border: 2px solid #af23d5;
	color: #af23d5 !important;
	font-weight: bold;
}

.btn-white:hover {
	background-color: #c844f1;
	border: 1px solid #FFF;
	color: #FFF;
}

.btn-white:active,
.btn-white:focus,
.btn-white:active:focus {
	background-color: transparent;
	border: 1px solid #af23d5;
	color: #FFF;
}

.btn-light-purple {
	background-color: #af23d5;
	border: 1px solid #af23d5;
	color: #FFF;
}

.btn-outline-white {
	border: 1px solid #FFF;
	color: #FFF !important;
	font-weight: 600;
}

/*.btn-outline-white { border: 2px solid #af23d5; color: #af23d5 !important; font-weight: 600; }*/
#pills-tab .nav-link,
#pills-tab .nav-link.active {
	border-radius: 2rem;
	border: 1px solid #45c5af;
	color: #45c5af;
	padding: 0.82rem 1.5rem;
}

.btn-purple,
.btn-purple:hover,
#pills-tab .nav-link.active,
#pills-tab .nav-link:hover {
	background-color: #af23d5;
	border: 1px solid #af23d5;
	color: #FFF;
}

.btn-purple:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	color: #FFF;
	background-color: #ce75e6;
	border-color: #ce75e6;
}

#pills-tab .nav-link.active,
#pills-tab .nav-link:hover {
	background-color: #45c5af;
	border: 1px solid #45c5af;
	color: #FFF;
}

.btn-green,
.btn-green:hover {
	background-color: #6cdcc5;
	border: 1px solid #6cdcc5;
	background-color: #01ffcd;
	border: 1px solid #01ffcd;
	color: #184843;
	color: #FFF;
	color: #196b61 !important;
}

.btn-pink,
.btn-pink:hover {
	background-color: #c844f1;
	color: #FFF;
	font-weight: bold;
}

.btn-outline-purple {
	border: 1px solid #911aad;
	color: #911aad !important;
}

.btn-outline-light-purple {
	border: 1px solid #f8e8ff;
	color: #f8e8ff;
	font-weight: 500;
}

.btn-outline-light-purple:hover {
	border: 1px solid #FFF;
}

.btn-outline-green {
	border: 1px solid #6cdcc5;
	border: 1px solid #01ffcd;
	border: 1px solid #196b61;
	color: #1b8678 !important;
}

.btn-dark-green {
	background-color: #196b61;
	border: 1px solid #196b61;
	color: #184843;
	color: #FFF !important;
	background-color: #01ffcd;
	border: 1px solid #01ffcd;
	color: #184843;
	color: #196b61 !important;
	/*background-color: #5BD5BF;
	border: 1px solid #5BD5BF;*/
}

.btn-dark-green:hover,
.btn-dark-green.active,
.btn-dark-green:active,
.btn-dark-green:focus,
.btn-dark-green:active:focus {
	background-color: #0aeabe;
	border: 1px solid #0aeabe;
}

.btn-light-purple {
	background-color: #FAE5FF;
	border: 1px solid #FAE5FF;
	color: #333 !important;
}

.btn-light-green {
	background-color: #01ffcd;
	border: 1px solid #01ffcd;
	color: #184843 !important;
}

.btn-light-green:hover {
	background-color: #13fdcf;
	border: 1px solid #13fdcf;
}

.btn-outline-light-green {
	border: 2px solid #01ffcd;
	color: #01ffcd !important;
}

.btn-outline-light-green:hover {
	border: 2px solid #a1ffed;
	color: #a1ffed !important;
}

.btn-lg {
	font-size: 1.25rem;
	padding: 0.82rem 3rem;
}

.bg-pink {
	background-color: #af23d5;
}

.bg-wine {
	background-color: #7c1690;
}

.bg-purple {
	background-color: #af23d5;
}

.bg-ligh-purple {
	background-color: #54baaa;
	background-color: #f8e8ff;
}

.bg-light-purple-1 {
	background-color: #fdf4ff;
}

.bg-green {
	background-color: #6cdcc5;
}

.bg-light-green-1 {
	background-color: #f1fcf8;
}

.bg-dark-green {
	background-color: #196b61;
}

.bg-medium-purple {
	background-color: #c844f1;
}

.bg-light-grey {
	background-color: #f9fafc;
}

/* New green: #0cf8c9 */

/* #f0f4f8 */

.rounded-6 {
	border-radius: 3rem;
}

.text-green {
	color: #45c5af;
	color: #01ffcd;
}

.text-purple {
	color: #af23d5;
}

.text-pink {
	color: #af23d5;
}

.baseline {
	vertical-align: baseline;
}

.text-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	/*height: 50%;*/
}

.shadow {
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05) !important;
}

small {
	font-size: 12px;
}

header {
	background-color: rgb(255, 255, 255, 0.1);
	/*background-color: #af23d5; background-color: #FFF; background-color: #26a892; background-color: #06C69A; background-color: #911AAD;*/
	color: #FFF;
	position: fixed;
	top: 0;
	height: 82px;
	z-index: 999;
	width: 100%;
}

header .nav-link {
	font-size: .92rem;
	font-size: .875rem;
	white-space: nowrap;
	color: #1d2d53 !important;
	color: #FFF !important;
	font-weight: 600;
	letter-spacing: 0.01rem;
}

.min,
.internas {
	background-color: #911AAD;
}

.interna--moove {
	background-color: #324ee9;
}

header .nav-menu .arrow-menu:after {
	content: "\eab2";
	font-family: IcoFont !important;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top: 0;
	padding-left: 6px;
	margin-left: 0;
	vertical-align: 0;
	border-top: 0;
}

header .nav-menu .dropdown-menu {
	min-width: 18rem;
	border: 0;
	border-radius: 12px;
	/* border-top-left-radius: 0;
    border-top-right-radius: 0;*/
	-webkit-filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, .05));
	filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, .05));
	top: 58px;
	z-index: 9999;
	color: #333;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 1rem 1rem;
	font-weight: bold;
	color: #8a2df8 !important;
	font-size: .9rem;
}

.carousel .ban_d {
	display: block;
}

.carousel .ban_m {
	display: none;
}

.accordion-button.collapsed:after {
	background-image: url("../img/plus.svg") !important;
}

.accordion-button:after {
	background-image: url("../img/minus.svg") !important;
}

.carousel-caption {
	position: absolute;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
	width: 37%;
	height: 240px;
}

.carousel-caption {
	left: 8%;
	left: 16%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.carousel-caption h1 {
	font-size: 50px;
	font-size: 42px;
}

.carousel-caption h3 {
	font-weight: 300;
}

.carousel-indicators {
	left: 16%;
	right: unset;
	margin-left: unset;
	margin-right: unset;
	justify-content: unset;
	margin-bottom: 3rem !important;
}

.carousel-indicators button {
	width: 10px !important;
	height: 5px !important;
	border-radius: 6px;
	border: 0 !important;
}

.carousel-indicators button.active {
	width: 30px !important;
}

#pills-tab {
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	overflow-x: auto;
	width: -moz-max-content;
	width: max-content;
	margin-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
	border-radius: 40px;
	padding: 7px;
}

#pills-tab .item button {
	align-items: center;
	border-radius: 40px;
	display: flex;
	height: 40px;
	justify-content: center;
	padding: 8px;
	height: 56px;
	padding: 16px;
	background-color: transparent;
	border: 1px solid transparent;
}

#pills-tab .item button {
	color: #af23d5;
	color: #184843;
}

#pills-tab .item button.active {
	background-color: #af23d5;
	background-color: #5BD5BF;
	color: #184843;
	border: 1px solid #5BD5BF;
	background-color: #01ffcd;
	border: 1px solid #01ffcd;
}

#institutional,
#services {
	padding: 4.5rem;
}

#diferentials {
	background-color: #f5f6fa;
	padding: 4.5rem 0 0 0;
}

#diferentials .box {
	background: #FFF;
	color: #333;
	min-height: 360px;
	height: 360px;
}

#diferentials .box h5 {
	color: #26a892;
	font-size: 1.2rem;
}

#diferentials .box p {
	font-size: .9rem;
}

#diferentials .box h4 {
	color: #26a892;
}

#diferentials .box.active {
	background: #af23d5;
	color: #FFF !important;
}

#diferentials .box.active h5 {
	color: #FFF !important;
}

#diferentials .box.active h4 {
	color: #FFF;
}

#solucoes .item {
	background-color: #004d43;
	background-color: #01ffcd;
	padding: 3rem 2rem;
	min-height: 400px;
	transition: 0.3s;
	height: 100%;
}

#solucoes .item:hover {
	background-color: #26a892;
	background-color: #ff64b7;
	background-color: #b52fd4;
	cursor: pointer;
	transform: translate(0, -20px);
	color: #FFF;
}

#solucoes .item img {
	/*-webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;*/
	transition: transform 0.6s;
}

#solucoes .item:hover a.btn {
	background-color: #FFF !important;
	color: #000 !important;
}

.solucoes .item {
	background-color: #004d43;
	background-color: #01ffcd;
	padding: 3rem 2rem;
	transition: 0.3s;
}

.solucoes .item:hover {
	background-color: #26a892;
	background-color: #ff64b7;
	background-color: #b52fd4;
	cursor: pointer;
	transform: translate(0, -20px);
	color: #FFF;
}

.solucoes .item img {
	/*-webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;*/
	transition: transform 0.6s;
}

.solucoes .item:hover a.btn {
	background-color: #FFF !important;
	color: #000 !important;
}

/* Páginas internas */
.solucoes .nav .nav-item {
	font-size: .8rem;
}

/* Páginas internas */

#services,
#diferenciais {
	padding: 4rem 0;
}

#services h3,
#diferenciais h3 {
	color: #26a892;
	color: #333;
	font-size: 40px;
	position: relative;
	font-size: 1.75rem;
}

#services .carousel,
#diferenciais .carousel {
	max-width: 70%;
	left: 70px;
}

#form-popup .modal-content {
	border-radius: 1rem !important;
}

.rotate {
	transform: rotateY(180deg);
}

@-webkit-keyframes rotate-90-ccw {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}

@keyframes rotate-90-ccw {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}


#services .slide-item,
#diferenciais .slide-item {
	background-color: #911aad;
	margin: 22px;
	padding: 4%;
	padding-top: 20%;
	min-height: 204px;
}

#services .swiper-slide,
#diferenciais .swiper-slide {
	background-color: #c844f1;
	background-color: #196b61;
	background-color: #FFF;
	/*border: 1px solid #a6d5cf;*/
}

#services .swiper-slide.active,
#services .swiper-slide-active,
#diferenciais .swiper-slide.active,
#diferenciais .swiper-slide-active {
	background-color: #af23d5;
	background-color: #196b61;
	background-color: #FFF;
	/*border: 1px solid #a6d5cf;*/
}

#services .nav button,
#diferenciais .nav button {
	background-color: transparent;
	border: 0;
	padding: 8px 0;
	position: absolute;
	bottom: -110px;
	width: 45px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}

#app .nav button {
	background-color: transparent;
	border: 0;
	position: absolute;
	width: 45px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
}

#services .nav button.prev,
#diferenciais .nav button.prev,
#app .nav button.prev {
	background-image: url('/assets/img/previous.svg');
	right: 52px;
}

#services .nav button.next,
#diferenciais .nav button.next,
#app .nav button.next {
	background-image: url('/assets/img/next.svg');
	right: 0;
}

#services .nav button.prev.swiper-button-disabled,
#diferenciais .nav button.prev.swiper-button-disabled,
#app .nav button.prev.swiper-button-disabled {
	background-image: url('/assets/img/previous-disabled.svg');
}

#services .nav button.next.swiper-button-disabled,
#diferenciais .nav button.next.swiper-button-disabled,
#app .nav button.next.swiper-button-disabled {
	background-image: url('/assets/img/next-disabled.svg');
}

#services .swiper,
#diferenciais .swiper,
#app .swiper {
	width: 100%;
	height: 100%;
}

#services .swiper-button-next,
.swiper-button-prev,
#diferenciais .swiper-button-next,
#app .swiper-button-next {
	opacity: 0;
	z-index: -1;
}

#services figure img,
#diferenciais figure img {
	object-fit: cover;
	object-position: 50% 50%;
}

#services h3:after {
	content: '';
	border-bottom: 4px solid #68dbc1;
	position: absolute;
	width: 45px;
	left: 0;
	bottom: -23px;
}

#app {
	background-color: #FFF;
	border-radius: 3rem 3rem 0 0;
	color: #000;
	padding: 4.5rem 0 3rem 0;
}

#app h3,
.internal-header h3 {
	font-size: 40px;
	position: relative;
}

#app h3:after,
.internal-header h3:after {
	content: '';
	border-bottom: 4px solid #68dbc1;
	position: absolute;
	width: 45px;
	left: 0;
	bottom: -23px;
}

#form {
	background-color: #f9fafc;
	padding: 4.5rem 0;
}

#form h2 {
	font-size: 45px;

	@media(max-width: 991px) {
		font-size: 30px;
	}
}

#form h3 {
	font-size: 30px;
	font-weight: 300;
}

#form .form-control,
#form-popup form .form-control

/*, #form_moove .form-control, #form_moove .form-select*/
	{
	border: 1px solid #c5d8d9;
	border: 1px solid #e19ef0;
	line-height: 1.8;
}

#form_moove .form-control,
#form_moove .form-select {
	border: 1px solid #FFF;
	border: 1px solid #ffdcc2;
}

#form .form-control::-webkit-input-placeholder,
#form-popup form .form-control::-webkit-input-placeholder {
	color: #5b5B5B;
	font-size: 12px;
}

#form .form-control::-moz-placeholder,
#form-popup form .form-control::-moz-placeholder {
	color: #5b5B5B;
	font-size: 12px;
}

#form .form-control:-ms-input-placeholder,
#form-popup form .form-control::-ms-input-placeholder {
	color: #5b5B5B;
	font-size: 12px;
}

#form .form-control:-moz-placeholder,
#form-popup form .form-control::-moz-placeholder {
	color: #5b5B5B;
	font-size: 12px;
}

#form .form-control:focus,
#form-popup form .form-control:focus {
	border-color: #e19ef0;
	/*box-shadow: 0px 1px 1px rgba(38, 168, 146, 0.075) inset, 0px 0px 8px rgba(255, 78, 167, 0.5);*/
	box-shadow: 0px 1px 1px rgba(38, 168, 146, 0.075) inset,
		/*0px 0px 8px rgb(191 228 220)*/
		0px 0px 8px rgb(236 207 243);
}

#form .text-box {
	padding-right: 7rem;
}

#parceiros {
	padding: 6rem 0;
}

#parceiros h3 {
	color: #000;
}

#parceiros .box {
	border: 1px solid #FFF;
	border: 1px solid #f8dbff;
}

#parceiros .box:hover,
#parceiros .box.active {
	border: 1px solid #911aad;
	border: 1px solid #e19ef0;
	border: 1px solid #C844F1;
}

#institutional h5 {
	font-size: 1.2rem;
}

#institutional .box p {
	font-size: .9rem;
}

#sobre {
	margin-top: 5rem;
	margin-bottom: 5rem;
}

#sobre .bg-rose-item {
	border-top-left-radius: 2rem;
	background-color: #f68cc6;
}

#sobre .bg-purple-item {
	background-color: #960cc0;
	border-top-right-radius: 2rem;
}

#sobre .bg-green-item {
	border-bottom-left-radius: 2rem;
	background-color: #1bd0b1;
}

#sobre .bg-pink-item {
	background-color: #ff64b7;
	border-bottom-right-radius: 2rem;
}

#sobre .item {
	color: #FFF;
	height: 195px;
	padding: 0 1rem;
	text-align: center;
	width: 100%;
	align-items: center;
	display: flex;
}

#sobre .item h4 {
	font-size: 1.3rem;
}

#sobre .description {
	padding: 2rem 2rem;
}

#d_plans {
	display: block;
}

#m_plans {
	display: none;
}

footer {
	background-color: #911aad;
	padding: 4rem 0 3rem 0;
	color: #FFF;
	font-size: 12px;
}

footer p {
	margin-bottom: 3rem;
}

footer small {
	font-size: 12px;
}

footer .nav-item .nav-link {
	padding: .6rem 0;
}

footer#moove .nav-item .nav-link {
	padding: 1rem 0.5rem;
}


.tab-pane .item {
	border: 1px solid #e9aafd;
}

#plus {
	position: fixed;
	right: 15px;
	bottom: 35px;
	z-index: 2;
}

#plus div img {
	animation: headShake;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

#plus .box {
	padding: 1.2rem 2.5rem;
	margin-right: 20px;
	background-color: #911aad !important;
}

#plus .box span {
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	transform: translate(6px, -25px) rotate(44deg);
	background-color: #911aad !important;
}

#plus .box.bottom {
	background-color: #01ffcd !important;
	color: #004d43 !important;
}

#plus .box.bottom span {
	background-color: #01ffcd !important;
}

.slick-prev.slick-disabled:before {
	opacity: 1;
	content: url('/assets/img/previous-disabled.svg');
}

.slick-next.slick-disabled:before {
	opacity: 1;
	content: url('/assets/img/next-disabled.svg');
}

.slick-prev:before {
	opacity: 1;
	content: url('/assets/img/previous.svg');
}

.slick-next:before {
	opacity: 1;
	content: url('/assets/img/next.svg');
}

.link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.plans .basic {
	border: 1px solid #7C20A7;
}

.plans .pro {
	border: 1px solid #182A76;
}

.plans h2 {
	font-size: 4rem;
}

.plans h4 {
	font-size: 1.2rem;
}

.plans sup {
	font-size: 1rem;
	font-weight: normal;
	top: -1em;
}

.plans .plan-list-icon li {
	line-height: 62px;
}

.plans .description .odd {
	border-bottom: 1px solid #6d3ef0;
	border-bottom: 1px solid #883bac;
}

.plans .description .even {
	border-bottom: 1px solid #6d3ef0;
	border-bottom: 1px solid #883bac;
}

.plans .tick .odd {
	border-bottom: 1px solid #f0f0f0;
}

.plans .tick .even {
	border-bottom: 1px solid #f0f0f0;
}


@keyframes round {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(180deg);
	}

}

#form_moove .form-control {
	/*border: 0; border-radius: 0; border-bottom: 1px solid #ededed;
	border: 1px solid #ededed;
	padding: .625rem 0;*/
}

#form_moove .form-label {
	font-size: .9rem;
}

#ban_moove {
	width: 100%;
	height: 80vh;
	position: relative;
	-webkit-perspective: 100vw;
	perspective: 100vw;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: cover;
	background-position: center;
	color: #FFF;
	height: 80vh;
}

#startup--list .item img {
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
}

#startup--list .item figcaption {
	background-color: #af23d5;
	color: #FFF;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
	height: 360px;
	min-height: 360px;
}

#startup--list .item figure {
	transition: 0.3s;
}

#startup--list .item figure:hover {
	transform: translate(0, -20px);
}

#startup--list .item figure:hover figcaption {
	background-color: #F47A21 !important;
}

.interna--footer--moove {
	background-color: #1b3ae7;
}

.object-cover {
	object-fit: cover;
}

#captcha__area .g-recaptcha div {
	display: block;
	margin: 0 auto;
}

label.error {
	color: red;
	font-size: .7rem;
}

.s-hero {
	margin-top: 82px;

}

.s-hero .swiper-slide {
	height: 100%;
	width: 100%;
	padding-block: 105px;

	@media(max-width: 991px) {
		padding-top: 60px;
	}
}

.s-hero .swiper .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.s-hero .swiper .area {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 880px;
	margin-left: 80px;

	@media(max-width: 991px) {
		margin-left: 0;
	}
}

.s-hero .swiper .swiper-wrapper {
	height: auto;
}

.s-hero .swiper .area h1 {
	color: #FFF;
	font-family: Inter;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;

	@media(max-width: 991px) {
		font-size: 32px;
	}

}

.s-hero .swiper .area h1 br {
	@media(max-width: 991px) {
		display: none;
	}
}

.s-hero .swiper .area p {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 40px;
}

.s-hero .swiper .swiper-button-prev,
.s-hero .swiper .swiper-button-next {
	position: absolute;
	z-index: 10;
	width: 46px;
	height: 46px;
	opacity: 1;

	@media(max-width: 991px) {
		display: none;
	}
}

.s-hero .swiper .swiper-pagination {
	bottom: 48px;
}

.s-hero .swiper .swiper-pagination-bullet {
	background-color: #FFF;
	opacity: 0.5;
	border-radius: 6px;
	width: 10px;
	height: 5px;
}

.s-hero .swiper .swiper-pagination-bullet-active {
	background-color: #FFF;
	opacity: 1;
	width: 30px;
	height: 5px;
	border-radius: 6px;
}

.s-valores {
	padding-block: 80px;
	background-color: #F9FAFC;

	@media(max-width: 991px) {
		padding-block: 40px;
	}
}

.s-valores .swiper .swiper-pagination {
	bottom: 0;
	position: relative;
	margin-top: 32px;
}

.s-valores .swiper .swiper-pagination-bullet {
	background-color: #960CC0;
	opacity: 0.5;
	border-radius: 6px;
	width: 10px;
	height: 5px;
}

.s-valores .swiper .swiper-pagination-bullet-active {
	background-color: #960CC0;
	opacity: 1;
	width: 30px;
	height: 5px;
	border-radius: 6px;
}

.s-valores h2 {
	color: #505059;
	text-align: center;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.6px;
	margin-bottom: 56px;
	/* 120% */

	@media(max-width: 991px) {
		margin-bottom: 32px;
	}
}

.s-valores .swiper .swiper-slide {
	display: flex;
	align-items: stretch;
	justify-content: center;
	height: auto;
}

.s-valores .swiper .swiper-slide .card-valores {
	background-color: white;
	border: 0.5px solid;
	border-color: #F68CC6;
	border-radius: 32px;
	overflow: hidden;
	width: 100%;
	max-width: 280px;
}

.s-valores .swiper .swiper-slide:nth-child(2) .card-valores {
	border-color: #1BD0B1;
}

.s-valores .swiper .swiper-slide:nth-child(3) .card-valores {
	border-color: #960CC0;
}

.s-valores .swiper .swiper-slide:nth-child(4) .card-valores {
	border-color: #FF64B7;
}

.s-valores .swiper-slide .card-valores .top {
	padding: 32px 26px;
}

.s-valores .swiper-slide:nth-child(1) .card-valores .top {
	background-color: #F68CC6;
}

.s-valores .swiper-slide:nth-child(2) .card-valores .top {
	background-color: #1BD0B1;
}

.s-valores .swiper-slide:nth-child(3) .card-valores .top {
	background-color: #960CC0;
}

.s-valores .swiper-slide:nth-child(4) .card-valores .top {
	background-color: #FF64B7;
}

.s-valores .swiper-slide .card-valores .top img {
	width: 40px;
	height: 40px;
	display: inline-block;
}

.s-valores .swiper-slide .card-valores .info {
	padding: 56px 26px 32px 26px;
}

.s-valores .swiper-slide .card-valores h4 {
	color: #333;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 30px */
	text-transform: uppercase;
}

.s-valores .swiper-slide .card-valores p {
	color: #505059;
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
	margin-bottom: 0;
}

.s-flexi-faz {
	padding-block: 60px;

	@media(max-width: 991px) {
		padding-block: 40px;
	}
}

.s-flexi-faz h2 {
	color: #505059;
	text-align: center;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.6px;
	/* 120% */
	margin-bottom: 40px;

	@media(max-width: 991px) {
		margin-bottom: 32px;
	}
}

.s-flexi-faz .itens {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 32px;
	overflow: hidden;

	@media(max-width: 767px) {
		grid-template-columns: repeat(1, 1fr);
	}
}

.s-flexi-faz .itens .item {
	padding: 35px;
	background-color: #F68CC6;
}

.s-flexi-faz .itens .item h4 {
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 20.8px;
	font-style: normal;
	font-weight: 500;
	line-height: 24.96px;
	/* 120% */
	max-width: 300px;
	margin: 0 auto;
}

.s-flexi-faz .itens .item:nth-child(2) {
	background-color: #960CC0;
}

.s-flexi-faz .itens .item:nth-child(3) {
	background-color: #1BD0B1;
}

.s-flexi-faz .itens .item:nth-child(4) {
	background-color: #FF64B7;
}

.s-flexi-bem-estar {
	padding-block: 80px;

	@media(max-width: 991px) {
		padding-block: 40px;
	}
}

.s-flexi-bem-estar .container {
	background-color: #F9FAFC;
	border-radius: 32px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;

	@media(max-width: 991px) {
		flex-direction: column-reverse;
		gap: 20px;
		padding: 24px 15px;
	}
}

.s-flexi-bem-estar .container .left-container {
	width: 100%;
	max-width: 660px;
	border-radius: 32px;
	overflow: hidden;
	height: 284px;
}

.s-flexi-bem-estar .container .right-container {
	width: 100%;
	max-width: 580px;
}

.s-flexi-bem-estar .container .right-container h2 {
	color: #505059;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 33.6px;
	/* 120% */
	margin-bottom: 24px;
}

.s-flexi-bem-estar .container .right-container p {
	color: #505059;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

#solucoes .cards {
	gap: 24px;
	flex-wrap: nowrap;
	display: flex;
	width: 100%;

	@media(max-width: 767px) {
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

}


#solucoes .row .card {
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: center;
	background-color: #01ffcd;
	width: 100%;
	max-width: 416px;

}

#solucoes .row .card .item {
	height: 100%;
	width: 100%;
}

#diferenciais {
	@media (max-width: 600px) {
		padding-block: 20px;
	}
}

#solucoes h2 {
	@media (max-width: 991px) {
		font-size: 32px !important;
	}
}

#parceiros {
	@media (max-width: 991px) {
		padding-block: 40px !important;
	}
}

#form {
	@media (max-width: 991px) {
		padding-block: 40px !important;
	}
}

footer .container .area {
	display: flex;
	align-items: flex-start;
	gap: 2.4rem;
}

footer .container .area .left {
	width: 100%;
	max-width: 250px;
}

.s-caees {
	padding-block: 200px 80px;

	h1 {
		text-align: center;
		margin-bottom: 32px;
	}

	img {
		width: 100%;
		max-width: 320px;
		height: auto;
		margin: 0 auto;
		display: block;
	}
}


.s-empresa-grupo-fapes {
	padding-block: 80px;

	.top {
		padding-bottom: 54px;
		margin-bottom: 54px;
		border-bottom: rgba(85, 94, 98, 0.30) solid 1px;
		display: flex;
		align-items: flex-start;
		gap: 16px;
		justify-content: space-between;

		@media (max-width: 1024px) {
			flex-direction: column;
			align-items: center;
			gap: 32px;
			text-align: center;
		}

		h2 {

			width: 100%;
			max-width: 547px;
			color: #333;
			font-size: 45px;
			font-weight: 700;
			line-height: 56px;

			@media (max-width: 767px) {
				font-size: 32px;
				line-height: 150%;
			}
		}

		p {
			color: var(--Cinza-escuro, #555E62);
			font-size: 20px;
			font-weight: 400;
			line-height: 32px;
			width: 100%;
			max-width: 554px;
		}
	}

	.empresas-fapes {
		.swiper-slide {
			display: flex;
			align-items: stretch;
			justify-content: center;
			height: auto;

			.card {
				width: 100%;
				max-width: 280px;
				background-color: white;
				border: 1px solid rgba(243, 243, 243, 0.50) !important;
				padding-block: 32px;
				padding-inline: 24px;
				box-shadow: 0px 20px 40px 0px rgba(33, 56, 175, 0.05);

				.image {
					padding-bottom: 12px;
					margin-bottom: 35px;
					border-bottom: 1px solid rgba(63, 65, 65, 0.5);

					img {
						width: 100%;
						max-width: 104px;
						object-fit: contain;
					}
				}

				.text {
					p {
						color: var(--Preto, #20242E);
						font-variant-numeric: lining-nums proportional-nums;
						font-size: 20px;
						font-weight: 500;
						line-height: 150%;
						margin-bottom: 12px;
					}

					span {
						color: var(--Preto, #20242E);
						font-size: 14px;
						font-weight: 400;
						line-height: 150%;
						display: block;
						margin-bottom: 24px;
					}
				}

				button {
					width: 100%;
					max-width: fit-content;
					border: 0;
					border-bottom: 1px solid #911AAD;
					padding-bottom: 6px;
					background-color: transparent;
					padding: 0;
					display: flex;
					align-items: center;
					gap: 8px;
					color: #911AAD;
					text-align: center;
					font-variant-numeric: lining-nums proportional-nums;
					font-size: 16px;
					font-weight: 500;
					line-height: 150%;
				}
			}

		}

		.swiper-pagination {
			position: relative;
			top: 0;
			margin-top: 32px;
		}
	}
}

/* Site interaction refinements */
#plus {
  cursor: pointer;
}

#plus .box {
  box-shadow: 0 8px 24px rgba(57, 19, 76, 0.28);
}

#plus > .d-flex > div:last-child {
  border-radius: 50%;
  background: transparent;
}

#plus > .d-flex > div:last-child img {
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(31, 24, 67, 0.3) !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

#plus:hover > .d-flex > div:last-child img,
#plus:focus-visible > .d-flex > div:last-child img {
  transform: translateY(-6px) scale(1.07);
  box-shadow: 0 13px 32px rgba(31, 24, 67, 0.42) !important;
}

#plus:focus-visible {
  outline: 3px solid #01ffcd;
  outline-offset: 5px;
  border-radius: 1rem;
}

header .nav-menu a[href="/contato/"] {
  padding: .65rem 1.15rem !important;
  border: 1px solid #01ffcd;
  border-radius: 999px;
  background: #01ffcd;
  color: #184843 !important;
  box-shadow: 0 5px 15px rgba(1, 255, 205, .24);
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

header .nav-menu a[href="/contato/"]:hover,
header .nav-menu a[href="/contato/"]:focus-visible {
  border-color: #45c5af;
  background: #45c5af;
  color: #184843 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(1, 255, 205, .3);
}

header .nav-menu .dropdown-item:hover,
header .nav-menu .dropdown-item:focus,
header .nav-menu .dropdown-item:active,
header .nav-menu .dropdown-item.active {
  background-color: #01ffcd;
  color: #184843 !important;
}

#diferenciais,
#parceiros {
  scroll-margin-top: 96px;
}

html,
body {
  scroll-behavior: auto !important;
}

.google-email-form button.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  cursor: wait;
  opacity: .85;
}

.submit-spinner {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: submit-spinner-rotation .7s linear infinite;
}

@keyframes submit-spinner-rotation {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .submit-spinner { animation-duration: 1.4s; }
}
