  /* -------------------------------------------------------------------
 * SESSAO 01 - SERVIÇOS
 * -----------------------------------------------------------------*/
  #servicos {
     padding: 18% 0%;
     position: relative;
     background-color: var(--color-header);
     clip-path: circle(48.8% at 49% 50%);
  }

  #servicos .container-fluid {
     padding-top: 4rem;
     padding-bottom: 2rem;
  }

  #servicos h2 {
     font-weight: 700;
     margin-bottom: 1rem !important;
     font-size: 5rem;
     color: var(--color-primary);
     width: 70%;
     margin: 0 auto;
  }

  #servicos h4 {
     font-weight: 500;
     font-size: 2rem;
     color: var(--color-primary);
     width: 80%;
     margin: 0 auto;
     line-height: initial;
     padding: 1% 0% 5% 0%;
  }

  #servicos article {
     border: 2px solid #ffffff00;
     padding: 5%;
     border-radius: 15px;
     transition: 0.3s;
     display: flex;
     flex-direction: column;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: center;
     align-items: center;
  }

  #servicos article:hover {
     border: 2px solid var(--color-font-light);
     padding: 5%;
     border-radius: 15px;
     transform: scale(1.05);
     transition: 0.2s;
  }

  #servicos article img {
     text-align: center;
     margin: 0 auto;
     display: block;
     padding-bottom: 5%;
     width: 70px;
  }

  #servicos article div {
     margin-bottom: 0.7rem;
  }

  #servicos article div h3 {
     color: var(--color-primary);
     font-size: 1.55rem;
     font-weight: 700;
     margin-bottom: 0 !important;
     letter-spacing: 0px;
     /* padding-left: 10px; */
     text-align: center;
  }

  #servicos article p {
     color: var(--color-primary);
     font-size: 1rem;
     line-height: revert;
     font-family: sans-serif;
     text-align: center;
  }

  #servicos .btn {
     display: inline-block;
     font-weight: 600;
     color: var(--color-bg-plano);
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1.1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  #servicos button {
     background: var(--color-primary);
     color: #fff;
     font-size: 1.1rem;
     border-radius: 2.5em;
     padding: 5px 25px;
     position: relative;
     overflow: hidden;
     font-weight: 600;
     margin-top: 20px;
  }

  #servicos button::after {
     content: '';
     position: absolute;
     top: -50%;
     right: -50%;
     bottom: -50%;
     left: -50%;
     background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
     transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  #servicos button:hover::after,
  button:focus::after {
     animation: sheen 1s forwards;
  }

  @media(max-width:1024px) {

     #servicos {
        padding: 21% 0%;
        position: relative;
        background-color: var(--color-header);
        clip-path: circle(56.8% at 49% 50%);
     }

     #servicos h2 {
        font-weight: 700;
        margin-bottom: 1rem !important;
        font-size: 4rem;
        color: var(--color-primary);
        width: 100%;
        margin: 0 auto;
     }

     #servicos .container {
        max-width: 100%;
     }

     #servicos article div h3 {
        color: var(--color-primary);
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 0 !important;
        letter-spacing: 0px;
        /* padding-left: 10px; */
        text-align: center;
     }

  }


  @media(max-width:768px) {

     #servicos h2 {
        font-weight: 700;
        margin-bottom: 1rem !important;
        font-size: 3rem;
        color: var(--color-primary);
        width: 100%;
        margin: 0 auto;
     }

     #servicos h4 {
        font-weight: 500;
        font-size: 1.4rem;
        color: var(--color-primary);
        width: 80%;
        margin: 0 auto;
        line-height: initial;
        padding: 1% 0% 5% 0%;
     }
  }

  @media(max-width:450px) {

   #servicos {
      padding: 10% 0%;
      position: relative;
      background-color: var(--color-header);
      clip-path: none;
  }

  #servicos h2 {
   font-weight: 700;
   margin-bottom: 1rem !important;
   font-size: 30px;
   color: var(--color-primary);
   width: 100%;
   margin: 0 auto;
}

#servicos h4 {
   font-weight: 600;
   font-size: 20px;
   color: var(--color-primary);
   width: 80%;
   margin: 0 auto;
   line-height: initial;
   padding: 1% 0% 5% 0%;
}

     
  }



  /* -------------------------------------------------------------------
 * SESSAO 01 - PLANOS
 * -----------------------------------------------------------------*/
  #planos {
     padding: 2% 15% 2% 15%;
  }

  #planos h2 {
     font-weight: 700;
     margin-bottom: 2rem !important;
     font-size: 3.5rem;
     color: var(--color-font-light);
  }

  #planos .plano article {
     transition: 0.2s;
    background-color: var(--color-font-dark);
    border-radius: 10px;
    padding: 0% 0% 4% 0%;
    height: 537px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

  #planos p {
     color: #fff;
  }

  #planos .plano article:hover {
     transform: scale(1.06);
     transition: 0.4s;
     -webkit-transform: scale(1.06);
     -moz-transform: scale(1.06);
     -ms-transform: scale(1.06);
     -o-transform: scale(1.06);
  }

  #planos .plano article div {
    background: var(--color-font-light);
    padding: 6%;
    margin-bottom: 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}

  #planos .plano article h3 {
        font-size: 1.25rem;
    line-height: 20px;
    font-weight: 700;
    color: var(--color-primary);
    padding-bottom: 2%;
}

  #planos .plano article .valor {
     font-weight: 600;
     font-size: 1.1rem;
     margin-bottom: 0.6rem !important;
     color: var(--color-bg-plano);
     font-family: system-ui;
     letter-spacing: 0px;
     background-color: var(--color-primary-hover);
     width: auto;
     display: inline-block;
     padding: 2px 15px;
  }

  #planos .plano article ul {
     padding: 0% 6%;
  }

  #planos .plano article ul li {
     list-style-type: none;
    text-align: left;
    line-height: 1.6rem;
    color: var(--color-bg-plano);
    font-size: 0.8rem;
    padding: 3px 5px 3px 11px;
    display: flex;
    line-height: initial;
    align-items: center;
}

  #planos .plano article ul li i {
     font-size: 0.8rem;
     margin-right: 0.5rem;
     color: var(--color-font-light);
  }

  #planos .plano .btn_theme_secondary {
     width: 80%;
     padding: 6px 0rem !important;
     /* border-radius: 0rem !important; */
     background-color: var(--color-secondary2) !important;
     color: var(--color-bg-plano);
     font-size: 1rem;
     font-weight: 500 !important;
     margin-bottom: 20px;
  }

  #planos .plano .btn_theme_secondary:hover {
     background-color: #fff !important;
     color: var(--color-header) !important;
  }


  @media(max-width:768px) {

     #planos h2 {
        font-weight: 700;
        margin-bottom: 2rem !important;
        font-size: 2.5rem;
        color: var(--color-font-light);
     }

     #planos {
        padding: 10% 5%;
     }

     #planos .plano article {
        transition: 0.2s;
        background-color: var(--color-font-dark);
        border-radius: 10px;
        padding: 0% 0% 4% 0%;
        height: auto;
     }

  }


  @media(max-width:450px) {
	  
	  #planos p {
    color: #fff;
    font-size: 0.65rem;
    line-height: initial;
}

     #planos h2 {
        font-weight: 700;
        margin-bottom: 2rem !important;
        font-size: 2.2rem;
     }

     #planos {
        padding: 12% 5%;
     }


  }

  /* -------------------------------------------------------------------
  * SESSAO 02 - ABRIR EMPRESA - MIGRAR EMPRESA
  * -----------------------------------------------------------------*/
  #empresa {
     padding: 14% 0% 14% 0%;
     background-color: var(--color-bg-plano);
     clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
     /* clip-path: polygon(20% 0%, 80% 0%, 100% 10%, 100% 90%, 80% 100%, 20% 100%, 0% 90%, 0% 10%); */
  }

  #abrirempresa img {
     transition: 0.2s;
  }

  #abrirempresa img:hover {
     transform: scale(1.1);
     transition: 0.4s;
  }

  #empresa h3 {
     font-weight: 700;
     /* margin-bottom: 1rem !important; */
     font-size: 2.5rem;
     color: var(--color-secondary2);
     /* line-height: 47px; */
     /* font-family: sans-serif; */
     /* width: 100%; */
  }

  #migrarempresa h3 {
     font-weight: 800;
     margin-bottom: 1rem !important;
     font-size: 2.65rem;
     color: var(--color-header);
     line-height: 40px;
     font-family: sans-serif;
     width: 100%;
     text-align: right;
  }

  #migrarempresa img {
     width: 80%;
     transition: 0.2s;
  }

  #migrarempresa img:hover {
     transform: scale(1.1);
     transition: 0.4s;
  }

  #empresa .title_section h2 {
     font-weight: 700;
     font-size: 4.65rem;
     line-height: 78px;
     color: var(--color-primary);
     font-family: 'Poppins';
     width: 80%;
     text-align: center;
     margin: 0 auto;
     padding-bottom: 3%;
     /* text-transform: uppercase; */
     letter-spacing: -1px;
  }

  #empresa .title_section h4 {
     font-weight: 500;
     font-size: 1.65rem;
     line-height: initial;
     color: var(--color-primary);
     font-family: sans-serif;
     width: 80%;
     text-align: center;
     margin: 0 auto;
     padding-bottom: 4%;
     letter-spacing: -1px;
  }

  #empresa p {
     font-size: 1.3rem;
     line-height: initial;
     color: var(--color-font-dark);
     /* font-family: sans-serif; */
     font-weight: 500;
     width: 90%;
  }

  #migrarempresa p {
     font-size: 1.35rem;
     line-height: 27px;
     color: var(--color-font-dark);
     font-family: sans-serif;
     font-weight: 600;
     text-align: right;
  }

  #abrirempresa .btn {
     display: inline-block;
     font-weight: 600;
     color: var(--color-bg-plano);
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1.8rem;
     line-height: 1;
     border-radius: 0.25rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  #abrirempresa button {
     background: var(--color-font-dark);
    color: #fff;
    font-size: 1.45rem;
    border-radius: 2.5em;
    padding: 11px 35px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    margin-top: 20px;
}

  #abrirempresa button::after {
     content: '';
     position: absolute;
     top: -50%;
     right: -50%;
     bottom: -50%;
     left: -50%;
     background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
     transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  #abrirempresa button:hover::after,
  button:focus::after {
     animation: sheen 1s forwards;
  }

  #migrarempresa .btn {
     display: inline-block;
     font-weight: 600;
     color: var(--color-bg-plano);
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1.1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  #migrarempresa button {
     background: var(--color-secondary2);
     color: #fff;
     font-size: 1.1rem;
     border-radius: 2.5em;
     padding: 5px 25px;
     position: relative;
     overflow: hidden;
     font-weight: 600;
     margin-top: 20px;
     float: right;
  }

  #migrarempresa button::after {
     content: '';
     position: absolute;
     top: -50%;
     right: -50%;
     bottom: -50%;
     left: -50%;
     background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
     transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  #migrarempresa button:hover::after,
  button:focus::after {
     animation: sheen 1s forwards;
  }

  #empresa #migrarempresa {
     margin-top: 4rem;
  }

  @media(max-width:1024px) {

     #abrirempresa .btn {
        display: inline-block;
        font-weight: 600;
        color: var(--color-bg-plano);
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     }

     #empresa p {
        font-size: 1.125rem;
        line-height: initial;
        color: var(--color-font-dark);
        /* font-family: sans-serif; */
        font-weight: 500;
        width: 100%;
     }

     #empresa h3 {
        font-weight: 700;
        /* margin-bottom: 1rem !important; */
        font-size: 1.85rem;
        color: var(--color-secondary2);
        /* line-height: 47px; */
        /* font-family: sans-serif; */
        /* width: 100%; */
     }

     #empresa .title_section h2 {
        font-weight: 700;
        font-size: 3rem;
        line-height: 52px;
        color: var(--color-primary);
        font-family: 'Poppins';
        width: 80%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 3%;
        /* text-transform: uppercase; */
        letter-spacing: -1px;
     }

  }

  @media(max-width:768px) {


     #empresa h3 {
        font-weight: 700;
        /* margin-bottom: 1rem !important; */
        font-size: 2.3rem;
        color: var(--color-secondary2);
        /* line-height: 47px; */
        /* font-family: sans-serif; */
        /* width: 100%; */
     }

     #abrirempresa button {
        background: var(--color-font-dark);
        color: #fff;
        font-size: 1.1rem;
        border-radius: 2.5em;
        padding: 5px 25px;
        position: relative;
        overflow: hidden;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 30px;
     }

     #empresa {
        text-align: center;
        padding: 9% 5%;
        background-color: var(--color-bg-plano);
        clip-path: none;
        /* clip-path: polygon(20% 0%, 80% 0%, 100% 10%, 100% 90%, 80% 100%, 20% 100%, 0% 90%, 0% 10%); */
     }

  }

  @media(max-width:450px) {

     #empresa {
        padding: 14% 0% 14% 0%;
        background-color: var(--color-bg-plano);
        clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
        /* clip-path: polygon(20% 0%, 80% 0%, 100% 10%, 100% 90%, 80% 100%, 20% 100%, 0% 90%, 0% 10%); */
     }

     #empresa .title_section h2 {
        font-weight: 700;
        font-size: 2rem;
        line-height: 38px;
        color: var(--color-primary);
        font-family: 'Poppins';
        width: 90%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 3%;
        /* text-transform: uppercase; */
        letter-spacing: -1px;
     }

     #empresa h3 {
        font-weight: 700;
        /* margin-bottom: 1rem !important; */
        font-size: 2rem;
        color: var(--color-secondary2);
        /* line-height: 47px; */
        /* font-family: sans-serif; */
        /* width: 100%; */
        text-align: center;
     }

     #empresa p {
        font-size: 1.1rem;
        line-height: initial;
        color: var(--color-font-dark);
        /* font-family: sans-serif; */
        font-weight: 500;
        width: 90%;
        text-align: center;
        margin: 0 auto;
     }

     #abrirempresa .btn {
        display: inline-block;
        font-weight: 600;
        color: var(--color-bg-plano);
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1.2rem;
        line-height: 1;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     }

     #abrirempresa button {
        background: var(--color-font-dark);
        color: #fff;
        font-size: 1.1rem;
        border-radius: 2.5em;
        padding: 5px 25px;
        position: relative;
        overflow: hidden;
        font-weight: 600;
        margin-top: 20px;
        margin: 0 auto;
        display: block;
        margin-top: 5%;
        margin-bottom: 5%;
     }



  }


  /* -------------------------------------------------------------------
 * SESSAO 03 - OUTRAS SOLUÇÔES (MEI, ME)
 * -----------------------------------------------------------------*/
  #solucao {
     padding: 4% 18%;
  }

  #solucao h2 {
     font-weight: 700;
     font-size: 2.25rem;
     margin-bottom: 0.5rem;
     text-align: center;
     color: var(--color-font-dark);
     /* font-family: sans-serif; */
  }

  #solucao p {
     font-weight: 500;
     text-align: center;
     font-size: 1.85rem;
     font-weight: 800;
     color: var(--color-font-dark);
  }

  #solucao a {
     color: #fff;
  }

  #solucao .btn {
     display: inline-block;
     font-weight: 600;
     color: var(--color-bg-plano);
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1.1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  #solucao button {
     background: var(--color-primary);
     color: #fff;
     font-size: 1.45rem;
     border-radius: 2.5em;
     padding: 10px 25px;
     position: relative;
     overflow: hidden;
     font-weight: 600;
     margin-top: 20px;
     width: 100%;
     border: 0;
  }

  #solucao button::after {
     content: '';
     position: absolute;
     top: -50%;
     right: -50%;
     bottom: -50%;
     left: -50%;
     background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
     transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  #solucao button:hover::after,
  button:focus::after {
     animation: sheen 1s forwards;
  }

  #solucao article h3:hover {
     transition: .5s;
     background-color: var(--color-primary-hover);
     color: var(--color-primary);
  }

  @media(max-width:1199px) {

     #solucao {
        padding: 4% 0%;
     }

     #solucao article h3 {
        font-size: 1.1rem;
        padding: 2%;
     }

     #solucao h2 {
        font-weight: 700;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        text-align: center;
        color: var(--color-font-dark);
        /* font-family: sans-serif; */
     }
  }

  @media(max-width:768px) {

     #solucao {
        padding: 16% 10%;
        background-color: var(--color-bg-plano);
        clip-path: polygon(0 15%, 100% 0%, 100% 87%, 0% 100%);
     }

  }

  @media(max-width:450px) {

     #solucao button {
        color: #fff;
        font-size: 1.2rem;
        border-radius: 2.5em;
        padding: 10px 25px;
        position: relative;
        overflow: hidden;
        font-weight: 600;
        margin-top: 20px;
        width: 100%;
        border: 0;
     }

     #solucao article h3 br {
        display: none;
     }

     #solucao h2 {
        font-weight: 800;
        font-size: 1.45rem;
        margin-bottom: 0.5rem;
        text-align: center;
        color: var(--color-font-dark);
        font-family: sans-serif;
        line-height: 24px;
     }

     #solucao article h3 {
        font-size: 1.1rem;
        padding: 4%;
        font-weight: 600;
     }

     #solucao {
        padding: 16% 10%;
        background-color: var(--color-bg-plano);
        clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
     }
  }


  /* -------------------------------------------------------------------
 * SESSAO 06 - SIMULADOR
 * -----------------------------------------------------------------*/
  #simulador {
     padding: 2rem 0 6rem;
  }

  #simulador h2 {
     font-weight: 700;
     font-size: 1.75rem;
     margin-bottom: 2rem;
     text-align: center;
     color: var(--color-bg-plano);
  }

  #simulador p {
     font-weight: 500;
     margin-bottom: 1.5rem;
     text-align: center;
     font-size: 1.1rem;
     color: var(--color-bg-plano);
  }

  #simulador .btn_theme_primary {
     min-width: 30%;
     padding: 10px 30px !important;
     font-size: 1.3rem;
     background-color: var(--color-font-dark);
  }

  #simulador .btn_theme_primary:hover {
     transform: scale(1.1);
     color: var(--color-font-light) !important;
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
  }

  @media (max-width:1024px) {

     #simulador {
        padding: 2rem 0 1rem;
     }

  }

  @media (max-width:767px) {
     #simulador h2 {
        font-size: 2rem;
     }

     #simulador .btn_theme_primary {
        min-width: 260px;
        font-size: 1.2rem;
        margin: .5rem 0;
     }
  }

  @media (max-width:450px) {

     #simulador h2 {
        font-size: 1.45rem;
        line-height: 27px;
     }

     #simulador p {
        font-weight: 500;
        margin-bottom: 1.5rem;
        text-align: center;
        font-size: 0.95rem;
        color: var(--color-bg-plano);
        width: 80%;
        margin: 0 auto;
        line-height: initial;
        padding-bottom: 5%;
     }

     #simulador .btn_theme_primary {
        min-width: 80%;
        font-size: 1rem;
        margin: 4px 0;
     }

  }

  /* -------------------------------------------------------------------
 * SESSAO 04 - SEGMENTOS(Atividades) e BENEFICIOS
 * -----------------------------------------------------------------*/
  #atividade {
     padding: 4% 10% 5% 10%;
  }

  #atividade img {
     width: 60%;
  }

  #atividade h2 {
     font-weight: 800;
     margin-bottom: 1rem !important;
     font-size: 3rem;
     color: var(--color-header);
     line-height: 53px;
     font-family: sans-serif;
     width: 60%;
     text-align: center;
     letter-spacing: -1px;
     margin: 0 auto;
     padding-bottom: 4%;
  }

  #atividade h3 {
     color: var(--color-bg-plano);
     font-weight: 600;
     margin-bottom: 1.5rem !important;
     font-size: 1.4rem;
     font-family: sans-serif;
     background-color: var(--color-primary);
     width: auto;
     display: inline-block;
     padding: 14px;
     border-radius: 8px;
     margin: 0 auto;
     display: block;
     text-align: center;
  }

  #atividade ul {
     list-style: none;
     margin: 0;
     padding: 0;
  }

  #atividade ul li {
     font-size: 1.15rem;
     color: var(--color-font-light);
     display: flex;
     align-items: center;
     line-height: initial;
     font-weight: 500;
     display: flex;
  }

  #atividade ul li i {
     margin-right: 10px;
     font-size: 17px;
     color: var(--color-bg-plano);
  }

  @media(max-width:991px) {}

  @media(max-width:767px) {
     #atividade h2 {
        font-weight: 800;
        margin-bottom: 1rem !important;
        font-size: 2.5rem;
        color: var(--color-header);
        line-height: 44px;
        font-family: sans-serif;
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
        margin: 0 auto;
        padding-bottom: 4%;
     }

     #atividade .segmentos {
        margin-bottom: 5%;
     }
  }

  @media(max-width:450px) {

   #atividade {
      padding: 15% 5%;
  }

     #atividade h2 {
        font-weight: 700;
        margin-bottom: 1rem !important;
        font-size: 1.8rem;
        color: var(--color-header);
        line-height: 31px;
        /* font-family: sans-serif; */
        width: 100%;
        text-align: center;
        letter-spacing: -1px;
        margin: 0 auto;
        padding-bottom: 4%;
     }

     #atividade .segmentos {
        padding-bottom: 5%;
     }

  }

  /* -------------------------------------------------------------------
 * SESSAO 07 - DEPOIMENTOS
 * -----------------------------------------------------------------*/
  #depoimentos {
     padding: 23% 10%;
     clip-path: circle(48.8% at 49% 50%);
     background-color: var(--color-header);
  }

  #depoimentos h2 {
     font-weight: 700;
     margin-bottom: 3rem !important;
     font-size: 4rem;
     color: var(--color-font-dark);
     /* font-family: sans-serif; */
  }

  #depoimentos .item {
         display: inline-flex;
    /* flex-wrap: nowrap; */
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
    border-radius: 1rem;
    flex-direction: column;
    align-content: center;
}

  #depoimentos .item p.text-box {
     text-align: center;
    font-size: 0.9rem;
    /* font-style: italic; */
    font-weight: 500;
    margin-bottom: 0;
    line-height: 19px;
    color: var(--color-font-dark);
    font-family: 'Poppins';
}

  #depoimentos .item p {
     margin: 0.5rem 0;
     color: var(--color-secondary2);
     font-weight: 600;
  }

  #depoimentos .bt-depoimento .btn {
     display: inline-block;
     font-weight: 600;
     color: var(--color-bg-plano);
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1.1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  #depoimentos .bt-depoimento button {
     background: var(--color-font-dark);
     color: #fff;
     font-size: 1.1rem;
     border-radius: 2.5em;
     padding: 5px 25px;
     position: relative;
     overflow: hidden;
     font-weight: 600;
     margin-top: 20px;
  }

  #depoimentos .bt-depoimento button::after {
     content: '';
     position: absolute;
     top: -50%;
     right: -50%;
     bottom: -50%;
     left: -50%;
     background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
     transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  #depoimentos .bt-depoimento button:hover::after,
  button:focus::after {
     animation: sheen 1s forwards;
  }

  @media(max-width:767px) {

     #depoimentos {
        padding: 8%;
        clip-path: circle(58.8% at 49% 50%);
        background-color: var(--color-header);
     }

     #depoimentos h2 {
        font-size: 2rem;
     }
  }

  @media(max-width:450px) {
	  
	  #depoimentos .item p.text-box {
    text-align: center;
    font-size: 1rem;
    /* font-style: italic; */
    font-weight: 500;
    margin-bottom: 0;
    line-height: initial;
    color: var(--color-font-dark);
}
	  
	  #depoimentos .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    margin: 0 0rem;
    border-radius: 1rem;
    align-content: space-around;
    flex-direction: column;
}

     #depoimentos {
        padding: 10% 5%;
        clip-path: none;
        margin-bottom: 80px;
     }
	 
	 #depoimentos h2 {
    font-size: 2rem;
    margin-bottom: 1rem !important;
}

#depoimentos .bt-depoimento button {
    background: var(--color-font-dark);
    color: #fff;
    font-size: 1.1rem;
    border-radius: 2.5em;
    padding: 5px 25px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    margin-top: 0px;
}

  }


  /* -------------------------------------------------------------------
 * SESSAO 08 - PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
  #perguntas {
     padding: 0 0 4rem 0;
  }

  #perguntas h2 {
     font-weight: 700;
     margin-bottom: 2rem !important;
     font-size: 3rem;
     color: var(--color-font-dark);
     /* font-family: sans-serif; */
     margin: 0 auto;
     text-align: center;
     padding-top: 7%;
  }

  #perguntas .accordion {
     background: #fff0;
     border: 0;
     padding: 0.5rem 1rem;
     text-align: left;
     display: flex;
     align-items: center;
  }

  #perguntas .accordion p {
     margin-bottom: 0;
     font-weight: 600;
     font-size: 1.2rem;
  }

  #perguntas .accordion i {
     font-size: 22px;
     margin-right: 12px;
     color: var(--color-primary);
  }

  #perguntas button:focus {
     outline: 0px !important;
  }

  #perguntas .panel {
     display: none;
     margin-top: -0.1rem;
     margin-bottom: 1rem;
     padding: 0 1.3rem;
  }

  #perguntas .panel p {
     margin-bottom: 0 !important;
     font-size: 1.2rem;
     font-weight: 500;
     padding-left: 29px;
     margin-top: 10px;
     color: var(--color-secondary2);
  }

  @media(max-width:767px) {
     #perguntas h2 {
        font-size: 2rem;
     }

     #perguntas .accordion p {
        font-size: 1.2rem;
     }

     #perguntas .panel p {
        font-size: 1.2rem;
     }
  }

  @media(max-width:575px) {
	  
	  #depoimentos {
    padding: 10% 2%;
    clip-path: none;
    margin-bottom: 80px;
}
	  
	  #perguntas h2 {
    font-size: 2rem;
    padding-bottom: 0%;
}

     #perguntas .accordion p {
        font-size: 1rem;
     }

     #perguntas .panel p {
        font-size: 1rem;
     }

  }


  /* -------------------------------------------------------------------
 * SESSAO 09 - NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
  #noticias {
     padding: 0% 0% 6% 0%;
  }

  #noticias h2 {
     font-weight: 700;
     margin-bottom: 1rem !important;
     font-size: 4rem;
     text-align: center;
     color: var(--color-bg-plano);
     /* font-family: sans-serif; */
     /* text-transform: uppercase; */
  }

  #noticias article {
     margin-bottom: 1rem;
     background-color: var(--color-bg-plano);
     padding: 8%;
     border-radius: 15px;
  }

  #noticias article span,
  #noticias article h3,
  #noticias article p {
     color: var(--color-font-dark);
  }

  #noticias article span {
     background-color: var(--color-secondary2);
     font-size: .8rem;
     border-radius: 6px;
     padding: 3px 12px;
     display: inline-block;
     margin-bottom: 8px;
     color: var(--color-bg-plano);
     font-weight: 500;
     font-family: sans-serif;
  }

  #noticias article h3 {
     font-size: 1.35rem;
     font-weight: 700;
     margin: 0 auto;
     padding: 2% 0%;
  }

  #noticias article p {
     font-weight: 500;
     font-size: .75rem;
     margin: 0.3rem 0 0;
     color: var(--color-font-light);
  }

  #noticias article .image-cover {
     position: relative;
     padding: 0 !important;
     height: auto;
  }

  #noticias article .image-cover img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
     transition: 1s;
  }

  #noticias .artigos article,
  #noticias .blog article {
     min-height: 260px;
  }

  @media (max-width:1024px) {}

  @media (max-width:768px) {

     #noticias h2 {
        font-weight: 700;
        margin-bottom: 0rem !important;
        font-size: 3rem;
        text-align: center;
        color: var(--color-bg-plano);
        /* font-family: sans-serif; */
        /* text-transform: uppercase; */
        padding-top: 11%;
     }

  }

  @media (max-width:450px) {

     #noticias h2 {
        font-weight: 800;
        margin-bottom: 0rem !important;
        font-size: 1.75rem;
        text-align: center;
        font-family: sans-serif;
        letter-spacing: -1px;
        padding-top: 0%;
     }

     #noticias article h3 {
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0 auto;
        padding: 2% 0%;
     }
  }

  /* -------------------------------------------------------------------
 * SESSAO 11 - PARCEIROS
 * -----------------------------------------------------------------*/
  #parceiros {
     padding: 15% 0%;
     background-color: var(--color-bg-plano);
     clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0% 100%);
  }

  #parceiros img {
     width: 80%;
     transition: 0.2s;
  }

  #parceiros img:hover {
     transform: scale(1.1);
     transition: 0.4s;
  }

  #parceiros .img_parceiros img {
     background-color: var(--color-bg-plano);
     border-radius: 15px;
     padding: 2%;
  }

  #parceiros h2 {
     font-weight: 700;
     margin-bottom: 1rem !important;
     font-size: 4rem;
     text-align: center;
     /* font-family: sans-serif; */
     color: var(--color-font-dark);
     /* text-transform: uppercase; */
  }

  #parceiros h3 {
     font-weight: 600;
     font-size: 1.45rem;
     color: var(--color-font-dark);
     padding-bottom: 4%;
     text-align: center;
  }

  #parceiros .bt-parceiros .btn {
     display: inline-block;
     font-weight: 600;
     color: var(--color-bg-plano);
     text-align: center;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1.1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

	#parceiros .bt-parceiros {
		 background: var(--color-font-dark);
	color: #fff;
	font-size: 1.1rem;
	border-radius: 2.5em;
	padding: 5px 25px;
	font-weight: 600;
	margin: 0 auto;
	display: block;
	width: 18%;
	}

	#parceiros .bt-parceiros:hover {
	background: #898989;
	color: #fff;
	}

  @media (max-width:991px) {
     #parceiros h3 br {
        display: none;
     }
  }

  @media (max-width:767px) {

     #parceiros h2 {
        font-weight: 700;
        margin-bottom: 1rem !important;
        font-size: 3rem;
        text-align: center;
        /* font-family: sans-serif; */
        color: var(--color-font-dark);
        /* text-transform: uppercase; */
     }

     #parceiros {
        padding: 6%;
        background-color: var(--color-bg-plano);
        clip-path: none;
     }

     #parceiros .btn_theme_primary {
        margin-bottom: 2rem;
     }

     #parceiros .img_parceiros img {
        width: 100%;
     }
  }

  @media (max-width:575px) {
	  
	  #parceiros .bt-parceiros {

    width: auto;
}

     #parceiros h3 {
        font-size: 1.6rem;
     }

     #parceiros .btn_theme_primary {
        font-size: 1.2rem;
     }
  }

  @media (max-width:450px) {

   #parceiros h2 {
      font-weight: 700;
      margin-bottom: 1rem !important;
      font-size: 30px;
      text-align: center;
      /* font-family: sans-serif; */
      color: var(--color-font-dark);
      /* text-transform: uppercase; */
  }
  #parceiros h3 {
   font-size: 18px;
}

     
  }

  /* -------------------------------------------------------------------
 * SESSAO 10 - NEWSLETTER
 * -----------------------------------------------------------------*/
  #newsletter {
     padding: 6rem 0 3rem;
  }

  #newsletter h2 {
     font-weight: 700;
     font-size: 2.15rem;
     margin-bottom: 0;
     text-transform: inherit;
  }

  #newsletter input {
     background: var(--color-bg-plano);
     max-width: 460px;
     padding: 30px;
     font-size: 1.2rem;
     text-align: center;
     border-radius: 90px;
     margin: 0 auto;
     margin-bottom: 10px;
  }

  #newsletter input:focus,
  #newsletter input:active {
     box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
  }

  #newsletter input::placeholder {
     font-weight: 500;
     color: var(--color-font-dark);
  }

  #newsletter .btn_theme_primary {
     padding: 8px 40px !important;
     font-size: 1.4rem;
     border-radius: 10px !important;
     background-color: var(--color-header);
     border: 3px solid var(--color-secondary2);
  }

  #newsletter .btn_theme_primary:hover {
     background-color: var(--color-secondary);
  }

  @media (max-width:991px) {}

  @media (max-width:767px) {}

  @media (max-width:450px) {}



  /* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
  #footer {
     padding: 2% 0% 0% 0%;
  }

  #footer h2 {
     font-weight: 700;
     margin-bottom: 3rem;
     font-size: 4rem;
     color: var(--color-bg-plano);
     width: 90%;
     margin: 0 auto;
     line-height: 66px;
     padding-bottom: 4%;
  }

  #footer-container .contatos-group-button {
     border-radius: 30px;
     padding: 2%;
     /* border: 2px solid var(--color-bg-plano); */
     background-color: var(--color-font-dark);
  }

  #footer-container .contatos-group-button article {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     text-align: center;
     padding: 1rem;
  }

  #footer-container .contatos-group-button article img {
     max-height: 100px;
     transition: 0.4s;
  }

  #footer-container .contatos-group-button article img:hover {
     transform: scale(1.1);
     transition: 0.3s;
  }

  #footer-container .contatos-group-button article h3 {
     color: var(--color-bg-plano);
     font-size: 1.55rem;
     font-weight: 700;
     margin: 0 auto;
     padding: 4px 0px;
  }

  #footer-container .contatos-group-social {
     padding: 2rem 0 1rem;
  }

  #footer-container .contatos-group-social i {
     font-size: 6rem;
     margin: 0 5px 1rem;
     color: var(--color-bg-plano);
     transition: .3s;
  }

  #footer-container .contatos-group-social i:hover {
     transform: scale(1.05);
     transition: .3s;
  }

  #footer-container .contatos-group-info {
     margin: 1rem 0 3rem;
  }

  #footer-container .contatos-group-info strong {
     font-size: 1.2rem;
     font-weight: 500;
     color: var(--color-bg-plano);
     background-color: var(--color-font-dark);
     padding: 2px 15px;
     border-radius: 5px;
  }

  #footer-container .contatos-group-info p {
     display: block;
     margin-bottom: 0.2rem;
     font-size: 1.1rem;
     color: var(--color-bg-plano);
     font-weight: 500;
     line-height: initial;
     font-family: 'Poppins';
  }

  /* Copy */
  #footer #copyright {
     background: var(--color-bg-plano);
  }

  #footer #copyright .container {
     padding: 1.2rem 0 1.5rem 0;
  }

  #footer #copyright p {
     font-size: .8rem;
     letter-spacing: 0px;
     margin: 0;
     color: var(--color-font-dark) !important;
     font-weight: 600;
     font-family: sans-serif;
  }

  #footer #copyright .selos {
     padding-left: 3rem;
     padding-right: 3rem;
  }

  #footer #copyright .selos a {
     color: var(--color-font-light);
  }

  #footer #copyright .selos .d-flex p {
     font-size: 0.6rem;
     text-transform: uppercase;
     margin: 0 0 9px 0;
  }

  #footer #copyright .selos img {
     max-height: 35px;
  }


  @media (max-width:991px) {
     #footer h2 br {
        display: none;
     }
  }

  @media (max-width:767px) {

   #footer {
      padding: 8% 0% 0% 0%;
  }

   #footer h2 {
      font-weight: 700;
      margin-bottom: 3rem;
      font-size: 3rem;
      color: var(--color-bg-plano);
      width: 100%;
      margin: 0 auto;
      line-height: 49px;
      padding-bottom: 4%;
  }

  }

  @media (max-width:450px) {

     #footer {
        padding: 2% 0%;
     }

     #footer-container {
        padding: 5%;
     }

     #footer h2 {
        font-weight: 700;
        margin-bottom: 3rem;
        font-size: 2.2rem;
        width: 100%;
        margin: 0 auto;
        line-height: 38px;
        padding-bottom: 4%;
        padding-top: 11%;
     }


  }