.contato-map {
  width: 100%;
  min-height: 400px;
}

.icon-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    background-color: var(--primary-color);
    height: 3rem;
    border-radius: 50%;
    color: var(--light);
}


.contato .social__icon {
  display: flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  color: var(--light);
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.contato .social__icon:hover {
  color: var(--light);
}