.mainContent {
  padding-top: 0;
}

section .mapa {
  height: 500px;
  margin-bottom: 45px;
}
section .contacto-top .top-tit {
  margin-bottom: 5px;
  font-family: var(--fontFamily2);
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
}
section .contacto-top .contacto-direccion + .contacto-info {
  margin-top: 35px;
}
section .contacto-top .contacto-lnk {
  font-family: var(--fontFamily2);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 24px;
  line-height: 28px;
}
section .contacto-top .contacto-lnk + .contacto-lnk {
  margin-top: 5px;
}
section .contacto-top .contacto-lnk a {
  color: #080C10;
}
section .contacto-top .contacto-lnk a:focus {
  color: #008288;
}
section .contacto-top .contacto-lnk a:focus:not(.menuDropdown-link):not(.btn) {
  text-decoration: underline;
}
section .contacto-top .contacto-lnk a:hover {
  color: #008288;
}
section .contacto-top .contacto-lnk a {
  text-decoration: underline;
}
section .contacto-top .menuSocialIcons a {
  height: 40px;
  padding: 0 20px;
  border: 1px solid;
  border-radius: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: var(--fontFamily2);
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
section .contacto-top .menuSocialIcons a[disabled] {
  opacity: 0.2;
  pointer-events: none;
}
section .contacto-top .menuSocialIcons a > * + * {
  margin-left: 5px;
}
section .contacto-top .menuSocialIcons a {
  width: 40px;
  padding: 0;
  border-color: #080C10;
  background-color: transparent;
  color: #080C10;
}
section .contacto-top .menuSocialIcons a:focus:after {
  content: "";
  border: 1px solid #080C10;
  border-radius: inherit;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
section .contacto-top .menuSocialIcons ainput:focus {
  border: 1px double #080C10;
}
section .contacto-top .menuSocialIcons a:hover {
  border-color: #080C10;
  background-color: #080C10;
  color: #FFFFFF;
}
section .contacto-top .menuSocialIcons a:hoverinput:focus {
  border: 1px double #FFFFFF;
}

@media (min-width: 1440px) {
  section .contacto-top > * {
    flex-grow: 1;
  }
  section .contacto-top .contacto-top-blq2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media (max-width: 1439px) {
  section .contacto-top .contacto-top-blq2 > * + * {
    margin-top: 35px;
  }
}
@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-blq3 {
    margin-top: 24px;
  }
  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 .hero-banner .section-tit1 {
    max-width: 400px;
  }
  section .contacto-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  section .contacto-top .contacto-top-blq1 ~ * {
    margin-top: 25px;
  }
  section .contacto-top .contacto-top-blq2 > * {
    width: 340px;
  }
  section .contacto-top .menuSocialIcons {
    justify-content: flex-end;
  }
  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 */