/**
 * Tema Multiproposito Angelperezweb - Estilos principales
 * Los estilos de contenido de Elementor se gestionan desde Elementor.
 * Aquí se añaden estilos base mínimos del theme.
 */

.site-branding {
	margin: 0.5em 0;
}

.site-title {
	font-size: 1.5em;
	margin: 0;
}

.site-description {
	font-size: 0.875em;
	margin: 0.25em 0 0;
}

.main-navigation {
	margin: 1em 0;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

.main-navigation ul ul {
	display: none;
}

.menu-toggle {
	display: none;
}

@media (max-width: 768px) {
	.menu-toggle {
		display: inline-block;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation.toggled ul {
		display: block;
	}
}

.site-main {
	margin: 1.5em 0;
}

.widget-area {
	margin: 1.5em 0;
}

.widget {
	margin: 0 0 1.5em;
}

.entry-title {
	margin: 0 0 0.5em;
}

.post-thumbnail {
	display: block;
	margin: 0 0 1em;
}

.entry-footer {
	margin: 1em 0;
}

.post-navigation,
.posts-navigation {
	margin: 2em 0;
}

.comments-area {
	margin: 2em 0;
}

:root {
	--color-primario: #1a73e8;
	--color-secundario: #6c757d;
	--color-terciario: #212529;
	--color-cuarto: #f8f9fa;
	--font-titulos: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-textos: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
	font-family: var(--font-textos);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-titulos);
}

a {
	color: var(--color-primario);
}

::selection {
	background: var(--color-primario);
	color: #ffffff;
}

.site-footer .site-info {
	text-align: center;
	padding: 1.5em 0;
}

.apweb-header-cuadrado {
	background: transparent;
}

.apweb-header-cuadrado .apweb-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 16px 32px;
	background: #ffffff;
}

.apweb-header-cuadrado .apweb-header-logo {
	flex-shrink: 0;
}

.apweb-header-cuadrado .apweb-header-logo img {
	display: block;
	max-height: 64px;
	width: auto;
}

.apweb-header-cuadrado .apweb-header-links {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-left: auto;
}

.apweb-header-cuadrado .apweb-header-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: inherit;
	text-decoration: none;
}

.apweb-header-cuadrado .apweb-header-link:hover {
	text-decoration: none;
}

.apweb-header-cuadrado .apweb-header-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primario);
}

.apweb-header-cuadrado .apweb-header-link-icon svg {
	width: 45px;
	height: 45px;
}

.apweb-header-cuadrado .apweb-header-link-info {
	display: inline-flex;
	flex-direction: column;
}

.apweb-header-cuadrado .apweb-header-link-title {
	font-weight: 700;
	color: #000000;
	font-size: 1.1rem;
}

.apweb-header-cuadrado .apweb-header-link-text {
	font-weight: 400;
	color: #000000;
	font-size: 1rem;
}

.apweb-header-cuadrado .apweb-header-menu {
	background: #ffffff;
	max-width: 1240px;
	margin: 0 auto;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

.apweb-header-cuadrado .apweb-header-menu .main-navigation {
	max-width: none;
	margin: 0;
	padding: 10px 32px;
}

.apweb-header-cuadrado .main-navigation > ul > li {
	position: relative;
}

.apweb-header-cuadrado .main-navigation > ul > li + li {
	margin-left: 1.2em;
	padding-left: 1.2em;
}

.apweb-header-cuadrado .main-navigation > ul > li + li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 80%;
	width: 1px;
	background: #000000;
}

.apweb-header-cuadrado .main-navigation a {
	color: #000000;
	text-decoration: none;
	font-size: 1.3rem;
}

.apweb-header-cuadrado .main-navigation a:hover {
	color: var(--color-primario);
}

@media (min-width: 769px) {
	.apweb-header-cuadrado .apweb-header-menu {
		position: relative;
		z-index: 1;
		margin-bottom: calc(-1 * (20px + 1.3rem + 2px) / 2);
	}
}

@media (max-width: 768px) {
	.apweb-header-cuadrado .apweb-header-inner {
		flex-wrap: wrap;
		padding: 16px;
	}

	.apweb-header-cuadrado .apweb-header-links {
		gap: 16px;
	}

	.apweb-header-cuadrado .apweb-header-menu .main-navigation {
		padding: 10px 16px;
	}
}

.apweb-header-redondeado {
	background: transparent;
}

.apweb-header-redondeado.apweb-header-over-banner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 20px 0;
}

.apweb-header-redondeado .apweb-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 16px 32px;
	background: #ffffff;
	border-radius: 999px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	padding: 8px 32px;
}

.apweb-header-redondeado .apweb-header-logo {
	flex-shrink: 0;
}

.apweb-header-redondeado .apweb-header-logo img {
	display: block;
	height: 60px;
	width: auto;
}

.apweb-header-redondeado .main-navigation {
	margin: 0;
}

.apweb-header-redondeado .main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.apweb-header-redondeado .main-navigation a {
	color: #000000;
	text-decoration: none;
	font-size: 1.3rem;
	transition: color 0.2s ease;
}

.apweb-header-redondeado .main-navigation a:hover,
.apweb-header-redondeado .main-navigation li.current-menu-item > a,
.apweb-header-redondeado .main-navigation li.current_page_item > a {
	color: var(--color-primario);
}

@media (max-width: 768px) {
	.apweb-header-redondeado .apweb-header-inner {
		padding: 8px 16px;
	}
}

.apweb-header-lineal {
	background: #ffffff;
}

.apweb-header-lineal .apweb-header-inner {
	display: grid;
	grid-template-columns: 20% 60% 20%;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 32px;
}

.apweb-header-lineal .apweb-header-logo {
	justify-self: center;
}

.apweb-header-lineal .apweb-header-logo img {
	display: block;
	height: 60px;
	width: auto;
}

.apweb-header-lineal .main-navigation {
	justify-self: start;
	width: 100%;
	max-width: 1240px;
	margin: 0;
}

.apweb-header-lineal .main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.apweb-header-lineal .main-navigation a {
	color: #000000;
	text-decoration: none;
	font-size: 1.1rem;
	transition: color 0.2s ease;
}

.apweb-header-lineal .main-navigation a:hover,
.apweb-header-lineal .main-navigation li.current-menu-item > a,
.apweb-header-lineal .main-navigation li.current_page_item > a {
	color: var(--color-primario);
}

.apweb-header-lineal .apweb-header-links {
	justify-self: center;
	display: flex;
	align-items: center;
	gap: 20px;
}

.apweb-header-lineal .apweb-header-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: inherit;
	text-decoration: none;
}

.apweb-header-lineal .apweb-header-link:hover {
	text-decoration: none;
}

.apweb-header-lineal .apweb-header-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 50%;
	background: color-mix(in srgb, var(--color-primario) 15%, #ffffff);
	color: var(--color-primario);
}

.apweb-header-lineal .apweb-header-link-icon svg {
	width: 22px;
	height: 22px;
}

.apweb-header-lineal .apweb-header-link-info {
	display: inline-flex;
	flex-direction: column;
	line-height: 1.3;
}

.apweb-header-lineal .apweb-header-link-title {
	font-size: 0.8rem;
	color: #6c757d;
}

.apweb-header-lineal .apweb-header-link-text {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--color-primario);
}

@media (max-width: 768px) {
	.apweb-header-lineal .apweb-header-inner {
		grid-template-columns: auto auto;
		padding: 12px 16px;
	}

	.apweb-header-lineal .main-navigation {
		display: none;
	}

	.apweb-header-lineal .apweb-header-links {
		justify-self: end;
	}
}

.apweb-header-doble {
	background: #ffffff;
}

.apweb-header-doble .apweb-header-topbar {
	max-width: 1240px;
	margin: 0 auto;
	padding: 10px 32px 0;
}

.apweb-header-doble .apweb-header-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	padding: 12px 16px 16px;
	background: var(--color-primario);
	border-radius: 999px;
}

.apweb-header-doble .apweb-header-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	text-decoration: none;
}

.apweb-header-doble .apweb-header-link:hover {
	text-decoration: none;
}

.apweb-header-doble .apweb-header-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	color: #ffffff;
}

.apweb-header-doble .apweb-header-link-icon svg {
	width: 22px;
	height: 22px;
}

.apweb-header-doble .apweb-header-link-title {
	font-size: 1rem;
	font-weight: 600;
	color: #ffffff;
}

.apweb-header-doble .apweb-header-link-text {
	display: none;
}

.apweb-header-doble .apweb-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 12px 32px;
}

.apweb-header-doble .apweb-header-logo {
	flex-shrink: 0;
}

.apweb-header-doble .apweb-header-logo img {
	display: block;
	height: 60px;
	width: auto;
}

.apweb-header-doble .main-navigation {
	margin: 0;
}

.apweb-header-doble .main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.apweb-header-doble .main-navigation a {
	color: #000000;
	text-decoration: none;
	font-size: 1.1rem;
	transition: color 0.2s ease;
}

.apweb-header-doble .main-navigation a:hover,
.apweb-header-doble .main-navigation li.current-menu-item > a,
.apweb-header-doble .main-navigation li.current_page_item > a {
	color: var(--color-primario);
}

@media (max-width: 768px) {
	.apweb-header-doble .apweb-header-topbar {
		padding: 10px 16px 0;
	}

	.apweb-header-doble .apweb-header-inner {
		padding: 12px 16px;
	}
}

.apweb-header-basico {
	background: var(--color-primario);
}

.apweb-header-basico .apweb-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 10px 32px;
}

.apweb-header-basico .apweb-header-logo {
	flex-shrink: 0;
}

.apweb-header-basico .apweb-header-logo img {
	display: block;
	max-height: 44px;
	width: auto;
}

.apweb-header-basico .main-navigation {
	margin: 0;
}

.apweb-header-basico .main-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.apweb-header-basico .main-navigation a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 500;
	transition: color 0.2s ease;
}

.apweb-header-basico .main-navigation a:hover,
.apweb-header-basico .main-navigation li.current-menu-item > a,
.apweb-header-basico .main-navigation li.current_page_item > a {
	color: rgba(255, 255, 255, 0.75);
}

.apweb-header-basico .apweb-header-links {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}

.apweb-header-basico .apweb-header-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	text-decoration: none;
}

.apweb-header-basico .apweb-header-link:hover {
	text-decoration: none;
}

.apweb-header-basico .apweb-header-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.apweb-header-basico .apweb-header-link-icon svg {
	width: 20px;
	height: 20px;
}

.apweb-header-basico .apweb-header-link-info {
	display: inline-flex;
	flex-direction: column;
}

.apweb-header-basico .apweb-header-link-title {
	font-weight: 600;
	color: #ffffff;
	font-size: 0.9rem;
}

.apweb-header-basico .apweb-header-link-text {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.8rem;
}

@media (max-width: 768px) {
	.apweb-header-basico .apweb-header-inner {
		flex-wrap: wrap;
		padding: 10px 16px;
	}

	.apweb-header-basico .apweb-header-links {
		gap: 14px;
	}
}

.apweb-header-logo-pill .apweb-header-logo {
	display: flex;
	align-items: center;
	background: #ffffff;
	padding: 8px 18px;
	border-radius: 999px;
}

.apweb-header-logo-pill .apweb-header-logo img {
	max-height: 36px;
	width: auto;
}

.apweb-page-banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35vh;
	background-color: var(--color-primario);
	background-size: cover;
	background-position: center;
}

.apweb-page-banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.12);
}

.apweb-page-banner-title {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 24px;
	color: #ffffff;
	text-align: center;
	font-size: clamp(1.8rem, 4vw, 3rem);
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	.apweb-page-banner {
		height: 25vh;
	}
}

.apweb-banner-slider {
	position: relative;
	overflow: hidden;
}

.apweb-banner-slides {
	position: relative;
	height: 80vh;
}

.apweb-banner-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80vh;
	background-color: var(--color-terciario);
	background-size: cover;
	background-position: center center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.9s ease, visibility 0.9s ease;
}

.apweb-banner-slide.apweb-banner-active {
	opacity: 1;
	visibility: visible;
}

.apweb-banner-active .apweb-banner-content {
	animation: apweb-banner-fade-up 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes apweb-banner-fade-up {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 769px) {
	.apweb-banner-slide {
		box-sizing: border-box;
		padding: 0 10vw;
	}
}

.apweb-banner-content {
	position: relative;
	z-index: 1;
	max-width: 1240px;
	padding: 48px 32px;
	text-align: center;
	color: #ffffff;
}

.apweb-banner-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	margin-bottom: 16px;
	padding: 10px;
	border-radius: 50%;
	background: var(--color-primario);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.apweb-banner-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.apweb-banner-title {
	max-width: 50vh;
	margin: 0 auto 16px;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.apweb-banner-text {
	max-width: 50vh;
	margin: 0 auto 24px;
	font-size: 1.25rem;
	line-height: 1.6;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

.apweb-banner-slide.apweb-banner-align-left {
	justify-content: flex-start;
}

.apweb-banner-slide.apweb-banner-align-left .apweb-banner-content {
	text-align: left;
}

.apweb-banner-slide.apweb-banner-align-left .apweb-banner-title,
.apweb-banner-slide.apweb-banner-align-left .apweb-banner-text {
	margin-left: 0;
	margin-right: auto;
}

.apweb-banner-slide.apweb-banner-align-right {
	justify-content: flex-end;
}

.apweb-banner-slide.apweb-banner-align-right .apweb-banner-content {
	text-align: right;
}

.apweb-banner-slide.apweb-banner-align-right .apweb-banner-title,
.apweb-banner-slide.apweb-banner-align-right .apweb-banner-text {
	margin-left: auto;
	margin-right: 0;
}

.apweb-banner-slide.apweb-banner-overlay-light::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.35);
}

.apweb-banner-slide.apweb-banner-overlay-dark::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.apweb-banner-button {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	overflow: hidden;
	padding: 14px 32px;
	background: var(--color-primario);
	color: #ffffff;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
}

.apweb-banner-button-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	background: #ffffff;
	color: var(--color-primario);
	border-radius: 50%;
}

.apweb-banner-button-arrow svg {
	display: block;
	width: 14px;
	height: 14px;
}

.apweb-banner-button::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	height: 0;
	background: rgba(0, 0, 0, 0.18);
	transition: height 0.35s ease;
}

.apweb-banner-button:hover {
	background: var(--color-primario);
	color: #ffffff;
	text-decoration: none;
}

.apweb-banner-button:hover::before {
	height: 100%;
}

.apweb-banner-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	border: 0;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.apweb-banner-arrow:hover {
	background: var(--color-primario);
}

.apweb-banner-prev {
	left: 16px;
}

.apweb-banner-next {
	right: 16px;
}

.apweb-banner-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.apweb-banner-dot {
	width: 12px;
	height: 12px;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.2s ease;
}

.apweb-banner-dot.active {
	background: #ffffff;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* =========================================
   APWEB - About (Elementor widget)
   ========================================= */

.apweb-about-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.apweb-about-style-marco .apweb-about-row {
	grid-template-columns: 60% 40%;
}

.apweb-about-style-marco.apweb-about-dir-content-left .apweb-about-row {
	grid-template-columns: 40% 60%;
}

.apweb-about {
	max-width: 1240px;
	margin: 0 auto;
}

.apweb-about-dir-content-left .apweb-about-col:first-child {
	order: 2;
}

.apweb-about-dir-content-left .apweb-about-col:last-child {
	order: 1;
}

.apweb-about-style-minimalista .apweb-about-figure {
	position: relative;
	margin: 0;
	width: 100%;
}

.apweb-about-style-minimalista .apweb-about-figure img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border: 14px solid #ffffff;
	border-radius: 0 80px 0 80px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.apweb-about-style-minimalista .apweb-about-tag {
	position: absolute;
	bottom: -44px;
	right: -14px;
	display: inline-flex;
	align-items: center;
	gap: 14px;
	max-width: 260px;
	padding: 16px 22px;
	background: var(--color-secundario);
	color: #ffffff;
	border-radius: 6px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.apweb-about-style-minimalista .apweb-about-tag-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	flex-shrink: 0;
	background: #ffffff;
	color: var(--color-primario);
	border-radius: 50%;
	font-size: 28px;
}

.apweb-about-style-minimalista .apweb-about-tag-icon svg {
	width: auto;
	height: 28px;
	fill: currentColor;
}

.apweb-about-style-minimalista .apweb-about-tag-content {
	display: flex;
	flex-direction: column;
}

.apweb-about-style-minimalista .apweb-about-tag-title {
	font-size: 0.8rem;
	font-weight: 400;
	opacity: 0.85;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.apweb-about-style-minimalista .apweb-about-tag-text {
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.2;
}

.apweb-about-style-minimalista .apweb-about-subtitle,
.apweb-about-style-marco .apweb-about-subtitle {
	display: inline-block;
	padding: 8px 22px;
	background: var(--color-secundario);
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 999px;
}

.apweb-about-style-minimalista .apweb-about-title,
.apweb-about-style-marco .apweb-about-title {
	margin: 18px 0 16px;
	color: var(--color-primario);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
}

.apweb-about-style-minimalista .apweb-about-text,
.apweb-about-style-marco .apweb-about-text {
	color: #2d2d2d;
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 28px;
}

.apweb-about-style-minimalista .apweb-about-text p,
.apweb-about-style-marco .apweb-about-text p {
	margin: 0 0 1em;
}

.apweb-about-style-minimalista .apweb-about-text p:last-child,
.apweb-about-style-marco .apweb-about-text p:last-child {
	margin-bottom: 0;
}

.apweb-about-style-marco .apweb-about-figure {
	position: relative;
	margin: 0;
	width: 100%;
}

.apweb-about-style-marco .apweb-about-figure img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border: 0;
	border-radius: 80px 0 80px 0;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.apweb-about-style-marco .apweb-about-tag {
	position: absolute;
	top: -25px;
	right: -25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	width: 235px;
	padding: 26px 24px;
	background: var(--color-secundario);
	color: #ffffff;
	border-radius: 0 60px 0 60px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
	text-align: center;
}

.apweb-about-style-marco .apweb-about-tag-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	flex-shrink: 0;
	background: transparent;
	color: #ffffff;
	border-radius: 50%;
	font-size: 38px;
}

.apweb-about-style-marco .apweb-about-tag-icon svg {
	width: auto;
	height: 38px;
	fill: currentColor;
}

.apweb-about-style-marco .apweb-about-tag-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.apweb-about-style-marco .apweb-about-tag-title {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
}

.apweb-about-style-marco .apweb-about-tag-text {
	font-size: 1.05rem;
	font-weight: 400;
	opacity: 0.9;
	line-height: 1.3;
	margin-top: 4px;
}

.apweb-js .apweb-about .apweb-about-col > * {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.apweb-js .apweb-about.apweb-about-animated .apweb-about-col > * {
	opacity: 1;
	transform: none;
}

.apweb-js .apweb-about.apweb-about-animated .apweb-about-figure {
	transition-delay: 0.05s;
}

.apweb-js .apweb-about.apweb-about-animated .apweb-about-subtitle {
	transition-delay: 0.15s;
}

.apweb-js .apweb-about.apweb-about-animated .apweb-about-title {
	transition-delay: 0.25s;
}

.apweb-js .apweb-about.apweb-about-animated .apweb-about-text {
	transition-delay: 0.35s;
}

.apweb-js .apweb-about.apweb-about-animated .apweb-about-button {
	transition-delay: 0.45s;
}

.apweb-about-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 32px;
	background: var(--color-primario);
	color: #ffffff;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
}

.apweb-about-button-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	background: #ffffff;
	color: var(--color-primario);
	border-radius: 50%;
}

.apweb-about-button-arrow svg {
	display: block;
	width: 14px;
	height: 14px;
}

.apweb-about-button:hover {
	background: var(--color-primario);
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 991px) {
	.apweb-about-row {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.apweb-about-style-minimalista .apweb-about-tag {
		right: 0;
	}
}

/* =========================================
   APWEB - About Estilo Doble
   ========================================= */

.apweb-about-style-doble .apweb-about-figure-doble,
.apweb-about-style-doble-reverso .apweb-about-figure-doble {
	position: relative;
	margin: 0;
	min-height: 420px;
}

.apweb-about-style-doble .apweb-about-figure-doble img,
.apweb-about-style-doble-reverso .apweb-about-figure-doble img {
	display: block;
	border: 12px solid #ffffff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.apweb-about-style-doble .apweb-about-img-front,
.apweb-about-style-doble-reverso .apweb-about-img-front {
	position: relative;
	z-index: 2;
	width: 78%;
	margin-left: auto;
	margin-top: 110px;
}

.apweb-about-style-doble .apweb-about-img-back {
	position: absolute;
	z-index: 1;
	left: 0;
	top: -100px;
	width: 56%;
}

.apweb-about-style-doble-reverso .apweb-about-img-front {
	position: relative;
	z-index: 2;
	width: 78%;
	margin-right: auto;
	margin-left: 0;
	margin-top: 110px;
}

.apweb-about-style-doble-reverso .apweb-about-img-back {
	position: absolute;
	z-index: 1;
	right: 0;
	left: auto;
	top: -100px;
	width: 56%;
}

.apweb-about-style-doble .apweb-about-subtitle,
.apweb-about-style-doble-reverso .apweb-about-subtitle {
	display: inline-block;
	padding: 0;
	background: transparent;
	color: #000000;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.apweb-about-style-doble .apweb-about-title,
.apweb-about-style-doble-reverso .apweb-about-title {
	margin: 18px 0 16px;
	color: var(--color-primario);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
}

.apweb-about-style-doble .apweb-about-text,
.apweb-about-style-doble-reverso .apweb-about-text {
	color: #2d2d2d;
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 28px;
}

.apweb-about-style-doble .apweb-about-text p,
.apweb-about-style-doble-reverso .apweb-about-text p {
	margin: 0 0 1em;
}

.apweb-about-style-doble .apweb-about-text p:last-child,
.apweb-about-style-doble-reverso .apweb-about-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.apweb-about-style-doble .apweb-about-figure-doble,
	.apweb-about-style-doble-reverso .apweb-about-figure-doble {
		min-height: 0;
	}
}

/* =========================================
   APWEB - Contadores (Elementor widget)
   ========================================= */

.apweb-counters {
	width: 100%;
	background: var(--color-primario);
	padding: 70px 20px;
}

.apweb-counters-inner {
	max-width: 1240px;
	margin: 0 auto;
}

.apweb-counters-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 40px 30px;
	align-items: center;
}

.apweb-counter {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 88px;
	color: #ffffff;
}

.apweb-counter:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 15%;
	left: -15px;
	height: 70%;
	width: 3px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 999px;
}

.apweb-counter-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	color: #ffffff;
	font-size: 40px;
	transform-style: preserve-3d;
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.apweb-counter-icon svg {
	width: 80px;
	height: 80px;
	fill: currentColor;
}

.apweb-counter:hover .apweb-counter-icon,
.apweb-counter-icon:hover {
	transform: rotateY(180deg);
}

.apweb-counter-sep {
	width: 3px;
	height: 50%;
	flex-shrink: 0;
	background: rgba(255, 255, 255, 0.45);
	border-radius: 999px;
}

.apweb-counter-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.apweb-counter-number {
	display: inline-flex;
	align-items: baseline;
	color: #ffffff;
	font-size: 2.6rem;
	font-weight: 800;
	line-height: 1.1;
}

.apweb-counter-prefix {
	font-size: 0.6em;
	font-weight: 700;
	margin-right: 2px;
}

.apweb-counter-suffix {
	font-size: 0.6em;
	font-weight: 700;
	margin-left: 2px;
}

.apweb-counter-text {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 1rem;
	line-height: 1.4;
}

.apweb-counters-style-pill,
.apweb-counters-style-cards {
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px 20px;
}

.apweb-counters-style-pill .apweb-counters-grid,
.apweb-counters-style-cards .apweb-counters-grid {
	gap: 30px;
}

.apweb-counters-style-pill .apweb-counter,
.apweb-counters-style-cards .apweb-counter {
	background: #ffffff;
	border-radius: 999px;
	padding: 26px 34px;
	min-height: 0;
	gap: 20px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
	color: var(--color-primario);
}

.apweb-counters-style-cards .apweb-counter {
	border-radius: 20px;
}

.apweb-counters-style-pill .apweb-counter::before,
.apweb-counters-style-cards .apweb-counter::before {
	display: none;
}

.apweb-counters-style-pill .apweb-counter-sep,
.apweb-counters-style-cards .apweb-counter-sep {
	display: none;
}

.apweb-counters-style-pill .apweb-counter-icon,
.apweb-counters-style-cards .apweb-counter-icon {
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: var(--color-primario);
}

.apweb-counters-style-pill .apweb-counter-icon svg,
.apweb-counters-style-cards .apweb-counter-icon svg {
	width: 40px;
	height: 40px;
	fill: currentColor;
}

.apweb-counters-style-pill .apweb-counter-number,
.apweb-counters-style-cards .apweb-counter-number {
	color: var(--color-primario);
	font-size: 2rem;
}

.apweb-counters-style-pill .apweb-counter-text,
.apweb-counters-style-cards .apweb-counter-text {
	margin-top: 4px;
	color: var(--color-primario);
	opacity: 1;
}

.apweb-counters-style-cards .apweb-counter-icon {
	transform: none !important;
}

.apweb-counters-style-cards .apweb-counter:hover .apweb-counter-icon {
	transform: none;
}

.apweb-js .apweb-counters.apweb-counters-animated.apweb-counters-style-cards .apweb-counter {
	transition: opacity 0.7s ease, transform 0.4s ease;
}

.apweb-js .apweb-counters.apweb-counters-animated.apweb-counters-style-cards .apweb-counter:hover {
	transform: scale(1.12);
}

@media (max-width: 767px) {
	.apweb-counters {
		padding: 50px 16px;
	}
}

.apweb-js .apweb-counters .apweb-counter {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter {
	opacity: 1;
	transform: none;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(1) {
	transition-delay: 0.05s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(2) {
	transition-delay: 0.15s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(3) {
	transition-delay: 0.25s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(4) {
	transition-delay: 0.35s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(5) {
	transition-delay: 0.45s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(6) {
	transition-delay: 0.55s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(7) {
	transition-delay: 0.65s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(8) {
	transition-delay: 0.75s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(9) {
	transition-delay: 0.85s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(10) {
	transition-delay: 0.95s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(11) {
	transition-delay: 1.05s;
}

.apweb-js .apweb-counters.apweb-counters-animated .apweb-counter:nth-child(12) {
	transition-delay: 1.15s;
}

/* =========================================
   APWEB - Servicios (Elementor widget)
   ========================================= */

.apweb-services {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 90px 20px;
}

.apweb-services-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1;
}

.apweb-services-inner {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 0 auto;
}

.apweb-services-head {
	max-width: 1240px;
	margin: 0 auto 55px;
	text-align: center;
	color: #ffffff;
}

.apweb-services-subtitle {
	display: inline-block;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.apweb-services-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.4rem, 5vw, 3.6rem);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
}

.apweb-services-desc {
	margin-top: 16px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.2rem;
	line-height: 1.7;
}

.apweb-services-desc p {
	margin: 0;
}

.apweb-services-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 30px;
}

.apweb-services-grid .apweb-service {
	width: calc((100% - 90px) / 4);
}

.apweb-services-cols-2.apweb-services-grid .apweb-service {
	width: calc((100% - 30px) / 2);
}

.apweb-services-cols-3.apweb-services-grid .apweb-service {
	width: calc((100% - 60px) / 3);
}

.apweb-service {
	margin: 0;
	display: flex;
}

.apweb-service-card {
	position: relative;
	display: block;
	flex: 1;
	margin-top: 45px;
	padding-top: 55px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 16px;
	background: #ffffff;
	border-radius: 16px;
	text-align: center;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
	color: inherit;
}

.apweb-service-card:hover {
	background: var(--color-primario);
	color: inherit;
}

.apweb-service-card:hover .apweb-service-item-title,
.apweb-service-card:hover .apweb-service-item-text {
	color: #ffffff;
}

.apweb-service-card:hover .apweb-service-icon {
	background: var(--color-primario);
	color: #ffffff;
}

.apweb-service-icon {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--color-primario);
	font-size: 40px;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.apweb-service-icon img {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 22px;
	object-fit: contain;
}

.apweb-service-icon svg {
	width: 44px;
	height: 44px;
	fill: currentColor;
}

.apweb-service-item-title {
	margin: 0;
	color: var(--color-primario);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.apweb-service-item-text {
	margin: 10px 0 18px;
	color: #2d2d2d;
	font-size: 1.05rem;
	line-height: 1.7;
	text-align: justify;
}

.apweb-service-img {
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10px;
}

.apweb-service-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.apweb-service-card:hover .apweb-service-img img {
	transform: scale(1.08);
}

@media (max-width: 1024px) {
	.apweb-services-grid .apweb-service {
		width: calc((100% - 60px) / 3);
	}
}

@media (max-width: 767px) {
	.apweb-services-grid .apweb-service {
		width: calc((100% - 30px) / 2);
	}
}

@media (max-width: 480px) {
	.apweb-services-grid .apweb-service {
		width: 100%;
	}
}

.apweb-services-style-card-line {
	background: transparent;
}

.apweb-services-style-card-line .apweb-services-overlay {
	display: none;
}

.apweb-services-style-card-line .apweb-services-head {
	color: #2d2d2d;
}

.apweb-services-style-card-line .apweb-services-subtitle {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 22px;
	background: var(--color-primario);
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 999px;
}

.apweb-services-style-card-line .apweb-services-title {
	color: var(--color-primario);
}

.apweb-services-style-card-line .apweb-services-desc {
	color: #2d2d2d;
}

.apweb-services-style-card-line .apweb-service-icon {
	display: none;
}

.apweb-services-style-card-line .apweb-service-card {
	margin-top: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: rgba(26, 115, 232, 0.08);
	border-bottom: 6px solid #12529c;
	border-radius: 14px;
	box-shadow: none;
}

.apweb-services-style-card-line .apweb-service-img {
	position: relative;
	z-index: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 0;
}

.apweb-services-style-card-line .apweb-service-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apweb-services-style-card-line .apweb-service-card:hover .apweb-service-img img {
	transform: none;
}

.apweb-services-style-card-line .apweb-service-body {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
}

.apweb-services-style-card-line .apweb-service-body::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #12529c;
	transform: scaleY(0);
	transform-origin: bottom center;
	transition: transform 0.45s ease;
	z-index: 1;
}

.apweb-services-style-card-line .apweb-service-card:hover .apweb-service-body::after {
	transform: scaleY(1);
}

.apweb-services-style-card-line .apweb-service-item-title,
.apweb-services-style-card-line .apweb-service-item-text {
	position: relative;
	z-index: 2;
}

.apweb-services-style-card-line .apweb-service-item-title {
	margin: 0;
	font-size: 1.4rem;
}

.apweb-services-style-card-line .apweb-service-item-text {
	margin: 8px 0 0;
	font-size: 1.05rem;
	line-height: 1.7;
}

.apweb-services-style-cards-icon {
	background: transparent;
}

.apweb-services-style-cards-icon .apweb-services-overlay {
	display: none;
}

.apweb-services-style-cards-icon .apweb-services-head {
	color: #2d2d2d;
}

.apweb-services-style-cards-icon .apweb-services-subtitle {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 22px;
	background: var(--color-primario);
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 999px;
}

.apweb-services-style-cards-icon .apweb-services-title {
	color: var(--color-primario);
}

.apweb-services-style-cards-icon .apweb-services-desc {
	color: #2d2d2d;
}

.apweb-services-style-cards-icon .apweb-service-card {
	margin-top: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 14px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.apweb-services-style-cards-icon .apweb-service-img {
	position: relative;
	z-index: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 0;
}

.apweb-services-style-cards-icon .apweb-service-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.apweb-services-style-cards-icon .apweb-service-img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(26, 115, 232, 0.4);
	opacity: 0;
	transition: opacity 0.45s ease;
}

.apweb-services-style-cards-icon .apweb-service-card:hover .apweb-service-img img {
	transform: scale(1.1);
}

.apweb-services-style-cards-icon .apweb-service-card:hover .apweb-service-img::after {
	opacity: 1;
}

.apweb-services-style-cards-icon .apweb-service-icon {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	width: 140px;
	height: 140px;
	margin: -70px auto 0;
	flex-shrink: 0;
	background: #ffffff;
	border: 8px solid var(--color-primario);
	color: var(--color-primario);
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
	font-size: 60px;
	z-index: 3;
	transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.apweb-services-style-cards-icon .apweb-service-icon svg {
	width: 70px;
	height: 70px;
	fill: currentColor;
}

.apweb-services-style-cards-icon .apweb-service-card:hover .apweb-service-icon {
	background: var(--color-primario);
	color: #ffffff;
	border-color: var(--color-primario);
}

.apweb-services-style-cards-icon .apweb-service-body {
	flex: 1;
	padding: 0 20px 24px;
	text-align: center;
}

.apweb-services-style-cards-icon .apweb-service-item-title {
	margin: 16px 0 0;
	font-size: 1.4rem;
}

.apweb-services-style-cards-icon .apweb-service-item-text {
	margin: 8px 0 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #2d2d2d;
}

.apweb-services-style-vertical {
	background: transparent;
}

.apweb-services-style-vertical .apweb-services-overlay {
	display: none;
}

.apweb-services-style-vertical .apweb-services-head {
	color: #2d2d2d;
}

.apweb-services-style-vertical .apweb-services-subtitle {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 22px;
	background: var(--color-primario);
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 999px;
}

.apweb-services-style-vertical .apweb-services-title {
	color: var(--color-primario);
}

.apweb-services-style-vertical .apweb-services-desc {
	color: #2d2d2d;
}

.apweb-services-style-vertical .apweb-services-grid {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

.apweb-services-style-vertical .apweb-service {
	width: 100% !important;
}

.apweb-services-style-vertical .apweb-service + .apweb-service {
	margin-top: 40px;
}

.apweb-services-style-vertical .apweb-service-card {
	display: flex;
	flex-direction: row;
	margin-top: 0;
	padding: 0;
	overflow: hidden;
	background: transparent;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.apweb-services-style-vertical .apweb-service-card:hover {
	background: transparent;
}

.apweb-services-style-vertical .apweb-service:nth-child(even) .apweb-service-card {
	flex-direction: row-reverse;
}

.apweb-services-style-vertical .apweb-service-media {
	position: relative;
	width: 50%;
	min-height: 270px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.apweb-services-style-vertical .apweb-service-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(26, 115, 232, 0) 80%, var(--color-primario) 100%);
}

.apweb-services-style-vertical .apweb-service:nth-child(even) .apweb-service-media::after {
	background: linear-gradient(to left, rgba(108, 117, 125, 0) 80%, var(--color-secundario) 100%);
}

.apweb-services-style-vertical .apweb-service-info {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
	background: var(--color-primario);
}

.apweb-services-style-vertical .apweb-service:nth-child(even) .apweb-service-info {
	background: var(--color-secundario);
}

.apweb-services-style-vertical .apweb-service-item-title {
	color: #ffffff;
}

.apweb-services-style-vertical .apweb-service-item-text {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.15rem;
}

.apweb-services-style-square {
	background: var(--color-primario);
	padding: 80px 0 140px;
}

.apweb-services-style-square .apweb-services-overlay {
	display: none;
}

.apweb-services-style-square .apweb-services-head {
	color: #ffffff;
}

.apweb-services-style-square .apweb-services-subtitle {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 22px;
	background: #ffffff;
	color: var(--color-primario);
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 999px;
}

.apweb-services-style-square .apweb-services-title {
	color: #ffffff;
}

.apweb-services-style-square .apweb-services-desc {
	color: rgba(255, 255, 255, 0.92);
}

.apweb-services-style-square .apweb-service-icon {
	display: none;
}

.apweb-services-style-square .apweb-service-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: center;
}

.apweb-services-style-square .apweb-service-card:hover {
	background: transparent;
}

.apweb-services-style-square .apweb-service-card:hover .apweb-service-item-title,
.apweb-services-style-square .apweb-service-card:hover .apweb-service-item-text {
	color: #2d2d2d;
}

.apweb-services-style-square .apweb-service-img {
	position: relative;
	width: 100%;
	margin: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.apweb-services-style-square .apweb-service-img img {
	transition: transform 0.45s ease;
}

.apweb-services-style-square .apweb-service-card:hover .apweb-service-img img {
	transform: scale(1.08);
}

.apweb-services-style-square .apweb-service-body {
	position: relative;
	z-index: 2;
	width: 80%;
	margin-top: -7.5%;
	padding: 24px 18px 28px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.apweb-services-style-square .apweb-service-item-title {
	color: var(--color-primario);
	font-size: 1.35rem;
}

.apweb-services-style-square .apweb-service-item-text {
	margin: 10px 0 0;
	color: #2d2d2d;
	font-size: 1.05rem;
}

@media (max-width: 767px) {
	.apweb-services-style-square .apweb-service-body {
		width: 86%;
		margin-top: -8%;
		padding: 20px 14px 24px;
	}
}

.apweb-services-style-icon-boxed {
	background: transparent;
}

.apweb-services-style-icon-boxed .apweb-services-overlay {
	display: none;
}

.apweb-services-style-icon-boxed .apweb-services-head {
	color: #2d2d2d;
}

.apweb-services-style-icon-boxed .apweb-services-subtitle {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 22px;
	background: var(--color-primario);
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 999px;
}

.apweb-services-style-icon-boxed .apweb-services-title {
	color: var(--color-primario);
}

.apweb-services-style-icon-boxed .apweb-services-desc {
	color: #2d2d2d;
}

.apweb-services-style-icon-boxed .apweb-service-card {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	padding: 0;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 14px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.apweb-services-style-icon-boxed .apweb-service-card:hover {
	background: #ffffff;
}

.apweb-services-style-icon-boxed .apweb-service-card:hover .apweb-service-item-title,
.apweb-services-style-icon-boxed .apweb-service-card:hover .apweb-service-item-text {
	color: var(--color-primario);
}

.apweb-services-style-icon-boxed .apweb-service-img {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 0;
}

.apweb-services-style-icon-boxed .apweb-service-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.apweb-services-style-icon-boxed .apweb-service-card:hover .apweb-service-img img {
	transform: scale(1.08);
}

.apweb-services-style-icon-boxed .apweb-service-icon {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: 28px;
	flex-shrink: 0;
	background: #ffffff;
	border: 6px solid var(--color-primario);
	color: var(--color-primario);
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
	font-size: 52px;
	z-index: 3;
	transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.apweb-services-style-icon-boxed .apweb-service-icon svg {
	width: 56px;
	height: 56px;
	fill: currentColor;
}

.apweb-services-style-icon-boxed .apweb-service-card:hover .apweb-service-icon {
	background: var(--color-primario);
	color: #ffffff;
	border-color: var(--color-primario);
}

.apweb-services-style-icon-boxed .apweb-service-body {
	flex: 1;
	padding: 20px 24px 28px;
	text-align: left;
}

.apweb-services-style-icon-boxed .apweb-service-item-title {
	margin: 0;
	color: var(--color-primario);
	font-size: 1.4rem;
	text-align: left;
}

.apweb-services-style-icon-boxed .apweb-service-item-text {
	margin: 10px 0 18px;
	color: #2d2d2d;
	font-size: 1.05rem;
	line-height: 1.7;
	text-align: left;
}

.apweb-services-style-icon-boxed .apweb-service-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	background: var(--color-primario);
	color: #ffffff;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1.2;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.apweb-services-style-icon-boxed .apweb-service-btn:hover,
.apweb-services-style-icon-boxed .apweb-service-btn:focus {
	background: color-mix(in srgb, var(--color-primario) 82%, #000000);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(26, 115, 232, 0.35);
}

@media (max-width: 480px) {
	.apweb-services-style-icon-boxed .apweb-service-icon {
		margin-left: 20px;
	}
}

.apweb-js .apweb-services-style-vertical .apweb-service {
	opacity: 0;
	transform: translateX(-80px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.apweb-js .apweb-services-style-vertical .apweb-service:nth-child(even) {
	transform: translateX(80px);
}

.apweb-js .apweb-services-style-vertical .apweb-service.apweb-service-animated {
	opacity: 1;
	transform: translateX(0);
}

.apweb-js .apweb-services-style-cards .apweb-service,
.apweb-js .apweb-services-style-card-line .apweb-service,
.apweb-js .apweb-services-style-cards-icon .apweb-service,
.apweb-js .apweb-services-style-square .apweb-service,
.apweb-js .apweb-services-style-icon-boxed .apweb-service {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.apweb-js .apweb-services-style-cards .apweb-service.apweb-service-cards-animated,
.apweb-js .apweb-services-style-card-line .apweb-service.apweb-service-cards-animated,
.apweb-js .apweb-services-style-cards-icon .apweb-service.apweb-service-cards-animated,
.apweb-js .apweb-services-style-square .apweb-service.apweb-service-cards-animated,
.apweb-js .apweb-services-style-icon-boxed .apweb-service.apweb-service-cards-animated {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 767px) {
	.apweb-services-style-vertical .apweb-service-card {
		flex-direction: column;
	}

	.apweb-services-style-vertical .apweb-service:nth-child(even) .apweb-service-card {
		flex-direction: column;
	}

	.apweb-services-style-vertical .apweb-service-media,
	.apweb-services-style-vertical .apweb-service-info {
		width: 100%;
	}

	.apweb-services-style-vertical .apweb-service-media {
		min-height: 260px;
	}

	.apweb-services-style-vertical .apweb-service-info {
		padding: 36px 24px;
	}
}

.apweb-services-style-card-line .apweb-service-card:hover .apweb-service-item-title {
	color: #ffffff;
}

.apweb-services-style-card-line .apweb-service-card:hover .apweb-service-item-text {
	color: rgba(255, 255, 255, 0.92);
}

/* =========================================
   APWEB - List Toggle (Elementor widget)
   ========================================= */

.apweb-list-toggle {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 90px 20px;
}

.apweb-list-toggle-overlay {
	position: absolute;
	inset: 0;
	background: color-mix(in srgb, var(--color-primario) 50%, #000000);
	opacity: 0.72;
	z-index: 1;
}

.apweb-list-toggle-inner {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 0 auto;
}

.apweb-list-toggle-head {
	margin: 0 auto 50px;
	text-align: left;
}

.apweb-list-toggle-subtitle {
	display: inline-block;
	margin-bottom: 16px;
	padding: 8px 22px;
	background: var(--color-primario);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 999px;
}

.apweb-list-toggle-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.4rem, 5vw, 3.4rem);
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.15;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
}

.apweb-list-toggle-panel {
	display: flex;
	align-items: stretch;
	gap: 40px;
	padding: 80px 40px 80px 0;
	background: var(--color-terciario);
	border-radius: 18px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.apweb-list-toggle-tabs {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 14px;
	flex-shrink: 0;
}

.apweb-list-toggle-tab {
	display: block;
	width: 100%;
	margin: 0;
	padding: 18px 24px;
	background: transparent;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 0 999px 999px 0;
	font-family: inherit;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.apweb-list-toggle-tab:hover {
	border-color: var(--color-primario);
}

.apweb-list-toggle-tab.active {
	background: var(--color-primario);
	border-color: var(--color-primario);
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(26, 115, 232, 0.35);
}

.apweb-list-toggle-panes {
	width: 70%;
	flex: 1;
}

.apweb-list-toggle-pane {
	display: none;
}

.apweb-list-toggle-pane.active {
	display: block;
}

.apweb-list-toggle-pane-title {
	margin: 0 0 18px;
	color: #ffffff;
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 700;
	line-height: 1.25;
}

.apweb-list-toggle-pane-text {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.1rem;
	line-height: 1.75;
}

.apweb-list-toggle-pane-text p {
	margin: 0 0 1em;
}

.apweb-list-toggle-pane-text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.apweb-list-toggle-panel {
		flex-direction: column;
		gap: 24px;
		padding: 24px;
	}

	.apweb-list-toggle-tabs,
	.apweb-list-toggle-panes {
		width: 100%;
	}
}

.apweb-list-toggle-pane.active {
	display: block;
	animation: apweb-list-toggle-pane-in 0.45s ease both;
}

@keyframes apweb-list-toggle-pane-in {
	from {
		opacity: 0;
		transform: translateX(24px);
	}

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

.apweb-js .apweb-list-toggle-subtitle,
.apweb-js .apweb-list-toggle-title {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.apweb-js .apweb-list-toggle-title {
	transition-delay: 0.12s;
}

.apweb-js .apweb-list-toggle.apweb-list-toggle-animated .apweb-list-toggle-subtitle,
.apweb-js .apweb-list-toggle.apweb-list-toggle-animated .apweb-list-toggle-title {
	opacity: 1;
	transform: translateY(0);
}

.apweb-js .apweb-list-toggle-panel {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	transition-delay: 0.25s;
}

.apweb-js .apweb-list-toggle.apweb-list-toggle-animated .apweb-list-toggle-panel {
	opacity: 1;
	transform: translateY(0);
}

.apweb-list-toggle-style-2 {
	background: transparent;
}

.apweb-list-toggle-style-2 .apweb-list-toggle-overlay {
	display: none;
}

.apweb-list-toggle-style-2 .apweb-list-toggle-head {
	margin: 0 auto 45px;
	text-align: center;
}

.apweb-list-toggle-style-2 .apweb-list-toggle-title {
	color: var(--color-primario);
	text-shadow: none;
}

.apweb-list-toggle-style-2 .apweb-list-toggle-subtitle {
	display: block;
	margin: 12px 0 0;
	padding: 0;
	background: transparent;
	color: #2d2d2d;
	font-size: 1.15rem;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	border-radius: 0;
	text-align: center;
}

.apweb-list-toggle-style-2 .apweb-list-toggle-subtitle p {
	margin: 0;
}

.apweb-list-toggle-style2-grid {
	display: flex;
	align-items: stretch;
	gap: 40px;
}

.apweb-list-toggle-cards {
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.apweb-list-toggle-card {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 37px 29px;
	background: #ffffff;
	border-bottom: 4px solid color-mix(in srgb, var(--color-primario) 35%, transparent);
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.apweb-list-toggle-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	flex-shrink: 0;
	background: color-mix(in srgb, var(--color-primario) 14%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--color-primario) 30%, transparent);
	color: var(--color-primario);
	border-radius: 50%;
	font-size: 28px;
}

.apweb-list-toggle-card-icon svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.apweb-list-toggle-card-title {
	margin: 0;
	flex-shrink: 0;
	color: var(--color-primario);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.25;
}

.apweb-list-toggle-card-text {
	flex: 1;
	min-width: 0;
	color: #2d2d2d;
	font-size: 1rem;
	line-height: 1.6;
}

.apweb-list-toggle-style2-media {
	width: 40%;
	flex-shrink: 0;
	min-height: 320px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 18px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-card {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-card:nth-child(1) {
	transition-delay: 0.05s;
}

.apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-card:nth-child(2) {
	transition-delay: 0.15s;
}

.apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-card:nth-child(3) {
	transition-delay: 0.25s;
}

.apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-card:nth-child(4) {
	transition-delay: 0.35s;
}

.apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-card:nth-child(5) {
	transition-delay: 0.45s;
}

.apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-card:nth-child(6) {
	transition-delay: 0.55s;
}

.apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-style2-media {
	opacity: 0;
	transform: translateX(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	transition-delay: 0.2s;
}

.apweb-js .apweb-list-toggle.apweb-list-toggle-animated.apweb-list-toggle-style-2 .apweb-list-toggle-card,
.apweb-js .apweb-list-toggle.apweb-list-toggle-animated.apweb-list-toggle-style-2 .apweb-list-toggle-style2-media {
	opacity: 1;
	transform: none;
}

@media (max-width: 767px) {
	.apweb-list-toggle-style2-grid {
		flex-direction: column;
	}

	.apweb-list-toggle-cards,
	.apweb-list-toggle-style2-media {
		width: 100%;
	}

	.apweb-list-toggle-style2-media {
		min-height: 240px;
	}

	.apweb-list-toggle-card {
		flex-wrap: wrap;
	}
}

.apweb-testimonials {
	position: relative;
	overflow: hidden;
	max-width: 1240px;
	margin: 40px auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 999px;
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
}

.apweb-testimonials-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1;
}

.apweb-testimonials-container {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch;
	min-height: 440px;
	padding: 20px;
}

.apweb-testimonials-side {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.apweb-testimonials-side .apweb-testimonials-side-img {
	width: 230px;
	height: 230px;
	max-width: 230px;
	object-fit: cover;
	border: 4px solid #ffffff;
	border-radius: 50%;
}

.apweb-testimonials-content {
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 60px 34px 20px;
}

.apweb-testimonials-title {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
}

.apweb-testimonials-slider {
	position: relative;
	min-height: 170px;
}

.apweb-js .apweb-testimonials-slider .apweb-testimonial {
	display: none;
}

.apweb-js .apweb-testimonials-slider .apweb-testimonial.active {
	display: block;
	animation: apwebTestimonialFade 0.5s ease;
}

@keyframes apwebTestimonialFade {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.apweb-testimonial-text {
	display: inline;
	color: #ffffff;
	font-size: 1.15rem;
	line-height: 1.65;
}

.apweb-testimonial-quote-open,
.apweb-testimonial-quote-close {
	color: #ffffff;
	font-family: Georgia, serif;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1;
}

.apweb-testimonial-quote-open {
	margin-right: 4px;
}

.apweb-testimonial-quote-close {
	margin-left: 4px;
}

.apweb-testimonial-name {
	margin-top: 16px;
	color: #ffffff;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.apweb-testimonials-nav {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 26px;
}

.apweb-testimonials-prev,
.apweb-testimonials-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	background: transparent;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.apweb-testimonials-prev:hover,
.apweb-testimonials-next:hover {
	background: var(--color-primario);
	border-color: var(--color-primario);
	color: #ffffff;
}

@media (max-width: 767px) {
	.apweb-testimonials {
		border-radius: 40px;
	}

	.apweb-testimonials-container {
		flex-direction: column;
		min-height: 0;
		padding: 16px;
	}

	.apweb-testimonials-side {
		width: 100%;
		padding: 0 0 16px;
	}

	.apweb-testimonials-side .apweb-testimonials-side-img {
		width: 190px;
		height: 190px;
		max-width: 190px;
		margin: 0 auto;
	}

	.apweb-testimonials-content {
		width: 100%;
		padding: 10px 16px 24px;
	}

	.apweb-testimonials-title {
		font-size: 1.5rem;
	}
}

.apweb-testimonials-style-cards3d {
	overflow: visible;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	margin: 40px auto;
}

.apweb-testimonials-style-cards3d .apweb-testimonials-overlay {
	display: none;
}

.apweb-testimonials-cards3d-header {
	text-align: center;
	margin-bottom: 46px;
}

.apweb-testimonials-cards3d-header .apweb-testimonials-subtitle {
	display: inline-block;
	padding: 8px 22px;
	background: var(--color-primario);
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 999px;
}

.apweb-testimonials-cards3d-header .apweb-testimonials-title {
	margin: 16px 0 0;
	color: var(--color-primario);
	font-size: 2.1rem;
	font-weight: 700;
}

.apweb-testimonials-cards3d-wrap {
	position: relative;
	max-width: 1050px;
	margin: 0 auto;
}

.apweb-testimonials-cards3d-stack {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity 0.25s ease;
}

.apweb-testimonials-cards3d-stack::before,
.apweb-testimonials-cards3d-stack::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 25px;
	background: #eef1f6;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.apweb-testimonials-cards3d-stack::before {
	transform: translate(16px, 16px);
	background: #e4e9f1;
	z-index: 1;
}

.apweb-testimonials-cards3d-stack::after {
	transform: translate(32px, 32px);
	background: #f5f7fb;
	z-index: 0;
}

.apweb-testimonials-cards3d-stack.apweb-testimonials-stack-hidden {
	opacity: 0;
}

.apweb-testimonials-cards3d-stack.apweb-testimonials-stack-hidden::before,
.apweb-testimonials-cards3d-stack.apweb-testimonials-stack-hidden::after {
	transform: translate(0, 0);
	opacity: 0;
}

.apweb-testimonials-cards3d-card {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: stretch;
	background: #ffffff;
	border-radius: 25px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	min-height: 300px;
}

.apweb-testimonials-style-cards3d .apweb-testimonials-side {
	width: 40%;
	padding: 24px;
	align-items: center;
	justify-content: center;
}

.apweb-testimonials-style-cards3d .apweb-testimonials-side-img {
	width: 230px;
	height: 230px;
	object-fit: cover;
	border: 4px solid var(--color-primario);
	border-radius: 50%;
}

.apweb-testimonials-style-cards3d .apweb-testimonials-content {
	width: 60%;
	padding: 42px 46px 30px 6px;
}

.apweb-testimonials-style-cards3d .apweb-testimonial-text {
	color: #6c757d;
	font-size: 1.2rem;
}

.apweb-testimonials-style-cards3d .apweb-testimonial-quote-open,
.apweb-testimonials-style-cards3d .apweb-testimonial-quote-close {
	color: #9aa3ad;
}

.apweb-testimonials-style-cards3d .apweb-testimonial-name {
	color: var(--color-primario);
	font-size: 1.3rem;
	font-weight: 300;
	margin-top: 14px;
}

.apweb-testimonials-style-cards3d .apweb-testimonials-prev,
.apweb-testimonials-style-cards3d .apweb-testimonials-next {
	border-color: var(--color-primario);
	color: var(--color-primario);
}

.apweb-testimonials-style-cards3d .apweb-testimonials-prev:hover,
.apweb-testimonials-style-cards3d .apweb-testimonials-next:hover {
	background: var(--color-primario);
	border-color: var(--color-primario);
	color: #ffffff;
}

@media (max-width: 767px) {
	.apweb-testimonials-style-cards3d .apweb-testimonials-cards3d-card {
		flex-direction: column;
	}

	.apweb-testimonials-style-cards3d .apweb-testimonials-side {
		width: 100%;
		padding: 16px;
	}

	.apweb-testimonials-style-cards3d .apweb-testimonials-side-img {
		width: 190px;
		height: 190px;
	}

	.apweb-testimonials-style-cards3d .apweb-testimonials-content {
		width: 100%;
		padding: 20px 20px 26px;
	}

	.apweb-testimonials-cards3d-stack::before {
		transform: translate(8px, 8px);
	}

	.apweb-testimonials-cards3d-stack::after {
		transform: translate(16px, 16px);
	}
}

.apweb-testimonials-style-grid {
	max-width: 100%;
	border-radius: 0;
}

.apweb-testimonials-style-grid .apweb-testimonials-grid-wrap {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px;
}

.apweb-testimonials-style-grid .apweb-testimonials-title {
	margin: 0 0 44px;
	text-align: center;
	color: #ffffff;
}

.apweb-testimonials-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.apweb-testimonial-card {
	position: relative;
	width: calc((100% - 48px) / 3);
	background: #ffffff;
	border-radius: 16px;
	padding: 24px 24px 40px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.apweb-js .apweb-testimonials-style-grid .apweb-testimonial-card {
	display: none;
}

.apweb-js .apweb-testimonials-style-grid .apweb-testimonial-card.active {
	display: block;
	animation: apwebTestimonialFade 0.5s ease;
}

.apweb-js .apweb-testimonials-style-square .apweb-testimonial-card {
	display: none;
}

.apweb-js .apweb-testimonials-style-square .apweb-testimonial-card.active {
	display: flex;
	animation: apwebTestimonialFade 0.5s ease;
}

.apweb-js .apweb-testimonials-style-grid .apweb-testimonial-card,
.apweb-js .apweb-testimonials-style-square .apweb-testimonial-card {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.apweb-js .apweb-testimonials-style-grid.apweb-testimonial-entered .apweb-testimonial-card.active,
.apweb-js .apweb-testimonials-style-square.apweb-testimonial-entered .apweb-testimonial-card.active {
	opacity: 1;
	transform: translateY(0);
}

.apweb-js .apweb-testimonials-style-pill .apweb-testimonial.active,
.apweb-js .apweb-testimonials-style-cards3d .apweb-testimonial.active {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.apweb-js .apweb-testimonials-style-pill.apweb-testimonial-entered .apweb-testimonial.active,
.apweb-js .apweb-testimonials-style-cards3d.apweb-testimonial-entered .apweb-testimonial.active {
	opacity: 1;
	transform: translateY(0);
}

.apweb-testimonial-card-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.apweb-testimonial-card-head .apweb-testimonial-avatar {
	width: 50px;
	height: 50px;
	max-width: 50px;
	flex-shrink: 0;
	object-fit: cover;
	border: 3px solid var(--color-primario);
	border-radius: 50%;
}

.apweb-testimonial-card-head .apweb-testimonial-name {
	margin: 0;
	color: #2d2d2d;
	font-size: 1.05rem;
	font-weight: 700;
}

.apweb-testimonial-card-line {
	height: 3px;
	width: 100%;
	margin-bottom: 16px;
	background: var(--color-primario);
	border-radius: 3px;
}

.apweb-testimonial-card .apweb-testimonial-text {
	color: #2d2d2d;
	font-size: 0.95rem;
	line-height: 1.6;
}

.apweb-testimonial-quote-big {
	position: absolute;
	right: 20px;
	bottom: 4px;
	color: var(--color-primario);
	font-family: Georgia, serif;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
	opacity: 0.18;
	pointer-events: none;
}

.apweb-testimonials-style-grid .apweb-testimonials-nav {
	justify-content: center;
	margin-top: 36px;
}

@media (max-width: 1024px) {
	.apweb-testimonial-card {
		width: calc((100% - 24px) / 2);
	}
}

@media (max-width: 600px) {
	.apweb-testimonial-card {
		width: 100%;
	}

	.apweb-testimonials-style-grid .apweb-testimonials-grid-wrap {
		padding: 30px 20px;
	}
}

.apweb-testimonials-style-square {
	max-width: 100%;
	border-radius: 0;
}

.apweb-testimonials-style-square .apweb-testimonials-grid-wrap {
	position: relative;
	z-index: 2;
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px;
}

.apweb-testimonials-style-square .apweb-testimonials-title {
	margin: 0 0 44px;
	text-align: center;
	color: #ffffff;
}

.apweb-testimonial-card.apweb-testimonial-card-square {
	display: flex;
	align-items: center;
	gap: 18px;
	width: calc((100% - 24px) / 2);
	background: #ffffff;
	border-radius: 0;
	padding: 30px;
}

.apweb-testimonial-card-square::after {
	content: "";
	position: absolute;
	left: 34px;
	bottom: -14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 14px solid #ffffff;
}

.apweb-testimonial-card-square .apweb-testimonial-avatar {
	width: 70px;
	height: 70px;
	max-width: 70px;
	flex-shrink: 0;
	object-fit: cover;
	border: 3px solid var(--color-primario);
	border-radius: 50%;
}

.apweb-testimonial-card-square .apweb-testimonial-name {
	margin: 0;
	color: var(--color-primario);
	font-size: 1.15rem;
	font-weight: 700;
}

.apweb-testimonial-card-square .apweb-testimonial-text {
	margin: 10px 0 0;
	color: #6c757d;
	font-size: 0.95rem;
	line-height: 1.6;
}

.apweb-testimonials-style-square .apweb-testimonials-nav {
	justify-content: center;
	margin-top: 36px;
}

@media (max-width: 767px) {
	.apweb-testimonial-card.apweb-testimonial-card-square {
		width: 100%;
		flex-direction: column;
		text-align: center;
	}

	.apweb-testimonials-style-square .apweb-testimonials-grid-wrap {
		padding: 30px 20px;
	}
}

.apweb-gallery {
	max-width: 1240px;
	margin: 40px auto;
}

.apweb-gallery-head {
	text-align: center;
	margin-bottom: 44px;
}

.apweb-gallery-title {
	margin: 0;
	color: #2d2d2d;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
}

.apweb-gallery-subtitle {
	margin: 12px auto 0;
	max-width: 720px;
	color: #6c757d;
	font-size: 1.05rem;
	line-height: 1.6;
}

.apweb-gallery-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.apweb-gallery-grid .apweb-gallery-item {
	width: calc((100% - 48px) / 4);
}

.apweb-gallery-cols-3.apweb-gallery-grid .apweb-gallery-item {
	width: calc((100% - 32px) / 3);
}

.apweb-gallery-cols-5.apweb-gallery-grid .apweb-gallery-item {
	width: calc((100% - 64px) / 5);
}

.apweb-gallery-item {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 10px;
}

.apweb-gallery-square .apweb-gallery-item {
	border-radius: 0;
}

.apweb-gallery-item .apweb-gallery-thumb {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.apweb-gallery-item:hover .apweb-gallery-thumb {
	transform: scale(1.1);
}

.apweb-gallery-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: color-mix(in srgb, var(--color-primario) 50%, transparent);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.apweb-gallery-item:hover .apweb-gallery-overlay {
	opacity: 1;
}

.apweb-gallery-eye {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	color: #ffffff;
	transform: scale(0.6);
	transition: transform 0.35s ease;
}

.apweb-gallery-item:hover .apweb-gallery-eye {
	transform: scale(1);
}

.apweb-js .apweb-gallery .apweb-gallery-item {
	opacity: 1;
	transform: none;
	transition: none;
}

.apweb-gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.apweb-gallery-lightbox.open {
	opacity: 1;
	visibility: visible;
}

.apweb-gallery-lb-img {
	max-width: 90vw;
	max-height: 85vh;
	object-fit: contain;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.apweb-gallery-lb-close,
.apweb-gallery-lb-prev,
.apweb-gallery-lb-next {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	cursor: pointer;
	transition: background 0.3s ease;
}

.apweb-gallery-lb-close:hover,
.apweb-gallery-lb-prev:hover,
.apweb-gallery-lb-next:hover {
	background: var(--color-primario);
}

.apweb-gallery-lb-close {
	top: 20px;
	right: 20px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-size: 1.6rem;
	line-height: 1;
}

.apweb-gallery-lb-prev,
.apweb-gallery-lb-next {
	top: 50%;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	transform: translateY(-50%);
	font-size: 2.2rem;
	line-height: 1;
}

.apweb-gallery-lb-prev {
	left: 20px;
}

.apweb-gallery-lb-next {
	right: 20px;
}

body.apweb-gallery-lb-open {
	overflow: hidden;
}

@media (max-width: 1024px) {
	.apweb-gallery-grid .apweb-gallery-item,
	.apweb-gallery-cols-3.apweb-gallery-grid .apweb-gallery-item,
	.apweb-gallery-cols-5.apweb-gallery-grid .apweb-gallery-item {
		width: calc((100% - 32px) / 3);
	}
}

@media (max-width: 767px) {
	.apweb-gallery-grid .apweb-gallery-item,
	.apweb-gallery-cols-3.apweb-gallery-grid .apweb-gallery-item,
	.apweb-gallery-cols-5.apweb-gallery-grid .apweb-gallery-item {
		width: calc((100% - 16px) / 2);
	}
}

@media (max-width: 480px) {
	.apweb-gallery-grid .apweb-gallery-item,
	.apweb-gallery-cols-3.apweb-gallery-grid .apweb-gallery-item,
	.apweb-gallery-cols-5.apweb-gallery-grid .apweb-gallery-item {
		width: 100%;
	}
}

.apweb-gallery-style-masonry .apweb-gallery-grid {
	display: block;
	-webkit-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 16px;
	column-gap: 16px;
}

.apweb-gallery-style-masonry .apweb-gallery-grid.apweb-gallery-cols-3 {
	-webkit-column-count: 3;
	column-count: 3;
}

.apweb-gallery-style-masonry .apweb-gallery-grid.apweb-gallery-cols-5 {
	-webkit-column-count: 5;
	column-count: 5;
}

.apweb-gallery-style-masonry .apweb-gallery-grid .apweb-gallery-item {
	width: 100% !important;
	aspect-ratio: auto;
	height: auto;
	margin-bottom: 16px;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

.apweb-gallery-style-masonry .apweb-gallery-item .apweb-gallery-thumb {
	position: static;
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 1024px) {
	.apweb-gallery-style-masonry .apweb-gallery-grid,
	.apweb-gallery-style-masonry .apweb-gallery-grid.apweb-gallery-cols-3,
	.apweb-gallery-style-masonry .apweb-gallery-grid.apweb-gallery-cols-5 {
		-webkit-column-count: 3;
		column-count: 3;
	}
}

@media (max-width: 767px) {
	.apweb-gallery-style-masonry .apweb-gallery-grid,
	.apweb-gallery-style-masonry .apweb-gallery-grid.apweb-gallery-cols-3,
	.apweb-gallery-style-masonry .apweb-gallery-grid.apweb-gallery-cols-5 {
		-webkit-column-count: 2;
		column-count: 2;
	}
}

@media (max-width: 480px) {
	.apweb-gallery-style-masonry .apweb-gallery-grid,
	.apweb-gallery-style-masonry .apweb-gallery-grid.apweb-gallery-cols-3,
	.apweb-gallery-style-masonry .apweb-gallery-grid.apweb-gallery-cols-5 {
		-webkit-column-count: 1;
		column-count: 1;
	}
}

/* Galería Carrusel Loop: marquesina infinita de derecha a izquierda. */
.apweb-gallery-style-carrusel-loop {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}

.apweb-gallery-style-carrusel-loop .apweb-gallery-head {
	padding: 0 20px;
}

.apweb-gallery-carousel {
	width: 100%;
	overflow: hidden;
}

.apweb-gallery-carousel-track {
	display: flex;
	width: max-content;
	animation: apweb-gallery-carousel-loop var(--apweb-carousel-duration, 40s) linear infinite;
}

@keyframes apweb-gallery-carousel-loop {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

.apweb-gallery-carousel-slide {
	flex: 0 0 auto;
	width: 300px;
	height: 300px;
	padding: 0 10px;
}

.apweb-gallery-carousel-slide .apweb-gallery-item {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.apweb-gallery-carousel-slide {
		width: 220px;
		height: 220px;
	}
}

@media (max-width: 480px) {
	.apweb-gallery-carousel-slide {
		width: 180px;
		height: 180px;
	}
}

.apweb-videos {
	max-width: 1240px;
	margin: 40px auto;
}

.apweb-videos-head {
	text-align: center;
	margin-bottom: 44px;
}

.apweb-videos-title {
	margin: 0;
	color: #2d2d2d;
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
}

.apweb-videos-subtitle {
	margin: 12px auto 0;
	max-width: 720px;
	color: #6c757d;
	font-size: 1.05rem;
	line-height: 1.6;
}

.apweb-videos-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.apweb-videos-grid .apweb-video-card {
	width: calc((100% - 24px) / 2);
}

.apweb-videos-cols-3.apweb-videos-grid .apweb-video-card {
	width: calc((100% - 48px) / 3);
}

.apweb-js .apweb-videos-grid .apweb-video-card {
	display: none;
}

.apweb-js .apweb-videos-grid .apweb-video-card.active {
	display: block;
	animation: apwebTestimonialFade 0.5s ease;
}

.apweb-video-thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 12px;
}

.apweb-videos-round .apweb-video-thumb {
	border-radius: 12px;
}

.apweb-videos-round .apweb-video-inline {
	border-radius: 12px;
}

.apweb-videos-square .apweb-video-thumb,
.apweb-videos-square .apweb-video-inline {
	border-radius: 0;
}

.apweb-video-thumb .apweb-video-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.apweb-video-thumb:hover .apweb-video-poster {
	transform: scale(1.08);
}

.apweb-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--color-primario);
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.3);
	transition: background 0.3s ease, transform 0.3s ease;
}

.apweb-video-thumb:hover .apweb-video-play {
	background: var(--color-secundario);
	transform: translate(-50%, -50%) scale(1.1);
}

.apweb-video-play svg {
	margin-left: 4px;
}

.apweb-video-inline {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: #000000;
	border-radius: 12px;
}

.apweb-videos-focus-wrap {
	position: relative;
	overflow: hidden;
	padding: 8% 0;
}

.apweb-videos-focus-strip {
	display: flex;
	align-items: center;
	transition: transform 0.6s ease;
}

.apweb-videos-focus-wrap .apweb-video-card {
	flex: 0 0 33.3333%;
	position: relative;
	z-index: 1;
	transform: scale(0.5);
	opacity: 0.45;
	transition: transform 0.6s ease, opacity 0.6s ease;
}

.apweb-videos-focus-wrap .apweb-video-card.focus-active {
	transform: scale(1.35);
	opacity: 1;
	z-index: 2;
}

.apweb-video-title {
	margin: 14px 0 0;
	color: #2d2d2d;
	font-size: 1.05rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.apweb-videos-nav {
	display: flex;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
}

.apweb-videos-prev,
.apweb-videos-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 2px solid var(--color-primario);
	border-radius: 50%;
	background: transparent;
	color: var(--color-primario);
	cursor: pointer;
	transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.apweb-videos-prev:hover,
.apweb-videos-next:hover {
	background: var(--color-primario);
	border-color: var(--color-primario);
	color: #ffffff;
}

.apweb-video-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.apweb-video-lightbox.open {
	opacity: 1;
	visibility: visible;
}

.apweb-video-lb-frame {
	width: 80vw;
	max-width: 1000px;
	aspect-ratio: 16 / 9;
}

.apweb-video-lb-frame iframe,
.apweb-video-lb-frame video {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.apweb-video-lb-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.3s ease;
}

.apweb-video-lb-close:hover {
	background: var(--color-primario);
}

body.apweb-video-lb-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.apweb-videos-grid .apweb-video-card,
	.apweb-videos-cols-3.apweb-videos-grid .apweb-video-card {
		width: 100%;
	}

	.apweb-video-lb-frame {
		width: 92vw;
	}
}

.apweb-contact {
	padding: 40px 0;
}

.apweb-contact-title,
.apweb-contact-subtitle,
.apweb-contact-cards {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

.apweb-contact-title {
	margin: 0 auto;
	text-align: center;
	color: var(--color-primario);
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 1.2;
}

.apweb-contact-subtitle {
	margin-top: 12px;
	max-width: 720px;
	text-align: center;
	color: #6c757d;
	font-size: 1.05rem;
	line-height: 1.6;
}

.apweb-contact-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 36px auto 48px;
}

.apweb-contact-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 22px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.apweb-contact-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.apweb-contact-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	background: var(--color-primario);
	border-radius: 50%;
	color: #ffffff;
	font-size: 1.2rem;
	overflow: hidden;
}

.apweb-contact-card-icon i,
.apweb-contact-card-icon svg {
	display: inline-block;
	width: 22px;
	height: 22px;
	max-width: 70%;
	max-height: 70%;
	color: #ffffff;
	font-size: 1.2rem;
	fill: #ffffff;
}

.apweb-contact-card-body {
	display: flex;
	flex-direction: column;
}

.apweb-contact-card-title {
	color: var(--color-primario);
	font-size: 1.02rem;
	font-weight: 700;
}

.apweb-contact-card-text {
	margin-top: 3px;
	color: #6c757d;
	font-size: 0.92rem;
	line-height: 1.4;
}

.apweb-contact-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 48px;
	width: 100%;
}

.apweb-contact-form {
	display: flex;
	justify-content: center;
}

.apweb-contact-form > * {
	width: 100%;
	max-width: 520px;
}

.apweb-contact-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.apweb-contact-map {
	width: 100%;
	margin-top: 0;
}

.apweb-contact-map iframe {
	display: block;
	width: 100%;
	height: 500px;
	border: 0;
	border-radius: 0;
}

.apweb-contact-style-2 .apweb-contact-head {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 48px;
	max-width: 1240px;
	margin: 0 auto 48px;
}

.apweb-contact-style-2 .apweb-contact-head-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.apweb-contact-badge {
	display: inline-block;
	margin-bottom: 16px;
	background: var(--color-primario);
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 7px 16px;
	border-radius: 999px;
}

.apweb-contact-style-2 .apweb-contact-title {
	margin: 0;
	text-align: left;
	font-size: 2.6rem;
}

.apweb-contact-style-2 .apweb-contact-head-links {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.apweb-contact-link {
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
}

.apweb-contact-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	background: var(--color-primario);
	border-radius: 50%;
	color: #ffffff;
	overflow: hidden;
}

.apweb-contact-link-icon i,
.apweb-contact-link-icon svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	max-width: 70%;
	max-height: 70%;
	color: #ffffff;
	font-size: 1.1rem;
	fill: #ffffff;
}

.apweb-contact-link-body {
	display: flex;
	flex-direction: column;
}

.apweb-contact-link-title {
	color: var(--color-primario);
	font-size: 1.05rem;
	font-weight: 700;
}

.apweb-contact-link-text {
	margin-top: 3px;
	color: #6c757d;
	font-size: 0.92rem;
	line-height: 1.4;
}

.apweb-contact-style-2 .apweb-contact-form {
	background: var(--color-primario);
	border-radius: 16px;
	padding: 48px 40px;
}

.apweb-contact-cards-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.apweb-contact-cards-3 .apweb-contact-mini-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex: 0 0 180px;
	width: 180px;
	padding: 28px 24px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.apweb-contact-cards-3 .apweb-contact-mini-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.apweb-contact-mini-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--color-primario);
	color: #ffffff;
	overflow: hidden;
}

.apweb-contact-mini-icon i,
.apweb-contact-mini-icon svg {
	display: inline-block;
	width: 24px;
	height: 24px;
	max-width: 70%;
	max-height: 70%;
	color: #ffffff;
	font-size: 1.3rem;
	fill: #ffffff;
}

.apweb-contact-mini-title {
	color: var(--color-primario);
	font-size: 1.05rem;
	font-weight: 700;
	text-align: center;
}

.apweb-contact-main-3 {
	display: block;
	background: linear-gradient(135deg, var(--color-primario) 0%, var(--color-primario) 50%, #0a3a8f 62%, #0a3a8f 100%);
	padding: 64px 0;
}

.apweb-contact-main-3 .apweb-contact-form {
	justify-content: flex-start;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
}

.apweb-contact-style4-bg {
	position: relative;
	background-color: #0f2b4f;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.apweb-contact-style4-bg::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(10, 30, 58, 0.72);
}

.apweb-contact-style4-inner {
	position: relative;
	display: grid;
	grid-template-columns: 60% 40%;
	gap: 48px;
	align-items: stretch;
	max-width: 1240px;
	margin: 0 auto;
	padding: 64px 24px;
}

.apweb-contact-style4-left {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 16px;
	padding: 40px;
}

.apweb-contact-style4-head {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.apweb-contact-style4-head .apweb-contact-title {
	margin: 0;
	max-width: none;
}

.apweb-contact-style4-head .apweb-contact-subtitle {
	margin: 12px 0 0;
	max-width: none;
}

.apweb-contact-style4-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 32px;
}

.apweb-contact-style4-cards .apweb-contact-mini-card {
	width: auto;
	flex: 1;
	padding: 36px 28px;
	border: 1px solid #e5e7eb;
}

.apweb-contact-style4-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: var(--color-primario);
	border-radius: 16px;
	padding: 40px 32px;
}

.apweb-contact-style4-right .apweb-contact-form {
	justify-content: center;
}

.apweb-contact-style4-right .apweb-contact-form > * {
	max-width: 100%;
}

.apweb-contact-form .wpcf7-form p {
	margin: 0 0 18px;
}

.apweb-contact-form .wpcf7-form label {
	display: block;
	font-weight: 500;
}

.apweb-contact-form .wpcf7-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.apweb-contact-form .wpcf7-form textarea,
.apweb-contact-form .wpcf7-form select {
	width: 100%;
	margin-top: 8px;
	background: #f8fafc;
	color: #2d2d2d;
	border: 1px solid #dbe2ec;
	border-radius: 12px;
	padding: 13px 16px;
	font-size: 1rem;
	font-family: inherit;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.apweb-contact-form .wpcf7-form textarea {
	resize: vertical;
	min-height: 120px;
}

.apweb-contact-form .wpcf7-form input:focus,
.apweb-contact-form .wpcf7-form textarea:focus,
.apweb-contact-form .wpcf7-form select:focus {
	outline: none;
	border-color: var(--color-primario);
	background: #ffffff;
}

.apweb-contact-form .wpcf7-form input[type="submit"],
.apweb-contact-form .wpcf7-form button[type="submit"] {
	display: inline-block;
	background: var(--color-primario);
	color: #ffffff;
	border: 0;
	border-radius: 12px;
	padding: 14px 36px;
	font-size: 1rem;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: background 0.15s ease;
}

.apweb-contact-form .wpcf7-form input[type="submit"]:hover,
.apweb-contact-form .wpcf7-form button[type="submit"]:hover {
	background: #0a3a8f;
}

/* Formulario Everest Forms dentro del contacto */
.apweb-contact-form .evf-field {
	width: 100%;
	min-width: 0;
}

.apweb-contact-form .evf-field-label {
	display: block;
	margin: 0 0 8px;
	font-weight: 500;
}

.apweb-contact-form .evf-field input.input-text,
.apweb-contact-form .evf-field textarea.input-text {
	width: 100%;
	margin: 0;
	background: #f8fafc;
	color: #2d2d2d;
	border: 1px solid #dbe2ec;
	border-radius: 12px;
	padding: 13px 16px;
	font-size: 1rem;
	font-family: inherit;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.apweb-contact-form .evf-field textarea.input-text {
	resize: vertical;
	min-height: 120px;
}

.apweb-contact-form .evf-field input.input-text:focus,
.apweb-contact-form .evf-field textarea.input-text:focus {
	outline: none;
	border-color: var(--color-primario);
	background: #ffffff;
}

.apweb-contact-form .everest-forms-submit-button {
	display: inline-block;
	background: var(--color-primario);
	color: #ffffff;
	border: 0;
	border-radius: 12px;
	padding: 14px 36px;
	font-size: 1rem;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: background 0.15s ease;
}

.apweb-contact-form .everest-forms-submit-button:hover {
	background: #0a3a8f;
}

.apweb-contact-style-2 .apweb-contact-form .wpcf7-form label,
.apweb-contact-style-3 .apweb-contact-form .wpcf7-form label,
.apweb-contact-style-4 .apweb-contact-form .wpcf7-form label,
.apweb-contact-style-2 .apweb-contact-form .wpcf7-form p,
.apweb-contact-style-3 .apweb-contact-form .wpcf7-form p,
.apweb-contact-style-4 .apweb-contact-form .wpcf7-form p,
.apweb-contact-style-2 .apweb-contact-form .wpcf7-form .wpcf7-form-control-wrap,
.apweb-contact-style-3 .apweb-contact-form .wpcf7-form .wpcf7-form-control-wrap,
.apweb-contact-style-4 .apweb-contact-form .wpcf7-form .wpcf7-form-control-wrap {
	color: #ffffff;
}

.apweb-contact-style-2 .apweb-contact-form .wpcf7-form input:not([type="submit"]),
.apweb-contact-style-2 .apweb-contact-form .wpcf7-form textarea,
.apweb-contact-style-2 .apweb-contact-form .wpcf7-form select,
.apweb-contact-style-3 .apweb-contact-form .wpcf7-form input:not([type="submit"]),
.apweb-contact-style-3 .apweb-contact-form .wpcf7-form textarea,
.apweb-contact-style-3 .apweb-contact-form .wpcf7-form select,
.apweb-contact-style-4 .apweb-contact-form .wpcf7-form input:not([type="submit"]),
.apweb-contact-style-4 .apweb-contact-form .wpcf7-form textarea,
.apweb-contact-style-4 .apweb-contact-form .wpcf7-form select {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(255, 255, 255, 0.35);
}

.apweb-contact-style-2 .apweb-contact-form .wpcf7-form input:not([type="submit"]):focus,
.apweb-contact-style-2 .apweb-contact-form .wpcf7-form textarea:focus,
.apweb-contact-style-2 .apweb-contact-form .wpcf7-form select:focus,
.apweb-contact-style-3 .apweb-contact-form .wpcf7-form input:not([type="submit"]):focus,
.apweb-contact-style-3 .apweb-contact-form .wpcf7-form textarea:focus,
.apweb-contact-style-3 .apweb-contact-form .wpcf7-form select:focus,
.apweb-contact-style-4 .apweb-contact-form .wpcf7-form input:not([type="submit"]):focus,
.apweb-contact-style-4 .apweb-contact-form .wpcf7-form textarea:focus,
.apweb-contact-style-4 .apweb-contact-form .wpcf7-form select:focus {
	background: #ffffff;
	border-color: #ffffff;
}

@media (max-width: 767px) {
	.apweb-contact-main {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.apweb-contact-card {
		width: 100%;
	}

	.apweb-contact-style-2 .apweb-contact-head {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.apweb-contact-style4-inner {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 40px 16px;
	}

	.apweb-contact-style4-left,
	.apweb-contact-style4-right {
		padding: 28px 20px;
	}

	.apweb-contact-style4-cards {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.apweb-contact-style4-cards .apweb-contact-mini-card {
		display: flex;
		align-items: center;
		gap: 16px;
		padding: 20px 18px;
		min-width: 0;
	}

	.apweb-contact-style4-cards .apweb-contact-mini-icon {
		width: 46px;
		height: 46px;
		flex-shrink: 0;
	}

	.apweb-contact-style4-cards .apweb-contact-mini-title {
		text-align: left;
		flex: 1;
		min-width: 0;
	}

	.apweb-contact-style4-head .apweb-contact-title {
		font-size: 1.6rem;
	}

	.apweb-contact-style4-right .evf-field {
		margin-bottom: 14px;
	}
}

/* Footer APWEB: fondo primario y enlaces en blanco. */
.apweb-footer {
	background: var(--color-primario);
	color: #ffffff;
	padding: 56px 0 0;
}

.apweb-footer-main {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 32px 48px;
}

.apweb-footer-col-logo .apweb-footer-logo {
	display: inline-block;
}

.apweb-footer-col-logo .apweb-footer-logo img {
	display: block;
	max-height: 80px;
	width: auto;
}

.apweb-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.apweb-footer-links li {
	margin: 0;
}

.apweb-footer-links a,
.apweb-footer-links .apweb-footer-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #ffffff;
	text-decoration: none;
}

.apweb-footer-links a:hover,
.apweb-footer-links a.apweb-footer-link:hover {
	color: rgba(255, 255, 255, 0.8);
}

.apweb-footer-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #ffffff;
}

.apweb-footer-link-icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.apweb-footer-link-icon svg {
	width: 24px;
	height: 24px;
}

.apweb-footer-col-menu ul.apweb-footer-menu,
.apweb-footer-col-menu ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.apweb-footer-col-menu ul li {
	margin: 0;
}

.apweb-footer-col-menu ul li a {
	color: #ffffff;
	text-decoration: none;
}

.apweb-footer-col-menu ul li a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.apweb-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.apweb-footer-copyright {
	max-width: 1240px;
	margin: 0 auto;
	padding: 18px 32px;
	text-align: center;
	font-size: 0.95rem;
	color: #ffffff;
}

.apweb-footer-copyright p {
	margin: 0;
}

@media (max-width: 767px) {
	.apweb-footer-main {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 0 24px 40px;
	}
}

/* =========================================
   Menú móvil unificado para todos los modelos de header
   ========================================= */
@media (max-width: 768px) {
	.apweb-header .menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border: none;
		background: transparent;
		color: inherit;
		cursor: pointer;
		flex-shrink: 0;
		margin-left: auto;
	}

	.apweb-header-basico .menu-toggle {
		color: #ffffff;
	}

	.apweb-header .menu-toggle .menu-toggle-icon,
	.apweb-header .menu-toggle .menu-toggle-icon::before,
	.apweb-header .menu-toggle .menu-toggle-icon::after {
		content: '';
		display: block;
		width: 24px;
		height: 3px;
		border-radius: 2px;
		background: currentColor;
		transition: transform 0.25s ease, opacity 0.25s ease;
	}

	.apweb-header .menu-toggle .menu-toggle-icon {
		position: relative;
	}

	.apweb-header .menu-toggle .menu-toggle-icon::before {
		position: absolute;
		top: -8px;
		left: 0;
	}

	.apweb-header .menu-toggle .menu-toggle-icon::after {
		position: absolute;
		top: 8px;
		left: 0;
	}

	.apweb-header .menu-toggle[aria-expanded="true"] .menu-toggle-icon {
		background: transparent;
	}

	.apweb-header .menu-toggle[aria-expanded="true"] .menu-toggle-icon::before {
		top: 0;
		transform: rotate(45deg);
	}

	.apweb-header .menu-toggle[aria-expanded="true"] .menu-toggle-icon::after {
		top: 0;
		transform: rotate(-45deg);
	}

	/* Menú deslizante desde la izquierda (drawer) para todos los headers */
	.apweb-header .main-navigation {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 9999;
		width: 290px;
		max-width: 85vw;
		margin: 0;
		padding: 24px 16px 32px;
		background: #ffffff;
		box-shadow: 4px 0 30px rgba(0, 0, 0, 0.18);
		transform: translateX(-100%);
		visibility: hidden;
		transition: transform 0.3s ease, visibility 0.3s ease;
		overflow-y: auto;
	}

	.apweb-header .main-navigation.toggled {
		transform: translateX(0);
		visibility: visible;
	}

	.apweb-header .main-navigation > ul {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.apweb-header .main-navigation a {
		display: block;
		padding: 14px 12px;
		font-size: 1.05rem;
		font-weight: 500;
		color: #000000;
		text-decoration: none;
	}

	.apweb-header .main-navigation li.current-menu-item > a,
	.apweb-header .main-navigation li.current_page_item > a {
		color: var(--color-primario);
		font-weight: 700;
	}

	.apweb-header .main-navigation ul ul {
		display: none;
	}

	body.apweb-menu-open {
		overflow: hidden;
	}

	body.apweb-menu-open::after {
		content: '';
		position: fixed;
		inset: 0;
		z-index: 9998;
		background: rgba(0, 0, 0, 0.55);
	}

	.apweb-header-cuadrado .apweb-header-inner,
	.apweb-header-redondeado .apweb-header-inner,
	.apweb-header-doble .apweb-header-inner,
	.apweb-header-basico .apweb-header-inner {
		flex-wrap: wrap;
	}

	/* Header cuadrado: contenedor del menú sin borde en móvil */
	.apweb-header-cuadrado .apweb-header-menu {
		border: 0;
		background: transparent;
	}

	.apweb-header-cuadrado .apweb-header-menu .main-navigation {
		padding: 24px 16px 32px;
	}

	/* Header lineal: fila con logo y botón */
	.apweb-header-lineal .apweb-header-inner {
		grid-template-columns: auto 1fr auto;
		grid-template-areas: 'logo links toggle';
		align-items: center;
	}

	.apweb-header-lineal .apweb-header-logo {
		justify-self: start;
		grid-area: logo;
	}

	.apweb-header-lineal .apweb-header-links {
		justify-self: end;
		grid-area: links;
	}

	.apweb-header-lineal .menu-toggle {
		justify-self: end;
		grid-area: toggle;
	}

	/* En móvil los enlaces del header van dentro del menú deslizante (debajo del menú) */
	.apweb-header .apweb-header-inner > .apweb-header-links {
		display: none;
	}

	.apweb-header-doble .apweb-header-topbar .apweb-header-links {
		display: none;
	}

	.apweb-header .main-navigation .apweb-header-links-drawer {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 6px;
		margin: 24px 0 0;
		padding: 24px 0 0;
		border: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
		background: transparent;
		border-radius: 0;
		box-shadow: none;
	}

	.apweb-header .main-navigation .apweb-header-links-drawer .apweb-header-link {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 12px;
		color: #000000;
	}

	.apweb-header .main-navigation .apweb-header-links-drawer .apweb-header-link-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		background: transparent;
		color: var(--color-primario);
	}

	.apweb-header .main-navigation .apweb-header-links-drawer .apweb-header-link-icon svg {
		width: 22px;
		height: 22px;
	}

	.apweb-header .main-navigation .apweb-header-links-drawer .apweb-header-link-title {
		color: #000000;
		font-size: 0.95rem;
		font-weight: 600;
	}

	.apweb-header .main-navigation .apweb-header-links-drawer .apweb-header-link-text {
		color: #555555;
		font-size: 0.85rem;
	}
}

/* Links del header dentro del menú deslizante: solo visibles en móvil */
@media (min-width: 769px) {
	.apweb-header .main-navigation .apweb-header-links-drawer {
		display: none;
	}
}

/* =========================================
   Ajustes responsive unificados (móvil)
   - Sin scroll horizontal en la página.
   - Padding lateral de 10px en las secciones.
   - Textos que no desbordan sus cajas.
   ========================================= */
@media (max-width: 767px) {
	html,
	body {
		overflow-x: hidden;
	}

	.apweb-about,
	.apweb-counters,
	.apweb-services,
	.apweb-list-toggle,
	.apweb-testimonials,
	.apweb-gallery,
	.apweb-videos,
	.apweb-contact {
		padding-left: 10px !important;
		padding-right: 10px !important;
		max-width: 100%;
		min-width: 0;
	}

	.apweb-about-col,
	.apweb-service,
	.apweb-service-card,
	.apweb-counter,
	.apweb-testimonial,
	.apweb-gallery-item,
	.apweb-video-card,
	.apweb-list-toggle-card,
	.apweb-list-toggle-pane,
	.apweb-contact-card,
	.apweb-contact-main {
		min-width: 0;
	}

	.apweb-about *,
	.apweb-counters *,
	.apweb-services *,
	.apweb-list-toggle *,
	.apweb-testimonials *,
	.apweb-gallery *,
	.apweb-videos *,
	.apweb-contact * {
		overflow-wrap: break-word;
	}
}

/* =========================================
   Services: una sola columna en móvil (todos los estilos)
   ========================================= */
@media (max-width: 767px) {
	.apweb-services-grid .apweb-service,
	.apweb-services-cols-2.apweb-services-grid .apweb-service,
	.apweb-services-cols-3.apweb-services-grid .apweb-service {
		width: 100%;
	}
}

/* =========================================
   Elementor Editor: desactivar animaciones de entrada
   Todas las reglas .apweb-js ocultan elementos con opacity/transform.
   En el editor de Elementor necesitamos ver todo sin animaciones.
   ========================================= */
.elementor-editor-active .apweb-js .apweb-about .apweb-about-col > *,
.elementor-editor-active .apweb-js .apweb-counters .apweb-counter,
.elementor-editor-active .apweb-js .apweb-services-style-vertical .apweb-service,
.elementor-editor-active .apweb-js .apweb-services-style-vertical .apweb-service:nth-child(even),
.elementor-editor-active .apweb-js .apweb-services-style-cards .apweb-service,
.elementor-editor-active .apweb-js .apweb-services-style-card-line .apweb-service,
.elementor-editor-active .apweb-js .apweb-services-style-cards-icon .apweb-service,
.elementor-editor-active .apweb-js .apweb-services-style-square .apweb-service,
.elementor-editor-active .apweb-js .apweb-services-style-icon-boxed .apweb-service,
.elementor-editor-active .apweb-js .apweb-list-toggle-subtitle,
.elementor-editor-active .apweb-js .apweb-list-toggle-title,
.elementor-editor-active .apweb-js .apweb-list-toggle-panel,
.elementor-editor-active .apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-card,
.elementor-editor-active .apweb-js .apweb-list-toggle-style-2 .apweb-list-toggle-style2-media,
.elementor-editor-active .apweb-js .apweb-testimonials-style-grid .apweb-testimonial-card,
.elementor-editor-active .apweb-js .apweb-testimonials-style-square .apweb-testimonial-card,
.elementor-editor-active .apweb-banner-slide {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	visibility: visible !important;
}
