.elementor-kit-6{--e-global-color-primary:#10367D;--e-global-color-secondary:#EA2E00;--e-global-color-text:#353535;--e-global-color-accent:#03624C;--e-global-color-e5659bb:#9DBEB9;--e-global-color-ee07876:#75B4DB;--e-global-color-76d2aef:#F1E7D6;--e-global-color-1a45110:#EBEBEB;--e-global-color-60b1041:#FFFFFF;--e-global-color-f0b43f4:#00000000;--e-global-typography-primary-font-family:"Playfair";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:0.8em;--e-global-typography-primary-letter-spacing:-1px;--e-global-typography-secondary-font-family:"IBM Plex Sans";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-letter-spacing:3.5px;--e-global-typography-text-font-family:"IBM Plex Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Playfair";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-ec26c2b-font-family:"Playfair";--e-global-typography-ec26c2b-font-size:32px;--e-global-typography-ec26c2b-font-weight:400;--e-global-typography-e973a34-font-family:"Playfair";--e-global-typography-e973a34-font-size:22px;--e-global-typography-64b89f8-font-family:"Playfair";--e-global-typography-64b89f8-font-size:18px;--e-global-typography-64b89f8-font-weight:400;--e-global-typography-64b89f8-letter-spacing:1.5px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:36px;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-size:11px;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-size:15px;--e-global-typography-accent-line-height:1em;--e-global-typography-ec26c2b-font-size:27px;--e-global-typography-ec26c2b-line-height:1.1em;--e-global-typography-e973a34-font-size:21px;--e-global-typography-e973a34-line-height:1.1em;--e-global-typography-64b89f8-font-size:16px;--e-global-typography-64b89f8-line-height:1.1em;--e-global-typography-64b89f8-letter-spacing:1.2px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==================================================
   SISTEMA DE BOTONES — ARQUETIPOS DR. MIGUEL PADILLA
   Botón tipo pastilla (100% redondeado)
   Offset con opacidad 75%
   ================================================== */

/* CONTENEDOR BASE */
.btn-offset {
	position: relative;
	display: inline-block;
}

/* BOTÓN PRINCIPAL */
.btn-offset .elementor-button {
	position: relative;
	z-index: 1;
	border-radius: 999px; /* 🔒 Pastilla forzada */
}

/* CAPA OFFSET */
.btn-offset .elementor-button::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 999px; /* 🔒 Mismo radio que el botón */
	transition: all 0.25s ease;
}

/* HOVER UNIFICADO */
.btn-offset .elementor-button:hover::before {
	top: 0;
	left: 0;
}

/* ======================
   ARQUETIPOS POR COLOR
   ====================== */

/* MÉDICO / AUTORIDAD — Azul */
.btn-medico .elementor-button::before {
	background: rgba(16, 54, 125, 0.75); /* #10367D */
}

/* HUMANO / CONCIENCIA — Verde */
.btn-humano .elementor-button::before {
	background: rgba(3, 98, 76, 0.75); /* #03624C */
}

/* ADULTO / PROVOCACIÓN — Rojo */
.btn-adulto .elementor-button::before {
	background: rgba(234, 46, 0, 0.75); /* #EA2E00 */
}/* End custom CSS */