/*==============================================================
  FOOTER PRINCIPAL — DR. VÍCTOR ARELLANO
==============================================================*/

.site-footer.va-footer {
    position: relative;
    display: block;
    padding: 96px 0 0;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(var(--careon-primary-rgb), 0.68) 0%,
            rgba(var(--careon-primary-rgb), 0) 31%
        ),
        radial-gradient(
            circle at 0% 72%,
            rgba(var(--careon-primary-rgb), 0.34) 0%,
            rgba(var(--careon-primary-rgb), 0) 28%
        ),
        linear-gradient(
            135deg,
            var(--careon-extra) 0%,
            var(--careon-white) 52%,
            rgba(var(--careon-primary-rgb), 0.38) 100%
        );
    z-index: 1;
}

.va-footer__container {
    position: relative;
    width: calc(100% - 64px);
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
}

.va-footer__background-shape {
    position: absolute;
    inset: 0;
    opacity: 0.085;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}



/*==============================================================
  LLAMADO FINAL A LA ACCIÓN
==============================================================*/

.va-footer__cta {
    position: relative;
    display: block;
}

.va-footer .va-footer__cta-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 410px;
    padding: 72px 70px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-white-rgb), 0.24);
    border-radius: calc(var(--careon-bdr-radius) + 8px);

    /*
    |--------------------------------------------------------------------------
    | Imagen de fondo
    |--------------------------------------------------------------------------
    | El degradado se coloca en ::before para no cubrir demasiado la imagen.
    */

    background-color: var(--color1);
    background-image:
        url("../../images/resources/contacto-acupuntura-medica-de-alta-especialidad-en-interlomas.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    box-shadow:
        0 32px 75px rgba(var(--careon-black-rgb), 0.20),
        0 10px 28px rgba(var(--careon-black-rgb), 0.08);

    isolation: isolate;
}

/*
|--------------------------------------------------------------------------
| Capa suave sobre la fotografía
|--------------------------------------------------------------------------
| El lado izquierdo conserva contraste.
| El centro mantiene legible el texto.
| El lado derecho deja ver mucho más la imagen.
*/

.va-footer .va-footer__cta-inner::before {
    position: absolute;
    inset: 0;
    content: "";

    background:
        radial-gradient(
            circle at 50% 48%,
            rgba(10, 29, 61, 0.36) 0%,
            rgba(10, 29, 61, 0.24) 35%,
            rgba(10, 29, 61, 0.08) 68%,
            rgba(10, 29, 61, 0) 100%
        ),
        linear-gradient(
            105deg,
            rgba(10, 29, 61, 0.72) 0%,
            rgba(10, 29, 61, 0.57) 28%,
            rgba(14, 163, 160, 0.38) 58%,
            rgba(14, 163, 160, 0.20) 78%,
            rgba(14, 163, 160, 0.08) 100%
        );

    pointer-events: none;
    z-index: 0;
}

/* Línea decorativa superior */

.va-footer .va-footer__cta-inner::after {
    position: absolute;
    top: 0;
    right: 54px;
    left: 54px;
    height: 5px;
    content: "";

    border-radius:
        0
        0
        var(--careon-bdr-radius)
        var(--careon-bdr-radius);

    background:
        linear-gradient(
            90deg,
            var(--color2) 0%,
            var(--color3) 70%,
            var(--color6) 100%
        );

    z-index: 3;
}

/*==============================================================
  DECORACIONES DEL CTA
==============================================================*/

.va-footer__cta-circle {
    position: absolute;
    border: 1px solid rgba(var(--careon-white-rgb), 0.14);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.va-footer__cta-circle--one {
    top: -165px;
    left: -145px;
    width: 390px;
    height: 390px;
}

.va-footer__cta-circle--two {
    right: -125px;
    bottom: -180px;
    width: 390px;
    height: 390px;
    background-color: rgba(var(--careon-primary-rgb), 0.06);
}

/*==============================================================
  CONTENIDO DEL CTA
==============================================================*/

.va-footer__cta-content {
    position: relative;
    width: 100%;
    max-width: 1080px;
    text-align: center;
    z-index: 2;
}

/* Etiqueta superior */

.va-footer__cta-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-bottom: 20px;

    color: var(--color3);
    font-family: var(--careon-font);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;

    text-shadow:
        0 2px 8px rgba(10, 29, 61, 0.45);
}

.va-footer__cta-label::before,
.va-footer__cta-label::after {
    width: 32px;
    height: 3px;
    content: "";
    border-radius: var(--careon-bdr-radius);
}

.va-footer__cta-label::before {
    background-color: var(--color6);
}

.va-footer__cta-label::after {
    background-color: var(--color3);
}

/* Título principal */

.va-footer .va-footer__cta-title {
    max-width: 1000px;
    margin: 0 auto;

    color: var(--careon-white);
    font-family: var(--careon-font);
    font-size: clamp(2.7rem, 3.7vw, 3.25rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.045em;
    text-transform: none;
    text-wrap: balance;

    text-shadow:
        0 3px 10px rgba(10, 29, 61, 0.62),
        0 8px 24px rgba(10, 29, 61, 0.30);
}

.va-footer .va-footer__cta-title strong {
    display: block;
    margin-top: 8px;
    color: var(--color3);
    font-weight: 800;

    text-shadow:
        0 3px 10px rgba(10, 29, 61, 0.56);
}

/* Texto descriptivo */

.va-footer .va-footer__cta-text {
    max-width: 920px;
    margin: 27px auto 0;

    color: rgba(var(--careon-white-rgb), 0.96);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    text-align: center;
    text-wrap: pretty;

    text-shadow:
        0 2px 7px rgba(10, 29, 61, 0.72),
        0 5px 16px rgba(10, 29, 61, 0.25);
}

.va-footer .va-footer__cta-text strong {
    color: var(--careon-white);
    font-weight: 800;
}

/*==============================================================
  TABLET
==============================================================*/

@media only screen and (max-width: 991px) {
    .va-footer .va-footer__cta-inner {
        min-height: 390px;
        padding: 65px 45px;
        background-position: 58% center;
    }

    .va-footer .va-footer__cta-inner::before {
        background:
            radial-gradient(
                circle at 50% 48%,
                rgba(10, 29, 61, 0.42) 0%,
                rgba(10, 29, 61, 0.25) 44%,
                rgba(10, 29, 61, 0.06) 78%,
                rgba(10, 29, 61, 0) 100%
            ),
            linear-gradient(
                105deg,
                rgba(10, 29, 61, 0.76) 0%,
                rgba(10, 29, 61, 0.60) 36%,
                rgba(14, 163, 160, 0.34) 70%,
                rgba(14, 163, 160, 0.12) 100%
            );
    }

    .va-footer .va-footer__cta-title {
        font-size: clamp(2.3rem, 5vw, 3rem);
    }
}

/*==============================================================
  MÓVIL
==============================================================*/

@media only screen and (max-width: 767px) {
    .va-footer .va-footer__cta-inner {
        min-height: 440px;
        padding: 58px 25px;
        border-radius: var(--careon-bdr-radius);
        background-position: 62% center;
    }

    /*
    | En móvil se aumenta ligeramente el contraste porque el texto
    | ocupa una mayor parte de la fotografía.
    */

    .va-footer .va-footer__cta-inner::before {
        background:
            radial-gradient(
                circle at 50% 48%,
                rgba(10, 29, 61, 0.52) 0%,
                rgba(10, 29, 61, 0.33) 48%,
                rgba(10, 29, 61, 0.10) 82%,
                rgba(10, 29, 61, 0) 100%
            ),
            linear-gradient(
                105deg,
                rgba(10, 29, 61, 0.80) 0%,
                rgba(10, 29, 61, 0.67) 44%,
                rgba(14, 163, 160, 0.38) 76%,
                rgba(14, 163, 160, 0.16) 100%
            );
    }

    .va-footer .va-footer__cta-inner::after {
        right: 25px;
        left: 25px;
        height: 4px;
    }

    .va-footer__cta-label {
        gap: 8px;
        margin-bottom: 17px;
        font-size: 11px;
        letter-spacing: 0.05em;
    }

    .va-footer__cta-label::before,
    .va-footer__cta-label::after {
        width: 22px;
        height: 2px;
    }

    .va-footer .va-footer__cta-title {
        font-size: 31px;
        line-height: 1.16;
        letter-spacing: -0.035em;
    }

    .va-footer .va-footer__cta-title strong {
        margin-top: 7px;
    }

    .va-footer .va-footer__cta-text {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.7;
    }

    .va-footer__cta-circle--one {
        top: -130px;
        left: -145px;
        width: 300px;
        height: 300px;
    }

    .va-footer__cta-circle--two {
        right: -140px;
        bottom: -155px;
        width: 310px;
        height: 310px;
    }
}

/*==============================================================
  BOTÓN DEL CTA
==============================================================*/

.va-footer__cta-button-box {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.va-footer__cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 14px 29px;
    overflow: hidden;
    border: 2px solid var(--color2);
    border-radius: var(--careon-bdr-radius);
    color: var(--careon-white);
    background-color: var(--color2);
    box-shadow:
        0 16px 34px rgba(var(--careon-black-rgb), 0.28);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    isolation: isolate;
    transition:
        color 0.35s ease,
        border-color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.va-footer__cta-button::before {
    position: absolute;
    inset: 0;
    content: "";
    background-color: var(--color1);
    transform: translateX(-102%);
    transition: transform 0.4s ease;
    z-index: -1;
}

.va-footer__cta-button:hover {
    color: var(--careon-white);
    border-color: var(--color1);
    transform: translateY(-4px);
    box-shadow:
        0 22px 44px rgba(var(--careon-black-rgb), 0.36);
}

.va-footer__cta-button:hover::before {
    transform: translateX(0);
}

.va-footer__cta-button:focus-visible {
    outline: 3px solid var(--color6);
    outline-offset: 4px;
}

.va-footer__cta-button-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border-radius: 50%;
    background-color: rgba(var(--careon-white-rgb), 0.18);
    font-size: 14px;
}

/*==============================================================
  ÁREA PRINCIPAL DEL FOOTER
==============================================================*/

.va-footer__main {
    position: relative;
    display: block;
}

.va-footer__main-inner {
    position: relative;
    display: block;
    padding: 82px 0 74px;
}

.va-footer__main-inner .row {
    align-items: stretch;
}

.va-footer__main-inner .row > [class*="col-"] {
    display: flex;
}

/*==============================================================
  TARJETAS PRINCIPALES
==============================================================*/

.va-footer__brand,
.va-footer__widget {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    padding: 38px 34px;
    overflow: hidden;
    border: 1px solid rgba(var(--careon-black-rgb), 0.075);
    border-radius: var(--careon-bdr-radius);
    background-color: rgba(var(--careon-white-rgb), 0.91);
    box-shadow:
        0 20px 48px rgba(var(--careon-black-rgb), 0.07),
        0 5px 16px rgba(var(--careon-black-rgb), 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

.va-footer__brand:hover,
.va-footer__widget:hover {
    transform: translateY(-5px);
    border-color: rgba(var(--careon-base-rgb), 0.28);
    box-shadow:
        0 27px 60px rgba(var(--careon-black-rgb), 0.105),
        0 8px 22px rgba(var(--careon-black-rgb), 0.04);
}

.va-footer__brand::before,
.va-footer__widget::before {
    position: absolute;
    top: 0;
    right: 31px;
    left: 31px;
    height: 4px;
    content: "";
    border-radius:
        0
        0
        var(--careon-bdr-radius)
        var(--careon-bdr-radius);
    background:
        linear-gradient(
            90deg,
            var(--color2) 0%,
            var(--color3) 72%,
            var(--color6) 100%
        );
}

/* Decoración interior de tarjetas */

.va-footer__brand::after,
.va-footer__widget::after {
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 165px;
    height: 165px;
    content: "";
    border: 1px solid rgba(var(--careon-base-rgb), 0.12);
    border-radius: 50%;
    background-color: rgba(var(--careon-primary-rgb), 0.12);
    pointer-events: none;
}

/*==============================================================
  IDENTIDAD Y LOGO
==============================================================*/

.va-footer__logo {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 310px;
    margin-bottom: 30px;
    z-index: 2;
}

.va-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.va-footer__description {
    position: relative;
    margin: 0;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.82;
    font-weight: 400;
    text-wrap: pretty;
    z-index: 2;
}

.va-footer__brand-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 9px;
    min-height: 44px;
    margin-top: auto;
    padding: 10px 17px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.22);
    border-radius: var(--careon-bdr-radius);
    color: var(--color1);
    background-color: rgba(var(--careon-primary-rgb), 0.5);
    font-family: var(--careon-font);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 800;
    z-index: 2;
}

.va-footer__brand-badge i {
    color: var(--color2);
}

/*==============================================================
  TÍTULOS DE LAS TARJETAS
==============================================================*/

.va-footer .va-footer__widget-title {
    position: relative;
    display: block;
    margin: 0 0 31px;
    padding-bottom: 16px;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 23px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.025em;
    text-transform: none;
    z-index: 2;
}

.va-footer .va-footer__widget-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62px;
    height: 4px;
    content: "";
    border-radius: var(--careon-bdr-radius);
    background:
        linear-gradient(
            90deg,
            var(--color2) 0%,
            var(--color6) 100%
        );
}

/*==============================================================
  LISTA DE CONTACTO
==============================================================*/

.va-footer__contact-list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
    z-index: 2;
}

.va-footer__contact-list .va-footer__contact-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 15px;
    border: 1px solid rgba(var(--careon-black-rgb), 0.07);
    border-radius: 14px;
    background-color: var(--careon-white);
    box-shadow:
        0 7px 18px rgba(var(--careon-black-rgb), 0.035);
    transition:
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.va-footer__contact-list
.va-footer__contact-item
+
.va-footer__contact-item {
    margin-top: 0;
}

.va-footer__contact-item:hover {
    transform: translateX(4px);
    border-color: rgba(var(--careon-base-rgb), 0.33);
    box-shadow:
        0 13px 27px rgba(var(--careon-black-rgb), 0.075);
}

/* Iconos */

.va-footer__contact-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border: 0;
    border-radius: 50%;
    color: var(--careon-white);
    background-color: var(--color2);
    font-size: 16px;
    box-shadow:
        0 9px 20px rgba(var(--careon-base-rgb), 0.21);
}

.va-footer__contact-icon--phone {
    background-color: var(--color5);
}

.va-footer__contact-icon--emergency {
    background-color: var(--color6);
}

.va-footer__contact-icon--whatsapp {
    background-color: var(--color4);
}

/* Información de contacto */

.va-footer__contact-content {
    position: relative;
    display: block;
    min-width: 0;
    flex: 1;
}

.va-footer__contact-content > span {
    display: block;
    margin-bottom: 5px;
    color: var(--color2);
    font-family: var(--careon-font);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.va-footer__contact-content .footer-widget__contact-text {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--color1);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.58;
    font-weight: 700;
}

.va-footer__contact-content .footer-widget__contact-text a {
    color: var(--color1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.va-footer__contact-content .footer-widget__contact-text a:hover {
    color: var(--color2);
}

/*==============================================================
  ENLACES RÁPIDOS
==============================================================*/

.va-footer__quick-links {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: auto;
    padding-top: 25px;
    border-top: 1px solid rgba(var(--careon-black-rgb), 0.085);
    z-index: 2;
}

.va-footer__quick-links a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 51px;
    padding: 11px 14px;
    border: 1px solid rgba(var(--careon-base-rgb), 0.25);
    border-radius: 13px;
    color: var(--color1);
    background-color: rgba(var(--careon-primary-rgb), 0.44);
    font-family: var(--careon-font);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.va-footer__quick-links a i {
    color: var(--color2);
    transition: color 0.3s ease;
}

.va-footer__quick-links a:hover {
    color: var(--careon-white);
    border-color: var(--color2);
    background-color: var(--color2);
    transform: translateY(-3px);
    box-shadow:
        0 12px 25px rgba(var(--careon-base-rgb), 0.2);
}

.va-footer__quick-links a:hover i {
    color: var(--careon-white);
}

/*==============================================================
  FRANJA INFERIOR
==============================================================*/

.va-footer__bottom {
    position: relative;
    display: block;
    background-color: var(--color1);
}

.va-footer .va-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
   
    justify-content: space-between;
    gap: 32px;
    padding: 30px 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.va-footer .site-footer__copyright-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    color: rgba(var(--careon-white-rgb), 0.84);
    font-family: var(--careon-font);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 500;
}

.va-footer__doctorweb {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--careon-white);
}

.va-footer__doctorweb img {
    display: block;
    width: auto;
    max-height: 26px;
}

/* Enlaces legales */

.va-footer__legal-menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 13px 26px;
    margin: 0;
    padding: 0;
}

.va-footer__legal-menu li {
    position: relative;
    display: block;
}

.va-footer__legal-menu li + li::before {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background-color: var(--color2);
    transform: translateY(-50%);
}

.va-footer__legal-menu li a {
    color: rgba(var(--careon-white-rgb), 0.84);
    font-family: var(--careon-font);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.va-footer__legal-menu li a:hover {
    color: var(--color3);
}

/*==============================================================
  PANTALLAS MEDIANAS
==============================================================*/

@media only screen and (max-width: 1199px) {
    .site-footer.va-footer {
        padding-top: 86px;
    }

    .va-footer__container {
        width: calc(100% - 42px);
    }

    .va-footer .va-footer__cta-inner {
        min-height: 375px;
        padding: 62px 48px;
    }

    .va-footer .va-footer__cta-title {
        font-size: clamp(2.5rem, 5vw, 3.65rem);
    }

    .va-footer__main-inner {
        padding: 70px 0 64px;
    }

    .va-footer__brand,
    .va-footer__widget {
        padding: 33px 28px;
    }

    .va-footer .va-footer__bottom-inner {
        align-items: center;
        text-align: center;
        flex-direction: column;
        gap: 20px;
    }

    .va-footer__legal-menu {
        justify-content: center;
    }
}

/*==============================================================
  TABLET
==============================================================*/

@media only screen and (max-width: 991px) {
    .va-footer__main-inner .row > [class*="col-"] {
        display: flex;
    }

    .va-footer__brand,
    .va-footer__widget {
        width: 100%;
    }

    .va-footer__quick-links {
        margin-top: 25px;
    }
}

/*==============================================================
  MÓVIL
==============================================================*/

@media only screen and (max-width: 767px) {
    .site-footer.va-footer {
        padding-top: 70px;
    }

    .va-footer__container {
        width: calc(100% - 30px);
    }

    .va-footer .va-footer__cta-inner {
        min-height: auto;
        padding: 54px 27px;
    }

    .va-footer .va-footer__cta-title {
        font-size: clamp(2.15rem, 9vw, 2.85rem);
        line-height: 1.18;
    }

    .va-footer .va-footer__cta-text {
        font-size: 16px;
        line-height: 1.75;
    }

    .va-footer__main-inner {
        padding: 55px 0;
    }

    .va-footer__brand,
    .va-footer__widget {
        padding: 30px 25px;
    }

    .va-footer__logo {
        max-width: 270px;
    }

    .va-footer__quick-links {
        grid-template-columns: 1fr;
    }

    .va-footer .va-footer__bottom-inner {
        padding: 29px 0;
        margin-bottom: 50px;
    }

    .va-footer__legal-menu {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .va-footer__legal-menu li + li::before {
        display: none;
    }
}

/*==============================================================
  MÓVILES PEQUEÑOS
==============================================================*/

@media only screen and (max-width: 480px) {
    .site-footer.va-footer {
        padding-top: 60px;
    }

    .va-footer .va-footer__cta-inner {
        padding: 47px 20px;
    }

    .va-footer__cta-label {
        gap: 7px;
        font-size: 12px;
        letter-spacing: 0.05em;
    }

    .va-footer__cta-label::before,
    .va-footer__cta-label::after {
        width: 18px;
    }

    .va-footer .va-footer__cta-title {
        font-size: 2.1rem;
    }

    .va-footer__cta-button {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .va-footer__brand,
    .va-footer__widget {
        padding: 27px 19px;
    }

    .va-footer__contact-list .va-footer__contact-item {
        align-items: flex-start;
        padding: 13px;
    }

    .va-footer__contact-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .va-footer .site-footer__copyright-text {
        align-items: flex-start;
        flex-direction: column;
    }
}

/*==============================================================
  ACCESIBILIDAD
==============================================================*/

@media (prefers-reduced-motion: reduce) {
    .va-footer__cta-button,
    .va-footer__cta-button::before,
    .va-footer__brand,
    .va-footer__widget,
    .va-footer__contact-item,
    .va-footer__quick-links a {
        transition: none;
        transform: none;
    }
}