.mainContent {
  padding-bottom: 0;
}

section .mapa {
  height: 500px;
  margin-bottom: 45px;
}
section .contacto-top h1 {
  color: #295135;
  font-family: var(--fontFamily2);
  font-weight: 700;
}
section .contacto-top .text-bold {
  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: #8F6E18;
  text-decoration: underline;
}
section .contacto-top .contacto-lnk a:focus {
  color: #212429;
}
section .contacto-top .contacto-lnk a:focus:not(.menuDropdown-link):not(.btn) {
  text-decoration: underline;
}
section .contacto-top .contacto-lnk a:hover {
  color: #212429;
}
section .contacto-top .menuSocial a {
  color: #8F6E18;
}
section .contacto-top .menuSocial a:focus {
  color: #212429;
}
section .contacto-top .menuSocial a:focus:not(.menuDropdown-link):not(.btn) {
  text-decoration: underline;
}
section .contacto-top .menuSocial a:hover {
  color: #212429;
}
section .contacto-bot {
  background-color: #F0D283;
}
section .contacto-bot form .form-control {
  border: 1px solid #495057;
}
section .contacto-bot form .form-control:hover {
  border-color: #295135;
}
section .contacto-bot form .form-group.form-group-focused .form-control {
  border-color: #295135;
}
section .contacto-bot form .form-group:not(.form-group-static).form-group-focused .control-label, section .contacto-bot form .form-group:not(.form-group-static).form-group-filled .control-label {
  background-color: #F0D283;
}

@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: 396px;
    font-size: 60px;
    line-height: 64px;
  }
  section .contacto-top .contacto-top-blq2 .menuSocial {
    display: none;
  }
  section .contacto-top .contacto-top-blq3 .menuSocial {
    text-align: right;
  }
  section .contacto-bot {
    padding: 58px 0;
    border-radius: 80px 80px 0px 0px;
  }
  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;
    flex-wrap: wrap;
  }
  section .contacto-top h1 {
    font-size: 48px;
    line-height: 52px;
  }
  section .contacto-top .contacto-top-blq2 .menuSocial {
    margin-top: 24px;
  }
  section .contacto-top .contacto-top-blq3 {
    display: none;
  }
  section .contacto-bot {
    padding: 40px 0 48px;
    border-radius: 40px 40px 0px 0px;
  }
  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;
    align-items: flex-end;
    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;
  }
  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 */