.medina-footer {
  background-color: var(--color-footer);
  color: white;
  padding: 40px 20px 20px;
  font-size: 14px;
}

.footer-contenido {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-columna {
  flex: 1 1 250px;
  min-width: 250px;
}

.footer-columna h3 {
  margin-bottom: 10px;
  color: white;
}

.footer-columna p,
.footer-columna a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.footer-columna a:hover {
  text-decoration: underline;
  color: white;
}

/* Redes sociales */
.rrss a img {
  width: 28px;
  margin-right: 10px;
  transition: transform 0.2s;
}

.rrss a img:hover {
  transform: scale(1.1);
}

/* Parte inferior del footer */
.footer-bottom {
  border-top: 1px dotted white;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
}

.footer-links a {
  margin: 0 10px;
  color: var(--color-footer-texto);
  text-decoration: none;
  font-size: 13px;
}

.footer-links a:hover {
  text-decoration: underline;
  color: white;
}

.logo-footer {
  margin-top: 20px;
  max-width: 160px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Mapa en el footer */
.footer-columna.mapa iframe {
  width: 100%;
  max-width: 100%;
  height: 200px;
  border: 0;
  border-radius: var(--radio-borde);
}
