/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
#beneficio {
    padding: 7rem 0;
}

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

#beneficio p {
    font-size: 1.2rem;
}

#beneficio ul {
    font-size: 1.2rem;
}

#beneficio ul li {
    font-size: 1.2rem;
}

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

#beneficio .img-fluid {
    transition: .3s ease-in-out;
}

#beneficio .img-fluid:hover {
    transform: scale(1.08);
}

@media(max-width: 767px) {

    #beneficio {
        padding: 3rem 0;
    }

    #beneficio h2 br {
        display: none;
    }
}

@media (max-width: 575px) {
    #beneficio {
        padding: 2rem 0;
    }

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

@media (max-width: 375px) {
    #beneficio h2 {
        font-size: 1.35rem;
    }
}

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

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

#vantagem p {
    font-size: 1.2rem;
}

#vantagem ul {
    font-size: 1.2rem;
}

#vantagem ul li {
    font-size: 1.2rem;
}

#vantagem ul li i {
    font-size: 1.2rem;
}

#vantagem .img-fluid {
    transition: .3s ease-in-out;
}

#vantagem .img-fluid:hover {
    transform: scale(1.08);
}

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

@media (max-width: 575px) {
    #vantagem {
        padding: 10px;
    }

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

@media (max-width: 375px) {
    #vantagem h2 {
        font-size: 1.5rem;
    }
}

/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#bg {
    display: flex;
    align-items: stretch;
}

#servicos {
    color: var(--color-font-dark);
    padding: 5rem 0 2rem 0;
}

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

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

#servicos ul li {
font-weight: 500;
    padding: .2rem 0;
    color: var(--color-font-dark);
    text-align: center;
    font-size: 1.3rem;
}

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

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

    #servicos ul li {
        font-weight: 600;
        padding: 5px 0;
        color: var(--color-font-dark);
        display: flex;
        line-height: 19px;
    }
}

@media (max-width: 375px) {
    #servicos h2 {
        font-size: 1.39rem;
    }
}


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

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

#planos .beneficio h3 {
    font-weight: 600;
    margin-bottom: 0.6rem !important;
    font-size: 1.5rem;
    padding-top: 2rem;
    text-align: center;
}

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

#planos .beneficio ul li {
    padding: .2rem 0;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
}

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

#planos .plano div {
    padding: 1.5rem 0;
    border: groove 4px var(--color-secondary);
    border-radius: 10px;
}

#planos .plano div h3 {
    font-weight: 600;
    margin-bottom: 1rem !important;
}

#planos p{
    font-weight: 600;
    padding-bottom: 1rem;
    color: var(--color-secondary);
    font-size: 1.1rem;
}

#planos h4{
    font-size: 1.1rem;
    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: 4rem;
    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: 1rem 2.5rem;
}

#planos .plano div ul li {
    list-style-type: none;
    text-align: left;
    line-height: 19px;
    display: flex;
    padding-bottom: 5px;
    font-weight: 500;
    font-size: 0.85rem;
}

#planos .plano div ul li i {
    color: var(--color-primary);
    font-size: .7rem;
    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:991px) {
    #planos h2 br {
        display: none;
    }

    #planos {
        margin-top: -14rem;
    }
}

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

@media (max-width: 375px) {
    #planos h2 {
        font-size: 1.8rem;
    }
}


/* -------------------------------------------------------------------
 * SIMULADOR
 * -----------------------------------------------------------------*/
#simulador {
    padding: 5rem 0;
    background-image: url(../img/simulador.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#simulador h2 {
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}

#simulador h3 {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

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

@media (min-width:2000px) {
    #simulador {
        padding: 2rem 0 2rem 0;
    }
}

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

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

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

    #simulador {
        padding: 7rem 0 7rem 0;
    }
}

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


/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR / MIGRAR EMPRESA)
 * -----------------------------------------------------------------*/
#contabilidade {
    padding: 4rem 0 2rem 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: .3s ease-in-out;
    background: #dcdcdc69;
    padding: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#contabilidade article img {
    max-height: 70px;
    margin-right: 1rem;
}

#contabilidade article h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
}

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

#contabilidade article:hover {
    transform: scale(1.1);
}

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

@media (max-width: 375px) {
    #contabilidade h2 {
        font-size: 1.7rem;
    }
}


/* -------------------------------------------------------------------
 * ETAPA
 * -----------------------------------------------------------------*/
#etapa {
    text-align: center;
    background-image: url(../img/etapa.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 9rem 0rem 17rem 0rem;
}

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

#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 .bg {
    height: 20rem;
    border-radius: 3px;
    padding: 20px 10px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

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

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

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

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


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

#atividade .bg {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 40px 0px;
    background: #dcdcdc69;
}

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

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

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

@media (max-width: 575px) {
    #atividade h2 {
        font-size: 1.25rem;
        font-weight: 700;
    }

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


/* -------------------------------------------------------------------
 * PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
#perguntas {
    /* background: var(--color-primary); */
    padding: 5rem 0 5rem 0;
}

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

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

#perguntas .accordion {
    background: #f4f4f4;
    border: 0;
    padding: 0.8rem 1rem;
    border-radius: 5px;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .7rem;
}

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

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


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


/* -------------------------------------------------------------------
 * NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
#noticias {
    padding: 3rem 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(72, 127, 76, 0)), url(../img/bg_noticias.webp);
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

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

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

#noticias .noticias article span,
#noticias .artigos article span,
#noticias .blog article span {
    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;
    background-color: var(--color-secondary);
}

#noticias .noticias article h3,
#noticias .artigos h3,
#noticias .blog h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 6px 0 2px 0;
    text-align: left;
}

#noticias .artigos h3 { color: var(--color-font-dark); }

#noticias .noticias .bg {
    /* background: #160c358c; */
    margin: 5px 5px;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid var(--color-font-light);
    width: 100%;
}

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

#noticias .noticias article:hover h3 {
     background-color: var(--color-tertiary);
}


#noticias .artigos .bg {
    background: var(--color-font-light);
    margin: 5px 5px;
    border-radius: 10px;
    padding: 1rem;
    width: 100%;
}

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

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

#noticias .blog .bg {
    /* background: #160c358c; */
    margin: 5px 5px;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid var(--color-font-light);
    width: 100%;
}


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

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

@media (max-width:575px) {

    #noticias h2 {
        font-size: 1.5rem;
    }
    #noticias {
        padding: 2rem 1rem;
    }
}

@media (max-width: 375px) {
    #noticias h2 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    #noticias h3 {
        font-weight: 500;
        font-size: 1.15rem;
    }
}



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

#newsletter .btn_theme_secondary {
    padding: 6px 22px !important;
    font-weight: 600;
}

#newsletter .bg {
    background: #ffffff5e;
    border-radius: 10px;
    height: 140px;
    display: flex;
    margin: 0 auto;
}

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

#newsletter .form-border {
    border: 3px ridge var(--color-secondary);
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
}

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

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

@media (max-width: 320px) {
    #newsletter .form-border {
        padding: 0.2rem 0.1rem;
    }
}


/* -------------------------------------------------------------------
 * DEPOIMENTOS
 * -----------------------------------------------------------------*/
#depoimentos {
    /* background: var(--color-primary); */
    padding: 4rem 0 2rem 0;
    clip-path: polygon(0 8%, 100% 0, 100% 92%, 0% 100%);
}

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

#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: 15px 20px;
    border-radius: 1rem;
    min-height: 280px;
    font-weight: 500;
}

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

    #depoimentos {
        clip-path: none;
    }

    #depoimentos h2 br {
        display: none;
    }

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

}

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




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

#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;
    margin-left: 5px;
}

#parceiros .btn_theme_secondary {
    font-weight: 600;
}

@media(max-width:575px) {

    #parceiros .btn_theme_tertiary{
        width: 100%;
    }
    #parceiros {
        text-align: center;
    }

    #parceiros h2 {
        font-size: 1.8rem;
    }

    #parceiros div.d-flex {
        justify-content: center !important;
    }
}


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

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

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


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

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

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

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

#footer #footer-container img {
    transition: .3s ease-in-out;
}

#footer #footer-container img:hover {
    transform: scale(1.08);
}

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

#footer #footer-container .contatos p {
    display: block;
    border-radius: 6px !important;
    max-width: 90%;
    text-align: center;
    margin-bottom: 0.6rem;
    margin: 4px auto;
    background-color: var(--color-font-dark) !important;
    padding: 0.8rem 0 !important;
}

#footer #footer-container .endereco {
    margin: 3rem 0 2rem 0;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

#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: 100%;
    height: 400px;
    border: 0;
    margin: 0;
    display: block;
    position: relative;
    z-index: 2;
}

/* Copy */
#footer #copyright {
    background-color: 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%);
    }
}

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

    #footer #footer-container .contatos p {
        max-width: 100%;
    }

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

@media (max-width: 575px) {

    #footer #footer-container .contatos p {
        max-width: 100%;
        padding: 1rem 2rem !important;
    }

    #footer {
        padding: 0rem 0 0 0;
    }

    #footer #footer-container h2 {
        font-size: 2rem;
    }

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

}

@media (max-width: 375px) {
    #footer #footer-container h2 {
        font-size: 1.5rem;
    }

    #footer #footer-container .contatos p {
        word-break: break-word !important;
    }
    #footer #copyright .selos {
        padding-bottom: 4rem;
    }
	
	#footer #footer-container .contatos p {
        max-width: 100%;
        padding: 1rem 1rem !important;
        font-size: 0.8rem;
    }
}

