.elementor-kit-7{--e-global-color-primary:#A81D3B;--e-global-color-secondary:#999999;--e-global-color-text:#333333;--e-global-color-accent:#82BC00;--e-global-color-25faf51:#FFFFFF;--e-global-typography-primary-font-family:"Open Sans Condensed";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;}.elementor-kit-7 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);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* 1. Forzamos al contenedor principal a ocupar todo el alto de la pantalla */
#page, 
.site-wrapper, 
body.elementor-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

/* 2. El contenedor que guarda el contenido (entre header y footer) debe crecer */
#content, 
.elementor-location-single, 
.site-content {
    flex-grow: 1;
}

/* 3. El footer se queda en su sitio, pero ahora empujado por el flex-grow anterior */
footer, 
.elementor-location-footer {
    flex-shrink: 0;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://focuswp.penta.ar/wp-content/uploads/2026/04/OpenSans-CondBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */