:root {
    --TitleColor: #454545;
    --DescriptionColor: #616060;
    --BackgroundColor: #fbfbfb;
    --WhiteColor: #FFF;
    --YellowColor: #FFCD00;
  
    --TitleSize: cal(var(--DefaultSizeTypography) * 1.618);
    --DescriptionSize: var(--DefaultSizeTypography);
  
    --NavbarHeight: 5rem;
    --NavbarHeightMobile: 4rem;
  }
  
  .descriptions {
    margin-top: 7rem;
    margin-bottom: 4rem;
  }
  .descriptions .header {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header .alter_title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    color: #68abe5;
  }
  
  
  
  .description_buttons {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
  }
  .accept_cookies_button, .return_button {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin: 0;
    padding: 8px 16px;
    background-color: #68abe5;
    transition: .1s;
  } .accept_cookies_button {
    margin: 0 12px 0 0;
  } .accept_cookies_button:hover {
    cursor: pointer;
    background-color: #5595cd;
  }
  .return_button {
    cursor: pointer;
    background-color: #eaeaea;
  } .return_button:hover {
    background-color: #dfdfdf;
  } .return_button a {
    color: #a8a8a8;
    text-decoration: none;
  }
  
  
  
  .main_title:after {
    content:'';
    position: absolute;
    background-color: #45454520;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
  }
  
  
  .politica_de_privacidade, .termos_de_uso { margin-top: 12px; }
  
  
  .policy_wrapper, .termos_wrapper { margin: 30px 0 40px 0 !important; }
  
  .policy_wrapper h4, .termos_wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: var(--TitleColor);
  }
  
  .policy_wrapper .table_title {
    font-size: 14px;
    font-weight: bold;
    margin: 25px 0 12px 0;
    color: var(--TitleColor);
  }

  .homePageMobileButton{
    color: #fff;
  }


  .desc-como-fun{
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
  
  }

  .cards_passo{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cards_passo .card_passo:last-child{
    grid-column: span 2;
    justify-self: center;
  }

  @media (max-width: 770px){
    .cards_passo{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }

  .card_passo{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #efefef;
    margin: 25px;
    border-radius: 15px;
    padding: 15px;
  }

  .card_passo span{
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 15px;
    font-size: 30px;
    font-weight: 600;
}

.tittle_card{
  font-size: 23px;
  font-weight: bold;
}

.desc_card{
  color: #6a6a6a;
}

section{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}