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

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

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

#beneficio article {
    margin-top: 2rem;
    transition: transform 0.3s ease-in-out;
}

#beneficio article:hover {
    transform: scale(1.1);
    transform: translate(15px, -15px);
}

#beneficio article div {
    border-radius: 2rem;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#beneficio article div img {
    max-height: 70px;
    margin-right: 15px;
}

#beneficio article div h2 {
    margin-bottom: 0 !important;
    color: var(--color-font-light);
    ;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 22px;
}

#beneficio article p {
    font-size: 1.1rem;
    margin: 1rem 0 0;
    font-weight: 500;
}

#beneficio article.beneficio_article_red div {
    background-image: url('../img/beneficio1.webp');
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}


#beneficio article.beneficio_article_blue div {
    background-image: url('../img/beneficio2.webp');
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
}


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

@media(max-width: 449px) {
    #beneficio article div h2 {
        font-size: 1.5rem;
        line-height: 26px;
    }
}


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

#atividade .img-fluid {
    transition: transform 0.3s ease-in-out;
}

#atividade .img-fluid:hover {
    transform: scale(1.1);
    transform: translate(15px, -15px);
}

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

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

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

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

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

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

    #atividade ul li {
        padding-left: 35px;
    }

}

/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos {
    padding-bottom: 3rem;
    padding-top: 7rem;
    /* clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%); */
    max-width: 100% !important;
    height: auto;
    position: relative;
    background: radial-gradient(#80808026, black), url(../img/bg_servicos.webp);
    filter: saturate(0.8);
    background-position: center 56%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#servicos .image-container {
    position: relative;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

#servicos .image-container:hover {
    transform: scale(1.1);
}

#servicos .base-image {
    width: 100%;
    height: auto;
    display: block;
}

#servicos .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
}

#servicos .container {
    padding: 10rem 0 13rem 0;
}

#servicos h2 {
    font-weight: bold;
    margin-bottom: 2rem !important;
    font-size: 2.6rem;
    color: var(--color-font-light);
}

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

#servicos .servicos_box img {
    max-width: 400px;
    opacity: 0.8;
}

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

#servicos article h3 {
    font-size: 1.35rem;
    margin-bottom: .8rem !important;
    font-weight: 600;
    width: 80%;
}

#servicos article p {
    color: var(--color-font-light);
    line-height: 18px;
}

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

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

    #servicos .container {
        padding: 1rem 20px 4rem 20px;
    }

    .svg_footer {
        width: 101%;
    }
}

@media(max-width: 449px) {
    #servicos .overlay-content {
        padding: 50px 30px;
    }
}


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

#abrirempresa .img-fluid {
    transition: transform 0.3s ease-in-out;
}

#abrirempresa .img-fluid:hover {
    transform: scale(1.1);
    transform: translate(15px, -15px);
}

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

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

#abrirempresa ul li {
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--color-secondary);
}

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

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

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

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

    #abrirempresa h2 {
        font-size: 2.0rem;
        text-align: center;
    }

    #abrirempresa ul li {
        font-size: 1.2rem;
        padding-left: 20px;
        display: flex;
        line-height: 23px;
        padding-bottom: 10px;
    }

    #abrirempresa .btn_theme_secondary {
        font-size: 1.2rem;
        padding: 10px 1rem !important;
        margin-top: 2.5rem !important;
        margin-left: 35px;
    }
}



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

#planos h2 {
    font-weight: bold;
    margin-bottom: 2.5rem !important;
    font-size: 3rem;
    line-height: 3.2rem;
}


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

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

#planos .plano div {
    background-image: url(../img/fundo-planos.webp);
    background-size: 110% 102%;
    background-repeat: no-repeat;
    background-position: center 1%;
    padding: 3rem;
    border-radius: 10px;
    min-height: 500px;
    transition: transform 0.3s ease-in-out;
}

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

#planos .plano div h3 {
list-style-type: none;
    line-height: 24px;
    color: var(--color-primary-hover);
    text-align: left;
    padding-left: 51px;
    font-size: 1.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
}

#planos .plano div .valor {
    font-weight: 500;
    font-size: 2rem;
    color: var(--color-font-light);
    margin-bottom: 0.5rem !important;
}

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

#planos .plano div ul li {
    list-style-type: none;
    line-height: 18px;
    color: var(--color-font-light);
    text-align: left;
    padding-left: 35px;
    font-size: 0.95rem;
    display: flex;
    padding-bottom: 9px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

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

#planos .btn_theme_secondary {
    text-transform: uppercase;
    width: 70%;
    display: block;
    margin: 0 auto;
    font-size: 0.8rem;
    font-weight: 600;
}

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

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

    #planos .plano div {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    #planos h2 {
        padding: 0px 20px;
        font-size: 2rem;
    }

    #planos .plano div {
        background-size: 90% 102%;
    }

    #planos .plano div .valor {
        font-size: 2.5rem;
    }

    #planos .plano div ul {
        margin-left: 10px;
    }

    #planos .btn_theme_secondary {
        margin-left: 30px;
    }
}

/* -------------------------------------------------------------------
 * 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 .img-fluid {
    transition: transform 0.3s ease-in-out;
}

#migrarempresa .img-fluid:hover {
    transform: scale(1.1);
    transform: translate(15px, -15px);
}

#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: 500;
    font-size: 1.3rem;
    color: var(--color-secondary);
}

#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:575px) {
    #migrarempresa {
        padding: 4rem 0 3rem;
    }

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

    #migrarempresa ul li {
        font-size: 1rem;
        margin-left: 5px;
    }

    #migrarempresa .btn_theme_primary {
        font-size: 1.1rem;
        padding: 10px 2rem !important;
        margin-left: 27px;
    }
}


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

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

#solucao article {
    background-image: url(../img/beneficio2.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 25px;
}

#solucao article.bg-secondary {
    background-image: url(../img/beneficio1.webp);
    background-color: #fff !important;
}

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

#solucao article h2 {
    font-size: 1rem;
    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 {
        padding: 1rem 0 3rem 0;
    }

    #solucao article h2 br {
        display: none;
    }

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

    #solucao article {
        padding: 40px;
    }
}


/* -------------------------------------------------------------------
 * SESSAO CLIENTE
 * PERGUNTAS FREQUENTES E DEPOIMENTOS
 * -----------------------------------------------------------------*/

#cliente {
    padding-bottom: 3rem;
    padding-top: 6rem;
    /* clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%); */
    max-width: 100% !important;
    height: auto;
    position: relative;
    background: radial-gradient(#00000059, black), url(../img/bg_cliente.webp);
    filter: saturate(0.8);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#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);
    font-size: 1.15rem;
    width: 90%;
    line-height: 21px;
}

#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-secondary);
    padding: 10px;
}

#cliente #depoimentos .item {
    background-image: url(../img/beneficio2.webp);
    background-size: 100% 102%;
    background-repeat: no-repeat;
    padding: 50px;
    min-height: 240px;
}

#cliente #depoimentos .item .text-box {
    color: var(--color-font-light);
    text-align: center;
    padding: 0px 50px;
}

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

#cliente #depoimentos i{
	    color: var(--color-primary-hover);
}

.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: 575px) {
    #cliente #depoimentos .item .text-box {
        margin-top: 15px;
        padding: 0px;
    }

    #cliente #depoimentos .item {
        margin: 2rem 0rem;
    }

}



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


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

#parceiros .img-fluid {
    transition: transform 0.3s ease-in-out;
}

#parceiros .img-fluid:hover {
    transform: scale(1.1);
    transform: translate(15px, -15px);
}

#parceiros .bg-cor {
    background-color: var(--color-font-light);
    border-radius: 110px;
    padding: 3rem;
}

#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: 2rem 2rem;
    }
    #parceiros .bg-cor {
        border-radius: 20px;
        padding: 3rem;
    }
}


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

@media (max-width: 575px) {
    #social img {
        max-width: 50px;
    }
}

/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
#footer {
    padding-bottom: 1rem;
    padding-top: 20rem;
    /* clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%); */
    max-width: 100% !important;
    height: auto;
    position: relative;
    background: radial-gradient(#00000052, black), url(../img/bg_footer.webp);
    filter: saturate(0.8);
    background-position: center 68%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

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


#footer-container .contatos-group-button .image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../img/tinta2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 1rem;
    min-height: 315px;

}

#footer-container .contatos-group-button article {
    padding: 0px;
}

#footer-container .contatos-group-button article h3 {
    color: var(--color-font-light);
    /* margin-right: 20px; */
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 0.5rem;
}

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

#footer-container .contatos-group-button article .btn_theme_tertiary {
    color: var(--color-font-light) !important;
    border: 0;
    width: 15rem;
    margin-top: 1rem;
    font-weight: 500;
    background-color: #000000a6;
    width: auto;
    display: block;
}

#footer-container .contatos-group-button article .btn_theme_tertiary:hover {
    color: var(--color-font-dark) !important;
    background: 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.1rem;
    font-weight: bold;
}

#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;
    width: 58%;
    margin: 0% 21% !important;
    border: 5px solid !important;
    border-radius: 12px;
}

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

#footer #copyright .img-fluid {
    transition: transform 0.3s ease-in-out;
}

#footer #copyright .img-fluid:hover {
    transform: scale(1.1);
    transform: translate(5px, -5px);
}

#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 #mapa {
        width: 80%;
        margin: 0% 10% !important;
    }

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

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

    #footer {
        padding-top: 7rem;
    }

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

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

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

    #footer #mapa {
        width: 84%;
        margin: 0% 8% !important;
    }


    #footer-container .contatos-group-button .image-container {
        margin-bottom: 1rem;
    }

}

@media (max-width: 450px) {
	
	#footer {
    background: radial-gradient(#000000b3, black), url(../img/bg_footer.webp);
    background-attachment: inherit;    
}
	
    #footer-container .contatos-group-button article {
        padding: 35px
    }
}