#redes_sociales p {
  color: #ffffff;
}
#redes_sociales .iconos a {
  background-color: transparent;
  border-radius: 50%;
  width: auto;
  height: 1.875rem;
  aspect-ratio: 1/1;
}
#redes_sociales .iconos a::before {
  display: none !important;
}
#redes_sociales .iconos a svg {
  height: 100%;
  width: 100%;
}
#redes_sociales .iconos a svg path {
  transition: all 0.3s ease;
}
#redes_sociales .iconos a:hover {
  background-color: #ffffff;
}
#redes_sociales .iconos a:hover svg path:first-child {
  fill: #2a80c3;
}
#redes_sociales .iconos a:hover svg path:last-child {
  fill: transparent;
}/*# sourceMappingURL=index.css.map */