/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

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

#servicos article {
    padding: 2rem;
    border-radius: 2rem;
    width: 100%;
    background: var(--color-bg-light);
    min-height: 380px;
    box-shadow: 38px 45px 93px -10px rgb(0 0 0 / 5%);
    text-align: center;
}

#servicos article img {
    max-height: 90px;
    margin-bottom: 1rem;
}

#servicos article h3 {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}

#servicos article p {
    font-size: 1rem;
}

@media(max-width:599px) {
    #servicos h2 {
        font-size: 2rem;
    }
	#servicos article {
    padding: 1rem;
    border-radius: 2rem;
    width: 100%;
    background: var(--color-bg-light);
    min-height: auto;
    box-shadow: 38px 45px 93px -10px rgb(0 0 0 / 5%);
    text-align: center;
}
}


/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
#beneficio {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    background: var(--color-bg-light);
}

#beneficio h2 {
    font-weight: bold;
    margin-bottom: 2rem !important;
    font-size: 2.6rem;
}

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

#beneficio article {
    margin-top: 2rem;
    background: var(--color-bg-light);
    padding: 2rem 1rem;
    border-radius: .8rem;
    box-shadow: 38px 45px 93px -10px rgb(0 0 0 / 5%);
    min-height: 310px;
}

#beneficio article img {
    max-height: 70px;
    margin-bottom: 1rem;
}

#beneficio article h2 {
    margin-bottom: 0 !important;
    font-size: 1.5rem;
}

#beneficio article p {
    font-size: .9rem;
    margin: 1rem 0 0;
}


@media(max-width:599px) {

#beneficio article {
    margin-top: 1rem;
    background: var(--color-bg-light);
    padding: 2rem 1rem;
    border-radius: 0.8rem;
    box-shadow: 38px 45px 93px -10px rgb(0 0 0 / 5%);
    min-height: auto;
}

}

/* -------------------------------------------------------------------
  * ATIVIDADES
  * -----------------------------------------------------------------*/
#atividade {
    padding: 4rem 0;
    background: var(--color-secondary);
}

#atividade * {
    color: var(--color-font-light);
}

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

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

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

#atividade ul li i {
    font-size: 1rem;
    margin-right: 0.5rem;
}



/* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/
#planos {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

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

#planos .plano article {
    border-radius: 2rem;
    padding: 2rem;
    background: var(--color-bg-light);
    box-shadow: 20px 20px 40px rgb(0 0 1 / 5%);
}

#planos .plano h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    color: var(--color-primary);
}

#planos .plano .valor {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 0.5rem !important;
    color: var(--color-primary);
}

#planos .plano ul {
    padding: 0;
}

#planos .plano ul li {
    list-style-type: none;
    line-height: 2rem;
    font-size: 1.2rem;
}

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

#planos .btn_theme_primary {
    text-transform: uppercase;
    display: block;
    width: 100%;
    background: transparent !important;
    font-weight: bold;
    color: var(--color-primary) !important;
    border: 2px solid var(--color-primary);
}

#planos .btn_theme_primary:hover {
    color: var(--color-font-light) !important;
    background: var(--color-primary) !important;
}



/* -------------------------------------------------------------------
 * SIMULADOR
 * -----------------------------------------------------------------*/
#simulador {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: var(--color-secondary);
}

#simulador h2 {
    color: var(--color-font-light);
    font-weight: bold;
    margin-bottom: 0rem !important;
    font-size: 2.5rem;
}

#simulador h3 {
    color: var(--color-font-light);
    margin-bottom: 2rem !important;
    font-size: 1.5rem;
}

#simulador .btn_theme_primary {
    background: transparent !important;
    font-weight: bold;
    color: var(--color-font-light) !important;
    font-size: 1.5rem;
    border: 2px solid var(--color-bg-light);
}

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

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


/* -------------------------------------------------------------------
  * ABRIR EMPRESA
  * -----------------------------------------------------------------*/
#abrirempresa {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

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

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

#abrirempresa ul li {
    font-weight: bold;
    font-size: 1.2rem;
}

#abrirempresa ul li i {
    margin-right: 12px;
}

#abrirempresa img {
    border-radius: 6rem 0 6rem 0;
    border: 10px solid var(--color-primary);
}

#abrirempresa .btn_theme_primary {
    font-size: 1.3rem;
    margin-top: 2rem !important;
}

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

@media(max-width:499px) {
	#abrirempresa {
    padding: 12% 5%;
}

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

}


/* -------------------------------------------------------------------
 * OUTRAS SOLUÇÔES (MEI, ME)
 * -----------------------------------------------------------------*/
#solucao {
    padding: 1rem 0;
}

#solucao .container {
}

#solucao h2 {
    font-weight: bold;
    color: var(--color-font-dark);
    margin-bottom: 0.8rem !important;
    font-size: 2rem;
    text-align: center;
}

#solucao article {
    transition: .5s;
    border-radius: 0.5rem;
    border: 2px solid var(--color-bg-light);
    text-align: center;
    padding: 1rem 2rem;
    background-color: var(--color-primary-hover);
}

#solucao article h2 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0 !important;
    color: var(--color-font-light);
}

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

@media(max-width:599px) {
    #solucao article h2 br {
        display: none;
    }
}


/* -------------------------------------------------------------------
 * SESSAO CLIENTE
 * PERGUNTAS FREQUENTES E DEPOIMENTOS
 * -----------------------------------------------------------------*/
#cliente {
    padding: 3rem 2rem;
}

#cliente h2 {
    font-weight: bold;
    margin-bottom: 1.2rem !important;
    font-size: 2.5rem;
}

#cliente #perguntas .list-perguntas {
    padding: 1rem 2rem;
    background: var(--color-bg-light);
    margin-bottom: .6rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 50px 0 rgb(0 0 1 / 5%);
}

#cliente #perguntas .accordion {
    background: transparent;
    border: 0;
    padding: .5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cliente #perguntas .accordion p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.1rem;
    text-align: left;
}

#cliente #perguntas .accordion i {
    font-size: 1.2rem;
    margin-right: 10px;
    color: var(--color-primary);
}

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

#cliente #perguntas .panel {
    display: none;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    padding: 0 1.3rem;
}

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

#cliente #depoimentos .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
    border-radius: 2rem;
    min-height: 240px;
    background: var(--color-bg-light);
}

#cliente #depoimentos .item p {
    font-weight: bold;
    margin: 0.5rem 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: 0 !important;
}

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


/* -------------------------------------------------------------------
  * MIGRAR EMPRESA
  * -----------------------------------------------------------------*/
#migrarempresa {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

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

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

#migrarempresa ul li {
    font-weight: bold;
    font-size: 1.2rem;
}

#migrarempresa ul li i {
    margin-right: 12px;
}

#migrarempresa img {
    border-radius: 0 6rem 0 6rem;
    border: 10px solid var(--color-secondary);
}

#migrarempresa .btn_theme_primary {
    font-size: 1.3rem;
    margin-top: 2rem !important;
}

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

@media(max-width:499px) {
    #migrarempresa {
    padding: 10% 5%;
	}
	#migrarempresa h2 {
    font-weight: bold;
    margin-bottom: 2rem !important;
    font-size: 2rem;
	}
}


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

#noticias * {
    color: var(--color-font-dark);
}

#noticias h2 {
    font-weight: bold;
    margin-bottom: 1rem !important;
    font-size: 2.5rem;
}

#noticias .artigos article,
#noticias .blog article {
    min-height: 280px;
}

#noticias .noticias article span.title,
#noticias .artigos article span.title,
#noticias .blog article span.title {
    font-size: .75rem;
    padding: 1px;
    width: 100%;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    display: inline-block;
    background-color: var(--color-primary-hover);
    width: auto;
    padding: 5px 12px;
    color: var(--color-bg-light);
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 10px!important;
}

#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;
    text-align: left;
}

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

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

#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:767px) {
    #noticias h2 {
        font-size: 2rem;
    }
}



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

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

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

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

@media(max-width:499px) {
    #parceiros {
    padding: 8%;
}
}



/* -------------------------------------------------------------------
 * NEWSLETTER
 * -----------------------------------------------------------------*/
#newsletter {
    padding: 3rem 0 2rem;
    background: var(--color-primary);
}

#newsletter h2 {
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--color-font-light);
}

#newsletter input {
    max-width: 50%;
    margin: 0 auto;
    padding: 2rem;
    font-size: 1.2rem;
    text-align: center;
    border-radius: .6rem;
}

#newsletter input::placeholder {
    font-weight: 600;
    color: var(--color-font-black);
}

#newsletter .btn_theme_primary {
    font-weight: 600;
    color: var(--color-font-light) !important;
    font-size: 1.2rem;
    border: 2px solid var(--color-bg-light);
    margin-top: 1rem;
}

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

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

@media (max-width:767px) {
    #newsletter input {
        max-width: 80%;
    }
}


/* -------------------------------------------------------------------
 * SOCIAL
 * -----------------------------------------------------------------*/
#social {
    padding: 3rem 0;
    background: var(--color-primary);
}

#social h2 {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--color-font-light);
}

#social img {
    max-width: 80px;
    margin: 0 5px 1rem;
}


/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
#footer {
    position: relative;
}

#footer * {
    color: var(--color-font-light);
}

#footer-container {
    background: var(--color-secondary);
    padding-top: 4rem;
}

#footer-container h2 {
    font-weight: bold;
    margin-bottom: 2.5rem;
    font-size: 2.6rem;
    text-align: center;
}

#footer-container .contatos-group-button article {
    align-items: center;
    text-align: center;
}

#footer-container .contatos-group-button article h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

#footer-container .contatos-group-button article .btn_theme_primary {
    width: 100%;
    margin-top: .5rem;
    font-weight: 600;
    color: var(--color-font-light) !important;
    font-size: 1.2rem;
    background: transparent !important;
    border: 2px solid var(--color-bg-light);
}

#footer-container .contatos-group-button article .btn_theme_primary:hover {
    background: var(--color-primary) !important;
}

#footer-container .contatos-group-info {
    margin: 4rem 0 3rem;
}

#footer-container .contatos-group-info .p_title {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 1.2rem;
}

#footer-container .contatos-group-info p {
    display: block;
    margin-bottom: .2rem;
    font-size: 1rem;
}

#footer #mapa {
    width: 94%;
    height: 450px;
    border-radius: .5rem;
    border: 0;
    margin: 0 auto;
    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;
}

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