/*.svg_banner {
    position: absolute;
    margin-top: -240px;
}*/

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

#beneficio h2 {
    font-weight: 700;
    margin-bottom: 2rem !important;
    font-size: 3.25rem;
    margin: 0 auto;
    text-align: center;
    color: var(--color-font-dark);
    width: 80%;
}

#beneficio p {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: var(--color-font-dark);
}

#beneficio article {
    margin-top: 2rem;
}

#beneficio article div {
    border-radius: 7px;
    padding: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

#beneficio article div img {
    max-height: 45px;
    /* margin-right: 10px; */
    margin-bottom: 10px;
}

#beneficio article div h2 {
    margin-bottom: 0 !important;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 25px;
}

#beneficio article p {
    font-size: 0.8rem;
    margin: 1rem 0 0;
    font-weight: 400;
    line-height: 15px;
    color: var(--color-font-light);
    text-align: center;
}

#beneficio article.beneficio_article_blue div {
    background-color: var(--color-primary);
    transition: 0.3s;
}

#beneficio article.beneficio_article_blue div:hover {
    background-color: var(--color-primary);
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
    transform: scale(1.08);
    transition: 0.5s;
}

#beneficio article.beneficio_article_red div {
    background-color: var(--color-secondary);
    transition: 0.3s;
}

#beneficio article.beneficio_article_red div:hover {
    transform: scale(1.08);
    background-color: var(--color-secondary);
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    transition: 0.5s;
}


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

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


/* -------------------------------------------------------------------
  * ATIVIDADES
  * -----------------------------------------------------------------*/
#atividade {
    padding: 6rem 11rem;
    text-align: center;
    position: relative;
    background-image: linear-gradient(rgb(123 100 66 / 71%), rgb(149 117 41 / 72%)), url(../img/slide.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#atividade h2 {
    color: var(--color-font-light);
    font-weight: 700;
    margin-bottom: 1rem !important;
    font-size: 1.85rem;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

#atividade #perguntas .accordion {
    background: transparent;
    border: 0;
    padding: 0.5rem 0;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
}

#atividade #perguntas .accordion p {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 25px;
    width: 90%;
    color: var(--color-font-light);
}

#atividade #perguntas {
    text-align: center;
}

#atividade #perguntas .accordion i {
    font-size: 20px;
    color: #3a1f00;
    margin-right: 10px;
}

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

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

#atividade #perguntas .panel p {
    margin-bottom: 0 !important;
    color: var(--color-primary);
    font-size: 1.1rem;
    font-weight: 500;
    background-color: var(--color-font-light);
    padding: 0px 16px;
    text-align: left;
}

#atividade .box-especialidades {
    padding: 0 0 0 0;
}

#atividade h3 {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600;
}

#atividade .fas.fa-check {
    color: #3a1f00;
}

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

#atividade ul li {
    color: var(--color-font-light);
    font-weight: 500;
    font-size: 1.1rem;
    text-align: left;
}

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

@media(max-width: 550px) {

    #atividade {
        padding: 2rem 1rem;
        text-align: center;
        margin-top: 0rem;
    }

    #atividade h2 {
        font-weight: 700;
        margin-bottom: 1rem !important;
        font-size: 1.85rem;
        text-align: left;
        width: 100%;
        margin: 0 auto;
        padding-top: 2rem;
    }

    #atividade #perguntas .accordion p {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        width: 90%;
    }

    #atividade h2 {
        font-weight: 700;
        margin-bottom: 1rem !important;
        font-size: 24px;
        text-align: left;
        width: 100%;
        margin: 0 auto;
        padding-top: 2rem;
    }

}

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

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

#servicos h4 {
    font-weight: 600;
    margin-bottom: 2rem !important;
    font-size: 1.65rem;
    background-color: var(--color-secondary);
    text-align: center;
    color: var(--color-font-dark);
    padding: 15px 40px;
    width: auto;
    display: table;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
}

#servicos .b-card {
    transition: 0.4s;
    padding: 0rem 1rem;
    border-radius: 35px;
    /* height: 256px; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#servicos .b-card:hover {
    transition: 0.4s;
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#servicos .servicos_box img {
    max-width: 80px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 0rem;
}

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

#servicos article h3 {
    font-size: 1.35rem;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    line-height: 24px;
}

#servicos article p {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    line-height: 17px;
}

#servicos .btn_theme_secondary {
    border-radius: 10px;
    padding: 12px 30px;
    color: var(--color-font-light);
    font-weight: 500;
    border: 2px solid var(--color-font-light) !important;
    background-color: var(--color-secondary);
}

#servicos .btn_theme_secondary:hover {
    background-color: var(--color-primary);
}

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

@media(max-width:599px) {

    #servicos .servicos_box{
        margin-bottom: 1rem!important;
    }

    #servicos {
        padding: 2rem;
    }

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


/* -------------------------------------------------------------------
  * ABRIR EMPRESA
  * -----------------------------------------------------------------*/
#abrirempresa {
    padding: 4rem 0;
}

#abrirempresa h2 {
    font-weight: 700;
    font-size: 3rem;
    line-height: 49px;
    padding: 0rem 0;
    width: 100%;
    color: var(--color-font-dark);
}

#abrirempresa p{
    font-size: 1.25rem;
}

#abrirempresa h3 {
    font-weight: 600;
    margin-bottom: 1rem !important;
    font-size: 1.4rem;
    text-align: center;
    color: var(--color-font-light);
    background-color: var(--color-secondary);
    padding: 10px 30px;
    border-radius: 90px;
    display: inline-flex;
}

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

#abrirempresa ul li {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--color-font-dark);
    line-height: 28px;
}

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

#abrirempresa .btn_theme_secondary {
    font-size: 1.6rem;
    padding: 20px 1rem !important;
    background-color: var(--color-font-dark);
    display: block;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

#abrirempresa .btn_theme_secondary:hover {
    background-color: var(--color-secondary);
    transition: 0.4s;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#abrirempresa .beneficio {
    padding: 0 0 4rem 0;
}

#abrirempresa .beneficio h2 {
    font-weight: 700;
    margin-bottom: 2rem !important;
    font-size: 3rem;
    text-align: center;
    line-height: 57px;
    width: 80%;
    margin: 0 auto;
}



#abrirempresa .beneficio p {
    font-weight: 500;
    font-size: 1.65rem;
    color: var(--color-font-dark);
    text-align: center;
    line-height: inherit;
    margin: 0 auto;
}

#planos .box-plano h2 {
    font-weight: 600;
    margin-bottom: 3rem !important;
    font-size: 2.15rem;
    text-align: center;
    line-height: 46px;
    width: 100%;
    margin: 0 auto;
}

#planos .box-plano .btn_theme_primary {
    border-radius: 6px;
    padding: 12px 20px;
    color: var(--color-font-dark);
    background-color: var(--color-font-light);
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 9px !important;
    display: block;
    width: 100%;
    transition: 0.2s;
}

#planos .box-plano .btn_theme_primary:hover {
    background-color: var(--color-secondary);
    color: var(--color-font-dark) !important;
    transition: 0.4s;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}


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

@media(max-width:499px) {

    #abrirempresa p {
        font-size: 1rem;
        text-align: center;
    }

    #abrirempresa {
        padding: 2rem;
    }

    #abrirempresa .beneficio h2 {
        font-weight: 700;
        margin-bottom: 2rem !important;
        font-size: 26px;
        text-align: center;
        line-height: 29px;
        width: 100%;
        margin: 0 auto;
    }

    #abrirempresa .beneficio p {
        font-weight: 600;
        font-size: 18px;
        color: var(--color-font-dark);
        text-align: center;
        line-height: 22px;
        margin: 0 auto;
        width: 100%;
    }

    #abrirempresa h2 {
        font-weight: 700;
        margin-bottom: 1rem !important;
        font-size: 23px;
        line-height: 29px;
        padding: 0rem 0;
        width: 100%;
        color: var(--color-font-dark);
        text-align: center;
    }

    #abrirempresa ul li {
        font-weight: 500;
        font-size: 17px;
        color: var(--color-font-dark);
        line-height: 19px;
        display: flex;
        padding-bottom: 7px;
    }

}



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

#planos h2 {
    font-weight: bold;
    margin-bottom: 1rem !important;
    font-size: 2rem;
    color: var(--color-font-dark);
    text-align: left;
    line-height: 36px;
    width: 100%;
}


#planos h4 {
    font-weight: 600;
    margin-bottom: 3rem !important;
    font-size: 1.65rem;
    background-color: var(--color-secondary);
    text-align: center;
    padding: 15px 40px;
    width: auto;
    display: table;
    margin: 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
}

#planos .btn_theme_secondary {
    border-radius: 90px;
    padding: 6px 25px;
    color: var(--color-font-light);
    background-color: var(--color-secondary);
    font-weight: 500;
    font-size: 1rem;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

#planos .btn_theme_secondary:hover {
    transition: 0.4s;
    color: var(--color-font-light);
    background-color: var(--color-primary);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    border: 2px solid var(--color-secondary);
}

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

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

#planos .box-plano {
    padding: 1rem 7rem 3rem 7rem;
}

#planos .plano div {
    padding: 1rem 0 2rem;
    border-radius: 22px;
    background-color: #03021c00;
    border: 2px solid var(--color-font-dark);
}

#planos .plano div:hover {
    transform: scale(1.05);
    transition: 0.3s;
    /* background-color: var(--color-secondary); */
    border: 2px solid var(--color-secondary);
}

#planos #abrirempresa img {
    width: auto;
}

#planos img {
    width: 60px;
}

#planos .plano div h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--color-primary-hover);
    padding: 1rem 0;
}

#planos .plano div .valor {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 1rem !important;
    letter-spacing: -2px;
    color: var(--color-primary-hover);
}

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

#planos .plano div ul li {
    list-style-type: none;
    text-align: left;
    line-height: 16px;
    font-size: 0.8rem;
    padding: 0px 30px 5px 30px;
    display: flex;
    font-weight: 500;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
}

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

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

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

@media (max-width:550px) {

    #planos .box-plano {
        padding: 0 0rem;
    }

    #planos .box-plano h2 {
        font-weight: bold;
        margin-bottom: 3rem !important;
        font-size: 27px;
        text-align: center;
        line-height: 32px;
        width: 90%;
        margin: 0 auto;
        color: var(--color-primary-hover);
    }

    #planos {
        padding: 2rem 1rem;
    }

}

/* box-abrirempresa */

#box-abrirempresa {
    padding: 1rem 0 4rem 0;
}

#box-abrirempresa img {
    width: 15%;
}

#box-abrirempresa article {
    text-align: center;
    border-radius: 25px;
    padding: 1rem;
    transition: 0.1s;
}

#box-abrirempresa article:hover {
    transition: 0.3s;
    transform: scale(1.08);
    text-align: center;
    padding: 1rem;
    background-color: #b8946878;
}

#box-abrirempresa h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding: 1rem 0;
}

#box-abrirempresa p {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    line-height: 18px;
    padding-bottom: 1rem;
}

#box-abrirempresa h2 {
    font-weight: 700;
    margin-bottom: 3rem !important;
    font-size: 3rem;
    text-align: center;
    line-height: 52px;
    width: 90%;
    margin: 0 auto;
    z-index: 9999;
}

#box-abrirempresa h2 .underline {
    position: relative;
    display: inline-block;
}

#box-abrirempresa h2 .underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 9px;
    background-color: var(--color-primary);
    z-index: 999;
}


#box-abrirempresa h4 {
    font-weight: 600;
    margin-bottom: 3rem !important;
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto;
}

@media (max-width:550px) {

    #box-abrirempresa h3 {
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 1rem 0;
    }

    #box-abrirempresa h2 {
        font-weight: 700;
        margin-bottom: 3rem !important;
        font-size: 30px;
        text-align: center;
        line-height: 34px;
        width: 100%;
        margin: 0 auto;
        z-index: 9999;
    }

}

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



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

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

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

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

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


/* -------------------------------------------------------------------
 * OUTRAS SOLUÇÔES (MEI, ME)
 * -----------------------------------------------------------------*/
#solucao {
    padding: 4rem 0 4rem 0;
    background-color: var(--color-font-dark);
}

#solucao h2 {
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
    color: var(--color-font-light);
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2%;
}

#solucao h3 {
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
    color: var(--color-font-light);
    margin: 0 auto;
}

#solucao article {
    background-color: var(--color-primary);
    padding: 1rem;
    border-radius: 15px;
}

#solucao article.bg-secondary {
    background-color: var(--color-secondary) !important;
    border: 2px solid var(--color-primary);
}

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


/* -------------------------------------------------------------------
 * SESSAO CLIENTE
 * PERGUNTAS FREQUENTES E DEPOIMENTOS
 * -----------------------------------------------------------------*/
#cliente {
    padding: 6rem 11rem;
    text-align: center;
    position: relative;
    background-image: linear-gradient(rgb(123 100 66 / 71%), rgb(149 117 41 / 72%)), url(../img/slide.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#cliente h2 {
    font-weight: 700;
    margin-bottom: 1rem !important;
    font-size: 1.85rem;
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: inline-block;
    color: var(--color-font-light);
}

#cliente #depoimentos .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    padding: 2rem;
    border-radius: 3rem;
    height: auto;
    background-color: #0000007d;
}

#cliente #depoimentos i {
    color: #fff;
}

#cliente #depoimentos .item .text-box {
    color: var(--color-font-light);
    font-size: 1.15rem;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}

#cliente #depoimentos .item p {
    font-weight: 400;
    margin: 0.5rem 0;
    color: var(--color-font-light);
    font-size: 0.8rem;
    text-transform: capitalize;
}

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

@media(max-width:550px) {

    #cliente {
        padding: 0rem;
    }

}


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

#noticias .noticias {}

#noticias .blog {}

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

#noticias article {
    background-color: var(--color-font-light);
    padding: 1rem;
    border-radius: 1rem;
}

#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 .blog h3 {
    font-size: 1.3rem;
    font-weight: 500;
    font-weight: 600;
    margin: 6px 0 2px 0;
    color: var(--color-font-dark);
}

#noticias .artigos h3 {
    font-size: 1.3rem;
    font-weight: 500;
    font-weight: 600;
    margin: 6px 0 2px 0;
    color: var(--color-font-dark);
}

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

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

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

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

@media(max-width:550px) {

    #noticias {
        padding: 5rem 0 2rem;
    }    
    #noticias h2 {
        font-weight: 700;
        font-size: 30px;
        margin-top: 0rem;
    }

}


/* -------------------------------------------------------------------
 * NEWSLETTER
 * -----------------------------------------------------------------*/
#newsletter {
    padding: 2rem 0;
    width: 60%;
    margin: 0 auto;
    background-color: var(--color-font-dark);
    border-radius: 150px;
    margin-top: 3rem;
}

#newsletter h2 {
    font-weight: 500;
    font-size: 1.45rem;
    text-align: center;
    margin-bottom: 1rem;
    color: var(--color-font-light);
}

#newsletter input {
    min-width: 540px;
    padding: 35px 10px;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0rem;
    border-radius: 10px;
    font-weight: 400;
}

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

#newsletter .btn_theme_primary {
    font-weight: 400;
    color: var(--color-font-light) !important;
    padding: 3px 40px !important;
    background-color: #ff074c00;
    width: 30%;
    margin: 0 auto;
    border: 2px solid var(--color-font-light);
}

#newsletter .btn_theme_primary:hover {
    color: var(--color-font-light) !important;
    background-color: var(--color-primary-hover);
}

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

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

@media (max-width:550px) {

    #newsletter input {
        border: 2px solid var(--color-primary);
        min-width: 300px;
        padding: 35px 10px;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 0rem;
        border-radius: 10px;
        font-weight: 400;
    }

    #newsletter {
        padding: 2rem 0;
        width: 90%;
        margin: 0 auto;
        background-color: var(--color-primary);
        border-radius: 30px;
        margin-top: 3rem;
    }

    #newsletter h2 {
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        margin-bottom: 1rem;
        color: var(--color-font-light);
        width: 80%;
        margin: 0 auto;
        padding-bottom: 1rem;
    }

    #newsletter .btn_theme_primary {
        font-weight: 600;
        color: var(--color-font-light) !important;
        padding: 5px 30px !important;
        background-color: #ff074c00;
        width: auto;
        margin: 0 auto;
        border: 2px solid var(--color-font-light);
    }
}


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

#parceiros h2 {
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 1.85rem;
}

#parceiros .btn_theme_primary {
    border-radius: 10px;
    padding: 12px 30px;
    color: var(--color-font-light);
    font-weight: 500;
    border: 2px solid var(--color-font-light) !important;
    background-color: var(--color-secondary);
    width: 15%;
}

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

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

@media(max-width:499px) {

    #parceiros {
        padding: 2rem;
    }

    #parceiros .btn_theme_primary {
        border-radius: 10px;
        padding: 6px 30px;
        color: var(--color-font-light);
        font-weight: 500;
        border: 2px solid var(--color-font-light) !important;
        background-color: var(--color-secondary);
        width: auto;
    }

}


/* -------------------------------------------------------------------
 * SOCIAL
 * -----------------------------------------------------------------*/
#social {
    padding: 4rem 0 0 0;
    margin: 0 auto;
}

#social h2 {
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 2rem;
}

#social img {
    max-width: 65px;
    margin: 0 5px 1rem;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

#social img:hover {
    transition: 0.3s;
    transform: scale(1.1);
    max-width: 65px;
    margin: 0 5px 1rem;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

@media(max-width:499px) {

    #social h2 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 2rem;
        /* color: var(--color-font-light); */
        margin-top: 0rem;
    }

    #social img {
        max-width: 50px;
        margin: 0 0px 0rem;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
    }

}

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

#footer-container {
    max-width: 100% !important;
    position: relative;
    padding-top: 6rem;
    /* height: 964px; */
}

#footer-container h2 {
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 3rem;
    text-align: center;
    line-height: 55px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3rem;
    color: var(--color-font-dark);
}

#footer-container .contatos-group-button {
    padding: 0 5rem;
}

#footer-container .contatos-group-button article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}

#footer-container .contatos-group-button article:hover {
    transition: 0.4s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#footer-container .contatos-group-button article h3 {
    font-size: 1.85rem;
    font-weight: 600;
    line-height: 32px;
    padding: 1rem 0;
    color: var(--color-primary);
}

#footer-container .contatos-group-button article img {}

#footer-container .contatos-group-button article .btn_theme_tertiary {
    color: var(--color-font-light);
    font-weight: 500;
    border: 0 !important;
    background-color: var(--color-primary);
    border-radius: 8px !important;
    font-size: 1rem;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    margin-top: 1.5rem;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

#footer-container .contatos-group-button article .btn_theme_tertiary: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;
    background-color: var(--color-primary-hover) !important;
    color: var(--color-font-light) !important;
}


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

#footer-container .contatos-group-info strong {
    color: var(--color-font-light);
    font-size: 1.2rem;
    font-weight: 500;
    background-color: var(--color-secondary);
    padding: 0px 10px;
}

#footer-container .contatos-group-info p {
    display: block;
    color: var(--color-font-dark);
    margin-bottom: 0.2rem;
    font-size: 1.1rem;
    font-weight: 500;
}

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

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

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

#footer #copyright p {
    font-size: .75rem;
    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: 45px;
}

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

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

@media (max-width:550px) {

    #footer .b-selos { flex-direction: column; }

    #footer-container {
        max-width: 100% !important;
        position: relative;
        padding-top: 2rem;
        /* height: 964px; */
    }

    #footer-container h2 {
    font-weight: 700;
    margin-bottom: 3rem;
    font-size: 28px;
    text-align: center;
    line-height: 33px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2rem;
    color: var(--color-font-dark);
}

    #footer-container .contatos-group-button {
        padding: 0 2rem;
    }

    #footer-container .contatos-group-button article img {
        width: 230px;
    }

    #footer-container .contatos-group-button article h3 {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 25px;
        padding: 1rem 0;
        color: var(--color-primary);
    }

    #footer-container .contatos-group-button article {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        transition: 0.1s;
        -webkit-transition: 0.1s;
        -moz-transition: 0.1s;
        -ms-transition: 0.1s;
        -o-transition: 0.1s;
        margin-bottom: 2rem;
    }
}