.mainContent {
  padding-top: 0;
  padding-bottom: 0;
}

section .mapa {
  position: relative;
  z-index: 1;
  height: 500px;
}
section .contacto-top .contacto-top-blq1 {
  color: #FFFFFF;
}
section .contacto-top .contacto-top-blq1 h1 {
  font-weight: 300;
}
section .contacto-top .text-bold {
  margin-bottom: 5px;
}
section .contacto-top .contacto-direccion + .contacto-info {
  margin-top: 35px;
}
section .contacto-top .contacto-top-blq2 {
  display: flex;
  flex-direction: column-reverse;
}
section .contacto-top .contacto-top-blq2 .contacto-top-blq2b {
  display: grid;
  grid-gap: 40px 40px;
}
section .contacto-top .contacto-top-blq2 .contacto-top-blq2b .sede-ciudad {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
section .contacto-top .contacto-top-blq2 .contacto-top-blq2b .sede-dir > span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
section .contacto-top .contacto-top-blq2 .contacto-top-blq2b .sede-dir > a > span {
  display: block;
  font-size: 16px;
  line-height: 24px;
}
section .contacto-top .contacto-top-blq2 .contacto-top-blq2a a {
  text-decoration: underline;
}
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;
}
section .contacto-top .contacto-lnk a:focus {
  color: white;
}
section .contacto-top .contacto-lnk a:hover {
  color: #00BFB3;
}
section .contacto-top .menuSocial {
  text-align: right;
}
section .row {
  margin-bottom: 60px;
}
section .row .formContacto .form-control {
  border: 1px solid #00BFB3;
}

@media (min-width: 1440px) {
  section .contacto-top .contacto-top-blq1 {
    width: 300px;
  }
  section .contacto-top .contacto-top-blq1 > * {
    font-size: 54px;
    line-height: 58px;
  }
  section .contacto-top > * {
    flex-grow: 1;
  }
  section .contacto-top .contacto-top-blq2 .contacto-top-blq2b {
    margin-bottom: 72px;
    grid-template-columns: repeat(3, 250px);
  }
}
@media (max-width: 1439px) {
  section .contacto-top .contacto-top-blq2 .contacto-top-blq2b {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .contacto-top .contacto-top-blq1 > * {
    width: 250px;
    font-size: 42px;
    line-height: 46px;
  }
  section .contacto-top .contacto-top-blq2 .contacto-top-blq2b {
    grid-template-columns: repeat(2, 250px);
  }
}
@media (min-width: 1024px) {
  section .contacto-top {
    margin-bottom: 60px;
  }
  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 .contacto-top-blq1 {
    width: 240px;
  }
  section .contacto-top .contacto-top-blq1 > * {
    font-size: 32px;
    line-height: 38px;
  }
  section .contacto-top .contacto-top-blq2 .contacto-top-blq2b {
    grid-template-columns: repeat(1, 1fr);
  }
  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 .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 .formContacto fieldset {
    position: relative;
  }
  section .formContacto .form-bottom {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 160px;
  }
}
@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;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=contactoFront.css.map */