/* -------------------------------------------------------------------
 * BLOCO CONTABIL (GRUPO DE BOTOES)
 * -----------------------------------------------------------------*/
#contabil article:nth-child(2n+1) {
    background-color: var(--color-secondary);
}

#contabil article:nth-child(2n+2) {
    background-color: #d3a203;
}

#contabil article {
    padding: 1.5rem 0;
}

#contabil article img {
    max-width: 38px;
}

#contabil article h2 {
    color: var(--color-font-secondary);
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 600;
}

#contabil article span {
    display: inline-block;
}

#contabil article span i {
    color: var(--color-font-secondary);
    font-size: 1.2rem;
}

#contabil article a {
    width: 100%;
    height: 100%;
}

#contabil article a:hover {
    transform: scale(1.1);
    transition: .3s;
}


@media (max-width:550px) {

    #contabil article h2 {
        color: var(--color-font-secondary);
        font-size: 0.9rem;
        margin-bottom: 0;
        font-weight: 600;
        width: 120px;
    }

    #contabil article {
        padding: 0.8rem 0;
    }

    #contabil article img {
        max-width: 32px;
    }

}


/* -------------------------------------------------------------------
 * QUEM SOMOS
 * -----------------------------------------------------------------*/

#quemsomos {
    padding: 4rem 0;
    color: var(--color-font-secondary);
}

#quemsomos .contador_container .contador_circle {
    background: rgb(0, 24, 58);
    background: linear-gradient(173deg, rgba(0, 24, 58, 1) 0%, rgba(0, 24, 58, 1) 26%, rgba(0, 73, 154, 1) 100%);
    color: var(--color-font-primary);
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#quemsomos .contador_container .contador_circle i {
    font-size: 1.2rem;
}

#quemsomos .contador_container .contador_circle span {
    font-size: 1.9rem;
    font-weight: 500;
}

#quemsomos .contador_container p {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 500;
}

@media(max-width:550px) {

    #quemsomos {
        padding: 2rem;
        text-align: center;
    }

    #quemsomos h2 {
        font-size: 1.45rem;
        font-weight: 600;
    }

}


/* -------------------------------------------------------------------
 * GALERIA
 * -----------------------------------------------------------------*/
#galeria {
    padding: 2rem 0 3rem 0;
}

#galeria .gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, 3.14vw);
    grid-gap: 5px;
}

#galeria .gallery figure {
    margin: 0 !important;
}

#galeria .gallery .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1s;
}

#galeria .gallery .gallery__item--1 {
    grid-column: span 2;
    grid-row: span 6;
}

#galeria .gallery .gallery__item--2 {
    grid-column: span 2;
    grid-row: span 3;
}

#galeria .gallery .gallery__item--3 {
    grid-column: span 2;
    grid-row: span 3;
}

#galeria .gallery .gallery__item--4 {
    grid-column: span 2;
    grid-row: span 3;
}

#galeria .gallery .gallery__item--5 {
    grid-column: span 2;
    grid-row: span 3;
}

#galeria .btn_style__secondary {
    padding: 4px 20px;
    border-radius: 20px;
    font-size: .9rem;
}

#galeria iframe {
    width: 100%;
    border: 0px;
}

@media (max-width: 550px) {

    #galeria .gallery .gallery__item--1,
    #galeria .gallery .gallery__item--2,
    #galeria .gallery .gallery__item--3,
    #galeria .gallery .gallery__item--4,
    #galeria .gallery .gallery__item--5 {
        grid-column: span 6;
        grid-row: span 6;
    }
}


/* -------------------------------------------------------------------
 * PARCEIROS
 * -----------------------------------------------------------------*/
#parceiros {
    padding: 3rem 0;
    background-color: #c2cddd9e;
    color: var(--color-font-primary) !important;
}

#parceiros h2 {
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 1.75rem;
    color: var(--color-font-secondary);
}

#parceiros img {
    max-width: 120px;
}


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

#servicos h2 {
    font-weight: 600;
    font-size: 2.1rem;
}

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

#servicos img {
    width: 50px;
}

#servicos article {
    padding: 2rem;
    border-radius: 15px;
    /* min-height: 220px; */
    border: 2px solid #00183a21;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#servicos article:hover {
    transition: .5s;
    background-color: var(--color-font-tertiary);
    color: var(--color-primary);
}

#servicos article div {
    align-items: center;
}

#servicos article h3 {
    font-size: 1.1rem;
    font-weight: 700;
}

#servicos article p {
    font-size: .85rem;
    font-weight: 500;
    line-height: 17px;
}

@media (max-width:768px) {
    #servicos p.w-75 {
        width: 100% !important;
    }
}

@media (max-width:550px) {

    #servicos article div {
        align-items: center;
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
    }

    #servicos article {
        padding: 1rem;
        border-radius: 15px;
        /* min-height: 220px; */
        border: 2px solid #00183a21;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #servicos img {
        width: 39px;
    }

    #servicos article h3 {
        font-size: 1rem;
        font-weight: 700;
        margin: 0 !important;
        padding: 0.5rem;
    }

    #servicos {
        padding: 2rem;
    }

    #servicos h2 {
        font-weight: 600;
        font-size: 1.65rem;
        text-align: center;
    }

    #servicos p {
        font-size: 0.9rem;
        text-align: center;
    }

}


/* -------------------------------------------------------------------
 * DEPOIMENTOS
 * -----------------------------------------------------------------*/
#depoimentos {
    padding: 0 0 5rem 0;
}

#depoimentos h2 {
    color: var(--color-font-secondary);
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 1rem;
}

#depoimento-container .owl-carousel .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
    background-color: var(--color-secondary);
    color: var(--color-font-secondary);
    padding: 2rem;
    border-radius: 1rem;
    /* min-height: 240px; */
    font-weight: 500;
    line-height: 20px;
    font-size: 0.9rem;
}

#depoimento-container .owl-carousel small {
    font-weight: 600;
}

#depoimento-container .owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    left: -2.5rem;
    right: -2.5rem;
    top: calc(60% - 3.5rem);
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    color: var(--color-primary);
    z-index: 1;
}

@media (max-width:550px) {

    #depoimentos {
        padding: 2rem;
    }

    #depoimentos h2 {
        color: var(--color-font-secondary);
        font-size: 1.3rem;
        font-weight: 700;
        padding-bottom: 0rem;
    }

    #depoimento-container .owl-theme .owl-nav {
        position: absolute;
        margin: 0;
        left: -0.5rem;
        right: -0.5rem;
        top: calc(60% - 3.5rem);
        display: flex;
        justify-content: space-between;
        font-size: 1.5rem;
        color: var(--color-primary);
        z-index: 1;
    }
}

/* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/

#planos{ padding: 0rem 13rem 4rem 13rem; }
#planos .plano{ padding: 0 2%; }

#planos h2{
    font-weight: 600;
    font-size: 2.1rem;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2rem;
}

#planos h3{
	font-weight:600;
}

#planos p .small, small {
    font-size: 90%;
    font-weight: 600;
}

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

#planos .plano div .valor{ font-weight: 600; font-size: 1.6rem; line-height: 1.5rem; }
#planos .plano div .valor .big{ font-size: 3rem; }
#planos .plano div .valor .small{ font-size: 1.3rem; }
#planos .plano div ul{ padding: 0; }
#planos .plano div ul li{
list-style-type: none;
    text-align: left;
    line-height: 17px;
    font-size: 0.85rem;
    font-weight: 500;
    padding: 0rem 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 9px;
    color: var(--color-font-quaternary);
}

#planos .plano div ul li i{
	padding-right:5px;
}

#planos .plano .btn_style__primary{ width: 80%; }

@media (max-width:768px) {
    #planos{ padding: 2rem; }
	#planos h2 {
    font-weight: 600;
    font-size: 23px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
	}
}


/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR - MIGRAR - SIMULAÇÃO)
 * -----------------------------------------------------------------*/
#contabilidade {
    padding: 5rem 20px;
    background-color: var(--color-primary);
    color: var(--color-font-primary) !important;
}

#contabilidade h2 {
    font-weight: 600;
    font-size: 2.6rem;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    line-height: 40px;
    padding-bottom: 1rem;
    color: var(--color-secondary);
}

#contabilidade h4 {
    font-weight: 400;
    font-size: 1.2rem;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    line-height: 40px;
    padding-bottom: 1rem;
}

#contabilidade article {
    color: var(--color-font-secondary);
    background-color: var(--color-font-primary);
    padding: 0;
    border-radius: 5px;
    min-height: 335px;
}

#contabilidade article .img-mask {
    position: relative;
    padding: 0 !important;
}

#contabilidade article .img-mask img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#contabilidade article .img-mask:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #b9b9b93f;
    opacity: 0.4;
    position: absolute;
    z-index: 2;
    left: 0 !important;
}

#contabilidade article div {
    padding: 1.5rem .8rem;
}

#contabilidade article h3 {
    font-size: 1.2rem;
    font-weight: 700;
    border-left: 10px solid var(--color-font-tertiary);
    padding-left: 10px;
}

#contabilidade article p {
    font-size: 0.9rem;
    line-height: 18px;
    font-weight: 500;
}

#contabilidade article:hover {
    transition: .5s;
    margin-top: 10px;
}

#contabilidade ul {
    list-style: none;
    padding-left: 2px;
}

#contabilidade ul li {
    position: relative;
    margin: 10px 0px;
    font-size: .9rem;
}

#contabilidade ul li::before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    padding: 0px 10px 0 11px;
    background-image: url('../img/check.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}

#contabilidade .beneficios h2 {
    font-size: 1.25rem;
    text-align: left;
    width: 100%;
    line-height: 24px;
    padding-bottom: 0;
}

#contabilidade .contatoWpp h2 {
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    line-height: 24px;
    padding-bottom: 0;
}

@media (max-width:550px) {

    #contabilidade ul {
        list-style: none;
        padding-left: 2px;
        margin-bottom: -10px;
    }

    #contabilidade {
        padding: 2rem;
    }

    #contabilidade h2 {
        font-weight: 600;
        font-size: 2rem;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        line-height: 33px;
        padding-bottom: 1rem;
        color: var(--color-secondary);
    }

    #contabilidade h4 {
        font-weight: 400;
        font-size: 0.9rem;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        line-height: 20px;
        padding-bottom: 1rem;
    }

}

/* -------------------------------------------------------------------
 * NOTICIAS
 * -----------------------------------------------------------------*/
#noticias {
    color: var(--color-font-secondary) !important;
    padding: 4rem 0;
}

#noticias h2 {
    font-weight: 600;
    font-size: 2.1rem;
}

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

#noticias h3 {
    color: var(--color-font-tertiary);
    border-bottom: 5px solid #dcdcdc;
    font-size: 1.1rem;
    padding-bottom: 6px;
    font-weight: 600;
}

#noticias .artigos img {
    border-radius: 5px;
}

#noticias .artigos h4 {
    color: var(--color-font-secondary);
    font-size: 1.1rem;
    margin: 12px 0;
    font-weight: 600;
}

#noticias .artigos p {
    font-size: .9rem;
}

#noticias .artigos .btn_style__primary,
#noticias .noticias .btn_style__primary {
    padding: 3px 10px;
    font-size: .8rem;
    border-radius: 4px;
}

#noticias .noticias h4 {
    font-size: 1.1rem;
    font-weight: 600;
}

@media (max-width:550px) {

    #noticias .noticias h4 {
        font-size: 1rem;
    }

    #noticias {
        color: var(--color-font-secondary) !important;
        padding: 2rem 1rem;
    }

    #noticias h2 {
        font-weight: 600;
        font-size: 1.7rem;
    }

}

/* -------------------------------------------------------------------
 * CAROUSEL PLUGIN OWL - DEPOIMENTO - NOTICIA - ARTIGO
 * -----------------------------------------------------------------*/


#depoimento-container .owl-carousel .item .text-box #noticias .owl-carousel .item .text-box {
    font-weight: 700;
    border-left: 15px solid var(--danger);
    padding-left: 1rem;
}

#depoimento-container .owl-carousel,
#noticias .owl-carousel,
#depoimento-container .owl-stage-outer,
#noticias .owl-stage-outer {
    position: relative;
    z-index: 2;
}

#depoimento-container,
#noticias {
    position: relative;
}

#depoimento-container .owl-theme .owl-nav [class*=owl-]:hover,
#noticias .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset !important;
    color: var(--gold) !important;
}

#depoimento-container .owl-theme .owl-nav [class*=owl-]:focus,
#depoimento-container .owl-theme .owl-nav [class*=owl-]:active,
#noticias .owl-theme .owl-nav [class*=owl-]:focus,
#noticias .owl-theme .owl-nav [class*=owl-]:active {
    outline: none;
}




/* -------------------------------------------------------------------
 * BLOG
 * -----------------------------------------------------------------*/
#blog {
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 3rem 0;
    background-color: #e7e7e7;
}

#blog h2 {
    font-weight: 600;
    font-size: 1.8rem;
    color: var(--color-font-quaternary);
}

#blog img {
    border-radius: 6px;
}

#blog h3 {
    font-weight: 500;
    font-size: 1rem;
    margin: 1rem 0 .3rem 1px;
    color: var(--color-font-secondary);
}

#blog .btn_style__primary {
    padding: 4px 30px;
    border-radius: 5px;
}


/* -------------------------------------------------------------------
 * PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
#perguntas {
    margin: 2rem 0 4rem 0;
    color: var(--color-font-secondary) !important;
}

#perguntas h2 {
    font-weight: 600;
    font-size: 2.1rem;
}

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


#perguntas .accordion i {
    margin-right: 10px;
    color: #e1b74e;
}

#perguntas .accordion {
    font-weight: 500;
    font-size: 1.1rem;
    background-color: #FFF;
    border: 0 !important;
    padding: 14px 2px 1px 2px;
    text-align: left;
    color: var(--color-font-secondary) !important;
}

#perguntas .accordion img {
    margin-right: 1rem;
    max-width: 40px;
}

#perguntas .panel p {
    margin-bottom: 0 !important;
}

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

#perguntas .panel {
    color: var(--color-font-tertiary);
    padding: 0 0 .6rem 4rem;
    font-size: .9rem;
    display: none;
    font-weight: 500;
}

@media (max-width: 991px) {
    #perguntas p {
        width: 100% !important;
    }
}

@media (max-width:550px) {

    #perguntas p {
    width: 100% !important;
    font-size: 0.9rem;
    line-height: 19px;
}

    #perguntas .panel {
    color: var(--color-font-tertiary);
    padding: 0 0 0.6rem 55px;
    font-size: .9rem;
    display: none;
    font-weight: 500;
}

    #perguntas .panel p {
    margin-bottom: 0 !important;
    font-weight: 400;
    font-size: 0.85rem;
}

    #perguntas .accordion {
        font-weight: 500;
        font-size: 0.9rem;
        background-color: #FFF;
        border: 0 !important;
        padding: 5px 0;
        text-align: left;
        color: var(--color-font-secondary) !important;
        display: flex;
        line-height: 18px;
    }

    #perguntas {
        margin: 2rem;
    }

    #perguntas h2 {
        font-weight: 600;
        font-size: 1.5rem;
        text-align: center;
    }

}


/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
footer {
    position: relative;
    padding: 30px 0;
    background-color: var(--color-primary);
    color: var(--color-font-primary) !important;
    min-height: 620px;
}

footer .social i {
    color: var(--color-font-tertiary);
}

footer .social a:hover i {
    transform: scale(1.1);
    transition: 0.3s;
}

footer h2 {
    font-size: 2.2rem;
}

footer .contados i {
    color: var(--color-font-tertiary);
    font-size: 1.3rem;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
}

footer .contados a {
    color: var(--color-font-primary) !important;
}

footer label {
    font-size: 0.8rem;
    margin-bottom: 0;
}

footer .form-group {
    margin-bottom: .2rem;
}

footer .btn_style__secondary {
    padding: 4px 20px;
}

footer .maps {
    position: absolute;
    right: 0;
    padding-right: 0;
}

footer .maps iframe {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 100%;
}

footer .maps .endereco i {
    color: var(--color-font-tertiary);
    font-size: 1.5rem;
    margin-right: 5px;
}


#copyright {
    padding: 1.5rem 0 .2rem 0;
    color: var(--color-font-secondary);
}

#copyright ul {
    list-style: none;
}

#copyright ul li::before {
    content: "•";
    font-size: 40px;
    color: var(--color-font-quaternary);
    position: relative;
    left: 0;
    top: 9px;
    margin-right: 2px;
    line-height: 15px;
}

#copyright ul li a {
    color: var(--color-font-secondary);
    font-size: .9rem;
    font-weight: 500;
}

#copyright ul li a:hover,
#copyright ul li:hover::before {
    color: var(--color-font-tertiary);
    transition: .1s;
}

#copyright h2 {
    font-size: .9rem;
    font-weight: 500;
}

#copyright .btn_style__secondary {
    padding: 4px 20px;
}

#copyright p {
    font-size: .8rem;
    font-weight: 500;
}

#copyright .img-selo {
    max-height: 60px;
}

#copyright .copy img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
}

#copyright .btn_up {
    position: absolute;
    right: 13rem;
    background-color: var(--color-secondary);
    padding: 3px 8px;
    border-radius: 5px;
}

#copyright .btn_up i {
    color: var(--color-font-primary);
    font-size: 1.6rem;
}


@media (max-width: 1199px) {
    #copyright ul li a {
        font-size: .8rem;
    }

    #copyright h2 {
        height: 47px;
    }
}

@media (max-width: 991px) {
    footer .maps {
        position: initial;
    }

    footer .maps iframe {
        border-radius: 30px;
    }

    #copyright {
        padding: 1.5rem 0 2rem 0;
    }

    #copyright ul li a {
        font-size: .9rem;
    }

    #copyright ul {
        padding-left: 0;
    }

    #copyright ul li {
        display: inline-block;
        padding: 0 6px;
        margin-bottom: 2rem;
    }

    #copyright .btn_up {
        margin-top: 1.5rem;
    }

    #copyright .img-selo {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767px) {
    footer .social {
        text-align: center !important;
    }

    #copyright h2 {
        height: auto;
    }

    #ligamos-form input,
    #newsletter-form input {
        width: 100%;
    }

    #copyright ul li {
        display: block;
        padding: 0 5px;
        margin-bottom: .4rem;
    }

    #copyright .btn_up {
        right: 6rem;
    }
}

@media (max-width: 575px) {

    footer h2 {
    font-size: 1.8rem;
    text-align: center;
}

    footer .maps iframe {
        border-radius: 0px;
    }

    #copyright {
        padding-bottom: 4.5rem;
    }

    #copyright .btn_up {
        margin-top: 4rem;
    }
}