*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0
}

html {
    height: 100%
}

body {
    min-height: 100%
}

:focus {
    outline: 0
}

/* SLIDER HOME */
/* Container do Swiper */
.swiper {
  width: 100%;
  height: 30vh; /* 20% da altura da tela */
  overflow: hidden;
  position: relative;
}

/* Slide individual */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* ocupa 100% do .swiper */
}

/* Imagem de fundo */
.swiper-slide img,
img.bkg_padrao {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* FIM SLIDER HOME */

button {
    cursor: pointer
}

a {
    text-decoration: none;
    color: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}
p {
    line-height: 1.5;
    margin-bottom: 12px;

}
.destaque {
    border-bottom: 4px solid var(--color-destaques);
}

.post-conteudo p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

input,
textarea {
    font-family: inherit;
    font-size: inherit
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

li {
    display: inline-block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

.container {
    width: 100%;
    min-width: 320px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 2vh;
}

.container-full {
    width: 100%;
    min-width: 320px
}

.container:before,
.container:after,
.container-full:before,
.container-full:after,
.break:before,
.break:after {
    display: table;
    content: " "
}

.container:after,
.container-full:after,
.break:after {
    clear: both
}

.break {
    width: 100%;
    float: left
}

.grid-1 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 8.33333%
}

.grid-2 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 16.66667%
}

.grid-3 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 25%
}

.grid-4 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 33.33333%
}

.grid-5 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 41.66667%
}

.grid-6 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 50%
}

.grid-7 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 58.33333%
}

.grid-8 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 66.66667%
}

.grid-9 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 75%
}

.grid-10 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 83.33333%
}

.grid-11 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 91.66667%
}

.grid-12 {
    float: left;
    padding: 20px;
    width: 100%;
    width: 100%
}
.grid-12-clientes {
    display: flex;
    flex-wrap: wrap; /* Quebra para a próxima linha */
    gap: 20px; /* Espaçamento entre os cards */
}


@media (min-width: 420px) {
    .grid-xs-1 {
        width: 8.33333%
    }

    .grid-xs-2 {
        width: 16.66667%
    }

    .grid-xs-3 {
        width: 25%
    }

    .grid-xs-4 {
        width: 33.33333%
    }

    .grid-xs-5 {
        width: 41.66667%
    }

    .grid-xs-6 {
        width: 50%
    }

    .grid-xs-7 {
        width: 58.33333%
    }

    .grid-xs-8 {
        width: 66.66667%
    }

    .grid-xs-9 {
        width: 75%
    }

    .grid-xs-10 {
        width: 83.33333%
    }

    .grid-xs-11 {
        width: 91.66667%
    }

    .grid-xs-12 {
        width: 100%
    }
}

@media (min-width: 520px) {
    .grid-sm-1 {
        width: 8.33333%
    }

    .grid-sm-2 {
        width: 16.66667%
    }

    .grid-sm-3 {
        width: 25%
    }

    .grid-sm-4 {
        width: 33.33333%
    }

    .grid-sm-5 {
        width: 41.66667%
    }

    .grid-sm-6 {
        width: 50%
    }

    .grid-sm-7 {
        width: 58.33333%
    }

    .grid-sm-8 {
        width: 66.66667%
    }

    .grid-sm-9 {
        width: 75%
    }

    .grid-sm-10 {
        width: 83.33333%
    }

    .grid-sm-11 {
        width: 91.66667%
    }

    .grid-sm-12 {
        width: 100%
    }
}

@media (min-width: 720px) {
    .grid-md-1 {
        width: 8.33333%
    }

    .grid-md-2 {
        width: 16.66667%
    }

    .grid-md-3 {
        width: 25%
    }

    .grid-md-4 {
        width: 33.33333%
    }

    .grid-md-5 {
        width: 41.66667%
    }

    .grid-md-6 {
        width: 50%
    }
    .grid-md-6-cliente, .grid-xl-4-cliente {
    display: flex;
    flex: 1 1 calc(33.333% - 20px); /* 3 cards por linha com gap */
    box-sizing: border-box; /* Evita que padding aumente o tamanho do card */
}



    .grid-md-7 {
        width: 58.33333%
    }

    .grid-md-8 {
        width: 66.66667%
    }

    .grid-md-9 {
        width: 75%
    }

    .grid-md-10 {
        width: 83.33333%
    }

    .grid-md-11 {
        width: 91.66667%
    }

    .grid-md-12 {
        width: 100%
    }
}

@media (min-width: 920px) {
    .grid-lg-1 {
        width: 8.33333%
    }

    .grid-lg-2 {
        width: 16.66667%
    }

    .grid-lg-3 {
        width: 25%
    }

    .grid-lg-4 {
        width: 33.33333%
    }

    .grid-lg-5 {
        width: 41.66667%
    }

    .grid-lg-6 {
        width: 50%
    }

    .grid-lg-7 {
        width: 58.33333%
    }

    .grid-lg-8 {
        width: 66.66667%
    }

    .grid-lg-9 {
        width: 75%
    }

    .grid-lg-10 {
        width: 83.33333%
    }

    .grid-lg-11 {
        width: 91.66667%
    }

    .grid-lg-12 {
        width: 100%
    }
}

@media (min-width: 1220px) {
    .grid-xl-1 {
        width: 8.33333%
    }

    .grid-xl-2 {
        width: 16.66667%
    }

    .grid-xl-3 {
        width: 25%
    }

    .grid-xl-4 {
        width: 33.33333%
    }

    .grid-xl-5 {
        width: 41.66667%
    }

    .grid-xl-6 {
        width: 50%
    }

    .grid-xl-7 {
        width: 58.33333%
    }

    .grid-xl-8 {
        width: 66.66667%
    }

    .grid-xl-9 {
        width: 75%
    }

    .grid-xl-10 {
        width: 83.33333%
    }

    .grid-xl-11 {
        width: 91.66667%
    }

    .grid-xl-12 {
        width: 100%
    }
}

.push-1 {
    margin-left: 8.33333%
}

.push-2 {
    margin-left: 16.66667%
}

.push-3 {
    margin-left: 25%
}

.push-4 {
    margin-left: 33.33333%
}

.push-5 {
    margin-left: 41.66667%
}

.push-6 {
    margin-left: 50%
}

.push-7 {
    margin-left: 58.33333%
}

.push-8 {
    margin-left: 66.66667%
}

.push-9 {
    margin-left: 75%
}

.push-10 {
    margin-left: 83.33333%
}

.push-11 {
    margin-left: 91.66667%
}

.push-12 {
    margin-left: 100%
}

@media (min-width: 420px) {
    .push-xs-1 {
        margin-left: 8.33333%
    }

    .push-xs-2 {
        margin-left: 16.66667%
    }

    .push-xs-3 {
        margin-left: 25%
    }

    .push-xs-4 {
        margin-left: 33.33333%
    }

    .push-xs-5 {
        margin-left: 41.66667%
    }

    .push-xs-6 {
        margin-left: 50%
    }

    .push-xs-7 {
        margin-left: 58.33333%
    }

    .push-xs-8 {
        margin-left: 66.66667%
    }

    .push-xs-9 {
        margin-left: 75%
    }

    .push-xs-10 {
        margin-left: 83.33333%
    }

    .push-xs-11 {
        margin-left: 91.66667%
    }

    .push-xs-12 {
        margin-left: 100%
    }
}

@media (min-width: 520px) {
    .push-sm-1 {
        margin-left: 8.33333%
    }

    .push-sm-2 {
        margin-left: 16.66667%
    }

    .push-sm-3 {
        margin-left: 25%
    }

    .push-sm-4 {
        margin-left: 33.33333%
    }

    .push-sm-5 {
        margin-left: 41.66667%
    }

    .push-sm-6 {
        margin-left: 50%
    }

    .push-sm-7 {
        margin-left: 58.33333%
    }

    .push-sm-8 {
        margin-left: 66.66667%
    }

    .push-sm-9 {
        margin-left: 75%
    }

    .push-sm-10 {
        margin-left: 83.33333%
    }

    .push-sm-11 {
        margin-left: 91.66667%
    }

    .push-sm-12 {
        margin-left: 100%
    }
}

@media (min-width: 720px) {
    .push-md-1 {
        margin-left: 8.33333%
    }

    .push-md-2 {
        margin-left: 16.66667%
    }

    .push-md-3 {
        margin-left: 25%
    }

    .push-md-4 {
        margin-left: 33.33333%
    }

    .push-md-5 {
        margin-left: 41.66667%
    }

    .push-md-6 {
        margin-left: 50%
    }

    .push-md-7 {
        margin-left: 58.33333%
    }

    .push-md-8 {
        margin-left: 66.66667%
    }

    .push-md-9 {
        margin-left: 75%
    }

    .push-md-10 {
        margin-left: 83.33333%
    }

    .push-md-11 {
        margin-left: 91.66667%
    }

    .push-md-12 {
        margin-left: 100%
    }
}

@media (min-width: 920px) {
    .push-lg-1 {
        margin-left: 8.33333%
    }

    .push-lg-2 {
        margin-left: 16.66667%
    }

    .push-lg-3 {
        margin-left: 25%
    }

    .push-lg-4 {
        margin-left: 33.33333%
    }

    .push-lg-5 {
        margin-left: 41.66667%
    }

    .push-lg-6 {
        margin-left: 50%
    }

    .push-lg-7 {
        margin-left: 58.33333%
    }

    .push-lg-8 {
        margin-left: 66.66667%
    }

    .push-lg-9 {
        margin-left: 75%
    }

    .push-lg-10 {
        margin-left: 83.33333%
    }

    .push-lg-11 {
        margin-left: 91.66667%
    }

    .push-lg-12 {
        margin-left: 100%
    }
}

@media (min-width: 1220px) {
    .push-xl-1 {
        margin-left: 8.33333%
    }

    .push-xl-2 {
        margin-left: 16.66667%
    }

    .push-xl-3 {
        margin-left: 25%
    }

    .push-xl-4 {
        margin-left: 33.33333%
    }

    .push-xl-5 {
        margin-left: 41.66667%
    }

    .push-xl-6 {
        margin-left: 50%
    }

    .push-xl-7 {
        margin-left: 58.33333%
    }

    .push-xl-8 {
        margin-left: 66.66667%
    }

    .push-xl-9 {
        margin-left: 75%
    }

    .push-xl-10 {
        margin-left: 83.33333%
    }

    .push-xl-11 {
        margin-left: 91.66667%
    }

    .push-xl-12 {
        margin-left: 100%
    }
}

.hide {
    display: none
}

@media (max-width: 420px) {
    .hide-xs-less {
        display: none !important
    }
}

@media (min-width: 420px) {
    .hide-xs-over {
        display: none !important
    }
}

@media (max-width: 520px) {
    .hide-sm-less {
        display: none !important
    }
}

@media (min-width: 520px) {
    .hide-sm-over {
        display: none !important
    }
}

@media (max-width: 720px) {
    .hide-md-less {
        display: none !important
    }
}

@media (min-width: 720px) {
    .hide-md-over {
        display: none !important
    }
}

@media (max-width: 920px) {
    .hide-lg-less {
        display: none !important
    }
}

@media (min-width: 920px) {
    .hide-lg-over {
        display: none !important
    }
}

@media (max-width: 1220px) {
    .hide-xl-less {
        display: none !important
    }
}

@media (min-width: 1220px) {
    .hide-xl-over {
        display: none !important
    }
}

.space-0 {
    width: 100%;
    height: 0px
}

.space-5 {
    width: 100%;
    height: 5px
}

.space-10 {
    width: 100%;
    height: 10px
}

.space-20 {
    width: 100%;
    height: 20px
}

.space-40 {
    width: 100%;
    height: 40px
}

.space-60 {
    width: 100%;
    height: 60px
}

.space-80 {
    width: 100%;
    height: 80px
}

.space-120 {
    width: 100%;
    height: 120px
}

.space-160 {
    width: 100%;
    height: 160px
}

@media (min-width: 420px) {
    .space-xs-0 {
        width: 100%;
        height: 0px
    }

    .space-xs-5 {
        width: 100%;
        height: 5px
    }

    .space-xs-10 {
        width: 100%;
        height: 10px
    }

    .space-xs-20 {
        width: 100%;
        height: 20px
    }

    .space-xs-40 {
        width: 100%;
        height: 40px
    }

    .space-xs-60 {
        width: 100%;
        height: 60px
    }

    .space-xs-80 {
        width: 100%;
        height: 80px
    }

    .space-xs-120 {
        width: 100%;
        height: 120px
    }

    .space-xs-160 {
        width: 100%;
        height: 160px
    }
}

@media (min-width: 520px) {
    .space-sm-0 {
        width: 100%;
        height: 0px
    }

    .space-sm-5 {
        width: 100%;
        height: 5px
    }

    .space-sm-10 {
        width: 100%;
        height: 10px
    }

    .space-sm-20 {
        width: 100%;
        height: 20px
    }

    .space-sm-40 {
        width: 100%;
        height: 40px
    }

    .space-sm-60 {
        width: 100%;
        height: 60px
    }

    .space-sm-80 {
        width: 100%;
        height: 80px
    }

    .space-sm-120 {
        width: 100%;
        height: 120px
    }

    .space-sm-160 {
        width: 100%;
        height: 160px
    }
}

@media (min-width: 720px) {
    .space-md-0 {
        width: 100%;
        height: 0px
    }

    .space-md-5 {
        width: 100%;
        height: 5px
    }

    .space-md-10 {
        width: 100%;
        height: 10px
    }

    .space-md-20 {
        width: 100%;
        height: 20px
    }

    .space-md-40 {
        width: 100%;
        height: 40px
    }

    .space-md-60 {
        width: 100%;
        height: 60px
    }

    .space-md-80 {
        width: 100%;
        height: 80px
    }

    .space-md-120 {
        width: 100%;
        height: 120px
    }

    .space-md-160 {
        width: 100%;
        height: 160px
    }
}

@media (min-width: 920px) {
    .space-lg-0 {
        width: 100%;
        height: 0px
    }

    .space-lg-5 {
        width: 100%;
        height: 5px
    }

    .space-lg-10 {
        width: 100%;
        height: 10px
    }

    .space-lg-20 {
        width: 100%;
        height: 20px
    }

    .space-lg-40 {
        width: 100%;
        height: 40px
    }

    .space-lg-60 {
        width: 100%;
        height: 60px
    }

    .space-lg-80 {
        width: 100%;
        height: 80px
    }

    .space-lg-120 {
        width: 100%;
        height: 120px
    }

    .space-lg-160 {
        width: 100%;
        height: 160px
    }
}

@media (min-width: 1220px) {
    .space-xl-0 {
        width: 100%;
        height: 0px
    }

    .space-xl-5 {
        width: 100%;
        height: 5px
    }

    .space-xl-10 {
        width: 100%;
        height: 10px
    }

    .space-xl-20 {
        width: 100%;
        height: 20px
    }

    .space-xl-40 {
        width: 100%;
        height: 40px
    }

    .space-xl-60 {
        width: 100%;
        height: 60px
    }

    .space-xl-80 {
        width: 100%;
        height: 80px
    }

    .space-xl-120 {
        width: 100%;
        height: 120px
    }

    .space-xl-160 {
        width: 100%;
        height: 160px
    }
}

.float-right {
    float: right
}

.float-left {
    float: left
}

@media (max-width: 420px) {
    .float-right-xs-less {
        float: right
    }

    .float-left-xs-less {
        float: left
    }
}

@media (min-width: 420px) {
    .float-right-xs-over {
        float: right
    }

    .float-left-xs-over {
        float: left
    }
}

@media (max-width: 520px) {
    .float-right-sm-less {
        float: right
    }

    .float-left-sm-less {
        float: left
    }
}

@media (min-width: 520px) {
    .float-right-sm-over {
        float: right
    }

    .float-left-sm-over {
        float: left
    }
}

@media (max-width: 720px) {
    .float-right-md-less {
        float: right
    }

    .float-left-md-less {
        float: left
    }
}

@media (min-width: 720px) {
    .float-right-md-over {
        float: right
    }

    .float-left-md-over {
        float: left
    }
}

@media (max-width: 920px) {
    .float-right-lg-less {
        float: right
    }

    .float-left-lg-less {
        float: left
    }
}

@media (min-width: 920px) {
    .float-right-lg-over {
        float: right
    }

    .float-left-lg-over {
        float: left
    }
}

@media (max-width: 1220px) {
    .float-right-xl-less {
        float: right
    }

    .float-left-xl-less {
        float: left
    }
}

@media (min-width: 1220px) {
    .float-right-xl-over {
        float: right
    }

    .float-left-xl-over {
        float: left
    }
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-left {
    text-align: right
}

@media (max-width: 420px) {
    .align-right-xs-less {
        text-align: right
    }

    .align-left-xs-less {
        text-align: left
    }

    .align-center-xs-less {
        text-align: center
    }
}

@media (min-width: 420px) {
    .align-right-xs-over {
        text-align: right
    }

    .align-left-xs-over {
        text-align: left
    }

    .align-center-xs-over {
        text-align: center
    }
}

@media (max-width: 520px) {
    .align-right-sm-less {
        text-align: right
    }

    .align-left-sm-less {
        text-align: left
    }

    .align-center-sm-less {
        text-align: center
    }
}

@media (min-width: 520px) {
    .align-right-sm-over {
        text-align: right
    }

    .align-left-sm-over {
        text-align: left
    }

    .align-center-sm-over {
        text-align: center
    }
}

@media (max-width: 720px) {
    .align-right-md-less {
        text-align: right
    }

    .align-left-md-less {
        text-align: left
    }

    .align-center-md-less {
        text-align: center
    }
}

@media (min-width: 720px) {
    .align-right-md-over {
        text-align: right
    }

    .align-left-md-over {
        text-align: left
    }

    .align-center-md-over {
        text-align: center
    }
}

@media (max-width: 920px) {
    .align-right-lg-less {
        text-align: right
    }

    .align-left-lg-less {
        text-align: left
    }

    .align-center-lg-less {
        text-align: center
    }
}

@media (min-width: 920px) {
    .align-right-lg-over {
        text-align: right
    }

    .align-left-lg-over {
        text-align: left
    }

    .align-center-lg-over {
        text-align: center
    }
}

@media (max-width: 1220px) {
    .align-right-xl-less {
        text-align: right
    }

    .align-left-xl-less {
        text-align: left
    }

    .align-center-xl-less {
        text-align: center
    }
}

@media (min-width: 1220px) {
    .align-right-xl-over {
        text-align: right
    }

    .align-left-xl-over {
        text-align: left
    }

    .align-center-xl-over {
        text-align: center
    }
}

.padding-half {
    padding: 10px
}

.padding-half-vertical {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding-half-horizontal {
    padding-left: 10px;
    padding-right: 10px
}

.padding-half-right {
    padding-right: 10px
}

.padding-half-left {
    padding-left: 10px
}

.padding-half-top {
    padding-top: 10px
}

.padding-half-bottom {
    padding-bottom: 10px
}

.no-padding {
    padding: 0
}

.no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0
}

.no-padding-horizontal {
    padding-left: 0;
    padding-right: 0
}

.no-padding-right {
    padding-right: 0
}

.no-padding-left {
    padding-left: 0
}

.no-padding-top {
    padding-top: 0
}

.no-padding-bottom {
    padding-bottom: 0
}

.click {
    cursor: pointer
}

html {
    scroll-behavior: smooth;
    background-color: #f9f9f9;
}

body {
    font-family: var(--font);
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    background-color: #f9f9f9;
    padding-top: 80px;
}

.title {
    font-size: 36px;
}

@media (max-width: 920px) {
    .title {
        font-size: 32px
    }
}

.form-field {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    color: #000;
    border: 1px solid #EEE;
    display: block;
    border-radius: 10px;
    font-size: inherit
}

textarea.form-field {
    height: 120px;
    padding: 10px;
    resize: none
}
.form-busca {
 	border-radius: 15px;
    padding: 6px 6px 6px 20px;
    margin-right: -30px;
}
}
.form-busca-button {
    border-radius: 5px;
    padding: 5px;
}

.form-busca-button-border {
    border: 2px solid #ffffff;
}

.form-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block
}

.form-label-dynamic .form-label {
    pointer-events: none;
    position: absolute;
    transform: translateY(18px);
    z-index: 2;
    transition: all .2s
}

.form-label-dynamic .form-label.active {
    transform: translatey(0);
    font-size: 12px
}

.form-check {
    display: inline-block;
    font-weight: 300
}

.form-check .wpcf7-list-item {
    margin: 10px 30px 0 0 !important
}

.button {
    height: 42px;
    border-radius: 21px;
    padding: 0 20px;
    font-size: 13px;
    background-color: var(--button-color);
    color: var(--button-color-contrast);
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .3s
}

.button-small {
    height: 32px;
    border-radius: 21px;
    padding: 0 18px;
    font-size: 11px;
    background-color: var(--button-color);
    color: var(--button-color-contrast);
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .3s
}

.button-full {
    width: 100%
}

.button:hover, .button-small:hover {
    opacity: .75
}

.image-responsive {
    max-width: 100%;
    height: auto;
    display: block
}

.image-full {
    width: 100%;
    height: auto;
    display: block
}

.image-center {
    margin: 0 auto;
    display: block
}

.table {
    width: 100%
}

.table tr {
    border-bottom: 1px solid #F9F9F9
}

.table td,
.table th {
    padding: 20px 10px;
    text-wrap: nowrap
}

.table td:first-child,
.table th:first-child {
    padding-left: 0
}

.table td:last-child,
.table th:last-child {
    padding-right: 0
}

.pagination a {
    background-color: #000;
    color: #FFF;
    padding: 8px 12px
}

.pagination span {
    padding: 8px 12px
}

.map {
    width: 100%;
    height: 350px;
    display: block
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.height-align {
    display: flex;
    flex-wrap: wrap
}

.height-align .slick-track {
    display: flex !important
}

.height-align .slick-slide {
    height: inherit !important
}

.height-align-item {
    display: flex;
}

.height-align-item-medio {
    display: flex;
    height: 200px;
}

.height-align-item-alturafixa {
    display: flex;
    height: 500px;
}
.height-align-item-cliente {
    display: flex;
    height: 1000px;
}

.height-align-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.height-align-content-top {
    flex: 1 0 auto
}

.line {
    width: 100%;
    height: 1px;
    background-color: #FFF
}

.relative {
    position: relative
}

.overflow {
    overflow: auto
}

.editor>*+* {
    margin-top: 20px
}

.editor>*+hr {
    margin-top: 40px
}

.editor h1 {
    font-size: 36px
}

@media (max-width: 920px) {
    .editor h1 {
        font-size: 32px
    }
}

.editor h2 {
    font-size: 32px
}

@media (max-width: 920px) {
    .editor h2 {
        font-size: 24px
    }
}

.editor h3 {
    font-size: 24px
}

@media (max-width: 920px) {
    .editor h3 {
        font-size: 20px
    }
}

.editor h4 {
    font-size: 16px
}

.editor h5 {
    font-size: 14px
}

.editor h6 {
    font-size: 12px
}

.editor a {
    text-decoration: underline
}

.editor hr {
    border-top: 1px solid #F9F9F9
}

.editor hr+* {
    margin-top: 60px
}

.editor blockquote {
    padding-left: 20px;
    border-left: 1px solid #EEE;
    font-style: italic;
    margin-left: 8.33333%
}

.editor ul,
.editor ol {
    margin-left: 16px
}

.editor ul {
    list-style-type: disc
}

.editor ol {
    list-style-type: decimal
}

.editor li {
    display: list-item
}

.editor li:not(:last-child) {
    margin-bottom: 10px
}

.editor img,
.editor iframe {
    max-width: 100%;
    border-radius: 20px;
    display: block
}

.editor img.aligncenter {
    margin: 0 auto
}

@keyframes animate-down {

    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -10px, 0)
    }

    to {
        transform: none
    }
}

.animate-down {
    animation-name: animate-down;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

@keyframes animate-up {

    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }

    to {
        transform: none
    }
}

.animate-up {
    animation-name: animate-up;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

@keyframes animate-right {

    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(100px, 0, 0)
    }

    to {
        transform: none
    }
}

.animate-right {
    animation-name: animate-right;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

@keyframes animate-left {

    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0)
    }

    to {
        transform: none
    }
}

.animate-left {
    animation-name: animate-left;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

@keyframes animate-show {

    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate-show {
    animation-name: animate-show;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

@keyframes animate-open {

    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.animate-open {
    animation-name: animate-open;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

@keyframes animate-shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.animate-shake {
    animation-name: animate-shake;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

@keyframes animate-rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.animate-rotate {
    animation-name: animate-rotate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes animate-arrow {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(15px)
    }

    to {
        transform: translateY(0)
    }
}

.animate-arrow {
    animation-name: animate-arrow;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.slide-home .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    height: 0;
    display: flex !important;
    justify-content: center;
    gap: 10px
}

.slide-home .slick-dots li {
    display: inline-block;
    cursor: pointer
}

.slide-home .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    opacity: .25
}

.slide-home .slick-dots li button:hover,
.slide-home .slick-dots li button:focus {
    opacity: 1
}

.slide-home .slick-dots li.slick-active button {
    opacity: 1
}

.slide-home .slide-arrow {
    width: 20px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    top: calc(50% - 22px);
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s all;
    display: flex;
    justify-content: center
}

@media (max-width: 750px) {
    .slide-home .slide-arrow {
        display: none !important
    }
}

.slide-home .slide-arrow svg {
    width: 20px;
    height: 30px;
    fill: #333
}

.slide-home .slide-arrow-next {
    right: -20px
}

.slide-home .slide-arrow-prev {
    left: -20px
}

.header {
    height: 80px;
    background-color: var(--primary-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header-logo img,
.header-logo span {
    display: block
}

.header-logo img {
    height: 40px;
    max-width: 100%;
    object-fit: contain
}

.header-logo img+span {
    display: none
}

.header-logo span {
    font-size: 24px;
    font-weight: 700;
    text-wrap: nowrap;
    color: var(--primary-color-contrast)
}

@media (max-width: 920px) {
    .header-logo span {
        font-size: 16px
    }
}

.header-flex {
    display: flex;
    align-items: center;
    gap: 40px
}

.header-profile {
    margin-left: auto;
    border-radius: 50%;
    overflow: hidden;
    transition: opacity .3s;
}

.header-profile img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block
}

.header-profile:hover {
    opacity: .75
}

.header-main-nav-toggle {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-color: transparent
}

.header-main-nav-toggle::before,
.header-main-nav-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    border-radius: .5px;
    background-color: var(--primary-color-contrast);
    transition: transform .3s
}

.header-main-nav-toggle::before {
    transform: translate(-50%, calc(-50% - 4px))
}

.header-main-nav-toggle::after {
    transform: translate(-50%, calc(-50% + 4px))
}

.header-main-nav-toggle.active::before {
    transform: translate(-50%, -50%) rotateZ(45deg)
}

.header-main-nav-toggle.active::after {
    transform: translate(-50%, -50%) rotateZ(-45deg)
}

.main {
    width: 100%;
    display: flex
}

.main-nav {
    width: 100%;
    max-width: 360px;
    background-color: var(--secondary-color);
    height: calc(100vh - 80px);
    flex-shrink: 0;
    color: var(--secondary-color-contrast);
    overflow: auto;
    transition: all 0.3s ease
}

.main-nav>li {
    display: block
}

.main-nav>li>a,
.main-nav>li>span {
    display: flex;
    padding: 18px 20px;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: opacity .3s;
    cursor: pointer
}

.main-nav>li>a i,
.main-nav>li>span i {
    font-size: 24px
}

.main-nav>li>a svg,
.main-nav>li>span svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.main-nav>li>a:hover,
.main-nav>li>a .active,
.main-nav>li>span:hover,
.main-nav>li>span .active {
    opacity: .5
}

.main-nav>li.active .main-nav-drop {
    display: block
}

.main-nav-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px
}

.main-nav-drop {
    display: none
}

.main-nav-drop li {
    padding: 0 20px 0 54px;
    display: block
}

.main-nav-drop li a {
    padding: 20px 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    transition: opacity .3s
}

.main-nav-drop li a:hover {
    opacity: .5
}

@media (min-width: 920px) {
    .main-nav.active {
        width: auto;
        transition: all 0.3s ease
    }

    .main-nav.active .main-nav-description {
        display: none
    }

    .main-nav.active .main-nav-icon.toggle {
        rotate: 180deg
    }
}

.main-content {
    width: 100%;
    height: calc(100vh - 80px);
    overflow: auto
}

@media (max-width: 920px) {
    .main-nav {
        position: fixed;
        top: 80px;
        right: 0;
        z-index: 1000;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: transform .3s, opacity .3s, visibility .3s
    }

    .main-nav.active {
        transform: translateX(0%);
        opacity: 1;
        visibility: visible
    }

    .main-content {
        width: 100%
    }
}

.home-area {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px)
}

.home-area .top-side {
    flex: 2
}

.home-area .bottom-side {
    flex: 1;
    display: flex;
    background-color: #000;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    font-size: 20px
}

@media (min-width: 920px) {
    .home-area .bottom-side {
        padding: 40px 120px
    }
}

.home-area .swiper {
    width: 100%;
    height: 100%
}

.home-area .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.home-area .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.link {
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Sombra sutil */
    transition: box-shadow 0.3s ease-in-out; /* Suaviza a transição */
}
.link:hover {
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.3); /* Sombra um pouco mais forte no hover */
}


.link-image {
    position: relative;
    padding-bottom: 40%
}

.link-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.link-text {
    padding: 16px
}

.link-title {
    font-size: 24px;
    font-weight: 700;
    display: block;
    padding-bottom: 6px
}

.link-bottom {
    padding: 0 20px 20px 20px
}
.link-card-small {
    padding: 6px 0;
}
.link-button-small {
    height: 28px;
    border-radius: 16px;
    padding: 0 12px;
    font-size: 10px;
    background-color: var(--button-color);
    color: var(--button-color-contrast);
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .3s;
}

.link-button-small:hover {
    opacity: .75
}

.link-button {
    height: 42px;
    border-radius: 21px;
    padding: 0 20px;
    font-size: 13px;
    background-color: var(--button-color);
    color: var(--button-color-contrast);
    text-transform: uppercase;
    font-weight: 600;
    transition: opacity .3s
}

.link-button:hover {
    opacity: .75
}

.pdf {
    width: 100%;
    height: 100%;
    display: block
}

.client {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.025);
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Altura total */
    background: #fff; /* Cor de fundo opcional */
    padding: 15px; /* Espaçamento interno */
}
.agenda_titulo {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.025);
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Altura total */
    background: #fff; /* Cor de fundo opcional */
    padding: 15px; /* Espaçamento interno */
}
.diretrizes-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.025);
    overflow: hidden;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Altura total */
    background: #fff; /* Cor de fundo opcional */
    padding: 15px; /* Espaçamento interno */
}

.client-name {
    display: block;
    font-size: 24px
}

.client-farol {
    display: flex;
    gap: 10px
}
.client-farol-modal {
    display: flex;
    align-items: center; /* Alinha os itens verticalmente */
    gap: 10px; /* Espaço entre os elementos */
}


.client-farol span {
    font-weight: 700
}

.client-farol-circle {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free"; /* Biblioteca Font Awesome */
    font-weight: 900; /* Ícone sólido */
    font-size: 12px;
    color: white; /* Cor do ícone */
}


.client-farol-circle-vermelho {
    background-color: #e00000
}

.client-farol-circle-amarelo {
    background-color: #fc0
}

.client-farol-circle-verde {
    background-color: #1e8d00
}

.client-farol-circle-verde::before {
    content: "\f00c"; /* Ícone de check (✔) */
}

.client-farol-circle-amarelo::before {
    content: "\f071"; /* Ícone de alerta (⚠) */
}

.client-farol-circle-vermelho::before {
    content: "\f00d"; /* Ícone de X (✖) */
}
.client-nps {
    display: block
}

.client-nps span:nth-child(1) {
    font-weight: 700
}

.client-nps span:nth-child(3) {
    font-size: 12px
}

.client-title {
    display: block;
    font-weight: 700
}

.guideline-title {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 20px
}

.guideline-title img {
    width: 32px;
    height: 32px
}

.guideline-drop {
    margin-top: 10px
}

.guideline-drop-title {
    position: relative;
    padding: 20px 30px 20px 20px;
    border-radius: 10px;
    background-color: #F9F9F9;
    font-weight: 700;
    display: block;
    cursor: pointer
}
.guideline-drop-title:hover {
    background-color: #efefef;
    transition: .2s all
}
.guideline-drop-title:active {
    background-color: #efefef;
    padding-bottom: 20px;
}

.guideline-drop-title svg {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    transition: .2s all
}

.guideline-drop-content {
    display: none;
    padding: 0 20px 20px 20px;
    border-radius: 0 0 10px 10px;
    background-color: #F9F9F9
}

.guideline-drop.active .guideline-drop-title {
    border-radius: 10px 10px 0 0
}

.guideline-drop.active .guideline-drop-content {
    display: table-cell;
}

.guideline-drop.active svg {
    transform: rotate(180deg)
}

.profile-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block
}

.profile h2 {
    font-size: 24px
}

.profile h3 {
    font-size: 20px
}

.profile-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.profile-social a {
    font-size: 24px;
    color: var(--button-color);
    transition: opacity .3s
}

.profile-social a i {
    display: block
}

.profile-social a:hover {
    opacity: .75
}

.profile-card {
    padding: 20px;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.025)
}

.profile-card-list li {
    display: flex;
    align-items: center;
    gap: 10px
}

.profile-card-list li:not(:last-child) {
    margin-bottom: 10px
}

.profile-card.height-align-content {
    align-items: flex-start
}

.profile-requirements ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.profile-requirements ul li h3 {
    font-size: 18px
}

.user {
    padding: 40px 20px;
    background-color: #FFF;
    border-radius: 20px;
    overflow: hidden
}

.user-card {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.3)); /* Gradiente de branco com opacidade */
  transition: transform 0.3s ease-in-out; /* Suaviza o movimento */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}

.user-card:hover {
  transform: translateY(-20px); /* Move o card 20px para cima */
}

.user-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px
}

.user-photo-container {
    width: 150px; /* Mantém o tamanho original */
    height: 150px; /* Mantém o tamanho original */
    position: relative; /* Permite posicionar a imagem */
    border-radius: 50%; /* Transforma em círculo */
    overflow: hidden; /* Garante que a imagem não vaze */
    margin: 0 auto; /* Centraliza horizontalmente */
    margin-bottom: 20px; /* Mantém a margem inferior */
}

.user-photo-container img {
    width: 100%; /* Preenche a largura do container */
    height: 100%; /* Preenche a altura do container */
    object-fit: cover; /* Recorta a imagem para preencher */
    object-position: top center; /* Alinha pela base e centro */
    display: block; /* Remove espaços extras */
    position: absolute; /* Posiciona a imagem */
    top: 0;
    left: 0;
}


.user-name {
    display: block;
    text-align: center;
    font-weight: 700
}

.user-role {
    display: block;
    text-align: center
}
.filter-buttons{
    margin-top: 270px;
}

@media (max-width: 520px) {
    .user .button+.button {
        margin-top: 10px
    }
}

@media (min-width: 920px) {
    .user .button+.button {
        margin-top: 10px
    }
}

.message {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center
}

.message.active {
    display: flex
}

.message-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    display: block
}

.message-popup {
    width: 600px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 80px);
    border-radius: 20px;
    background-color: #FFF;
    overflow: auto;
    padding: 40px;
    position: relative
}

.message-popup-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.message-popup form br {
    display: none
}

@media (max-width: 920px) {
    .message-title br {
        display: none
    }

    .message-popup {
        padding: 20px
    }
}

.user-extra {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center
}

.user-extra.active {
    display: flex
}

.user-extra-popup {
    width: 600px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 80px);
    border-radius: 20px;
    background-color: #FFF;
    overflow: auto;
    padding: 40px;
    position: relative
}

.user-extra-popup-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.user-extra #user-extra-infos h5 {
    font-size: 16px
}

.user-extra #user-extra-infos p {
    font-size: 14px
}

.user-extra #user-extra-infos p+h5 {
    margin-top: 20px
}

.wpcf7-not-valid {
    border-color: #F00
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    color: #F00 !important;
    margin-top: 5px
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    float: left;
    width: calc(100% - 20px);
    padding: 0;
    border: 0;
    font-size: 14px;
    text-align: center;
    color: #F00;
    margin: 10px 10px 0 10px
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #0CA400
}

.grecaptcha-badge {
    opacity: 0
}

div.wpcf7 .ajax-loader {
    display: none !important
}

.editor-content {
    font-size: 16px;
    line-height: 26px
}

.editor-content>*+* {
    margin-top: 10px
}

.editor-content>*+h2,
.editor-content>*+h3,
.editor-content>*+h4,
.editor-content>*+h5,
.editor-content>*+h6 {
    margin-top: 20px
}

.editor-content h2 {
    font-size: 24px
}

.editor-content h3 {
    font-size: 18px
}

.editor-content img {
    display: block;
    height: auto;
    max-width: 100%
}

.editor-content img.aligncenter {
    margin: 0 auto
}

.editor-content ul {
    list-style: circle outside;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px
}

.editor-content ul li {
    display: list-item
}

.termsfeed-com---palette-light.termsfeed-com---nb {
    max-width: 100%;
    background-color: #fff !important;
    font-family: var(--font) !important;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07)
}

@media (min-width: 1220px) {
    .termsfeed-com---palette-light.termsfeed-com---nb {
        width: calc(100% - 200px);
        left: 100px
    }
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-main-container {
    padding: 20px 40px !important;
    color: #000 !important
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-title {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-text {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject,
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
    font-family: var(--font) !important;
    font-weight: 400 !important;
    height: 36px !important;
    border-radius: 18px !important;
    margin: 0 !important;
    font-size: 14px;
    line-height: 14px;
    padding: 0 20px;
    transition: all .2s
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject {
    border: 1px #0153FF solid !important;
    background-color: #0153FF !important;
    color: #fff !important
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-okagree:hover,
.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-reject:hover {
    background-color: #fff !important;
    color: #0153FF !important
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep {
    background-color: #fff !important;
    border: 1px #D8D8D8 solid;
    color: #000 !important
}

.termsfeed-com---palette-light.termsfeed-com---nb .cc-nb-changep:hover {
    border-color: #0153FF !important;
    color: #0153FF !important
}

.yellow-bkg {
    background-color: var(--color-destaques);

    border-radius: 10px;
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.025);
    height: 100%; /* Altura total */
    padding: 15px; /* Espaçamento interno */
    margin-bottom: 20px;

}


.title-image {
        max-width: 350px;
    }
    
/* CONEXAO NM&VC FORM STYLE */

    .newminder-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newminder-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.newminder-form .form-group {
    flex: 1 1 45%; /* Divide em duas colunas */
    display: flex;
    flex-direction: column;
}

.newminder-form label {
    margin-bottom: 5px;
    font-weight: bold;
}

.newminder-form input[type="text"] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

/* FEZ SENTIDO */
.mensagem-sucesso {
    display: none; /* Inicialmente escondido */
    color: var(--secondary-color);  /* Cor da mensagem de sucesso */
    margin-top: 20px; /* Espaçamento */
    font-size: 16px; /* Tamanho da fonte */
    font-weight: bold; /* Peso da fonte */
    text-align: center; /* Alinhamento do texto */
}


/* ########################################################################################################################################### */
/*    ====================     Projetos   ===================== 
/* ########################################################################################################################################### */

/* ############################### */
/* Estilos para Tabela de Projetos - Ajustes para Status à Esquerda */
/* ############################### */

/* Contêiner da Tabela (mantido) */
.project-status-table {
    width: 100%;
    margin: 15px 0;
    border-collapse: collapse;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

/* Header da Tabela (mantido) */
.table-header {
    display: flex;
    /* Usando a variável para o destaque do cabeçalho */
    background-color: var(--color-destaques, #343a40); 
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
}

/* Linha Principal (Conteúdo) e Cores Alternadas (mantido) */
.table-row {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s;
    background-color: #fff; 
}
/* Cores alternadas apenas entre PROJETOS (cada projeto tem 2 linhas: table-row e details-row) */
.project-status-table > .table-row:nth-child(3n+1) { 
    background-color: #f8f9fa; 
}
.table-row:hover { background-color: #e2e6ea; }

/* Colunas (mantido) */
.table-row .project-name-col { 
    flex: 1; 
    display: flex;
    flex-direction: column; 
} 
.table-row .project-expand-col { flex: 0.1; text-align: center; }

/* Detalhes e Datas (mantido) */
.project-title { 
    font-weight: bold; 
    display: block; 
    font-size: 1em;
    margin-bottom: 3px;
}
.project-brief-desc {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 0.85em;
    color: #6c757d;
}
.project-dates-inline {
    font-size: 0.7em;
    color: #495057;
    margin-top: 3px;
    margin-bottom: 5px;
}
.project-dates-inline span {
    margin-right: 15px;
    font-weight: normal; 
}
.project-dates-inline strong {
    font-weight: bold; 
    color: #343a40; 
}

/* Botão de Expansão/Colapso (mantido) */
.expand-btn {
    background: none; border: none; cursor: pointer;
    font-size: 1.5em; font-weight: bold; 
    color: var(--color-destaques, #343a40); 
    line-height: 1;
}

/* ############################### */
/* BARRA DE STATUS (Alinhamento à Esquerda) */
/* ############################### */

.status-bar-wrapper {
    padding: 0; 
    margin-top: 8px;
    width: 100%;
}

.progress-bar-track {
    background-color: #e9ecef;
    border-radius: 5px;
    height: 25px;
    overflow: hidden;
    width: 100%; 
}

.progress-bar-fill {
    height: 100%;
    transition: width 0.5s ease-in-out;
    display: flex;
    align-items: center;
    /* AJUSTE: Alinha o conteúdo à esquerda */
    justify-content: flex-start; 
    /* AJUSTE: Aumenta o padding da esquerda para afastar da borda */
    padding: 0 8px 0 10px; 
    position: relative; 
    white-space: nowrap;
}

.progress-percent {
    font-weight: bold;
    font-size: 0.8em;
    color: #fff; /* BRANCO */
    z-index: 10;
}

/* Texto do Status DENTRO da barra */
.progress-text-inside {
    font-size: 0.8em;
    font-weight: normal;
    color: #fff; /* BRANCO */
    z-index: 10;
    margin-left: 8px; 
}

/* Cores das Barras e Labels (mantido) */
.status-concluido { background-color: #4CAF50; } 
.status-em_andamento { background-color: #4dc4e3; } 
.status-atrasado { background-color: #e74c3c; } 
.status-nao_iniciado { background-color: #f1c40f; } 

/* TRUQUE: Estilização para 0% (mantido, ajusta cor do texto para o fundo) */
.progress-bar-fill[style*="width: 0%"] { 
    background-color: transparent; 
    align-items: flex-start;
    justify-content: flex-start;
}
.progress-bar-fill[style*="width: 0%"] .progress-percent,
.progress-bar-fill[style*="width: 0%"] .progress-text-inside {
    color: #6c757d; /* Cor escura quando a barra está vazia */
    margin-left: 0;
}


/* ############################### */
/* Detalhes Expandidos (mantido) */
/* ############################### */

.details-row {
    display: none;
    padding: 10px 30px; 
    background-color: #f1f1f1; 
    border-bottom: 1px solid #dee2e6; 
    width: 100%;
}
.details-row.active { display: block; }
.details-content { 
    max-width: none; 
    margin: 0; 
    text-align: left; 
}
.project-description-full {
    margin-top: 5px; 
}
.project-description-full h4 {
    font-size: 1em;
    margin-bottom: 5px;
}


/* ############################### */
/* ESTILOS PARA FILTROS E PAGINAÇÃO */
/* ############################### */

.filter-controls-wrapper {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    background-color: #f8f9fa;
    width: 100%; /* Ocupa 100% da sua div pai (agora grid-12) */
    box-sizing: border-box; /* Garante que padding não adicione largura extra */
    float: none; /* Desativa flutuações, se houver */
}

.project-filter-form {
    display: flex;
    flex-wrap: wrap; /* Permite quebrar em linhas menores */
    gap: 15px; /* Espaço entre os controles */
    align-items: flex-end; /* Alinha labels no topo, botões/inputs no rodapé */
}

.control-group {
    display: flex;
    flex-direction: column;
}

.control-group label {
    font-size: 0.85em;
    font-weight: bold;
    color: #495057;
    margin-bottom: 5px;
}

.project-filter-form select,
.project-filter-form input[type="date"] {
    padding: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 0.9em;
    background-color: #fff;
    color: #495057;
    min-width: 150px;
}

/* Estilos para Botões de Ação */
.apply-filters-btn, .clear-filters-btn {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.9em;
    height: 35px; /* Alinha com os inputs/selects */
    line-height: 1;
}

.apply-filters-btn {
    background-color: var(--color-destaques, #343a40); 
    color: #fff;
    transition: background-color 0.2s;
}
.apply-filters-btn:hover { background-color: #495057; }

.clear-filters-btn {
    background-color: #e9ecef; 
    color: #495057;
    transition: background-color 0.2s;
}
.clear-filters-btn:hover { background-color: #ced4da; }


/* ############################### */
/* Estilos para PAGINAÇÃO */
/* ############################### */

.pagination-links {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.pagination-links a,
.pagination-links span.current,
.pagination-links span.dots {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-decoration: none;
    color: var(--color-destaques, #343a40);
    background-color: #fff;
    transition: all 0.2s;
}

.pagination-links a:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.pagination-links span.current {
    font-weight: bold;
    background-color: var(--color-destaques, #343a40);
    color: #fff;
    border-color: var(--color-destaques, #343a40);
}