body {
		font-family: "Poppins", sans-serif;
}

@media (min-width: 1200px) {
		.container {
				max-width: 1200px !important;
		}
}

[class*="text-color-hover-"] {
		transition: ease all 300ms;
}

[class*="bg-color-hover-"] {
		transition: ease background 300ms;
}

@media (min-width: 768px) {
		.custom-max-width-1 {
				max-width: 387px;
		}
}

.custom-font-secondary {
		font-family: 'Roboto Slab', serif !important;
}

.custom-font-size-1 {
		font-size: 1.4em !important;
}

.custom-font-size-2 {
		font-size: 1.35em !important;
}

.custom-font-size-3 {
		font-size: 1.15em !important;
}

.custom-font-size-4 {
		font-size: 50% !important;
}

.custom-text-color-1 {
		color: #93bae4 !important;
}

.box-shadow-1 .card-body {
		z-index: 1;
}

.custom-box-shadow-1 {
		box-shadow: 0 0px 90px -55px rgba(0, 0, 0, 0.25) !important;
}

.custom-border-radius-1 {
		border-radius: 0.5rem !important;
}

.custom-line {
		display: inline-block;
		width: 50px;
		border-bottom: 3px solid var(--grey-500);
}

.custom-card-style-1 {
		border: 2px solid transparent;
		transition: ease border 300ms;
}

.custom-card-style-1 .custom-card-style-1-image-wrapper img {
		transform: translate3d(5px, -5px, 0);
		transition: ease transform 300ms;
}

.custom-card-style-1 .custom-card-style-1-title,
.custom-card-style-1 .custom-card-style-1-link {
		transition: ease color 300ms;
}

.custom-card-style-1:hover .custom-card-style-1-image-wrapper img {
		transform: translate3d(0, 0, 0);
}

.owl-carousel {
		display: block;
		opacity: 0;
}

.owl-carousel.owl-loaded {
		opacity: 1;
}

@media (min-width: 1200px) {
		.custom-carousel-box-shadow-1 {
				position: relative;
		}
		.custom-carousel-box-shadow-1:before {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				width: 65%;
				height: 0px;
				box-shadow: 0 0 110px 180px rgba(0, 0, 0, 0.07);
				transform: translate3d(-50%, -50%, 0);
				z-index: 0;
		}
		.custom-carousel-box-shadow-2 {
				position: relative;
		}
		.custom-carousel-box-shadow-2:before {
				content: '';
				position: absolute;
				top: 50%;
				left: 50%;
				width: 57%;
				height: 0px;
				box-shadow: 0 0 160px 240px rgba(0, 0, 0, 0.07);
				transform: translate3d(-50%, -50%, 0);
				z-index: 0;
		}
}

@media (min-width: 992px) {
		.custom-highlight-1 {
				position: relative;
				z-index: 1;
		}
		.custom-highlight-1:after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				width: 0%;
				height: 100%;
				background-color: var(--dark);
				z-index: -1;
		}
}

.customHighlightAnim:after {
		animation-name: customHighlightAnim;
		animation-duration: 2s;
		animation-fill-mode: forwards;
}

.customHighlightAnimDelay:after {
		animation-delay: 3s;
}

@keyframes customHighlightAnim {
		0% {
				width: 0;
				opacity: 1;
		}
		100% {
				width: 100%;
				opacity: 1;
		}
}

.clean-animation-1 svg g:nth-child(1) {
		animation: cleanAnimation 3s;
		animation-iteration-count: infinite;
}

.clean-animation-1 svg g:nth-child(2) {
		animation: cleanAnimation 3s;
		animation-iteration-count: infinite;
		animation-delay: 400ms;
}

.clean-animation-1 svg g:nth-child(3) {
		animation: cleanAnimation 3s;
		animation-iteration-count: infinite;
		animation-delay: 800ms;
}

@keyframes cleanAnimation {
		0% {
				opacity: 0;
				transform: scale(0.8);
				transform-origin: 50% 50%;
		}
		85% {
				opacity: 1;
				transform: scale(1);
				transform-origin: 50% 50%;
		}
		100% {
				opacity: 0;
				transform: scale(1);
				transform-origin: 50% 50%;
		}
}

.customLineAnimation {
		animation-name: customLineAnimation;
}

@keyframes customLineAnimation {
		0% {
				width: 0px;
				opacity: 1;
		}
		100% {
				width: 50px;
				opacity: 1;
		}
}

@media (min-width: 2000px) {
		.shape-divider svg {
				width: 100%;
		}
}

.custom-col-half-section.col-half-section {
		max-width: 727px;
}

.fluid-col-lg-5 .fluid-col {
		left: 50%;
		width: 100vw;
		transform: translate3d(-50%, 0, 0);
}

@media (min-width: 992px) {
		.fluid-col-lg-5 {
				min-height: 0;
		}
		.fluid-col-lg-5 .fluid-col {
				width: calc(44.2vw - 15px);
				left: 15px;
				transform: none;
		}
}

@media (max-width: 991px) {
		.fluid-col-lg-5 {
				min-height: 400px !important;
		}
}

/*
* Header
*/
.custom-header-top-btn-style-1 {
		position: relative;
}

.custom-header-top-btn-style-1:after {
		content: '';
		position: absolute;
		top: 100%;
		right: 0;
		width: calc( 100% + 20px);
		height: 10px;
		z-index: 1;
		background: var(--light);
}

html.sticky-header-active #header .header-top {
		padding: 0 !important;
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				font-size: 15px;
				font-weight: 600;
				padding: 0 0.8rem !important;
		}
}

@media (min-width: 1200px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 0 1.3rem !important;
		}
}

/*
* Contact Form
*/
.custom-form-style-1 .form-control {
		height: calc(1.8em + 1.85rem + 2px);
		padding: 15.6px 20px;
		padding: 0.975rem 1.25rem;
		background: var(--grey-100);
		border-color: var(--grey-100);
		line-height: 1.5 !important;
}

.custom-form-style-1 .form-control:focus {
		border-color: var(--grey-500);
}

.custom-form-style-1 .form-control::-webkit-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control::-moz-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 .form-control:-ms-input-placeholder {
		color: #a9a9a9;
}

.custom-form-style-1 select {
		color: #495057;
}

.custom-form-style-1 select option {
		color: #a9a9a9;
}

.custom-form-style-1 select option[selected] {
		color: #a9a9a9;
}

.custom-form-style-1 textarea.form-control {
		height: auto;
}

.custom-svg-stars {
		position: absolute;
		top: 0;
		right: 100%;
		width: 300px;
		opacity: 0.1;
		z-index: 0;
}

/*
* Home Why Choose Us Section - Custom Accordion Style
*/
.custom-accordion-style-1 > .card {
		border: 1px solid transparent !important;
		transition: ease border-color 300ms;
}

.custom-accordion-style-1 > .card .card-header a {
		position: relative;
		padding: 23px 30px;
		background-color: var(--light);
		transition: ease background-color 300ms, ease color 300ms;
}

.custom-accordion-style-1 > .card .card-header a:after {
		content: '+';
		position: absolute;
		top: 50%;
		right: 25px;
		font-size: inherit;
		font-weight: inherit;
		transform: translate3d(0, -50%, 0) rotate(45deg);
		transform-origin: 50% 50%;
		transition: ease transform 300ms;
}

.custom-accordion-style-1 > .card .card-header a.collapsed:after {
		transform: translate3d(0, -50%, 0) rotate(0deg);
}

.custom-accordion-style-1 > .card + .card {
		margin-top: 20px;
}

/*
* Home Section Our Process - Custom Featured Icon
*/
.custom-featured-icon-wrapper {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 110px;
		height: 110px;
		border-radius: 100%;
}

.custom-featured-icon-wrapper .icon-featured {
		margin: 0 !important;
}

/*
* Home Section Happy Clients - Custom Testimonial
*/
.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote {
		background: #FFF !important;
		padding: 45px 40px 35px 40px;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
		content: '\f10d';
		font-family: "Font Awesome 7 Free";
		font-weight: 900;
		font-size: 19.2px;
		font-size: 1.2rem;
		top: 15px;
		left: 15px;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author {
		margin: 19px 0 0 0;
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 .testimonial-author img {
		max-width: 67px;
}

/*
* Portfolio Detail
*/
.custom-list-icons-icon-size li {
		padding-left: 50px !important;
}

.custom-list-icons-icon-size li > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li > .icons:first-child, .custom-list-icons-icon-size li a:first-child > [class*="fa-"]:first-child,
.custom-list-icons-icon-size li a:first-child > .icons:first-child {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px !important;
		height: 40px !important;
		font-size: 14.4px !important;
		font-size: 0.9rem !important;
		top: 1px !important;
}

/*
* Services Detail
*/
.custom-nav-list-effect-1 > li > a {
		position: relative;
		transition: ease padding 300ms, ease color 300ms;
}

.custom-nav-list-effect-1 > li > a:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 0;
		height: 0;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid var(--grey-500);
		opacity: 0;
		visibility: hidden;
		transform: translate3d(0, -50%, 0);
		transition: ease opacity 300ms;
}

.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a {
		padding-left: 15px;
}

.custom-nav-list-effect-1 > li.active > a:before, .custom-nav-list-effect-1 > li.open > a:before, .custom-nav-list-effect-1 > li:hover > a:before {
		opacity: 1;
		visibility: visible;
}

/*
* Blog
*/
.blog-sidebar .form-control.bg-color-grey {
		background-color: var(--light) !important;
}

/*
* Footer
*/
#footer p, #footer a:not(.btn), #footer span, #footer li, #footer .footer-copyright p {
		color: #a3b2c7;
}

#footer .social-icons li a {
		color: #a3b2c7 !important;
}

#footer .social-icons li:hover a {
		color: var(--light) !important;
}

#footer a:not(.btn):not(.no-footer-css) {
		color: #a3b2c7;
}

/* Skin */
.custom-svg-fill-color-tertiary {
		fill: var(--tertiary);
}

.custom-svg-fill-color-tertiary-darken {
		fill: var(--tertiary-100);
}

.custom-highlight-1.custom-highlight-1-primary:after {
		background-color: var(--primary);
}

.custom-line {
		border-bottom-color: var(--primary);
}

.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next {
		color: var(--secondary);
}

.custom-card-style-1:hover {
		border-color: var(--primary);
}

.custom-card-style-1:hover .custom-card-style-1-title {
		color: var(--primary) !important;
}

.custom-card-style-1:hover .custom-card-style-1-link {
		color: var(--secondary) !important;
}

.custom-accordion-style-1 > .card .card-header a {
		background-color: var(--primary);
}

.custom-accordion-style-1 > .card .card-header a:not(.collapsed) {
		color: var(--primary-inverse) !important;
}

.custom-accordion-style-1 > .card .card-header a.collapsed {
		background-color: var(--primary-inverse);
}

.custom-accordion-style-1 > .card:hover {
		border-color: var(--primary) !important;
}

.custom-accordion-style-1 > .card:hover .card-header a.collapsed {
		color: var(--primary) !important;
}

.custom-social-icons li a {
		background: var(--secondary);
}

.custom-social-icons li a i {
		color: var(--secondary-inverse);
}

.testimonial.testimonial-style-3.custom-testimonial-style-1 blockquote:before {
		color: var(--tertiary);
}

.custom-nav-list-effect-1 > li > a:before {
		border-left-color: var(--primary);
		border-right-color: var(--primary);
}

.custom-nav-list-effect-1 > li.active > a, .custom-nav-list-effect-1 > li.open > a, .custom-nav-list-effect-1 > li:hover > a {
		color: var(--primary) !important;
}

.blog-sidebar button.bg-color-grey {
		background-color: var(--primary) !important;
		color: var(--primary-inverse) !important;
}

.quantum-highlights {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.quantum-highlight-item {
	padding: 32px 24px;
}

.quantum-highlight-item:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.quantum-highlight-item p {
	color: #666;
	line-height: 1.7;
}

.rounded-4 {
	border-radius: 18px;
}

@media (max-width: 767px) {
	.quantum-highlight-item:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
}
.page-header.page-header-modern {
	padding-top: 40px;
	padding-bottom: 40px;
}

.box-shadow-1 {
	box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.rounded-4 {
	border-radius: 18px;
}

.card.border-0.box-shadow-1 {
	border-radius: 18px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.card.border-0.box-shadow-1:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 34px rgba(0,0,0,0.10);
}

#contato-tributario .form-control {
	min-height: 52px;
	border-radius: 10px;
}

#contato-tributario .btn.w-100 {
	min-height: 52px;
}

:root {
	--premium-blue: #1c2237;
	--premium-gold: #c5a059;
	--soft-gray: #f8f9fa;
}

/* título no estilo premium */
.section-title {
	font-weight: 800;
	letter-spacing: -1px;
	color: var(--premium-blue);
	position: relative;
	margin-bottom: 18px;
}

.section-title::after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: var(--premium-gold);
	margin-top: 14px;
	border-radius: 999px;
}

/* bloco dos 3 pilares */
.feature-clean-premium {
	border: 1px solid #ececec;
	border-left: 4px solid var(--premium-gold);
	border-radius: 16px;
	padding: 28px 24px;
	background: #fff;
	transition: all 0.3s ease;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.feature-clean-premium:hover {
	background: var(--soft-gray);
	transform: translateY(-5px);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.07);
	border-color: #e2e2e2;
	border-left-color: var(--premium-gold);
}

.feature-clean-premium h3 {
	color: var(--premium-blue);
}

.feature-clean-premium p {
	color: #666;
	line-height: 1.8;
	font-size: 15px;
}

.feature-number {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	color: var(--premium-gold);
	margin-bottom: 12px;
	text-transform: uppercase;
}