/* 
	Theme Name:  - Business Responsive Landing Page Template
*/


:root {
/* COR PRIMÁRIA */
--ltn-primary-color: #B0C0B3;
--ltn-primary-color-2: #85988B;
/* COR SECUNDÁRIA */
--ltn-secondary-color: #455B4E;
--ltn-secondary-color-2: #4f6959;
/* COR BACKGROUND */
--ltn-background-color: #252E28; 
/* COR DARK */
--ltn-dark-color: #282828;
--ltn-dark-color-2: #303030;
/* COR BRANCO */
--ltn-white-color: #FFFFFF;
/* COR BACKGROUND-VIDEO */
--ltn-background-video: #19211C;
--ltn-background-video-2: #0d211091;
}


body {
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	color: #323232;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

a {
	text-decoration: none !important;
	outline: none;
	color: var(--ltn-primary-color);
	transition: opacity 1s ease;
}
a:hover {
	color:var(--ltn-primary-color-2);
	transition: 0.5s;
}

p {
	font-size: 14px;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}

.btn,
.btn:focus,
button,
button:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}


/*****************
1. HELPER
*****************/

.section {
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}

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

.text-muted {
	color: #888888 !important;
}

.vertical-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.home-center {
	display: table;
	width: 100%;
	height: 100%;
}

.home-desc-center {
	display: table-cell;
}

.bg-overlay {
	background-color: var(--ltn-background-video);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.6;
}

.bg-overlay-2 {
	background-color: var(--ltn-background-video-2);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.6;
}

.font-weight-600 {
	font-weight: 600 !important;
}


/**** BUTTON-CODE *****/

.btn {
	padding: 14px 28px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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

.btn-sm {
	padding: 10px 22px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-md {
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn-round {
	border-radius: 3px !important;
}

.btn-rounded {
	border-radius: 30px !important;
}

.btn-custom {
	color: #ffffff;
	background-color: var(--ltn-secondary-color);
	border: 1px solid var(--ltn-secondary-color);
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.open > .dropdown-toggle .btn-custom {
	color: #ffffff;
	background-color: var(--ltn-secondary-color-2);
	border: 1px solid var(--ltn-secondary-color-2);
}

.btn-white {
	color: #323232;
	background-color: #ffffff;
}

.btn-header {
	color: var(--ltn-white-color);
	background-color: var(--ltn-dark-color);
}

.btn-header:hover {
	color: var(--ltn-white-color);
	background-color: var(--ltn-dark-color-2);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.open > .dropdown-toggle .btn-white {
	color: #323232;
	background-color: rgba(255, 255, 255, 0.85);
}

.btn-dark-custom {
	color: #ffffff;
	background-color: #323232 !important;
}

.btn-dark-custom:hover,
.btn-dark-custom:focus,
.btn-dark-custom:active,
.btn-dark-custom.active,
.btn-dark-custom.focus,
.btn-dark-custom:active,
.open > .dropdown-toggle .btn-dark {
	color: #ffffff;
	background-color: rgba(50, 50, 50, 0.85) !important;
}


/**** TEXT COLOR-CODE *****/

.text-custom {
	color: #e9aa39;
}

.text-primary {
	color: #007bff;
}

.text-secondary {
	color: #6c757d;
}

.text-success {
	color: #28a745;
}

.text-danger {
	color: #dc3545;
}

.text-warning {
	color: #ffc107;
}

.text-info {
	color: #17a2b8;
}

.text-light {
	color: #f8f9fa;
}

.text-dark {
	color: #343a40;
}


/**** BACKGROUND COLOR-CODE *****/

.bg-custom {
	background-color: #e9aa39;
}

.bg-primary {
	background-color: #007bff;
}

.bg-secondary {
	background-color: #6c757d;
}

.bg-success {
	background-color: #28a745;
}

.bg-danger {
	background-color: #dc3545;
}

.bg-warning {
	background-color: #ffc107;
}

.bg-info {
	background-color: #17a2b8;
}

.bg-light {
	background-color: #f8f9fa;
}

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

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

.bg-transparent {
	background-color: transparent;
}


/**** FONT-SIZE *****/

.f-11 {
	font-size: 11px;
}

.f-12 {
	font-size: 12px;
}

.f-13 {
	font-size: 13px;
}

.f-14 {
	font-size: 14px;
}

.f-15 {
	font-size: 15px;
}

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

.f-17 {
	font-size: 17px;
}

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

.f-19 {
	font-size: 19px;
}

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

.f-21 {
	font-size: 21px;
}

.f-22 {
	font-size: 22px;
}

.line-height_1_4 {
	line-height: 1.4;
}

.line-height_1_6 {
	line-height: 1.6;
}

.line-height_1_8 {
	line-height: 1.8;
}

.letter-spacing_2 {
	letter-spacing: 2px;
	color: var(--ltn-white-color);
}

.letter-spacing_3 {
	letter-spacing: 2px;
	color: var(--ltn-dark-color);
}

.letter-spacing_4 {
	letter-spacing: 4px;
}

.letter-spacing_6 {
	letter-spacing: 6px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}
/******************
2. NAVBAR
*******************/

.navbar-custom {
	/* padding: 20px 0px; */
	padding: 9px 0px;
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out;
	border-bottom: solid 8px var(--ltn-primary-color);
}

.navbar-custom .navbar-nav li a {
	line-height: 26px;
	font-size: 12px;
	margin: 0 15px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 600;
	color:var(--ltn-dark-color)
}

.navbar-custom .navbar-nav .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-toggler {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}

.logo .logo-light {
	display: inline-block;
	max-width: 265px;
}

.logo .logo-dark {
	display: none;
}

.nav-sticky .logo .logo-dark {
	display: inline-block;
}

.nav-sticky .logo .logo-light {
	display: none;
}

.navbar-toggle {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
	border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
	padding: .25rem .75rem;
	font-size: 18px;
	background: 0 0;
	border: 1px solid transparent;
	color: #fff;
	outline: 0;
}

.navbar-custom .navbar-toggles-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
}

.menu-toggle {
	padding: 4.5px 10px !important;
}

.menu-toggle span {
	line-height: 27px;
}


/*---NAVBAR STICKY--*/

.nav-sticky.navbar-custom {
	margin-top: 0px;
	padding: 15px 0px;
	background-color: #FFF;
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
	color: #000 !important;
}

.nav-sticky.navbar-custom.sticky-dark {
	background-color: #fff;
}

.nav-sticky .navbar-nav li a {
	color: rgba(50, 50, 50, 0.7) !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
	color: #323232 !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
	padding: .25rem .75rem;
	border: 1px solid transparent;
	outline: 0;
}

.nav-sticky .navbar-nav {
	margin-top: 0px;
}


/*=============================
3.  TITLE
===============================*/

.home-title-title {
	font-size: 22px;
	font-weight: 700;
	color: var(--ltn-dark-color);
}

.home-title-desc {
	max-width: 700px;
	margin: 0 auto;
	font-size: 15px;
}

.home-title-copyright {
	max-width: 700px;
	margin: 0 auto;
	font-size: 12px;
}

/*------  BUSINESS HOME ------*/

.business-home {
	background: url(../video/banner/video-banner.mp4);
	background-size: cover;
	background-position: center center;
	height: 81.1vh;
	/* height: 100vh; */
	position: relative;
}

.business-home-title {
	font-size: 14px;
	color: var(--ltn-primary-color);
}

.business-home-subtitle {
	font-size: 38px;
}

.business-homr-desc {
	max-width: 600px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.7);
}


/*------ BUSINESS ABOUT ------*/

.business-about-img {
	position: relative;
}

.business-about-img img {
	border-radius: 30px;
}

.business-about-features {
	margin: 15px 0;
}

.business-play {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
}

.business-play-icon-circle {
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	color: #323232;
	font-size: 40px;
	background-color: #ffffff;
	display: inline-block;
}

.about-icon {
	height: 22px;
	width: 22px;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	border-radius: 50%;
	background-color: var(--ltn-primary-color);
	color: #fff;
}

.business-about-highlight {
	text-decoration: underline !important;
	color: #323232!important;
	font-weight: 600;
}

.business-about-features span {
	color: #888888;
}

.bg-color-overlay {
	opacity: 0.5;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	border-radius: 30px;
}
/*------ BUSINESS SERVICES ------*/

#services {
	background: #f9f9f9;
}

.business-services-box {
	padding: 30px 25px 35px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 1px 25px 1px rgba(23, 23, 23, 0.12);
	transition: all .5s ease-in-out;
}
#services .business-services-box:hover {
    transform: translateY(-15px);
}


.business-services-img img {
	width: 130px;
}

.business-services-img {
	margin-bottom: 20px;
}

.business-services-box h5 {
	margin-bottom: 15px;
}

.business-services-box h5 {
	font-size: 18px;
	font-weight: 700;
	color: #656565;
}

/*------ BUSINESS-WORK ------*/

.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
}

.container-filter li a {
	display: inline-block;
	margin: 3px 6px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 12px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	color: #323232 !important;
}

.container-filter li a:hover {
	background-color: #323232 !important;
	color: #fff !important;
}

.gallary-box {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 3px;
}

.gallarry-box a {
	display: inline-block;
}

.gallary-box:hover .item-effect {
	transition: all 0.5s;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	position: absolute;
}

.gallary-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-effect {
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	visibility: hidden;
	overflow: hidden;
	transform: translateX(-100%);
}

.item-effect:hover h5,
.item-effect:hover p {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.item-effect .item-caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

/*------ BUSINESS CTA ------*/

.business-bg-cta {
	background: url(../img/home/cta.png);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 120px 0px 120px 0px;
}

.banner-cadastro {
	background: url(../img/cadastro/banner-cadastro.png);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 35px 0px 35px 0px;
}

.business-cta-title {
	font-size: 24px;
}


/*------ BUSINESS PRICING ------*/

.business-pricing-box {
	border: 1px solid #f1f1f1;
	border-radius: 6px;
	position: relative;
	transition: all .5s ease-in-out;
}

.business-pricing-box:hover,
.business-pricing-box-active:hover {
    transform: translateY(-15px);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.business-pricing-box-active {
	border: 1px solid #b1b1b1;
	border-radius: 6px;
	position: relative;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
	transition: all .5s ease-in-out;
}

.business-pricing-features p {
	border-bottom: 1px solid #f1f1f1;
}

.business-pricing-features p {
	padding: 14px 14px;
}

.business-pricing-icon i {
	font-size: 40px;
}

.business-pricing-title {
	font-size: 20px;
}

.business-pricing-features p:last-child {
	border-bottom: none;
}

.business-pricing-lable {
	position: absolute;
	display: block;
	top: 0;
	right: 0px;
}

.business-lable-name {
	position: relative;
	background-color: #323232;
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 100px;
	top: 22px;
}

.business-lable-name:after {
	content: "";
	border-top: 20px solid #323232;
	border-bottom: 20px solid #323232;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	position: absolute;
	left: -11px;
	top: 0;
}


/*------ BUSINESS Team ------*/

.business-team-box {
	background: #fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
	transition: all .5s ease-in-out;
}


.business-team-box:hover {
    transform: translateY(-15px);
}
.business-team-content {
	padding: 25px 15px;
}

.business-team-content h4 {
	font-size: 16px;
	font-weight: 600;
}
/*------ BUSINESS COUNTER ------*/

.business-bg-counter {
	background: url(../images/blog/blog-2.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.business-counter-icon i {
	font-size: 40px;
}

.business-counter-content h1 {
	font-size: 26px;
}

.business-counter-desc {
	color: rgba(255, 255, 255, 0.7);
}

.business-counter-box {
	background-color: rgba(84, 84, 84, 0.75);
	padding: 40px 20px 40px 20px;
}


/*------ BUSINESS TESTIMONIAL ------*/

.business-testi-box {
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 30px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
}
.business-testi-box h5 {
    font-size: 16px;
}
.carousel-indicators {
	align-items: center;
}

.carousel-indicators li {
	width: 64px;
	height: 64px;
	margin-right: 5px;
	margin-left: 5px;
	opacity: 0.4;
	border-radius: 50%;
	border: 3px solid #fff;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.5s;
}

.carousel-indicators .active {
	background-color: none;
}

.carousel-indicators .active {
	opacity: 1;
}

.business-carousel .carousel-inner {
	min-height: 400px;
}

.business-testi-box:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #f9f9f9;
	transform: rotate(45deg);
	border: 1px solid #f9f9f9;
	border-color: transparent #f9f9f9 #f9f9f9 transparent;
	left: 0;
	right: 0;
	margin: 0px auto;
	margin-top: 15px;
}

.business-carousel .carousel-icon {
	color: #e9aa39;
	font-size: 40px;
}

.business-carousel .carousel-control-next-icon,
.business-carousel .carousel-control-prev-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #323232;
	background-size: 100% 50%;
	border-radius: 3px;
}


/*------ BUSINESS BLOG ------*/
#blog {
	background: #f9f9f9;
}

.business-blog-content {
	background: #fff;
	padding: 25px 25px 30px;
}

.business-blog-box {
	position: relative;
	transition: all .5s ease-in-out;
}

.business-blog-box:hover {
    transform: translateY(-15px);
}
.business-blog-content .blog-title {
	color: #000;
	font-size: 18px;
}

.post-lable {
	font-size: 13px;
	position: absolute;
	top: 20px;
	background: #fff;
	left: 0;
	padding: 5px 20px;
	letter-spacing: 1px;
	box-shadow: 10px 0px 15px rgba(0, 0, 0, 0.24);
	border-radius: 0px 20px 20px 0;
}

.post-lable a {
	color: #323d47;
	font-weight: 700;
}


/*------ BUSINESS Contact ------*/

.business-contact-info {
    background: #85988b80;
    padding: 30px 60px;
}

.business-about-info {
    padding: 10px 30px;
}

.contact-box {
    background: transparent;
}

.form-box {
    background-color: var(--ltn-secondary-color);
	padding: 50px 50px;
}

.business-contact-info h5 {
    color: #fff;
}

.business-contact-info p {
    color: #fff;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border: 1px solid #adadad;
}

.form-control {
	height: 42px;
	width: 100%;
	background: #fff;
	border: none;
	border: 1px solid #dddddd;
	letter-spacing: 1px;
	font-size: 13px;
	border-radius: 0;
}
/*------ BUSINESS FOOTER ------*/

.business-footer-heading {
	color: #fff;
}

.footer-heading {
	color: #fff;
	margin-bottom: 20px;
	position: relative;
}

.footer-heading:after {
	position: absolute;
	background-color: #e9aa39;
	width: 40px;
	height: 2px;
	content: "";
	left: 0;
	bottom: -7px;
}

.footer-link li a {
	color: #fff;
}

.footer-link li {
	margin-bottom: 10px;
}

.business-bg-booter {
	background-color: #1a1e21;
}

.business-info {
	color: rgba(255, 255, 255, 0.7);
}

.business-footer-social a {
	color: #e9aa39;
	font-size: 18px;
	transition: all 0.5s;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	border: 2px solid #e9aa39;
	display: inline-block;
	text-align: center;
	line-height: 36px;
}

.business-footer-social a:hover {
	color: #fff;
	background-color: #e9aa39;
}

.left-recent-title {
	color: rgba(255, 255, 255, 0.7) !important;
}

.left-recent-img img {
	max-width: 80px;
	height: 46px;
	border-radius: 3px;
}

.left-recent-content {
	padding-bottom: 20px;
}

.footer-content p {
	color: #fff;
}

.footer-content .list-inline li {
	display: inline-block;
	margin-right: 10px;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-top: 15px;
}

.footer-content .list-inline li a i {
	color: #000;
	font-size: 12px;
	background: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
}

.agency-footer-alt-content p {
	color: #fff;
}

.agency-footer-alt-content {
	border-top: 1px solid #6d6d6d;
}

/*=============================
  15.    RESPONSIVE
===============================*/

@media (min-width: 200px) and (max-width: 768px) {
	.navbar-custom {
		margin-top: 0px;
		padding: 10px 0px !important;
		background-color: #fff !important;
		box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
		color: #fff !important;
	}

	.navbar-custom .navbar-nav li a {
		transition: all 0.4s;
		color: rgba(50, 50, 50, 0.7) !important;
		margin: 0px;
	}

	.navbar-custom>.container {
		width: 90%;
	}

	.navbar-custom .navbar-nav li.active a {
		border-color: transparent;
	}

	.navbar-nav {
		margin-top: 0px;
	}

	.navbar-toggler {
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #323232;
		padding: 0px;
	}

	.nav-sticky.navbar-custom .logo {
		color: #323232 !important;
	}

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

	.pull-none {
		text-align: center !important;
		float: none !important;
	}
	.business-about-content {
		margin-top: 30px;
	}
	.business-counter-box {
		margin-bottom: 30px;
	}
	.business-counter-content {
		margin-bottom: 30px;
	}
	.business-team-box {
		margin-bottom: 30px;
	}
	.business-carousel .carousel-control-next-icon, .business-carousel .carousel-control-prev-icon {
		display: none;
	}
	.business-pricing-box {
		margin-bottom: 30px;
	}
	.business-blog-box {
		margin-bottom: 30px;
	}
	.footer-content {
		margin-bottom: 40px;
	}
	.contact-box {
		padding: 0;
	}
	.business-contact-info {
		margin-top: 40px;
	}
}

@media (max-width: 425px) {
	.business-carousel .carousel-inner {
		min-height: 530px;
	}
}

@media (max-width: 1024px) {
}

@media (max-width: 320px) {
	.business-carousel .carousel-inner {
		min-height: 600px;
	}
}

.footer-contact {
	background-color: var(--ltn-background-color);
}

.local-cadastro {
	background-color: var(--ltn-white-color);
}

.business-home {
	position: relative;
	overflow: hidden;
}

.bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.home-center {
	position: relative;
	z-index: 1;
	background-color: var(--ltn-dark-color);
	padding: 62px;
}
@media (max-width: 580px) {
	.home-center {
		position: relative;
		z-index: 1;
		background-color: var(--ltn-dark-color);
		padding: 35px;
	}
	.business-about-info {
		padding: 0px;
	}
}
.navbar-custom {
	/* Estilos padrão da barra de navegação */
	transition: background-color 0.3s ease;
  }
  
  .navbar-custom.scrolled {
	background-color: #fff;
	/* Outros estilos para a barra de navegação quando rolada */
  }
  
  .navbar-custom.scrolled .navbar-nav li a {
	color: #000;
  }
  
  
.link-contact {
	color: var(--ltn-white-color);
}

.button-acess {
	border-radius: 10px;
	transition: color 0.5s, transform 0.5s;
} .button-acess:hover {
	transform: scale(1.1);
}

.banner-home {
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-area {
	padding: 114px;
}

.card-option {
    padding: 0 270px;
}

.text-label {
	color: var(--ltn-white-color);
	text-align: left;
}

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