.tab {
  position: fixed;
  display: flex;
  border-radius: 0 50px 0 0;
  left: 0;
  bottom: 0;
  width: 7.375em;
  height: 7.375em;
  background-color: #ffffff;
  justify-content: center;
  color: #050505;
  cursor: pointer;
  transition: transform 0.5s;
  box-shadow: -2px -4px 4px 2px rgba(0, 0, 0, 0.25);
  z-index: 100;
}

.footer {
  position: fixed;
  left: -60em;
  bottom: 0;
  width: 60em;
  height: 7.375em;
  background-color: #ffffff;
  box-shadow: -5px -4px 4px 2px rgba(0, 0, 0, 0.25);
  transition: left 0.5s;
  padding: 9px;
  box-sizing: border-box;
  z-index: 100;
}

.tab_icon {
  margin-top: 1.5em;
  position: relative;
}

.contact_icons {
  justify-content: center;

}

.gap-4 {
  gap: 0rem !important;
}

.line_divicion {
  border: 0.1em solid black;
  width: 32em;
  margin-bottom: 0.5em;
  margin-left: 20%;
}

.contact_info {
  margin: 0 3.2em;
  font-size: 0.98em;

}

@media(max-width: 500px) {
  footer{
    position: absolute;
  }
}