.lm-home-header {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 10;
	--lm-header-ink: #000;
	--lm-header-accent: #f58220;
	--lm-header-whatsapp: #008f2f;
	--lm-header-whatsapp-hover: #006f25;
}

.lm-inner-header {
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.lm-inner-header .lm-home-nav,
.lm-inner-header .navbar-collapse,
.main .lm-inner-header .navbar-collapse,
.body .lm-inner-header .navbar-collapse {
	background: #fff !important;
}

.lm-inner-header .navbar-brand,
.lm-inner-header .navbar-brand:hover,
.lm-inner-header .navbar-brand:focus,
.lm-inner-header .lm-home-menu .nav-link,
.lm-inner-header .lm-home-menu .nav-link:visited,
.lm-inner-header .lm-home-toggler,
.lm-inner-header .lm-social-link,
.main .lm-inner-header .lm-home-menu .nav-link,
.body .lm-inner-header .lm-home-menu .nav-link {
	color: var(--lm-header-ink) !important;
}

.lm-inner-header .lm-home-menu .nav-link:hover,
.lm-inner-header .lm-home-menu .nav-link:focus,
.lm-inner-header .lm-home-menu .nav-link.active,
.main .lm-inner-header .lm-home-menu .nav-link:hover,
.main .lm-inner-header .lm-home-menu .nav-link.active,
.body .lm-inner-header .lm-home-menu .nav-link:hover,
.body .lm-inner-header .lm-home-menu .nav-link.active {
	color: var(--lm-header-accent) !important;
}

.lm-home-nav {
	min-height: 92px;
	padding: 0;
}

.lm-home-brand img {
	display: block;
	height: auto;
	max-width: 235px;
	width: 100%;
}

.lm-home-menu {
	gap: 18px;
}

.lm-home-menu .nav-link {
	color: var(--lm-header-ink);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	padding: 34px 6px 30px;
	position: relative;
	text-transform: uppercase;
}

.lm-home-menu .nav-link:hover,
.lm-home-menu .nav-link.active {
	color: var(--lm-header-accent);
}

.lm-home-menu .nav-link.active:before {
	background: var(--lm-header-accent);
	bottom: 22px;
	content: "";
	height: 3px;
	left: 6px;
	position: absolute;
	right: 6px;
}

.lm-home-actions {
	align-items: center;
	display: flex;
	gap: 12px;
}

.lm-home-cta-group {
	align-items: center;
	display: flex;
	gap: 12px;
}

.lm-home-socials {
	align-items: center;
	display: flex;
	gap: 12px;
}

.lm-social-link {
	align-items: center;
	display: inline-flex;
	font-size: 26px;
	height: 34px;
	justify-content: center;
	text-decoration: none;
	width: 34px;
}

.lm-social-link.instagram {
	color: #e83e8c;
}

.lm-social-link.youtube {
	color: #f00;
}

.lm-btn-outline,
.lm-btn-whatsapp,
.lm-btn-primary,
.lm-btn-light {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 13px 16px;
	text-transform: none;
	white-space: normal;
}

.lm-btn-outline {
	border-color: var(--lm-header-ink);
	color: var(--lm-header-ink);
}

.lm-btn-outline:hover {
	background: var(--lm-header-ink);
	color: #fff;
}

.lm-btn-outline.active {
	background: var(--lm-header-ink);
	color: #fff;
}

.lm-home-header .dropdown-menu {
	background: #fff !important;
	border: 0 !important;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
	margin-top: 0;
	padding: 12px;
}

.lm-home-header .dropdown-item {
	border-radius: 6px;
	color: var(--lm-header-ink) !important;
	font-size: 13px;
	font-weight: 700;
	padding: 10px 12px;
}

.lm-home-header .dropdown-item:hover,
.lm-home-header .dropdown-item:focus {
	background: rgba(245, 130, 32, 0.12) !important;
	color: var(--lm-header-accent) !important;
}

.lm-home-header .dropdown-item:active,
.main .lm-home-header .dropdown-item:active,
.body .lm-home-header .dropdown-item:active {
	background: rgba(245, 130, 32, 0.16) !important;
	color: var(--lm-header-accent) !important;
}

.main .lm-home-header .dropdown-menu,
.body .lm-home-header .dropdown-menu {
	background: #fff !important;
	border-color: transparent !important;
}

.main .lm-home-header .dropdown-menu .dropdown-item,
.body .lm-home-header .dropdown-menu .dropdown-item,
.main .lm-home-header .dropdown-menu a,
.body .lm-home-header .dropdown-menu a {
	color: var(--lm-header-ink) !important;
}

.main .lm-home-header .dropdown-menu .dropdown-item:hover,
.main .lm-home-header .dropdown-menu .dropdown-item:focus,
.body .lm-home-header .dropdown-menu .dropdown-item:hover,
.body .lm-home-header .dropdown-menu .dropdown-item:focus,
.main .lm-home-header .dropdown-menu a:hover,
.main .lm-home-header .dropdown-menu a:focus,
.body .lm-home-header .dropdown-menu a:hover,
.body .lm-home-header .dropdown-menu a:focus {
	background: rgba(245, 130, 32, 0.12) !important;
	color: var(--lm-header-accent) !important;
}

.lm-btn-whatsapp {
	background: var(--lm-header-whatsapp);
	border-color: var(--lm-header-whatsapp);
	color: #fff;
}

.lm-btn-whatsapp:hover {
	background: var(--lm-header-whatsapp-hover);
	border-color: var(--lm-header-whatsapp-hover);
	color: #fff;
}

.lm-home-header .navbar .lm-home-menu > .nav-item > .nav-link,
.main .lm-home-header .navbar .lm-home-menu > .nav-item > .nav-link,
.body .lm-home-header .navbar .lm-home-menu > .nav-item > .nav-link {
	color: var(--lm-header-ink) !important;
}

.lm-home-header .navbar .lm-home-menu > .nav-item > .nav-link:hover,
.lm-home-header .navbar .lm-home-menu > .nav-item > .nav-link.active,
.main .lm-home-header .navbar .lm-home-menu > .nav-item > .nav-link:hover,
.main .lm-home-header .navbar .lm-home-menu > .nav-item > .nav-link.active,
.body .lm-home-header .navbar .lm-home-menu > .nav-item > .nav-link:hover,
.body .lm-home-header .navbar .lm-home-menu > .nav-item > .nav-link.active {
	color: var(--lm-header-accent) !important;
}

.lm-home-header .navbar .lm-btn-outline,
.main .lm-home-header .navbar .lm-btn-outline,
.body .lm-home-header .navbar .lm-btn-outline {
	background: transparent !important;
	border-color: var(--lm-header-ink) !important;
	color: var(--lm-header-ink) !important;
}

.lm-home-header .navbar .lm-btn-outline:hover,
.lm-home-header .navbar .lm-btn-outline.active,
.main .lm-home-header .navbar .lm-btn-outline:hover,
.main .lm-home-header .navbar .lm-btn-outline.active,
.body .lm-home-header .navbar .lm-btn-outline:hover,
.body .lm-home-header .navbar .lm-btn-outline.active {
	background: var(--lm-header-ink) !important;
	border-color: var(--lm-header-ink) !important;
	color: #fff !important;
}

.lm-home-header .navbar .lm-btn-whatsapp,
.main .lm-home-header .navbar .lm-btn-whatsapp,
.body .lm-home-header .navbar .lm-btn-whatsapp {
	background: var(--lm-header-whatsapp) !important;
	border-color: var(--lm-header-whatsapp) !important;
	color: #fff !important;
}

.lm-home-header .navbar .lm-btn-whatsapp:hover,
.main .lm-home-header .navbar .lm-btn-whatsapp:hover,
.body .lm-home-header .navbar .lm-btn-whatsapp:hover {
	background: var(--lm-header-whatsapp-hover) !important;
	border-color: var(--lm-header-whatsapp-hover) !important;
	color: #fff !important;
}

.lm-home-toggler {
	border: 1px solid rgba(0, 0, 0, 0.18);
	color: #000;
	height: 44px;
	width: 48px;
}

.lm-hero {
	background-image:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 34%, rgba(255, 255, 255, 0.38) 62%, rgba(255, 255, 255, 0.08) 100%),
		url("../img/historia/background-hero.webp");
	background-position: center right;
	background-size: cover;
	min-height: 430px;
	padding: 82px 0;
}

.lm-hero-content {
	max-width: 620px;
}

.lm-accent-bar {
	background: #f58220;
	display: block;
	height: 6px;
	margin-bottom: 28px;
	width: 46px;
}

.lm-hero h1 {
	color: #000;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 28px;
	max-width: 650px;
}

.lm-hero p {
	color: #000;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.45;
	margin: 0 0 28px;
	max-width: 480px;
}

.lm-hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lm-hero-buttons .lm-btn-whatsapp {
	background: #008f2f !important;
	border-color: #008f2f !important;
	color: #fff !important;
	display: inline-flex !important;
	text-decoration: none;
}

.lm-hero-buttons .lm-btn-whatsapp:hover {
	background: #006f25 !important;
	border-color: #006f25 !important;
	color: #fff !important;
}

.lm-btn-primary {
	background: #f58220;
	border-color: #f58220;
	color: #fff;
}

.lm-btn-primary:hover {
	background: #d96d12;
	border-color: #d96d12;
	color: #fff;
}

.lm-btn-light {
	background: #fff;
	border-color: rgba(0, 0, 0, 0.14);
	color: #000;
}

.lm-btn-light:hover {
	background: #000;
	color: #fff;
}

.lm-services-strip {
	background: #fff;
	padding: 30px 0 28px;
}

.lm-services-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.lm-service-card {
	align-items: center;
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	color: #000;
	display: flex;
	flex-direction: column;
	min-height: 150px;
	padding: 0 18px;
	text-align: center;
	text-decoration: none;
}

.lm-service-card:last-child {
	border-right: 0;
}

.lm-service-card span {
	align-items: center;
	border: 2px solid currentColor;
	border-radius: 999px;
	color: #ff8a00;
	display: inline-flex;
	font-size: 30px;
	height: 76px;
	justify-content: center;
	margin-bottom: 16px;
	width: 76px;
}

.lm-service-card strong {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	text-transform: uppercase;
}

.lm-service-card:hover {
	text-decoration: none;
	transform: translateY(-3px);
}

.lm-service-card:hover strong {
	color: #000;
}

.lm-orange {
	color: #ff8a00;
}

.lm-blue {
	color: #000;
}

.lm-green {
	color: #35b84b;
}

.lm-cyan {
	color: #000;
}

.lm-gold {
	color: #f5a623;
}

.lm-purple {
	color: #a850e8;
}

.lm-navy {
	color: #000;
}

.lm-differentials {
	background: #fff;
	padding: 0 0 42px;
}

.lm-inner-header + hr.solid,
.lm-inner-header ~ hr.solid,
.main > hr.solid,
.body > hr.solid {
	display: none;
}

.page-header.page-header-classic {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 54%, rgba(255, 255, 255, 0.62) 100%),
		url("../img/historia/background-hero.webp");
	background-position: center right;
	background-size: cover;
	border: 0;
	margin: 0;
	padding: 58px 0;
}

.page-header.page-header-classic h1 {
	color: #000;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.page-header.page-header-classic h1[data-title-border] {
	display: inline-block;
	position: relative;
}

.page-header.page-header-classic h1[data-title-border]:after {
	background: #f58220;
	bottom: -16px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 48px;
}

.page-header.page-header-classic .breadcrumb {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.page-header.page-header-classic .breadcrumb a {
	color: #f58220 !important;
}

.page-header.page-header-classic .breadcrumb > li:first-child,
.page-header.page-header-classic .breadcrumb > li:first-child a {
	color: #f58220 !important;
}

.page-header.page-header-classic .breadcrumb .active {
	color: #000;
}

.main > section.bg-color-grey-scale-1,
.main > section.section.bg-color-grey-scale-1,
.body > section.bg-color-grey-scale-1 {
	background: #fff !important;
	padding: 28px 0 !important;
}

.main .list.list-icons li i {
	color: #f58220;
}

.main .btn-laranja,
.main .btn-success {
	background: #f58220;
	border-color: #f58220;
	color: #fff;
}

.main .btn-laranja:hover,
.main .btn-success:hover {
	background: #d96d12;
	border-color: #d96d12;
	color: #fff;
}

.main .card,
.main .form-control,
.main img.rounded {
	border-radius: 10px !important;
}

.main .card {
	border: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.lm-service-detail {
	background: #fff !important;
	padding: 58px 0 64px !important;
}

.lm-service-intro {
	margin: 0 auto 34px;
	max-width: 920px;
	text-align: center;
}

.lm-service-intro span {
	color: #f58220;
	display: block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lm-service-intro h2 {
	color: #000;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 20px;
}

.lm-service-intro p {
	color: #000;
	font-size: 17px;
	line-height: 1.75;
	margin: 0 auto 12px;
	max-width: 820px;
}

.lm-service-sections {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lm-service-section-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.07);
	display: grid;
	gap: 18px;
	grid-template-columns: 56px 1fr;
	padding: 26px;
}

.lm-service-section-icon {
	align-items: center;
	background: rgba(245, 130, 32, 0.12);
	border-radius: 8px;
	color: #f58220;
	display: inline-flex;
	font-size: 24px;
	height: 56px;
	justify-content: center;
	width: 56px;
}

.lm-service-section-card h3 {
	color: #000;
	font-size: 21px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.22;
	margin: 0 0 10px;
}

.lm-service-section-card p {
	color: #000;
	font-size: 15px;
	line-height: 1.65;
	margin: 0 0 14px;
}

.lm-service-section-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lm-service-section-card li {
	color: #000;
	font-size: 15px;
	line-height: 1.55;
	margin: 0 0 9px;
	padding-left: 20px;
	position: relative;
}

.lm-service-section-card li:before {
	color: #f58220;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0;
}

.lm-service-review {
	align-items: center;
	background: #f6f1eb;
	border-left: 6px solid #f58220;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
	display: grid;
	gap: 18px;
	grid-template-columns: 54px 1fr;
	margin-top: 28px;
	padding: 22px 24px;
}

.lm-service-review-icon {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	color: #f58220;
	display: inline-flex;
	font-size: 22px;
	height: 54px;
	justify-content: center;
	width: 54px;
}

.lm-service-review span {
	color: #000 !important;
	display: block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.lm-service-review p {
	color: #000 !important;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.lm-service-review a,
.main .lm-service-review a,
.body .lm-service-review a {
	color: #8a3f00 !important;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.lm-service-review a:hover,
.lm-service-review a:focus,
.main .lm-service-review a:hover,
.main .lm-service-review a:focus,
.body .lm-service-review a:hover,
.body .lm-service-review a:focus {
	color: #000 !important;
}

.lm-service-cta {
	align-items: center;
	background: linear-gradient(135deg, #f58220 0%, #ef7b13 55%, #d96600 100%);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(245, 130, 32, 0.22);
	color: #000;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-top: 32px;
	padding: 30px;
}

.lm-service-cta h3 {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.lm-service-cta p {
	color: #000;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.lm-service-cta .lm-btn-primary,
.main .lm-service-cta .lm-btn-primary,
.body .lm-service-cta .lm-btn-primary {
	background: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.lm-service-cta .lm-btn-primary:hover,
.lm-service-cta .lm-btn-primary:focus,
.main .lm-service-cta .lm-btn-primary:hover,
.main .lm-service-cta .lm-btn-primary:focus,
.body .lm-service-cta .lm-btn-primary:hover,
.body .lm-service-cta .lm-btn-primary:focus {
	background: #26262b !important;
	border-color: #26262b !important;
	color: #fff !important;
}

.lm-service-faq {
	background:
		linear-gradient(135deg, #000 0%, #1f1f1f 58%, #2b2b2b 100%);
	border-left: 6px solid #f58220;
	border-radius: 8px;
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
	margin-top: 46px;
	padding: 34px;
}

.lm-service-faq-header {
	margin: 0;
	max-width: 360px;
	text-align: left;
}

.lm-service-faq-header span {
	color: #f58220;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lm-service-faq-header h2 {
	color: #fff;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

.lm-service-faq-accordion {
	display: grid;
	gap: 10px;
}

.lm-service-faq .accordion-item,
.main .lm-service-faq .accordion-item {
	background: transparent;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	overflow: hidden;
}

.lm-service-faq .accordion-button,
.main .lm-service-faq .accordion-button {
	background: #fff;
	color: #000;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.28;
	min-height: 0;
	padding: 16px 20px;
}

.lm-service-faq .accordion-button:not(.collapsed),
.main .lm-service-faq .accordion-button:not(.collapsed) {
	background: #f58220;
	border-radius: 8px 8px 0 0;
	color: #fff;
}

.lm-service-faq .accordion-button.collapsed,
.main .lm-service-faq .accordion-button.collapsed {
	border-radius: 8px;
}

.lm-service-faq .accordion-button:focus,
.main .lm-service-faq .accordion-button:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.22);
}

.lm-service-faq .accordion-button:after {
	filter: none;
}

.lm-service-faq .accordion-button:not(.collapsed):after {
	filter: brightness(0) invert(1);
}

.lm-service-faq .accordion-collapse.collapse:not(.show),
.main .lm-service-faq .accordion-collapse.collapse:not(.show) {
	display: none !important;
}

.lm-service-faq .accordion-body {
	background: #fff;
	padding: 0 20px 18px;
	text-align: left;
}

.lm-service-faq .accordion-body p {
	color: #000;
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
	text-align: left;
}

.lm-service-faq .accordion-body a,
.main .lm-service-faq .accordion-body a {
	-webkit-text-fill-color: #b85800 !important;
	background: transparent !important;
	color: #b85800 !important;
	display: inline !important;
	font-size: inherit !important;
	font-weight: 700;
	opacity: 1 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	visibility: visible !important;
}

.lm-service-faq .accordion-body a:hover,
.main .lm-service-faq .accordion-body a:hover {
	-webkit-text-fill-color: #000 !important;
	color: #000 !important;
}

.lm-related-links {
	display: grid;
	gap: 10px;
}

.lm-related-links a,
.main .lm-related-links a {
	background: #fff;
	border-radius: 8px;
	color: #000 !important;
	display: block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	padding: 15px 18px;
	text-decoration: none;
}

.lm-related-links a:hover,
.lm-related-links a:focus,
.main .lm-related-links a:hover,
.main .lm-related-links a:focus {
	background: #f58220;
	color: #fff !important;
}

.lm-differentials-grid {
	background: linear-gradient(135deg, #f58220 0%, #ef7b13 55%, #d96600 100%);
	border-radius: 10px;
	box-shadow: 0 18px 42px rgba(245, 130, 32, 0.22);
	color: #fff;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	overflow: hidden;
}

.lm-differential-item {
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.28);
	display: grid;
	gap: 14px;
	grid-template-columns: 42px 1fr;
	min-height: 108px;
	padding: 22px 24px;
}

.lm-differential-item:last-child {
	border-right: 0;
}

.lm-differential-item i {
	font-size: 36px;
	opacity: 0.95;
}

.lm-differential-item p {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
}

.lm-differential-item p:after {
	background: #000;
	content: "";
	display: block;
	height: 3px;
	margin-top: 10px;
	width: 28px;
}

@media (max-width: 1199px) {
	.lm-home-nav {
		min-height: 82px;
	}

	.lm-home-brand img {
		max-width: 205px;
	}

	.lm-home-actions {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-bottom: 18px;
	}

	.lm-services-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		row-gap: 28px;
	}

	.lm-service-card:nth-child(4) {
		border-right: 0;
	}

	.lm-differentials-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-differential-item:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width: 991px) {
	.lm-home-nav {
		align-items: center;
		display: flex;
		min-height: 82px;
		padding: 14px 0;
	}

	.lm-home-header .lm-home-nav > .container,
	.main .lm-home-header .lm-home-nav > .container,
	.body .lm-home-header .lm-home-nav > .container {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		min-height: 54px;
	}

	.lm-home-header .lm-home-brand,
	.main .lm-home-header .lm-home-brand,
	.body .lm-home-header .lm-home-brand {
		align-items: center;
		display: inline-flex;
		height: 54px;
		margin: 0;
		padding: 0;
		align-self: center;
	}

	.lm-home-header .lm-home-toggler,
	.main .lm-home-header .lm-home-toggler,
	.body .lm-home-header .lm-home-toggler {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		height: 46px;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		width: 46px;
		align-self: center;
	}

	.lm-home-header .navbar-collapse,
	.main .lm-home-header .navbar-collapse,
	.body .lm-home-header .navbar-collapse {
		background: #fff !important;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 16px;
		box-shadow: 0 20px 46px rgba(0, 0, 0, 0.14);
		flex-basis: 100%;
		margin-top: 14px;
		overflow: hidden;
		padding-left: 18px;
		padding-right: 18px;
	}

	.lm-home-header .navbar-collapse.show,
	.main .lm-home-header .navbar-collapse.show,
	.body .lm-home-header .navbar-collapse.show {
		padding-bottom: 18px;
		padding-top: 6px;
	}

	.lm-home-header .navbar-collapse.collapsing,
	.main .lm-home-header .navbar-collapse.collapsing,
	.body .lm-home-header .navbar-collapse.collapsing {
		display: block;
		height: 0;
		padding-bottom: 0;
		padding-top: 0;
		opacity: 1;
		transform: none;
		transition: height 220ms ease;
	}

	.lm-home-header .lm-home-toggler[aria-expanded="true"],
	.main .lm-home-header .lm-home-toggler[aria-expanded="true"],
	.body .lm-home-header .lm-home-toggler[aria-expanded="true"] {
		background: var(--lm-header-ink);
		color: #fff !important;
	}

	.lm-home-header .lm-home-toggler span,
	.main .lm-home-header .lm-home-toggler span,
	.body .lm-home-header .lm-home-toggler span {
		transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
	}

	.lm-home-header .lm-home-toggler[aria-expanded="true"] span,
	.main .lm-home-header .lm-home-toggler[aria-expanded="true"] span,
	.body .lm-home-header .lm-home-toggler[aria-expanded="true"] span {
		transform: rotate(90deg);
	}

	.lm-home-menu {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 8px;
		width: 100%;
	}

	.lm-home-menu > .nav-item {
		min-width: 0;
	}

	.lm-home-header .navbar-collapse.show .lm-home-menu > .nav-item,
	.lm-home-header .navbar-collapse.show .lm-home-cta-group,
	.lm-home-header .navbar-collapse.show .lm-home-socials,
	.main .lm-home-header .navbar-collapse.show .lm-home-menu > .nav-item,
	.main .lm-home-header .navbar-collapse.show .lm-home-cta-group,
	.main .lm-home-header .navbar-collapse.show .lm-home-socials,
	.body .lm-home-header .navbar-collapse.show .lm-home-menu > .nav-item,
	.body .lm-home-header .navbar-collapse.show .lm-home-cta-group,
	.body .lm-home-header .navbar-collapse.show .lm-home-socials {
		animation: none;
	}

	.lm-home-menu .nav-link {
		align-items: center;
		background: #f5f5f5;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 4px;
		display: flex;
		font-size: 14px;
		font-weight: 800;
		justify-content: center;
		min-height: 48px;
		padding: 10px 8px;
		text-align: center;
		width: 100%;
	}

	.lm-home-menu .nav-link.active:before {
		display: none;
	}

	.lm-home-menu .nav-link:hover,
	.lm-home-menu .nav-link:focus,
	.lm-home-menu .nav-link.active {
		background: rgba(245, 130, 32, 0.12);
		border-color: rgba(245, 130, 32, 0.28);
	}

	.lm-home-menu .dropdown-menu {
		background: transparent !important;
		border: 0;
		box-shadow: none;
		margin-top: 8px;
		position: static !important;
		transform: none !important;
		width: 100%;
	}

	.lm-home-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		padding-top: 10px;
	}

	.lm-home-cta-group {
		width: 100%;
	}

	.lm-home-socials {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-top: 4px;
		width: 100%;
	}

	.lm-home-socials .lm-social-link {
		justify-self: center;
	}

	.lm-hero {
		background-image:
			linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 58%, rgba(255, 255, 255, 0.54) 100%),
			url("../img/historia/background-hero.webp");
		min-height: 390px;
		padding: 64px 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.lm-home-header .navbar-collapse.show,
	.main .lm-home-header .navbar-collapse.show,
	.body .lm-home-header .navbar-collapse.show {
		align-items: start;
		column-gap: 18px;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lm-home-menu {
		grid-column: 1 / span 2;
	}

	.lm-home-actions {
		align-items: stretch;
		gap: 16px;
		grid-column: 3;
		padding-top: 8px;
	}

	.lm-home-cta-group {
		align-items: stretch;
		flex-direction: column;
	}

	.lm-home-cta-group .btn {
		width: 100%;
	}

	.lm-home-socials {
		justify-content: initial;
		padding-top: 0;
		width: 100%;
	}
}

@keyframes lm-mobile-menu-in {
	from {
		opacity: 0;
		transform: translateY(-18px) scale(0.97);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes lm-mobile-menu-item-in {
	from {
		opacity: 0;
		transform: translateX(-18px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.lm-home-header .navbar-collapse.show,
	.main .lm-home-header .navbar-collapse.show,
	.body .lm-home-header .navbar-collapse.show {
		animation: none;
	}

	.lm-home-header .navbar-collapse.collapsing,
	.main .lm-home-header .navbar-collapse.collapsing,
	.body .lm-home-header .navbar-collapse.collapsing {
		transition: none;
	}

	.lm-home-header .navbar-collapse.show .lm-home-menu > .nav-item,
	.lm-home-header .navbar-collapse.show .lm-home-cta-group,
	.lm-home-header .navbar-collapse.show .lm-home-socials,
	.main .lm-home-header .navbar-collapse.show .lm-home-menu > .nav-item,
	.main .lm-home-header .navbar-collapse.show .lm-home-cta-group,
	.main .lm-home-header .navbar-collapse.show .lm-home-socials,
	.body .lm-home-header .navbar-collapse.show .lm-home-menu > .nav-item,
	.body .lm-home-header .navbar-collapse.show .lm-home-cta-group,
	.body .lm-home-header .navbar-collapse.show .lm-home-socials,
	.lm-home-header .lm-home-toggler span,
	.main .lm-home-header .lm-home-toggler span,
	.body .lm-home-header .lm-home-toggler span {
		animation: none;
		transition: none;
	}
}

@media (max-width: 767px) {
	.lm-home-brand img {
		max-width: 180px;
	}

	.lm-differentials {
		padding-bottom: 0;
	}

	.lm-home-header .lm-home-nav > .container,
	.main .lm-home-header .lm-home-nav > .container,
	.body .lm-home-header .lm-home-nav > .container {
		min-height: 56px;
	}

	.lm-home-menu {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-hero {
		background-position: center;
		min-height: auto;
		padding: 14px 0;
	}

	.lm-hero h1 {
		font-size: 42px;
	}

	.lm-hero-buttons .btn {
		width: 100%;
	}

	.lm-home-cta-group {
		gap: 10px;
	}

	.lm-home-cta-group .btn {
		border-radius: 4px;
		flex: 1 1 0;
		font-size: 15px;
		font-weight: 700;
		min-height: 48px;
		padding: 12px 10px;
		width: auto;
	}

	.lm-home-cta-group .lm-btn-outline,
	.main .lm-home-header .lm-home-cta-group .lm-btn-outline,
	.body .lm-home-header .lm-home-cta-group .lm-btn-outline {
		background: var(--lm-header-ink) !important;
		border-color: var(--lm-header-ink) !important;
		color: #fff !important;
	}

	.lm-home-cta-group .lm-btn-whatsapp,
	.main .lm-home-header .lm-home-cta-group .lm-btn-whatsapp,
	.body .lm-home-header .lm-home-cta-group .lm-btn-whatsapp {
		background: var(--lm-header-accent) !important;
		border-color: var(--lm-header-accent) !important;
		color: #fff !important;
	}

	.lm-home-socials {
		gap: 18px;
		width: 100%;
	}

	.lm-home-socials .lm-social-link {
		font-size: 28px;
		height: 32px;
		justify-content: flex-start;
		width: 32px;
	}

	.lm-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 24px;
	}

	.lm-service-card {
		border-right: 0;
		min-height: 138px;
		padding: 0 10px;
	}

	.lm-service-card span {
		font-size: 34px;
		height: 82px;
		width: 82px;
	}

	.lm-service-card strong {
		font-size: 15px;
		line-height: 1.2;
	}

	.lm-differentials-grid {
		border-radius: 0;
		grid-template-columns: 1fr;
		margin-left: -12px;
		margin-right: -12px;
	}

	.lm-differential-item {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.28);
		min-height: 94px;
	}

	.lm-differential-item:last-child {
		border-bottom: 0;
	}

	.page-header.page-header-classic {
		padding: 24px 0;
	}

	.page-header.page-header-classic .row {
		row-gap: 12px;
	}

	.page-header.page-header-classic .breadcrumb,
	.page-header.page-header-classic .breadcrumb.d-block {
		display: none !important;
	}

	.lm-service-sections {
		grid-template-columns: 1fr;
	}

	.lm-service-faq {
		grid-template-columns: 1fr;
		padding: 28px 22px;
	}

	.lm-service-faq-header {
		max-width: none;
	}

	.lm-service-faq-accordion {
		grid-template-columns: 1fr;
	}

	.lm-service-section-card {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.lm-service-review {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.lm-service-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.lm-service-cta .btn {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.lm-hero h1 {
		font-size: 36px;
	}

	.lm-service-card strong {
		font-size: 15px;
	}
}

.lm-about-main {
	background: #f5f7fb;
}

.lm-about-overview,
.lm-about-method,
.lm-about-faq {
	padding: 64px 0;
}

.lm-about-expertise,
.lm-about-cta {
	padding: 0 0 64px;
}

.lm-about-grid {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.lm-about-copy span,
.lm-about-method-header span,
.lm-about-expertise-header span,
.lm-about-faq-header span {
	color: #f58220;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.lm-about-copy h2,
.lm-about-method-header h2,
.lm-about-expertise-header h2,
.lm-about-faq-header h2 {
	color: #000;
	font-size: clamp(28px, 3.5vw, 42px);
	font-weight: 800;
	line-height: 1.08;
	
}

.lm-about-copy p,
.lm-about-method-header p,
.lm-about-expertise-header p,
.lm-about-faq-header p,
.lm-about-cta p,
.lm-about-cta li {
	color: #000;
	font-size: 17px;
	line-height: 1.75;
	margin: 0 0 18px;
}

.lm-about-highlights {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lm-about-highlight {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
	padding: 24px;
}

.lm-about-highlight strong {
	color: #000;
	display: block;
	font-size: 32px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 10px;
}

.lm-about-highlight p {
	color: #000;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.lm-about-method-grid,
.lm-about-expertise-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lm-about-expertise-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lm-about-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
	height: 100%;
	padding: 28px;
}

.lm-about-card i {
	align-items: center;
	background: rgba(245, 130, 32, 0.12);
	border-radius: 16px;
	color: #f58220;
	display: inline-flex;
	font-size: 24px;
	height: 58px;
	justify-content: center;
	margin-bottom: 18px;
	width: 58px;
}

.lm-about-card h3 {
	color: #000;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
}

.lm-about-card p {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.lm-about-expertise-header,
.lm-about-faq-header {
	margin-bottom: 28px;
}

.lm-about-expertise-link {
	align-items: flex-start;
	color: inherit;
	display: block;
	text-decoration: none;
}

.lm-about-expertise-link:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.lm-about-expertise-link:hover h3 {
	color: #f58220;
}

.lm-about-steps {
	counter-reset: about-steps;
	list-style: none;
	margin: 0;
	padding: 0;
}

.lm-about-steps li {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
	margin-bottom: 16px;
	padding: 24px 24px 24px 88px;
	position: relative;
}

.lm-about-steps li:last-child {
	margin-bottom: 0;
}

.lm-about-steps li:before {
	align-items: center;
	background: #000;
	border-radius: 999px;
	color: #fff;
	content: counter(about-steps);
	counter-increment: about-steps;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	left: 24px;
	position: absolute;
	top: 24px;
	width: 44px;
}

.lm-about-steps h3 {
	color: #000;
	font-size: 20px;
	font-weight: 800;
	margin: 0 0 8px;
}

.lm-about-steps p {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.lm-about-faq .toggle {
	margin: 0;
}

.lm-about-faq .toggle > label {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding: 22px 26px;
}

.lm-about-faq .toggle.active > label,
.lm-about-faq .toggle > label:hover {
	color: #f58220;
}

.lm-about-faq .toggle-content {
	padding: 22px 26px 8px;
}

.lm-about-cta-box {
	background:
		linear-gradient(135deg, #000 0%, #1f1f1f 62%, #333 100%);
	border-radius: 28px;
	box-shadow: 0 28px 56px rgba(0, 0, 0, 0.18);
	overflow: hidden;
	padding: 42px;
}

#footer {
	background: #000;
}

#footer .footer-copyright {
	background: #000;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background: #000 !important;
	border-top: 0 !important;
}

#footer .footer-copyright.footer-copyright-style-2 .container,
#footer .footer-copyright.footer-copyright-style-2 .row,
#footer .footer-copyright.footer-copyright-style-2 .col-12 {
	background: #000 !important;
}

#footer a,
#footer p,
#footer li,
#footer h5,
#footer span {
	color: #fff;
}

@media (min-width: 768px) {
	#footer .row.py-5.my-1 {
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		padding-bottom: 34px !important;
		padding-top: 44px !important;
		row-gap: 0;
	}

	#footer .row.py-5.my-1 > [class*="col-"] {
		flex: 0 0 calc(50% - 28px);
		margin-bottom: 0 !important;
		max-width: calc(50% - 28px);
	}

	#footer .row.py-5.my-1 > .offset-md-2 {
		margin-left: 0;
	}

	#footer .row.py-5.my-1 > [class*="col-"] + [class*="col-"] {
		border-left: 1px solid rgba(255, 255, 255, 0.12);
		padding-left: 36px;
	}

	#footer h5 {
		color: #f58220 !important;
		font-size: 15px;
		letter-spacing: 0;
		margin-bottom: 16px !important;
		text-align: left;
		text-transform: uppercase;
	}

	#footer .list {
		margin-bottom: 0;
		text-align: left;
		width: 100%;
	}

	#footer .list li {
		line-height: 1.6;
		margin-bottom: 14px !important;
	}

	#footer .list li:last-child {
		margin-bottom: 0 !important;
	}

	#footer .list span {
		color: rgba(255, 255, 255, 0.72) !important;
		font-size: 12px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}

	#footer .list a {
		display: inline-flex;
		min-height: 28px;
	}

	#footer .social-icons {
		display: flex;
		gap: 14px;
		justify-content: flex-start;
		margin-top: 18px;
	}

	#footer .footer-copyright.footer-copyright-style-2 {
		border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
		padding-bottom: 30px !important;
		padding-top: 24px !important;
	}

	#footer .footer-copyright p {
		font-size: 13px;
		line-height: 1.5;
		margin: 0;
		text-align: center;
	}
}

.lm-about-cta-box h2,
.lm-about-cta-box h3,
.lm-about-cta-box p,
.lm-about-cta-box li,
.lm-about-cta-box a,
.lm-about-cta-box strong {
	color: #fff;
}

.lm-about-cta-box h2 {
	font-size: clamp(28px, 3.5vw, 42px);
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 18px;
}

.lm-about-cta-box ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.lm-about-cta-box li {
	margin-bottom: 10px;
	padding-left: 28px;
	position: relative;
}

.lm-about-cta-box li:before {
	color: #f58220;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 1px;
}

.lm-about-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lm-about-cta-actions .lm-btn-light {
	border-color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 991px) {
	.lm-about-grid,
	.lm-about-method-grid,
	.lm-about-expertise-grid {
		grid-template-columns: 1fr;
	}

	.lm-about-highlights {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.lm-about-overview,
	.lm-about-method,
	.lm-about-faq,
	.lm-about-expertise,
	.lm-about-cta {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	#footer .row.py-5.my-1 {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		padding-bottom: 28px !important;
		padding-top: 38px !important;
		row-gap: 28px;
	}

	#footer .row.py-5.my-1 > [class*="col-"] {
		margin-bottom: 0 !important;
		margin-left: 10px;
		margin-right: 10px;
		width: 100%;
	}

	#footer .row.py-5.my-1 > [class*="col-"] + [class*="col-"] {
		border-top: 1px solid rgba(255, 255, 255, 0.16);
		padding-top: 28px;
	}

	#footer h5 {
		color: #f58220 !important;
		font-size: 15px;
		letter-spacing: 0;
		margin-bottom: 14px !important;
		text-align: left;
		text-transform: uppercase;
	}

	#footer .list {
		margin-bottom: 0;
		text-align: left;
		width: 100%;
	}

	#footer .list li {
		line-height: 1.55;
		margin-bottom: 14px !important;
	}

	#footer .list li:last-child {
		margin-bottom: 0 !important;
	}

	#footer .list span {
		color: rgba(255, 255, 255, 0.72) !important;
		font-size: 12px;
		margin-bottom: 5px;
		text-transform: uppercase;
	}

	#footer .list a {
		display: inline-flex;
		min-height: 30px;
	}

	#footer .social-icons {
		display: flex;
		gap: 14px;
		justify-content: flex-start;
		margin-top: 18px;
	}

	#footer .footer-copyright.footer-copyright-style-2 {
		border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
		padding-bottom: 28px !important;
		padding-top: 24px !important;
	}

	#footer .footer-copyright p {
		font-size: 12px;
		line-height: 1.5;
		margin: 0;
		text-align: center;
	}

	.lm-about-highlights {
		grid-template-columns: 1fr;
	}

	.lm-about-steps li {
		padding: 84px 20px 20px;
	}

	.lm-about-steps li:before {
		left: 20px;
		top: 20px;
	}

	.lm-about-cta-box {
		padding: 28px 22px;
	}

	.lm-about-cta-actions .btn {
		width: 100%;
	}
}

a:not(.btn):not(.nav-link):hover,
a:not(.btn):not(.nav-link):focus,
a:not(.btn):not(.nav-link):active {
	color: #f58220 !important;
}

.lm-about-hero,
.lm-about-story,
.lm-about-generations,
.lm-about-authority,
.lm-about-seo {
	padding: 30px 0;
}

.lm-about-hero {
	background: #fff;
}

.lm-about-hero-layout {
	display: grid;
	gap: 24px;
}

.lm-about-hero-grid {
	align-items: stretch;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.lm-about-hero-support {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
	padding: 26px 30px;
}

.lm-about-hero-support p {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 12px;
}

.lm-about-hero-support p:last-child {
	margin-bottom: 0;
}

.lm-about-hero-panel {
	background: #000;
	border-left: 6px solid #f58220;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 320px;
	padding: 32px;
}

.lm-about-hero-panel strong {
	color: #fff;
	display: block;
	font-size: clamp(36px, 5vw, 62px);
	font-weight: 800;
	line-height: 0.95;
	margin-bottom: 18px;
}

.lm-about-hero-panel p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
}

.lm-about-hero-photo {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
}

.lm-about-hero-photo img {
	aspect-ratio: 153 / 100;
	display: block;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.lm-about-hero-photo figcaption {
	background: #f4760d;
	color: #000000;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	padding: 18px 20px;
}

.lm-about-section-header {
	margin-bottom: 34px;
	max-width: 920px;
}

.lm-about-section-header span {
	color: #f58220;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.lm-about-section-header h2 {
	color: #000;
	font-size: clamp(28px, 3.5vw, 42px);
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 18px;
}

.lm-about-section-header p {
	color: #000;
	font-size: 17px;
	line-height: 1.75;
	margin: 0;
}

.lm-about-timeline {
	position: relative;
}

.lm-about-timeline:before {
	background: rgba(245, 130, 32, 0.34);
	bottom: 0;
	content: "";
	left: 145px;
	position: absolute;
	top: 0;
	width: 2px;
}

.lm-about-timeline-item {
	display: grid;
	gap: 28px;
	grid-template-columns: 190px minmax(0, 1fr);
	margin-bottom: 24px;
	position: relative;
}

.lm-about-timeline-item:last-child {
	margin-bottom: 0;
}

.lm-about-year {
	align-self: start;
	background: #f58220;
	border-radius: 8px;
	color: #000000;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.15;
	padding: 18px 20px;
	position: sticky;
	top: 110px;
	text-align: center;
	z-index: 1;
}

.lm-about-timeline-content,
.lm-about-generation-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
	padding: 30px;
}

.lm-about-timeline-content h3,
.lm-about-generation-card h3 {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 14px;
}

.lm-about-timeline-content p,
.lm-about-generation-card p {
	color: #000;
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 14px;
}

.lm-about-timeline-content p:last-child,
.lm-about-generation-card p:last-child {
	margin-bottom: 0;
}

.lm-about-timeline-media {
	grid-template-columns: 190px minmax(0, 0.95fr) minmax(280px, 0.65fr);
}

.lm-about-photo {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
	margin: 0;
	overflow: hidden;
}

.lm-about-photo img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.lm-about-photo figcaption {
	color: #000;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	padding: 16px 18px;
}

.lm-about-generations {
	background: #fff;
}

.lm-about-generations-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.lm-about-authority {
	background: #fff;
}

.lm-about-authority-layout {
	align-items: stretch;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.lm-about-authority-photo {
	align-self: center;
	background: #000;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
	margin: 0;
	overflow: hidden;
}

.lm-about-authority-photo picture {
	display: block;
}

.lm-about-authority-photo img {
	aspect-ratio: 4 / 5;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.lm-about-authority-photo figcaption {
	background: #000;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	padding: 18px 20px;
}

.lm-about-authority-content {
	background: #f6f1eb;
	border-left: 6px solid #f58220;
	border-radius: 8px;
	padding: 32px;
}

.lm-about-authority-content .lm-about-section-header {
	margin-bottom: 24px;
	max-width: 820px;
}

.lm-about-section-header .lm-about-authority-kicker {
	color: #000;
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: none;
}

.lm-about-authority-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lm-about-authority-item {
	background: #fff;
	border: 1px solid rgba(245, 130, 32, 0.22);
	border-radius: 8px;
	min-height: 0;
	padding: 18px;
}

.lm-about-authority-item i {
	align-items: center;
	background: rgba(245, 130, 32, 0.12);
	border-radius: 8px;
	color: #f58220;
	display: inline-flex;
	font-size: 18px;
	height: 40px;
	justify-content: center;
	margin-bottom: 14px;
	width: 40px;
}

.lm-about-authority-item strong {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.22;
	margin-bottom: 8px;
}

.lm-about-authority-item span {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 1.55;
}

.lm-about-authority-list {
	border-top: 1px solid rgba(245, 130, 32, 0.22);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px;
	padding-top: 18px;
}

.lm-about-authority-list .lm-about-authority-item {
	padding: 14px 16px;
}

.lm-about-authority-list .lm-about-authority-item i {
	height: 36px;
	margin-bottom: 12px;
	width: 36px;
}

.lm-about-authority-list .lm-about-authority-item strong {
	margin-bottom: 0;
}

.lm-about-service-links {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lm-about-seo .lm-about-service-links a,
.main .lm-about-seo .lm-about-service-links a,
.body .lm-about-seo .lm-about-service-links a {
	align-items: center;
	background: #f6f1eb !important;
	border: 1px solid rgba(245, 130, 32, 0.28) !important;
	border-radius: 8px;
	color: #000 !important;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	min-height: 88px;
	line-height: 1.35;
	padding: 18px 20px;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.lm-about-seo .lm-about-service-links a:hover,
.lm-about-seo .lm-about-service-links a:focus,
.main .lm-about-seo .lm-about-service-links a:hover,
.main .lm-about-seo .lm-about-service-links a:focus,
.body .lm-about-seo .lm-about-service-links a:hover,
.body .lm-about-seo .lm-about-service-links a:focus {
	background: #f58220 !important;
	border-color: #f58220 !important;
	box-shadow: 0 14px 30px rgba(245, 130, 32, 0.18);
	color: #000 !important;
	text-decoration: none;
	transform: translateY(-2px);
}

.lm-about-cta-box-simple {
	border-radius: 8px;
}

.lm-profile-main {
	background: #fff;
}

.lm-profile-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.88) 46%, rgba(255, 255, 255, 0.18) 100%),
		url("../img/historia/background-hero.webp");
	background-position: center right;
	background-size: cover;
	padding: 58px 0 46px;
}

.lm-profile-hero-grid {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
}

.lm-profile-hero-copy {
	max-width: 720px;
}

.lm-profile-hero-copy span,
.lm-profile-text span,
.lm-profile-section-header span,
.lm-profile-media-copy span {
	color: #f58220;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.lm-profile-hero-copy h1 {
	color: #000;
	font-size: clamp(42px, 5vw, 72px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0 0 24px;
	max-width: 760px;
}

.lm-profile-hero-copy p {
	color: #000;
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.45;
	margin: 0 0 28px;
	max-width: 620px;
}

.lm-profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.lm-profile-portrait {
	align-self: stretch;
	background: #000;
	border-radius: 8px;
	box-shadow: 0 22px 48px rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0;
	overflow: hidden;
}

.lm-profile-portrait img {
	display: block;
	height: 100%;
	min-height: 460px;
	object-fit: cover;
	object-position: center top;
	width: 100%;
}

.lm-profile-portrait picture {
	display: block;
	height: 100%;
	width: 100%;
}

.lm-profile-portrait figcaption {
	background: #000;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	padding: 16px 18px;
}

.lm-profile-stats {
	background: #000;
	padding: 0;
}

.lm-profile-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lm-profile-stats-grid div {
	border-right: 1px solid rgba(255, 255, 255, 0.14);
	padding: 28px 24px;
}

.lm-profile-stats-grid div:last-child {
	border-right: 0;
}

.lm-profile-stats-grid strong {
	color: #f58220;
	display: block;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	line-height: 1;
	margin-bottom: 10px;
}

.lm-profile-stats-grid span {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.lm-profile-section,
.lm-profile-media-section {
	padding: 58px 0;
}

.lm-profile-section-light {
	background: #f5f7fb;
}

.lm-profile-two-columns,
.lm-profile-media-grid {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.lm-profile-text h2,
.lm-profile-section-header h2,
.lm-profile-media-copy h2 {
	color: #000;
	font-size: clamp(30px, 3.8vw, 48px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.06;
	margin: 0;
}

.lm-profile-copy {
	background: #f6f1eb;
	border-left: 6px solid #f58220;
	border-radius: 8px;
	padding: 30px;
}

.lm-profile-copy p,
.lm-profile-media-copy p {
	color: #000;
	font-size: 16px;
	line-height: 1.78;
	margin: 0 0 14px;
}

.lm-profile-copy p:last-child,
.lm-profile-media-copy p:last-child {
	margin-bottom: 0;
}

.lm-profile-section-header {
	margin-bottom: 30px;
	max-width: 880px;
}

.lm-profile-card-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lm-profile-card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
	height: 100%;
	padding: 26px;
}

.lm-profile-card i {
	align-items: center;
	background: rgba(245, 130, 32, 0.12);
	border-radius: 8px;
	color: #f58220;
	display: inline-flex;
	font-size: 22px;
	height: 54px;
	justify-content: center;
	margin-bottom: 18px;
	width: 54px;
}

.lm-profile-card h3 {
	color: #000;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
}

.lm-profile-card p {
	color: #000;
	font-size: 15px;
	line-height: 1.65;
	margin: 0;
}

.lm-profile-work-photo {
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
	margin: 0;
	overflow: hidden;
}

.lm-profile-work-photo img {
	aspect-ratio: 16 / 10;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.lm-profile-media-copy {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06);
	padding: 32px;
}

.lm-profile-main .lm-about-service-links a,
.main .lm-profile-main .lm-about-service-links a,
.body .lm-profile-main .lm-about-service-links a {
	align-items: center;
	background: #f58220 !important;
	border: 1px solid #f58220 !important;
	border-radius: 8px;
	color: #000 !important;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	min-height: 88px;
	padding: 18px 20px;
	text-decoration: none;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		transform 180ms ease;
}

.lm-profile-main .lm-about-service-links a:hover,
.lm-profile-main .lm-about-service-links a:focus,
.main .lm-profile-main .lm-about-service-links a:hover,
.main .lm-profile-main .lm-about-service-links a:focus,
.body .lm-profile-main .lm-about-service-links a:hover,
.body .lm-profile-main .lm-about-service-links a:focus {
	background: #d96d12 !important;
	border-color: #d96d12 !important;
	box-shadow: 0 14px 30px rgba(245, 130, 32, 0.18);
	color: #000 !important;
	text-decoration: none;
	transform: translateY(-2px);
}

.lm-profile-main .lm-about-cta-box .lm-btn-light,
.main .lm-profile-main .lm-about-cta-box .lm-btn-light,
.body .lm-profile-main .lm-about-cta-box .lm-btn-light {
	background: #f58220 !important;
	border-color: #f58220 !important;
	color: #000 !important;
}

.lm-profile-main .lm-about-cta-box .lm-btn-light:hover,
.lm-profile-main .lm-about-cta-box .lm-btn-light:focus,
.main .lm-profile-main .lm-about-cta-box .lm-btn-light:hover,
.main .lm-profile-main .lm-about-cta-box .lm-btn-light:focus,
.body .lm-profile-main .lm-about-cta-box .lm-btn-light:hover,
.body .lm-profile-main .lm-about-cta-box .lm-btn-light:focus {
	background: #d96d12 !important;
	border-color: #d96d12 !important;
	color: #000 !important;
}

@media (max-width: 1199px) {
	.lm-about-timeline-media {
		grid-template-columns: 190px minmax(0, 1fr);
	}

	.lm-about-timeline-media .lm-about-photo {
		grid-column: 2;
	}

	.lm-about-authority-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-profile-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.lm-about-hero-grid,
	.lm-about-authority-layout,
	.lm-about-generations-grid {
		grid-template-columns: 1fr;
	}

	.lm-about-authority-content {
		display: contents;
	}

	.lm-about-authority-content .lm-about-section-header {
		display: contents;
		margin-bottom: 0;
		max-width: none;
	}

	.lm-about-authority-kicker {
		background: #f6f1eb;
		border-left: 6px solid #f58220;
		border-radius: 8px;
		display: block;
		margin-bottom: 0;
		order: 1;
		padding: 18px 20px;
		width: 100%;
	}

	.lm-about-authority-intro {
		background: #f6f1eb;
		border-left: 6px solid #f58220;
		border-radius: 8px;
		order: 3;
		padding: 24px 20px;
	}

	.lm-about-authority-intro h2 {
		margin-top: 0;
	}

	.lm-about-authority-photo {
		order: 2;
	}

	.lm-about-authority-grid {
		order: 4;
	}

	.lm-about-authority-list {
		grid-template-columns: 1fr;
		order: 5;
	}

	.lm-about-service-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-about-hero-support {
		padding: 24px 26px;
	}

	.lm-about-authority-photo img {
		aspect-ratio: 16 / 10;
	}

	.lm-profile-hero-grid,
	.lm-profile-two-columns,
	.lm-profile-media-grid {
		grid-template-columns: 1fr;
	}

	.lm-profile-portrait img {
		aspect-ratio: 16 / 10;
		height: auto;
		min-height: 0;
	}

	.lm-profile-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lm-profile-stats-grid div:nth-child(2n) {
		border-right: 0;
	}
}

@media (max-width: 767px) {
	.lm-about-hero,
	.lm-about-story,
	.lm-about-generations,
	.lm-about-seo {
		padding: 28px 0;
	}

	.lm-about-authority {
		border-top: 1px solid rgba(245, 130, 32, 0.28);
		padding: 42px 0 28px;
	}

	.lm-about-hero-panel {
		min-height: 240px;
		padding: 26px;
	}

	.lm-about-hero-photo img {
		aspect-ratio: 153 / 100;
	}

	.lm-about-timeline:before {
		display: none;
	}

	.lm-about-timeline-item,
	.lm-about-timeline-media {
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.lm-about-year {
		position: static;
		text-align: left;
		width: 100%;
	}

	.lm-about-timeline-media .lm-about-photo {
		grid-column: auto;
	}

	.lm-about-timeline-content,
	.lm-about-generation-card {
		padding: 24px 20px;
	}

	.lm-about-authority-grid {
		grid-template-columns: 1fr;
	}

	.lm-about-authority-list {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}

	.lm-about-authority-list .lm-about-authority-item {
		display: block;
		padding: 18px;
	}

	.lm-about-authority-list .lm-about-authority-item i {
		margin-bottom: 14px;
	}

	.lm-about-authority-item {
		min-height: 0;
	}

	.lm-about-service-links {
		grid-template-columns: 1fr;
	}

	.lm-profile-hero {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 58%, rgba(255, 255, 255, 0.96) 100%),
			url("../img/historia/background-hero.webp");
		background-position: center top;
		background-size: cover;
		padding: 42px 0 32px;
	}

	.lm-profile-actions {
		display: grid;
		gap: 12px;
	}

	.lm-profile-actions .btn {
		box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
		min-height: 46px;
		width: 100%;
	}

	.lm-profile-actions .lm-btn-whatsapp,
	.main .lm-profile-actions .lm-btn-whatsapp,
	.body .lm-profile-actions .lm-btn-whatsapp {
		background: #008f2f !important;
		border-color: #008f2f !important;
		color: #fff !important;
	}

	.lm-profile-stats-grid,
	.lm-profile-card-grid {
		grid-template-columns: 1fr;
	}

	.lm-profile-stats-grid div,
	.lm-profile-stats-grid div:nth-child(2n) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.14);
		padding: 24px 20px;
	}

	.lm-profile-stats-grid div:last-child {
		border-bottom: 0;
	}

	.lm-profile-section,
	.lm-profile-media-section {
		padding: 42px 0;
	}

	.lm-profile-copy,
	.lm-profile-media-copy {
		padding: 24px 20px;
	}
}
