#accounting-services {
    width: 80%;
    margin: 0 auto;
    margin-top: 7rem;
}

#accounting-services .about-studio {
    color: var(--color-secondary);
    text-transform: uppercase;
    font-size: 1.35rem;
    letter-spacing: 10px;
    font-weight: 100;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1rem;
}


#accounting-services .section-title {
    font-size: 4rem;
    color: #ffffff;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

#accounting-services .section-content {
    font-size: 1.2rem;
    color: #ffffff;
    padding-bottom: 2rem;
    text-align: center;
}

#accounting-services article h3 {
    color: #FFFFFF !important;
    font-weight: 700;
}

#accounting-services article p {
    color: #FFFFFF !important;
    font-weight: 500;
    line-height: 20px;
}

#accounting-services article {
    background-color: var(--color-primary-hover);
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center !important;
    padding: 2rem;
    text-align: center;
    border-bottom-right-radius: 85px;
    border-top-left-radius: 65px;
    transition: 0.7s;
    height: 630px;
}

#accounting-services article:hover {
    transition: 0.7s;
    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.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
}

@media (max-width: 768px) {

    #accounting-services {
        width: 100%;
        margin: 0 auto;
        margin-top: 4rem;
    }

    #accounting-services .section-title {
        font-size: 2.2rem;
        color: #ffffff;
        font-weight: 700;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 2rem;
        padding-top: 1rem;
    }
}



/* -------------------------------------------------------------------
 * CONTÁBIL
 * -----------------------------------------------------------------*/
#vantagens-contabilidade {
    
}

#vantagens-contabilidade img {
    transition: .5s;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

#vantagens-contabilidade img:hover {
    transform: scale(1.03);
}

#vantagens-contabilidade .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#vantagens-contabilidade .image-container {
    flex: 1;
    padding-right: 40px;
}

#vantagens-contabilidade .services-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

#vantagens-contabilidade .content-container {
    flex: 1;
}

#vantagens-contabilidade .section-title {
    font-size: 2.6rem;
    color: var(--color-font-light);
    margin-bottom: 2rem;
    font-weight: 700;
}

#vantagens-contabilidade .section-subtitle {
    font-size: 1.5rem;
    color: var(--color-font-light);
    margin-bottom: 25px;
}

#vantagens-contabilidade .advantages-list {
    list-style-type: none;
    padding: 0;
}

#vantagens-contabilidade .advantages-list li {
    font-size: 1.2rem;
    color: var(--color-font-light);
    margin-bottom: 12px;
    padding-left: 26px;
    position: relative;
    line-height: 23px;
}

#vantagens-contabilidade .advantages-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-primary-hover);
    font-weight: bold;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
}

#vantagens-contabilidade SPAN {
    color: var(--color-secondary);
    font-weight: 800;
}

@media (max-width: 768px) {
    #vantagens-contabilidade .container {
        flex-direction: column;
    }

    #vantagens-contabilidade img {
        margin-top: 3rem;
    }

    #vantagens-contabilidade .advantages-list li {
        font-size: 20px;
        color: var(--color-font-light);
        margin-bottom: 12px;
        padding-left: 25px;
        position: relative;
    }

    #vantagens-contabilidade {
        padding-bottom: 0rem;
        padding-top: 0rem;
    }

    #vantagens-contabilidade .image-container {
        padding-right: 0;
        margin-bottom: 30px;
    }

    #vantagens-contabilidade .content-container {
        text-align: center;
        padding: 1rem;
    }

    #vantagens-contabilidade .advantages-list li {
        text-align: left;
    }

       #vantagens-contabilidade .section-title {
        font-size: 25px;
        color: var(--color-font-light);
        margin-bottom: 15px;
    }

    #vantagens-contabilidade .section-subtitle {
        font-size: 20px;
        color: var(--color-font-light);
        margin-bottom: 25px;
    }
}

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


/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#serv {
    padding: 0 0 7rem 0;
}


#serv .container {
    max-width: 1200px;
    margin: 0 auto;
}

#serv h2 {
    text-align: center;
    margin-bottom: 44px;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
}

#serv .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

#serv .block {
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    transition: .5s;
    font-size: 1.25rem;
    color: var(--color-font-dark);
    background-color: var(--color-font-light);
    line-height: 25px;
    font-weight: 600;
}

#serv .block:hover {
    transform: scale(1.02);
}

#serv .block h2{
	color: var(--color-font-dark);
    line-height: 25px;
    font-weight: 600;
	font-size: 1.25rem;
	text-align: center;
	width:100%;
}

#serv .block p{
	font-size: 0.9rem;
	color:#393a78;
	font-weight:500;
	line-height: 22px;
}

#serv .converse{
	padding:15%;
}

#serv .converse h2{
	font-size: 2rem;
	display:flex;
    align-items: center;
    justify-content: center;
	line-height: 30px;
}

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

@media (max-width: 480px) {

    #serv h1 {
        text-align: center;
        margin-bottom: 44px;
        font-size: 1.6rem;
        font-weight: 600;
        color: #fff;
    }

    #serv .grid {
        grid-template-columns: 1fr;
    }
}


/* -------------------------------------------------------------------
 * PLANOS
 * -----------------------------------------------------------------*/
#planos {
    padding: 3rem 0 1rem 0;
   /*  background: url(../img/e1ecad10-2635-4639-b2f9-1bd45154b949 (1).jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#planos h2 {
    font-weight: 600;
    margin-bottom: 2.5rem !important;
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    padding-top: 2rem;
    width: 70%;
    margin: 0 auto;
}

#planos span {
    color: var(--color-secondary);;
    font-weight: 800;
}

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

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

#planos .beneficio ul li {
    padding: .2rem 0;
    display: flex;
    color: #fff;
}

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

#planos .plano div {
    padding: 1.5rem 0;
    /* border: solid 3px var(--color-secondary); */
    border-radius: 15px;
    transition: .5s;
    background-color: var(--color-primary);
}

#planos .plano div:hover {
    transform: scale(1.02);
}

#planos .plano div h3 {
    font-weight: 900;
    color: #fff;
}

#planos .plano div .valor {
    font-weight: 900;
    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-secondary);;
    line-height: 4rem;
}

#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;
    color: var(--color-font-light);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

#planos .plano div ul li i {
    color: var(--color-secondary);;
    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 {
        font-weight: 600;
        margin-bottom: 2.5rem !important;
        font-size: 1.8rem;
        color: #fff;
        text-align: center;
        padding-top: 2rem;
        width: 100%;
        margin: 0 auto;
    }

    #planos h2 br {
        display: none;
    }
}


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

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

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

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




#infinite-canvas-section {
    background: url(../img/76725cd65530a1951e0dc3f1a585cc7b.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 4rem 0;
}

#infinite-canvas-section img {
    transition: .5s;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

#infinite-canvas-section h2 {
    color: var(--color-font-light);
    font-size: 4.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 79px;
}

#infinite-canvas-section img:hover {
    transform: scale(1.03);
}

#infinite-canvas-section .container {
    display: flex;
    flex-wrap: wrap;
}

#infinite-canvas-section .content {
    flex: 1;
    min-width: 300px;
}

#infinite-canvas-section .image-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#infinite-canvas-section .about-studio-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#infinite-canvas-section .about-studio {
    color: var(--color-secondary);
    text-transform: uppercase;
    font-size: 1.35rem;
    letter-spacing: 10px;
    font-weight: 100;
    margin: 0 auto;
    text-align: center;
}

#infinite-canvas-section .about-studio-line {
    width: 40px;
    height: 2px;
    background-color: var(--color-primary);
    margin-left: 15px;
}

#infinite-canvas-section h1 {
    font-size: 64px;
    margin: 10px 0;
    color: var(--color-primary);
    font-weight: 800;
}

#infinite-canvas-section .creations {

    font-size: 48px;
}

#infinite-canvas-section p {
    color: #ffffff;
    max-width: 100%;
    line-height: 1.6;
    font-size: 1.3rem;
    text-align: center;
    padding: 2rem 0 0 0;
}

#infinite-canvas-section .stats {
    display: flex;
    margin-top: 40px;
}

#infinite-canvas-section .stat {
    margin-right: 40px;
}

#infinite-canvas-section .stat-number {
    font-size: 48px;
    font-weight: bold;
    color: var(--color-primary);
}

#infinite-canvas-section .stat-label {
    font-size: 14px;
    color: #ffffff;
}

#infinite-canvas-section .buttons {
    margin-top: 30px;
}

#infinite-canvas-section .btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    margin-right: 15px;
}

#infinite-canvas-section .btn {
    background-color: #06e3d5 !important;
    color: white !important;
    transition: .5s;
    font-size: 20px;
}

#infinite-canvas-section .btn:hover {
    background-color: #008b9b !important;
    transform: scale(1.03);
}

#infinite-canvas-section span {
    color: var(--color-secondary);;
}

#infinite-canvas-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:767px) {

    #infinite-canvas-section h2 {
        color: var(--color-font-light);
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        line-height: 41px;
    }

    #infinite-canvas-section img {
        display: none;
    }

    #infinite-canvas-section .image {
        display: none;
    }

    #infinite-canvas-section .stat-number {
        font-size: 38px;
        font-weight: bold;
        color: var(--color-primary);
    }

    #infinite-canvas-section .creations {
        text-align: center;
        font-size: 33px;
    }

}


/* -------------------------------------------------------------------
 * 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 2rem 0;
    font-weight: 500;
}

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


/* -------------------------------------------------------------------
 * ATIVIDADES
 * -----------------------------------------------------------------*/
#atividade {
    padding: 2rem;
    background-color: #393a78;
    width: 60%;
    margin: 3rem auto 4rem;
    border-radius: 70px;
    box-shadow: 0px 8px 13px 0px #0000005e;
}

#atividade h2 {
    font-weight: 600;
    font-size: 2rem;
    color: var(--color-primary-hover);
    width: 100%;
}

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

#atividade ul li {
    font-weight: 500;
    display: flex;
    color: #fff;
    line-height: 17px;
    padding-bottom: 9px;
}

@media(max-width:767px) {

    #atividade {
        padding: 1rem;
        background-color: #5c11b354;
        width: 90%;
        margin: 3rem auto 4rem;
        border-radius: 70px;
        box-shadow: 0px 8px 13px 0px #0000005e;
    }

    #atividade h2 {
        font-weight: 600;
        font-size: 1.5rem;
        color: #fff;
    }
}


.process-section {
    background: url(../img/76725cd65530a1951e0dc3f1a585cc7b.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 5rem 0;
    /* margin-top: 4rem; */
}

.process-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 4.2rem;
    font-weight: 700;
    color: var(--color-font-light);
    padding-bottom: 0rem;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 6rem;
}

.process-flow {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.process-step {
    display: flex;
    margin-bottom: 0px;
    position: relative;
}

.process-step:nth-child(even) {
    justify-content: flex-end;
}

.process-content {
    background-color: var(--color-secondary);
    /* border-radius: 20px; */
    padding: 4rem 2rem;
    width: 100%;
    max-width: 350px;
    position: relative;
    transition: .5s;
    border-bottom-left-radius: 65px;
    border-top-right-radius: 95px;
}

.process-content:hover {
    transform: scale(1.1);
}

.process-icon {
    width: 130px;
    /* height: 80px; */
    margin-bottom: 15px;
}

.process-step h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #fff !important;
    font-weight: 800;
}

.process-step p {
    font-size: 1rem;
    color: #fff !important;
    font-weight: 500;
    line-height: 17px;
}

.process-flow::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-image: linear-gradient(to bottom, #f89f12 50%, transparent 50%);
    background-size: 2px 20px;
    background-repeat: repeat-y;
}

.process-section img {}

.process-section .btn {
    font-size: 24px;
}

.process-step::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--color-primary-hover);
    border-radius: 50%;
    top: 40px;
    left: calc(50% - 10px);
}

.process-step:nth-child(even)::after {
    left: auto;
    right: calc(50% - 10px);
}

/* Responsividade */
@media (max-width: 768px) {
    .process-flow {
        padding: 0 10px;
    }

    .process-step {
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .process-step:nth-child(even) {
        justify-content: center;
    }

    .process-section {
        padding: 10px 0;
        margin-top: 2rem;
    }

    .process-content {
        max-width: 100%;
    }

    .process-flow::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .process-step::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .process-step:nth-child(even)::after {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .process-title {
        font-size: 29px;
    }

    .process-title {
        text-align: center;
        margin-bottom: 50px;
        font-size: 30px;
        font-weight: 600;
        color: var(--color-font-light);
        padding-bottom: 0rem !important;
    }
}

@media (max-width: 480px) {
    .process-icon {
        width: 60px;
        height: 60px;
    }

    .process-step h3 {
        font-size: 25px;
    }

    .process-step p {
        font-size: 18px;
    }
}

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

}

#perguntas img {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

#perguntas h2 {
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 3rem;
    color: #fff;
}

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

#perguntas .accordion {
    background: #FFFF;
    border: 0;
    padding: 0.8rem 1rem;
    border-radius: 5px;
    font-weight: 500;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .7rem;
}

#perguntas .accordion i {
    font-size: 20px;
    padding-left: 1px;
}

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

#perguntas .panel {
    font-size: .9rem;
    display: none;
    font-weight: 600;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

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

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

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

@media(max-width:767px) {

    #perguntas h2 {
        font-size: 2rem;
    }

}

/* -------------------------------------------------------------------
 * NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
#noticias {
    padding: 6rem 0;
    background: url(../img/76725cd65530a1951e0dc3f1a585cc7b.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#noticias h2 {
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    color: #fff;
}

#noticias .h3 {
    font-weight: 600;
    font-size: 1.3rem;
    display: none;
}

#noticias .noticias article span {
    background-color: var(--color-primary-hover);
}

#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 h3 {
    color: #fff;
}

#noticias h3:hover {
    color: var(--color-font-secondary) !important;
}

#noticias p {
    color: #fff !important;
}



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


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


#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:575px) {
    #noticias h2 {
        font-size: 30px;
    }

    #noticias {
        padding: 4rem 0 2rem;
    }
}



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

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

#newsletter .form-border {
    padding: 0.6rem 1.5rem;
    border-radius: 2rem;
    background-color: var(--color-font-dark);
}

#newsletter .form-border input {
    border: 0px;
    min-width: 300px;
    background-color: transparent;
    color: #fff;
}

#newsletter .form-border input::placeholder {
    color: #fff;
}

#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;
        margin-right: 0rem;
        font-size: 25px;
    }
}

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

#depoimentos h2 {
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 3rem;
    color: #fff;
}

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

#depoimentos img {
    margin-left: 4rem;
    margin-top: 10rem;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0px);
    }
}

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

    #depoimentos h2 br {
        display: none;
    }

    
}




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

#parceiros h2 {
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 3rem;
    color: #fff;
    text-align: center;
}

#parceiros span {
    color: var(--color-primary);
}

#parceiros img {
    max-width: 200px;
    border-radius: 40px;
    transition: .5s;
}

#parceiros img:hover {
    transform: scale(1.02);
}

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

@media(max-width:575px) {
    #parceiros {
        text-align: center;
    }

    #parceiros h2 {
        font-size: 1.8rem;
    }

    #parceiros div.d-flex {
        justify-content: center !important;
    }
}


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

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

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

#social img:hover {
    margin-top: -8px;
}

/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
#footer #footer-container {
    padding-top: 5rem;
    background: url(../img/e1ecad10-2635-4639-b2f9-1bd45154b949 (1).jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#footer #footer-container h2 {
    font-weight: bold;
    margin-bottom: 2rem;
    font-size: 3rem;
    color: #fff;
    text-align: left;
}

#footer #footer-container h3 {
    font-weight: 500;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    color: #fff;
    text-align: left;
}

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

#footer #footer-container .contatos p {
    border-radius: 8px !important;
    margin-bottom: 0.2rem;
    color: #fff;
    padding: 13px 20px !important;
}


#footer #footer-container .endereco {
    margin: 3rem auto 2rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

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

#footer #footer-container .endereco p {
    font-weight: 500;
    font-size: 1rem;
    margin: 0px;
    color: #fff;
    text-align: left;
}

#foorter .btn_theme_secondary {
    border-radius: 6px !important;
    padding: 8px 22px !important;
    color: var(--color-font-light) !important;
    background-color: #ce00ff !important;
}

#footer #mapa {
    width: 100%;
    height: 400px;
    border: 0;
    margin: 0;
    display: block;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    #footer #footer-container .contatos p {
        max-width: 100%;
    }
}

/* Copy */
#footer #copyright {
    background: #393a78;
}

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

#footer #copyright p {
    font-size: .9rem;
    letter-spacing: 1px;
    margin: 0;
    color: var(--color-font-light) !important;
}

#footer #copyright .selos {
    padding-left: 3rem;
    padding-right: 3rem;
}

#footer #copyright .selos a {
    color: var(--color-font-light);
}

#footer #copyright .selos .d-flex p {
    font-size: 0.6rem;
    text-transform: uppercase;
    margin: 0 0 9px 0;
}

#footer #copyright .selos img {
    max-height: 35px;
}

@media (max-width:991px) {
    #footer #footer-container {
        padding-top: 6rem;
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    }

    #footer #footer-container img {
        display: none;
    }
}

@media (max-width:768px) {
    #footer #footer-container {
        padding-top: 2rem;
        clip-path: none;
    }

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

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

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

    #footer #footer-container h3 {
        font-weight: 600;
        margin-bottom: 1.5rem;
        font-size: 19px;
        color: #fff;
    }
	
	#infinite-canvas-section {
		padding: 4rem 1rem 1rem 1rem;
	}
	
	#perguntas {
		padding: 0;
	}
	
	#serv {
		padding: 0 0 2rem 0;
	}
	
	#depoimentos {
		padding: 2rem 0 2rem 0;
	}
	
	#social {
		padding: 2rem 0 2rem;
	}
}