/*
Theme Name: Wired IT Theme
Author: Wired IT
Author URI: https://www.wiredit.mx/
Description: Template Wired IT
Version: 1.0
*/

/* Fonts */
/*
@font-face{font-family: 'Nombre_Font';src: url('../fonts/Nombre_Font.eot');src: url('../fonts/Nombre_Font.eot?#iefix') format('embedded-opentype'),url('../fonts/Nombre_Font.woff2') format('woff2'),url('../fonts/Nombre_Font.woff') format('woff'),url('../fonts/Nombre_Font.ttf') format('truetype'),url('../fonts/Nombre_Font.svg#Nombre_Font') format('svg');font-weight: normal;font-style: normal;}
*/

/* Generic */
:root {
	--main-color: #0d6efd;
	--second-color: #0d6efd;
}

body {
	font-size: 1rem;
}

.h1,
h1 {
	font-size: 2rem;
}

.h2,
h2 {
	font-size: 1.5rem;
}

.h3,
h3 {
	font-size: 1.25rem;
}

.h4,
h4 {
	font-size: .75rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
}

a,
a:hover {
	text-decoration: none;
}

address {
	margin-bottom: .5rem;
}

dl,
ol,
ul {
	margin-bottom: 0;
}

.main-color {
	color: var(--main-color);
}

.second-color {
	color: var(--second-color);
}

.generic-border {
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

.btn-main {
	background: var(--main-color);
	color: white !important;
	border-radius: 0;
	padding: 10px 15px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1;
}

.section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.text-justify {
	text-align: justify;
}

.tabular-nums {
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum";
}

/* WiredIT One Page Landing */
:root {
	--wit-background: #F7F3EC;
	--wit-surface: #F0EBE1;
	--wit-surface-muted: #E5DFD3;
	--wit-hairline: #D2CBBD;
	--wit-ink: #0F1626;
	--wit-muted: #5E6573;
	--wit-brand: #E26A3C;
	--wit-brand-foreground: #FCFCFC;
	--wit-radius: 14px;
	--wit-shadow-soft: 0 1px 2px rgba(17, 24, 39, .04), 0 8px 24px -8px rgba(17, 24, 39, .08);
	--wit-shadow-card: 0 1px 0 rgba(17, 24, 39, .04), 0 24px 48px -24px rgba(17, 24, 39, .12);
	--wit-shadow-glow: 0 12px 36px rgba(226, 106, 60, .28);
}

html {
	scroll-behavior: smooth;
}

body.wit-one-page-body {
	background: var(--wit-background);
	color: var(--wit-ink);
	font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wit-one-page-body h1,
.wit-one-page-body h2,
.wit-one-page-body h3,
.wit-one-page-body h4,
.wit-one-page-body h5,
.wit-one-page-body h6 {
	color: var(--wit-ink);
	font-family: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
	letter-spacing: 0;
}

.wit-one-page-body main {
	background: var(--wit-background);
	overflow: hidden;
}

.wit-container {
	width: min(100% - 48px, 1280px);
	margin-inline: auto;
}

.wit-section {
	padding: 112px 0;
	background: var(--wit-background);
}

.wit-section-muted {
	background: var(--wit-surface);
}

.wit-eyebrow,
.wit-kicker,
.wit-hero-meta,
.wit-scroll-cue,
.wit-price-card>p:first-child,
.wit-includes>p,
.wit-form-note,
.wit-card-bar small,
.wit-browser-card footer,
.wit-contact-lines span {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	text-transform: uppercase;
	letter-spacing: .24em;
}

.wit-eyebrow {
	margin: 0 0 18px;
	color: var(--wit-brand);
	font-size: 11px;
	font-weight: 700;
}

.wit-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .85fr);
	gap: 80px;
	align-items: end;
	margin-bottom: 72px;
}

.wit-section-head h2,
.wit-process-head h2,
.wit-faq-container h2,
.wit-contact-copy h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(38px, 6vw, 72px);
	font-weight: 800;
	line-height: 1.02;
}

.wit-section-head h2 em,
.wit-hero h1 em {
	color: var(--wit-brand);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 700;
}

.wit-section-head>p,
.wit-contact-copy>p {
	margin: 0;
	color: var(--wit-muted);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.75;
}

.wit-nav-wrap {
	min-height: 80px;
	display: flex;
	align-items: center;
	background: rgba(247, 243, 236, .86);
	border-bottom: 1px solid var(--wit-hairline);
	backdrop-filter: blur(18px);
}

.wit-one-page-body .style-menu3 .navbar-brand {
	width: 146px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #06111F;
	border-radius: 8px;
	padding: 7px 16px;
}

.wit-one-page-body .style-menu3 .navbar-brand img {
	width: auto;
	max-width: 94px;
	height: auto;
	max-height: 22px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.wit-one-page-body #main_nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 46px;
}

.wit-one-page-body #main_nav .navbar-nav {
	align-items: center;
	gap: 30px;
}

.wit-one-page-body #main_nav .nav-link {
	padding: 0;
	color: var(--wit-ink);
	font-size: 15px;
	font-weight: 500;
	transition: color .15s ease;
}

.wit-one-page-body #main_nav .nav-link:hover {
	color: var(--wit-brand);
}

.wit-one-page-body #main_nav .cta-header,
.wit-one-page-body .style-menu3 .cta-top {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 22px;
	margin-left: 0;
	background: var(--wit-ink);
	color: var(--wit-background) !important;
	border-radius: 999px;
	font-weight: 700;
	transition: background .15s ease, transform .15s ease;
}

.wit-one-page-body #main_nav .cta-header:hover,
.wit-one-page-body .style-menu3 .cta-top:hover {
	background: var(--wit-brand);
	transform: translateY(-1px);
}

.wit-one-page-body .btn.btn-dark {
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: var(--wit-ink);
}

.wit-hero {
	padding: 112px 0 70px;
	background: var(--wit-background);
}

.wit-hero-grid {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr) 410px;
	gap: 44px;
	align-items: center;
}

.wit-hero-meta {
	align-self: start;
	margin-top: 82px;
	color: var(--wit-muted);
	font-size: 11px;
}

.wit-kicker {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 28px;
	color: var(--wit-muted);
	font-size: 12px;
}

.wit-kicker span {
	width: 7px;
	height: 7px;
	display: inline-block;
	background: var(--wit-brand);
	border-radius: 999px;
}

.wit-hero h1 {
	max-width: 820px;
	margin: 0;
	font-size: clamp(52px, 6.4vw, 92px);
	font-weight: 800;
	line-height: .95;
}

.wit-hero h1 em,
.wit-hero h1 span {
	display: block;
}

.wit-hero h1 span {
	color: rgba(15, 22, 38, .28);
}

.wit-hero-copy {
	max-width: 640px;
	margin: 42px 0 0;
	color: var(--wit-muted);
	font-size: clamp(18px, 1.5vw, 24px);
	line-height: 1.55;
}

.wit-scroll-cue {
	display: flex;
	align-items: center;
	align-self: end;
	gap: 16px;
	margin-bottom: 20px;
	color: var(--wit-ink);
	font-size: 12px;
	font-weight: 700;
}

.wit-scroll-cue span {
	width: 64px;
	height: 1px;
	background: var(--wit-ink);
}

.wit-hero-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 180px;
	align-items: center;
	gap: 34px;
	margin: 86px auto 0;
	padding: 42px;
	border: 1px solid var(--wit-hairline);
	border-radius: 26px;
	box-shadow: var(--wit-shadow-soft);
}

.wit-laptop-card {
	display: flex;
	justify-content: center;
	padding: 38px;
	background: rgba(255, 255, 255, .72);
	border-radius: 24px;
}

.wit-laptop {
	width: min(100%, 760px);
}

.wit-laptop-screen {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #fff;
	border: 14px solid #07111e;
	border-bottom-width: 22px;
	border-radius: 18px 18px 10px 10px;
	box-shadow: var(--wit-shadow-card);
}

.wit-hero-screenshot {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top center;
}

.wit-browser-top {
	height: 22px;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 0 12px;
	background: #101827;
}

.wit-browser-top span,
.wit-card-bar span {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 999px;
}

.wit-browser-top span:nth-child(1),
.wit-card-bar span:nth-child(1) {
	background: #ff6b6b;
}

.wit-browser-top span:nth-child(2),
.wit-card-bar span:nth-child(2) {
	background: #ffc857;
}

.wit-browser-top span:nth-child(3),
.wit-card-bar span:nth-child(3) {
	background: #74d680;
}

.wit-screen-nav {
	height: 20px;
	background: linear-gradient(90deg, #192236 35%, #f5f2ea 35% 78%, var(--wit-brand) 78%);
}

.wit-screen-hero {
	padding: 44px 58px;
	background: #ff8a12;
	color: #fff;
}

.wit-screen-hero strong {
	display: block;
	max-width: 340px;
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1;
}

.wit-screen-hero p {
	max-width: 360px;
	margin: 16px 0 24px;
	color: rgba(255, 255, 255, .86);
}

.wit-screen-hero i {
	width: 110px;
	height: 30px;
	display: block;
	background: #fff;
	border-radius: 999px;
}

.wit-screen-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	padding: 26px 58px;
}

.wit-screen-grid span {
	height: 58px;
	background: #ececec;
	border-radius: 8px;
}

.wit-laptop-base {
	width: 72%;
	height: 24px;
	margin: 0 auto;
	background: linear-gradient(180deg, #d9d9d9, #9e9e9e);
	border-radius: 0 0 36px 36px;
}

.wit-hero-stats {
	display: grid;
	gap: 24px;
}

.wit-hero-stats div {
	padding-left: 18px;
	border-left: 2px solid var(--wit-brand);
}

.wit-hero-stats strong {
	display: block;
	color: var(--wit-ink);
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: 38px;
	font-weight: 800;
	line-height: 1;
}

.wit-hero-stats span {
	display: block;
	margin-top: 8px;
	color: var(--wit-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .18em;
}

.wit-problem-list article {
	display: grid;
	grid-template-columns: 160px minmax(260px, .8fr) minmax(0, 1fr);
	gap: 44px;
	align-items: center;
	padding: 44px 0;
	border-top: 1px solid var(--wit-hairline);
}

.wit-problem-list article:last-child {
	border-bottom: 1px solid var(--wit-hairline);
}

.wit-problem-list span {
	color: rgba(15, 22, 38, .18);
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: clamp(52px, 6vw, 78px);
	font-weight: 800;
	line-height: 1;
	transition: color .5s ease;
}

.wit-problem-list article:hover span {
	color: var(--wit-brand);
}

.wit-problem-list h3 {
	margin: 0;
	font-size: clamp(24px, 2.4vw, 36px);
	font-weight: 800;
}

.wit-problem-list p {
	margin: 0;
	color: var(--wit-muted);
	font-size: 18px;
	line-height: 1.6;
}

.wit-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	overflow: hidden;
	border: 1px solid var(--wit-hairline);
	border-radius: 26px;
}

.wit-pillars article {
	position: relative;
	min-height: 260px;
	padding: 56px;
}

.wit-pillars article+article {
	border-left: 1px solid var(--wit-hairline);
}

.wit-pillars span {
	color: var(--wit-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
	letter-spacing: .24em;
}

.wit-pillars i {
	position: absolute;
	top: 60px;
	right: 56px;
	width: 8px;
	height: 8px;
	background: var(--wit-brand);
	border-radius: 999px;
}

.wit-pillars h3 {
	margin: 58px 0 16px;
	font-size: clamp(26px, 2.6vw, 36px);
	font-weight: 800;
}

.wit-pillars p {
	margin: 0;
	color: var(--wit-muted);
	font-size: 17px;
	line-height: 1.65;
}

.wit-process-section {
	position: relative;
	background-color: var(--wit-ink);
	background-image:
		linear-gradient(rgba(247, 243, 236, .055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(247, 243, 236, .055) 1px, transparent 1px);
	background-size: 80px 80px;
}

.wit-process-section::before {
	content: "";
	position: absolute;
	top: 260px;
	bottom: 120px;
	left: 50%;
	width: 1px;
	background: rgba(247, 243, 236, .15);
}

.wit-process-head h2,
.wit-process-section .wit-eyebrow,
.wit-timeline h3 {
	color: var(--wit-brand-foreground);
}

.wit-process-head {
	max-width: 720px;
	margin-bottom: 80px;
}

.wit-timeline {
	position: relative;
	display: grid;
	gap: 64px;
}

.wit-timeline article {
	position: relative;
	width: min(46%, 560px);
	min-height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}

.wit-timeline article:nth-child(even) {
	margin-left: auto;
	text-align: left;
}

.wit-timeline span {
	color: var(--wit-brand);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .24em;
}

.wit-timeline strong {
	display: block;
	margin: 12px 0 20px;
	color: rgba(247, 243, 236, .08);
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: clamp(78px, 8vw, 116px);
	font-weight: 800;
	line-height: .85;
}

.wit-timeline i {
	position: absolute;
	top: 50%;
	right: -10.7%;
	width: 18px;
	height: 18px;
	background: var(--wit-brand);
	border: 4px solid var(--wit-ink);
	border-radius: 999px;
	box-shadow: 0 0 0 1px rgba(247, 243, 236, .2);
}

.wit-timeline article:nth-child(even) i {
	right: auto;
	left: -10.7%;
}

.wit-timeline h3 {
	margin: 0 0 16px;
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 800;
}

.wit-timeline p {
	max-width: 460px;
	margin: 0 0 0 auto;
	color: rgba(247, 243, 236, .58);
	font-size: 16px;
	line-height: 1.75;
}

.wit-timeline article:nth-child(even) p {
	margin-left: 0;
}

.wit-collage {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 54px 62px;
	max-width: 980px;
	margin: 0 auto;
}

.wit-browser-card {
	overflow: hidden;
	background: rgba(255, 255, 255, .72);
	border: 1px solid var(--wit-hairline);
	border-radius: 18px;
	box-shadow: var(--wit-shadow-card);
	transition: transform .5s ease, box-shadow .5s ease;
}

.wit-browser-card:hover {
	transform: rotate(0deg) scale(1.02);
	box-shadow: 0 26px 64px -32px rgba(15, 22, 38, .28);
}

.wit-card-tilt-a {
	transform: rotate(-3deg) translateY(-12px);
}

.wit-card-tilt-b {
	transform: rotate(2deg) translateY(28px);
}

.wit-card-tilt-c {
	transform: rotate(-2deg) translateY(-2px);
}

.wit-card-tilt-d {
	transform: rotate(1.5deg) translateY(42px);
}

.wit-card-bar {
	height: 34px;
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 0 18px;
	background: var(--wit-surface);
	border-bottom: 1px solid var(--wit-hairline);
}

.wit-card-bar small {
	margin-left: 10px;
	color: var(--wit-muted);
	font-size: 10px;
	font-weight: 700;
}

.wit-site-preview {
	aspect-ratio: 3 / 2;
	display: block;
	background: #fff;
	overflow: hidden;
}

.wit-site-preview img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top center;
}

.wit-browser-card footer {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 18px;
	background: var(--wit-ink);
	color: var(--wit-background);
	font-size: 10px;
	font-weight: 700;
	border-radius: 0 0 18px 18px;
}

.wit-browser-card footer span {
	color: var(--wit-brand);
}

.wit-section-cta {
	display: flex;
	justify-content: center;
	margin-top: 72px;
}

.wit-section-cta a {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: var(--wit-ink);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .24em;
}

.wit-section-cta span {
	width: 58px;
	height: 1px;
	background: var(--wit-ink);
}

.wit-price-panel {
	display: grid;
	grid-template-columns: minmax(320px, 520px) 1fr;
	overflow: hidden;
	border: 1px solid var(--wit-hairline);
	border-radius: 22px;
	background: rgba(255, 255, 255, .42);
}

.wit-price-card {
	padding: 64px;
	background: var(--wit-ink);
	color: var(--wit-background);
}

.wit-price-card * {
	color: inherit;
}

.wit-price-card>p:first-child,
.wit-includes>p {
	margin: 0 0 34px;
	color: var(--wit-brand);
	font-size: 12px;
	font-weight: 700;
}

.wit-price-card div {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin-bottom: 18px;
}

.wit-price-card div strong {
	font-family: "Bricolage Grotesque", sans-serif;
	font-size: clamp(72px, 8vw, 108px);
	font-weight: 800;
	line-height: .9;
}

.wit-price-card div span,
.wit-price-card div small {
	color: rgba(247, 243, 236, .72);
	font-weight: 800;
}

.wit-price-card>p:nth-child(3) {
	color: rgba(247, 243, 236, .7);
	font-size: 18px;
}

.wit-price-card dl {
	display: grid;
	gap: 0;
	margin: 54px 0 0;
}

.wit-price-card dl div {
	display: flex;
	justify-content: space-between;
	gap: 28px;
	margin: 0;
	padding: 16px 0;
	border-top: 1px solid rgba(247, 243, 236, .12);
}

.wit-price-card dt,
.wit-price-card dd {
	margin: 0;
	color: rgba(247, 243, 236, .72);
	font-weight: 500;
}

.wit-price-card dd {
	color: var(--wit-background);
	text-align: right;
}

.wit-includes {
	padding: 64px;
}

.wit-includes ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 38px;
	padding: 0;
	margin: 0 0 52px;
	list-style: none;
}

.wit-includes li {
	position: relative;
	padding-left: 28px;
	color: var(--wit-ink);
	font-size: 17px;
	font-weight: 600;
}

.wit-includes li::before {
	content: "\f00c";
	position: absolute;
	left: 0;
	top: 1px;
	color: var(--wit-brand);
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

.wit-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 58px;
	padding: 14px 28px;
	border-radius: 999px;
	font-weight: 800;
}

.wit-cta-brand {
	background: var(--wit-brand);
	color: var(--wit-brand-foreground) !important;
	box-shadow: var(--wit-shadow-glow);
}

.wit-faq-container {
	max-width: 920px;
}

.wit-faq-container h2 {
	margin-bottom: 56px;
}

.wit-faq .accordion-item {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--wit-hairline);
	border-radius: 0;
}

.wit-faq .accordion-item:last-child {
	border-bottom: 1px solid var(--wit-hairline);
}

.wit-faq .accordion-button {
	padding: 26px 0;
	background: transparent;
	box-shadow: none;
	color: var(--wit-ink);
	font-family: "Inter", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 800;
}

.wit-faq .accordion-button::after {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--wit-brand);
	border-radius: 999px;
	background-image: none;
	color: #fff;
	content: "+";
	font-size: 16px;
	line-height: 1;
	transform: none;
}

.wit-faq .accordion-button:not(.collapsed)::after {
	content: "-";
}

.wit-faq .accordion-body {
	padding: 0 64px 28px 0;
	color: var(--wit-muted);
	font-size: 16px;
	line-height: 1.7;
}

.wit-contact-section {
	background: var(--wit-ink);
	color: var(--wit-background);
}

.wit-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(360px, 560px);
	gap: 84px;
	align-items: start;
}

.wit-contact-copy h2,
.wit-contact-copy h3,
.wit-contact-copy .wit-eyebrow {
	color: var(--wit-background);
}

.wit-contact-copy>p {
	max-width: 520px;
	color: rgba(247, 243, 236, .68);
}

.wit-contact-lines {
	display: grid;
	gap: 22px;
	max-width: 520px;
	margin-top: 58px;
	padding-top: 44px;
	border-top: 1px solid rgba(247, 243, 236, .12);
}

.wit-contact-lines div {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 20px;
	align-items: center;
}

.wit-contact-lines span {
	color: rgba(247, 243, 236, .48);
	font-size: 11px;
	font-weight: 700;
}

.wit-contact-lines a,
.wit-contact-lines strong {
	color: var(--wit-background);
	font-size: 20px;
	font-weight: 800;
}

.wit-contact-card {
	padding: 48px;
	background: var(--wit-background);
	border-radius: 22px;
	box-shadow: var(--wit-shadow-card);
}

.wit-contact-card>p {
	margin: 0 0 12px;
	color: var(--wit-brand);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .24em;
}

.wit-contact-card h3 {
	margin: 0 0 32px;
	font-size: clamp(26px, 2.5vw, 36px);
	font-weight: 800;
}

.wit-form .row {
	margin-right: -8px;
	margin-left: -8px;
}

.wit-form .row>[class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

.wit-form .form-label {
	margin-bottom: 10px;
	color: var(--wit-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .24em;
}

.wit-form .form-control {
	min-height: 58px;
	padding: 16px 18px;
	background: rgba(240, 235, 225, .72);
	border: 1px solid var(--wit-hairline);
	border-radius: 14px;
	color: var(--wit-ink);
	box-shadow: none;
}

.wit-form textarea.form-control {
	min-height: 150px;
	resize: vertical;
}

.wit-form .form-control:focus {
	background: #fff;
	border-color: rgba(226, 106, 60, .72);
	box-shadow: 0 0 0 4px rgba(226, 106, 60, .16);
}

.wit-choice-group {
	margin: 0;
	padding: 0;
	border: 0;
}

.wit-choice-group legend {
	margin-bottom: 10px;
	color: var(--wit-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .18em;
}

.wit-option-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
	gap: 10px;
}

.wit-option-grid-two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wit-choice-card {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer;
}

.wit-choice-card input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.wit-choice-card span {
	min-height: 74px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 14px;
	background: rgba(240, 235, 225, .72);
	border: 1px solid var(--wit-hairline);
	border-radius: 8px;
	color: var(--wit-ink);
	transition: border-color .16s ease, background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.wit-choice-card input:invalid+span {
	color: var(--wit-ink);
}

.wit-choice-card input:invalid+span strong {
	color: var(--wit-ink);
}

.wit-choice-card input:invalid+span small {
	color: var(--wit-muted);
}

.wit-choice-card span::after {
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid rgba(10, 22, 39, .28);
	border-radius: 50%;
}

.wit-choice-card input:checked+span {
	background: rgba(226, 106, 60, .1);
	border-color: rgba(226, 106, 60, .82);
	box-shadow: 0 12px 30px rgba(226, 106, 60, .14);
	transform: translateY(-1px);
}

.wit-choice-card input:checked+span::after {
	background: var(--wit-brand);
	border-color: var(--wit-brand);
	box-shadow: 0 0 0 4px rgba(226, 106, 60, .18);
}

.wit-choice-card input:focus-visible+span {
	outline: 3px solid rgba(226, 106, 60, .24);
	outline-offset: 2px;
}

.wit-choice-card strong {
	padding-right: 18px;
	color: var(--wit-ink);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.15;
}

.wit-choice-card small {
	color: var(--wit-muted);
	font-size: 12px;
	line-height: 1.35;
}

.wit-conditional-field:not([hidden]) {
	animation: witFieldIn .18s ease both;
}

.was-validated .wit-choice-group:has(input:invalid) .invalid-feedback {
	display: block;
}

@keyframes witFieldIn {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}

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

.wit-form .btn.btn-primary {
	min-height: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 24px;
	background: var(--wit-brand);
	border: 0;
	border-radius: 999px;
	color: var(--wit-brand-foreground) !important;
	font-weight: 800;
	box-shadow: var(--wit-shadow-glow);
}

.wit-form .btn.btn-primary i {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .18);
	border-radius: 999px;
}

.wit-form .sendmail_result {
	margin-top: 18px;
	border-radius: 14px;
	text-align: left;
}

.wit-form-note {
	margin: 18px 0 0;
	color: var(--wit-muted);
	font-size: 10px;
	font-weight: 800;
	text-align: center;
}

.wit-footer {
	background: var(--wit-background);
	border-top: 1px solid var(--wit-hairline);
}

.wit-footer .wit-container {
	min-height: 96px;
	display: grid;
	grid-template-columns: 160px 1fr 160px;
	gap: 24px;
	align-items: center;
}

.wit-footer-logo {
	width: 96px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--wit-ink);
	border-radius: 7px;
	padding: 6px 12px;
}

.wit-footer-logo img {
	width: auto;
	max-width: 64px;
	max-height: 20px;
	filter: brightness(0) invert(1);
}

.wit-footer p {
	margin: 0;
	color: var(--wit-muted);
	font-size: 13px;
	text-align: center;
}

.wit-footer a.aviso-de-privacidad {
	justify-self: end;
	color: var(--wit-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .24em;
}

.wit-thanks-section {
	min-height: calc(100vh - 176px);
	display: flex;
	align-items: center;
	padding: 132px 0;
	background:
		linear-gradient(rgba(210, 203, 189, .45) 1px, transparent 1px),
		linear-gradient(90deg, rgba(210, 203, 189, .45) 1px, transparent 1px),
		var(--wit-background);
	background-size: 80px 80px;
}

.wit-thanks-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	gap: 88px;
	align-items: center;
}

.wit-thanks-copy h1 {
	max-width: 760px;
	margin: 0;
	color: var(--wit-ink);
	font-family: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
	font-size: clamp(52px, 7vw, 96px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: .96;
}

.wit-thanks-copy>p {
	max-width: 620px;
	margin: 36px 0 0;
	color: var(--wit-muted);
	font-size: clamp(18px, 1.5vw, 22px);
	line-height: 1.65;
}

.wit-thanks-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
	margin-top: 44px;
}

.wit-thanks-link {
	color: var(--wit-ink);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.wit-thanks-link:hover {
	color: var(--wit-brand);
}

.wit-thanks-card {
	padding: 44px;
	background: rgba(255, 255, 255, .6);
	border: 1px solid var(--wit-hairline);
	border-radius: 26px;
	box-shadow: var(--wit-shadow-card);
}

.wit-thanks-mark {
	width: 72px;
	height: 72px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 34px;
	background: var(--wit-brand);
	color: var(--wit-brand-foreground);
	border-radius: 999px;
	box-shadow: var(--wit-shadow-glow);
}

.wit-thanks-card>p {
	margin: 0 0 28px;
	color: var(--wit-ink);
	font-family: "Bricolage Grotesque", "Inter", system-ui, sans-serif;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.08;
}

.wit-thanks-card dl {
	display: grid;
	gap: 0;
	margin: 0;
}

.wit-thanks-card dl div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 0;
	border-top: 1px solid var(--wit-hairline);
}

.wit-thanks-card dt,
.wit-thanks-card dd {
	margin: 0;
}

.wit-thanks-card dt {
	color: var(--wit-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .16em;
}

.wit-thanks-card dd {
	color: var(--wit-ink);
	font-weight: 800;
	text-align: right;
}

/* Captcha */
.grecaptcha-badge {
	visibility: hidden !important;
}

/* Carousel infinity */
.carousel-infinity {
	transition-timing-function: linear;
}

/* Filter */
.filter-section .gallery-filter {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 20px;
}

.filter-section .gallery-filter li {
	display: inline-block;
	margin: 8px 3px;
}

.filter-section .gallery-filter li button {
	position: relative;
	color: white;
	border-radius: 20px;
	padding: 8px 20px;
	background: #aeaeae;
	text-transform: capitalize;
	border: none;
}

.filter-section .gallery-filter li button.active {
	background: var(--main-color);
}

.filter-section .gallery-filter li button.active:after {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid var(--main-color);
	bottom: -10px;
	content: "";
	height: 10px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	width: 2px;
}

.filter-section .gallery-container.columns-3 .gallery-selector {
	width: 32%;
}

.filter-section .gallery-container.columns-4 .gallery-selector {
	width: 25%;
}

.filter-section .gallery-container .gallery-selector {
	padding: 5px;
}

.filter-section .gallery-container .gallery-selector img {
	width: 100%;
	height: auto;
}

.filter-section .gallery-container.columns-4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
}

.filter-section .gallery-container.columns-4 div.gallery-selector {
	position: relative !important;
	display: inline-block !important;
	right: 0 !important;
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	height: auto !important;
}

/* Gallery */
#gallery2 .box-gallery {
	position: relative;
	margin-top: 30px;
	border-radius: 8px;
	overflow: hidden;
}

#gallery2 .box-gallery:before {
	position: absolute;
	content: "";
	background-color: rgba(1, 1, 1, 0.47);
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

#gallery2 .box-gallery img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

#gallery2 .box-gallery .box-gallery-content {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	color: white;
}

#gallery2 .box-gallery .box-gallery-content h3 {
	margin-bottom: 0;
	font-weight: 600;
}

#gallery2 .box-gallery .box-gallery-content p {
	margin-bottom: 0;
}

#gallery2 .box-gallery .box-gallery-content a {
	font-weight: 600;
	color: white;
}

/* Header */
/* -- Top */
#top-header {
	padding: 10px 0;
	background-color: #f0f0f0;
}

#top-header ul {
	padding: 0;
	list-style: none;
	display: inline-block;
}

#top-header ul li {
	margin-right: 15px;
	display: inline-block;
}

#top-header ul li:last-child {
	margin-right: 0;
}

.cta-top {
	background-color: var(--main-color);
	display: inline-block;
	color: white;
	border-radius: 20px;
	padding: 4px 20px;
	margin-left: 20px;
}

/* -- Menu */
#main_nav {
	width: 100%;
}

#main_nav .cta-header {
	background-color: var(--main-color);
	color: white;
	display: inline-block;
	padding: 8px 17px;
	border-radius: 20px;
	margin-left: 20px;
}

/* -- Menú flotante */
.offcanvas.offcanvas-end {
	width: 278px;
}

.offcanvas.offcanvas-end .btn-close {
	position: absolute;
	left: -35px;
	background-color: white;
	padding: 8px;
	border-radius: 0;
	border: solid 1px #eee;
	opacity: 1;
	top: 100px;
}

.offcanvas.offcanvas-end .offcanvas-body .cta-header {
	margin: 0 20px;
	display: block;
	text-align: center;
}

.offcanvas.offcanvas-end .offcanvas-body,
.offcanvas.offcanvas-end .offcanvas-body ul {
	padding: 0;
	margin-bottom: 20px;
}

.offcanvas.offcanvas-end .offcanvas-body ul li a {
	color: black;
	padding: 8px 30px;
	display: block;
	border-bottom: solid 1px #eee;
	font-weight: 600;
}

.offcanvas.offcanvas-end .offcanvas-body ul#network-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.offcanvas.offcanvas-end .offcanvas-body ul#network-social li a {
	padding: 8px 10px;
	border: none !important;
}

/* -- Styles */
.style-menu1 {
	display: unset;
}

.style-menu2 {
	display: unset;
}

.style-menu3 {
	display: unset;
}

/* Breadcrumb */
#breadcrumb {
	background: #fbfbfb;
}

/* Footer */
footer #footer-top {
	background: #fbfbfb;
	padding: 1.5rem;
}

footer #footer-bottom {
	background-color: #000;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer #footer-bottom span,
footer #footer-bottom a:hover,
footer #footer-bottom a,
footer #footer-bottom p {
	color: white;
}

/* General Form */
/* Visualmente si funciona pero no se va con el formato en el form, esto en JQuery y POST
.sendmail_form input[type="text"]{text-transform:capitalize;}
.sendmail_form input[type="email"]{text-transform:lowercase;}
*/
::-webkit-input-placeholder {
	/* WebKit browsers */
	text-transform: none;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	text-transform: none;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	text-transform: none;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	text-transform: none;
}

::placeholder {
	/* Recent browsers */
	text-transform: none;
}

/* Sendmail */
.sendmail_form span {
	color: red;
}

.sendmail_form .sendmail_legend {
	font-size: .8rem;
}

.sendmail_form .sendmail_ajax_loader {
	display: none;
}

.sendmail_form .sendmail_result {
	display: none;
	margin-bottom: 0px;
	background-color: transparent;
	border-width: 2px;
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 0;
}

.sendmail_form_block span {
	color: red;
}

.sendmail_form_block .sendmail_legend {
	font-size: .8rem;
}

.sendmail_form_block .sendmail_result {
	display: none;
	margin-bottom: 0px;
	background-color: transparent;
	border-width: 2px;
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 0;
}

.alert-danger {
	border-color: red !important;
}

.alert-success {
	border-color: #16a085 !important;
}

/* Newsletter */
#newsletter {
	background-image: url('../images/section/newsletter/fondo.webp');
	background-repeat: no-repeat;
	margin: 50px 0px;
	padding: 100px 0px;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

#newsletter .is-invalid~.invalid-feedback,
#newsletter .is-invalid~.invalid-tooltip,
#newsletter .was-validated :invalid~.invalid-feedback,
#newsletter .was-validated :invalid~.invalid-tooltip {
	border: none;
	display: inline-block !important;
	margin: 0 5px;
	width: auto;
}

#newsletter span.wpcf7-not-valid-tip {
	display: inline-block;
	margin: 0 5px;
}

#newsletter .sendmail_form .sendmail_result {
	margin-top: 10px;
}

/* Chat */
#chats {
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 999;
	display: flex;
	flex-direction: column;
}

#chats>a {
	margin-top: 10px;
}

/* Home */
/* -- Banner Principal  */
#home {
	position: relative;
}

#home .carousel-indicators {
	z-index: 99;
}

#home #contacto-header {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

#home #contacto-header .box-contact {
	padding: 20px;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
}

/* About us */

/* Services */

/* Contact */

/* Reportes */
#reportes {
	padding-top: 20px;
}

#reportes .dataTables_wrapper .dt-buttons .dt-button,
#reportes .dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size: 12px;
	background: #6a6a6a;
	color: white !important;
	text-transform: uppercase;
	border: unset;
	border-radius: 3px;
	transition: .5s background;
}

#reportes .dataTables_wrapper .dt-buttons .dt-button:hover,
#reportes .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #959595;
}

#reportes .dataTables_wrapper table.dataTable thead {
	background: #091426;
}

#reportes .dataTables_wrapper table.dataTable thead tr th {
	color: white;
}

#reportes .dataTables_wrapper table.dataTable {
	padding-top: 10px;
}

#reportes .dataTables_wrapper .dataTables_filter input {
	border: 1px solid #e3e3e3;
	padding: 3px 10px !important;
}

/* FAQS */
#accordionFAQS .card {
	margin-bottom: 30px;
	border-radius: 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	border: none !important;
}

#accordionFAQS .card>div.card-header {
	padding: 0;
	border: none;
}

#accordionFAQS .card div.card-body {
	border-top: solid 1px var(--second-color);
}

#accordionFAQS .card>div:last-child .card-body {
	padding: 15px 25px;
}

#accordionFAQS .card>div:last-child .card-body p {
	margin-bottom: 5px;
}

#accordionFAQS .card .card-header a {
	display: block;
	padding: 15px 25px;
	background-color: white;
}

/* Page Thanks */
#page-thanks.wit-thanks-section {
	text-align: left;
}

/* Blog IU */
.blockUI.blockMsg {
	border: solid 2px #eee !important;
	background-color: transparent !important;
	border-radius: 5px !important;
	width: 120px !important;
}

.blockUI.blockMsg h1 {
	font-size: 17px !important;
	margin: 0 !important;
	color: white !important;
	padding: 5px 5px !important;
}

/*=============================================BUTTONS=============================================*/
.btn.btn-primary,
.btn.btn-primary:hover {
	background-color: #4B87F7;
	color: white !important;
}

.btn.btn-label-primary {
	background-color: rgba(75, 135, 247, 0.1);
	color: #4B87F7;
}

.btn-outline-primary {
	color: #4B87F7;
	border-color: #4B87F7;
}

.btn-outline-primary:hover {
	color: #ffffff;
	background-color: #4B87F7;
	border-color: #4B87F7;
}

label.btn.btn-label-primary:focus,
label.btn.btn-label-primary:hover,
label.btn.btn-label-primary.active,
a.btn.btn-label-primary:focus,
a.btn.btn-label-primary:hover,
a.btn.btn-label-primary.active,
button.btn.btn-label-primary:focus,
button.btn.btn-label-primary:hover,
button.btn.btn-label-primary.active,
input.btn.btn-label-primary:focus,
input.btn.btn-label-primary:hover,
input.btn.btn-label-primary.active {
	background-color: #4B87F7;
	color: #ffffff;
}

.btn-outline-brand:hover {
	color: #ffffff;
	background-color: #5578eb;
	border-color: #5578eb;
}

.btn-outline-brand {
	color: #5578eb;
	border-color: #5578eb;
}

.btn.btn-label-brand {
	background-color: rgba(85, 120, 235, 0.1);
	color: #5578eb;
}

label.btn.btn-label-brand:focus,
label.btn.btn-label-brand:hover,
label.btn.btn-label-brand.active,
a.btn.btn-label-brand:focus,
a.btn.btn-label-brand:hover,
a.btn.btn-label-brand.active,
button.btn.btn-label-brand:focus,
button.btn.btn-label-brand:hover,
button.btn.btn-label-brand.active,
input.btn.btn-label-info:focus,
input.btn.btn-label-info:hover,
input.btn.btn-label-info.active {
	background-color: #5578eb;
	color: #ffffff;
}

.btn-outline-info:hover {
	color: #ffffff;
	background-color: #5578eb;
	border-color: #5578eb;
}

.btn-outline-info {
	color: #5578eb;
	border-color: #5578eb;
}

.btn.btn-label-info {
	background-color: rgba(85, 120, 235, 0.1);
	color: #5578eb;
}

label.btn.btn-label-info:focus,
label.btn.btn-label-info:hover,
label.btn.btn-label-info.active,
a.btn.btn-label-info:focus,
a.btn.btn-label-info:hover,
a.btn.btn-label-info.active,
button.btn.btn-label-info:focus,
button.btn.btn-label-info:hover,
button.btn.btn-label-info.active,
input.btn.btn-label-info:focus,
input.btn.btn-label-info:hover,
input.btn.btn-label-info.active {
	background-color: #5578eb;
	color: #ffffff;
}

.btn.btn-dark,
.btn.btn-dark:hover {
	background-color: #282a3c;
	color: white !important;
}

.btn.btn-label-dark {
	background-color: rgba(40, 42, 60, 0.1);
	color: #282a3c;
}

.btn-outline-dark {
	color: #282a3c;
	border-color: #282a3c;
}

.btn-outline-dark:hover {
	color: #ffffff;
	background-color: #282a3c;
}

label.btn.btn-label-dark:focus,
label.btn.btn-label-dark:hover,
label.btn.btn-label-dark.active,
a.btn.btn-label-dark:focus,
a.btn.btn-label-dark:hover,
a.btn.btn-label-dark.active,
button.btn.btn-label-dark:focus,
button.btn.btn-label-dark:hover,
button.btn.btn-label-dark.active,
input.btn.btn-label-dark:focus,
input.btn.btn-label-dark:hover,
input.btn.btn-label-dark.active {
	background-color: #282a3c;
	color: #ffffff;
}

.btn.btn-success,
.btn.btn-success:hover {
	background-color: #0abb87;
	color: white !important;
}

.btn-outline-success {
	color: #0abb87;
	border-color: #0abb87;
}

.btn-outline-success:hover {
	color: #ffffff;
	background-color: #0abb87;
	border-color: #0abb87;
}

.btn.btn-label-success {
	background-color: rgba(10, 187, 135, 0.1);
	color: #0abb87;
}

label.btn.btn-label-success:focus,
label.btn.btn-label-success:hover,
label.btn.btn-label-success.active,
a.btn.btn-label-success:focus,
a.btn.btn-label-success:hover,
a.btn.btn-label-success.active,
button.btn.btn-label-success:focus,
button.btn.btn-label-success:hover,
button.btn.btn-label-success.active,
input.btn.btn-label-success:focus,
input.btn.btn-label-success:hover,
input.btn.btn-label-success.active {
	background-color: #0abb87;
	color: #ffffff;
}

.btn-outline-danger {
	color: #fd397a;
	border-color: hsl(340, 98%, 61%);
}

.btn-outline-danger:hover {
	color: #ffffff;
	background-color: #fd397a;
	border-color: #fd397a;
}

.btn.btn-label-danger {
	background-color: rgba(253, 57, 122, 0.1);
	color: #fd397a;
}

label.btn.btn-label-danger:focus,
label.btn.btn-label-danger:hover,
label.btn.btn-label-danger.active,
a.btn.btn-label-danger:focus,
a.btn.btn-label-danger:hover,
a.btn.btn-label-danger.active,
button.btn.btn-label-danger:focus,
button.btn.btn-label-danger:hover,
button.btn.btn-label-danger.active,
input.btn.btn-label-danger:focus,
input.btn.btn-label-danger:hover,
input.btn.btn-label-danger.active {
	background-color: #fd397a;
	color: #ffffff;
}

.btn-outline-warning:hover {
	color: #ffffff;
	background-color: #ffb822;
	border-color: #ffb822;
}

.btn-outline-warning {
	color: #ffb822;
	border-color: #ffb822;
}

.btn.btn-label-warning {
	background-color: rgba(255, 184, 34, 0.1);
	color: #ffb822;
}

label.btn.btn-label-warning:focus,
label.btn.btn-label-warning:hover,
label.btn.btn-label-warning.active,
a.btn.btn-label-warning:focus,
a.btn.btn-label-warning:hover,
a.btn.btn-label-warning.active,
button.btn.btn-label-warning:focus,
button.btn.btn-label-warning:hover,
button.btn.btn-label-warning.active,
input.btn.btn-label-warning:focus,
input.btn.btn-label-warning:hover,
input.btn.btn-label-warning.active {
	background-color: #ffb822;
	color: #111111;
}

/* Banner */
#home .carousel-caption {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}

/* Temporalidad */
.custom-banner-caption {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex !important;
	align-items: center;
	padding: 80px;
}

.custom-banner-caption.text-start,
.custom-banner-caption.text-left {
	justify-content: flex-start;
	text-align: left;
}

.custom-banner-caption.text-center {
	justify-content: center;
	text-align: center;
}

.custom-banner-caption.text-end,
.custom-banner-caption.text-right {
	justify-content: flex-end;
	text-align: right;
}

.temporality-banner-caption-box {
	max-width: 620px;
	background: rgba(0, 0, 0, .28);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 22px;
	padding: 38px;
	box-shadow: 0 10px 35px rgba(0, 0, 0, .25);
}

.temporality-banner-title {
	color: #fff;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 18px;
}

.temporality-banner-description {
	color: rgba(255, 255, 255, .92);
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 28px;
	font-weight: 700;
}

.temporality-banner-actions {
	gap: 14px;
}

.custom-banner-caption.text-center .temporality-banner-actions {
	justify-content: center;
}

.custom-banner-caption.text-end .banner-actions,
.custom-banner-caption.text-right .temporality-banner-actions {
	justify-content: flex-end;
}

.temporality-banner-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #F0852E;
	color: #fff !important;
	padding: 14px 24px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
	transition: .3s ease;
}

.temporality-banner-btn:hover {
	transform: translateY(-2px);
	background: #db7420;
	color: #fff !important;
}

#home #contacto-header {
	pointer-events: none;
}

#home #contacto-header .box-contact {
	pointer-events: auto;
}

@media screen and (max-width: 1199.98px) {
	.wit-container {
		width: min(100% - 36px, 1024px);
	}

	.wit-hero {
		padding-top: 104px;
	}

	.wit-hero-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.wit-hero-meta {
		margin-top: 0;
	}

	.wit-scroll-cue {
		justify-self: start;
		margin-bottom: 0;
	}

	.wit-hero-showcase {
		grid-template-columns: 1fr;
	}

	.wit-hero-stats {
		grid-template-columns: repeat(3, 1fr);
	}

	.wit-section-head,
	.wit-contact-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.wit-thanks-grid {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.wit-price-panel {
		grid-template-columns: 1fr;
	}

	.wit-process-section::before {
		left: 24px;
	}

	.wit-timeline article,
	.wit-timeline article:nth-child(even) {
		width: 100%;
		margin-left: 0;
		padding-left: 68px;
		text-align: left;
	}

	.wit-timeline i,
	.wit-timeline article:nth-child(even) i {
		left: 15px;
		right: auto;
	}

	.wit-timeline p,
	.wit-timeline article:nth-child(even) p {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 991.98px) {
	.wit-one-page-body #main_nav {
		display: none !important;
	}

	.wit-one-page-body .style-menu3 .navbar-brand {
		width: 118px;
	}

	.wit-one-page-body .offcanvas.offcanvas-end {
		background: var(--wit-background);
	}

	.wit-one-page-body .offcanvas.offcanvas-end .offcanvas-body {
		padding-top: 32px;
	}

	.wit-one-page-body .offcanvas.offcanvas-end .offcanvas-body ul li a {
		color: var(--wit-ink);
		border-color: var(--wit-hairline);
	}

	.wit-one-page-body .offcanvas.offcanvas-end .offcanvas-body .cta-header {
		margin: 22px 30px 0;
		background: var(--wit-ink);
		border-radius: 999px;
		color: var(--wit-background) !important;
	}

	.wit-section {
		padding: 84px 0;
	}

	.wit-pillars {
		grid-template-columns: 1fr;
	}

	.wit-pillars article+article {
		border-top: 1px solid var(--wit-hairline);
		border-left: 0;
	}

	.wit-problem-list article {
		grid-template-columns: 100px 1fr;
		gap: 28px;
	}

	.wit-problem-list article p {
		grid-column: 2;
	}

	.wit-collage {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.wit-card-tilt-a,
	.wit-card-tilt-b,
	.wit-card-tilt-c,
	.wit-card-tilt-d {
		transform: none;
	}

	.wit-contact-card,
	.wit-price-card,
	.wit-includes {
		padding: 40px;
	}

	.wit-footer .wit-container {
		grid-template-columns: 1fr;
		justify-items: center;
		padding: 26px 0;
	}

	.wit-footer a.aviso-de-privacidad {
		justify-self: center;
	}
}

@media screen and (max-width: 767.98px) {
	.wit-container {
		width: min(100% - 28px, 100%);
	}

	.wit-hero {
		padding: 72px 0 52px;
	}

	.wit-hero h1 {
		font-size: clamp(44px, 14vw, 64px);
	}

	.wit-hero-copy {
		margin-top: 32px;
	}

	.wit-hero-showcase {
		margin-top: 48px;
		padding: 18px;
		border-radius: 20px;
	}

	.wit-laptop-card {
		padding: 16px;
	}

	.wit-laptop-screen {
		border-width: 8px;
		border-bottom-width: 14px;
	}

	.wit-screen-hero,
	.wit-screen-grid {
		padding-right: 24px;
		padding-left: 24px;
	}

	.wit-hero-stats {
		grid-template-columns: 1fr;
	}

	.wit-section {
		padding: 68px 0;
	}

	.wit-section-head {
		margin-bottom: 44px;
	}

	.wit-section-head h2,
	.wit-process-head h2,
	.wit-faq-container h2,
	.wit-contact-copy h2 {
		font-size: clamp(34px, 11vw, 52px);
	}

	.wit-problem-list article {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 30px 0;
	}

	.wit-problem-list article p {
		grid-column: auto;
	}

	.wit-pillars article {
		min-height: auto;
		padding: 34px;
	}

	.wit-pillars i {
		top: 38px;
		right: 34px;
	}

	.wit-pillars h3 {
		margin-top: 36px;
	}

	.wit-process-section::before {
		display: none;
	}

	.wit-timeline article,
	.wit-timeline article:nth-child(even) {
		min-height: auto;
		padding-left: 0;
	}

	.wit-timeline i,
	.wit-timeline article:nth-child(even) i {
		display: none;
	}

	.wit-site-preview {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 24px;
	}

	.wit-price-card,
	.wit-includes,
	.wit-contact-card {
		padding: 30px;
	}

	.wit-includes ul {
		grid-template-columns: 1fr;
	}

	.wit-contact-lines div {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.wit-option-grid,
	.wit-option-grid-two {
		grid-template-columns: 1fr;
	}

	.wit-thanks-section {
		min-height: auto;
		padding: 88px 0;
	}

	.wit-thanks-card {
		padding: 30px;
	}

	.wit-thanks-actions {
		align-items: stretch;
		flex-direction: column;
	}
}

/*REFERENCIA PARA LAS MEDIDAS https://getbootstrap.com/docs/5.0/layout/breakpoints */
/* X-Large devices (large desktops, less than 1400px) */
@media screen and (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px) */
@media screen and (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media screen and (max-width: 991.98px) {

	/* Header */
	/* Menu Style 1 */
	.style-menu1 .navbar-collapse {
		position: absolute;
		top: 50px;
		z-index: 3;
		padding: 10px;
		position: absolute;
		top: 50px;
		z-index: 3;
		background: white;
		padding: 10px;
	}

	.style-menu1 .cta-header {
		margin: auto;
	}

	.style-menu1 .navbar-nav {
		border-bottom: solid 1px #dfdfdf;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}

	/* Menu Style 2 */
	.style-menu2 .cta-header {
		margin: auto;
	}

	.style-menu2 .navbar-nav {
		border-bottom: solid 1px #eee;
		margin-bottom: 10px;
	}

	.style-menu2 .cta-header {
		display: block;
		text-align: center;
		border-radius: 5px;
	}

	.style-menu2 .navbar {
		padding: 0;
	}

	/* Menu Style 3 */
	.style-menu3 .cta-header {
		margin: auto;
	}

	/* Home */
	/* -- Banner Principal  */
	#home #contacto-header {
		position: relative;
		margin-top: 2rem;
	}

	/* Temporalidad */
	.temporality-banner-caption-box {
		display: none;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media screen and (max-width: 767.98px) {}

/* X-Small devices (portrait phones, less than 576px) */
@media screen and (max-width: 575.98px) {}
