.modulo-contacto-sencillo {
  /* margin:3rem 0;
  padding:5rem 0; */
  margin-bottom: 5rem;
}
.modulo-contacto-sencillo .contacto__container {
  margin: auto;
}
.modulo-contacto-sencillo .contacto__texto--titulo {
  margin-bottom: 3rem;
}
.modulo-contacto-sencillo .contacto__texto--titulo span {
  display: block;
  margin-bottom: 1rem;
}
.modulo-contacto-sencillo .contacto__texto--titulo .titulo_1 {
  font-family: Noto Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 42px;
  line-height: 133%;
}
.modulo-contacto-sencillo .contacto__texto--titulo .titulo_2 {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 42%;
  letter-spacing: -1.2px;
  text-align: right;
}
.modulo-contacto-sencillo .contacto__texto--descripcion {
  font-family: Noto Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 156%;
  color: #53565A;
  margin-bottom: 5rem;
}
.modulo-contacto-sencillo .contacto__formulario .form__item {
  margin-bottom: 1.5rem;
}
.modulo-contacto-sencillo .contacto__formulario .form__item .field-wrap {
  border-bottom: 1px solid #005199;
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.modulo-contacto-sencillo .contacto__formulario .form__item .field-wrap label {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 237%;
  letter-spacing: -0.32px;
  color: #80ADDC;
}
.modulo-contacto-sencillo .contacto__formulario .form__item .field-wrap input,
.modulo-contacto-sencillo .contacto__formulario .form__item .field-wrap textarea {
  background: none;
  border: none;
}
.modulo-contacto-sencillo .contacto__formulario .form__item-terms {
  margin-bottom: 2rem;
}
.modulo-contacto-sencillo .contacto__formulario .form__item-terms label {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #005199;
  padding-left: 12px;
}
.modulo-contacto-sencillo .contacto__formulario .form__item-terms label:after {
  left: -28px;
  top: 7px;
  width: 25px;
  height: 25px;
  background: none;
  border: 1px solid #005199 !important;
}
.modulo-contacto-sencillo .contacto__formulario .form__item-terms label:before {
  color: #005199 !important;
}
.modulo-contacto-sencillo .contacto__formulario .form__item-terms input {
  background: none;
  border: 1px solid #005199;
}
.modulo-contacto-sencillo .contacto__formulario .form__item-submit .nf-field-element:before {
  content: url(../../../img/arrow-circle-blue-right.svg);
  float: left;
}
.modulo-contacto-sencillo .contacto__formulario .form__item-submit .form__item--submit {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #005199;
  background: none;
}
.modulo-contacto-sencillo .contacto__formulario .form__item-submit .nf-field-element {
  right: 0;
  position: absolute;
  width: auto;
}
.modulo-contacto-sencillo .nf-form-title,
.modulo-contacto-sencillo .nf-form-fields-required {
  display: none;
}
.modulo-contacto-sencillo .ninja-forms-req-symbol {
  display: inline-flex;
}

@media (min-width: 798px) {
  .modulo-contacto-sencillo .contacto__container {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem; */
  }
}
@media (min-width: 991px) {
  .modulo-contacto-sencillo .contacto__container {
    padding: 0;
  }
  .modulo-contacto-sencillo nf-rows-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .modulo-contacto-sencillo nf-rows-wrap .nf-row {
    width: 48%;
  }
  .modulo-contacto-sencillo nf-rows-wrap .nf-row:nth-child(5) {
    width: 100%;
  }
  .modulo-contacto-sencillo nf-rows-wrap .nf-row:nth-child(6) {
    width: 50%;
    margin-left: 30%;
  }
  .modulo-contacto-sencillo nf-rows-wrap .nf-row:nth-child(6) .nf-field-label {
    width: inherit;
  }
  .modulo-contacto-sencillo nf-rows-wrap .nf-row:nth-child(6) .nf-field-label label::after, .modulo-contacto-sencillo nf-rows-wrap .nf-row:nth-child(6) .nf-field-label label::before {
    top: -3px;
  }
  .modulo-contacto-sencillo nf-rows-wrap .nf-row:nth-child(6) .nf-field-description {
    margin-right: 0;
    color: #005199;
  }
  .modulo-contacto-sencillo nf-rows-wrap .nf-row:last-child {
    width: 15%;
  }
  .modulo-contacto-sencillo .nf-form-cont .one-half {
    width: 100%;
  }
}

/*# sourceMappingURL=modulo-contacto-sencillo-dos-columnas.css.map */
