.contact-cards .card-right {
    --primary: #1F1E5A;
    --chip: #EEF4FF;
    --accent1: #ff4d4d;
    --accent2: #ff7a59;
}

.card-right .hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.card-right .hours {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 14px 16px 14px 18px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff, #fafbff);
    border: 1px solid #eef2ff;
    box-shadow: 0 8px 20px rgba(31, 30, 90, .06);
    transition: transform .2s ease, box-shadow .2s ease;
}

.card-right .hours:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(31, 30, 90, .12);
}

.card-right .hours::after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--accent1), var(--accent2));
    opacity: .7;
}


.card-right .hours .info h6 {
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    color: #0f172a;
    line-height: 1.2;
}

.card-right .hours .chip {
    display: inline-flex;
    align-items: center;
    margin-top: 2px;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 999px;
    background: var(--chip);
    color: var(--primary);
}

/* badge del horario */
.card-right .time-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(90deg, var(--accent1), var(--accent2));
    box-shadow: 0 8px 18px rgba(255, 77, 77, .28);
    white-space: nowrap;
}

.card-right .time-badge i {
    opacity: .9
}

/* responsive */
@media (max-width:575.98px) {
    .card-right .hours {
        grid-template-columns: 1fr
    }

    .card-right .hours .time {
        justify-self: start;
        margin-top: 6px
    }
}

.contact-cards .contact-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;

    border: 1px solid #e9edf7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}


.contact-cards .card-left,
.contact-cards .card-right {
    background: #fff;
}


@media (min-width: 992px) {
    .contact-cards .card-left {
        border-right: 1px solid #ececec;
    }
}


.contact-cards .container {
    padding-left: 12px;
    padding-right: 12px;
}

.contact-cards .card-left .address-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background: linear-gradient(90deg, #e9edf7, #dbe4ff, #e9edf7);

}

.locations-section .underline {
    width: 120px;
    height: 3px;
    background: #1F1E5A
}

.map-card {
    background: #fff;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08)
}

.map-box {
    position: relative;
    width: 100%;
    aspect-ratio: 21/9;
    overflow: hidden;
    border-radius: 14px
}

.map-box .gmap-route {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.contact-list li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: .35rem 0;
    font-size: 16px
}

.contact-list i {
    width: 22px;
    text-align: center;
    color: #1F1E5A
}

@media (max-width:576px) {
    .map-box {
        aspect-ratio: 16/10
    }
}

.whatsapp_chat_support {
    z-index: 11 !important;
    right: 100px !important;
    position: fixed;
    bottom: 24px;
}



.list-item li {
    font-weight: normal !important;
}

.map-box .gmap-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.map-card--narrow {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1199.98px) {
    .map-card--narrow {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .map-card--narrow {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .map-card--narrow {
        max-width: 540px;
    }
}

@media (max-width: 575.98px) {
    .map-card--narrow {
        max-width: 100%;
    }
}