.header-container img {
  max-width: 200px;
}

body {
  font-family: Mulish, sans-serif;
  color: #63676a;
}

.main-row h3 {
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 1.65rem;
}

.form-column p {
  font-size: .91rem;
}

.form-contacto input.form-control, .form-contacto textarea.form-control {
  border-radius: 0.15rem;
  box-shadow: none;
  font-weight: 600;
  font-size: .95rem;
  padding: .65rem 1rem;
  resize: none;
}

.row-form {
  background: url("../../assets/img/10423742_4459586.jpg") center center / cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-attachment: fixed;
}

.form-contacto {
  background-color: #FFF;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  border-radius: .5rem;
}

footer p {
  font-size: .92rem;
}

footer p .link-light {
  color: #FFFFFF!important;
}

.header-container {
  margin-top: 4rem;
  /*display: block;*/
}

.social-block .btn-light:hover, .social-block .btn-light:focus {
  background-color: var(--bs-purple);
  color: #FFFFFF;
  border-color: var(--bs-purple);
  transform: scale(1.15);
}

.social-block .btn-light {
  color: var(--bs-orange);
  box-shadow: none;
  transition: 250ms;
}

.response-form {
  font-size: .95rem;
}

