/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
#beneficio {
    padding: 0rem 0;
    background-image: url(../img/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: inherit;
    color: var(--color-font-light);
}

#beneficio h2 {
    font-weight: 700;
    margin-bottom: 1.5rem !important;
    font-size: 2.8rem;
    width: 60%;
    line-height: 52px;
    text-align: center;
    color: var(--color-font-light);
    margin: 0 auto;
    margin-top: -11rem;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

#beneficio p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 25px;
    color: var(--color-font-light);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 21px;
    margin-top: -41px;
}

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

@media(max-width: 768px) {

    #beneficio p {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
        color: var(--color-font-light);
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 21px;
        margin-top: -50px;
    }

    #beneficio h2 {
        font-weight: 700;
        margin-bottom: 1.5rem !important;
        font-size: 2.15rem;
        width: 100%;
        line-height: 42px;
        text-align: center;
        color: var(--color-font-light);
        margin: 0 auto;
        margin-top: -3rem;
        margin-bottom: 0px !important;
        padding-bottom: 70px !important;
    }

    #beneficio {
        padding: 0rem 0;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        color: var(--color-font-light);
    }

    #beneficio h2 br {
        display: none;
    }
}


@media(max-width: 550px) {

    #beneficio { margin-top: -3px; }

    #beneficio h2 {
        font-weight: 700;
        margin-bottom: 0.5rem !important;
        font-size: 1.45rem;
        width: 80%;
        line-height: 27px;
        padding-bottom: 0rem;
        text-align: center;
        color: var(--color-font-light);
        margin: 0 auto;
        margin-top: 0rem;
        padding-bottom: 0px !important;
    }

    #beneficio p {
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        color: var(--color-font-light);
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

}


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

#vantagem h2 {
    font-weight: 700;
    font-size: 4rem;
    width: 90%;
    line-height: 67px;
    padding-top: 0px;
    padding-bottom: 0rem;
    text-align: left;
}

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

#vantagem ul li {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    margin: 0 auto;
    line-height: 25px;
    padding-bottom: 6px;
    font-weight: 500;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}

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

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

@media(max-width: 550px) {

    #vantagem h2 span {
        font-weight: 700;
        font-size: 27px;
    }

    #vantagem h2 {
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        margin-bottom: 1rem !important;
        padding-bottom: 1rem;
        text-align: center;
        margin: 0 auto;
    }

    #vantagem ul li {
        display: flex;
        align-items: center;
        font-size: 0.95rem;
        margin: 0 auto;
        line-height: 18px;
        padding-bottom: 15px;
        font-weight: 500;
    }

    #vantagem {
        padding: 2rem 1rem;
    }

}

/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    padding: 0 0 3rem 0;
}

#servicos h2 {
    font-weight: 300;
    margin-bottom: 2.5rem !important;
    font-size: 2.8rem;
    color: var(--color-font-dark);
    width: 90%;
    line-height: 51px;
    text-align: center;
    margin: 0 auto;
}

#servicos h2 span {
    font-weight: 600;
    color: var(--color-secondary);
}

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

#servicos ul li {
    font-weight: 500;
    padding: 0.2rem 0;
    font-size: 1.3rem;
    color: var(--color-font-dark);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    line-height: 23px;
    padding-bottom: 11px;
}

#servicos ul li i {
    color: var(--color-span-artigo);
    margin-right: 10px;
    font-size: 1.65rem;
}

#servicos .btn_theme_primary {
    border-radius: 90px !important;
    padding: 6px 40px !important;
    color: var(--color-font-dark);
    background-color: #15abd800;
    font-weight: 600;
    transition: .2s !important;
    -webkit-transition: .2s !important;
    -moz-transition: .2s !important;
    -ms-transition: .2s !important;
    -o-transition: .2s !important;
    margin: 0 auto;
    border: 2px solid;
}


@media(max-width: 550px) {
	
	#servicos ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: -4px;
}

    #servicos h2 {
        font-weight: 600;
        margin-bottom: 2.5rem !important;
        font-size: 25px;
        color: var(--color-font-dark);
        width: 100%;
        line-height: 30px;
        text-align: center;
        margin: 0 auto;
    }

    #servicos {
        padding: 2rem 1rem;
    }

    #servicos ul li {
        font-weight: 500;
        padding: 0.2rem 0;
        font-size: 1rem;
        color: var(--color-font-dark);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        line-height: 19px;
        padding-bottom: 11px;
    }

    #servicos ul li i {
        color: var(--color-span-artigo);
        margin-right: 10px;
        font-size: 17px;
    }

}

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

#planos h2 {
    font-weight: 700;
    font-size: 4rem;
    width: 100%;
    line-height: 64px;
    padding-bottom: 1rem;
    text-align: center;
    margin-top: -7rem;
    margin: -130px auto 0;
}

#planos h3 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 1.8rem;
    color: var(--color-secondary);
    margin: 0 auto;
    text-align: center;
}

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

#planos .beneficio ul li {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 21px;
    display: flex;
    padding-bottom: 7px;
}

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

#planos .plano div {
    padding: 6%;
    border-radius: 19px;
    min-height: 204px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    background-color: var(--color-secondary);
}

#planos .plano div:hover {
    /* border: 3px solid var(--color-primary); */
    transition: 0.4s;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    background-color: var(--color-span-artigo);
}

#planos .btn_theme_secondary {
    border-radius: 90px !important;
    padding: 2px 20px !important;
    color: var(--color-font-light);
    background-color: var(--color-font-dark);
    font-weight: 500;
    /* border: 2px solid var(--color-font-light); */
}

#planos .plano div h3 {
    font-weight: 500;
    font-size: 1.15rem;
    color: var(--color-font-light);
}

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

#planos .plano div .valor .big {
    font-size: 3rem;
    color: var(--color-font-light);
    line-height: 2.2rem;
    margin-left: 3px;
    letter-spacing: -2px;
}

#planos .plano div .valor .small {
    font-size: 1.3rem;
    color: var(--color-font-light);
    line-height: 4rem;
    font-weight: 600;
}

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

#planos .plano div ul li i {
    color: var(--color-primary);
    font-size: .5rem;
    margin-right: 0.5rem;
}

@media (max-width:1199px) {
    #planos .beneficio ul li {
        min-width: 300px;
    }
}

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

@media (max-width:550px) {

    #planos {
        padding: 3rem;
    }

    #planos .beneficio {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    #planos h2 {
        font-weight: 800;
        margin-bottom: 0.5rem !important;
        font-size: 29px;
        width: 100%;
        line-height: 31px;
        padding-top: 5rem;
        text-align: center;
    }

}


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

#simulador h2 {
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--color-font-dark);
    width: 60%;
    margin: 0 auto;
}

#simulador .btn_theme_secondary {
    font-size: 1.15rem;
    font-weight: 500;
    padding: 15px 25px !important;
    margin-top: 1rem !important;
    background: rgb(157, 119, 72);
    background: linear-gradient(180deg, #9f6d0d 0%, rgb(173 118 37) 48%, rgb(255 191 127) 100%);
    transition: 0.2s;
    color: var(--color-font-light) !important;
}

#simulador .btn_theme_secondary:hover {
    transition: 0.2s;
    transform: scale(1.06);
    background: rgb(157, 119, 72);
    background: linear-gradient(180deg, #8a6014 0%, rgb(122, 82, 22) 48%, rgb(209, 148, 88) 100%);
    transition: 0.2s;
    color: var(--color-font-light);
}

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

@media (max-width:991px) {}

@media (max-width:550px) {

    #simulador {
        padding: 0rem 0 4rem 0;
    }

    #simulador h2 {
        font-weight: 600;
        font-size: 1.4rem;
        color: var(--color-font-dark);
        width: 90%;
        margin: 0 auto;
    }

}


/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR / MIGRAR EMPRESA)
 * -----------------------------------------------------------------*/
#contabilidade {
    padding: 0rem 0;
    background-image: url(../img/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: inherit;
    color: var(--color-font-light);
}

#contabilidade h2 {
    font-weight: 700;
    font-size: 3.35rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2%;
    color: var(--color-font-light);
    margin-top: -8rem;
}

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

#contabilidade h4 {
    font-weight: 500;
    font-size: 1.45rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: var(--color-font-light);
}

#contabilidade article {
    padding: 2rem 1rem;
    border-radius: 25px;
    height: 320px;
    border: 4px solid;
    color: var(--color-primary-hover);
    background-color: var(--color-font-light);
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

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

#contabilidade article h3 {
    font-size: 1.55rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    color: var(--color-font-dark);
    width: 70%;
    margin: 0 auto;
}

#contabilidade article p {
    color: var(--color-font-dark);
    font-size: 1.2rem;
    line-height: 24px;
    padding: 4% 4% 0% 0%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    font-weight: 500;
    text-align: center;
}

#contabilidade article:hover {
    transition: .5s;
    transform: scale(1.06);
    border: 3px solid var(--color-secondary);
    color: var(--color-font-light);
}

@media (max-width:768px) {

    #contabilidade article {
        padding: 1rem;
        border-radius: 25px;
        height: auto;
        border: 4px solid;
        color: var(--color-primary-hover);
        background-color: var(--color-font-light);
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

    #contabilidade h2 {
        font-weight: 700;
        font-size: 2rem;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 2%;
        color: var(--color-font-light);
        margin-top: -2rem;
    }

    #contabilidade {
        padding: 0rem 0;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        color: var(--color-font-light);
    }

}

@media (max-width:550px) {

    #contabilidade article p {
        color: var(--color-font-dark);
        font-size: 15px;
        line-height: 19px;
        padding: 2% 0% 0% 0%;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        font-weight: 500;
        text-align: center;
    }

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

    #contabilidade article h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0;
        text-align: center;
        color: var(--color-font-dark);
        width: 90%;
        margin: 0 auto;
    }


    #contabilidade h4 {
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        color: var(--color-font-light);
        padding: 1rem 0 0 0;
    }

    #contabilidade h2 {
        font-weight: 600;
        font-size: 31px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 4%;
        color: var(--color-font-light);
        margin-top: 0rem;
    }

    #contabilidade article {
        padding: 1rem 1rem;
        border-radius: 25px;
        height: auto;
        border: 4px solid;
        color: var(--color-primary-hover);
        background-color: var(--color-font-light);
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }

}

/* -------------------------------------------------------------------
 * ETAPA
 * -----------------------------------------------------------------*/
#etapa {
    text-align: center;
    padding: 4rem 0 0 0;
}

#etapa h2 {
    font-weight: 200;
    margin-bottom: 1.5rem !important;
    font-size: 3.5rem;
    width: 100%;
    line-height: 59px;
    padding-top: 0px;
    padding-bottom: 0rem;
    text-align: center;
}

#etapa h2 span {
    font-weight: 700;
}

#etapa h3 {
    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;
    transition: 0.4s;
}

#etapa span:hover {
    transform: scale(1.08);
    transition: 0.4s;
    background-color: var(--color-primary);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}

#etapa p {
    padding: 1rem 1rem 0;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 24px;
}

@media (max-width:991px) {}

@media (max-width:550px) {}


/* -------------------------------------------------------------------
 * ATIVIDADES
 * -----------------------------------------------------------------*/
#atividade {
	margin-top: -1rem;
	background: var(--color-font-light);
}

#atividade h2 {
    font-weight: 700;
    font-size: 1.8rem;
    padding-bottom: 2%;
}

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

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

#atividade ul li i {
    color: var(--color-primary);
    padding-right: 10px;
}

@media (max-width:768px) {


}

@media (max-width:550px) {
	
    #atividade h2 {
        font-weight: 700;
        font-size: 1.4rem;
        padding-bottom: 2%;
    }

    #atividade ul li {
        font-weight: 500;
        font-size: 1rem;
    }
	
	#atividade {
		background: var(--color-font-light);
		padding: 0rem 0 3rem 0;
	}

}

/* -------------------------------------------------------------------
 * PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
#perguntas {
    padding: 0% 0% 3% 0;
}

#perguntas h2 {
    font-weight: 300;
    margin-bottom: 2.5rem !important;
    font-size: 3.25rem;
    color: var(--color-font-dark);
    width: 100%;
    line-height: 56px;
    text-align: left;
}

#perguntas h2 span {
    font-weight: 600;
    color: var(--color-font-dark);
}

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

#perguntas .accordion {
    background: #FFFF;
    border: 0;
    padding: 5px 0rem;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    font-size: 1.1rem;
    line-height: 19px;
}

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

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

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

#perguntas .btn_theme_secondary {
    font-size: 1.15rem;
    font-weight: 500;
    padding: 15px 25px !important;
    margin-top: 1rem !important;
    background: rgb(157, 119, 72);
    background: linear-gradient(180deg, #9f6d0d 0%, rgb(173 118 37) 48%, rgb(255 191 127) 100%);
    transition: 0.2s;
    color: var(--color-font-light) !important;
    border-radius: 7px !important;
}

#perguntas .btn_theme_secondary:hover {
    transition: 0.2s;
    transform: scale(1.06);
    background: rgb(157, 119, 72);
    background: linear-gradient(180deg, #8a6014 0%, rgb(122, 82, 22) 48%, rgb(209, 148, 88) 100%);
    transition: 0.2s;
    color: var(--color-font-light);
}

@media (max-width:550px) {
	
	#perguntas .accordion {
    font-weight: 500;
    font-size: 1rem;
}
	
	#perguntas {
		padding: 0rem 1rem;
	}

    #perguntas h2 {
        font-weight: 300;
        margin-bottom: 2.5rem !important;
        font-size: 2.25rem;
        color: var(--color-font-dark);
        width: 100%;
        line-height: 38px;
        text-align: center;
    }


}

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

#noticias h2 {
    font-weight: 700;
    font-size: 3.5rem;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 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-hover);
    color: var(--color-font-light);
    text-align: center;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.1rem;
    border-radius: 6px;
    padding: 8px 12px;
    display: inline-block;
    margin-bottom: 5px;
}

#noticias .noticias article span:hover,
#noticias .artigos article span:hover,
#noticias .blog article span:hover {
    background-color: var(--color-primary);
    color: var(--color-font-light);
}

#noticias .noticias article h3,
#noticias .artigos h3,
#noticias .blog h3 {
    font-size: 1.45rem;
    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;
}


@media (max-width:550px) {

    #noticias .noticias article h3, #noticias .artigos h3, #noticias .blog h3 {
    font-size: 17px;
    font-weight: 500;
    font-weight: 600;
    margin: 6px 0 2px 0;
}

    #noticias {
        padding: 12% 5%;
    }

    #noticias h2 {
        font-weight: 700;
        font-size: 26px;
    }

}

/* -------------------------------------------------------------------
 * NEWSLETTER
 * -----------------------------------------------------------------*/
#newsletter {
    padding: 4rem 0;
}

#newsletter h2 {
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    /* margin-right: 2rem; */
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2%;
}

#newsletter .form-border {
    border: 3px solid var(--color-secondary);
    padding: 1rem 2rem;
    border-radius: 4rem;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

#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) {}

@media (max-width:767px) {}

@media (max-width:550px) {

    #newsletter h2 {
        text-align: center;
        width: 100%;
        font-size: 24px;
    }

    #newsletter .form-border input {
        min-width: 200px;
        text-align: center;
    }

    #newsletter .form-border {
        border: 3px solid var(--color-secondary);
        padding: 1rem 2rem;
        border-radius: 4rem;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

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

#depoimentos h2 {
    font-weight: 200;
    margin-bottom: 1.5rem !important;
    font-size: 3.5rem;
    width: 90%;
    line-height: 64px;
    padding-top: 23px;
    padding-bottom: 3rem;
    text-align: center;
    margin-top: -14rem;
    margin: -220px auto 0px;
}

#depoimentos h2 span {
    font-weight: 700;
}

#depoimentos .depoimento-image {}

#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;
    line-height: 23px;
    /* font-weight: 600; */
    border: 4px solid var(--color-primary-hover);
    font-size: 1.2rem;
    text-align: center;
}

#depoimentos small {
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
    color: var(--color-secondary);
}

#depoimentos .btn_theme_secondary {
    font-size: 1.15rem;
    font-weight: 500;
    padding: 15px 25px !important;
    margin-top: 1rem !important;
    background: rgb(157, 119, 72);
    background: linear-gradient(180deg, #9f6d0d 0%, rgb(173 118 37) 48%, rgb(255 191 127) 100%);
    transition: 0.2s;
    color: var(--color-font-light) !important;
    margin: 0 auto;
    display: block;
    width: 30%;
}

#depoimentos .btn_theme_secondary:hover {
    transition: 0.2s;
    transform: scale(1.06);
    background: rgb(157, 119, 72);
    background: linear-gradient(180deg, #8a6014 0%, rgb(122, 82, 22) 48%, rgb(209, 148, 88) 100%);
    transition: 0.2s;
    color: var(--color-font-light);
}

@media(max-width:1299px) {}

@media(max-width:1099px) {}

@media(max-width:767px) {}

@media(max-width:550px) {

    #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;
    line-height: 19px;
    /* font-weight: 600; */
    border: 4px solid var(--color-primary-hover);
    font-size: 15px;
    text-align: center;
}

    #depoimentos .btn_theme_secondary {
        border-radius: 90px !important;
        padding: 13px 30px !important;
        color: var(--color-font-light);
        background-color: var(--color-primary);
        font-weight: 600;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    #depoimentos {
        padding: 2rem;
    }

    #depoimentos h2 {
        font-weight: 200;
        margin-bottom: 0rem !important;
        font-size: 2rem;
        width: 100%;
        line-height: 38px;
        padding-top: 11rem;
        padding-bottom: 2rem;
        text-align: center;
    }

}




/* -------------------------------------------------------------------
 * PARCEIROS
 * -----------------------------------------------------------------*/
#parceiros {
    padding: 0rem 0 7rem 0;
    text-align: center;
}

#parceiros h2 {
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 3rem;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 5%;
}

#parceiros img {
    padding: 0 20px;
    width: 80%;
}

#parceiros .btn_theme_primary {
    font-size: 1.15rem;
    font-weight: 500;
    padding: 15px 25px !important;
    margin-top: 1rem !important;
    background: rgb(157, 119, 72);
    background: linear-gradient(180deg, #9f6d0d 0%, rgb(173 118 37) 48%, rgb(255 191 127) 100%);
    transition: 0.2s;
    color: var(--color-font-light);
    margin: 0 auto;
    display: block;
    width: 15%;
    border-radius: 7px !important;
    margin-top: 3rem !important;
}

#parceiros .btn_theme_primary:hover {
    transition: 0.2s;
    transform: scale(1.06);
    background: rgb(157, 119, 72);
    background: linear-gradient(180deg, #8a6014 0%, rgb(122, 82, 22) 48%, rgb(209, 148, 88) 100%);
    transition: 0.2s;
    color: var(--color-font-light);
}

@media(max-width:550px) {

    #parceiros h2 {
        font-weight: 700;
        margin-bottom: 3rem;
        font-size: 2rem;
        width: 70%;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 5%;
    }

    #parceiros .b-parceiros {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #parceiros {
        padding: 0rem 0 3rem 0;
        text-align: center;
    }

    #parceiros .btn_theme_primary { width: 65%; }
}


/* -------------------------------------------------------------------
 * 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;
}

@media(max-width:550px) {

    #social img {
        max-width: 40px;
        margin: 0 1px;
    }

    #social {
        padding: 5%;
    }
}

/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
#footer #footer-container {
    padding: 0rem 0;
    background-image: url(../img/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: inherit;
    color: var(--color-font-light);
}

#footer #footer-container h2 {
    font-weight: 700;
    margin-bottom: 2.5rem !important;
    font-size: 3.5rem;
    color: var(--color-font-light);
    width: 90%;
    line-height: 61px;
    text-align: center;
    margin-top: -10rem;
    margin: -120px auto 0;
}

#footer #footer-container h2 span {
    font-weight: 700;
    color: var(--color-font-light);
}

#footer #footer-container h3 {
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: var(--color-font-light);
}

#footer #footer-container img {
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}

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

#footer #footer-container .contatos p {
    display: block;
    border-radius: 80px !important;
    max-width: 95%;
    text-align: center;
    margin-bottom: 0.6rem;
    background-color: var(--color-font-light);
    color: var(--color-font-dark) !important;
    border-radius: 7px !important;
    padding: 20px 30px !important;
    font-size: 1.15rem;
}

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

#footer #footer-container .endereco i {
    font-size: 2.2rem;
    margin-right: 6px;
    color: var(--color-primary-hover);
}

#footer #footer-container .endereco p {
	font-weight: 500;
    font-size: 0.95rem;
    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 {
    color: var(--color-font-light);
    background-color: #223359;
}

#footer #copyright .container {
    padding: 1.2rem 0 1.5rem 0;
}

#footer #copyright p {
    font-size: .8rem;
    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 img {
        display: none;
    }
}

@media (max-width:768px) {
	
	#footer #footer-container {
    background-image: url(../img/bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: cover;    
}

    #footer #footer-container h2 {
        font-weight: 700;
        margin-bottom: 1rem !important;
        font-size: 1.65rem;
        color: var(--color-font-light);
        width: 90%;
        line-height: 31px;
        text-align: center;
        margin-top: -10rem;
        margin: 0px auto 0;
    }

    #footer #footer-container .contatos p {
        display: block;
        border-radius: 80px !important;
        max-width: 100%;
        text-align: center;
        margin-bottom: 0.6rem;
        background-color: var(--color-font-light);
        color: var(--color-font-dark);
        border-radius: 7px !important;
        padding: 20px 10px !important;
        font-size: 1rem;
    }

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

}