﻿/* ==============================
   CLASI MTY LOCAL STYLES
   Version final limpia
============================== */

/* ==============================
   FILTROS
============================== */
.filter-box {
  background: #ffffff;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 2rem;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.filter-box input,
.filter-box select {
  width: 100%;
  max-width: 260px;
  padding: 0.6rem;
  margin: 0.3rem;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* ==============================
   BADGES DE MUNICIPIO (sin rectángulo)
============================== */
.anuncio h3 .badge-municipio {
  display: inline-block;
  padding: 0;           /* quitar padding */
  margin-left: 0.3rem;  /* separar un poco del título */
  font-size: 0.9rem;
  font-weight: normal;
  color: #1e3a5b;       /* mismo color que h3 para uniformidad */
  background-color: transparent; /* eliminar fondo */
  border: none;          /* eliminar borde */
}

/* Quitar colores específicos de cada municipio */
.municipio-monterrey,
.municipio-guadalupe,
.municipio-san-nicolas,
.municipio-apodaca,
.municipio-santa-catarina {
  background-color: transparent;
  color: #1e3a5b;
  border: none;
  padding: 0;
}

/* ==============================
   LINKS Y BOTONES LOCALES
============================== */
.anuncio a {
  color: #1e3a5b;
  text-decoration: none;
  font-weight: bold;
}

.anuncio a:hover {
  text-decoration: underline;
}

/* ==============================
   FOOTER LOCAL
============================== */
footer a {
  color: #ffffff;
  text-decoration: underline;
}

/* ==============================
   RESPONSIVE LOCAL
============================== */
@media (max-width: 600px) {
  .filter-box input,
  .filter-box select {
    max-width: 100%;
  }

  .anuncio h3 .badge-municipio {
    font-size: 0.85rem;
  }
}
