
/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
#beneficio {
    padding: 5% 0%;
}

#beneficio h2 {
    font-weight: 600;
    margin: 3% 0% 1% 0%;
    font-size: 3rem;
    line-height: 49px;
    font-weight: 700;
}

#beneficio p {
    font-weight: 500;
    font-size: 1.35rem;
    line-height: initial;
    color: var(--dark);
    padding: 1% 0%;
}

#beneficio div,
#contabil p {
    font-size: 1rem !important;
}

@media(max-width: 767px) {
    #beneficio h2 br {
        display: none;
    }
    #beneficio img{display:none;}
}

@media(max-width: 450px) {

#beneficio h2 {
    font-weight: 600;
    margin: 3% 0% 3% 0%;
    font-size: 1.5rem;
    line-height: initial;
    font-weight: 700;
}
#beneficio p {
    font-weight: 500;
    font-size: 1.15rem;
    line-height: initial;
    color: var(--dark);
    padding: 1% 0%;
}
}

/* -------------------------------------------------------------------
 * CONTÁBIL
 * -----------------------------------------------------------------*/
#vantagem {
    padding: 4% 7%;
    /*background-color: var(--color-span-artigo);*/
        background-color: var(--color-font-dark);
    width: 80%;
    margin: 0 auto;
    border-radius: 140px;
    margin-bottom: 8%;
}

#vantagem h2 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 2rem;
    width: 90%;
    color: var(--color-font-light);
}

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

#vantagem ul li {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin: 0rem 0;
    font-weight: 600;
    color: var(--color-font-light);
    line-height: initial;
    padding-bottom: 12px;
}

#vantagem ul li i {
    color: var(--color-font-light);
    margin-right: 0.8rem;
    font-size: .6rem;
}

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

@media(max-width: 450px) {
#vantagem {
    padding: 4% 7%;
    /* background-color: var(--color-span-artigo); */
    background-color: var(--color-font-dark);
    width: 90%;
    margin: 0 auto;
    border-radius: 40px;
    margin-bottom: 8%;
}
#vantagem h2 {
    font-weight: 600;
    margin-bottom: 2rem !important;
    font-size: 1.5rem;
    width: 100%;
    color: var(--color-font-light);
}
}

/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    /*background-image: linear-gradient(to top, #003da8, #007bd90d), url(../img/bg1.jpg);*/
        background-image: linear-gradient(to top, #f4f1de00, #e07b5f00), url(../img/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: auto;
    padding: 7% 0%;
}

#servicos h2 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 3rem;
    width: 70%;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    line-height: 50px;
    padding-bottom: 3%;
    float: left;
}

#servicos ul {
    list-style: none;
}

#servicos ul li {
    font-weight: 600;
    padding: 2px 0px;
    transition: 0.2s;
    color: var(--color-box-depoimento);
    font-size: 1.3rem;
}

#servicos ul li:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

#servicos ul li i {
    color: var(--color-primary-hover);
    margin-right: 0.5rem;
}


@media(max-width: 450px) {

    #servicos {
        padding: 17% 6%;
    }
    #servicos h2 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 2.5rem;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    line-height: initial;
    padding-bottom: 3%;
    float: left;
}
    #servicos ul li {
        font-weight: 600;
        padding: 2px 0px;
        transition: 0.2s;
        color: var(--color-box-depoimento);
        font-size: 1rem;
    }
    #servicos ul {
    list-style: none;
    margin-left: -40px;
}


}


/* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/
#planos {
    padding: 3rem 0 1rem 0;
}

#planos h2 {
    font-weight: 600;
    margin-bottom: 2.5rem !important;
    font-size: 2rem;
    width: 70%;
    text-align: center;
    margin: 20px auto;
}

#simulador h4 {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 auto;
    padding-bottom: 11px;
    width: 80%;
}

#planos .beneficio h3 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 1.35rem;
    color: var(--color-font-dark);
}

#planos .beneficio ul {
    list-style: none;
    padding-left: 0;
}

#planos .beneficio ul li {
    padding: 8px 0;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--color-font-dark);
}

#planos .beneficio ul li i {
    color: var(--color-secondary);
    margin-right: 0.3rem;
}

#planos .plano div {
    padding: 1.5rem 0;
    border: solid 1px #9d9d9d42;
    border-radius: 10px;
    transition: 0.2s;
    background-color: #b4d2e70d;
}

#planos .plano div:hover {
    transform: scale(1.1);
    transition: 0.4s;
    background-color: #f1faff;
}

#planos .plano div h3 {
    font-weight: 600;
}

#planos .plano div .valor {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--color-primary);
    display: flex;
    justify-content: center;
}

#planos .plano div .valor .big {
    font-size: 3.25rem;
    color: var(--color-primary);
    line-height: 2.2rem;
    margin-left: 3px;
}

#planos .plano div .valor .small {
    font-size: 1.3rem;
    color: var(--color-primary);
    line-height: 4rem;
}

#planos .plano div hr {
    width: 86%;
    margin: .8rem 7% .7rem;
}

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

#planos .plano div ul li {
    list-style-type: none;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-font-dark);
}

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

@media (max-width:1199px) {
    #planos .beneficio ul {
        display: flex;
        flex-wrap: wrap;
    }

    #planos .beneficio ul li {
        min-width: 300px;
    }
}

@media (max-width:768px) {
    #planos h2 br {
        display: none;
    }
    #planos {
    padding: 5%;
    }
}


/* -------------------------------------------------------------------
 * SIMULADOR
 * -----------------------------------------------------------------*/
#simulador {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fbfdfe;
    width: 60%;
    margin: 30px auto;
    border-radius: 90px;
    border: 1px solid #8397ab54;
}

#simulador h2 {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: right;
    margin-right: 2rem;
}

#simulador .btn_theme_primary {
    font-weight: 500;
}

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

@media (max-width:767px) {
    #simulador h2 {
        text-align: center;
    }
    #simulador {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fbfdfe;
    width: 90%;
    margin: 30px auto;
    border-radius: 30px;
    border: 1px solid #8397ab54;
}
}


/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR / MIGRAR EMPRESA)
 * -----------------------------------------------------------------*/
#contabilidade {
    /*background-image: linear-gradient(to top, #005ea1ba, #5e162f00), url(../img/bg2.jpg);*/
        background-image: linear-gradient(to top, #42071cba, #5e162f00), url(../img/bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    padding: 7% 10%;
}

#contabilidade h2 {
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    color: var(--color-font-light);
    padding-bottom: 2rem;
    width: 70%;
    margin: 0 auto;
}

#contabilidade h3 {
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
    color: var(--color-font-light);
}

#contabilidade article {
    background-color: #ad664400;
    padding: 7% 3%;
    border-radius: 21px;
    display: flex!important;
    flex-direction: column!important;
    flex-wrap: wrap!important;
    align-content: center!important;
    justify-content: center!important;
    align-items: center!important;
    border: 3px solid var(--color-secondary);
}
#contabilidade article img {
    max-height: 59px;
}

#contabilidade article h2 {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-box-depoimento);
    margin: 0;
}

#contabilidade article p {
    color: var(--color-font-light);
    font-size: .9rem;
}

#contabilidade article:hover {
    transition: .5s;
    transform: scale(1.05);
}


@media (max-width:767px) {

#contabilidade h2 {
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    color: var(--color-font-light);
    padding-bottom: 2rem;
    width: 100%;
    margin: 0 auto;
}
#contabilidade {
    padding: 17% 5%;
}

}


/* -------------------------------------------------------------------
 * ETAPA
 * -----------------------------------------------------------------*/
#etapa {
    text-align: center;
    padding: 5% 0%;
}

#etapa .etapas{
    transition:0.3s;
}

#etapa .etapas:hover{
    transform:scale(1.1);
    transition:0.3s;
}

#etapa h2 {
    font-weight: 600;
    font-size: 3rem;
    color: var(--color-font-dark);
}

#etapa span {
    background-color: var(--color-secondary);
    color: var(--color-font-light);
    display: inline-flex;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    font-size: 2rem;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

#etapa p {
    padding: 3% 3%;
    font-weight: 600;
    line-height: 22px;
    font-size: 1rem;
}

@media (max-width:991px) {
    #etapa p {
        padding: 1rem 0 0;
        font-weight: 500;
    }
}

@media (max-width:450px) {

    #etapa h2 {
        font-weight: 600;
        font-size: 2rem;
        color: var(--color-font-dark);
    }
    #etapa {
        text-align: center;
        padding: 12% 5%;
    }
    #etapa p {
    padding: 1rem 0 0;
    font-weight: 600;
    font-size: 1.15rem;
}

}

/* -------------------------------------------------------------------
 * ATIVIDADES
 * -----------------------------------------------------------------*/
#atividade {
    padding: 5% 0%;
}

#atividade h2 {
    font-weight: 600;
    font-size: 1.6rem;
}

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

#atividade ul li {
    font-weight: 600;
    list-style: disc;
}


/* -------------------------------------------------------------------
 * PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/

#perguntas img{
    width: 70%;
}

#perguntas {
    padding: 5% 0%;
}

#perguntas h2 {
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 2.2rem;
}

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

#perguntas .accordion {
    background: #FFFF;
    border: 0;
    padding: 5px 0px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.7rem;
    font-size: 1.2rem;
}

#perguntas .accordion i {
    font-size: 20px;
}

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

#perguntas .panel {
    font-size: .9rem;
    display: none;
    font-weight: 600;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

#perguntas .panel p {
    margin-bottom: 0 !important;
    color: var(--color-secondary);
    font-weight: 500;
}

#perguntas .panel p i {
    font-size: 20px;
    color: var(--color-secondary);
}

#perguntas .btn_theme_secondary {
    padding: 1rem 2rem!important;
    border-radius: 12px !important;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-font-light);
}

#perguntas .btn_theme_secondary:hover {
    color: var(--color-font-light)!important;
}


@media (max-width:450px) {

#perguntas {
    padding: 15% 6%;
}

}

/* -------------------------------------------------------------------
 * NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
#noticias {
    padding: 3rem 0;
}

#noticias h2 {
    font-weight: 600;
    font-size: 2.2rem;
}

#noticias h3 {
    font-weight: 600;
    font-size: 1.3rem;
}

#noticias .noticias article span,
#noticias .artigos article span,
#noticias .blog article span {
    background-color: #55becf;
    color: var(--color-font-light);
    text-align: center;
    font-weight: 500;
    font-size: .8rem;
    line-height: 1.1rem;
    border-radius: 6px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 5px;
}

#noticias .noticias article h2,
#noticias .artigos h2,
#noticias .blog h2 {
    font-size: 1.1rem;
    font-weight: 500;
    font-weight: 600;
    margin: 6px 0 2px 0;
}

#noticias .noticias article p {
    font-weight: 600;
    color: var(--color-primary);
    font-size: .8rem;
}

#noticias .noticias article:hover h2 {
    color: var(--color-secondary-hover);
}

#noticias .noticias article:hover span {
    background-color: var(--color-primary-hover);
}

#noticias .artigos article span {
    background-color: var(--color-span-artigo);
}

#noticias .artigos article p {
    font-weight: 600;
    font-size: .8rem;
}

#noticias .blog article span {
    background-color: #76bfa4;
}

#noticias .blog article p {
    font-weight: 600;
    font-size: .8rem;
}

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

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


/* -------------------------------------------------------------------
 * NEWSLETTER
 * -----------------------------------------------------------------*/
#newsletter {
    padding: 2rem 0 4rem 0;
}

#newsletter h2 {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: right;
    margin-right: 2rem;
}

#newsletter .form-border {
    border: 1px solid var(--color-secondary);
    padding: 0.6rem 1.5rem;
    border-radius: 2rem;
}

#newsletter .form-border input {
    border: 0px;
    min-width: 300px;
}

#newsletter .form-border input:focus,
#newsletter .form-border input:active {
    border: 0 !important;
    box-shadow: none !important;
}

#newsletter .btn_theme_primary {
    font-weight: 600;
}

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

    #newsletter h2 br {
        display: none;
    }

    #newsletter .form-border input {
        min-width: 200px;
    }
}

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


/* -------------------------------------------------------------------
 * DEPOIMENTOS
 * -----------------------------------------------------------------*/
#depoimentos {
    background-image: linear-gradient(to top, #f4f1de00, #e07b5f00), url(../img/bg3.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* height: 1090px; */
    padding: 5% 0%;
}

#depoimentos h2 {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    width: 100%;
    margin-top: 2rem;
    color: #fff;
}

#depoimentos .depoimento-image {
    position: absolute;
    left: 0;
    margin-top: 5%;
    padding-left: 0;
}

#depoimentos .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    background-color: var(--color-box-depoimento);
    padding: 30px 20px;
    border-radius: 1rem;
    min-height: 310px;
    font-weight: 600;
    line-height: initial;
}

#depoimentos small {
    font-weight: 600;
}

@media(max-width:1299px) {
    #depoimentos .depoimento-image {
        margin-top: 11%;
    }
}

@media(max-width:1099px) {
    #depoimentos .depoimento-image {
        margin-top: 17%;
    }
}

@media(max-width:767px) {
    #depoimentos {
        clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    }

    #depoimentos h2 br {
        display: none;
    }

    #depoimentos {
        padding: 8rem 0 6rem 0;
    }
}




/* -------------------------------------------------------------------
 * PARCEIROS
 * -----------------------------------------------------------------*/
#parceiros {
    padding: 2rem 0;
}

#parceiros h2 {
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 2.2rem;
}

#parceiros img {
    max-width: 200px;
}

#parceiros .btn_theme_primary {
    color: var(--color-font-light) !important;
    font-weight: 600;
}


/* -------------------------------------------------------------------
 * SOCIAL
 * -----------------------------------------------------------------*/
#social {
    padding: 2rem 0;
}

#social h2 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.6rem;
}

#social img {
    max-width: 70px;
    margin: 0 5px;
}


/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/

#footer {

}

#footer-container {
    color: var(--color-font-dark);
    padding-top: 3rem;
}

#footer #footer-container h2 {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
}

#footer #footer-container h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

#footer #footer-container img {
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}

#footer #footer-container .contatos a {
    color: var(--color-font-dark);
}

#footer #footer-container .contatos p {
    display: block;
    border-radius: 80px !important;
    max-width: 60%;
    text-align: center;
    margin-bottom: 0.4rem;
    font-family: system-ui;
    background-color: #ffffff!important;
    padding: 10px 30px!important;
    transition: 0.2s;
    border: 3px solid var(--color-font-dark);
    color: var(--color-font-dark);
    margin: 12px auto;
    font-size: 1.2rem;
}

#footer #footer-container .contatos p:hover {
    background-color: var(--color-secondary)!important;
    color: var(--color-font-dark);    
}

#footer #footer-container .contatos p:hover {
    transform:scale(1.1);
    transition:0.2s;
}

#footer #footer-container .endereco {
    margin: 3rem 0 2rem 0;
}

#footer #footer-container .endereco i {
    font-size: 3rem;
    margin-right: 1rem;
    color: var(--color-secondary);
}

#footer #footer-container .endereco p {
    font-weight: bold;
    font-size: 1rem;
    margin: 0px;
}

#footer #mapa {
    width: 100%;
    height: 400px;
    border: 0;
    margin: 0;
    display: block;
    position: relative;
    z-index: 2;
}

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

#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 #footer-container {
        padding-top: 6rem;
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    }

    #footer #footer-container img {
        display: none;
    }
}

@media (max-width:768px) {
    #footer #footer-container {
        padding-top: 2rem;
        clip-path: none;
    }

    #footer #footer-container .contatos p {
    display: block;
    border-radius: 10px !important;
    max-width: 100%;
    text-align: center;
    margin-bottom: 0.4rem;
    font-family: system-ui;
    background-color: #ffffff!important;
    padding: 10px 10px!important;
    transition: 0.2s;
    border: 3px solid var(--color-font-dark);
    color: var(--color-font-dark);
    margin: 12px auto;
    font-size: 14px;
}

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