 /* -------------------------------------------------------------------
  * SESSAO 01 - ABRIR EMPRESA - MIGRAR EMPRESA
  * -----------------------------------------------------------------*/
 #empresa {
    padding: 5rem 0 0 0;
 }

 #empresa h2 {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 42px;
    padding-bottom: 1rem;
    text-align: center;
 }

 #empresa p {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 27px;
    padding-bottom: 2rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
 }

 #empresa h3 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 1.8rem;
 }

 #empresa .btn_theme_primary {
    font-size: 1.2rem;
    width: 200px;
    margin-top: 0rem !important;
 }



 @media(max-width:991px) {

    #empresa h3 br,
    #empresa p br {
       display: none;
    }
 }

 @media(max-width:549px) {

    #empresa p {
       font-weight: 500;
       font-size: 17px;
       line-height: 22px;
       padding-bottom: 2rem;
       text-align: center;
       width: 100%;
       margin: 0 auto;
    }

    #empresa h2 {
      font-weight: 700;
      font-size: 27px;
      line-height: 30px;
      padding-bottom: 1rem;
      text-align: center;
  }

    #empresa {
      padding: 2rem 1rem;
  }

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


 /*ABRIR EMPRESA*/

 #abrirempresa {
    padding: 5rem 0;
 }

 #abrirempresa h2 {
    font-weight: 700;
 }

 #abrirempresa p {
    font-weight: 500;
 }


 @media (max-width:550px) {

    #abrirempresa h2 {
       font-weight: 700;
       font-size: 25px;
       text-align: center;
       line-height: 26px;
    }

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

    #abrirempresa p {
       font-weight: 500;
       text-align: center;
    }

    #abrirempresa .btn_theme_primary {
       margin: 0 auto;
       display: block;
    }

 }

 /* -------------------------------------------------------------------
 * SESSAO 02 - OUTRAS SOLUÇÔES (MEI, ME)
 * -----------------------------------------------------------------*/
 #solucao {
    padding: 2rem 0 3rem 0;
 }

 #solucao h2 {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
 }

 #solucao article {
    border: 2px solid var(--color-font-dark);
    padding: 1rem;
    border-radius: 15px;
 }

 #solucao article img {
    max-height: 50px;
    margin-right: 1rem;
 }

 #solucao article h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
    color: var(--color-font-dark);
 }

 #solucao article:hover {
    transition: .5s;
    margin-top: 10px;
    background-color: var(--color-secondary);
 }

 @media(max-width:1199px) {
    #solucao article h3 {
       font-size: 1.1rem;
    }
 }

 @media(max-width:599px) {

   #solucao h2 {
      font-weight: 600;
      font-size: 1.35rem;
      text-align: center;
      width: 100%;
      margin: 0 auto;
  }

    #solucao {
       padding: 1rem 0 3rem 0;
    }

    #solucao article h3 br {
       display: none;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 03 - SERVIÇOS
 * -----------------------------------------------------------------*/
 #servicos {
    background: var(--color-primary);
    padding: 5rem;
    position: relative;
 }

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

 #servicos .pleft {
    padding-left: 0;
 }

 #servicos .pright {
    padding-right: 0;
 }

 #servicos h2 {
    font-weight: bold;
    margin-bottom: 4rem !important;
    font-size: 2.4rem;
    color: var(--color-font-light);
    /* padding: 0 1rem; */
    width: 60%;
    margin: 0 auto;
 }

 #servicos .container-servicos {
    position: relative;
 }

 #servicos .container-servicos .image-bg {
    position: relative;
 }

 #servicos .container-servicos .content {}

 #servicos article div {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: .7rem;
 }

 #servicos article div img {
    max-width: 35px;
    margin-right: 10px;
 }

 #servicos article div h3 {
    color: var(--color-font-light);
    font-size: 1.05rem;
    margin-bottom: 0 !important;
    font-weight: 600;
 }

 #servicos article p {
    color: var(--color-font-light);
    font-size: .85rem;
    font-weight: 400;
    line-height: 18px;
    width: 90%;
 }

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

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

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

 @media(max-width:767px) {

   #servicos article p {
      font-size: .9rem;
      font-weight: 400;
      line-height: 18px;
      width: 95%;
  }

   #servicos {
      padding: 2rem 1rem;
   }

   #servicos h2 {
     font-size: 2rem;
     width: 100%;
   }
    
 }

 @media(max-width:575px) {

    
 }


 /* -------------------------------------------------------------------
 * SESSAO 04 - SEGMENTOS(Atividades) e BENEFICIOS
 * -----------------------------------------------------------------*/
 #atividade {
    background: var(--color-secondary);
    padding: 5rem 0;
 }

 #atividade h2 {
    color: var(--color-font-light);
    font-weight: bold;
    margin-bottom: 1.5rem !important;
    font-size: 1.5rem;
 }

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

 #atividade ul li {
    font-size: 1.1rem;
    color: var(--color-font-light);
    display: flex;
    align-items: center;
    line-height: 22px;
    padding-bottom: 10px;
 }

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

 @media(max-width:991px) {
    #atividade h2 {
       font-size: 1.3rem;
    }

    #atividade ul li {
       font-size: 1rem;
    }
 }

 @media(max-width:767px) {
    #atividade .segmentos {
       margin-bottom: 3rem;
    }
 }

 @media (max-width:550px) {

    #atividade ul li {
       font-size: 15px;
       padding-bottom: 0px;
    }

    #atividade {
      padding: 2rem 1rem;
   }

 }


 /* -------------------------------------------------------------------
 * SESSAO 05 - PLANOS
 * -----------------------------------------------------------------*/
 #planos {
    padding: 5rem 0 2rem 0;
 }

 #planos h3 {
    font-weight: 700;
    font-size: 2rem;
 }

 #planos h4 {
    font-weight: 500;
    font-size: 1.2rem;
 }

 #planos .btn_theme_primary {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 8px 34px !important;
    margin-top: 0.8rem;
 }

 #planos .plano {
    margin-top: 1.5rem;
 }

 #planos .plano article {
    padding: 2rem;
    border: 1px solid #91b8d37a;
    border-radius: 1.5rem;
    background-color: var(--color-font-light);
 }

 #planos .plano article h3 {
    font-size: 1.25rem;
    line-height: 20px;
    font-weight: 600;
    color: var(--color-bg-plano);
 }

 #planos .plano article .valor {
    font-weight: 600;
    font-size: 1.95rem;
    letter-spacing: -2px;
    color: var(--color-font-dark);
 }

 #planos .plano article .small,
 small {
    font-size: 80%;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0px;
 }
 
 #planos .plano article h3.small{
    font-weight: 600;
    color: var(--color-secondary);
}

 #planos .plano article h3 .small,
 small {
    font-size: 80%;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0px;
 }

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

 #planos .plano article ul li {
    list-style-type: none;
    text-align: left;
    line-height: initial;
    font-size: 0.85rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.8rem;
 }

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

 #planos .plano .btn_theme_secondary {
    font-size: 0.85rem;
 }

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

 @media (max-width:575px) {

    #planos h4 {
       font-weight: 500;
       font-size: 1rem;
    }

    #planos {
      padding: 2rem 1rem;
  }

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

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


 /* -------------------------------------------------------------------
 * SESSAO 06 - SIMULADOR
 * -----------------------------------------------------------------*/
 #simulador {
    padding: 1rem 0 4rem;
 }

 #simulador h2 {
    font-weight: 700;
    font-size: 1.45rem;
    margin-bottom: .5rem;
 }

 #simulador p {
    font-weight: 600;
    margin-bottom: 1.5rem;
 }

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

 @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:550px) {

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

    #simulador p {
       font-weight: 500;
       margin-bottom: 1.5rem;
       line-height: 19px;
    }

    #simulador h2 {
       font-size: 24px;
    }

 }


 /* -------------------------------------------------------------------
 * SESSAO 07 - DEPOIMENTOS
 * -----------------------------------------------------------------*/
 #depoimentos {
    padding: 5rem 0;
 }

 #depoimentos h2 {
    font-weight: 600;
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
 }

 #depoimentos .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
    padding: 20px;
    border-radius: 1rem;
    background-color: var(--color-font-light);
 }

 #depoimentos .item p.text-box {
    text-align: center;
    font-size: .9rem;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 0;
 }

 #depoimentos .item p {
    margin: 0.5rem 0;
 }

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

 @media (max-width:550px) {

    #depoimentos h2 {
       font-size: 25px;
       font-weight: 700;
    }

 }


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

 #perguntas h2 {
    text-align: center;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
 }

 #perguntas .accordion {
    background: transparent;
    border: 0;
    padding: .5rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
 }

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

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

 #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: 1rem;
    font-weight: 500;
    color: var(--color-font-light);
    padding: 10px;
    /* margin-top: -10px; */
    background-color: var(--color-bg-plano);
    border-radius: 6px;
 }

 @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) {

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

    #perguntas h2 {
       font-size: 29px;
       margin-bottom: 1rem;
    }

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

    #perguntas .accordion p {
       font-size: 1rem;
       text-align: left;
       line-height: 19px;
    }

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


 /* -------------------------------------------------------------------
 * SESSAO 09 - NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
 #noticias {
   background: var(--color-primary);
   background: linear-gradient(173deg, #012F46 20%, rgb(236 99 11) 66%, rgb(236 99 11) 100%);
    padding: 4rem 0;
 }

 #noticias h2 {
    font-weight: 600;
    font-size: 2.2rem;
    color: var(--color-font-light);
 }

 #noticias article {
    margin-bottom: 1rem;
 }

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

 #noticias article span {
    background-color: var(--color-secondary);
    font-size: .8rem;
    border-radius: 6px;
    padding: 3px 12px;
    display: inline-block;
    margin-bottom: 8px;
 }

 #noticias article h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 6px 0 2px 0;
 }

 #noticias article p {
    font-weight: 500;
    font-size: .8rem;
    margin: 0.3rem 0 0;
 }

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

 #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:550px) {

    #noticias article h3 {
       font-size: 1rem;
       font-weight: 500;
       margin: 6px 0 2px 0;
    }

    #noticias {
       padding: 2rem;
    }

    #noticias h2 {
       font-weight: 600;
       font-size: 25px;
       color: var(--color-font-light);
       text-align: center;
    }

 }


 /* -------------------------------------------------------------------
 * SESSAO 10 - NEWSLETTER
 * -----------------------------------------------------------------*/
 #newsletter {
    background: var(--color-primary);
    padding: 2rem 0 4rem;
 }

 #newsletter h2 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0;
    color: var(--color-font-light);
 }

 #newsletter input {
    border: 2px solid var(--color-font-light);
    background: transparent;
    color: var(--color-font-light);
    max-width: 340px;
    padding: 30px;
    font-size: 1.2rem;
    text-align: center;
    border-radius: 10px;
    margin: 0 1.5rem 0 2rem;
 }

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

 #newsletter input::placeholder {
    font-weight: 600;
    color: var(--color-font-light);
 }

 #newsletter .btn_theme_secondary {
    font-weight: 600;
    color: var(--color-font-light) !important;
    padding: 16px 40px !important;
    font-size: 1.2rem;
 }

 @media (max-width:991px) {
    #newsletter h2 {
       font-size: 1.3rem;
    }

    #newsletter h2 br {
       display: none;
    }

    #newsletter input {
       max-width: 300px;
    }
 }

 @media (max-width:767px) {
    #newsletter form div {
       text-align: center;
    }

    #newsletter h2 {
       text-align: center;
       font-size: 1.5rem;
    }

    #newsletter input {
       margin: 1rem 10%;
       max-width: 80%;
    }
 }

 @media (max-width:575px) {

    #newsletter .btn_theme_secondary {
       font-weight: 500;
       color: var(--color-font-light) !important;
       padding: 7px 30px !important;
       font-size: 1rem;
    }

    #newsletter input {
       margin: 1rem 5%;
       max-width: 90%;
       font-size: 15px;
       font-weight: 500;
    }

    #newsletter h2 {
       text-align: center;
       font-size: 18px;
    }

    #newsletter input {
       margin: 1rem 5%;
       max-width: 90%;
    }
 }


 /* -------------------------------------------------------------------
 * SESSAO 11 - PARCEIROS
 * -----------------------------------------------------------------*/
 #parceiros {
    padding: 5rem 0;
 }

 #parceiros h3 {
    font-weight: 600;
    font-size: 1.9rem;
 }

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

 @media (max-width:767px) {
    #parceiros .btn_theme_primary {
       margin-bottom: 2rem;
    }
 }

 @media (max-width:575px) {

   #parceiros {
      padding: 5rem 0 0 0;
  }

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

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


 /* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
 #footer {
    padding-top: 3rem;
 }

 #footer h2 {
    font-weight: bold;
    margin-bottom: 3rem;
    font-size: 2.3rem;
 }

 #footer-container .contatos-group-button {
    background: var(--color-secondary);
    border-radius: 2rem;
    padding: 1rem;
 }

 #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: 70px;
 }

 #footer-container .contatos-group-button article h3 {
    color: var(--color-font-light);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 0 0;
 }

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

 #footer-container .contatos-group-social i {
    font-size: 65px;
    margin: 0 5px 1rem;
 }

 #footer-container .contatos-group-social i:hover {
    transition: .3s;
    color: var(--color-primary);
 }

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

 #footer-container .contatos-group-info strong {
    font-size: 1.1rem;
    font-weight: bold;
 }

 #footer-container .contatos-group-info p {
    display: block;
    margin-bottom: .2rem;
    font-size: 1rem;
 }


 /* Copy */
 #footer #copyright {
    background: var(--color-primary);
    padding-top: 1rem;
 }

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

 #footer #copyright p {
    font-size: .9rem;
    letter-spacing: 1px;
    margin: 0;
    color: var(--color-font-light) !important;
 }

 #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 {
       border-radius: 0;
    }

    #footer #copyright {
       border-radius: 0;
    }

    #footer-container .contatos-group-button article {
       margin-bottom: 2rem;
    }

   #footer #footer-container {
        padding: 1rem;
        clip-path: none;
    }

    #footer #copyright p {
       text-align: center;
       font-size: 0.8rem;
    }
 }

 @media(max-width:575px) {
    #footer h2 {
       font-size: 1.6rem;
    }
 }