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

#beneficio h2 {
    font-weight: 700;
    margin-bottom: 1rem !important;
    font-size: 2.6rem;
    line-height: 48px;
}

#beneficio article{
    padding: 2rem;
    background: var(--color-primary-hover);    
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: scale(0.95);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#beneficio article:hover{
    background: var(--color-tertiary-hover);
    transition: 0.4s;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#beneficio article p{
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 25px;
    padding: 0.5rem 0;
    color: var(--color-font-light);
}

#beneficio article h3{
    color: var(--color-font-light);
    font-weight: 700;
    font-size: 1.35rem;
    text-transform: uppercase;
    padding: 1rem 0 0 0;
}

#beneficio img {
    transition: 0.4s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

#beneficio img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transition: 0.4s;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#beneficio p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 31px;
}

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

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

@media(max-width: 550px) {
	
    #beneficio {
        padding: 2rem 0;
    }

    #beneficio p {
        font-size: 17px;
        font-weight: 500;
        line-height: 23px;
        text-align: center;
    }

    #beneficio h2 {
        font-weight: 700;
        margin-bottom: 2.5rem !important;
        font-size: 25px;
        line-height: 28px;
        text-align: center;
    }

}

/* -------------------------------------------------------------------
 * CONTÁBIL
 * -----------------------------------------------------------------*/
#vantagem {
    padding: 5rem 0;
    background-color: var(--color-primary);
}

#vantagem h2 {
    font-weight: 700;
    margin-bottom: 3.5rem !important;
    font-size: 2.5rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: var(--color-font-light);
}

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

#vantagem ul li {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    margin: 0.4rem 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    font-weight: 500;
    color: var(--color-font-light);
    line-height: 23px;
    padding-bottom: 10px;
}

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

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

@media(max-width: 550px) {

    #vantagem h2 {
        font-weight: 600;
        margin-bottom: 2.5rem !important;
        font-size: 27px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    #vantagem {
        padding: 0rem 1rem;
    }

    #vantagem ul li {
        display: flex;
        align-items: center;
        font-size: 17px;
        margin: 1rem 0;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        font-weight: 600;
        line-height: 19px;
    }

}


/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    background-image: linear-gradient(to right bottom, #86d2ec, #61b6dd, #9de0ff, #c9faff, #6bbde1);
    padding: 6rem 0;
}

#servicos img {
    transition: 0.4s;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

#servicos img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    transition: 0.4s;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

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

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

#servicos .btn_theme_secondary {
    border-radius: 6px;
    padding: 12px 22px;
    color: var(--color-primary);
    background-color: #ffffff00;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 1.15rem;
    font-weight: 600;
    border: 3px solid var(--color-primary);
}

#servicos .btn_theme_secondary:hover {
    transition: 0.3s;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

#servicos ul li {
    font-weight: 600;
    padding: 0 0 13px 0;
    color: var(--color-primary);
    font-size: 1.4rem;
    line-height: 21px;
    display: flex;
}

#servicos ul li i {
    color: var(--color-font-light);
    margin-right: 0.5rem;
}

@media(max-width: 550px) {

    #servicos .btn_theme_secondary {
        border-radius: 6px;
        padding: 12px 22px;
        color: var(--color-primary);
        background-color: #ffffff00;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        font-size: 1.15rem;
        font-weight: 600;
        border: 3px solid var(--color-primary);
        width: 100%;
        margin: 0 auto!important;
    }

    #servicos {
        padding: 2rem;        
    }

    #servicos h2 {
    margin-bottom: 0.5rem !important;
    font-size: 28px;
    line-height: 34px;
    width: 100%;
}

    #servicos ul li {
    font-weight: 600;
    padding: 0.5rem 0;
    font-size: 19px;
    line-height: 20px;
    display: flex;
}

    #atividade ul li {
        font-weight: 600;
    }

}

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

#planos h2 {
    font-weight: 700;
    margin-bottom: 2.5rem !important;
    font-size: 2.8rem;
    line-height: 54px;
    text-align: center;
}

#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: 1.5rem 0;
    border: solid 3px #cbcbcb;
    border-radius: 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#planos .plano div:hover {
    transition: 0.3s;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

#planos .plano .btn_theme_secondary {
    border-radius: 6px;
    padding: 8px 22px;
    color: var(--color-font-light);
    background-color: var(--color-primary-hover);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-weight: 600;
}

#planos .plano .btn_theme_secondary:hover {
    color: var(--color-font-light);
    background-color: var(--color-primary);
}

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

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

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

#planos .plano div .valor .small {
    font-size: 1.3rem;
    color: var(--color-primary-hover);
    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: left;
    line-height: 14px;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 0rem 2rem 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#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:550px) {
	
	#planos .plano div ul li {
    list-style-type: none;
    text-align: left;
    line-height: 16px;
    font-weight: 500;
    font-size: 13px;
    padding: 6px 2rem 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#planos .plano div .valor .big {
    font-size: 3rem;
    color: var(--color-secondary);
    line-height: 3.2rem;
    margin-left: 3px;
}
#planos .beneficio h3 {
    font-weight: 600;
    margin-bottom: 0.6rem !important;
    font-size: 19px;
}

    #planos h2 {
        font-weight: 600;
        margin-bottom: 2.5rem !important;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
    }

    #planos {
        padding: 2rem;
    }

}

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

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

#simulador .btn_theme_secondary {
    border-radius: 6px;
    padding: 12px 70px;
    color: var(--color-font-light);
    background-color: var(--color-primary-hover);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 1.25rem;
    font-weight: 600;
}

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

.btn_theme_primary {
    border-radius: 6px;
    padding: 12px 30px;
    color: var(--color-font-light);
    background-color: var(--color-primary);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 1.25rem;
}

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

    #simulador .btn_theme_secondary {
        border-radius: 6px;
        padding: 12px 20px;
        color: var(--color-font-light);
        background-color: var(--color-tertiary);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 10px;
    }
}

@media (max-width:550px) {

#simulador h2 {
    text-align: center;
    width: 80%;
    font-size: 22px;
}

#simulador .btn_theme_secondary {
    border-radius: 6px;
    padding: 12px 20px;
    color: var(--color-font-light);
    background-color: var(--color-tertiary);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 80%;
    line-height: 21px;
}

}

/* -------------------------------------------------------------------
 * CONTABILIDADE (ABRIR / MIGRAR EMPRESA)
 * -----------------------------------------------------------------*/
#contabilidade {
    padding: 6rem 0 2rem 0;
}

#contabilidade h2 {
    font-weight: 700;
    font-size: 3.8rem;
    text-align: center;
    /* text-transform: uppercase; */
    /* line-height: 70px; */
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
}

#contabilidade h3 {
    font-weight: 600;
    font-size: 1.65rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: var(--color-primary);
}

#contabilidade article {
    background-image: linear-gradient(to right bottom, #e6869100, #e49fa800, #e7879200, #f7d9d700, #e6a0ab00);
    border: 3px solid #3535352e;
    padding: 2rem 1rem;
    border-radius: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: flex!important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: -2px 3px 8px 1px #c6c6c65e;
}

#contabilidade article:hover {
    background-image: linear-gradient(to right bottom, #7bc9e7, #b2e7ff, #7bc9e7, #bfedff, #40a1c7);
    transition: .5s;
    transform: scale(1.08);
}

#contabilidade article img {
    max-height: 60px;
    /* margin-right: 1rem; */
}

#contabilidade article h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    color: var(--color-primary);
    line-height: 25px;
    width: 100%;
}

#contabilidade article p {
    color: var(--color-primary);
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 0;
}




@media (max-width:550px) {

    #contabilidade {
        padding: 2rem 1rem;
    }

    #contabilidade h3 {
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        color: var(--color-primary);
    }

    #contabilidade h2 {
        font-weight: 700;
        font-size: 35px;
        text-align: center;
    }

}


/* -------------------------------------------------------------------
 * ETAPA
 * -----------------------------------------------------------------*/
#etapa {
    text-align: center;
}

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

#etapa span {
    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;
}

#etapa p {
    padding: 1rem 0rem 0;
    font-weight: 600;
    font-size: 1.1rem;
}

#etapa {
    padding: 3rem 0;
}

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

@media (max-width:550px) {

    #etapa h2 {
        font-weight: 600;
        font-size: 23px;
    }
}

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

#atividade h2 {
    font-weight: 600;
    font-size: 1.85rem;
    margin: 0 auto;
}

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

#atividade ul li {
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--color-font-dark);
}

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

@media (max-width:550px){
	
	#atividade h2 {
		font-weight: 600;
		font-size: 24px;
		margin: 0 auto;
	}
	
}


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

#perguntas img {
    transition: 0.4s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

#perguntas img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transition: 0.4s;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#perguntas h2 {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 2.65rem;
    text-align: center;
}

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

#perguntas .accordion {
    border: 0;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.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;
}

#perguntas .panel p i {
    font-size: 20px;
}

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


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

#noticias h2 {
    font-weight: 700;
    font-size: 3.2rem;
}

#noticias h3 {
    font-weight: 600;
    font-size: 1.25rem;
}

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

@media (max-width:550px) {

    #noticias {
        padding: 2rem;
    }

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

}


/* -------------------------------------------------------------------
 * NEWSLETTER
 * -----------------------------------------------------------------*/
#newsletter {
    padding: 2rem 0 4rem 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;
        font-size: 19px;
        padding-bottom: 1rem;
    }
}


/* -------------------------------------------------------------------
 * DEPOIMENTOS
 * -----------------------------------------------------------------*/
#depoimentos {
    background-image: linear-gradient(to right bottom, #86d2ec, #61b6dd, #9de0ff, #c9faff, #6bbde1);
    padding: 6rem 0;
}

#depoimentos h2 {
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 2.8rem;
    color: var(--color-font-dark);
    margin: 0 auto;
    text-align: center;
    padding-bottom: 3rem;
}

#depoimentos .depoimento-image {
    position: absolute;
    left: 0;
    margin-top: 5%;
    padding-left: 0;
}

#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: 600;
    line-height: 20px;
    text-transform: inherit;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    transition: 0.3s;
}

#depoimentos img {
    transition: 0.4s;
}

#depoimentos img:hover {
    filter: grayscale(100%);
    transition: 0.4s;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#depoimentos .item: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;
}

#depoimentos small {
    font-weight: 600;
}

@media(max-width:1299px) {
    #depoimentos .depoimento-image {
        margin-top: 11%;
    }
}

@media(max-width:1099px) {
    #depoimentos .depoimento-image {
        margin-top: 17%;
    }
}

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

    #depoimentos {
        padding: 2rem;
    }
}

@media(max-width:550px) {

    #depoimentos h2 {
        font-weight: 700;
        margin-bottom: 3rem;
        font-size: 30px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 1rem;
    }

}



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

#parceiros h2 {
    font-weight: 600;
    margin-bottom: 0rem;
    font-size: 2rem;
}

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

#parceiros .btn_theme_primary {
    color: var(--color-font-light) !important;
    font-weight: 600;
}


@media(max-width:550px) {

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

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

    #parceiros img {
        max-width: 80%;
        margin: 0 auto;
    }

}


/* -------------------------------------------------------------------
 * SOCIAL
 * -----------------------------------------------------------------*/
#social {
    padding: 2rem 0 5rem 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 h2 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 1.6rem;
    }

    #social img {
        max-width: 50px;
        margin: 0 2px;
    }

}


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

#footer #footer-container h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 3rem;
    color: var(--color-font-light);
    line-height: 54px;
}

#footer .bloco1{
    padding: 1rem 0 4rem 0;
}

#footer #footer-container h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
}

#footer img {
    transition: 0.4s;
}

#footer img:hover {
    filter: grayscale(100%);
    transition: 0.4s;
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

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

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

#footer #footer-container .contatos p {
    display: block;
    border-radius: 6px !important;
    text-align: center;
    margin-bottom: 0.6rem;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    background-color: var(--color-font-dark);
    font-weight: 500;
    border: 3px solid var(--color-secondary);
}

#footer #footer-container .contatos p:hover {
    background-color: var(--color-tertiary);
}

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

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

#footer #footer-container .endereco p {
    font-weight: 500;
    font-size: 1.15rem;
    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 {
    background: var(--color-font-dark);
    padding-bottom: 2rem;
}

#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 img {
        display: none;
    }
}

@media (max-width:768px) {

    #footer #footer-container .contatos p {
        max-width: 100%;
    }

    #footer #copyright p {
        text-align: center;
        font-size: 0.8rem;
    }
}

@media (max-width:550px) {

    #footer #footer-container {
        padding-top: 1rem;
    }

    #footer .bloco1 {
        padding: 2rem;
    }

    #footer #footer-container h2 {
        font-weight: 700;
        margin-bottom: 1rem;
        font-size: 25px;
        color: var(--color-font-light);
        line-height: 31px;
        text-align: center;
    }
}