/*-----------------------------------------------------------------------------------

	Theme Name : Ebookyo
	Theme URI  : http://themeforest.net/user/zytheme
	Description: Ebookyo is a pixel perfect creative html5 ebook landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author     : zytheme
	Author URI : http://themeforest.net/user/zytheme
	Version    : 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

1.  Global Styles
2.  Typography
3.	Color
4.	Align
5.	Grid
6.	Background
7.	Buttons
8.	Forms
9.	Heading
10. Loading
11. Contact
12. Header
13. Menu
14. Clients
15. Hero
16. Video
17. Services
18. Thank You
19. Testimonial
20. Feature
21. Action
22. Pricing
23. Carousel
24. Landing

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
body,
html {
	overflow-x: hidden;
}

html {
	font-size: 13px;
}

body {
	background-color: #ffffff;
	font-family     : "Source Sans Pro", sans-serif;
	font-size       : 13px;
	font-weight     : 400;
	color           : #8492A6;
	line-height     : 1.5;
	margin          : 0;
}

.wrapper {
	background-color: #ffffff;
}

* {
	outline: none;
}

::-moz-selection {
	text-shadow: none;
}

::selection {
	background-color: #4a2074;
	color           : #ffffff;
	text-shadow     : none;
}

a {
	-webkit-transition: 0.3s ease;
	-o-transition     : 0.3s ease;
	transition        : 0.3s ease;
	color             : #4a2074;
}

a:hover {
	color          : #3c1a5f;
	text-decoration: none;
}

a:focus {
	color          : #3c1a5f;
	outline        : none;
	text-decoration: none;
}

a:active {
	color          : #3c1a5f;
	outline        : none;
	text-decoration: none;
}

hr {
	margin: 0;
}

textarea {
	resize: none;
}

button.btn {
	margin-bottom: 0;
}

section {
	background-color: #fff;
}

.modal-backdrop {
	z-index         : 1020;
	background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
	height: 100vh !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	.fullscreen {
		height: auto !important;
	}
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color      : #373053;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	margin     : 0 0 28px;
	line-height: 1;
}

.h1,
h1 {
	font-size: 52px;
}

.h2,
h2 {
	font-size: 42px;
}

.h3,
h3 {
	font-size: 38px;
}

.h4,
h4 {
	font-size: 32px;
}

.h5,
h5 {
	font-size: 24px;
}

.h6,
h6 {
	font-size: 18px;
}

p {
	color      : #8492A6;
	font-size  : 13px;
	font-weight: 400;
	line-height: 22px;
}

.lead {
	font-size  : 16px;
	line-height: 1.8;
}

/* Aligning Text */
.text--left {
	text-align: left !important;
}

.text--right {
	text-align: right !important;
}

.text--center {
	text-align: center !important;
}

.text--just {
	text-align: justify !important;
}

.align--top {
	vertical-align: top;
}

.align--bottom {
	vertical-align: bottom;
}

.align--middle {
	vertical-align: middle;
}

.align--baseline {
	vertical-align: baseline;
}

/* Weight Text */
.bold {
	font-weight: bold;
}

.regular {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.break-word {
	word-wrap: break-word;
}

.no-wrap {
	white-space: nowrap;
}

/* Text Color */
.text-white {
	color: #ffffff !important;
}

.text-gray {
	color: #FAF8FB !important;
}

.text-black {
	color: #373053;
}

.text-theme {
	color: #4a2074;
}

.text--capitalize {
	text-transform: capitalize !important;
}

.text--uppercase {
	text-transform: uppercase !important;
}

.font-heading {
	font-family: "Montserrat", sans-serif;
}

.font-body {
	font-family: "Source Sans Pro", sans-serif;
}

.font-18 {
	font-size: 24px;
}

.font-16 {
	font-size: 16px;
}

.font-20 {
	font-size: 20px;
}

.font-40 {
	font-size: 40px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	text-center-xs {
		text-align: center !important;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	text-center-sm {
		text-align: center !important;
	}
}

.higlighted-style1 {
	background-color: #4a2074;
	color           : #fff;
	padding         : 5px 0;
}

.higlighted-style2 {
	background-color: #373053;
	color           : #fff;
	padding         : 5px 0;
}

.higlighted-style3 {
	background-color: #FAF8FB;
	color           : #4a2074;
	padding         : 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
	color: #373053 !important;
}

.color-theme {
	color: #4a2074 !important;
}

.color-white {
	color: #ffffff !important;
}

.color-gray {
	color: #FAF8FB !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
	margin-bottom: 20px;
}

section {
	padding-top   : 100px;
	padding-bottom: 100px;
	overflow      : hidden;
}

/* All margin */
.m-0 {
	margin: 0 !important;
}

.m-xs {
	margin: 10px;
}

.m-sm {
	margin: 20px;
}

.m-md {
	margin: 40px;
}

.m-lg {
	margin: 80px;
}

/* top margin */
.mt-0 {
	margin-top: 0;
}

.mt-xs {
	margin-top: 10px;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mt-150 {
	margin-top: 150px;
}

/* bottom margin */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-150 {
	margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
	margin-right: 0;
}

.mr-30 {
	margin-right: 30px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-150 {
	margin-right: 150px;
}

/* left margin */
.ml-0 {
	margin-left: 0;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-150 {
	margin-left: 150px;
}

/* All padding */
.p-0 {
	padding: 0 !important;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 20px;
}

.p-md {
	padding: 40px;
}

.p-lg {
	padding: 80px;
}

/* top padding */
.pt-0 {
	padding-top: 0 !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

/* bottom padding */
.pb-0 {
	padding-bottom: 0 !important;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px !important;
}

/* right padding */
.pr-0 {
	padding-right: 0;
}

.pr-xs {
	padding-right: 10px;
}

.pr-sm {
	padding-right: 20px;
}

.pr-md {
	padding-right: 40px;
}

.pr-lg {
	padding-right: 80px;
}

.pr-15 {
	padding-right: 15px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-100 {
	padding-right: 100px !important;
}

.pr-150 {
	padding-right: 150px;
}

/* left padding */
.pl-0 {
	padding-left: 0 !important;
}

.pl-30 {
	padding-left: 30px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-100 {
	padding-left: 100px !important;
}

.pl-150 {
	padding-left: 150px;
}

/* Postions */
.fixed {
	position: fixed;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}

/* Zindex*/
.zindex-1 {
	z-index: 1;
}

.zindex-2 {
	z-index: 2;
}

.zindex-3 {
	z-index: 3;
}

/* Borders */
.border-all {
	border: 1px solid #4a2074;
}

.border-top {
	border-top: 1px solid #4a2074;
}

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

.border-right {
	border-right: 1px solid #4a2074;
}

.border-left {
	border-left: 1px solid #4a2074;
}

/* Display */
.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	section {
		padding-top   : 60px;
		padding-bottom: 60px;
	}

	.text-center-xs {
		text-align: center !important;
	}

	.pull-none-xs {
		float     : none !important;
		text-align: center !important;
	}

	.mb-15-xs {
		margin-bottom: 15px;
	}

	.mb-30-xs {
		margin-bottom: 30px !important;
	}

	.mb-50-xs {
		margin-bottom: 50px;
	}

	.mb-60-xs {
		margin-bottom: 60px !important;
	}

	.p-none-xs {
		padding-right: 0;
		padding-left : 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.text-center-sm {
		text-align: center !important;
	}

	.mb-0-sm {
		margin-bottom: 0;
	}

	.mb-15-sm {
		margin-bottom: 15px;
	}

	.mb-30-sm {
		margin-bottom: 30px !important;
	}

	.mb-50-sm {
		margin-bottom: 50px;
	}

	.mb-60-sm {
		margin-bottom: 60px;
	}

	.pb-15-sm {
		padding-bottom: 15px;
	}

	.pb-30-sm {
		padding-bottom: 30px;
	}

	.pb-50-sm {
		padding-bottom: 50px;
	}

	.pb-60-sm {
		padding-bottom: 60px;
	}

	.p-none-sm {
		padding-right: 0;
		padding-left : 0;
	}

	.pull-none-sm {
		float     : none !important;
		text-align: center !important;
	}
}

@media screen and (min-width: 992px) {
	.p-lg-60 {
		padding-right: 60px;
		padding-left : 60px;
	}
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*="col-"] {
	padding-left : 0 !important;
	padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
	position     : relative;
	min-height   : 1px;
	padding-right: 15px;
	padding-left : 15px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.col-content {
	padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.col-content {
		padding: 40px !important;
	}
}

.col-img {
	height  : 600px !important;
	padding : 60px;
	overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.col-img {
		height    : auto;
		min-height: 600px;
	}
}

/* Postion Helpers */
.pos-fixed {
	position: fixed;
}

.pos-relative {
	position: relative;
}

.pos-absolute {
	position: absolute;
}

.pos-static {
	position: static;
}

.pos-top {
	top: 0;
}

.pos-bottom {
	bottom: 0;
}

.pos-right {
	right: 0;
}

.pos-left {
	left: 0;
}

.pos-vertical-center {
	position         : relative;
	top              : 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	transform        : perspective(1px) translateY(-50%);
}

.height-700 {
	height: 700px !important;
}

.height-500 {
	height: 500px !important;
}

.height-800 {
	height: 800px !important;
}

@media only screen and (min-width: 992px) {

	.hidden-lg,
	.hidden-md {
		display: none;
	}
}

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
	background-color: #4a2074 !important;
}

.bg-primary-alt {
	background-color: #4a2074 !important;
}

.bg-gray {
	background-color: #FAF8FB !important;
}

.bg-white {
	background-color: #ffffff !important;
}

.bg-dark {
	background-color: #373053 !important;
}

.bg-deep-purple {
  background-color: #0c0a2e !important;
}

.bg-gradient {
	background: bottom center #ffffff;
}

.bg-light-primary {
	background-color: #F1F8FE !important;
}

/* Background Image */
.bg-section {
	position           : relative;
	overflow           : hidden;
	z-index            : 1;
	background-size    : cover;
	background-repeat  : no-repeat;
	background-position: center center;
	width              : 100%;
	height             : 100%;
}

.bg-overlay:before {
	content : "";
	display : inline-block;
	height  : 100%;
	left    : 0;
	position: absolute;
	top     : 0;
	width   : 100%;
	z-index : -1;
}

.bg-overlay-light:before {
	background-color: #ffffff;
	opacity         : 0.8;
}

.bg-overlay-dark:before {
	background-color: #212529;
	opacity         : 0.7;
}

.bg-overlay-theme:before {
	background-color: #4a2074;
	opacity         : 0.7;
}

.bg-parallax {
	background-attachment: fixed;
}

.bg-ytvideo.bg-overlay:before {
	z-index: 1;
	opacity: .7;
}

/* Background Color Palettes */
.bg-purple {
	color           : #ffffff;
	background-color: #cc66cc !important;
}

.bg-sun-flower {
	color           : #ffffff;
	background-color: #f1c40f !important;
}

.bg-orange {
	color           : #ffffff;
	background-color: #f39c12 !important;
}

.bg-carrot {
	color           : #ffffff;
	background-color: #e67e22 !important;
}

.bg-pumpkin {
	color           : #ffffff;
	background-color: #d35400 !important;
}

.bg-alizarin {
	color           : #ffffff;
	background-color: #e74c3c !important;
}

.bg-pomegranate {
	color           : #ffffff;
	background-color: #c0392b !important;
}

.bg-turquoise {
	color           : #ffffff;
	background-color: #1abc9c !important;
}

.bg-green-sea {
	color           : #ffffff;
	background-color: #16a085 !important;
}

.bg-emerald {
	color           : #ffffff;
	background-color: #2ecc71 !important;
}

.bg-nephritis {
	color           : #ffffff;
	background-color: #27ae60 !important;
}

.bg-peter-river {
	color           : #ffffff;
	background-color: #3498db !important;
}

.bg-belize-hole {
	color           : #ffffff;
	background-color: #2980b9 !important;
}

.bg-amethyst {
	color           : #ffffff;
	background-color: #9b59b6 !important;
}

.bg-wisteria {
	color           : #ffffff;
	background-color: #8e44ad !important;
}

.bg-wet-asphalt {
	color           : #ffffff;
	background-color: #34495e !important;
}

.bg-wet-asphalt {
	color           : #ffffff;
	background-color: #34495e !important;
}

.bg-midnight-blue {
	color           : #ffffff;
	background-color: #2c3e50 !important;
}

.bg-silver {
	color           : #ffffff;
	background-color: #bdc3c7 !important;
}

.bg-concrete {
	color           : #ffffff;
	background-color: #859596 !important;
}

.bg-asbestos {
	color           : #ffffff;
	background-color: #7f8c8d !important;
}

.bg-asbestos {
	color           : #ffffff;
	background-color: #7f8c8d !important;
}

.bg-graphite {
	color           : #ffffff;
	background-color: #454545 !important;
}

.bg-gray-0 {
	background-color: #EEEEEE !important;
	color           : #454545;
}

.bg-gray-1 {
	background-color: #ECECEC !important;
	color           : #454545;
}

.bg-gray-2 {
	background-color: #BDC3C7 !important;
	color           : #454545;
}

.bg-gray-3 {
	background-color: #DADFE1 !important;
	color           : #454545;
}

.bg-gray-5 {
	background-color: #ECF0F1 !important;
	color           : #454545;
}

.bg-gray-4 {
	background-color: #F2F1EF !important;
	color           : #454545;
}

.bg-gray-6 {
	background-color: #D2D7D3 !important;
	color           : #454545;
}

.bg-gray-7 {
	background-color: #E6E6E6 !important;
	color           : #454545;
}

.bg-orange-1 {
	background-color: #F9690E !important;
	color           : #ffffff;
}

.bg-orange-2 {
	background-color: #D35400 !important;
	color           : #ffffff;
}

.bg-orange-3 {
	background-color: #F89406 !important;
	color           : #ffffff;
}

.divider-1 {
	height          : 1px;
	background-color: #fce5e6;
}

.divider-2 {
	height          : 1px;
	width           : 100%;
	background-color: #fdedee;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
	font-family       : "Montserrat", sans-serif;
	display           : inline-block;
	position          : relative;
	z-index           : 2;
	font-size         : 16px;
	font-weight       : 600;
	text-transform    : capitalize;
	text-align        : center;
	border-radius     : 0;
	padding           : 0;
	width             : 170px;
	height            : 51px;
	line-height       : 49px;
	-webkit-transition: 350ms ease-in-out;
	-o-transition     : 350ms ease-in-out;
	transition        : 350ms ease-in-out;
	border-radius     : 4px;
	overflow          : hidden;
}

.btn.active,
.btn:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline           : none;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.btn .icon {
	margin-left: 10px;
}

.btn-video {
	width            : 80px;
	height           : 80px;
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-pack : center;
	-ms-flex-pack    : center;
	justify-content  : center;
	-webkit-box-align: center;
	-ms-flex-align   : center;
	align-items      : center;
	background-color : #ffffff;
	border-radius    : 50%;
}

.btn-video i {
	font-size: 16px;
	color    : #4a2074;
}

.btn-video:hover {
	background-color: #4a2074;
}

.btn-video:hover i {
	color: #ffffff;
}

a.back {
	position      : absolute;
	top           : 54px;
	left          : 70px;
	font-size     : 14px;
	font-weight   : 500;
	line-height   : 2.14;
	text-transform: capitalize;
	color         : #ffffff;
}

a.back:hover span {
	-webkit-transform: rotate(-180deg) translateX(10px);
	-ms-transform    : rotate(-180deg) translateX(10px);
	transform        : rotate(-180deg) translateX(10px);
}

a.back span {
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	display           : inline-block;
	-webkit-transform : rotate(-180deg);
	-ms-transform     : rotate(-180deg);
	transform         : rotate(-180deg);
	margin-right      : 15px;
}

/* Button Primary */
.btn--primary {
	background-color: #4a2074;
	color           : #ffffff;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
	color: #ffffff;
}

.bg-dark .btn--primary:active,
.bg-dark .btn--primary:focus,
.bg-dark .btn--primary:hover {
	background-color: #3c1a5f;
	color           : #ffffff;
}

/* Button Secondary*/
.btn--secondary {
	background-image: linear-gradient(135deg, #8A4EAD, #4a2074);
  background-color: #4a2074; /* Fallback */
	color           : #ffffff;
}

.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
	/* background-color: #4a2074; */ /* Removido para manter o gradiente */
	color           : #ffffff;
}

.btn--secondary.btn--hover-white:active,
.btn--secondary.btn--hover-white:focus,
.btn--secondary.btn--hover-white:hover {
	background-color: #ffffff;
	color           : #4a2074;
}

/* Button White */
.btn--white {
	background-color: #ffffff;
	color           : #373053;
	border          : 1px solid #ffffff;
	border-radius   : 4px;
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
	background-color: #4a2074;
	color           : #ffffff;
	border-color    : #4a2074;
}

/* Button Block */
.btn--block {
	width: 100%;
}

.btn--auto {
	width  : auto;
	padding: 0 17px;
}

/* Button Rounded */
.btn--rounded {
	border-radius: 50px;
}

/* Button Bordered */
.btn--bordered {
	background-color: transparent;
}

.btn--bordered.btn--primary {
	color       : #4a2074;
	border-color: #4a2074;
}

.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
	color           : #ffffff;
	background-color: #4a2074;
	border-color    : #4a2074;
}

.btn--bordered.btn--secondary {
	color       : #373053;
	border-color: #373053;
}

.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
	color           : #ffffff;
	background-color: #373053;
	border-color    : #373053;
}

.btn--bordered.btn--white {
	color       : #ffffff;
	border-color: #ffffff;
}

.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
	color           : #4a2074;
	background-color: #ffffff;
	border-color    : #ffffff;
}

.btn--white.btn--secondary {
	color           : #0c0a2e; /* Alterado de #ff7101 */
	border-color    : #ffffff;
	background-color: #ffffff;
}

.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
	color           : #ffffff;
	background-color: #4a2074;
	border-color    : #4a2074;
}

/* Btn Arrows */
.btn--arrows {
	position: relative;
}

.btn--arrows:before {
	position          : absolute;
	top               : -100%;
	left              : 0;
	width             : 100%;
	height            : 100%;
	font-size         : 26px;
	line-height       : 51px;
	font-family       : 'icomoon';
	content           : "\e901";
	-webkit-transition: all 0.3s;
	-o-transition     : all 0.3s;
	transition        : all 0.3s;
}

.btn--arrows span {
	-webkit-transition: all 0.3s;
	-o-transition     : all 0.3s;
	transition        : all 0.3s;
	display           : inline-block;
	height            : 100%;
	width             : 100%;
}

.btn--arrows span i {
	margin-left: 7px;
}

.btn--arrows:hover span {
	-webkit-transform: translateY(300%);
	-ms-transform    : translateY(300%);
	transform        : translateY(300%);
}

.btn--arrows:hover:before {
	top: 0;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
	color             : #8492A6;
	font-family       : "Source Sans Pro", sans-serif;
	font-size         : 16px;
	font-weight       : 400;
	line-height       : 57px;
	height            : 57px;
	text-transform    : none;
	border            : 0;
	border-bottom     : 1px solid #DEE2E6;
	background        : transparent;
	padding           : 0;
	margin-bottom     : 20px;
	position          : relative;
	border-radius     : 0;
	-webkit-box-shadow: none;
	box-shadow        : none;
}

.form-control:focus {
	border-color      : #4a2074;
	-webkit-box-shadow: none;
	box-shadow        : none;
	background        : transparent;
}

.form-control::-webkit-input-placeholder {
	color: #8492A6;
}

.form-control:-moz-placeholder {
	color: #8492A6;
}

.form-control::-moz-placeholder {
	color: #8492A6;
}

.form-control:-ms-input-placeholder {
	color: #8492A6;
}

/* Placeholder */
.input-group {
	border-radius   : 0;
	border          : 1px solid grey;
	background-color: transparent;
	overflow        : hidden;
	padding         : 3px;
}

.input-group .btn {
	width: 160px;
}

.input-group .input-group-btn {
	border-radius: 50px;
	overflow     : hidden;
}

.subscribe-alert {
	margin-top  : 1.5rem;
	font-weight : 400;
	max-width   : 500px;
	margin-right: auto;
	margin-left : auto;
}

.subscribe-alert .alert {
	font-size    : 18px;
	font-weight  : 400;
	line-height  : 22px;
	border-radius: 4px;
}

.form-inline .form-control {
	background-color: #ffffff;
	font-size       : 16px;
	font-weight     : 400;
	width           : 221px;
	height          : 51px;
	border-radius   : 50px;
	margin-right    : 30px;
	padding-left    : 20px;
	border-bottom   : none;
	margin-bottom   : 0;
}

/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
	margin-top: 40px;
}

.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
	-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
	box-shadow        : 0 0 40px rgba(101, 93, 93, 0.16);
	border            : none;
	background-color  : #ffffff;
	margin-bottom     : 24px;
	border-radius     : 4px;
	border-left       : 4px solid #4a2074;
}

.accordion .card.style-1,
.accordion .card:first-of-type.style-1,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1,
.accordion .card:last-of-type.style-1 {
	border-left-color: #F57565;
}

.accordion .card.style-1 .card-heading .card-link:after,
.accordion .card:first-of-type.style-1 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-1 .card-heading .card-link:after,
.accordion .card:last-of-type.style-1 .card-heading .card-link:after {
	color: #F57565;
}

.accordion .card.style-2,
.accordion .card:first-of-type.style-2,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2,
.accordion .card:last-of-type.style-2 {
	border-left-color: #A06ECB;
}

.accordion .card.style-2 .card-heading .card-link:after,
.accordion .card:first-of-type.style-2 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-2 .card-heading .card-link:after,
.accordion .card:last-of-type.style-2 .card-heading .card-link:after {
	color: #A06ECB;
}

.accordion .card.style-3,
.accordion .card:first-of-type.style-3,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3,
.accordion .card:last-of-type.style-3 {
	border-left-color: #8A4EAD;
}

.accordion .card.style-3 .card-heading .card-link:after,
.accordion .card:first-of-type.style-3 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-3 .card-heading .card-link:after,
.accordion .card:last-of-type.style-3 .card-heading .card-link:after {
	color: #8A4EAD;
}

.accordion .card.style-4,
.accordion .card:first-of-type.style-4,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4,
.accordion .card:last-of-type.style-4 {
	border-left-color: #4a2074;
}

.accordion .card.style-4 .card-heading .card-link:after,
.accordion .card:first-of-type.style-4 .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type).style-4 .card-heading .card-link:after,
.accordion .card:last-of-type.style-4 .card-heading .card-link:after {
	color: #4a2074;
}

.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
.accordion .card:last-of-type .card-heading {
	padding: 30px;
}

@media screen and (max-width: 991px) {

	.accordion .card .card-heading,
	.accordion .card:first-of-type .card-heading,
	.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading,
	.accordion .card:last-of-type .card-heading {
		padding: 15px 25px 15px 15px;
	}
}

.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
.accordion .card:last-of-type .card-heading .card-link {
	font-family   : "Montserrat", sans-serif;
	font-size     : 16px;
	color         : #373053;
	font-weight   : 700;
	line-height   : 20px;
	text-transform: capitalize;
	position      : relative;
	display       : block;
	padding-left  : 0;
}

@media screen and (max-width: 991px) {

	.accordion .card .card-heading .card-link,
	.accordion .card:first-of-type .card-heading .card-link,
	.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link,
	.accordion .card:last-of-type .card-heading .card-link {
		font-size  : 16px;
		line-height: 1.8;
	}
}

.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
.accordion .card:last-of-type .card-heading .card-link:after {
	position   : absolute;
	right      : 0;
	top        : 0;
	content    : "\f077";
	font-family: "Font Awesome 5 Free";
	font-size  : 18px;
	font-weight: 600;
	color      : #4a2074;
}

@media screen and (max-width: 991px) {

	.accordion .card .card-heading .card-link:after,
	.accordion .card:first-of-type .card-heading .card-link:after,
	.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:after,
	.accordion .card:last-of-type .card-heading .card-link:after {
		top      : 5px;
		right    : -10px;
		font-size: 14px;
	}
}

.accordion .card .card-heading .card-link.collapsed:after,
.accordion .card:first-of-type .card-heading .card-link.collapsed:after,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed:after,
.accordion .card:last-of-type .card-heading .card-link.collapsed:after {
	content: "\f078";
}

.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
.accordion .card:last-of-type .card-body {
	border-top : 1px solid rgba(0, 0, 0, 0.1);
	font-family: "Source Sans Pro", sans-serif;
	padding    : 30px;
	font-size  : 16px;
	font-weight: 400;
	line-height: 24px;
}

@media screen and (max-width: 991px) {

	.accordion .card .card-body,
	.accordion .card:first-of-type .card-body,
	.accordion .card:not(:first-of-type):not(:last-of-type) .card-body,
	.accordion .card:last-of-type .card-body {
		padding: 15px;
	}
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading {
	margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
	.heading {
		text-align: center;
	}
}

.heading .heading-title {
	font-family   : "Montserrat", sans-serif;
	color         : #373053;
	font-size     : 42px;
	font-weight   : 700;
	line-height   : 1.5;
	margin-bottom : 10px;
	text-transform: none;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.heading .heading-title {
		font-size: 24px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.heading .heading-title {
		font-size: 36px;
	}

	.heading .heading-title br {
		display: none;
	}
}

.heading .heading-desc {
	font-size    : 16px;
	font-weight  : 400;
	line-height  : 1.8;
	margin-bottom: 0;
	padding      : 0;
}

.heading.heading-light .heading-title {
	color: #ffffff;
}

.heading.heading-light .heading-desc {
	color: #ffffff;
}

/*------------------------------------*\
	#LOADING-SECTION
\*------------------------------------*/
.preloader {
	width           : 100%;
	height          : 100%;
	left            : 0;
	top             : 0;
	position        : fixed;
	z-index         : 99999;
	background-color: #ffffff;
	overflow        : hidden;
}

/*------------------------------------*\
    #Contact Form
\*------------------------------------*/
@media screen and (max-width: 767px) {
	.modal-dialog {
		max-width    : 310px;
		border-radius: 4px;
		margin-right : auto;
		margin-left  : auto;
	}
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		max-width    : 470px;
		border-radius: 4px;
	}
}

.popup-contact-form {
	background-color  : #ffffff;
	text-align        : center;
	padding           : 40px;
	border-radius     : 4px;
	-webkit-box-shadow: 0 3px 6px rgba(233, 120, 74, 0.16);
	box-shadow        : 0 3px 6px rgba(233, 120, 74, 0.16);
}

@media screen and (max-width: 767px) {
	.popup-contact-form {
		padding: 10px;
	}
}

.popup-contact-form .form-group {
	position     : relative;
	text-align   : left;
	margin-bottom: 30px;
}

.popup-contact-form .form-group label {
	background-color: #ffffff;
	font-size       : 18px;
	text-transform  : capitalize;
	margin-bottom   : 8px;
	z-index         : 1;
}

.popup-contact-form .form-group .form-control {
	border       : 1px solid #DEE2E6;
	border-radius: 4px;
	line-height  : 50px;
	height       : 50px;
	margin-bottom: 0;
	padding-left : 17px;
}

.popup-contact-form .heading .heading-title {
	font-size     : 30px;
	margin-bottom : 4px;
	text-transform: capitalize;
}

@media screen and (max-width: 767px) {
	.popup-contact-form .heading .heading-title {
		font-size: 26px;
	}
}

.popup-contact-form .heading .heading-desc {
	line-height: 1.31;
}

.popup-contact-form p.notice {
	font-size  : 12px;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.popup-contact-form p.notice {
		padding: 0 45px;
	}
}

.connect {
	text-align : center;
	font-size  : 16px;
	font-weight: 500;
	color      : #8492A6;
	line-height: 1.5;
}

.connect .connect-link {
	display: inline-block;
}

.connect .connect-link a {
	text-transform    : capitalize;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	color             : #373053;
	text-transform    : capitalize;
	position          : relative;
}

.connect .connect-link a span {
	display : inline-block;
	position: relative;
}

.connect .connect-link a span:before {
	content           : '';
	position          : absolute;
	bottom            : -2px;
	left              : 0;
	width             : 100%;
	height            : 2px;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
	background-color  : #E9ECEF;
}

.connect .connect-link a i {
	margin-left: 8px;
}

.connect .connect-link a:hover {
	color: #4a2074;
}

.connect .connect-link a:hover span:before {
	background-color: #4a2074;
}

.connect.connect-light {
	color: #ffffff;
}

.connect.connect-light .connect-link a {
	color: #373053;
}

.connect.connect-light .connect-link a span:before {
	background-color: #373053;
}

.connect.connect-light .connect-link a:hover {
	color: #ffffff;
}

.connect.connect-light .connect-link a:hover span:before {
	background-color: #ffffff;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header.header-transparent {
	background-color: transparent;
	position        : absolute;
	top             : 0;
	left            : 0;
	width           : 100%;
	z-index         : 1001;
}

@media screen and (min-width: 992px) {

	.header-2 .navbar-expand-lg>.container,
	.header-2 .navbar-expand-lg>.container-fluid {
		-webkit-box-pack: justify;
		-ms-flex-pack   : justify;
		justify-content : space-between;
		padding         : 0 70px;
	}
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
	margin-bottom: 0;
	border-radius: 0;
	min-height   : 100px;
	border       : none;
	padding      : 0;
}

.header .navbar .navbar-brand {
	margin-right: 0;
}

.header .navbar .navbar-brand .logo-dark {
	display: none;
}

.header .navbar .navbar-brand .logo-light {
	display: inline-block;
}

.header .navbar .navbar-nav>li {
	margin-right: 30px;
	position    : relative;
}

.header .navbar .navbar-nav>li:last-child {
	margin-right: 0;
}

.header .navbar .navbar-nav>li>a {
	font-family       : "Montserrat", sans-serif;
	font-size         : 16px;
	text-transform    : capitalize;
	font-weight       : 500;
	line-height       : 100px;
	color             : #ffffff;
	padding           : 0;
	position          : relative;
	display           : block;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

@media screen and (min-width: 992px) {
	.header .navbar .navbar-nav>li>a::before {
		position          : absolute;
		left              : 0;
		bottom            : 35px;
		content           : '';
		height            : 2px;
		width             : 0;
		background-color  : #E2E2E2;
		-webkit-transition: width 300ms linear;
		-o-transition     : width 300ms linear;
		transition        : width 300ms linear;
	}
}

@media screen and (min-width: 992px) {

	.header .navbar .navbar-nav>li.active>a:before,
	.header .navbar .navbar-nav>li>a:focus:before,
	.header .navbar .navbar-nav>li>a:hover:before {
		width: 50%;
	}
}

@media screen and (max-width: 991px) {
	.header .navbar .navbar-nav>li {
		margin-right: 0;
	}

	.header .navbar .navbar-nav>li a {
		margin-right: 0;
		padding     : 15px 10px;
		color       : #373053;
		line-height : 1;
	}

	.header .navbar .navbar-nav>li.active {
		background-color: #4a2074;
		border-radius   : 4px;
	}

	.header .navbar .navbar-nav>li.active a {
		color: #ffffff;
	}
}

.header .navbar.navbar-fixed {
	top               : 0;
	background        : #ffffff;
	-webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
	box-shadow        : 0 2px 4px rgba(3, 27, 78, 0.1);
	-webkit-animation : navbarFixed 0.8s;
	animation         : navbarFixed 0.8s;
}

.header .navbar.navbar-fixed .navbar-brand .logo-dark {
	display: inline-block;
}

.header .navbar.navbar-fixed .navbar-brand .logo-light {
	display: none;
}

.header .navbar.navbar-fixed .navbar-nav>li a {
	color      : #4a2074;
	line-height: 1;
}

.header .navbar.navbar-fixed .navbar-nav>li a::before {
	bottom: -8px;
}

@media screen and (max-width: 991px) {
	.header .navbar.navbar-fixed .navbar-nav>li a:hover {
		background-color: #4a2074;
		color           : #ffffff;
	}
}

.header .navbar.navbar-fixed .navbar-nav>li.active>a:before,
.header .navbar.navbar-fixed .navbar-nav>li>a:focus:before,
.header .navbar.navbar-fixed .navbar-nav>li>a:hover:before {
	background-color: #3c1a5f;
}

.header .navbar.navbar-fixed .navbar-nav>li.active a {
	color: #3c1a5f;
}

@media screen and (max-width: 991px) {
	.header .navbar.navbar-fixed .navbar-nav>li.active {
		background-color: #3c1a5f;
	}

	.header .navbar.navbar-fixed .navbar-nav>li.active a {
		color: #ffffff;
	}
}

@-webkit-keyframes navbarFixed {
	0% {
		opacity          : 0;
		-webkit-transform: translateY(-100%);
		transform        : translateY(-100%);
	}

	100% {
		opacity          : 1;
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}
}

@keyframes navbarFixed {
	0% {
		opacity          : 0;
		-webkit-transform: translateY(-100%);
		transform        : translateY(-100%);
	}

	100% {
		opacity          : 1;
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 576px) {
	.navbar .navbar-brand {
		max-width: 200px;
	}

	.navbar .navbar-brand img {
		max-width: 100%;
		height   : auto;
	}
}

@media only screen and (max-width: 991px) {
	.navbar .navbar-brand {
		margin-left: 15px;
		line-height: 100px;
	}

	.navbar .navbar-brand img {
		max-width: 100%;
		height   : auto;
	}

	.navbar .navbar-toggler {
		width             : 30px;
		height            : 30px;
		display           : -webkit-box;
		display           : -ms-flexbox;
		display           : flex;
		-webkit-box-pack  : center;
		-ms-flex-pack     : center;
		justify-content   : center;
		-webkit-box-align : center;
		-ms-flex-align    : center;
		align-items       : center;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
		cursor            : pointer;
		outline           : none;
		margin-right      : 30px;
		padding           : 0;
	}
}

@media only screen and (max-width: 991px) and (min-width: 992px) {
	.navbar .navbar-toggler {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		background-color: transparent;
	}

	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before,
	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
		top: 0;
	}

	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
		-webkit-transform: rotate(45deg);
		-ms-transform    : rotate(45deg);
		transform        : rotate(45deg);
	}

	.navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform    : rotate(-45deg);
		transform        : rotate(-45deg);
	}

	.navbar .navbar-toggler .navbar-toggler-icon {
		width             : 100%;
		height            : 2px;
		background-color  : #ffffff;
		position          : relative;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}

	.navbar .navbar-toggler .navbar-toggler-icon:before,
	.navbar .navbar-toggler .navbar-toggler-icon:after {
		content           : '';
		position          : absolute;
		left              : 0;
		height            : 2px;
		width             : 100%;
		background-color  : #ffffff;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition     : 0.3s ease-in-out;
		transition        : 0.3s ease-in-out;
	}

	.navbar .navbar-toggler .navbar-toggler-icon:before {
		top: -10px;
	}

	.navbar .navbar-toggler .navbar-toggler-icon:after {
		top: 10px;
	}

	.navbar .navbar-collapse {
		background-color: #ffffff;
		padding         : 15px;
	}

	.navbar.navbar-fixed .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
		background-color: transparent;
	}

	.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon {
		background-color: #4a2074;
	}

	.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:before,
	.navbar.navbar-fixed .navbar-toggler .navbar-toggler-icon:after {
		background-color: #4a2074;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header .navbar .navbar-nav>li {
		margin-right: 16px;
	}

	.module .module-icon,
	.module-consultation .btn {
		margin-right: 0;
	}
}

@media only screen and (min-width: 992px) {
	.navbar-collapse {
		padding-right: 0;
		padding-left : 0;
	}
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .module-container {
	padding-left: 35px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.header .module-container {
		padding-left: 15px;
	}
}

@media screen and (max-width: 991px) {
	.header .module-container {
		padding-left: 0;
		margin-top  : 15px;
	}
}

.header .module-container .module-cta .btn {
	width             : auto;
	height            : 50px;
	padding           : 0 17px;
	display           : block;
	cursor            : pointer;
	color             : #ffffff;
	font-size         : 16px;
	font-weight       : 600;
	text-transform    : capitalize;
	border-radius     : 5px;
	display           : -webkit-box;
	display           : -ms-flexbox;
	display           : flex;
	-webkit-box-pack  : center;
	-ms-flex-pack     : center;
	justify-content   : center;
	-webkit-box-align : center;
	-ms-flex-align    : center;
	align-items       : center;
	z-index           : inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition     : all 0.3s ease-in-out;
	transition        : all 0.3s ease-in-out;
	outline           : none;
	background-color  : transparent;
	border            : 1px solid #ffffff;
}

.header .module-container .module-cta .btn .icon {
	margin-left: 15px;
}

.header .module-container .module-cta .btn:hover {
	background-color: #ff7101;
	border-color    : #ff7101;
	color           : #ffffff;
}

@media screen and (max-width: 991px) {
	.header .module-container .module-cta .btn {
		width           : auto;
		height          : 40px;
		line-height     : 40px;
		font-size       : 13px;
		margin-right    : 15px;
		background-image: linear-gradient(135deg, #8A4EAD, #4a2074);
    background-color: #4a2074; /* Fallback */
		border          : 1px solid transparent; /* Ajuste para consistência com gradiente */
		color           : #ffffff;
	}

	.header .module-container .module-cta .btn:before {
		line-height: 40px;
	}
}

.header .navbar-fixed .module-container .module-cta .btn {
	background-image: linear-gradient(135deg, #8A4EAD, #4a2074);
  background-color: #4a2074; /* Fallback */
	border          : 1px solid transparent; /* Ajuste para consistência com gradiente */
	color           : #ffffff;
}

.header .navbar-fixed .module-container .module-cta .btn:hover {
	background-image: linear-gradient(135deg, #6d3c8c, #3c1a5f); /* Escurecendo o gradiente no hover */
  background-color: #3c1a5f; /* Fallback */
	border-color    : transparent;
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/
.hero {
	padding-top        : 200px;
	padding-bottom     : 300px;
	overflow           : visible;
	background-position: left center;
	position           : relative;
}

@media screen and (max-width: 767px) {
	.hero {
		padding: 150px 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.hero {
		padding-top   : 190px;
		padding-bottom: 160px;
	}
}

.hero .hero-cotainer .hero-content {
	padding-top          : 50px;
	display              : -webkit-box;
	display              : -ms-flexbox;
	display              : flex;
	-webkit-box-orient   : vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction   : column;
	flex-direction       : column;
	-webkit-box-pack     : center;
	-ms-flex-pack        : center;
	justify-content      : center;
}

@media screen and (max-width: 991px) {
	.hero .hero-cotainer .hero-content {
		padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.hero .hero-cotainer .hero-content {
		text-align  : center;
		max-width   : 430px;
		margin-right: auto;
		margin-left : auto;
	}
}

.hero .hero-cotainer .hero-content .hero-headline {
	color         : #ffffff;
	font-family   : "Montserrat", sans-serif;
	font-size     : 32px;
	font-weight   : 700;
	line-height   : 1.15;
	margin-bottom : 20px;
	text-transform: none;
}

@media screen and (max-width: 991px) {
	.hero .hero-cotainer .hero-content .hero-headline {
		font-size: 32px;
	}

	.hero .hero-cotainer .hero-content .hero-headline br {
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.hero .hero-cotainer .hero-content .hero-headline {
		font-size: 40px;
	}

	.hero .hero-cotainer .hero-content .hero-headline br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.hero .hero-cotainer .hero-content .hero-headline {
		font-size: 36px;
	}
}

.hero .hero-cotainer .hero-content .hero-bio {
	color        : #ffffff;
	font-family  : "Source Sans Pro", sans-serif;
	font-size    : 16px;
	font-weight  : 400;
	line-height  : 27px;
	margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {
	.hero .hero-cotainer .hero-content .hero-bio br {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.hero .hero-cotainer .hero-content .hero-action {
		margin-bottom: 30px;
	}
}

.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm {
	position: relative;
}

.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
	margin-bottom   : 0;
	background-color: #ffffff;
	border-radius   : 4px;
	padding-left    : 40px;
	padding-right   : 250px;
	border-bottom   : 0;
}

@media screen and (max-width: 767px) {
	.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .form-control {
		padding-left : 6px;
		padding-right: 200px;
	}
}

.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
	position: absolute;
	top     : 3px;
	right   : 3px;
}

@media screen and (max-width: 767px) {
	.hero .hero-cotainer .hero-content .hero-action .contact-body .contactForm .btn {
		width: 170px;
	}
}

.hero .hero-cotainer .hero-content .hero-action .form-action {
	position    : relative;
	max-width   : 600px;
	margin-right: auto;
	margin-left : auto;
}

.hero .hero-cotainer .hero-content .hero-action .form-action .input-group {
	border          : none;
	height          : 65px;
	padding         : 7px;
	border-radius   : 6px;
	background-color: #ffffff;
}

.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
	width      : 170px;
	height     : 50px;
	line-height: 50px;
}

.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn .icon {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.hero .hero-cotainer .hero-content .hero-action .form-action .input-group .btn {
		width: 120px;
	}
}

.hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
	margin-bottom: 0;
	border-radius: 0;
	padding-left : 24px;
	padding-right: 200px;
	border-bottom: 0;
	width        : calc(100% - 170px);
	height       : 50px;
}

@media screen and (max-width: 767px) {
	.hero .hero-cotainer .hero-content .hero-action .form-action .form-control {
		padding-left : 25px;
		padding-right: 130px;
		width        : calc(100% - 120px);
	}
}

.hero .hero-cotainer .hero-content .hero-action .form-action .btn {
	position: absolute;
	top     : 7px;
	right   : 7px;
	z-index : 60;
}

.hero .hero-cotainer .hero-content .hero-action .form-action .btn:hover,
.hero .hero-cotainer .hero-content .hero-action .form-action .btn:focus {
	background-color: #3c1a5f;
}

.divider-shape {
	position: absolute;
	top     : auto;
	right   : 0;
	bottom  : 0;
	left    : 0;
}

.divider-shape-top {
	position: absolute;
	top     : 0;
	right   : 0;
	bottom  : auto;
	left    : 0;
}

.divider-rotate {
	-webkit-transform: rotate(180deg);
	-ms-transform    : rotate(180deg);
	transform        : rotate(180deg);
	margin-top       : -170px;
	height           : 170px;
}

@media screen and (max-width: 575px) {
	.divider-rotate {
		height    : 100px;
		margin-top: -100px;
	}
}

.divider-shape-bottom {
	position: absolute;
	bottom  : 0;
	right   : 0;
	left    : 0;
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonials .testimonial-panel {
	padding           : 40px;
	-webkit-transition: all 0.3s linear;
	-o-transition     : all 0.3s linear;
	transition        : all 0.3s linear;
	position          : relative;
	background-color  : #ffffff;
	border-radius     : 4px;
	-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
	box-shadow        : 0 0 40px rgba(101, 93, 93, 0.16);
	border-bottom     : 4px solid #4a2074;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition     : all 300ms ease-in-out;
	transition        : all 300ms ease-in-out;
}

@media screen and (max-width: 991px) {
	.testimonials .testimonial-panel {
		max-width: 370px;
		padding  : 20px;
		margin   : 0 auto 30px auto;
	}
}

.testimonial-feedback {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    border: 2px solid;
    transition: all 0.3s ease;
}

.testimonial-feedback.success {
    background-color: #d4edda;
    color: #155724;
    border-color: #28a745;
}

.testimonial-feedback.error {
    background-color: #f8d7da;
    color: #721c24;
    border-color: #dc3545;
}

.testimonial-feedback i {
    margin-right: 8px;
    font-size: 16px;
}

/* Loading state para o botão */
.btn.loading {
    position: relative;
    pointer-events: none;
    opacity: 0.7;
}

.btn.loading span {
    visibility: hidden;
}

.btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid transparent;
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

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

.testimonial-panel:hover {
	cursor           : pointer;
	-webkit-transform: translateY(-7px);
	-ms-transform    : translateY(-7px);
	transform        : translateY(-7px);
}

.testimonial-panel .testimonial-body {
	display              : -webkit-box;
	display              : -ms-flexbox;
	display              : flex;
	-webkit-box-orient   : vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction   : column;
	flex-direction       : column;
	-webkit-box-pack     : center;
	-ms-flex-pack        : center;
	justify-content      : center;
	position             : relative;
}

.testimonial-panel .testimonial-body .testimonial-icon {
	font-size    : 29px;
	margin-bottom: 17px;
	color        : #4a2074;
}

.testimonial-panel .testimonial-body p {
	font-size    : 16px;
	line-height  : 1.8;
	margin-bottom: 0;
}

.testimonial-panel .testimonial-body .testimonial-author {
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-align: right;
	-ms-flex-align   : right;
	align-items      : right;
	-webkit-box-pack : right;
	-ms-flex-pack    : right;
	justify-content  : right;
	margin-top       : 30px;
}

.testimonial-panel .testimonial-body .testimonial-author .testimonial-img {
	width            : 56px;
	height           : 49px;
	background-color : #FAF8FB;
	border-radius    : 6px;
	margin-right     : 17px;
	display          : -webkit-box;
	display          : -ms-flexbox;
	display          : flex;
	-webkit-box-pack : right;
	-ms-flex-pack    : right;
	justify-content  : right;
	-webkit-box-align: right;
	-ms-flex-align   : right;
	align-items      : right;
}

.testimonial-panel .testimonial-body .testimonial-author .testimonial-img img {
	width    : auto;
	max-width: 100%;
	display  : inline-block;
}

.testimonial-panel .testimonial-body .testimonial-author p {
	font-family   : "Montserrat", sans-serif;
	color         : #373053;
	text-align    : left;
	font-size     : 16px;
	line-height   : 20px;
	font-weight   : 700;
	text-transform: capitalize;
	padding-top   : 5px;
	margin-bottom : 4px;
}

.testimonial-panel .testimonial-body .testimonial-author .testimonial-rating {
	text-align: left;
}

.testimonial-panel.style-1 {
	border-bottom-color: #F67362;
}

.testimonial-panel.style-1 .testimonial-body .testimonial-icon {
	color: #F67362;
}

.testimonial-panel.style-2 {
	border-bottom-color: #A06ECB;
}

.testimonial-panel.style-2 .testimonial-body .testimonial-icon {
	color: #A06ECB;
}

.testimonial-panel.style-3 {
	border-bottom-color: #8A4EAD;
}

.testimonial-panel.style-3 .testimonial-body .testimonial-icon {
	color: #8A4EAD;
}

/*------------------------------------*\
    #Features
\*------------------------------------*/
.features .feature-panel {
	padding              : 40px;
	border-radius        : 4px;
	position             : relative;
	-webkit-box-shadow   : none;
	box-shadow           : none;
	cursor               : pointer;
	display              : -webkit-box;
	display              : -ms-flexbox;
	display              : flex;
	-webkit-box-orient   : vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction   : column;
	flex-direction       : column;
	-webkit-transition   : all 300ms linear;
	-o-transition        : all 300ms linear;
	transition           : all 300ms linear;
}

.features .feature-panel.active,
.features .feature-panel:hover {
	-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
	box-shadow        : 0 0 40px rgba(101, 93, 93, 0.16);
}

@media screen and (max-width: 991px) {
	.features .feature-panel {
		-webkit-box-align: center;
		-ms-flex-align   : center;
		align-items      : center;
		max-width        : 370px;
		margin           : 0 auto 50px auto;
	}
}

.features .feature-panel .feature-icon {
	color        : #4a2074;
	font-size    : 53px;
	line-height  : 78px;
	margin-right : 0px;
	position     : relative;
	margin-bottom: 13px;
	width        : 100px;
	height       : 88px;
	text-align   : center;
}

.features .feature-panel .feature-icon.text-center {
	margin-right: auto;
	margin-left : auto;
}

@media screen and (max-width: 991px) {
	.features .feature-panel .feature-content {
		text-align: center;
	}
}

.features .feature-panel .feature-content h3 {
	font-size     : 24px;
	line-height   : 1.5;
	margin-bottom : 5px;
	text-transform: capitalize;
}

.features .feature-panel .feature-content p {
	font-size    : 16px;
	font-weight  : 400;
	line-height  : 24px;
	margin-bottom: 0;
}

/* Novos estilos para Topic Cards */
.topic-card {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 35px 25px;
	height: 100%;
	position: relative;
	border-left: 4px solid #8A4EAD;
	-webkit-box-shadow: 0 2px 20px rgba(74, 32, 116, 0.08);
	box-shadow: 0 2px 20px rgba(74, 32, 116, 0.08);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.topic-card:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 8px 40px rgba(74, 32, 116, 0.15);
	box-shadow: 0 8px 40px rgba(74, 32, 116, 0.15);
}

.topic-card-featured {
	border-left-color: #4a2074;
	background: linear-gradient(135deg, rgba(74, 32, 116, 0.02), rgba(138, 78, 173, 0.02));
}

.topic-card-featured:hover {
	-webkit-box-shadow: 0 8px 40px rgba(74, 32, 116, 0.2);
	box-shadow: 0 8px 40px rgba(74, 32, 116, 0.2);
}

.topic-card-secondary {
	border-left-color: #A06ECB;
}

.topic-content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.topic-content h3 {
	font-family: "Montserrat", sans-serif;
	color: #373053;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 15px;
	text-transform: none;
}

.topic-content p {
	color: #8492A6;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Responsividade */
@media screen and (max-width: 767px) {
	.topic-card {
		margin-bottom: 25px;
		padding: 25px 20px;
	}
	
	.topic-content h3 {
		font-size: 18px;
		text-align: center;
	}
	
	.topic-content p {
		text-align: center;
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.features .row .col-md-6:nth-child(odd) {
		clear: left;
	}
}

.about .heading {
	margin-top   : 40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.about .btn {
		margin-bottom: 50px;
	}
}

.about .about-list .about-item {
	margin-bottom     : 30px;
	position          : relative;
	border-radius     : 4px;
	padding           : 30px 15px;
	-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
	box-shadow        : 0 0 40px rgba(101, 93, 93, 0.16);
	overflow          : hidden;
	text-align        : center;
	border-bottom     : 4px solid #4a2074;
}

@media screen and (max-width: 1200px) {
	.about .about-list .about-item {
		padding: 18px 10px;
	}
}

.about .about-list .about-item .about-item-icon {
	width     : 50px;
	height    : 50px;
	position  : relative;
	margin    : 0 auto 14px auto;
	text-align: center;
}

.about .about-list .about-item .about-item-title {
	font-family   : "Montserrat", sans-serif;
	color         : #373053;
	font-size     : 14px;
	line-height   : 24px;
	font-weight   : 700;
	text-transform: capitalize;
	position      : relative;
	z-index       : 1;
}

.about .about-list .about-item.style-1 {
	border-bottom-color: #F67362;
}

.about .about-list .about-item.style-2 {
	border-bottom-color: #A06ECB;
}

.about .about-list .about-item.style-3 {
	border-bottom-color: #8A4EAD;
}

@media screen and (max-width: 767px) {
	.author {
		text-align: center;
	}
}

.author .author-education h3 {
	font-size    : 20px;
	font-weight  : 700;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.author .author-education h3 {
		font-size: 24px;
	}
}

.author .author-education .education-list .education-item {
	margin-bottom     : 30px;
	border-radius     : 4px;
	background-color  : #ffffff;
	-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
	box-shadow        : 0 0 40px rgba(101, 93, 93, 0.16);
	padding           : 30px 30px 30px 20px;
	border-bottom     : 4px solid transparent; /* Alterado para transparente */
  position          : relative; /* Necessário para o pseudo-elemento */
  overflow          : hidden; /* Para garantir que o pseudo-elemento não ultrapasse as bordas arredondadas */
}

.author .author-education .education-list .education-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  /* Gradiente padrão, pode ser sobreposto pelas classes style-1, style-2 */
  background-image: linear-gradient(to right, #8A4EAD, #4a2074); 
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.author .author-education .education-list .education-item {
		padding: 20px;
	}
}

.author .author-education .education-list .education-item .education-title {
	font-family   : "Montserrat", sans-serif;
	color         : #373053;
	font-size     : 16px;
	font-weight   : 700;
	text-transform: capitalize;
	margin-bottom : 5px;
}

.author .author-education .education-list .education-item .education-period {
	font-size    : 15px;
	line-height  : 17px;
	color        : #4a2074;
	margin-bottom: 10px;
}

.author .author-education .education-list .education-item .education-desc {
	font-size: 16px;
}

.author .author-education .education-list .education-item.style-1 {
	/* border-bottom-color: #F67362; */ /* Removido */
}

.author .author-education .education-list .education-item.style-1::after {
  background-image: linear-gradient(to right, #8A4EAD, #6d3c8c); /* Gradiente roxo claro para médio */
}

.author .author-education .education-list .education-item.style-1 .education-period {
	color: #8A4EAD; /* Mantendo uma cor de destaque para o período, se usado */
}

.author .author-education .education-list .education-item.style-2 {
	/* border-bottom-color: #A06ECB; */ /* Removido */
}

.author .author-education .education-list .education-item.style-2::after {
  background-image: linear-gradient(to right, #6d3c8c, #4a2074); /* Gradiente roxo médio para escuro */
}

.author .author-education .education-list .education-item.style-2 .education-period {
	color: #6d3c8c; /* Mantendo uma cor de destaque para o período, se usado */
}

.author .author-social h4 {
	font-size: 20px;
}

.author .author-social a {
	width        : 32px;
	height       : 32px;
	line-height  : 32px;
	font-size    : 16px;
	color        : #BABABA;
	border       : 1px solid #BABABA;
	display      : inline-block;
	border-radius: 50%;
	text-align   : center;
	margin-right : 10px;
}

.author .author-social a:hover {
	color       : #4a2074;
	border-color: #4a2074;
}

@media screen and (max-width: 767px) {
	.author img {
		margin-bottom: 50px;
	}
}

/*------------------------------------*\
    #Call To Action
\*------------------------------------*/
.cta {
	position  : relative;
	margin-top: 50px;
}

.cta .action-container {
	padding         : 50px;
	position        : relative;
	background-color: #4a2074;
	border-radius   : 10px;
	z-index         : 1;
}

@media screen and (max-width: 991px) {
	.cta .action-container {
		padding: 10px;
	}
}

.cta .action-container .cta-cover {
	/*background-color: #5F3A8A;*/
}

.cta h3 {
	color        : #ffffff;
	font-size    : 30px;
	line-height  : 45px;
	margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
	.cta h3 {
		font-size  : 28px;
		padding    : 0;
		line-height: 35px;
	}
}

.cta .form-action {
	position    : relative;
	max-width   : 600px;
	margin-right: auto;
	margin-left : 0;
}

.cta .form-action .input-group {
	border          : none;
	height          : 65px;
	padding         : 7px;
	border-radius   : 4px;
	background-color: #ffffff;
}

.cta .form-action .input-group .btn {
	width      : 170px;
	height     : 50px;
	line-height: 50px;
}

.cta .form-action .input-group .btn:hover,
.cta .form-action .input-group .btn:focus {
	background-color: #3c1a5f;
}

.cta .form-action .input-group .btn .icon {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.cta .form-action .input-group .btn {
		width: 120px;
	}
}

.cta .form-action .form-control {
	margin-bottom: 0;
	border-radius: 0;
	padding-left : 24px;
	padding-right: 210px;
	border-bottom: 0;
	width        : calc(100% - 170px);
	height       : 50px;
}

@media screen and (max-width: 767px) {
	.cta .form-action .form-control {
		padding-left : 0;
		padding-right: 130px;
		width        : calc(100% - 120px);
	}
}

.cta .form-action .btn {
	position: absolute;
	top     : 7px;
	right   : 7px;
	z-index : 60;
}

@media screen and (max-width: 991px) {
	.cta {
		text-align: center;
	}

	.cta .cta-cover {
		margin-bottom: 30px;
	}
}

/*------------------------------------*\
    #PRICING-SECTION
\*------------------------------------*/
.pricing .pricing-panel {
	width             : 370px;
	background-color  : #ffffff;
	-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
	box-shadow        : 0 0 40px rgba(101, 93, 93, 0.16);
	padding           : 60px 35px;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition     : all 0.35s ease-in-out;
	transition        : all 0.35s ease-in-out;
	position          : relative;
	border-radius     : 4px;
	border-bottom     : 4px solid #4a2074;
	overflow          : hidden;
	position          : absolute;
	-webkit-transform : scale(0.85) translateX(177px);
	-ms-transform     : scale(0.85) translateX(177px);
	transform         : scale(0.85) translateX(177px);
}

@media screen and (max-width: 991px) {
	.pricing .pricing-panel {
		position         : relative;
		-webkit-transform: scale(1) translateX(0);
		-ms-transform    : scale(1) translateX(0);
		transform        : scale(1) translateX(0);
		width            : 100%;
		max-width        : 370px;
		margin           : 0 auto 30px auto;
	}
}

.pricing .pricing-panel.active {
	z-index          : 2;
	-webkit-transform: scale(1);
	-ms-transform    : scale(1);
	transform        : scale(1);
}

.pricing .pricing-panel.active .btn:hover {
	background-color: #3c1a5f;
}

.pricing .pricing-panel:last-of-type {
	z-index            : 1;
	border-bottom-color: #F67362;
}

.pricing .pricing-panel:last-of-type .btn {
	background-color: #F67362;
}

@media screen and (max-width: 991px) {
	.pricing .pricing-panel {
		max-width    : 370px;
		margin-right : auto;
		margin-left  : auto;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.pricing .pricing-panel {
		width       : 45%;
		float       : left;
		margin-right: 15px;
		margin-left : 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.pricing .pricing-panel {
		width: 300px;
	}
}

.pricing .pricing-panel .pricing-head {
	text-align   : center;
	margin-bottom: 30px;
}

.pricing .pricing-panel .pricing-head .pricing-name {
	font-family  : "Montserrat", sans-serif;
	font-size    : 32px;
	font-weight  : 700;
	color        : #373053;
	margin-bottom: 25px;
}

.pricing .pricing-panel .pricing-head .currency {
	font-family: "Montserrat", sans-serif;
	font-size  : 28px;
	font-weight: 600;
	color      : #373053;
}

.pricing .pricing-panel .pricing-head .currency span {
	font-size: 16px;
}

.pricing .pricing-panel .pricing-body {
	text-align: center;
}

.pricing .pricing-panel .pricing-body .pricing-list {
	margin-bottom: 30px;
}

.pricing .pricing-panel .pricing-body .pricing-list li {
	font-size    : 16px;
	line-height  : 1.5;
	font-weight  : 400;
	text-align   : center;
	padding      : 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing .pricing-panel .pricing-body .pricing-list li:last-child {
	border-bottom : none;
	padding-bottom: 0;
}

.pricing .pricing-panel .pricing-body .btn {
	width: 186px;
}

.pricing .pricing-panel .pricing-body .btn .icon {
	margin-left: 10px;
}

@media screen and (max-width: 991px) {
	.pricing .pricing-panel .pricing-body .btn {
		width       : calc(100% - 30px);
		margin-right: auto;
		margin-left : auto;
	}
}

/*------------------------------------*\
    #Footer
\*------------------------------------*/
.footer {
	padding-top     : 250px;
	position        : relative;
	background-color: #4a2074;
	margin-top      : -200px;
}

.footer .footer-top {
	padding: 65px 0;
}

@media screen and (max-width: 991px) {
	.footer .footer-top {
		text-align: center;
		padding   : 35px 0;
	}
}

.footer .footer-top .footer-logo img {
	max-width: 100%;
	height   : auto;
}

.footer .footer-top .footer-navigation {
	margin-bottom: 0;
	text-align   : center;
}

@media screen and (max-width: 991px) {
	.footer .footer-top .footer-navigation {
		margin-top   : 20px;
		margin-bottom: 20px;
	}
}

.footer .footer-top .footer-navigation li {
	display     : inline-block;
	margin-right: 30px;
}

@media screen and (max-width: 991px) {
	.footer .footer-top .footer-navigation li {
		margin-right: 16px;
	}
}

.footer .footer-top .footer-navigation li:last-child {
	margin-right: 0;
}

.footer .footer-top .footer-navigation li a {
	font-size         : 18px;
	line-height       : 42px;
	color             : #ffffff;
	font-weight       : 500;
	font-family       : "Source Sans Pro", sans-serif;
	padding           : 0;
	-webkit-transition: 300ms ease-in-out;
	-o-transition     : 300ms ease-in-out;
	transition        : 300ms ease-in-out;
	text-transform    : capitalize;
}

.footer .footer-top .footer-navigation li a:hover {
	color: #0c0a2e; /* Alterado de #ff7101 */
}

.footer .footer-top .footer-social {
	text-align: right;
}

@media screen and (max-width: 991px) {
	.footer .footer-top .footer-social {
		text-align: center;
	}
}

.footer .footer-top .footer-social ul {
	margin-bottom: 0;
}

.footer .footer-top .footer-social ul li {
	display     : inline-block;
	margin-right: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.footer .footer-top .footer-social ul li {
		margin-right: 10px;
	}
}

.footer .footer-top .footer-social ul li:last-child {
	margin-right: 0;
}

.footer .footer-top .footer-social ul li a {
	font-size  : 17px;
	line-height: 42px;
	color      : #ffffff;
}

.footer .footer-top .footer-social ul li a:hover {
	color: #0c0a2e; /* Alterado de #ff7101 */
}

.footer .footer-bottom {
	background-color: #4a2074;
}

.footer .footer-bottom hr {
	border-color: rgba(255, 255, 255, 0.1);
}

.footer .footer-bottom .footer-copyright {
	padding-top   : 38px;
	padding-bottom: 38px;
	font-family   : "Montserrat", sans-serif;
	font-size     : 14px;
	font-weight   : 400;
	line-height   : 1.5;
	text-transform: capitalize;
	color         : #D8DBFC;
}

.footer .footer-bottom .footer-copyright a {
	color      : #ffffff;
	font-weight: 600;
}

.footer .footer-bottom .footer-copyright a:hover {
	color: #0c0a2e; /* Alterado de #ff7101 */
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.footer-copyright {
		font-size: 12px;
	}
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-dots {
	display         : -webkit-box;
	display         : -ms-flexbox;
	display         : flex;
	-webkit-box-pack: center;
	-ms-flex-pack   : center;
	justify-content : center;
	margin-top      : 40px;
}

.carousel-dots .owl-dots.disabled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.carousel-dots .owl-dots .owl-dot {
	width           : 10px;
	height          : 10px;
	border          : solid 1px #4a2074;
	background-color: #4a2074;
	border-radius   : 50%;
	margin-right    : 13px;
}

.carousel-dots .owl-dots .owl-dot.active {
	background-color: #ffffff;
	border          : 2px solid #4a2074;
}

.carousel-dots .owl-dots .owl-dot:hover,
.carousel-dots .owl-dots .owl-dot:focus {
	outline: none;
}

.carousel-navs .owl-nav.disabled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.carousel-navs .owl-nav [class*="owl-"] {
	position         : absolute;
	top              : 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform    : translateY(-50%);
	transform        : translateY(-50%);
	outline          : none;
}

@media screen and (max-width: 1200px) {
	.carousel-navs .owl-nav [class*="owl-"] {
		display: none;
	}
}

.carousel-navs .owl-nav [class*="owl-"] span {
	display: none;
}

.carousel-navs .owl-nav [class*="owl-"]::before {
	font-family: 'icomoon';
	font-size  : 30px;
	color      : #4a2074;
}

.carousel-navs .owl-nav [class*="owl-"]:hover:before {
	color: #373053;
}

.carousel-navs .owl-nav .owl-prev {
	left             : -40px;
	-webkit-transform: rotate(-180deg) translateY(50%);
	-ms-transform    : rotate(-180deg) translateY(50%);
	transform        : rotate(-180deg) translateY(50%);
}

@media screen and (max-width: 991px) {
	.carousel-navs .owl-nav .owl-prev {
		left: 0px;
	}
}

.carousel-navs .owl-nav .owl-prev::before {
	content: '\e901';
}

.carousel-navs .owl-nav .owl-next {
	right: -40px;
}

@media screen and (max-width: 991px) {
	.carousel-navs .owl-nav .owl-next {
		right: 0px;
	}
}

.carousel-navs .owl-nav .owl-next::before {
	content: '\e901';
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.carousel-dots .owl-controls {
		margin-top: 20px;
	}
}

/*------------------------------------*\
    #Promo Page
\*------------------------------------*/
.landing-hero {
	padding: 125px 0 250px 0;
}

@media screen and (max-width: 991px) {
	.landing-hero {
		padding: 125px 0 90px 0;
	}
}

.landing-hero .landing-content {
	padding-top: 100px;
}

@media screen and (max-width: 991px) {
	.landing-hero .landing-content {
		padding-top  : 50px;
		margin-bottom: 50px;
		text-align   : center;
	}
}

.landing-hero .landing-content h1 {
	font-size    : 45px;
	font-weight  : 500;
	line-height  : 1.5;
	color        : #ffffff;
	margin-bottom: 33px;
}

@media screen and (max-width: 991px) {
	.landing-hero .landing-content h1 {
		font-size  : 34px;
		line-height: 50px;
	}
}

@media screen and (max-width: 1200px) {
	.landing-hero .landing-content h1 {
		font-size  : 40px;
		line-height: 50px;
	}
}

@media screen and (max-width: 991px) {
	.landing-hero .landing-content {
		font-size  : 50px;
		line-height: 55px;
	}
}

.landing-hero .landing-content p {
	font-family: "Montserrat", sans-serif;
	font-size  : 18px;
	line-height: 27px;
}

.landing-hero .landing-content .scroll-to i {
	-webkit-transform: rotate(90deg);
	-ms-transform    : rotate(90deg);
	transform        : rotate(90deg);
	display          : inline-block;
	color            : #4a2074;
	font-size        : 42px;
	cursor           : pointer;
	-webkit-animation: 1s Up-Down ease-in-out infinite;
	animation        : 1s Up-Down ease-in-out infinite;
}

.landing-demos {
	padding: 120px 0 40px 0;
}

@media screen and (max-width: 991px) {
	.landing-demos {
		padding: 40px 0;
	}
}

.landing-demos .showcase-card {
	-webkit-transition: all 300ms;
	-o-transition     : all 300ms;
	transition        : all 300ms;
	margin            : 0 auto 80px auto;
	font-size         : 16px;
	font-weight       : 500;
	color             : #373053;
	text-align        : center;
	text-transform    : capitalize;
}

@media screen and (max-width: 991px) {
	.landing-demos .showcase-card {
		max-width: 500px;
	}
}

.landing-demos .showcase-card .showcase-card-img {
	-webkit-box-shadow: 0px 30px 50px rgba(33, 37, 40, 0.1);
	box-shadow        : 0px 30px 50px rgba(33, 37, 40, 0.1);
	margin-bottom     : 30px;
}

.landing-demos .showcase-card .showcase-card-img img {
	max-width         : 100%;
	height            : auto;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition     : all 300ms ease-in-out;
	transition        : all 300ms ease-in-out;
}

.landing-demos .showcase-card a {
	color             : #373053;
	text-align        : center;
	display           : block;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition     : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}

.landing-demos .showcase-card a:hover {
	color: #4a2074;
}

.landing-demos .showcase-card:hover {
	-webkit-transform: translateY(-6px);
	-ms-transform    : translateY(-6px);
	transform        : translateY(-6px);
}

.landing-action {
	padding   : 120px 0;
	margin-top: 177px;
	overflow  : visible;
}

@media screen and (max-width: 991px) {
	.landing-action {
		margin-top: 0;
	}
}

.landing-action h3 {
	color        : #fffefe;
	font-size    : 45px;
	font-weight  : 500;
	line-height  : 60px;
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	.landing-action h3 {
		font-size  : 28px;
		line-height: 35px;
	}
}

.landing-action p {
	color        : #ffffff;
	font-size    : 18px;
	font-weight  : 400;
	line-height  : 1.5;
	margin-bottom: 5px;
}

.landing-featues {
	padding-bottom: 50px;
}

.landing-featues .feature-box {
	margin-bottom: 50px;
}

@-webkit-keyframes Up-Down {
	0% {
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}

	50% {
		-webkit-transform: translateY(20px);
		transform        : translateY(20px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}
}

@keyframes Up-Down {
	0% {
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}

	50% {
		-webkit-transform: translateY(20px);
		transform        : translateY(20px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform        : translateY(0);
	}
}

.hero .hero-cotainer .hero-content .hero-benefits {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 15px; 
}

.hero .hero-cotainer .hero-content .hero-benefits ul {
  padding-left: 0; 
  text-align: left; 
}

.hero .hero-cotainer .hero-content .hero-benefits ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px; 
  line-height: 1.8;
  margin-bottom: 8px;
  display: flex; 
  align-items: center;
}

.hero .hero-cotainer .hero-content .hero-benefits ul li i {
  margin-right: 10px;
  color: #0c0a2e; /* Alterado de #ff7101 */ 
  font-size: 18px; 
}

@media screen and (max-width: 767px) {
  .hero .hero-cotainer .hero-content .hero-benefits ul {
    display: inline-block; 
    text-align: left;
  }
}

/* Ajustes de cor para a seção Author com fundo escuro */
.author.bg-deep-purple .heading .heading-title,
.author.bg-deep-purple .heading .heading-desc,
.author.bg-deep-purple .author-education h3,
.author.bg-deep-purple .author-social h4 {
  color: #ffffff; /* Textos principais da seção autor para branco */
}

.author.bg-deep-purple .author-social a {
  color: #D8DBFC; /* Cor para links sociais, similar ao footer */
  border-color: #D8DBFC;
}

.author.bg-deep-purple .author-social a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.author {
	background-color: #4a2074 ;
}

/* Keyframes para animação de entrada */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* Classe para aplicar a animação */
.animate-on-scroll {
  opacity: 0; /* Começa invisível */
}

.animate-on-scroll.animated {
  animation: fadeInUp 0.8s ease-out forwards;
}

.author-education .author-qualifications {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 15px;
}

.author-education .author-qualifications ul {
  padding-left: 0;
  text-align: left;
}

.author-education .author-qualifications li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.author-education .author-qualifications li i {
  margin-right: 10px;
  color: #D8DBFC;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .author-education .author-qualifications ul {
    display: block;
    text-align: left;
    padding-left: 0;
  }
  
  .author-education .author-qualifications li {
    text-align: left;
    justify-content: flex-start;
  }
}

.author.bg-deep-purple,
.author.bg-deep-purple h2,
.author.bg-deep-purple h3,
.author.bg-deep-purple h4,
.author.bg-deep-purple h5,
.author.bg-deep-purple h6,
.author.bg-deep-purple p,
.author.bg-deep-purple span,
.author.bg-deep-purple li,
.author.bg-deep-purple ul,
.author.bg-deep-purple a,
.author.bg-deep-purple .author-education,
.author.bg-deep-purple .author-education *,
.author.bg-deep-purple .heading-title {
  color: #fff !important;
  background-color: #4a2074 !important;
}

/* Novos estilos para Leadership Benefits */
.leadership-benefits {
	margin-top: 40px;
}

.benefit-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	margin-bottom: 25px;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 15px rgba(74, 32, 116, 0.06);
	box-shadow: 0 2px 15px rgba(74, 32, 116, 0.06);
	border-left: 3px solid #8A4EAD;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.benefit-card:hover {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
	-webkit-box-shadow: 0 4px 25px rgba(74, 32, 116, 0.12);
	box-shadow: 0 4px 25px rgba(74, 32, 116, 0.12);
}

.benefit-icon {
	margin-right: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.icon-circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 20px;
	color: #ffffff;
	position: relative;
}

.icon-circle.style-1 {
	background: linear-gradient(135deg, #8A4EAD, #A06ECB);
}

.icon-circle.style-2 {
	background: linear-gradient(135deg, #4a2074, #8A4EAD);
}

.icon-circle.style-3 {
	background: linear-gradient(135deg, #A06ECB, #4a2074);
}

.benefit-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 5px;
}

.benefit-content h4 {
	font-family: "Montserrat", sans-serif;
	color: #373053;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	text-transform: none;
}

/* Responsividade para benefit cards */
@media screen and (max-width: 767px) {
	.benefit-card {
		padding: 15px;
		margin-bottom: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	
	.benefit-icon {
		margin-right: 0;
		margin-bottom: 15px;
		-ms-flex-item-align: center;
		align-self: center;
	}
	
	.benefit-content h4 {
		font-size: 16px;
		text-align: center;
	}
	
	/* Garante que a seção sobre seja centralizada no mobile */
	.about .heading {
		text-align: center;
	}
	
	.about .leadership-benefits {
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.benefit-card {
		padding: 18px;
	}
	
	.benefit-content h4 {
		font-size: 17px;
	}
}

/* Manter estilos antigos para compatibilidade */
.about .about-list .about-item {
	margin-bottom     : 30px;
	position          : relative;
	border-radius     : 4px;
	padding           : 30px 15px;
	-webkit-box-shadow: 0 0 40px rgba(101, 93, 93, 0.16);
	box-shadow        : 0 0 40px rgba(101, 93, 93, 0.16);
	overflow          : hidden;
	text-align        : center;
	border-bottom     : 4px solid #4a2074;
}

@media screen and (max-width: 1200px) {
	.about .about-list .about-item {
		padding: 18px 10px;
	}
}

.about .about-list .about-item .about-item-icon {
	width     : 50px;
	height    : 50px;
	position  : relative;
	margin    : 0 auto 14px auto;
	text-align: center;
}

.about .about-list .about-item .about-item-title {
	font-family   : "Montserrat", sans-serif;
	color         : #373053;
	font-size     : 14px;
	line-height   : 24px;
	font-weight   : 700;
	text-transform: capitalize;
	position      : relative;
	z-index       : 1;
}

.about .about-list .about-item.style-1 {
	border-bottom-color: #F67362;
}

.about .about-list .about-item.style-2 {
	border-bottom-color: #A06ECB;
}

.about .about-list .about-item.style-3 {
	border-bottom-color: #8A4EAD;
}

/*------------------------------------*\
    #Testimonial Form
\*------------------------------------*/
.testimonial-form {
	padding-top: 80px;
	padding-bottom: 80px;
}

.testimonial-form-container {
	max-width: 100%;
}

.testimonial-form-card {
	background-color: #ffffff;
	border-radius: 12px;
	-webkit-box-shadow: 0 10px 50px rgba(74, 32, 116, 0.1);
	box-shadow: 0 10px 50px rgba(74, 32, 116, 0.1);
	padding: 0;
	overflow: hidden;
	position: relative;
}

.testimonial-form-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #8A4EAD, #4a2074, #A06ECB);
}

.form-header {
	background: linear-gradient(135deg, rgba(74, 32, 116, 0.05), rgba(138, 78, 173, 0.05));
	padding: 40px 40px 30px 40px;
	text-align: center;
	border-bottom: 1px solid rgba(74, 32, 116, 0.1);
}

.form-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #8A4EAD, #4a2074);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 20px auto;
	color: #ffffff;
	font-size: 24px;
	-webkit-box-shadow: 0 4px 20px rgba(74, 32, 116, 0.3);
	box-shadow: 0 4px 20px rgba(74, 32, 116, 0.3);
}

.form-header h4 {
	font-family: "Montserrat", sans-serif;
	color: #373053;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: none;
}

.testimonial-form-content {
	padding: 40px;
}

.testimonial-form-content .form-group {
	margin-bottom: 25px;
}

.testimonial-form-content .form-group label {
	font-family: "Montserrat", sans-serif;
	color: #373053;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
	text-transform: none;
}

.testimonial-form-content .form-control {
	border: 2px solid #E9ECEF;
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 14px;
	line-height: 1.5;
	height: auto;
	background-color: #ffffff;
	color: #373053;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 0;
}

.testimonial-form-content .form-control:focus {
	border-color: #4a2074;
	-webkit-box-shadow: 0 0 0 3px rgba(74, 32, 116, 0.1);
	box-shadow: 0 0 0 3px rgba(74, 32, 116, 0.1);
	outline: none;
}

.testimonial-form-content .form-control::-webkit-input-placeholder {
	color: #8492A6;
	font-style: italic;
}

.testimonial-form-content .form-control:-moz-placeholder {
	color: #8492A6;
	font-style: italic;
}

.testimonial-form-content .form-control::-moz-placeholder {
	color: #8492A6;
	font-style: italic;
}

.testimonial-form-content .form-control:-ms-input-placeholder {
	color: #8492A6;
	font-style: italic;
}

.testimonial-textarea {
	resize: vertical;
	min-height: 120px;
}

.form-text {
	font-size: 12px;
	color: #8492A6;
	margin-top: 8px;
	display: block;
}

.form-text i {
	color: #8A4EAD;
	margin-right: 5px;
}

/* Star Rating */
.rating-group {
	text-align: center;
}

.rating-group label {
	text-align: center;
	display: block;
	margin-bottom: 15px;
}

.star-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	gap: 5px;
}

.star-rating input[type="radio"] {
	display: none;
}

.star-rating label {
	font-size: 24px;
	color: #DEE2E6;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 0;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
	color: #ff7101;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.star-rating label:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/* Form Actions */
.form-actions {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid rgba(74, 32, 116, 0.1);
}

.form-actions .btn {
	width: auto;
	padding: 0 30px;
	margin-bottom: 15px;
}

.form-note {
	font-size: 12px;
	color: #8492A6;
	margin-bottom: 0;
	margin-top: 15px;
	font-style: italic;
}

.form-note i {
	color: #8A4EAD;
	margin-right: 5px;
}

/* Responsividade */
@media screen and (max-width: 767px) {
	.testimonial-form {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.form-header {
		padding: 30px 20px 25px 20px;
	}
	
	.form-header h4 {
		font-size: 20px;
	}
	
	.testimonial-form-content {
		padding: 30px 20px;
	}
	
	.form-icon {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	
	.star-rating label {
		font-size: 20px;
	}
	
	.star-rating {
		gap: 3px;
	}
}

/* Stats Section */
.stats-section {
    background: linear-gradient(135deg, #4a2074 0%, #6a4190 50%, #8a61ac 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.stats-section::before {
    display: none;
}

.stats-row {
    justify-content: center;
    align-items: stretch;
}

.stat-card {
    text-align: center;
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.8s ease;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-number {
    margin-bottom: 15px;
}

.stat-number .counter {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    display: block;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Montserrat', sans-serif;
}

.stat-label {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.opacity-80 {
    opacity: 0.8;
}

/* Responsive para stats */
@media screen and (max-width: 991px) {
    .stats-section {
        padding: 60px 0;
    }
    
    .stat-card {
        padding: 25px 10px;
        margin-bottom: 20px;
    }
    
    .stat-number .counter {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 767px) {
    .stats-section {
        padding: 50px 0;
    }
    
    .stats-row {
        margin: 0 -5px;
    }
    
    .stats-row > [class*="col-"] {
        padding: 0 5px;
        margin-bottom: 15px;
    }
    
    .stat-card {
        padding: 20px 10px;
    }
    
    .stat-number .counter {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.75rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 576px) {
    .stats-row > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Animação de counter */
.counter {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.counter.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Companies Section */
.companies-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.companies-slider-container {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    margin: 0 -15px;
}

.companies-slider {
    display: flex;
    align-items: center;
    animation: slide 40s linear infinite;
    gap: 60px;
    min-width: calc(200px * 20); /* 20 logos * 200px cada */
}

.company-logo {
    flex-shrink: 0;
    width: 180px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(74, 32, 116, 0.1);
}

.company-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(74, 32, 116, 0.15);
    border-color: rgba(74, 32, 116, 0.2);
}

.company-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(1) opacity(0.7);
    transition: all 0.3s ease;
}

.company-logo:hover img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.05);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Pausar animação no hover */
.companies-slider:hover {
    animation-play-state: paused;
}

.companies-note {
    font-size: 16px;
    color: #6c757d;
    font-style: italic;
    margin: 0;
    padding: 20px 0;
}

.companies-note i {
    color: #4a2074;
    margin-right: 8px;
    font-size: 18px;
}

/* Fade effect nas bordas */
.companies-slider-container::before,
.companies-slider-container::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.companies-slider-container::before {
    left: 0;
    background: linear-gradient(to right, #f8f9fa, transparent);
}

.companies-slider-container::after {
    right: 0;
    background: linear-gradient(to left, #f8f9fa, transparent);
}

/* Responsividade */
@media (max-width: 768px) {
    .companies-section {
        padding: 60px 0;
    }
    
    .company-logo {
        width: 140px;
        height: 80px;
        padding: 15px;
    }
    
    .companies-slider {
        gap: 40px;
        animation-duration: 30s;
    }
    
    .companies-note {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .company-logo {
        width: 120px;
        height: 70px;
        padding: 12px;
    }
    
    .companies-slider {
        gap: 30px;
        animation-duration: 25s;
    }
}