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

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

#beneficio p{
    font-size: 1.55rem;
    width: 90%;
    font-weight: 500;
}

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

#beneficio .image-container {
    background: #000000;
    border-radius: 3rem;
    padding: 4rem;
}

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


@media(max-width: 450px) {
	
	#beneficio .image-container{display:none;}
	
	#beneficio h2 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 2.2rem;
}

	#beneficio p {
		font-size: 1.15rem;
		width: 100%;
		font-weight: 500;
		line-height: revert;
	}

}


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

#vantagem .image-container {
    background: #000000;
    border-radius: 3rem;
    padding: 4rem;
}

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

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

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

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


@media(max-width: 1024px) {

	#vantagem .image-container {
		background: #000000;
		border-radius: 3rem;
		padding: 4rem;
		max-height: 240px;
	}

}

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

@media(max-width: 450px) {
	#vantagem {
		padding: 0rem 0;
	}
	#vantagem h2 {
    font-weight: 700;
    margin-bottom: 2.5rem !important;
    font-size: 1.65rem;
    padding-left: 1.5rem;
    width: 80%;
	}
	#vantagem ul li {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    margin: 0;
    line-height: initial;
    padding-bottom: 7px;
    font-weight: 500;
	}
}

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

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

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

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

#planos .beneficio ul li {
    padding: 0.2rem 0;
    font-weight: 600;
}

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

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

#planos .plano div .title {
    background: var(--color-secondary);
    border-radius: 0px;
    margin-bottom: 1rem;
    padding: .6rem 0 .4rem;
}

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

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

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

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

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

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

#planos .plano div ul li {
    list-style-type: none;
    text-align: center;
    line-height: revert;
    font-weight: 600;
    font-size: 0.85rem;
}

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

@media (max-width:450px) {
	#planos {
		padding: 5%;
	}
	#planos h2 {
    font-weight: 700;
    margin-bottom: 0.5rem !important;
    font-size: 1.65rem;
	}
	#planos .beneficio h3 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 1.1rem;
	}
}

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

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

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

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

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


@media (max-width:450px) {
	#simulador h2 {
		font-weight: 600;
		font-size: 1.5rem;
		text-align: center;
		margin-right: 0rem;
	}
}

/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    background: var(--color-secondary);
    padding: 4rem 0;
}

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

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

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

#servicos ul li {
    font-weight: 600;
    padding: 0 70px 23px 0px;
    font-size: 1.3rem;
    display: flex;
    line-height: initial;
}

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


@media (max-width:450px) {
	
	#servicos {
		background: var(--color-secondary);
		padding: 15% 5%;
	}
}



/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR / MIGRAR EMPRESA)
 * -----------------------------------------------------------------*/
#contabilidade {
    padding: 4rem 0 2rem 0;
    background: var(--color-primary);
}

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

#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 {
    padding: 1rem;
    border-radius: 5rem;
    border: 3px solid var(--color-font-light);
    text-align: center;
    transition: .5s;
}

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

#contabilidade article p {
    font-size: .9rem;
}

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


/* -------------------------------------------------------------------
 * ETAPA
 * -----------------------------------------------------------------*/
#etapa {
    padding: 3rem 0 2rem;
    text-align: center;
    background: var(--color-primary);
}

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

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

#etapa span {
    background-color: var(--color-font-light);
    color: var(--color-font-dark);
    display: inline-flex;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    font-size: 4rem;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

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

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


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

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

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

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


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

#perguntas .container {
    background: var(--color-primary);
    padding: 2rem;
    border-radius: 2rem;
}

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

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

#perguntas .accordion {
    background: #FFFF;
    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;
    color: var(--color-font-light);
}

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

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


/* -------------------------------------------------------------------
 * 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: var(--color-primary);
    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: var(--color-tertiary);
}

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


/* -------------------------------------------------------------------
 * NEWSLETTER
 * -----------------------------------------------------------------*/
#newsletter {
    padding: 2rem 0 5rem 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: var(--color-primary);
    padding: 4rem 0;
}

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

#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:767px) {
    #depoimentos h2 br {
        display: none;
    }

    #depoimentos {
        padding: 8rem 0 6rem 0;
    }
}

@media(max-width:450px) {

	#depoimentos {
		padding: 10% 5%;
	}

}


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

#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;
}
#parceiros .btn_theme_primary:hover { color: var(--color-font-dark) !important; }

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

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

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


/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
#footer #footer-container {
    background: var(--color-primary); padding-top: 3rem; 
}

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

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

#footer #footer-container h3 {
    font-weight: 500;
    margin: 3rem 0rem;
    font-size: 1.4rem;
}

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

#footer #footer-container .contatos p {
    display: block;
    min-width: 100%;
    text-align: center;
    margin-bottom: 0.7rem;
    font-weight: 500;
    font-size: 1.25rem;
    border: 2px solid var(--color-font-light);
    padding: 10px;
    border-radius: 7px;
    transition: 0.3s;
}

#footer #footer-container .contatos p:hover {
    transition: 0.3s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

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

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

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

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

    #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 #footer-container .endereco p {
    font-weight: 500;
    font-size: 1.15rem;
    margin: 0px;
	}
	#footer #copyright .container {
    padding: 1.2rem 0 6rem 0;
}
}