section .contacto-top .contacto-top-blq1 > * + * {
  margin-top: 14px;
}
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: #212429;
  text-decoration: underline;
}
section .contacto-top .contacto-lnk a:focus {
  color: #007749;
}
section .contacto-top .contacto-lnk a:hover {
  color: #007749;
}
section .formContacto .form-bottom .form-group {
  margin-bottom: 10px;
}

@media (min-width: 1440px) {
  section .contacto-bottom {
    margin-left: -46px;
    margin-right: -46px;
  }
}
@media (min-width: 1024px) {
  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-bottom-blq1 .form-group .input-group {
    width: 396px;
  }
  section .contacto-bottom {
    margin-top: 60px;
  }
}
@media (max-width: 1023px) {
  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;
  }
  section .formContacto .form-bottom .form-bottom-blq3 {
    margin-top: 40px;
  }
  section .contacto-bottom {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  section .contacto-top {
    margin-bottom: 60px;
    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 .contacto-bottom > * {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  section .contacto-bottom > * > * {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  section .contacto-bottom > * > * {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section .contacto-top {
    margin-bottom: 40px;
  }
  section .contacto-top .contacto-top-blq2 {
    margin-top: 40px;
  }
  section .formContacto .form-bottom {
    margin-top: 12px;
  }
  section .formContacto .form-bottom .form-bottom-blq2 {
    margin-top: 30px;
    order: -1;
  }
  section .formContacto .form-bottom .form-bottom-blq3 {
    margin-top: 30px;
  }
  section .formContacto .form-bottom .form-bottom-blq3 .btn {
    width: 100%;
    display: flex;
  }
  section .contacto-bottom {
    margin-top: 40px;
  }
  section .contacto-bottom picture img {
    margin-left: auto;
    margin-right: auto;
  }
  section .contacto-bottom picture + picture {
    margin-top: 20px;
  }
}/*# sourceMappingURL=contactoFront.css.map */