/**
 * Contenido Elementor bajo el header sticky LATAMSQUAD (Hello).
 */

body.theme-latamsquad.ls-elementor-doc .site-main,
body.ls-preview-theme.ls-elementor-doc .site-main,
body.theme-latamsquad.ls-front-page .site-main,
body.ls-preview-theme.ls-front-page .site-main {
	max-width: none;
	margin: 0;
	padding: 0;
}

/* Evita que el sticky tape el primer bloque Elementor. */
body.theme-latamsquad.ls-elementor-doc .elementor,
body.ls-preview-theme.ls-elementor-doc .elementor {
	position: relative;
	z-index: 1;
}

body.theme-latamsquad .elementor-section.elementor-section-boxed > .elementor-container,
body.ls-preview-theme .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--ls-content-max, 1400px);
}

/* Secciones full-width: borde a borde bajo el header. */
body.theme-latamsquad .elementor-section.elementor-section-stretched,
body.ls-preview-theme .elementor-section.elementor-section-stretched {
	width: 100% !important;
	left: 0 !important;
}

/* Enlaces/botones Elementor con acento de marca si usan el color por defecto violeta. */
body.theme-latamsquad .elementor-button.elementor-size-sm,
body.theme-latamsquad .elementor-button.elementor-size-md,
body.theme-latamsquad .elementor-button.elementor-size-lg,
body.ls-preview-theme .elementor-button.elementor-size-sm,
body.ls-preview-theme .elementor-button.elementor-size-md,
body.ls-preview-theme .elementor-button.elementor-size-lg {
	font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
