/*
 * Dacar Web / FOOTER
 * Snapshot CSS extracted from legacy astra-child/style.css.
 * Estado: desconectado. No se carga en produccion.
 */

.dacar-site-footer {
    background: #0B0F19 !important;
    border-top: 1px solid rgba(0, 91, 255, .38);
    color: #FFFFFF;
    padding: 0 !important;
}

.dacar-footer-wrap {
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(52px, 7vw, 82px) 20px 28px;
}

.dacar-footer-main {
    align-items: start;
    display: grid;
    gap: clamp(28px, 4vw, 54px);
    grid-template-columns: minmax(0, 1.15fr) repeat(3, minmax(145px, .62fr));
}

.dacar-footer-brand h2 {
    color: #FFFFFF !important;
    font-size: clamp(28px, 3vw, 40px) !important;
    letter-spacing: 0 !important;
    line-height: 1.06 !important;
    margin: 0 !important;
    max-width: 430px;
}

.dacar-footer-brand p:not(.dacar-footer-kicker),
.dacar-footer-contact p {
    color: #CBD5E1 !important;
    font-size: 17px;
    line-height: 1.68 !important;
    margin: 18px 0 0 !important;
    max-width: 420px;
}

.dacar-footer-kicker {
    color: #60A5FA !important;
    font-size: 16px !important;
    font-weight: 800;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    margin: 0 0 18px !important;
    text-transform: uppercase;
}

.dacar-footer-col h3,
.dacar-footer-contact h3 {
    color: #60A5FA !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    margin: 0 0 18px !important;
    text-transform: uppercase;
}

.dacar-footer-col a {
    color: #CBD5E1 !important;
    display: block;
    font-size: 16px;
    font-weight: 650;
    margin: 0 0 12px;
    text-decoration: none !important;
}


.dacar-footer-contact-data p {
    color: #CBD5E1 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45 !important;
    margin: 0 0 10px !important;
}

.dacar-footer-contact-data a {
    margin-top: 2px;
    word-break: break-word;
}

.dacar-footer-col a:hover,
.dacar-footer-bottom a:hover,
.dacar-footer-col a:focus-visible,
.dacar-footer-bottom a:focus-visible {
    color: #FFFFFF !important;
}

.dacar-footer-btn {
    align-items: center;
    background: #005BFF;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    color: #FFFFFF !important;
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    margin-top: 20px;
    min-height: 46px;
    padding: 12px 20px;
    text-decoration: none !important;
}

.dacar-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(148, 163, 184, .22);
    color: #94A3B8;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 22px;
    justify-content: space-between;
    margin-top: clamp(42px, 6vw, 70px);
    padding-top: 24px;
}

.dacar-footer-bottom span,
.dacar-footer-bottom a {
    color: #94A3B8 !important;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none !important;
}

.dacar-footer-legal {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}
