.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* ============================
   PRIMER BLOQUE (blanco)
   ============================ */
.custom-footer {
    text-align: center;
    padding: 40px 20px 0;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.footer-social a {
    color: #fff;
    font-size: 22px;
    margin: 0 12px;
    text-decoration: none;
}

.footer-social a:hover {
    opacity: 0.6;
}

.footer-email {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}

/* ============================
   SEGUNDO BLOQUE (full width)
   ============================ */
.footer-bottom {
    width: 100vw;                /* ancho total real */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;          /* hack para full-width */
    margin-right: -50vw;
    background: #fff;            /* fondo blanco */
    color: #000;                 /* texto negro */
    padding: 15px 10px;
    font-size: 13px;
    text-align: center;
}

.footer-bottom a {
    color: #000;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* ============================
   RESPONSIVO
   ============================ */

/* Tablets */
@media (max-width: 768px) {
    .footer-social a {
        font-size: 20px;
        margin: 0 10px;
    }
    .footer-email {
        font-size: 15px;
    }
    .footer-bottom {
        font-size: 12px;
        padding: 12px 10px;
    }
}

/* Celulares */
@media (max-width: 480px) {
    .footer-social a {
        font-size: 18px;
        margin: 0 8px;
    }
    .footer-email {
        font-size: 14px;
    }
    .footer-bottom {
        font-size: 11px;
        padding: 10px 8px;
        line-height: 1.4;
    }
}/* End custom CSS */