.mainContent {
  padding-top: 0;
}

section .mapa {
  height: 500px;
}
section .contentStyledText > *:last-child {
  margin-bottom: 0;
}
section .contacto-datos {
  font-weight: 500;
}
section .contacto-datos > * + * {
  margin-top: 12px;
}
section .contacto-datos .contacto-lnk {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
section .contacto-datos .contacto-lnk a {
  color: #2B782D;
  text-decoration: none !important;
}
section .contacto-datos .contacto-lnk a:focus {
  color: #262626;
}
section .contacto-datos .contacto-lnk a:focus:not(.menuDropdown-link):not(.btn) {
  text-decoration: underline;
}
section .contacto-datos .contacto-lnk a:hover {
  color: #262626;
}
section .contacto-datos .contacto-lnk a > * {
  vertical-align: middle;
}
section .contacto-datos .contacto-lnk a > * + * {
  margin-left: 10px;
}
section .contacto-datos .contacto-lnk a:hover .text-underline, section .contacto-datos .contacto-lnk a:focus .text-underline {
  text-decoration: none;
}
section .formContacto textarea.form-control {
  height: 203px;
}
section h1 {
  font-family: var(--fontFamily2);
  font-weight: 600;
}

@media (min-width: 1440px) {
  section .mapa {
    margin-bottom: 80px;
  }
  section .section-cont {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
  }
  section .section-cont > * {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  section .contacto-left > * + * {
    margin-top: 40px;
  }
  section .contacto-left > * + *.contacto-datos {
    margin-top: 64px;
  }
  section h1 {
    margin-bottom: 40px;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: -1.04px;
  }
  section .formContacto fieldset {
    position: relative;
  }
  section .formContacto fieldset .form-group:nth-child(2), section .formContacto fieldset .form-group:nth-child(3) {
    width: 319px;
  }
  section .formContacto fieldset .form-group:nth-child(3) {
    position: absolute;
    top: 68px;
    right: 0;
  }
  section .formContacto .form-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
  }
  section .formContacto .form-bottom > * {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-left: 14px;
    padding-right: 14px;
  }
  section .formContacto .form-bottom > * {
    width: 50%;
  }
  section .formContacto .form-bottom > *.form-bottom-blq3 {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 1439px) {
  section .mapa {
    margin-bottom: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  section .section-cont {
    display: flex;
    flex-wrap: wrap;
    margin-left: -32px;
    margin-right: -32px;
  }
  section .section-cont > * {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .section-cont {
    display: flex;
    flex-wrap: wrap;
    margin-left: -21px;
    margin-right: -21px;
  }
  section .section-cont > * {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  section .section-cont {
    align-items: center;
  }
  section .contacto-left > * + * {
    margin-top: 24px;
  }
  section .contacto-left > * + *.contacto-datos {
    margin-top: 42px;
  }
  section h1 {
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -0.76px;
  }
}
@media (min-width: 768px) {
  section .section-cont > * {
    width: 50%;
  }
  section .section-cont .contacto-info {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
  }
  section .section-cont .contacto-info > * {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-left: 14px;
    padding-right: 14px;
  }
  section .section-cont .contacto-info > * {
    width: 50%;
  }
  section .formContacto .btn {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  section .contacto-left > * + * {
    margin-top: 18px;
  }
  section .contacto-left > * + *.contacto-datos {
    margin-top: 42px;
  }
  section h1 {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -0.64;
  }
  section .formContacto {
    margin-top: 64px;
  }
  section .formContacto .btn {
    margin-top: 52px;
    width: 100%;
    display: flex;
  }
}/*# sourceMappingURL=contactoFront.css.map */