#validCodePhone {
    background: var(--Primarios-P-1, #F3364C);
  }
  
  .form-control-codigo {
      display: block;
      padding: 0.375rem 0.75rem;
      font-size: 2rem;
      font-weight: 400;
      line-height: 1.5;
      color: var(--bs-body-color);
      background-color: var(--bs-body-bg);
      background-clip: padding-box;
      border: var(--bs-border-width) solid var(--bs-border-color);
      -webkit-appearance: none;
      appearance: none;
      height: 82px;
      width: 68px;
      border-radius: var(--bs-border-radius);
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      border: 1px solid #d2d5db;
      text-align: center;
    }
  
  .code-valid {
      color: green;
  }
  
  .code-invalid {
      color: red;
  }
  
  .text-danger {
    color: white !important;
    font-size: 12px;
  }
  
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  
  .titles-con, .sms-mail, .timer, .color-text-primary {
    color: white;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  .text-left {
    text-align: left;
  }
  
  .d-ruby {
    display: ruby;
  }
  
  .title-change-phone{
    color: #000;
    /* Headline/Headline H8 */
    font-family: "Sofia Sans Extra Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px; /* 83.333% */
    text-transform: uppercase;
  }
  
  @media only screen and (min-width: 1400px) {
    .titles-con {
      font-size: 38px !important;
    }
  }
  
  @media only screen and (max-width: 1400px) {
    .titles-con {
      font-size: 30px !important;
    }
  }
  
  @media only screen and (max-width: 932px) {
    .timer{
      font-size: 40px !important;
      font-style: normal;
      font-weight: 800 !important;
      line-height: normal;
    }
  }