.mainContent {
  padding-top: 0 !important;
}

section .contacto-middle {
  font-size: 18px;
  line-height: 22px;
}
section .contacto-middle h1 {
  color: #F7A71A;
  font-weight: 300;
}
section .contacto-middle h2 {
  margin-bottom: 8px;
  color: #F3732B;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
section .contacto-middle a.text-underline {
  font-size: 24px;
  line-height: 28px;
}
section .contacto-bottom .formContacto-top textarea {
  height: 172px;
}

@media (min-width: 1024px) {
  section .contacto-middle {
    margin-bottom: 80px;
  }
  section .contacto-middle > div {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  section .contacto-middle h1 {
    margin-bottom: 0;
    font-size: 44px;
    line-height: 48px;
  }
  section .contacto-middle .contacto-email {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: calc(100% + 8px);
  }
  section .contacto-middle .menuSocial {
    text-align: right;
  }
  section .contacto-bottom .formContacto-top {
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  section .contacto-bottom .formContacto-top > * {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  section .contacto-bottom .formContacto-top > * {
    width: 50%;
  }
  section .contacto-bottom .formContacto-top > *:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  section .contacto-bottom .formContacto-bottom {
    margin-left: -8px;
    margin-right: -8px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  section .contacto-bottom .formContacto-bottom > * {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  section .contacto-bottom .formContacto-bottom .form-group {
    margin-bottom: 0;
    width: 33.3333333333%;
  }
  section .contacto-bottom .formContacto-bottom .text-center {
    width: auto;
    margin-left: auto;
  }
}
@media (max-width: 1023px) {
  section .contacto-middle {
    margin-bottom: 50px;
  }
  section .contacto-middle > div + div {
    margin-top: 16px;
  }
  section .contacto-middle > div + div + div {
    margin-top: 30px;
  }
  section .contacto-middle h1 {
    font-size: 36px;
    line-height: 40px;
  }
  section .contacto-middle .contacto-tel,
section .contacto-middle .contacto-email {
    margin-top: 20px;
  }
  section .contacto-middle .contacto-tel + .contacto-email,
section .contacto-middle .contacto-email + .contacto-email {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  section .contacto-top {
    margin-bottom: 60px;
  }
  section .contacto-top .mapa {
    height: 500px;
  }
}
@media (max-width: 767px) {
  section .contacto-top {
    margin-bottom: 14px;
  }
  section .contacto-top .mapa {
    height: 240px;
  }
  section .contacto-bottom .formContacto-bottom .btn-n1 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}

/*# sourceMappingURL=contactoFront.css.map */
