.section .section-form {
  border-radius: 20px;
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
}
.section .section-form .blq-tit {
  margin-bottom: 12px;
  color: rgb(77.4, 79.8, 83.8);
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
.section .section-form .formContacto {
  margin-top: 32px;
}
.section .section-form .formContacto .form-bottom {
  display: flex;
  flex-direction: column;
}
.section .section-form .formContacto .form-bottom .form-bottom-blq2 {
  order: -1;
}
.section .section-form .formContacto .form-bottom .form-bottom-blq3 .btn {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .section .section-cont {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {
  .section .container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
  }
  .section .section-form {
    margin-top: 72px;
  }
}
@media (max-width: 1023px) {
  .section .section-form {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .section .section-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section .section-form {
    padding: 20px;
  }
}/*# sourceMappingURL=electricidad.css.map */