.elementor-kit-15{--e-global-color-primary:#9A6AF3;--e-global-color-secondary:#5D37A3;--e-global-color-text:#130B21;--e-global-color-accent:#FFC300;--e-global-color-1787488:#DAC9F1;--e-global-color-75de142:#F7F2FF;--e-global-color-eaf5a2e:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"hoss-round-xnarrow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"MomoSignature";--e-global-typography-accent-font-weight:400;--e-global-typography-fd41990-font-family:"handsome-pro";}.elementor-kit-15 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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --CR-Violeta:#9a6af3; --CR-VioletaO:#5d37a3; --CR-Negro:#130b21; --CR-Lila:#dac9f1; --CR-LilaClaro:#f7f2ff; --CR-Blanco:#ffffff; --Poppins:Poppins; --Radio_Grande:60px; }
/* Start custom CSS *//* =========================================
   TIPOGRAFÍAS DE DISPLAY — Capitana Rulos
   Hoss Round XNarrow + Handsome Pro
   ========================================= */

/* Base mobile — 767px y menos */
.titulo-hoss {
    font-family: "hoss-round-xnarrow", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #9a6af3;
    font-size: 46px;
}

.titulo-handsome {
    font-family: "handsome-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffc300;
    font-size: 66px;
}

/* Tablet — 768px a 1023px */
@media (min-width: 768px) {
    .titulo-hoss     { font-size: 46px; }
    .titulo-handsome { font-size: 75px; }
}

/* Desktop pequeño — 1024px a 1599px */
@media (min-width: 1024px) {
    .titulo-hoss     { font-size: 56px; }
    .titulo-handsome { font-size: 90px; }
}

/* Desktop grande — 1600px y más */
@media (min-width: 1600px) {
    .titulo-hoss     { font-size: 67px; }
    .titulo-handsome { font-size: 100px; }
}/* End custom CSS */