body{
    color:#262626;
    font-family: "Poppins", sans-serif;
  }

  .cinzaround{
    padding:15px;
    border-radius:20px;
    background-color:#d9d9d9;
    margin-bottom:20px;
  }

  .cinzaround input[type=date]{
    border:none;
    width:100%;
    background-color: transparent;
    margin-top:10px;
    text-align: center
  }

  .mobile-frame {
    max-width: 490px;   /* largura padrão mobile */
    width: 100%;
    margin: 0 auto;     /* centraliza */
    min-height: 100vh;
    background: #fff;

    /* opcional (fica bonito tipo app) */

    overflow: hidden;

  }

  .texto-degrade,h4 {
    background: linear-gradient(90deg, #b03020, #620d0c 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

  .footer-stepper button {
    background: linear-gradient(90deg, #b03020, #620d0c 70%);
    border:none;
    padding-left:60px;
    padding-right:60px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:17px;
    text-transform: uppercase;
    font-weight:400;
    border-radius:20px;
  }

  .bot_entrar{
     background: linear-gradient(90deg, #b03020, #620d0c 70%);
    border:none;
    padding-left:60px;
    padding-right:60px;
    padding-top:10px;
    padding-bottom:10px;
    font-size:17px;
    text-transform: uppercase;
    font-weight:400;
    border-radius:20px;
    text-align:center;
    color:#fff;
    text-decoration: none;
    width:100%;
    margin-bottom:10px;
    margin-top:10px;
    display:block;
  }


  h1,h4{
    font-size:40px;
    font-weight:bold;
    font-family: "Ubuntu", sans-serif;
  }

  p{
    font-family: "Poppins", sans-serif;
    font-size:16px;
  }

  .footer-stepper {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 490px; /* mesma largura do mobile-frame */
    width: 100%;
    background: #fff;
    padding: 15px;
    text-align:center;
  }

  .label{
    background: linear-gradient(90deg, #b03020, #620d0c 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight:500;
    font-size:16px;
  }


  .content {
    padding-bottom: 90px;
  }

  .preview-text{
    font-style: italic;
    font-weight:bold;
    margin-bottom:20px;
  }

  @media (max-width: 520px) {
    .bs-stepper .step-trigger {
      padding:5px;
    }
    .bs-stepper-circle{
      background-color:#a4895e;
      margin:4px!important;
    }
  }
  
  .bs-stepper .step-trigger{
    font-size:14px;
    
  }

  .bs-stepper-circle{
    background-color:#a4895e;
    margin:-6px;
  }

  .active .bs-stepper-circle {
    background-color: #c1282e;
  }

  .box_final{
    aspect-ratio: 1 / 1; /* quadrado */
    min-height: 170px;
    background: linear-gradient(90deg, #b03020, #620d0c 70%);
    color:#fff;
    text-align:center;
    border-radius:15px;
    margin-top:30px;
    margin-bottom:14px;
    padding-top:35px;
  }

  .icone_claro{
    fill: #fff;
    max-width:70px;
    margin:none!important;
    width:45px!important;
  }

  .legenda_produto{
    font-size:14px;
    text-align:center;
    font-style:italic;
  }

  .wpp_load {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 5px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    border-radius: 10px;
    z-index: 999999;
  }

  .wpp_pulse {
    padding: 10px;
    border-radius: 20px;
    position: relative;
    background: rgb(71, 207, 115);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    -webkit-box-shadow: 0 0 0 0 rgb(71, 207, 115);
    box-shadow: 0 0 0 0 rgb(71, 207, 115);
    color: white;
    font-size: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
  }

  .wpp_pulse a{
    color:#fff;
  }

  .bot_voltar{
    color:#c1282e;
    font-size:12px;
    text-decoration: none;
  }

  .ganhe{
    font-size:19px;
    text-align:center;
  }
  .ganhe .fa{
    color:#47cf73;
  }