.contato-map {
  width: 100%;
  min-height: 350px;
  border-radius: 15px;
}

.box-icon {
  width: 60px;
  height: 60px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 1.5rem;
}

.bg-form {
  border-radius: 4px;
  background: #141515;
}

.bg-form :is(input, textarea, select){
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: #141515;
  color: rgba(255, 255, 255, 0.45);
}
.contato-icones .social__icon{
  border-radius: 4px !important; 
  background: #DF0209;
  border: none;
  color: #fff;
}