/* Estilos para el formulario de agendar reunión */

.mth-container-form-agendar-reunion {
  max-width: 1000px;
  width: 100%;
  border: 3px solid rgba(128, 128, 128, 0.164);
  border-radius: 15px;
  color: #000 !important;
  padding: 40px 4rem;
  justify-self: center;

  h1 {
    font-size: 30px;
    line-height: 26px;
  }

  h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }

  .mth-form-agendar-reunion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .mth-form-agendar-reunion input {
    border-radius: 22px;
    padding: 7px 10px;
    border: 1px solid #4547ef !important;
    height: 50px;
    background: #dddff91a;
    color: #434343;

    &::placeholder {
      color: #434343;
    }
  }

  .mth-form-agendar-reunion > select {
    appearance: none;
    padding: 7px 10px;
    border: 1px solid #4547ef !important;
    border-radius: 22px;
    background-image: url("https://ftp.mathilde-ads.com/405-ba696a0466cd5ee2fc6e34a0ff2a520b.png");
    background-position: 98%;
    background-repeat: no-repeat;
    height: 50px;
    background: #dddff91a;
  }

  .mth-input-span-2 {
    grid-column: span 2;
  }

  .mth-textarea-agendar-reunion {
    grid-column: span 2;
    width: 100%;
    border: 1px solid #4547ef !important;
    height: 150px;
    border-radius: 22px;
    padding: 20px;
    background: #dddff91a;
    color: #434343;

    &::placeholder {
      color: #434343;
    }
  }

  .mth-form-agendar-reunion button {
    grid-column: span 2;
    background-color: #4547ef;
    height: 50px;
    color: #fff;
    border-radius: 22px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .mth-term-agendar-reunion {
    display: grid;
    grid-column: span 2;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 10px;
  }

  .mth-term-agendar-reunion label {
    font-size: 9px;
    font-weight: 400;
    color: #252525 !important;

    a {
      text-decoration: underline;
      color: #4547ef !important;
    }

    u {
      text-decoration: underline;
      color: #4547ef !important;
    }
  }

  .mth-term-agendar-reunion > input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 2px solid #4547ef;
  }

  .mth-term-agendar-reunion > input[type="checkbox"]:checked {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #4547ef;
    border: 2px solid #4547ef;
    background-image: url("https://ftp.mathilde-ads.com/405-4b2f0ee6e8e977fbb90a5cec30c55e93.png");
    background-position: center;
  }
}

/* Estilos para el formulario de conversemos */

.mth-container-form-generic {
  display: grid;
}

.mth-container-form-generic > h1 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0%;
}

.mth-container-form-generic > p {
  margin: 5px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}

.mth-form-generic {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 10px;
  row-gap: 5px;
}

.mth-content-generic-form > label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #000 !important;
}

.mth-content-generic-form > input {
  appearance: none;
  padding: 7px 10px;
  border: 1px solid #4547ef !important;
  border-radius: 20px;
}

.mth-content-generic-form {
  display: grid;
}

.mth-select-generic-form > label {
  color: #000 !important;
}

.mth-select-generic-form {
  display: grid;
  margin-bottom: 10px;
  grid-column: span 2;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
  vertical-align: middle;
}

.mth-select-generic-form > select {
  appearance: none;
  padding: 7px 10px;
  border: 1px solid #4547ef !important;
  border-radius: 20px;
  background-image: url("https://ftp.mathilde-ads.com/405-ba696a0466cd5ee2fc6e34a0ff2a520b.png");
  background-position: 98%;
  background-repeat: no-repeat;
}

.mth-textarea-generic {
  padding: 7px 10px;
  width: 100%;
  height: 62px;
  border-radius: 20px;
  border: 1px solid #4547ef !important;
}

.mth-content-textarea {
  display: grid;
  grid-column: span 2;
}

.mth-button-generic {
  display: grid;
  grid-column: span 2;
}

.mth-button-generic button {
  display: grid;
  align-items: center;
  margin-top: 1rem;
  background-color: #4547ef;
  height: 32px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
}

.mth-term-generic {
  display: grid;
  grid-column: span 2;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  margin-top: 1rem;
}

.mth-term-generic > input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #4547ef;
}

.mth-term-generic > input[type="checkbox"]:checked {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #4547ef;
  border: 2px solid #4547ef;
  background-image: url("https://ftp.mathilde-ads.com/405-4b2f0ee6e8e977fbb90a5cec30c55e93.png");
  background-position: center;
}

.mth-term-generic > p {
  font-weight: 400;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000 !important;
}

.mth-container-form-generic > h2 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
}

.mth-term-generic > p u,
.mth-term-generic > p a {
  text-decoration: underline;
  cursor: pointer;
  color: #4547ef !important;
}

.mth-inform-thanks-page-mathilde {
  text-align: center;
}

#edit-flexbox > div:nth-child(2) > div > div {
  display: flex;
  gap: 0;
}

.webform-submission-form .form-item input {
  color: #000;
  width: 19%;
  padding: 0;
}

.js-form-item.form-item.js-form-type-checkbox {
  input {
    width: 100%;
    margin-top: 6px;
  }

  display: grid;
  grid-template-columns: 0.017fr 1fr;
  gap: 12px;
}

.thanyoupage_forms {
  .icon {
    margin-bottom: 2rem;
  }
  text-align: center;
  margin-bottom: 3rem;
}

.politics_styles {
  color: #fff;
}

.politics_styles:hover {
  color: #fff;
}

.webform-confirmation {
  height: 72vh;
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 6px 20px rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  margin-top: 2rem;
}

.thanyoupage_forms .content_card h1 {
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.webform-confirmation__back {
  a {
    background: #4547ef;
    color: #fff;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
  }
  text-align: center;
}

#edit-flexbox > div:nth-child(2) > div > div > label {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 100%;
}

#edit-acepto-los-terminos-y-condiciones-y-la-politica-de-proteccion-de {
  width: 4%;
  margin: 0px;
}

#webform-submission-suscripcion-home-node-1-add-form {
  display: flex;
}

#edit-flexbox {
  display: flex;
  flex-direction: column;
}

#edit-actions > .btn_form_suscripcion {
  background: #e31f14;
  border-radius: 15px;
  margin-bottom: 38px;
  margin-left: 15px;
  font-weight: 600;
}

.webform-submission-suscripcion-home-form
  .form-actions.webform-actions.js-form-wrapper.form-wrapper {
  display: flex;
  align-items: center;
  width: 25%;
}

.webform-submission-suscripcion-home-form {
  background: #141f3599;
  border-radius: 20px;
  padding: 0px 20px;
}

#edit-content-inputs.webform-flexbox.js-webform-flexbox.js-form-wrapper.form-wrapper {
  margin: 0;
}

#edit-form-trabajo-left.webform-flexbox.js-webform-flexbox.js-form-wrapper.form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#edit-form-trabajo-left.webform-flexbox.js-webform-flexbox.js-form-wrapper.form-wrapper
  input,
#edit-form-trabajo-left.webform-flexbox.js-webform-flexbox.js-form-wrapper.form-wrapper
  select {
  margin: 10px 0 0 0;
  border-radius: 8px;
  height: 72px;
  min-height: 72px;
  background: #fff;
  border: 1.5px solid #d6d6d6;
  font-size: 16px;
  padding: 0 8px;
  color: #000;
}

.webform-submission-form.webform-submission-add-form.webform-submission-trabaje-con-nosotros-form.webform-submission-trabaje-con-nosotros-add-form.js-webform-details-toggle.webform-details-toggle.contextual-region
  .form-actions.js-form-wrapper.form-wrapper
  #edit-submit {
  background: #e31f14;
  border-radius: 15px;
  font-weight: 600;
  width: 49%;
}

#edit-form-trabajo-left.webform-flexbox.js-webform-flexbox.js-form-wrapper.form-wrapper
  label {
  font-size: 14px;
  font-weight: 600;
}

.Adjunto_btn.webform-file-button {
  text-align: center;
  color: #2c41ce !important;
  border: 1.5px solid #2c41ce;
  padding: 14px 0 0 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  cursor: pointer;
}

#edit-content-form-options > div:nth-child(1) > div > div > label,
#edit-content-form-options > div:nth-child(2) > div > div > label,
#webform-submission-linea-etica-reportar-caso-add-form
  > div.js-webform-type-textarea.webform-type-textarea.js-form-item.form-item.js-form-type-textarea.form-item-ingrese-aqui-el-detalle-de-su-reporte.js-form-item-ingrese-aqui-el-detalle-de-su-reporte
  > label,
#edit-adjuntar-archivos--label,
#webform-submission-linea-etica-reportar-caso-node-165-add-form
  > div.js-webform-type-textarea.webform-type-textarea.js-form-item.form-item.js-form-type-textarea.form-item-ingrese-aqui-el-detalle-de-su-reporte.js-form-item-ingrese-aqui-el-detalle-de-su-reporte
  > label {
  font-size: 14px;
  font-weight: 600;
  color: #141414;
}

#edit-documentacion-digital > p {
  font-size: 15px;
  color: #000;
}

#edit-documentacion-digital > h1 {
  color: #2c41ce;
  font-size: 24px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

#edit-entidad-que-desea-denunciar,
#edit-tipo-de-denunciante,
#edit-ingrese-aqui-el-detalle-de-su-reporte {
  background: #fff;
  border-radius: 8px;
}

.webform-submission-form.webform-submission-add-form.webform-submission-linea-etica-reportar-caso-form.webform-submission-linea-etica-reportar-caso-add-form.js-webform-details-toggle.webform-details-toggle.contextual-region
  #edit-submit,
.webform-button--submit.button.button--primary.js-form-submit.form-submit
  #edit-submit,
.btn-form-etica,
.form-actions.js-form-wrapper.form-wrapper
  .webform-button--submit.button.button--primary.js-form-submit.form-submit#edit-submit {
  background: #e31f14;
  border-radius: 15px;
  font-weight: 600;
  width: 49%;
}

#edit-adjuntar-archivos-trabaje--description {
  line-height: 100%;
}

#webform-submission-linea-etica-reportar-caso-add-form {
  background: #f5f5f5;
}

.Adjunto_btn .icon_upload::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-left: 9px;
  background-color: currentColor;
  -webkit-mask: url(/sites/default/files/grupo-aval/Iconos/fi-rr-upload.svg)
    no-repeat center;
  mask: url(/sites/default/files/grupo-aval/Iconos/fi-rr-upload.svg) no-repeat
    center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media (max-width: 767px) {
  .webform-submission-form .form-item input {
    width: 100%;
  }

  .btn-form-etica {
    width: 100%;
  }

  #edit-form-trabajo-left.webform-flexbox.js-webform-flexbox.js-form-wrapper.form-wrapper {
    grid-template-columns: 1fr;
  }

  #edit-adjuntar-archivos-trabaje--description {
    font-size: 10px;
    line-height: 100%;
  }

  .thanyoupage_forms {
    .icon {
      width: 15%;
      margin-bottom: 1rem;
    }
  }

  .webform-submission-form.webform-submission-add-form.webform-submission-trabaje-con-nosotros-form.webform-submission-trabaje-con-nosotros-add-form.js-webform-details-toggle.webform-details-toggle.contextual-region
    .form-actions.js-form-wrapper.form-wrapper
    #edit-submit {
    width: 100%;
  }

  .thanyoupage_forms .content_card h1 {
    margin-bottom: 1rem;
    letter-spacing: 0px;
    font-size: 23px;
  }

  .thanyoupage_forms .content_card p {
    font-size: 13px;
    line-height: 120% !important;
  }

  .thanyoupage_forms {
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .webform-confirmation {
    height: 60vh;
    margin-bottom: 22px;
    margin-top: 1rem;
    padding: 0px 22px;
  }

  #webform-submission-suscripcion-home-node-1-add-form {
    flex-direction: column;
  }

  #edit-acepto-los-terminos-y-condiciones-y-la-politica-de-proteccion-de {
    width: 8%;
    margin-right: 10px;
  }

  .adl-container-suscribete .adl-text-suscribete h3 {
    font-size: 18px;
  }

  .adl-container-suscribete
    .bb-inner.default
    .bb-container.container
    .row.row-wrapper
    .adl-text-suscribete {
    width: 83% !important;
  }

  .adl-container-suscribete
    .bb-inner.default
    .bb-container.container
    .row.row-wrapper
    .adl-img-model-suscribete {
    width: 17% !important;
  }

  .adl-container-suscribete
    .bb-inner.default
    .bb-container.container
    .row.row-wrapper
    .adl-img-model-suscribete
    .column-inner.bg-size-cover
    .column-content-inner
    .widget.gsc-image.text-right
    .widget-content
    img {
    max-width: 250px !important;
    margin-left: -155px;
  }

  .adl-container-suscribete {
    background-repeat: no-repeat !important;
  }

  .adl-container-suscribete .adl-suscribete-form {
    position: relative;
  }

  #edit-actions > .btn_form_suscripcion {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    min-height: 44px;
  }

  #edit-actions.form-actions.webform-actions.js-form-wrapper.form-wrapper {
    width: 100%;
  }
}


/*
.mth-form-download-inform-mathilde {
  justify-self: center;
  max-width: 1200px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 3px solid rgba(128, 128, 128, 0.123);
  color: #000 !important;
  overflow: hidden;
}

.mth-img-button-inform-form {
  display: grid;
  cursor: pointer;
}

.mth-img-form-inform {
  display: grid;
  height: 450px;
  align-items: center;
}

.mth-container-form-inform-mathilde {
  display: grid;
  grid-template-columns: 401px auto;
  gap: 20px;
  height: 500px;
  padding: 20px;
}

.mth-inform-form-mathilde {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 5px;
  height: 500px;
}

.mth-inform-form-mathilde p {
  margin: 0;
  grid-column: span 2;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0%;
}

.mth-input-inform-form {
  display: grid;
  align-items: center;
}

.mth-input-inform-form2 {
  display: grid;
  grid-column: span 2;
  align-items: center;
}

.mth-input-inform-form label,
.mth-input-inform-form2 label {
  margin-bottom: 0.2rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000 !important;
}

.mth-input-inform-form input,
.mth-input-inform-form2 input {
  border: 1px solid #4547ef !important;
  border-radius: 15px;
  padding: 3px 10px;
  height: 30px;
}

.mth-inform-form-mathilde > button {
  height: 40px;
  grid-column: span 2;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  background-color: #4547ef;
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}

.mth-input-checkbox-inform-form {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column: span 2;
  align-items: center;
  gap: 5px;
}

.mth-input-checkbox-inform-form > input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #4547ef;
}

.mth-input-checkbox-inform-form > input[type="checkbox"]:checked {
  appearance: grid;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #4547ef;
  border: 2px solid #4547ef;
  background-image: url("https://ftp.mathilde-ads.com/405-4b2f0ee6e8e977fbb90a5cec30c55e93.png");
  background-position: center;
}

.mth-input-checkbox-inform-form label {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000 !important;
}

.mth-inform-thanks-page-mathilde {
  display: grid;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
}

.mth-inform-thanks-page-mathilde h1 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
}

.mth-inform-thanks-page-mathilde ul > li {
  width: 80%;
  margin-bottom: 1rem;
}

.mth-inform-thanks-page-mathilde button {
  padding: 10px 0;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  background-color: #4547ef;
  border: none;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}
.mth-input-checkbox-inform-form label a,
.mth-input-checkbox-inform-form label u {
  color: #4547ef !important;
  text-decoration: underline !important;
  cursor: pointer;
}
*/
