.mainContent {
  padding-bottom: 0;
}

body .btn-envio-contacto {
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  background-color: transparent;
  color: #000000;
}
body .btn-envio-contacto:focus, body .btn-envio-contacto:hover {
  color: #000000;
}
body .btn-envio-contacto:focus span, body .btn-envio-contacto:hover span {
  text-decoration: underline;
}
body.body-negative .btn-envio-contacto {
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
  background-color: transparent;
  color: #FFFFFF;
}
body.body-negative .btn-envio-contacto:focus, body.body-negative .btn-envio-contacto:hover {
  color: #FFFFFF;
}
body.body-negative .btn-envio-contacto:focus span, body.body-negative .btn-envio-contacto:hover span {
  text-decoration: underline;
}

section .mapa {
  height: 500px;
  margin-top: 45px;
  filter: saturate(60%);
}
section .contacto-top h1 {
  color: #FFFFFF;
}
section .contacto-top .section-sup {
  margin-bottom: 5px;
}
section .contacto-top .contacto-direccion + .contacto-info {
  margin-top: 35px;
}
section .contacto-top .contacto-lnk {
  font-size: 24px;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
section .contacto-top .contacto-lnk + .contacto-lnk {
  margin-top: 5px;
}
section .contacto-top .contacto-lnk a {
  color: #FFFFFF;
  text-decoration: underline;
}
section .contacto-top .contacto-lnk a:focus {
  color: #FFFFFF;
}
section .contacto-top .contacto-lnk a:hover {
  color: #FFFFFF;
}
section .contacto-top .contacto-lnk a:hover, section .contacto-top .contacto-lnk a:focus {
  text-decoration: none;
}
section .contacto-top .menuSocial a,
section .contacto-top .contacto-direccion a {
  color: #FFFFFF;
  text-decoration: none;
}
section .contacto-top .menuSocial a:focus,
section .contacto-top .contacto-direccion a:focus {
  color: #FFFFFF;
}
section .contacto-top .menuSocial a:hover,
section .contacto-top .contacto-direccion a:hover {
  color: #FFFFFF;
}
section .contacto-top .menuSocial a:hover, section .contacto-top .menuSocial a:focus,
section .contacto-top .contacto-direccion a:hover,
section .contacto-top .contacto-direccion a:focus {
  text-decoration: underline;
}

@media (min-width: 1440px) {
  section .contacto-top > * {
    flex-grow: 1;
  }
  section .contacto-top .contacto-top-blq2 {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1439px) {
  section .contacto-top .contacto-top-blq2 > * + * {
    margin-top: 35px;
  }
}
@media (min-width: 1024px) {
  section .contacto-top {
    margin-bottom: 60px;
  }
  section .contacto-top h1 {
    width: 320px;
    font-size: 60px;
    line-height: 64px;
  }
  section .contacto-top .menuSocial {
    text-align: right;
  }
  section .contacto-top .contacto-top-blq2c {
    display: none;
  }
  section .formContacto fieldset .form-group {
    width: calc(50% - 10px);
  }
  section .formContacto fieldset .form-group:last-child {
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 176px;
  }
  section .formContacto .form-bottom .form-group {
    margin-bottom: 0;
  }
  section .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 396px;
  }
}
@media (max-width: 1023px) {
  section .contacto-top {
    margin-bottom: 50px;
  }
  section .contacto-top h1 {
    font-size: 48px;
    line-height: 52px;
  }
  section .contacto-top .contacto-top-blq3 {
    display: none;
  }
  section .formContacto fieldset .form-group textarea.form-control {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .contacto-top h1 {
    width: 300px;
  }
  section .formContacto fieldset .form-group:nth-child(1) {
    width: 396px;
  }
  section .formContacto fieldset .form-group:nth-child(2) {
    width: 274px;
    position: absolute;
    top: 0;
    right: 0;
  }
  section .formContacto .form-bottom .form-bottom-blq1 .form-group .input-group {
    width: 370px;
  }
}
@media (min-width: 768px) {
  section .contacto-top {
    display: flex;
    justify-content: space-between;
  }
  section .contacto-top .contacto-top-blq1 ~ * {
    margin-top: 25px;
  }
  section .contacto-top .contacto-top-blq2 > * {
    width: 340px;
  }
  section .formContacto fieldset {
    position: relative;
  }
  section .formContacto .form-bottom {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  section .contacto-top .contacto-top-blq2 {
    margin-top: 35px;
  }
  section .formContacto .form-bottom {
    margin-top: 12px;
  }
  section .formContacto .form-bottom .form-bottom-blq2 {
    order: -1;
  }
}/*# sourceMappingURL=contactoFront.css.map */