#layerslider {
    background-image: linear-gradient(to top, #f4f1de00, #e07b5f00), url(../img/slide.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: 740px;
}

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

#beneficio h2 {
    font-weight: 600;
    margin: 3% 0% 1% 0%;
    font-size: 2rem;
}

#beneficio p {
    font-weight: 500;
    font-size: 1.1rem;
}

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

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


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

#vantagem h2 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 2rem;
    width: 80%;
}

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

#vantagem ul li {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin: 0.4rem 0;
    font-weight: 500;
}

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

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


/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    background-image: linear-gradient(to top, #f4f1de00, #e07b5f00), url(../img/bg1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    min-height: 1100px;
    padding: 14% 0%;
}

#servicos h2 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 2.2rem;
    width: 60%;
    color: var(--color-font-light);
    margin-left: 37px;
}

#servicos ul {
    list-style: none;
}

#servicos ul li {
    font-weight: 600;
    padding: 2px 0px;
    transition: 0.2s;
    color: var(--color-font-light);
}

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

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


@media(max-width: 768px) {
    
    #servicos {
        background-image: linear-gradient(to top, #f4f1de00, #e07b5f00), url(../img/bg1.jpg);
        background-position: initial;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: cover;
        height: auto;
        padding: 22% 0%;
    }

}

@media(max-width: 490px) {
    #servicos h2 {
        font-weight: 600;
        margin-bottom: 1rem !important;
        font-size: 2rem;
        width: 90%;
        color: var(--color-font-light);
        margin-left: 37px;
    }
    #servicos {
    background-image: none;
    background-position: initial;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: auto;
    padding: 12% 0%;
    background-color: var(--color-tertiary);
}
#simulador {
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--color-secondary);
    width: 90%;
    margin: 30px auto;
    border-radius: 40px;
    /* border: 1px solid #75757554; */
}
#simulador h2 {
    font-weight: 500;
    font-size: 1.3rem;
    margin: 0 auto;
    padding-bottom: 11px;
    width: 100%;
    color: var(--color-font-light);
}
}

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

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

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

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

#planos .beneficio ul li {
    padding: 5px 0;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-primary-hover);
}

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

#planos .plano div {
    padding: 1.5rem 0;
    border: solid 2px #cbcbcb61;
    border-radius: 10px;
    transition: 0.2s;
    background-color: #9797970d;
}

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

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

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

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

#planos .plano div .valor .small {
    font-size: 1.3rem;
    color: var(--color-primary-hover);
    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.85rem;
    color: #4c4c4c;
}

#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 .plano div {
        margin-bottom: 20px;
    }
}


/* -------------------------------------------------------------------
 * SIMULADOR
 * -----------------------------------------------------------------*/
#simulador {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#simulador h2 {
    font-weight: 500;
    font-size: 1.45rem;
    margin: 0 auto;
    padding-bottom: 11px;
    width: 80%;
    color: var(--color-font-light);
}

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

/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR / MIGRAR EMPRESA)
 * -----------------------------------------------------------------*/
#contabilidade {
    background-image: linear-gradient(to top, #f4f1de00, #e07b5f00), url(../img/bg2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: 810px;
    padding: 14% 0%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

#contabilidade h2 {
    font-weight: 600;
    font-size: 2.2rem;
    text-align: left;
    color: #fff;
    width: 80%;
    padding-left: 15px;
}

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

#contabilidade article {
    background-color: #5e96b124;
    padding: 9% 1%;
    border-radius: 14px;
    display: flex!important;
    flex-direction: column!important;
    flex-wrap: wrap!important;
    align-content: center!important;
    justify-content: center!important;
    align-items: center!important;
    border: 2px solid #fff;
}

#contabilidade article img {
    max-height: 59px;
}

#contabilidade article h3 {
    font-size: 1.05rem;
    font-weight: 600;
    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:768px) {
    
    #contabilidade {
        background-image: linear-gradient(to top, #115675, #115675), url(../img/bg2.jpg);
        background-position: inherit;
        background-repeat: no-repeat;
        background-attachment: inherit;
        background-size: auto;
        height: auto;
        padding: 8% 0%;
        display: block;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: center;
    }
}

/* -------------------------------------------------------------------
 * 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: 2rem;
    color: var(--color-secondary);
}

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


/* -------------------------------------------------------------------
 * ATIVIDADES
 * -----------------------------------------------------------------*/
#atividade {
    padding: 3rem 0 2rem 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 {
    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.1rem;
}

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

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

#perguntas .btn_theme_secondary {
    padding: 1rem 3rem!important;
    border-radius: 12px !important;
    font-weight: 600;
}

/* -------------------------------------------------------------------
 * 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 h3,
#noticias .artigos h3,
#noticias .blog h3 {
    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 h3 {
    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/bg1.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: 1090px;
    padding: 12% 0%;
}

#depoimentos h2 {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    width: 70%;
    margin-top: 2rem;
    color: var(--color-font-light);
}

#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: 253px;
    font-weight: 600;
    line-height: normal;
}

#depoimentos img{
    width: 440px;
}

#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;
    }
    #depoimentos {
    background-image: none;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: auto;
    padding: 5% 0%!important;
    background-color: var(--color-primary-hover);
    clip-path: none!important;
    }
}

@media(max-width:490px) {
    #depoimentos h2 {
        font-weight: 600;
        margin-bottom: 2rem;
        font-size: 2.2rem;
        width: 100%;
        margin-top: 2rem;
        color: var(--color-font-light);
    }
}


/* -------------------------------------------------------------------
 * 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 {
    background-image: linear-gradient(to top, #f4f1de00, #e07b5f00), url(../img/footer.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: auto;
    padding-top: 10%;
}

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

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

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

#footer #footer-container .contatos p {
    display: block;
    border-radius: 80px !important;
    max-width: 50%;
    text-align: center;
    margin-bottom: 0.6rem;
    font-family: system-ui;
    background-color: var(--color-font-dark);
    padding: 17px 30px!important;
    transition: 0.2s;
}

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

#footer #footer-container .endereco p {
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0px;
    color: var(--color-font-light);
}

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

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

#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 {
        max-width: 100%;
    }

    #footer #copyright p {
        text-align: center;
        font-size: 0.8rem;
    }
    #footer {
    background-image: none;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    height: auto;
    padding-top: 5%;
    background-color: #13446c;
}
#footer #footer-container h2 {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 2rem;
    color: var(--color-box-depoimento);
}

}