:root {
  --blue: #0d1d34;
}

.step2,
.step3 {
  display: none;

  .form-control {
    width: 60% !important;
  }
  .step2-subtitle {
    color: #707070;
    font-size: 16px;
    display: block;
    text-align: center;
  }
}

.cotizador-web {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  .error-message {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    display: none;
  }
  .mb-3 {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h3 {
    font-size: 17px;
    color: var(--blue);
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 500;
  }
  .text-uppercase {
    text-transform: uppercase;
  }

  .radios {
    display: flex;
    flex-direction: column;
    @media screen and (min-width: 768px) {
      flex-direction: row;
    }
    label {
      text-align: center;
      padding: 0 15px;
      border: 1px solid #d8dae5;
      border-radius: 20px;
      margin-right: 5px;
      margin-bottom: 5px;
      color: #707070;
      background-color: #deedfc;
      font-size: 13px;
      width: 100%;
      cursor: pointer;
      text-transform: uppercase;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      @media screen and (min-width: 768px) {
        padding: 0 25px;
        width: auto;
      }

      &.checked {
        border: 1px solid #58a7ef;
        background-color: #58a7ef;
        color: white;
      }

      input {
        display: none;
      }
    }
  }
  input,
  select {
    background-color: #deedfc !important;
    color: #58a7ef !important;
    height: 45px;
    border-radius: 25px !important;
    font-size: 13px !important;
    width: 100% !important;
    border: 1px solid #d8dae5 !important;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  select {
    height: 47px;
  }
  .w-50 {
    width: 100% !important;
    @media screen and (min-width: 1200px) {
      width: 40% !important;
    }
  }
  .small-text {
    font-size: 12px;
    color: #707070;
    margin-bottom: 0;
  }
  .btn-cotizador {
    width: 100% !important;
    height: 50px;
    border: 1px solid #fafbff;
    border-radius: 25px;
    background-color: #58a7ef;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.12em;
    margin-top: 30px;
    cursor: pointer;
    @media screen and (min-width: 1200px) {
      width: 30% !important;
    }
  }
}
