.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-d816e37 *//* ======================================================
   ESTUDIOS HOGAR EXTREMO — FOOTER
====================================================== */

.ehe-footer {
    --ehe-black: #08090B;
    --ehe-black-2: #0D0F12;
    --ehe-gold: #F2A900;
    --ehe-white: #FFFFFF;
    --ehe-text: #D5D5D5;
    --ehe-muted: #989898;
    --ehe-line: #343434;

    width: 100%;
    background: var(--ehe-black);
    color: var(--ehe-white);
    font-family: Inter, Arial, sans-serif;
    overflow: hidden;
}

.ehe-footer *,
.ehe-footer *::before,
.ehe-footer *::after {
    box-sizing: border-box;
}


/* ======================================================
   CONTENEDOR CENTRAL
====================================================== */

.ehe-footer-container {
    width: min(1440px, calc(100% - 80px));
    margin-left: auto;
    margin-right: auto;
}


/* ======================================================
   PARTE SUPERIOR
====================================================== */

.ehe-footer-top {
    background: var(--ehe-black);
    padding: 75px 0 55px;
}

.ehe-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ehe-footer-logo {
    display: block;
    width: 440px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.ehe-footer-tagline {
    margin: 20px 0 16px;
    color: #E0E0E0;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}


/* Línea decorativa superior */

.ehe-brand-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 6px 0 30px;
}

.ehe-brand-line span {
    display: block;
    width: 110px;
    height: 1px;
    background: var(--ehe-gold);
}

.ehe-brand-line i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ehe-gold);
}


/* ======================================================
   REDES / CONTACTO
====================================================== */

.ehe-social-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.ehe-social-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #F1F1F1;
    text-decoration: none;

    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;

    transition:
        color .25s ease,
        transform .25s ease;
}

.ehe-social-item svg {
    width: 30px;
    height: 30px;

    fill: none;
    stroke: var(--ehe-gold);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;

    flex: 0 0 auto;
}

.ehe-social-item svg .ehe-svg-fill {
    fill: var(--ehe-gold);
    stroke: none;
}

.ehe-social-item:hover {
    color: var(--ehe-gold);
    transform: translateY(-2px);
}

.ehe-social-divider {
    display: block;
    width: 1px;
    height: 28px;
    background: var(--ehe-line);
    flex: 0 0 auto;
}


/* ======================================================
   BLOQUE DE COLUMNAS
====================================================== */

.ehe-footer-main {
    background: var(--ehe-black-2);
    padding: 48px 0 45px;

    border-bottom: 1px solid var(--ehe-gold);
}

.ehe-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 70px;
}


/* Títulos */

.ehe-footer-column h3 {
    margin: 0;

    color: var(--ehe-gold);

    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.ehe-title-line {
    display: block;

    width: 28px;
    height: 2px;

    margin: 12px 0 24px;

    background: var(--ehe-gold);
}


/* Links */

.ehe-footer-column > a:not(.ehe-collab-cta) {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    width: fit-content;

    margin-bottom: 13px;

    color: var(--ehe-text);
    text-decoration: none;

    font-size: 15px;
    line-height: 1.45;

    transition:
        color .22s ease,
        transform .22s ease;
}

.ehe-footer-column > a:not(.ehe-collab-cta):hover {
    color: var(--ehe-gold);
    transform: translateX(4px);
}

.ehe-footer-column > a:not(.ehe-collab-cta) > span {
    color: inherit;
}


/* ======================================================
   CTA COLABORADORES
====================================================== */

.ehe-collab-cta {
    display: flex;
    align-items: center;
    gap: 14px;

    width: 100%;
    max-width: 355px;

    margin-top: 27px;
    padding: 11px 15px;

    border: 1px solid var(--ehe-gold);
    border-radius: 4px;

    color: var(--ehe-white);
    text-decoration: none;

    transition:
        background .25s ease,
        transform .25s ease;
}

.ehe-collab-cta svg {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;

    fill: none;
    stroke: var(--ehe-gold);
    stroke-width: 2.5;
    stroke-linecap: round;
}

.ehe-collab-cta > span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ehe-collab-cta strong {
    color: var(--ehe-white);
    font-size: 13px;
    font-weight: 400;
}

.ehe-collab-cta b {
    color: var(--ehe-gold);
    font-size: 13px;
    font-weight: 500;
}

.ehe-collab-cta:hover {
    background: rgba(242, 169, 0, 0.07);
    transform: translateY(-2px);
}


/* ======================================================
   PARTE LEGAL
====================================================== */

.ehe-footer-bottom {
    background: var(--ehe-black);
    padding: 29px 0 30px;
}

.ehe-footer-bottom-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 40px;

    padding-bottom: 25px;
}


/* Copyright */

.ehe-copyright p {
    margin: 0 0 6px;

    color: #E4E4E4;
    font-size: 14px;
    line-height: 1.45;
}

.ehe-copyright strong {
    color: var(--ehe-gold);
    font-weight: 500;
}


/* Legales */

.ehe-legal-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.ehe-legal-links a {
    color: #E5E5E5;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s ease;
}

.ehe-legal-links span {
    color: var(--ehe-gold);
}

.ehe-legal-links a:hover {
    color: var(--ehe-gold);
}


/* Métodos de pago */

.ehe-payments {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 18px;

    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
}


/* Aviso inferior */

.ehe-price-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    padding-top: 25px;

    border-top: 1px solid #282828;
}

.ehe-info-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 21px;
    height: 21px;

    border: 1px solid var(--ehe-gold);
    border-radius: 50%;

    color: var(--ehe-gold);

    font-size: 12px;
    font-weight: 700;

    flex: 0 0 auto;
}

.ehe-price-note p {
    margin: 0;

    color: #A9A9A9;

    font-size: 12px;
    line-height: 1.5;
}


/* ======================================================
   TABLET
   768px — 1024px
====================================================== */

@media (max-width: 1024px) {

    .ehe-footer-container {
        width: min(900px, calc(100% - 48px));
    }

    .ehe-footer-top {
        padding: 60px 0 45px;
    }

    .ehe-footer-logo {
        width: 360px;
    }

    .ehe-social-row {
        gap: 18px;
    }

    .ehe-social-item {
        font-size: 14px;
    }

    .ehe-social-item svg {
        width: 26px;
        height: 26px;
    }

    .ehe-footer-main {
        padding: 45px 0;
    }

    /*
       TABLET:
       2 COLUMNAS x 2 FILAS
    */

    .ehe-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px 70px;
    }

    .ehe-footer-bottom-row {
        grid-template-columns: 1fr 1fr;
    }

    .ehe-copyright {
        text-align: left;
    }

    .ehe-legal-links {
        justify-content: flex-end;
    }

    .ehe-payments {
        grid-column: 1 / -1;
        justify-content: center;
        padding-top: 10px;
    }

}


/* ======================================================
   TELÉFONO
   <= 767px
====================================================== */

@media (max-width: 767px) {

    .ehe-footer-container {
        width: calc(100% - 36px);
    }


    /* Superior */

    .ehe-footer-top {
        padding: 50px 0 40px;
    }

    .ehe-footer-logo {
        width: 290px;
    }

    .ehe-footer-tagline {
        margin-top: 18px;
        font-size: 15px;
        max-width: 330px;
    }

    .ehe-brand-line span {
        width: 68px;
    }


    /* Redes: 2 x 2 */

    .ehe-social-row {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(120px, 1fr));

        width: 100%;
        max-width: 360px;

        gap: 18px 26px;
    }

    .ehe-social-item {
        justify-content: flex-start;
        font-size: 14px;
    }

    .ehe-social-item svg {
        width: 27px;
        height: 27px;
    }

    .ehe-social-divider {
        display: none;
    }


    /* Columnas: 2 x 2 */

    .ehe-footer-main {
        padding: 38px 0 40px;
    }

    .ehe-footer-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 45px 30px;
    }

    .ehe-footer-column h3 {
        font-size: 14px;

        /*
        Evita que COLABORADORES
        choque con RECURSOS.
        */
        overflow-wrap: anywhere;
    }

    .ehe-title-line {
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .ehe-footer-column > a:not(.ehe-collab-cta) {
        font-size: 13px;
        margin-bottom: 11px;
    }

    .ehe-collab-cta {
        max-width: 100%;
        padding: 10px;
    }

    .ehe-collab-cta svg {
        width: 31px;
        height: 31px;
    }

    .ehe-collab-cta strong,
    .ehe-collab-cta b {
        font-size: 11px;
    }


    /* Legal */

    .ehe-footer-bottom {
        padding: 28px 0;
    }

    .ehe-footer-bottom-row {
        display: flex;
        flex-direction: column;
        gap: 22px;
        text-align: center;
    }

    .ehe-copyright {
        text-align: center;
    }

    .ehe-legal-links {
        flex-wrap: wrap;
        gap: 10px 14px;
    }

    .ehe-payments {
        justify-content: center;
        flex-wrap: wrap;
    }

    .ehe-price-note {
        align-items: flex-start;
        text-align: left;
    }

}


/* ======================================================
   TELÉFONOS PEQUEÑOS
   <= 480px
====================================================== */

@media (max-width: 480px) {

    .ehe-footer-container {
        width: calc(100% - 28px);
    }

    .ehe-footer-logo {
        width: 250px;
    }

    .ehe-footer-tagline {
        font-size: 14px;
    }


    /*
       Mantenemos las redes 2x2.
       Las columnas principales pasan a 1 columna.
    */

    .ehe-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ehe-footer-column {
        text-align: left;
    }

    .ehe-footer-column h3 {
        font-size: 15px;
    }

    .ehe-collab-cta {
        max-width: 360px;
    }

}

.ehe-payments {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 22px;
}

.ehe-payment-logo {
    display: block;
    width: auto;
    max-width: none;
    object-fit: contain;
}

.ehe-mastercard {
    height: 30px;
}/* End custom CSS */