.contact-channels__title {
  margin-bottom: 2rem;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.contact-channel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 10rem;
  padding: 1.5rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-lg);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 .2rem .75rem rgba(var(--bs-dark-rgb), .05);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.contact-channel:hover,
.contact-channel:focus {
  border-color: var(--primary-color);
  color: var(--bs-body-color);
  box-shadow: 0 .5rem 1.25rem rgba(var(--bs-dark-rgb), .1);
  transform: translateY(-.2rem);
}

.contact-channel > i {
  margin-bottom: 1rem;
  color: var(--dark);
  font-size: 2rem;
}

.contact-channel h3 {
  margin: 0 0 .5rem;
  font-size: 1rem;
  font-weight: 600;
}

.contact-channel :is(span, address) {
  margin: 0;
  color: var(--bs-secondary-color);
  font-size: .8rem;
  font-style: normal;
  line-height: 1.5;
}

.contact-form-section {
  overflow: hidden;
}

.contact-form-visual {
  position: relative;
  min-height: 30rem;
}

.contact-form-visual > :not(.contact-form-visual__image) {
  display: none;
}

.contact-form-visual__image {
  position: absolute;
  right: -1rem;
  bottom: 0;
  width: calc(100% + 1rem);
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.contact-form-column {
  position: relative;
  z-index: 1;
  padding-block: 2rem;
}

.contact-form-panel {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 2.5rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-xl);
  background-color: var(--bs-body-bg);
  box-shadow: 0 .75rem 2rem rgba(var(--bs-dark-rgb), .1);
}

.contact-form-panel :is(.form-control, .form-select) {
  min-height: 3rem;
  border-color: var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
}

.contact-form-panel textarea.form-control {
  min-height: 6rem;
}

.contact-form-panel .form-label {
  font-size: .8rem;
}

.contact-form-panel .form-check-label {
  color: var(--bs-secondary-color);
  font-size: .7rem;
  line-height: 1.4;
}

.contact-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

@media screen and (max-width: 991.98px) {
  .contact-form-visual {
    min-height: 20rem;
  }

  .contact-form-visual__image {
    right: 0;
    width: 100%;
    object-position: center bottom;
  }

  .contact-form-column {
    padding-top: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .contact-form-panel {
    padding: 1.5rem;
  }
}

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