/* templates/core/contact.html */

/* Espaciado superior mejorado */
.container.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Mejora del título principal */
.display-5 {
    margin-bottom: 1.5rem;
}

.lead.text-muted {
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Responsive: ajustar margen en móviles */
@media (max-width: 768px) {
    .container.py-5 {
        margin-top: 70px !important;
        padding-top: 2rem !important;
    }
}
