/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
#beneficio {
    padding: 5% 0;
    text-align: center;
    background: #fff;
}

#beneficio h2 {
    font-weight: 600;
    margin-bottom: 2.5rem !important;
    font-size: 3rem;
    color: var(--color-font-dark);
}

#beneficio p {
    font-size: 1.35rem !important;
    font-weight: 500;
    line-height: revert;
    color: var(--color-font-dark);
}

#beneficio div,
#contabil p {
    font-size: 1.35rem !important;
    line-height: revert;
    color: var(--color-font-dark);
}

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

@media(max-width: 450px) {

    #beneficio h2 {
        font-weight: 600;
        margin-bottom: 0.5rem !important;
        font-size: 2.1rem;
        color: var(--color-font-dark);
    }

    #beneficio {
        padding: 10% 4%;
        text-align: center;
        background: #fff;
    }

    #beneficio p {
        font-size: 1.2rem !important;
        font-weight: 500;
        line-height: initial;
        color: var(--color-font-dark);
        text-align: justify;
    }

}

/* -------------------------------------------------------------------
 * CONTÁBIL
 * -----------------------------------------------------------------*/
#vantagem {
    padding: 3rem 0;
}

#vantagem h2 {
    font-weight: 600;
    margin-bottom: 2.5rem !important;
    font-size: 3rem;
}

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

#vantagem ul li {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.35rem;
    margin: 0 auto;
    line-height: initial;
    padding-bottom: 10px;
}

#vantagem ul li i {
    margin-right: 0.8rem;
    font-size: 1rem;
}

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

    #vantagem img {
        display: none;
    }
}

@media(max-width: 450px) {

    #vantagem {
        padding: 5%;
    }

    #vantagem h2 {
        font-weight: 600;
        margin-bottom: 2.5rem !important;
        font-size: 2rem;
    }

    #vantagem ul li {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 1.2rem;
        margin: 0 auto;
        line-height: initial;
        padding-bottom: 10px;
    }

}


/* -------------------------------------------------------------------
 * ATIVIDADES
 * -----------------------------------------------------------------*/
#atividade {
    padding: 3rem 0;
}

#atividade .container {
    background: #0028159e;
    padding: 2rem 1rem 3rem;
    border-radius: 1rem;
}

#atividade h2 {
    font-weight: 600;
    margin-bottom: 2rem !important;
    font-size: 2rem;
}

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

#atividade ul li {
    font-weight: 500;
    font-size: 1.25rem;
}

#atividade ul li i {
    margin-right: .6rem;
}


@media(max-width: 450px) {

    #atividade {
        padding: 5%;
    }

    #atividade h2 {
        font-weight: 600;
        margin-bottom: 2rem !important;
        font-size: 1.5rem;
        padding: 1% 5%;
    }

}

/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    padding: 3rem 0;
}

#servicos h2 {
    font-weight: 600;
    margin-bottom: 2.5rem !important;
    font-size: 3rem;
}

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

#servicos ul li {
    font-weight: 500;
    font-size: 1.25rem;
}

#servicos ul li i {
    margin-right: 0.5rem;
}

#servicos .btn_theme_primary {
    font-size: 1.3rem !important;
    font-weight: bold;
}


@media(max-width: 450px) {
    #servicos {
        padding: 5%;
    }

    #servicos h2 {
        font-weight: 600;
        margin-bottom: 0.5rem !important;
        font-size: 2rem;
    }

    #servicos ul li {
        font-weight: 500;
        font-size: 1.2rem;
        display: flex;
    }
}



/* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/
#planos {
    padding: 5%;
}

#planos h2 {
    font-weight: 600;
    margin-bottom: 2.5rem !important;
    font-size: 3rem;
}

#planos .beneficio h3 {
    font-weight: 600;
    margin-bottom: 2.6rem !important;
    font-size: 1.6rem;
}

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

#planos .beneficio ul li {
    padding: .2rem 0;
    font-size: 1.05rem;
}

#planos .beneficio ul li i {
    margin-right: .3rem;
}

#planos .plano div {
    padding: 2% 2% 4% 2%;
    border: solid 2px var(--color-tertiary);
    border-bottom: 3px solid #ffffff;
    border-radius: 1rem;
}

#planos .plano div .title {
    background: var(--color-tertiary);
    border-radius: .8rem;
    border: 0;
    padding-top: 1rem;
}

#planos .plano div .title * {
    color: var(--color-secondary);
}

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

#planos .plano div .valor {
    font-weight: 600;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
}

#planos .plano div .valor .big {
    font-size: 4.2rem;
    line-height: 2.2rem;
    margin-left: 3px;
}

#planos .plano div .valor .small {
    font-size: 1.4rem;
    line-height: 4rem;
}

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

#planos .plano div ul li {
    list-style-type: none;
    text-align: center;
    line-height: 2rem;
}

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

#planos .plano div .btn_theme_tertiary {
    font-weight: bold;
}

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

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


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

#simulador .container {
    background: var(--color-tertiary);
    padding: 2rem 1rem;
    border-radius: 1rem;
}

#simulador h2 {
    font-weight: 600;
    color: var(--color-font-dark);
    font-size: 2rem;
    margin-bottom: 1rem;
}

#simulador .btn_theme_secondary {
    font-weight: 600;
    font-size: 1.5rem;
}

#simulador .btn_theme_secondary:hover {
    background: var(--color-primary) !important;
}

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

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


/* -------------------------------------------------------------------
 * ETAPA
 * -----------------------------------------------------------------*/
#etapa {
    padding: 3rem 0;
    text-align: center;
}

#etapa h2 {
    font-weight: 600;
    font-size: 2rem;
}

#etapa span {
    font-size: 6rem;
    font-weight: bold;
}

#etapa p {
    padding: 1rem 0;
    font-weight: 500;
    font-size: 1.1rem;
}

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

@media (max-width:450px) {

    #etapa {
        padding: 5%;
        text-align: center;
    }

    #etapa h2 {
        font-weight: 600;
        font-size: 1.55rem;
    }

    #etapa span {
        font-size: 4rem;
        font-weight: bold;
    }

    #etapa p {
        padding: 0rem 0 0;
        font-weight: 600;
        font-size: 1rem;
    }


}



/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR / MIGRAR EMPRESA)
 * -----------------------------------------------------------------*/
#contabilidade {
    padding: 3rem 0;
}

#contabilidade h2 {
    font-weight: 600;
    font-size: 2.2rem;
    text-align: center;
}

#contabilidade h3 {
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
}

#contabilidade article {
    transition: .5s;
    background: var(--color-tertiary);
    padding: 2rem 1rem;
    border-radius: 1rem;
}

#contabilidade article h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--color-font-dark);
    margin: 0;
}

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


@media (max-width:450px) {

    #contabilidade h2 {
        font-weight: 600;
        font-size: 1.5rem;
        text-align: center;
        padding: 1% 5%;
    }

}


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

#newsletter .container {
    padding: 2rem 1rem;
    border-radius: 1rem;
}

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

#newsletter input {
    border: 0px;
    min-width: 300px;
    height: calc(2.5em + 1rem + 2px);
    margin-right: .5rem;
}

#newsletter input:focus,
#newsletter 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 input {
        min-width: 200px;
    }
}

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

    #newsletter input {
        min-width: 360px;
    }
}

@media (max-width:450px) {

    #newsletter h2 {
        font-size: 1.45rem;
        text-align: center;
        margin: 0;
        padding: 1% 5%;
    }

    #newsletter input {
        min-width: 190px;
    }

}

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

#noticias .container {
    background: #001e109e;
    padding: 5%;
    border-radius: 2rem;
}

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

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

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

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

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

#noticias article .image-cover {
    position: relative;
    padding: 0 !important;
    height: auto;
    border: 5px solid var(--color-tertiary);
}

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


@media (max-width:450px) {
    #noticias {
        padding: 5%;
    }
    #noticias h2 {
        font-weight: 600;
        font-size: 1.5rem;
    }
    #noticias .container {
        background: #001e109e;
        padding: 11%;
        border-radius: 2rem;
    }
}


/* -------------------------------------------------------------------
 * PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
#perguntas {
    padding: 5% 0%;
    background-color: var(--color-box-depoimento);
    margin: 4% 0%;
}

#perguntas h2 {
    font-weight: 600;
    margin-bottom: 2.5rem;
    font-size: 3rem;
    color: var(--color-font-dark);
}

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

#perguntas .accordion {
    background: var(--color-primary);
    color: var(--color-box-depoimento);
    border: 0;
    border-radius: 0.6rem;
    padding: 0.8rem 1rem;
    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: 2rem;
    color: var(--color-font-dark);
}

#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-font-dark);
}

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

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

/* -------------------------------------------------------------------
 * DEPOIMENTOS
 * -----------------------------------------------------------------*/
#depoimentos {
    padding: 2rem 0 3rem;
}

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

#depoimentos .item {
    background: var(--color-box-depoimento);
    border-radius: 1rem;
    border: 5px solid var(--color-tertiary);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    padding: 1rem;
    min-height: 280px;
    font-weight: 500;
    font-size: 1.2rem;
}

#depoimentos .text-box {
    color: var(--color-font-dark);
    font-weight: 600;
    line-height: initial;
    font-size: 1.2rem;
    padding: 6%;
}

#depoimentos small {
    font-weight: 600;
    /* font-size: 1.4rem; */
    color: var(--color-primary);
    padding: 0% 6%;
}

#depoimentos .btn_theme_primary {
    font-weight: bold;
}

@media(max-width:767px) {
    #depoimentos {
        padding: 8rem 0 6rem 0;
    }
}

@media(max-width:450px) {

    #depoimentos {
        padding: 5%;
    }
    #depoimentos h2 {
        font-weight: 600;
        margin-bottom: 2.5rem;
        font-size: 2rem;
    }

}



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

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

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

#parceiros .btn_theme_primary {
    font-weight: bold;
}

@media(max-width:450px) {

    #perguntas {
        padding: 10% 5%;
        background-color: var(--color-box-depoimento);
        margin: 4% 0%;
    }
    #perguntas h2 {
        font-weight: 600;
        margin-bottom: 1.5rem;
        font-size: 2rem;
        color: var(--color-font-dark);
    }
    #parceiros {
        padding: 8% 10%;
    }
    #parceiros h2 {
        font-weight: 600;
        margin-bottom: 2rem;
        font-size: 1.5rem;
    }
    
}

/* -------------------------------------------------------------------
 * 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;
}

@media(max-width:450px) {

    #social {
        padding: 10%;
    }

}

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

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

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

#footer #footer-container img {
    position: relative;
    z-index: 1;
}

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

#footer #footer-container .contatos p {
    display: block;
    border-radius: 80px !important;
    text-align: center;
    margin-bottom: 0.6rem;
}

#footer #footer-container .contatos .btn_theme_primary {
    font-size: 1.3rem !important;
    font-weight: 600;
    font-family: sans-serif;
}

#footer #footer-container .contatos .btn_theme_primary:hover,
#footer #footer-container .contatos .btn_theme_primary:hover a {
    color: var(--color-font-dark) !important;
}

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

#footer #footer-container .endereco i {
    font-size: 3rem;
    margin-right: 1rem;
}

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

#footer #mapa {
    width: 96%;
    height: 400px;
    border: 0;
    border-radius: 1rem;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
}

#section-selo-paperless h2{
    font-size:1.3rem;
    font-weight: 600;
}

#selo-paperless{
    max-width:250px;
}

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

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

#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 img {
        display: none;
    }
}

@media (max-width:768px) {
    #footer #footer-container .contatos p {
        max-width: 100%;
    }

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

@media (max-width:450px) {

    #footer #footer-container h2 {
        font-weight: bold;
        margin-bottom: 1rem;
        font-size: 2rem;
    }
    #footer #footer-container h3 {
        font-weight: 500;
        margin-bottom: 1.5rem;
        font-size: 1.25rem;
        padding: 5%;
    }
    #footer #footer-container .contatos .btn_theme_primary {
        font-size: 1.1rem !important;
        font-weight: 600;
        font-family: sans-serif;
        line-height: initial;
    }
    #footer #footer-container .btn_theme_primary {
        transition: .6s !important;
        border-radius: 6px !important;
        padding: 18px 22px !important;
        color: var(--color-font-dark);
        background-color: var(--color-box-depoimento);
    }

}