@font-face {
  font-family: 'Stem';
  src: url('/fonts/Stem-Regular.otf') format('truetype');
}

@font-face {
  font-family: 'Stem-Light';
  src: url('/fonts/Stem-Light.otf') format('truetype');
}

/* Footer */
.footer-custom {
  background: #495469;
  color: white;
  font-family: 'Stem-Light', sans-serif;
  padding: 40px 20px;
}

/* Menú */
.footer-custom .menu,
.upper-footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-custom .menu li,
.upper-footer .menu li {
  margin-bottom: 1px;
  margin-top: 1px;
  line-height: 1.8;
  font-family: 'Stem-Light', sans-serif;
  font-size: 14px;
}

/* Enlaces */
.footer-custom .menu li a,
.upper-footer .menu li a,
.footer-custom a,
.upper-footer a {
  all: initial;
  font-family: 'Stem-Light', sans-serif !important;
  font-size: 14px !important;
  color: #ccc !important;
  text-decoration: none !important;
  cursor: pointer !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
}

.footer-custom .menu li a:hover,
.upper-footer .menu li a:hover,
.footer-custom a:hover,
.upper-footer a:hover {
  color: #fff !important;
  background: none !important;
  border: none !important;
}

/* Textos */
.footer-custom p,
.upper-footer p {
  font-family: 'Stem-Light', sans-serif;
  font-size: 14px;
  color: #eee;
  margin: 0 0 10px;
  line-height: 1.0;
}

/* Layout */
.footer-custom .footer-row,
.upper-footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}

.footer-custom .footer-col,
.upper-footer .footer-col {
  flex: 1 1 180px;
}

/* Listas y párrafos dentro de footer */
.footer-custom ul,
.footer-custom p,
.upper-footer ul,
.upper-footer p {
  margin-top: 0;
  margin-right: 20px;
}

/* Títulos */
.footer-custom .widget-title,
.footer-custom h5,
.upper-footer .widget-title,
.upper-footer h5 {
  font-family: 'Stem', sans-serif !important;
  font-size: 16px !important;
  color: #fff !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  line-height: 1.6 !important;
}
.footer-container {
  width: 80%;
  margin: 0 auto;

}

.footer-custom p img {
  margin: 0 5px;
  margin-bottom: 4px; /* 10px a la izquierda y derecha */
  vertical-align: middle; /* opcional, para que queden bien alineadas */
}

.footer-custom .footer-col p {
  margin-bottom: 8px;
}
