.footer {
  background-color: #32398e;
  color: #ffffff;
  padding: 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  border-bottom: 5px solid #f07d06;
}

.footer-left, .footer-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-left {
  text-align: center;
}

.footer-right {
  text-align: center;
}

.footer-logo {
  max-width: 200px;
  margin-bottom: 50px;
}

.footer-divider {
  width: 5px;
  height: 200px;
  background-color: #f07d06;
  margin: 0 20px;
  display: inline-block;
}

.negrita_footer {
  font-weight: bold;
}

.iconos-redes svg {
  height: 3vh;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: middle;
  transition: filter 0.3s ease;
  stroke: #ffffff; /* Color del ícono */
  margin-bottom: 30px;
}

.iconos-redes svg:hover {
  filter: brightness(0) saturate(100%) invert(53%) sepia(83%) saturate(1434%) hue-rotate(358deg) brightness(100%) contrast(101%);
}


.footer-right svg{
  width: 30px;
  vertical-align: middle;
}

.footer-right svg:hover {
  filter: brightness(0) saturate(100%) invert(53%) sepia(83%) saturate(1434%) hue-rotate(358deg) brightness(100%) contrast(101%);
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}

.footer-bottom p {
  margin: 5px 0;
}

a.no-style {
  color: inherit;
  text-decoration: none;
}

a.no-style:hover {
  text-decoration: underline;
}

/* Media Queries */

/* Para pantallas menores a 1270px */


/* Para pantallas menores a 780px */
@media screen and (max-width: 780px) {

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .footer-left, .footer-right {
    flex: unset;
    margin-bottom: 20px;
  }

  .footer-logo {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .footer-divider {
    height: 3px;
    width: 70%;
  }

  .footer-left{
    margin-bottom: 0;
  }

  .footer-right{
    margin-bottom: 0;
  }

  .footer-top {
    padding: 10px;
  }

  .footer-top p{
    font-size: 14px;
  }

  .footer-top h3{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bolder;
  }

  .footer-bottom {
    font-size: 10px;
  }
}

/* Para pantallas menores a 501px */
@media screen and (max-width: 501px) {
  .footer-logo {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .footer-divider {
    height: 3px;
    width: 70%;
  }

  .footer-left{
    margin-bottom: 0;
  }

  .footer-right{
    margin-bottom: 0;
  }

  .footer-top {
    padding: 10px;
  }

  .footer-top p{
    font-size: 11px;
  }

  .footer-top h3{
    margin-top: 10px;
    font-size: 13px;
    font-weight: bolder;
  }

  .footer-bottom {
    font-size: 10px;
  }

}
