/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
#beneficio {
    padding: 3rem 0;
    text-align: center;
}

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

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

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

@media(max-width: 450px) {

    #beneficio h2 {
        font-weight: 600;
        margin-bottom: 1.5rem !important;
        font-size: 2rem;
    }
    #beneficio p{
        font-size:1.1rem;
    }

}

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

#vantagem .content {
    background: var(--color-primary-hover);
    padding: 5%;
    border-radius: 2rem;
}

#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-size: 1.5rem;
    margin: .4rem 0;
}

#vantagem ul li i {
    margin-right: 0.5rem;
    color: var(--color-box-depoimento);
}

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

@media(max-width: 450px) {

    #vantagem h2 {
        font-weight: 600;
        margin-bottom: 2.5rem !important;
        font-size: 2rem;
    }
    #vantagem ul li {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin: 0.4rem 0;
    font-weight: 500;
}

}


/* -------------------------------------------------------------------
 * 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;
    /* padding: 0.2rem 0; */
    font-size: 1.25rem;
    line-height: initial;
    padding-bottom: 12px;
    display: flex;
}

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

#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: 2.5rem !important;
    font-size: 2rem;
}

}


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

#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: 1.5rem 0;
    border: solid 5px var(--color-primary);
    border-radius: 10px;
}

#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;
}

@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 {
    padding: 2rem 1rem;
    border-radius: 1rem;
}

#simulador h2 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding: 0% 10%;
}

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

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

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


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

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

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

#atividade ul li {
    font-weight: 600;
    font-size: 1.3rem;
}

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

@media (max-width:450px) {

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

}


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

#etapa .container {
    background: var(--color-primary-hover);
    padding: 3rem 1rem 2rem;
    border-radius: 1rem;
}

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

#etapa span {
    font-size: 5rem;
    font-weight: 600;
}

#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.5rem;
    }
}



/* -------------------------------------------------------------------
 * 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;
    border: 3px solid var(--color-primary-hover);
    padding: 2rem 1rem;
    border-radius: 1rem;
}

#contabilidade article h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
}

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


/* -------------------------------------------------------------------
 * PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
#perguntas {
    padding: 3rem 0;
}

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

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

#perguntas .accordion {
    background: var(--color-tertiary);
    color: var(--color-font-dark);
    border: 0;
    border-radius: .6rem;
    padding: 0.8rem 1rem;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .7rem;
}

#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;
}

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

#perguntas .btn_theme_primary {
    padding: 1rem !important;
    border-radius: 12px !important;
}

@media (max-width:450px) {

#perguntas h2 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.65rem;
}
#perguntas {
    padding: 5%;
}


}


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

#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-primary);
    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 h2 {
        font-weight: 600;
        font-size: 1.8rem;
    }
    #noticias {
        padding: 5%;
    }
    #noticias h3 {
        font-weight: 500;
        font-size: 1.2rem;
    }
}


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

#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_secondary {
    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 {
        text-align: center;
    }
}


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

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

#depoimentos .item {
    background: var(--color-secondary);
    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 small {
    font-weight: 600;
    font-size: 1.4rem;
}

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

@media(max-width:767px) {
    #depoimentos {
        padding: 5%;
    }
    #depoimentos h2 {
    font-weight: 600;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    }
}




/* -------------------------------------------------------------------
 * PARCEIROS
 * -----------------------------------------------------------------*/
#parceiros {
    padding: 5%;
    background-color: var(--color-box-depoimento);
    border-radius: 2rem;
}

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

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

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


@media(max-width:450px) {
    
    #parceiros {
        padding: 5%;
        background-color: var(--color-box-depoimento);
        border-radius: 2rem;
        width: 90%;
        margin-top: 11%;
    }
    #parceiros h2 {
    font-weight: 600;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    color: var(--color-font-dark);
    }

}


/* -------------------------------------------------------------------
 * 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 h2 {
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 1.6rem;
}

}

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

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

#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;
}

/* Copy */
#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 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 {
        padding: 5%;
    }
    #footer #footer-container h2 {
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 2rem;
}

}