/* -------------------------------------------------------------------
 * SOBRE
 * -----------------------------------------------------------------*/
#sobre { padding-top: 4rem; padding-bottom: 3rem; }
#sobre h2 { color: var(--color-primary); font-weight: bold; margin-bottom: 1rem !important; font-size: 2.5rem; }
#sobre p { font-size: 1rem; }
#sobre img:not(article img):hover { transform: scale(1.05); transition: .5s; }

#sobre article { text-align: center; background: var(--color-primary); padding: 2rem 1rem; border-radius: 1rem; transition: .5s; }
#sobre article img { max-width: 45px; margin-bottom: 1rem; }
#sobre article p { font-size: .9rem; color: var(--color-font-light); }
#sobre article.middle { background: var(--color-secondary); }
#sobre article.middle img { max-width: 60px; }
#sobre article:hover { transform: scale(1.1); transition: .5s; }

@media( max-width: 767px ) {
    #sobre article { margin-bottom: 1rem; }
    #sobre article p { font-size: 1rem; }
    #sobre h2 { margin-top: 2rem; }
}


/* -------------------------------------------------------------------
 * SERVICOS
 * -----------------------------------------------------------------*/
#servicos {
    max-width: 100% !important; 
    position: relative;
    background: url(../img/bg_areadeatuacao.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#servicos * { color: var(--color-font-light); }
#servicos h2 { font-weight: bold; margin-bottom: 1rem !important; font-size: 2.5rem; }
#servicos .content { padding-top: 2rem; }
#servicos ul { list-style: none; margin: 0; padding: 0; }
#servicos ul li { font-weight: 600; font-size: 1rem; margin-bottom: .5rem; }
#servicos ul li img { max-width: 25px; margin-right: 8px; }
#servicos .image { right: 0; }

@media( max-width: 767px ) {
    #servicos h2 { font-size: 2rem; }
}
@media( max-width: 450px ) {
	#servicos .img-servico img{display:none;}
	#servicos ul li {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
}


/* -------------------------------------------------------------------
 * CONTABILIDADE - ABRIR e MIGRAR EMPRESA
 * -----------------------------------------------------------------*/
#contabilidade { padding-top: 4rem; padding-bottom: 4rem; }
#contabilidade h2 { color: var(--color-primary); font-weight: bold; margin-bottom: 1rem !important; font-size: 2.5rem; }
#contabilidade .btn_theme_secondary { font-size: 1.4rem !important; padding: 8px 2rem !important; }
#contabilidade .btn_theme_primary { font-weight: 600; border: 2px solid var(--color-font-dark); background: transparent !important; color: var(--color-font-dark) !important; padding: 8px 3.5rem !important; }
#contabilidade .btn_theme_primary:hover { color: var(--color-font-light) !important; background: var(--color-font-dark) !important; }
#contabilidade img:not(article img):hover { transform: scale(1.05); transition: .5s; }
#contabilidade .beneficios div { display: flex; align-items: center; }
#contabilidade .beneficios img { background: var(--color-secondary); padding: .6rem; border-radius: 1rem; height: 46px; margin-right: 0.5rem; }
#contabilidade .beneficios p { margin-bottom: 0; }

@media( max-width: 991px ) {
    #contabilidade h2 { font-size: 2rem; }
    #contabilidade h2 br { display: none; }
    #contabilidade .btn_theme_secondary { font-size: 1.2rem !important; padding: 8px 1.6rem !important; }
}
@media( max-width: 767px ) {
    #contabilidade .btn_theme_primary, #contabilidade .btn_theme_secondary { display: block; }
    #contabilidade .btn_theme_primary { margin-bottom: 2rem; }
    #contabilidade .beneficios div { margin-bottom: 1rem; }
}



/* -------------------------------------------------------------------
 * SESSAO CLIENTE
 * PERGUNTAS FREQUENTES E DEPOIMENTOS
 * -----------------------------------------------------------------*/
#cliente { 
    background: var(--color-primary); 
    padding: 5rem 0; 
    max-width: 100% !important; 
    position: relative;
    background: url(../img/bg_perguntas_depoimentos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#cliente h2 { font-weight: 600; margin-bottom: 2rem; font-size: 2.2rem; color: var(--color-font-light); }

#cliente #perguntas .accordion { background: transparent; border: 0; padding: .5rem 0; text-align: left; display: flex; align-items: center; }
#cliente #perguntas .accordion p { margin-bottom: 0; color: var(--color-font-light); }
#cliente #perguntas .accordion img { width: 20px; font-size: 10px; color: var(--color-secondary); margin-right: 12px; }
#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-font-light);
    margin-left: 0.75rem;
    font-weight: 400;
    /* font-style: italic; */
    font-size: 13px;
    background-color: var(--color-secondary);
    padding: 2%;
    border-radius: 15px;
}

#cliente #depoimentos .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-font-light);
    margin: 0 auto;
    padding: 2rem 2.5rem;
    border-radius: 1rem;
    min-height: 240px;
}
#cliente #depoimentos .item .text-box { color: var(--color-font-light); }
#cliente #depoimentos .item p { font-weight: bold; margin: 0.5rem 0; color: var(--color-font-light); }

.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; }
#owl-depoimentos > div.owl-nav > button > i { color: var(--color-secondary); }

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



/* -------------------------------------------------------------------
 * NOTICIAS - ARTIGOS
 * -----------------------------------------------------------------*/
#noticias { padding: 4rem 0 3rem; }
#noticias h2 { font-weight: bold; margin-bottom: 1rem !important; font-size: 2.5rem; color: var(--color-primary); }

#noticias .noticias article span,
#noticias .artigos article span {
    color: var(--color-font-light);
    font-size: .8rem;
    line-height: 1rem;
    border-radius: 5px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 8px;
}
#noticias article h3 { font-size: 1.2rem; font-weight: 600; margin: 0 0 2px 0; }
#noticias article p { font-weight: 500; font-size: .8rem; margin-bottom: .2rem; }
#noticias article a { color: var(--color-secondary); font-weight: 600; font-size: .8rem; }
#noticias article .image-cover { position: relative; padding: 0 !important; height: auto; min-width: 240px; max-width: 240px; margin-right: 12px; }
#noticias article .image-cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: 1s; }
#noticias .btn_theme_primary { background: var(--color-font-dark) !important; }

#noticias .noticias article h3 { width: 90%; }
#noticias .noticias article span { background-color: var(--color-primary); }
#noticias .artigos article span { background-color: var(--color-secondary); }

@media(max-width:991px) {
    #noticias article .image-cover { min-width: 150px; max-width: 150px; }
}
@media(max-width:767px) {
    #noticias h2 { font-size: 2rem; }
    #noticias .artigos { margin-top: 3rem; }
}
@media(max-width:575px) {
    #noticias article .image-cover { min-width: auto; max-width: 100%; margin-bottom: .5rem; }
    #noticias .artigos article div.d-flex { flex-direction: column; }
}



 /* -------------------------------------------------------------------
 * NEWSLETTER
 * ------------------------------------------------------------------*/
#newsletter{ padding-top: 1rem; padding-bottom: 4rem; }
#newsletter h2 { font-weight: 600; font-size: 1.5rem; text-align: center; margin-bottom: 1rem; }

#newsletter .input { border: 2px solid var(--color-font-dark); border-radius: .5rem; padding: 0 12px 0 0; }
#newsletter input { border: 0 !important; padding: 2rem 20px; font-size: 1.2rem; text-align: center; }
#newsletter input::placeholder { font-weight: 600; color: var(--color-font-black); }
#newsletter .btn_theme_primary { font-weight: 600; font-size: 1.2rem; padding: 6px 2rem !important; }


@media(max-width:575px) {
	
#newsletter input {
    border: 0 !important;
    padding: 2rem 0px;
    font-size: 0.65rem;
    text-align: center;
}

#newsletter .btn_theme_primary {
    font-weight: 600;
    font-size: 0.85rem;
    padding: 9px 1rem !important;
}

}


/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
#footer-image {
    max-width: 100% !important; 
    height: 220px;
    position: relative;
    background: url(../img/bg_rodape.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#footer { padding-top: 4rem; padding-bottom: 1rem; background: var(--color-primary); }
#footer *:not(input, textarea) { color: var(--color-font-light); }
#footer h3 { font-size: 1.1rem; font-weight: bold; }
#footer p { font-size: .9rem; margin-bottom: .1rem; }
#footer a { display: block; font-size: .9rem; margin-bottom: .1rem; }
#footer a:hover { color: var(--color-secondary); }
#footer .formulario { border: 2px solid var(--color-secondary); padding: 1rem 1.2rem; border-radius: 1rem; }
#footer form { margin-top: 2rem; }
#footer form .form-group { margin-bottom: .5em; }
#footer form label { margin-bottom: 0; font-size: .9rem; }
#footer form button { padding: 8px 2rem !important; }
#footer .social { margin-bottom: 2rem !important; }
#footer .social img { width: 40px; }

.copyright { padding-top: 1.3rem; padding-bottom: 1.3rem; }
.copyright img { max-height: 32px; }


@media(max-width:767px) {
    #footer form { margin-bottom: 2rem; }
}

@media(max-width:550px) {

#footer-image {
    max-width: 100% !important;
    height: 199px;
    position: initial;
    background: url(../img/bg_rodape.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;
}
}