@forward "fonts.scss";
/* Variables */
/*Colores*/
/*Fonts*/
/*Bootstrap*/
.FormularioAplicar {
  overflow: hidden;
  position: relative; }
  .FormularioAplicar .head {
    display: flex !important;
    width: 100% !important; }
  .FormularioAplicar .wpcf7-form-control-wrap.cf7mls-invalid {
    margin: 0 !important; }
  .FormularioAplicar .select2-selection--single {
    box-sizing: content-box !important;
    paddibng: 8px 10px 8px 10px !important; }
  .FormularioAplicar .select2-selection--multiple {
    box-sizing: content-box !important;
    padding: 8px 10px 5px 10px !important; }
  .FormularioAplicar .select2-selection--single .select2-selection__arrow {
    display: none; }
  .FormularioAplicar .enviado {
    overflow: hidden;
    padding: 32px;
    position: absolute;
    background-color: #0A1A2D;
    max-height: 588px;
    height: 100%;
    width: 68%;
    top: 200%;
    z-index: 35;
    transition: all .7s ease-in;
    left: 50%;
    transform: translate(-50%, 0%); }
    @media screen and (max-width: 992px) {
      .FormularioAplicar .enviado {
        width: 90%; } }
    .FormularioAplicar .enviado.active {
      top: 5%; }
    .FormularioAplicar .enviado:after, .FormularioAplicar .enviado:before {
      content: '';
      position: absolute;
      width: 50%;
      height: 100%;
      opacity: 0.6;
      background-size: contain;
      background-position: bottom; }
    .FormularioAplicar .enviado:after {
      left: 5%;
      bottom: 0;
      background-image: url(../../assets/images/bg/bigger-lines-left.png); }
      @media screen and (max-width: 992px) {
        .FormularioAplicar .enviado:after {
          left: -10%; } }
      @media screen and (max-width: 576px) {
        .FormularioAplicar .enviado:after {
          left: -20%; } }
    .FormularioAplicar .enviado:before {
      right: 0;
      top: 0;
      background-image: url(../../assets/images/bg/bigger-lines-right.png); }
      @media screen and (max-width: 992px) {
        .FormularioAplicar .enviado:before {
          right: -10%; } }
      @media screen and (max-width: 576px) {
        .FormularioAplicar .enviado:before {
          right: -20%; } }
    .FormularioAplicar .enviado .close {
      position: relative;
      z-index: 10;
      width: fit-content;
      margin-left: auto; }
      .FormularioAplicar .enviado .close .closeModal {
        margin-right: auto;
        width: 36px;
        height: 36px;
        cursor: pointer; }
    .FormularioAplicar .enviado .itemTextoOk {
      height: 100%; }
    .FormularioAplicar .enviado .titulo {
      margin-top: 100px; }
      .FormularioAplicar .enviado .titulo * {
        color: #ffffff;
        text-align: center;
        /* Desktop/H3 */
        font-family: "Sailec-Regular", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 38.4px */
        letter-spacing: -0.54px; }
    .FormularioAplicar .enviado .contText {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%; }
      .FormularioAplicar .enviado .contText .text {
        color: #ffffff;
        font-family: "Sailec-Regular", sans-serif;
        font-weight: 400;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: -0.54px;
        text-align: center; }
  .FormularioAplicar .modal-aplicar {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center; }
    .FormularioAplicar .modal-aplicar .rellenado .modalTitle {
      background-color: #FFFFFF;
      padding: 64px 32px; }
      .FormularioAplicar .modal-aplicar .rellenado .modalTitle .closeModal {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        .FormularioAplicar .modal-aplicar .rellenado .modalTitle .closeModal .cerrar {
          min-width: 36px;
          height: 36px;
          cursor: pointer; }
      .FormularioAplicar .modal-aplicar .rellenado .modalTitle .titulo {
        max-width: 440px;
        width: 100%;
        margin: 0 auto; }
        @media screen and (max-width: 992px) {
          .FormularioAplicar .modal-aplicar .rellenado .modalTitle .titulo {
            max-width: 100%;
            padding: 0 40px; } }
        .FormularioAplicar .modal-aplicar .rellenado .modalTitle .titulo * {
          color: #0A1A2D;
          text-align: center;
          font-family: "Sailec-Regular", sans-serif;
          font-size: clamp(24px, 2vw, 32px);
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          letter-spacing: -0.54px; }
    .FormularioAplicar .modal-aplicar .rellenado .formContainer {
      overflow-y: auto;
      height: calc(100vh - 300px);
      background-color: #EEEEED;
      padding: 0 64px; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .head {
        display: block;
        width: 60%; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .textInfo *:first-of-type {
        margin-bottom: 10px; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
        background-color: #DD380A;
        font-family: "Sailec-Regular", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0;
        color: #ffffff;
        padding: 8px; }
        .FormularioAplicar .modal-aplicar .rellenado .formContainer .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors svg {
          display: none; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .wpcf7-form-control-wrap.cf7mls-invalid {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        margin: -20px 0 32px; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        max-width: 115px;
        margin-bottom: 13px;
        font-family: "Sailec-Regular", sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        text-align: right;
        color: #DD380A; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer hr {
        margin-top: 40px; }
      @media screen and (max-width: 992px) {
        .FormularioAplicar .modal-aplicar .rellenado .formContainer {
          padding: 0 32px; } }
      @media screen and (max-width: 767px) {
        .FormularioAplicar .modal-aplicar .rellenado .formContainer {
          padding: 0 16px; } }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_number_step_wrap .cf7mls_number {
        color: #0A1A2D;
        text-align: center;
        font-family: "Sailec-Light", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.3;
        letter-spacing: -0.54px;
        margin-bottom: 10px !important;
        display: block; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_number_step_wrap .cf7mls_step_current {
        color: #0A1A2D;
        text-align: center;
        font-family: "Sailec-Regular", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: -0.54px; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item.step-error .cf7mls_progress_bar_title {
        border-bottom: 1px solid #DD380A; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item.cf7mls-steps-item-finish:after {
        background: #DD380A; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item:after {
        background: #0A1A2D;
        z-index: -1;
        width: 96% !important;
        margin-left: 3% !important; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item:before {
        content: unset; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item.active .cf7_mls_steps_item_icon {
        background-color: #DD380A;
        border: unset; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item.current .cf7mls_progress_bar_title {
        background-color: #D5D5D3; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item.current .cf7_mls_steps_item_icon {
        background-color: #DD380A;
        border: unset; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item .cf7_mls_check,
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item .cf7_mls_count_step {
        display: none !important; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item .cf7_mls_steps_item_icon {
        background-color: #EEEEED;
        border: 1px solid #0A1A2D;
        border-radius: 180px;
        top: 7px !important;
        margin-left: -8px !important;
        height: 16px !important;
        width: 16px !important; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls_progress_bar .cf7_mls_steps_item .cf7mls_progress_bar_title {
        padding: 12px 20px;
        margin: calc( 1em + 24px) 0 0 0;
        color: #0A1A2D;
        text-align: center;
        font-family: "Sailec-Regular", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 125% */
        text-transform: uppercase; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .titulo {
        margin-top: 20px;
        margin-bottom: 35px; }
        .FormularioAplicar .modal-aplicar .rellenado .formContainer .titulo * {
          color: #0A1A2D;
          font-family: "Sailec-Regular", sans-serif;
          font-size: 24px;
          font-style: normal;
          font-weight: 400;
          line-height: 130%; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .superior {
        display: flex;
        flex-direction: row;
        margin-top: 40px;
        margin-bottom: 35px;
        justify-content: space-between;
        align-items: flex-end; }
        @media screen and (max-width: 992px) {
          .FormularioAplicar .modal-aplicar .rellenado .formContainer .superior {
            flex-direction: column;
            gap: 10px;
            margin-top: 15px;
            margin-bottom: 35px;
            align-items: center; } }
        .FormularioAplicar .modal-aplicar .rellenado .formContainer .superior .aviso * {
          color: #0A1A2D;
          font-family: "Sailec-Regular", sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 140%; }
        .FormularioAplicar .modal-aplicar .rellenado .formContainer .superior .titulo {
          margin: 0 !important; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls-btns .cf7mls_back {
        display: none; }
      .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls-btns .btnCta {
        margin-top: 60px;
        text-decoration: unset !important;
        transition: all 0.3s linear !important;
        min-width: fit-content !important;
        background-color: #EEEEED !important;
        border: 1px solid #0A1A2D !important;
        border-radius: 186px !important;
        padding: 5px 7px 5px 20px !important;
        overflow: hidden !important;
        position: relative !important;
        font: 400 16px/20px "Sailec-Regular", sans-serif !important;
        text-transform: uppercase !important;
        display: flex !important;
        align-items: center !important;
        gap: 16px !important; }
        .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls-btns .btnCta:hover span {
          color: #0A1A2D; }
        .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls-btns .btnCta span {
          transition: all 0.3s linear !important;
          color: #ffffff; }
        .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls-btns .btnCta .arrow {
          border-color: #0A1A2D;
          background-color: #EEEEED; }
          .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls-btns .btnCta .arrow:before, .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls-btns .btnCta .arrow:after {
            background: url(../../assets/images/icons/arrow-blue.svg) no-repeat;
            background-size: contain; }
        .FormularioAplicar .modal-aplicar .rellenado .formContainer .cf7mls-btns .btnCta:before {
          background-color: #0A1A2D; }
