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

#beneficio h2 {
    font-weight: bold;
    margin-bottom: 2rem !important;
    font-size: 2.4rem;
    text-align: center;
}

#beneficio p {
    font-size: 1.15rem;
    font-weight: 500;
    text-align: center;
}

#beneficio .carousel {
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transition: 0.5s ease-in-out;
    margin-top: 3rem;
}

#beneficio .carousel:hover {
    transform: scale(1.1);
}

#beneficio .carousel p {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;

}

#beneficio .carousel p.active {
    opacity: 1;

}

#beneficio .carousel .item1 {
    background-color: white;
    font-weight: 0;
    box-shadow: 0 !important;
    border-radius: 1rem;
    margin-top: 17px;
    border: 4px solid var(--color-quartiary);
    text-decoration: none;
    font-size: 1.15rem;
    transition: 0.4s;
    font-family: 'Poppins';
    box-shadow: 0 !important;
}

#beneficio .carousel .item2 {
    background-color: white;
    font-weight: 0;
    box-shadow: 0 !important;
    border-radius: 1rem;
    margin-top: 17px;
    border: 4px solid var(--color-quartiary);
    text-decoration: none;
    font-size: 1.15rem;
    transition: 0.4s;
    font-family: 'Poppins';
    box-shadow: 0 !important;
}

#beneficio .carousel .item3 {
    background-color: white;
    font-weight: 0;
    box-shadow: 0 !important;
    border-radius: 1rem;
    margin-top: 17px;
    border: 4px solid var(--color-quartiary);
    text-decoration: none;
    font-size: 1.15rem;
    transition: 0.4s;
    font-family: 'Poppins';
    box-shadow: 0 !important;
}


#beneficio .carousel .item4 {
    background-color: white;
    font-weight: 0;
    box-shadow: 0 !important;
    border-radius: 1rem;
    margin-top: 17px;
    border: 4px solid var(--color-quartiary);
    text-decoration: none;
    font-size: 1.15rem;
    transition: 0.4s;
    font-family: 'Poppins';
    box-shadow: 0 !important;
}


#beneficioCarousel .carousel-item {
    text-align: center;
}

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

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

    #beneficio {
        padding: 3rem 0 5rem;
    }

    #beneficio .carousel .item1 {
        font-size: 1rem;
    }

    #beneficio .carousel .item2 {
        font-size: 1rem;
    }

    #beneficio .carousel .item3 {
        font-size: 1rem;
    }

    #beneficio .carousel .item4 {
        font-size: 1rem;
    }

    #beneficio h2 {
        font-size: 1.5rem;
    }

    #beneficio p {
        font-size: 1rem;
        font-weight: 500;
    }

}


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

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

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

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

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

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

    #atividade ul li {
        margin-left: 30px;
        font-size: 1rem;
    }
}

/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    padding: 0;
    position: relative;
    background: linear-gradient(0deg, #1d3292a6, #061323), url(../img/bg_servicos.webp);
    background-position: center 10%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 5rem 0;
}


#servicos h2 {
    font-weight: bold;
    margin-bottom: 2rem !important;
    font-size: 2.4rem;
    color: var(--color-font-light);
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#servicos h3 {
    font-weight: 400;
    margin-bottom: 0rem !important;
    font-size: 1.2rem;
    color: var(--color-font-light);
    text-align: center;
}

#servicos .box-servicos {
    border: 2px solid var(--color-quartiary);
    text-align: center;
    display: flex;
    filter: brightness(1);
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    min-height: 2rem;
    min-width: 22rem;
    border-radius: 13px;
    background-color: #000000ab;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

#servicos .box-servicos:hover {
    filter: brightness(2);
}


#servicos .box-servicos .img-fluid.rocket {
    transition: transform 0.1s ease;
    position: relative;
}

#servicos .servicos_box img {
    max-width: 60px;
}

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

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

#servicos article p {
    color: var(--color-font-light);
    font-size: 0.85rem;
    font-weight: 400;
}

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

@media(max-width:575px) {

    #servicos {
        padding: 0;
        position: relative;
        background: linear-gradient(0deg, #040f45f0, #061323), url(../img/bg_servicos.webp);
        background-position: center 10%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        padding: 5rem 0;
    }

    #servicos .box-servicos {
        padding: 1rem;
    }

    #servicos h3 {
        font-size: 1.05rem;
    }


    #servicos h2 {
        font-size: 1.5rem;
        width: 100%;
    }

    #servicos .btn-neon {
        font-size: 1rem;
    }
}

@media (max-width: 325px) {
    #servicos .box-servicos {
        padding: 13px 21px;
        min-width: 18rem;
    }
}


/* -------------------------------------------------------------------
  * ABRIR EMPRESA
  * -----------------------------------------------------------------*/
#abrirempresa {
    display: flex;
}

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

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

#abrirempresa ul li {
    font-weight: 600;
    font-size: 1.15rem;
}

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

#abrirempresa .btn_theme_secondary {
    font-size: 1.3rem;
    padding: 10px 3rem !important;
    margin-top: 2.5rem !important;
}

#abrirempresa .btn-neon-tertiary {
    display: block;
    color: var(--color-font-dark);
    text-shadow: none;
    margin-top: 3rem !important;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 1rem;
}

#abrirempresa .btn-neon-tertiary:hover {
    color: var(--color-font-light);
}


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

@media(max-width:575px) {

    #abrirempresa h2 {
        font-weight: bold;
        margin-bottom: 2rem !important;
        font-size: 1.5rem;
        text-align: center;
    }

    #abrirempresa {
        padding: 0rem 0 2rem;
    }

    #migrarempresa h2 {
        text-align: center;
        font-size: 1.5rem;
    }

    #services-container {
        padding: 1rem 0rem;
    }

    #abrirempresa .btn-neon-tertiary {
        font-size: 17px;
        margin: 0 auto;
        display: block;
    }

    #abrirempresa ul li {
        font-weight: 500;
        font-size: 1.1rem;
        display: flex;
        line-height: 19px;
        padding-bottom: 8px;
    }

    #abrirempresa ul li i {
        margin-right: 6px;
    }




}


#services-container {
    padding: 5rem 0rem;
}


/* -------------------------------------------------------------------
  * MIGRAR EMPRESA
  * -----------------------------------------------------------------*/
#migrarempresa {}

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

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

#migrarempresa ul li {
    font-weight: 600;
    font-size: 1.15rem;
}

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

#migrarempresa .btn-neon-tertiary {
    display: block;
    color: var(--color-font-dark);
    text-shadow: none;
    margin-top: 3rem !important;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 1rem;
}

#migrarempresa .btn-neon-tertiary:hover {
    color: var(--color-font-light);
}

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

@media(max-width:575px) {
    #migrarempresa {
        padding: 2rem 0 1rem;
    }

    #migrarempresa h2 {
        text-align: center;
        font-size: 1.5rem;
    }

    #migrarempresa .btn-neon-tertiary {
        font-size: 17px;
        margin: 0 auto;
        display: block;
    }

    #migrarempresa ul li {
        font-weight: 400;
        font-size: 1.1rem;
        display: flex;
        line-height: 19px;
        padding-bottom: 9px;
    }

    #migrarempresa ul li i {
        margin-right: 6px;
    }


}



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

#planos h2 {
    font-weight: 700;
    margin-bottom: 2.5rem !important;
    font-size: 2.5rem;
    line-height: 40px;
}

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

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

#planos .plano div {
    padding: 1.5rem 0 2.5rem;
    border-radius: 1.5rem;
    background-color: var(--color-quartiary);
    transition: 0.3s ease-in-out;
}

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

#planos .plano div h3 {
    font-weight: 600;
    color: var(--color-font-light);
    font-size: 2rem;
    text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.5), 0 0 0.25em currentColor;
    font-size: 1.45rem;
}

#planos .plano div .valor {
    font-weight: 500;
    font-size: 2.2rem;
    color: var(--color-font-light);
    margin-bottom: 0.5rem !important;
    text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.5), 0 0 0.25em currentColor;
}

#planos .plano div ul {
    padding-left: 20px;
}

#planos .plano div ul li {
    list-style-type: none;
    text-align: left;
    line-height: 17px;
    color: var(--color-font-light);
    display: flex;
    font-size: 0.85rem;
    padding-bottom: 5px;
}

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

#planos .btn-neon-primary {
    border: 4px solid var(--color-font-light);
    color: var(--color-font-light);
    text-shadow: none;
    box-shadow: inset 0 0 0.5em 0 var(--color-font-light), 0 0 0.5em 0 var(--color-font-light);
}

#planos .btn-neon-primary:hover {
    transform: none;
}


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

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

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

    #planos {
        padding: 0;
    }

    #planos .plano div {
        padding: 1.5rem 0 3.5rem;
    }

    #planos .plano-mt-1 {
        margin-top: 15px;
    }

    #planos .plano-mt-2 {
        margin-top: 15px;
    }

}


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

#simulador h2 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

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

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

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


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

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

#solucao article {
    background-color: var(--color-primary);
    padding: 1rem;
    border-radius: 15px;
    text-shadow: none;
    box-shadow: inset 0 0 0.5em 0 var(--color-primary), 0 0 0.5em 0 var(--color-primary);
}

#solucao article.bg-secondary {
    background-color: var(--color-quartiary) !important;
    text-shadow: none;
    box-shadow: inset 0 0 0.5em 0 var(--color-secondary), 0 0 0.5em 0 var(--color-secondary);
}

#solucao article img {
    max-height: 70px;
    margin-right: 1rem;
}

#solucao article h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    color: var(--color-font-light);
}

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

@media(max-width:575px) {

    #solucao article img {
        max-height: 50px;
        margin-right: 1rem;
    }

    #solucao article h2 {
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 0;
        text-align: left;
    }

    #solucao {
        padding: 1rem 0 3rem 0;
    }

    #solucao article h2 br {
        display: none;
    }

    #solucao h2 {
        font-size: 1.5rem;
    }
}


/* -------------------------------------------------------------------
 * SESSAO CLIENTE
 * PERGUNTAS FREQUENTES E DEPOIMENTOS
 * -----------------------------------------------------------------*/
#cliente {
    background: linear-gradient(0deg, #1d3292a6, #061323), url(../img/bg_cliente.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    padding: 5rem 0;
}

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

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

#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-font-light);
    background-color: var(--color-quartiary);
    padding: 10px;
    font-size: 0.9rem;
}

#cliente #depoimentos .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-font-light);
    margin: 0 auto;
    padding: 20px 25px;
    border-radius: 1rem;
    min-height: 240px;
    filter: brightness(1);
    box-shadow: inset 0 0 0.5em 0 var(--color-primary), 0 0 0.5em 0 var(--color-primary);
}

#cliente #depoimentos .item:hover {
    filter: brightness(2);
}

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

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    color: var(--color-font-light);
    font-size: 1.75rem;
}


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

@media (max-width: 575px) {

    #cliente #depoimentos .item .text-box {
        text-align: center;
        font-size: 0.9rem;
        line-height: 20px;
    }

    #cliente h2 {
        font-size: 1.6rem;
        text-align: center;
    }
}



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

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

#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: .8rem;
    line-height: 1rem;
    border-radius: 5px;
    padding: 6px 16px;
    display: inline-block;
    margin-bottom: 10px;
}

#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 span {
    background-color: var(--color-primary);
}

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

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

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

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

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



/* -------------------------------------------------------------------
 * 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-tertiary-hover);
    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:575px) {
    #newsletter h2 {
        text-align: center;
        font-size: 1.3rem;
    }
}



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

#parceiros .parceiro {
    max-width: 400px;
    transition: 1s ease-in-out;
}

#parceiros .parceiro:hover {
    filter: brightness(1.2);
}

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

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

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

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

    #parceiros .parceiro {
        max-width: 280px;
        margin-bottom: 10px;
    }

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


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

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

#social img {
    max-width: 65px;
    margin: 0 5px 1rem;
    filter: brightness(1);
}

#social img:hover {
    filter: brightness(1.5);
}

@media (max-width: 575px) {

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

    #social img {
        max-width: 50px;
        margin: 0 2px 0rem;
        filter: brightness(1);
    }
}


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

#footer-container {
    padding-top: 5rem;
    background: linear-gradient(0deg, #1d3292a6, #061323), url(../img/bg_footer.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

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

#footer-container .contatos-group-button article {
    /* background: white; */
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 2rem;
    border: 3px solid var(--color-quartiary);
    box-shadow: inset 0 0 0.5em 0 #5473fd, 0 0 0.5em 0 #445cc6;
    transition: 0.5s ease-in-out;
    background-color: #000000a6;
}

#footer-container .contatos-group-button article:hover {
    border: 4px solid var(--color-secondary);
    box-shadow: inset 0 0 0.5em 0 var(--color-secondary), 0 0 0.5em 0 var(--color-secondary);
}

#footer-container .contatos-group-button article h3 {
    color: var(--color-font-light);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2rem;
}

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

#footer-container .contatos-group-button article .btn-neon-primary {
    border: 0px;
    box-shadow: none;
    margin-top: 1rem;
    background-color: var(--color-quartiary);
    color: var(--color-font-light);
}

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

#footer-container .btn-neon-primary {
    color: var(--color-font-light);

}

#footer-container .btn-neon-primary:hover {
    color: var(--color-secondary);
    transform: scale(1.1);
}




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

#footer-container .contatos-group-info strong {
    color: var(--color-font-light);
    font-size: 1.1rem;
    font-weight: bold;
}

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

#footer #mapa {
    width: 70%;
    margin: 0 15% !important;
    border: 5px solid var(--color-secondary);
    height: 360px;
    display: block;
    position: relative;
    z-index: 2;
    box-shadow: inset 0 0 0.5em 0 var(--color-secondary), 0 0 0.5em 0 var(--color-secondary);
}

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

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

@media (max-width:575px) {
    #footer-container .contatos-group-button article {
        margin-bottom: 1rem;
    }

    #footer #mapa {
        width: 90%;
        margin: 0px auto !important;
        border: 5px solid var(--color-secondary);
        height: 250px;
    }

    #footer-container h2 {
        font-size: 1.8rem;
    }

    #footer-container .contatos-group-button article h3 {
        font-size: 1.5rem;
        font-weight: 400;
    }

}


@media (max-width:399px) {
    #copyright { padding-bottom: 2rem; }
}