/* -------------------------------------------------------------------
 * BENEFICIOS
 * -----------------------------------------------------------------*/
#beneficio {
    padding: 5% 5% 5% 5%;
    background-color: var(--color-background);
}

#beneficio h2 {
    font-weight: 600;
    margin-bottom: 2rem !important;
    font-size: 2.2rem;
    /* line-height: 70px; */
    width: 60%;
    /* font-family: po; */
    font-family: 'Poppins';
    color: var(--color-font-dark);
    text-align: center;
    margin: 0 auto;
}

#beneficio p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: initial;
    color: var(--color-font-light);
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

@media(max-width: 1024px) {

    #beneficio h2 {
        font-weight: 600;
        margin-bottom: 2rem !important;
        font-size: 2.2rem;
        /* line-height: 70px; */
        width: 90%;
        /* font-family: po; */
        font-family: 'Poppins';
        color: var(--color-font-light);
        text-align: center;
        margin: 0 auto;
    }

    #beneficio p {
        font-size: 1.15rem;
        font-weight: 500;
        line-height: initial;
        color: var(--color-font-light);
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }

}

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

    #beneficio h2 {
        font-weight: 600;
        margin-bottom: 2rem !important;
        font-size: 1.65rem;
        /* line-height: 70px; */
        width: 90%;
        /* font-family: po; */
        font-family: 'Poppins';
        color: var(--color-font-light);
        text-align: center;
        margin: 0 auto;
    }
}

@media(max-width: 450px) {

    #beneficio h2 {
        font-weight: 500;
        margin-bottom: 1rem !important;
        font-size: 1.25rem;
        line-height: 26px;
        width: 100%;
    }

    #beneficio p {
        font-size: 0.85rem;
        font-weight: 500;
        line-height: initial;
        width: 100%;
    }

    #beneficio {
        padding: 14% 3%;
        background-color: var(--color-background);
    }
}

/*
BOX-VANTAGENS
*/

#box-vantagens {
    padding: 2% 1% 6% 1%;
}

#box-vantagens article {
    transition: 0.5s !important;
    border: 4px solid var(--color-primary) !important;
    border-radius: 20px !important;
    padding: 9% 6% !important;
    height: 380px !important;
}

#box-vantagens article:hover {
    transform: scale(1.1) !important;
    transition: 0.5s !important;
}

#box-vantagens article div {
    border-radius: 1rem !important;
    padding: 11% 1% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
}


#box-vantagens article div h2 {
    margin-bottom: 0 !important;
    color: var(--color-font-dark);
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    padding-top: 11px;
    font-family: 'Poppins';
}

#box-vantagens article p {
    font-size: 0.85rem;
    margin: 0 auto;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    color: var(--color-font-light);
}

#box-vantagens article.beneficio_article_blue div {}

#box-vantagens article.beneficio_article_red div {
    background-color: var(--color-secondary);
}


@media(max-width: 450px) {
    #box-vantagens article {
        transition: 0.5s !important;
        border: 4px solid var(--color-primary) !important;
        border-radius: 20px !important;
        padding: 9% 6% !important;
        height: auto !important;
    }
}

/* -------------------------------------------------------------------
  * ATIVIDADES
  * -----------------------------------------------------------------*/
#atividade {
    padding: 0% 0% 8% 0%;
}

#atividade h2 {
    font-weight: 600;
    font-size: 2.15rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0%;
    color: var(--color-background);
    font-family: 'Poppins';
}

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

#atividade ul li {
    font-weight: 500;
    font-size: 1.25rem;
    color: var(--color-background);
    font-family: 'Poppins';
}

#atividade ul li i {
    color: var(--color-font-dark);
    margin-right: 12px;
}


@media(max-width: 450px) {
    #atividade img {
        display: none;
    }

    #atividade h2 {
        font-weight: bold;
        margin-bottom: 2rem !important;
        font-size: 1.5em;
        width: 100%;
        text-align: center;
    }
}


/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    padding: 6% 0% 1% 0%;
    background: var(--color-font-light);
}



#servicos .container {}

#servicos h2 {
    font-weight: bold;
    margin-bottom: 2rem !important;
    font-size: 3rem;
    color: var(--color-background);
    line-height: 51px;
    width: 90%;
    font-family: 'Poppins';
    padding-left: 8%;
}

#servicos h4 {
    font-weight: 400;
    margin-bottom: 0rem !important;
    font-size: 1.4rem;
    color: var(--color-font-light);
}

#servicos .servicos_box {
    transition: 0.3s;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#servicos .servicos_box:hover {
    transition: 0.4s;
    transform: scale(1.02);
}

#servicos .servicos_box img {
    max-width: 61px;
    background-color: #fff;
    border-radius: 90px;
    /* padding: 3%; */
}

#servicos .bloco_serv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}


#servicos article h2 {
    font-size: 1.1rem;
    margin-bottom: .8rem !important;
}

#servicos article h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.8rem !important;
    color: #02de44;
    font-family: 'Poppins';
    text-transform: uppercase;
    width: 80%;
    line-height: 20px;
}

#servicos article p {
    line-height: 16px;
    font-size: 0.95rem;
    color: var(--color-font-light);
    font-family: 'Poppins';
    font-weight: 500;
    background-color: var(--color-primary);
    padding: 10%;
    border-radius: 14px;
    height: 180px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media(max-width:1024px) {

    #servicos .servicos_box {
        transition: 0.3s;
        display: inline-table;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #servicos h2 br {
        display: none;
    }
}

@media(max-width:599px) {

    #servicos .box-serv-1 {
        display: contents;
    }

    #servicos .box-serv-2 {
        display: contents;
    }

    #servicos h2 {
        font-size: 1.8rem;
        line-height: 33px;
        padding-top: 3%;
    }

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

    #servicos article h3 {
        font-size: 1.25rem;
        margin-bottom: 0.8rem !important;
        padding: 4% 0% 0% 0%;
        text-align: center;
    }

    #servicos article p {
        line-height: 16px;
        font-size: 0.85rem;
        color: var(--color-font-light);
        text-align: center;
        height: auto;
        padding: 5%;
    }

    #servicos article {
        padding-left: 0rem;
    }
}


/* -------------------------------------------------------------------
  * ABRIR EMPRESA
  * -----------------------------------------------------------------*/
#abrirempresa {
    padding: 7% 11% 2% 11%;
    background-color: var(--color-background);
}

#abrirempresa h2 {
    font-weight: bold;
    margin-bottom: 2rem !important;
    font-size: 3rem;
    line-height: 55px;
    font-family: 'Poppins';
    color: var(--color-font-dark);
}

#abrirempresa h3 {
    font-weight: 500;
    font-size: 1.25rem;
    font-family: 'Poppins';
    text-align: center;
    color: var(--color-font-light);
    padding: 6% 3%;
    /* background-color: var(--color-primary); */
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid var(--color-font-light);
}

#abrirempresa p {
    font-weight: 500;
    font-size: 1.15rem;
    font-family: 'Poppins';
    text-align: center;
    color: var(--color-font-light);
}

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

#abrirempresa ul li {
    font-weight: 500;
    font-size: 1.3rem;
    width: 100%;
    line-height: 26px;
    padding-bottom: 10px;
    font-family: 'Poppins';
    color: var(--color-font-light);
}

#abrirempresa ul li i {
    color: var(--color-font-dark);
    margin-right: 12px;
}

#abrirempresa .btn_theme_secondary {
    font-size: 1.5rem;
    padding: 20px 3rem !important;
    margin-top: 2.5rem !important;
    background-color: var(--color-font-light) !important;
    color: var(--color-primary) !important;
    border-radius: 11px !important;
    font-family: 'Poppins';
    font-weight: 500;
}

#abrirempresa .btn_theme_secondary:hover {
    color: var(--color-tertiary) !important;
}

#abrirempresa .bg-sec {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1% 0%;
    transition: 0.2s;
}

#abrirempresa .bg-sec:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

#abrirempresa .bg-sec img {
    width: 62px;
    clip-path: circle(50% at 50% 50%);
}

#abrirempresa .botoes_empresa {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#abrirempresa .bloco_solucoes {
    padding: 3% 10%;
}

@media(max-width:1200px) {

    #abrirempresa p {
        font-weight: 500;
        font-size: 0.85rem;
        font-family: 'Poppins';
        text-align: center;
        color: var(--color-font-light);
    }

    #abrirempresa {
        padding: 7% 5% 5% 5%;
    }

}

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

@media(max-width:499px) {

    #abrirempresa .bg-sec {
        display: flow-root;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding: 0% 0%;
        transition: 0.2s;
    }

    #abrirempresa .bloco_solucoes {
        padding: 3% 10%;
    }

    #abrirempresa img {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        float: none;
        display: block;
    }

    #abrirempresa {
        padding: 4rem 0 3rem;
    }

    #abrirempresa h2 {
        font-weight: bold;
        margin-bottom: 2rem !important;
        font-size: 1.8rem;
        line-height: 34px;
    }

    #abrirempresa .bloco_abrir {
        padding-left: 2rem !important;
    }

    #abrirempresa ul li {
        font-weight: 500;
        font-size: 1.1rem;
    }

    #abrirempresa .btn_theme_secondary {
        font-size: 1.25rem;
        padding: 10px 27px !important;
        margin-top: 1rem !important;
        border-radius: 90px !important;
    }

    #abrirempresa .botoes_empresa {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
}





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

#planos .box-planos {
    padding: 1% 20%;
}

#planos h2 {
    font-weight: 600;
    margin-bottom: 2rem !important;
    font-size: 3rem;
    color: var(--color-secondary);
    font-family: 'Poppins';
}

#planos .plano-mt-1 {
    margin-top: 3rem;
}

#planos .plano-mt-2 {
    margin-top: 6rem;
}

#planos .plano div {
    padding: 19% 10%;
    border-radius: 19px;
    background-color: var(--color-font-light);
    transition: 0.4s;
    color: var(--color-background) !important;
    border: 2px solid #0b216f30;
}

#planos .plano div:hover {
    transition: 0.2s;
    transform: scale(1.1);
}

#planos .plano div h3 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 26px;
    font-family: 'Poppins';
}

#planos .plano div .valor {
    font-weight: 600;
    font-size: 2.25rem;
    color: var(--color-background);
    margin-bottom: 0.5rem !important;
    font-family: 'Poppins';
    letter-spacing: -1px;
}

#planos .plano div ul {
    padding: 0;
}

#planos .plano div ul li {
    list-style-type: none;
    text-align: center;
    line-height: 30px;
    color: var(--color-background);
    font-size: 1rem;
    font-weight: 500;
}

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


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

    #planos .plano-mt-1,
    #planos .plano-mt-2 {
        margin-top: 0;
    }
}

@media (max-width:450px) {

    #planos .box-planos {
        padding: 0% 0%;
        display: block !important;
    }

    #planos {
        padding: 5% 10%;
    }

}

/* -------------------------------------------------------------------
 * SIMULADOR
 * -----------------------------------------------------------------*/
#simulador {
    padding: 5% 0% 7% 0%;
    background: var(--color-font-light);
}

#simulador .btn_theme_secondary {
    border-radius: 90px !important;
    padding: 8px 52px !important;
    color: var(--color-font-light) !important;
    background-color: var(--color-primary);
    font-family: 'Poppins';
    font-size: 1.45rem;
}

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

#simulador h2 {
    font-weight: 500;
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
    line-height: initial;
    padding-top: 2%;
    color: var(--color-primary);
}


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

    #simulador h2 {
        font-weight: 500;
        font-size: 1.7rem;
        margin-bottom: 1.2rem;
        line-height: 30px;
        padding-top: 2%;
        width: 70%;
        margin: 0 auto;
        display: block;
        padding-bottom: 3%;
    }
}

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



/* -------------------------------------------------------------------
  * MIGRAR EMPRESA
  * -----------------------------------------------------------------*/
#migrarempresa {
    padding: 5% 0%;
}

#migrarempresa h2 {
    font-weight: bold;
    margin-bottom: 2rem !important;
    font-size: 2.6rem;
}

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

#migrarempresa ul li {
    font-weight: bold;
    font-size: 1.3rem;
}

#migrarempresa ul li i {
    color: var(--color-primary);
    margin-right: 12px;
}

#migrarempresa .btn_theme_primary {
    font-size: 1.3rem;
    padding: 10px 3rem !important;
    margin-top: 2.5rem !important;
    color: var(--color-font-light) !important;
    border-radius: 90px !important;
}

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

@media(max-width:499px) {
    #migrarempresa {
        padding: 4rem 0 3rem;
    }
}


/* -------------------------------------------------------------------
 * OUTRAS SOLUÇÔES (MEI, ME)
 * -----------------------------------------------------------------*/
#solucao {
    padding: 3% 16%;
}

#solucao h2 {
    font-weight: 600;
    font-size: 2.15rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0%;
    color: var(--color-background);
    font-family: 'Poppins';
}

#solucao article {
    background-color: var(--color-primary);
    padding: 3rem;
    border-radius: 100%;
    display: flex !important;
    flex-direction: column;
    height: 350px !important;
    border: 0;
}

#solucao article img {
    max-height: 70px;
    clip-path: circle(50% at 50% 50%);
}

#solucao article h2 {
    font-size: 1.55rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    color: var(--color-secondary);
}

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

@media(max-width:1200px) {

    #solucao {
        padding: 3% 5%;
    }

}

@media(max-width:599px) {
    #solucao {
        padding: 15% 5%;
    }

    #solucao article h2 br {
        display: none;
    }

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

    #solucao article h2 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0;
        text-align: center;
    }

    #solucao article {
        background-color: var(--color-primary);
        padding: 1rem !important;
        border-radius: 100%;
        display: flex !important;
        flex-direction: column;
        height: auto !important;
        border: 0;
        margin-bottom: 20px;
    }
}


/* -------------------------------------------------------------------
 * SESSAO CLIENTE
 * PERGUNTAS FREQUENTES E DEPOIMENTOS
 * -----------------------------------------------------------------*/
#cliente {
    padding: 0% 0% 0% 0%;
}

#cliente h2 {
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    color: var(--color-primary);
}

#perguntas {
    padding: 0% 0% 4% 0%;
}

#cliente #perguntas .accordion {
    background: transparent;
    border: 0;
    padding: .5rem 0;
    text-align: left;
    display: flex;
    align-items: center;
}

#cliente #perguntas .accordion p {
    margin-bottom: 0;
    color: var(--color-background);
    font-size: 1.2rem;
    font-weight: 500;
}

#cliente #perguntas .accordion i {
    font-size: 10px;
    color: var(--color-secondary);
    margin-right: 12px;
}

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

#cliente #perguntas .panel {
    display: none;
    margin-top: -0.1rem;
    margin-bottom: 1rem;
    padding: 0 1.3rem;
}

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

#cliente #depoimentos .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-font-light);
    margin: 0 auto;
    padding: 9% 5%;
    border-radius: 2rem;
    min-height: auto;
    flex-direction: column;
    align-content: center;
    width: 80%;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    background-color: var(--color-primary);
}

#depoimentos img {
    width: 30px;
}

#cliente #depoimentos .item .text-box {
    color: var(--color-font-light);
}

#cliente #depoimentos .item p {
    font-weight: bold;
    margin: 0.5rem 0;
    color: var(--color-font-light);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: 0 !important;
}

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

@media(max-width:450px) {
    #cliente {
        padding: 3rem 30px;
    }

    #cliente #depoimentos .item {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        border: 2px solid var(--color-font-light);
        margin: 0 auto;
        padding: 8% 5%;
        border-radius: 2rem;
        min-height: auto;
        flex-direction: column;
        align-content: center;
        width: 100%;
        font-size: 1rem;
        text-align: center;
    }
}


/* -------------------------------------------------------------------
 * NOTICIAS - ARTIGOS - BLOG
 * -----------------------------------------------------------------*/
#noticias {
    padding: 5%;
    background-color: var(--color-primary);
    width: 78%;
    margin: 0 auto;
    border-radius: 75px;
}

#noticias h2 {
    font-weight: 600;
    font-size: 2.2rem;
    color: var(--color-font-dark);
}

#noticias .artigos article,
#noticias .blog article {
    min-height: 260px;
}

#noticias .noticias article span,
#noticias .artigos article span,
#noticias .blog article span {
    color: var(--color-font-light);
    font-size: .9rem;
    font-weight: 600;
    line-height: 1rem;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

#noticias .noticias article h2,
#noticias .artigos h2,
#noticias .blog h2 {
    font-size: 1.1rem;
    font-weight: 500;
    font-weight: 600;
    margin: 6px 0 2px 0;
    color: var(--color-font-light);
}

#noticias .noticias article span {
    color: var(--color-font-dark);
}

#noticias .noticias article p {
    font-weight: 600;
    font-size: .8rem;
    color: var(--color-secondary);
}

#noticias .artigos article span {
    color: var(--color-font-dark);
}

#noticias .artigos article p {
    font-weight: 600;
    font-size: .8rem;
}

#noticias .blog article span {
    color: var(--color-font-dark);
}

#noticias .blog article p {
    font-weight: 600;
    font-size: .8rem;
}

#noticias article .image-cover {
    position: relative;
    padding: 0 !important;
    height: 150px;
}

#noticias article .image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 1s;
}

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

    #noticias {
        padding: 8%;
        background-color: var(--color-primary);
        width: 90%;
        margin: 0 auto;
        border-radius: 25px;
    }
}



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

#newsletter h2 {
    font-weight: 600;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1rem;
}

#newsletter input {
    border: 2px solid var(--color-primary);
    min-width: 420px;
    padding: 25px 20px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
    border-radius: 8px;
    s
}

#newsletter input::placeholder {
    font-weight: 600;
    color: var(--color-font-black);
}

#newsletter .btn_theme_primary {
    font-weight: 600;
    color: var(--color-font-light) !important;
    padding: 8px 40px !important;
}

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

    #newsletter h2 br {
        display: none;
    }

    #newsletter input {
        min-width: 200px;
    }
}

@media (max-width:767px) {
    #newsletter h2 {
        text-align: center;
        font-size: 2rem;
    }
}

@media (max-width:450px) {
    #newsletter h2 {
        text-align: center;
        font-size: 1.5rem;
    }
}

/* -------------------------------------------------------------------
 * PARCEIROS
 * -----------------------------------------------------------------*/
#parceiros {
    padding: 6% 0%;
}

#parceiros h2 {
    font-weight: 600;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    color: var(--color-primary);
}

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

#parceiros .btn_theme_primary:hover {
    color: var(--color-font-light) !important;
    background: var(--color-secondary) !important;
    border: none !important;
}

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

@media(max-width:499px) {
    #parceiros {
        padding: 0 0 3rem;
    }

    #parceiros {
        padding: 5%;
    }
}


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

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

#social img {
    max-width: 65px;
    margin: 0 5px 1rem;
    transition: 0.3s;
}

#social img:hover {
    transform: scale(1.05);
    transition: 0.3s;
}

@media(max-width:499px) {
    #social h2 {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 1.6rem;
    }

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

/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
#footer {
    position: relative;
}

#footer-container {
    background: var(--color-background);
    padding: 6% 0% 0% 0%;
}

#footer-container h2 {
    font-weight: 600;
    font-size: 2.5rem;
    color: var(--color-font-dark);
    text-align: center;
}

#footer-container h3 {
    font-weight: 600;
    margin-top: 5%;
    font-size: 1.5rem;
    color: var(--color-tertiary);
}

#footer-container .contatos-group-button article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: 0.4s;
    background-color: var(--color-font-light);
    padding: 17% 0%;
    border-radius: 35px;
}

#footer-container .contatos-group-button article:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

#footer-container .contatos-group-button article h2 {
    color: var(--color-font-light);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 2rem;
}

#footer-container .contatos-group-button article img {
    max-height: 90px;
}

#footer-container .contatos-group-button article .btn_theme_tertiary {
    color: var(--color-secondary);
    width: 70%;
    margin-top: 1rem;
    font-weight: 500;
    background-color: var(--color-primary);
    border: 0 !important;
    padding: 3% 0% !important;
    font-size: 1.1rem;
}

#footer-container .contatos-group-button article .btn_theme_tertiary:hover {
    color: var(--color-font-light) !important;
    background: var(--color-primary) !important;
}


#footer-container .contatos-group-info {
    margin: 4rem 0 3rem;
}

#footer-container .contatos-group-info strong {
    color: var(--color-font-dark);
    font-size: 1.25rem;
    font-weight: 500;
}

#footer-container .contatos-group-info p {
    display: block;
    color: var(--color-font-light);
    margin-bottom: .2rem;
    font-size: 1rem;
}



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

/* Copy */
#footer #copyright {
    background: var(--color-background);
}

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

}

@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-container .contatos-group-button article {
        margin-bottom: 20px !important;
    }
}

@media (max-width:450px) {

    #footer-container .contatos-group-button article {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        transition: 0.4s;
        background-color: var(--color-font-light);
        padding: 7% 0%;
        border-radius: 15px;
    }

    #footer-container h2 {
        font-weight: bold;
        margin-bottom: 3rem;
        font-size: 2rem;
        color: var(--color-font-light);
        margin-top: 3rem;
        width: 100%;
        text-align: center;
    }

    #footer-container h3 {
        font-weight: 500;
        margin-top: 5%;
        font-size: 1.25rem;
    }

    #footer-container .contatos-group-button article img {
        max-height: 50px;
    }

    #footer-container .contatos-group-button article .btn_theme_tertiary {
        color: var(--color-secondary);
        width: 50%;
        margin-top: 6px;
        font-weight: 400;
        background-color: var(--color-primary);
        border: 0 !important;
        padding: 2% 0% !important;
        font-size: 1rem;
    }

    #footer-container .contatos-group-info {
        margin: 2rem 0 3rem;
    }
}