﻿.mapa-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.mapa-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.mapa-left {
    border-left: 5px solid #667eea;
}

.mapa-right {
    border-right: 5px solid #e91e63;
}

.mapa-image-container {
    margin-bottom: 20px;
}

.mapa-img {
    width: 100%;
    filter: drop-shadow(0 8px 30px rgba(0,0,0,0.2));
    transition: transform 0.3s ease;
}

.mapa-card:hover .mapa-img {
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 991.98px) {
    .row.justify-content-end,
    .row.justify-content-start {
        justify-content: center !important;
    }

    .mapa-left,
    .mapa-right {
        border-left: none !important;
        border-right: none !important;
        border-bottom: 5px solid #667eea;
    }
}

#mapa .img-fluid:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

/* Botón del footer */
#mapa .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(233, 30, 99, 0.6) !important;
}

@media (max-width: 768px) {
    #mapa .display-2 {
        font-size: 2.2rem !important;
    }

    #mapa .fs-3 {
        font-size: 1.5rem !important;
    }

    #mapa .fs-5 {
        font-size: 1.1rem !important;
    }

    #mapa .fs-6 {
        font-size: 0.9rem !important;
    }

    #mapa .bg-dark {
        padding: 1.5rem !important;
        min-height: 350px !important;
    }
    /* Footer responsive */
    #mapa .d-flex.justify-content-between {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px;
    }

    #mapa .me-4 {
        margin-right: 0 !important;
    }

    #mapa .display-6 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 480px) {
    #mapa .display-2 {
        font-size: 1.8rem !important;
        padding: 0 10px;
    }

    #mapa .bg-dark {
        padding: 1rem !important;
        min-height: 300px !important;
    }

    #mapa .btn {
        width: 100%;
        max-width: 250px;
    }

    #mapa .mx-4 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
}

/* Text color utilities adicionales */
.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.footer-mapa {
    background-image: url("../../images/footer-coap2025.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 180px;
}

.footer-cont {
    z-index: 2;
    min-height: 180px;
}

.section-mapa {
    min-height: 100vh; 
    padding: 100px 0;
}