/* Tipografías generales */
body {
  font-family: 'Poppins', sans-serif;
}

/* Estilo para subtítulos con línea */
h5.fst-italic {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
}

/* Iconos en servicios */
#servicios img {
  display: block;
  margin: 0 auto;
}

/* Logo Origen box */
.logo-box {
  border: 2px solid white;
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
}

/* Especialistas en las marcas */
#quienes-somos img {
  max-height: 70px;
}

/* Footer enlaces y textos */
footer p,
footer h6 {
  font-size: 0.9rem;
}

footer h6 {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.map-responsive {
  position: relative;
  padding-bottom: 56.25%; /* Relación 16:9 */
  height: 0;
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}