.redessociales {
  margin: 0px;
  /* font-size: 1.3rem; */
  padding-left: 0px;
  padding-right: 0px;
  width: 48px;
  height: 48px;
  border-radius: 0px;
}

.redessociales-menu {
  background: #03050800;
  color: #000;
  /* background: rgb(90 111 120 / 0%) !important; */
  margin: 0px;
  font-size: 1.3rem;
  padding: 0px;
  width: 48px;
  height: 48px;
  border-radius: 0px;
  padding-right: 2px;
  padding-top: 10px;
}
.redessociales-menu:hover {
  color: #797979 !important;
}

.banner {
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.registerModal input {
  color: #000;
}