.mapa-cerrajeros-section { background: #5889a994; padding: 40px 20px; text-align: center; margin-top: 137px;}
.mapa-cerrajeros-section h2 { font-size: 1.8rem; color: #003366; margin-bottom: 10px;}
.mapa-descripcion { color: #333; margin-bottom: 20px;}
.mapa-buscador { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 20px;}
.mapa-buscador input { padding: 10px; width: 250px; border: 1px solid #ccc; border-radius: 8px;}
.mapa-buscador button { padding: 10px 20px; background-color: #003366; color: white; border: none; border-radius: 8px; cursor: pointer;}
.mapa-filtros { margin-bottom: 15px;}
.mapa-filtro-btn { margin: 5px; padding: 8px 15px; border: 1px solid #003366; border-radius: 6px; background: white; color: #003366; cursor: pointer;}
.mapa-filtro-btn:hover { background: #003366; color: white;}
.mapa-cta { margin-top: 20px;}
.mapa-btn-llamar { display: inline-block; background: #0066cc; color: white; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold;}
.mapa-btn-llamar:hover { background: #004a99;}


.seccion-barrio-cards-iconos { max-width: 1200px; margin: 60px auto; padding: 0 20px;}
.titulo-cards-iconos { text-align: center; font-size: 34px; font-weight: 700; margin-bottom: 40px;}
.cards-iconos-container { display: grid; grid-template-columns: 1fr 1fr; gap: 25px;}

/* CARD */
.card-barrio-icono { background: #fff; border-radius: 14px; border: 1px solid #e5e5e5; padding: 20px; cursor: pointer; transition: 0.3s ease;}
.card-barrio-icono:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.08);}
.card-header { display: flex; align-items: center; justify-content: flex-start; gap: 12px;}
.icono-mapa { font-size: 26px; color: #0072ff;}
.card-titulo { font-size: 22px; margin: 0; font-weight: 600;}
.card-contenido { max-height: 0; overflow: hidden; margin-top: 12px; transition: max-height .35s ease;}
.card-contenido p { margin: 0; line-height: 1.6;}

/* ACTIVO */
.card-barrio-icono.active .card-contenido { max-height: 300px;}

@media (max-width: 768px) { .cards-iconos-container { grid-template-columns: 1fr;}}



