.vc_section > .vc_row,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .vc_section > .vc_row,
    .container-sm,
    .container {
        max-width: 540px !important;
    }
}
@media (min-width: 768px) {
    .vc_section > .vc_row,
    .container-md,
    .container-sm,
    .container {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .vc_section > .vc_row,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .vc_section > .vc_row,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px !important;
    }
}
@media (min-width: 1400px) {
    .vc_section > .vc_row,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px !important;
    }
}
p {
    margin-bottom: 15px;
}
p:last-child {
    margin-bottom: 0;
}


.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-45 {
    margin-top: 2rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
@media (min-width: 576px) {
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
@font-face {
    font-family: "Geomanist";
    src: url("geomanist-regular-webfont.eot");
    src: url("geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"),
        url("geomanist-regular-webfont.woff2") format("woff2"),
        url("geomanist-regular-webfont.woff") format("woff"),
        url("geomanist-regular-webfont.ttf") format("truetype"),
        url("geomanist-regular-webfont.svg#geomanistregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Geomanist";
    src: url("geomanist-regular-italic-webfont.eot");
    src: url("geomanist-regular-italic-webfont.eot?#iefix") format("embedded-opentype"),
        url("geomanist-regular-italic-webfont.woff2") format("woff2"),
        url("geomanist-regular-italic-webfont.woff") format("woff"),
        url("geomanist-regular-italic-webfont.ttf") format("truetype"),
        url("geomanist-regular-italic-webfont.svg#geomanistitalic") format("svg");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Geomanist";
    src: url("Geomanist-Bold.eot");
    src: url("Geomanist-Bold.eot?#iefix") format("embedded-opentype"),
        url("Geomanist-Bold.woff2") format("woff2"), url("Geomanist-Bold.woff") format("woff"),
        url("Geomanist-Bold.ttf") format("truetype"), url("Geomanist-Bold.svg#Geomanist-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Monstar";
    src: url("Monstar.eot");
    src: url("Monstar.eot?#iefix") format("embedded-opentype"), url("Monstar.woff2") format("woff2"),
        url("Monstar.woff") format("woff"), url("Monstar.ttf") format("truetype"),
        url("Monstar.svg#Monstar") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Luminaire Script";
    src: url("LuminaireScript-Regular.eot");
    src: url("LuminaireScript-Regular.eot?#iefix") format("embedded-opentype"),
        url("LuminaireScript-Regular.woff2") format("woff2"),
        url("LuminaireScript-Regular.woff") format("woff"),
        url("LuminaireScript-Regular.ttf") format("truetype"),
        url("LuminaireScript-Regular.svg#LuminaireScript-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*laranja*/
/*cinza dark*/
section,
footer,
header {
    float: left;
    width: 100%;
}
button,
a {
    outline: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
    transition: all 0.4s ease;
}
.vc_section {
    margin: 0 !important;
    padding: 80px 0 !important;
}
.vc_section > .vc_row + .vc_row {
    margin-top: 80px !important;
}
.vc_section .vc_row:before,
.vc_section .vc_row:after {
    display: none;
}
.vc_section > .vc_row {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.vc_section > .vc_row .vc_row {
    display: flex;
    flex-flow: wrap;
}
.vc_section > .vc_row .vc_row:first-child {
    margin-top: -80px !important;
}
.vc_section > .vc_row .vc_row > * {
    margin-top: 80px !important;
}
@media (max-width: 991px) {
    .vc_section > .vc_row .vc_row:first-child {
        margin-top: -60px !important;
    }
    .vc_section > .vc_row .vc_row > * {
        margin-top: 60px !important;
    }
}
@media (max-width: 767px) {
    .vc_section > .vc_row .vc_row:first-child {
        margin-top: -40px !important;
    }
    .vc_section > .vc_row .vc_row > * {
        margin-top: 40px !important;
    }
}
.vc_section > .vc_row .ttl-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.vc_section > .vc_row .ttl-row:first-child {
    margin-top: 0 !important;
}
.vc_section > .vc_row .ttl-row h4 {
    margin-bottom: 0 !important;
}
.vc_section > .vc_row .ttl-row .vc_btn3-container {
    margin: 0 !important;
}
.vc_section > .vc_row .ttl-row .vc_btn3-container > * {
    margin: 0 !important;
}
.vc_section > .vc_row .ttl-row > * {
    margin-top: 0 !important;
    width: auto !important;
}
.vc_section > .vc_row .ttl-row > * > * {
    padding: 0 !important;
}
@media (max-width: 575px) {
    .vc_section > .vc_row .ttl-row {
        flex-flow: column;
    }
    .vc_section > .vc_row .ttl-row > * {
        width: 100% !important;
    }
    .vc_section > .vc_row .ttl-row > * + * {
        margin-top: 20px !important;
    }
}
@media (max-width: 991px) {
    .vc_section {
        padding: 60px 0 !important;
    }
    .vc_section > .vc_row + .vc_row {
        margin-top: 60px !important;
    }
}
@media (max-width: 767px) {
    .vc_section {
        padding: 50px 0 !important;
    }
    .vc_section > .vc_row + .vc_row {
        margin-top: 50px !important;
    }
}
.wpb_single_image,
.wpb_single_image * {
    width: 100%;
    height: auto;
}
#page,
#content {
    overflow: hidden;
}
.vc_section > .vc_row.no-margin,
.container.no-margin {
    width: 100% !important;
    max-width: 100% !important;
}
.vc_section > .vc_row.no-margin > *,
.container.no-margin > * {
    padding: 0 !important;
}
.vc_section > .vc_row.no-margin > * > *,
.container.no-margin > * > * {
    padding: 0 !important;
}
.vc_section.no-margin > .vc_row {
    width: 100% !important;
    max-width: 100% !important;
}
.vc_section.no-margin {
    padding: 0 !important;
}
.vc_section.no-margin > * > * {
    padding: 0 !important;
}
.vc_section.no-margin > * > * > * {
    padding: 0 !important;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
    margin: 0 !important;
}


body {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Geomanist", sans-serif;
}
input,
button,
select,
textarea {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Geomanist", sans-serif;
}
ul,
ol,
li {
    margin: 0;
    padding: 0;
}
i,
*:after,
*:before {
    color: inherit;
}
h1,
h2,
h3,
h4 {
    font-weight: normal;
    line-height: 1;
    margin: 10px 0 20px;
    font-family: "Monstar", sans-serif;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child {
    margin: 0;
}
h1 em,
h2 em,
h3 em,
h4 em {
    font-style: normal;
    font-family: "Luminaire Script", sans-serif;
    color: #ff5500;
    font-weight: normal;
    display: block;
    line-height: 1.4;
}
h1.h2,
.h2,
h2 {
    font-size: 94px;
}
@media (max-width: 1199px) {
    h1.h2,
    .h2,
    h2 {
        font-size: 80px;
    }
}
@media (max-width: 991px) {
    h1.h2,
    .h2,
    h2 {
        font-size: 62px;
    }
}
@media (max-width: 767px) {
    h1.h2,
    .h2,
    h2 {
        font-size: 46px;
    }
}
h1,
.owl-banner h2 {
    font-size: 102px;
    font-family: "Monstar", sans-serif;
}
h1 em,
.owl-banner h2 em {
    font-size: 78px;
    margin-top: -60px;
}
@media (max-width: 1199px) {
    h1,
    .owl-banner h2 {
        font-size: 94px;
    }
    h1 em,
    .owl-banner h2 em {
        font-size: 64px;
        margin-top: -55px;
    }
}
@media (max-width: 991px) {
    h1,
    .owl-banner h2 {
        font-size: 64px;
    }
    h1 em,
    .owl-banner h2 em {
        font-size: 48px;
        margin-top: -35px;
    }
}
@media (max-width: 767px) {
    h1,
    .owl-banner h2 {
        font-size: 46px;
    }
    h1 em,
    .owl-banner h2 em {
        font-size: 38px;
        margin-top: -15px;
        line-height: 1;
    }
}
.h3,
h3 {
    font-size: 48px;
}
.h3 em,
h3 em {
    font-size: 86px;
    margin-top: -60px;
}
@media (max-width: 991px) {
    .h3,
    h3 {
        font-size: 36px;
    }
    .h3 em,
    h3 em {
        font-size: 68px;
        margin-top: -40px;
    }
}
.h4,
h4 {
    font-size: 32px;
}
.h4 em,
h4 em {
    font-size: 70px;
    margin-top: -20px;
}
@media (max-width: 991px) {
    .h4 em,
    h4 em {
        font-size: 55px;
        margin-top: -20px;
    }
}
@media (max-width: 575px) {
    .h4,
    h4 {
        font-size: 20px;
    }
    .h4 em,
    h4 em {
        font-size: 46px;
        margin-top: -20px;
    }
}
h5 {
    font-size: 14px;
    color: #ff5500;
    font-family: "Geomanist", sans-serif;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-weight: 400;
}
.pagination > div,
.sf-field-reset,
.sf-field-submit,
.alm-btn-wrap,
.cli-bar-btn_container,
.vc_btn3-container {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.pagination > div.vc_btn3-center,
.sf-field-reset.vc_btn3-center,
.sf-field-submit.vc_btn3-center,
.alm-btn-wrap.vc_btn3-center,
.cli-bar-btn_container.vc_btn3-center,
.vc_btn3-container.vc_btn3-center {
    justify-content: center !important;
}
.pagination > div.vc_btn3-right,
.sf-field-reset.vc_btn3-right,
.sf-field-submit.vc_btn3-right,
.alm-btn-wrap.vc_btn3-right,
.cli-bar-btn_container.vc_btn3-right,
.vc_btn3-container.vc_btn3-right {
    justify-content: flex-end !important;
}
.pagination > div > *,
.sf-field-reset > *,
.sf-field-submit > *,
.alm-btn-wrap > *,
.cli-bar-btn_container > *,
.vc_btn3-container > * {
    transition: all 0.4s ease !important;
    margin: 0 !important;
    font-family: "Geomanist", sans-serif !important;
    font-size: 14px !important;
    text-align: center !important;
    font-weight: normal !important;
    line-height: 1 !important;
    padding: 12px 32px !important;
    border: 0 !important;
    border-radius: 0px !important;
    text-transform: uppercase;
    background: #ff5500 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    border: 1px solid #ff5500 !important;
    height: 40px !important;
    cursor: pointer !important;
}
.pagination > div > *:hover,
.sf-field-reset > *:hover,
.sf-field-submit > *:hover,
.alm-btn-wrap > *:hover,
.cli-bar-btn_container > *:hover,
.vc_btn3-container > *:hover {
    background: #e54d00 !important;
}
.pagination > div > *.search-filter-reset,
.sf-field-reset > *.search-filter-reset,
.sf-field-submit > *.search-filter-reset,
.alm-btn-wrap > *.search-filter-reset,
.cli-bar-btn_container > *.search-filter-reset,
.vc_btn3-container > *.search-filter-reset,
.pagination > div > *.vc_btn3-color-white,
.sf-field-reset > *.vc_btn3-color-white,
.sf-field-submit > *.vc_btn3-color-white,
.alm-btn-wrap > *.vc_btn3-color-white,
.cli-bar-btn_container > *.vc_btn3-color-white,
.vc_btn3-container > *.vc_btn3-color-white {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #ff5500 !important;
}
.pagination > div > *.search-filter-reset span,
.sf-field-reset > *.search-filter-reset span,
.sf-field-submit > *.search-filter-reset span,
.alm-btn-wrap > *.search-filter-reset span,
.cli-bar-btn_container > *.search-filter-reset span,
.vc_btn3-container > *.search-filter-reset span,
.pagination > div > *.vc_btn3-color-white span,
.sf-field-reset > *.vc_btn3-color-white span,
.sf-field-submit > *.vc_btn3-color-white span,
.alm-btn-wrap > *.vc_btn3-color-white span,
.cli-bar-btn_container > *.vc_btn3-color-white span,
.vc_btn3-container > *.vc_btn3-color-white span {
    text-decoration: underline !important;
}
.pagination > div > *.search-filter-reset:hover span,
.sf-field-reset > *.search-filter-reset:hover span,
.sf-field-submit > *.search-filter-reset:hover span,
.alm-btn-wrap > *.search-filter-reset:hover span,
.cli-bar-btn_container > *.search-filter-reset:hover span,
.vc_btn3-container > *.search-filter-reset:hover span,
.pagination > div > *.vc_btn3-color-white:hover span,
.sf-field-reset > *.vc_btn3-color-white:hover span,
.sf-field-submit > *.vc_btn3-color-white:hover span,
.alm-btn-wrap > *.vc_btn3-color-white:hover span,
.cli-bar-btn_container > *.vc_btn3-color-white:hover span,
.vc_btn3-container > *.vc_btn3-color-white:hover span {
    text-decoration: none !important;
}
.pagination > div > *.search-filter-reset,
.sf-field-reset > *.search-filter-reset,
.sf-field-submit > *.search-filter-reset,
.alm-btn-wrap > *.search-filter-reset,
.cli-bar-btn_container > *.search-filter-reset,
.vc_btn3-container > *.search-filter-reset {
    text-decoration: underline !important;
}
.pagination > div > *.search-filter-reset:hover,
.sf-field-reset > *.search-filter-reset:hover,
.sf-field-submit > *.search-filter-reset:hover,
.alm-btn-wrap > *.search-filter-reset:hover,
.cli-bar-btn_container > *.search-filter-reset:hover,
.vc_btn3-container > *.search-filter-reset:hover {
    text-decoration: none !important;
}
.pagination > div > *.vc_btn3-icon-left,
.sf-field-reset > *.vc_btn3-icon-left,
.sf-field-submit > *.vc_btn3-icon-left,
.alm-btn-wrap > *.vc_btn3-icon-left,
.cli-bar-btn_container > *.vc_btn3-icon-left,
.vc_btn3-container > *.vc_btn3-icon-left,
.pagination > div > *.vc_btn3-icon-right,
.sf-field-reset > *.vc_btn3-icon-right,
.sf-field-submit > *.vc_btn3-icon-right,
.alm-btn-wrap > *.vc_btn3-icon-right,
.cli-bar-btn_container > *.vc_btn3-icon-right,
.vc_btn3-container > *.vc_btn3-icon-right {
    display: flex !important;
    align-items: center !important;
}
.pagination > div > *.vc_btn3-icon-left i,
.sf-field-reset > *.vc_btn3-icon-left i,
.sf-field-submit > *.vc_btn3-icon-left i,
.alm-btn-wrap > *.vc_btn3-icon-left i,
.cli-bar-btn_container > *.vc_btn3-icon-left i,
.vc_btn3-container > *.vc_btn3-icon-left i,
.pagination > div > *.vc_btn3-icon-right i,
.sf-field-reset > *.vc_btn3-icon-right i,
.sf-field-submit > *.vc_btn3-icon-right i,
.alm-btn-wrap > *.vc_btn3-icon-right i,
.cli-bar-btn_container > *.vc_btn3-icon-right i,
.vc_btn3-container > *.vc_btn3-icon-right i {
    text-decoration: none !important;
    font-size: 12px !important;
    margin: 0 !important;
    right: auto !important;
    top: auto !important;
    position: static !important;
    transform: translate(0, 0) !important;
}
.pagination > div > *.vc_btn3-icon-left i:before,
.sf-field-reset > *.vc_btn3-icon-left i:before,
.sf-field-submit > *.vc_btn3-icon-left i:before,
.alm-btn-wrap > *.vc_btn3-icon-left i:before,
.cli-bar-btn_container > *.vc_btn3-icon-left i:before,
.vc_btn3-container > *.vc_btn3-icon-left i:before,
.pagination > div > *.vc_btn3-icon-right i:before,
.sf-field-reset > *.vc_btn3-icon-right i:before,
.sf-field-submit > *.vc_btn3-icon-right i:before,
.alm-btn-wrap > *.vc_btn3-icon-right i:before,
.cli-bar-btn_container > *.vc_btn3-icon-right i:before,
.vc_btn3-container > *.vc_btn3-icon-right i:before {
    text-decoration: none !important;
}
.pagination > div > *.vc_btn3-icon-right i,
.sf-field-reset > *.vc_btn3-icon-right i,
.sf-field-submit > *.vc_btn3-icon-right i,
.alm-btn-wrap > *.vc_btn3-icon-right i,
.cli-bar-btn_container > *.vc_btn3-icon-right i,
.vc_btn3-container > *.vc_btn3-icon-right i {
    margin: 0 -15px 0 5px !important;
}
.pagination > div > *.vc_btn3-icon-left i,
.sf-field-reset > *.vc_btn3-icon-left i,
.sf-field-submit > *.vc_btn3-icon-left i,
.alm-btn-wrap > *.vc_btn3-icon-left i,
.cli-bar-btn_container > *.vc_btn3-icon-left i,
.vc_btn3-container > *.vc_btn3-icon-left i {
    margin: 0 5px 0 -15px !important;
}
.pagination > div,
.alm-btn-wrap {
    justify-content: center !important;
}
.pagination > div > *,
.alm-btn-wrap > * {
    background: transparent !important;
    color: #000000 !important;
    border-color: #000000 !important;
    display: flex !important;
}
.pagination > div > *.more:after,
.alm-btn-wrap > *.more:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/load.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 -8px 0 8px;
    display: inline-block;
}
.pagination > div > *:hover,
.alm-btn-wrap > *:hover {
    background: #000000 !important;
    color: #ffffff !important;
}
.pagination > div > .done,
.alm-btn-wrap > .done {
    display: none !important;
}
.pagination.loadmore {
    margin-top: 60px;
}
.pagination > .nav-previous a:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/load.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 -8px 0 8px;
    display: inline-block;
}
.pagination > .nav-next a:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(images/back.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 8px 0 -8px;
    display: inline-block;
}
body.admin-bar header {
    top: 32px;
}
body.admin-bar header .search-area {
    top: 32px;
}
@media (max-width: 782px) {
    body.admin-bar header {
        top: 46px;
    }
    body.admin-bar header .search-area {
        top: 46px;
    }
}
@media (max-width: 600px) {
    body.admin-bar header {
        transition: all 0.4s ease;
    }
    body.admin-bar header.scroll {
        top: 0;
    }
}
.contato_info ul,
header ul,
footer ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.contato_info ul.contato li a,
header ul.contato li a,
footer ul.contato li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
    width: 100%;
    padding-left: 16px;
}
.contato_info ul.contato li a svg,
header ul.contato li a svg,
footer ul.contato li a svg {
    width: 24px;
}
.contato_info ul.contato li a span,
header ul.contato li a span,
footer ul.contato li a span {
    width: calc(100% - 24px);
    padding: 0 0 0 6px;
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
}
.contato_info ul.contato li a:hover span,
header ul.contato li a:hover span,
footer ul.contato li a:hover span {
    text-decoration: none !important;
}
.contato_info ul.social,
header ul.social,
footer ul.social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contato_info ul.social a,
header ul.social a,
footer ul.social a {
    width: 56px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.contato_info ul.social a:hover,
header ul.social a:hover,
footer ul.social a:hover {
    color: #ff5500 !important;
}
.contato_info ul#principal-menu,
header ul#principal-menu,
footer ul#principal-menu {
    font-family: "Monstar", sans-serif;
    font-size: 48px;
    line-height: 1;
}
.contato_info ul#principal-menu li,
header ul#principal-menu li,
footer ul#principal-menu li {
    display: block;
    width: 100%;
    margin: 0 0 24px;
}
.contato_info ul#principal-menu li a,
header ul#principal-menu li a,
footer ul#principal-menu li a {
    display: block;
    width: 100%;
}
.contato_info ul#principal-menu li a:hover,
header ul#principal-menu li a:hover,
footer ul#principal-menu li a:hover {
    color: #ff5500 !important;
}
.contato_info ul#principal-menu li:last-child,
header ul#principal-menu li:last-child,
footer ul#principal-menu li:last-child {
    margin: 0;
}
.contato_info .menu-politicas-container ul,
header .menu-politicas-container ul,
footer .menu-politicas-container ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contato_info .menu-politicas-container ul li + li,
header .menu-politicas-container ul li + li,
footer .menu-politicas-container ul li + li {
    margin-left: 50px;
}
.contato_info .menu-politicas-container ul li a,
header .menu-politicas-container ul li a,
footer .menu-politicas-container ul li a {
    text-decoration: underline !important;
    font-size: 14px;
    text-transform: uppercase;
}
.contato_info .menu-politicas-container ul li a:hover,
header .menu-politicas-container ul li a:hover,
footer .menu-politicas-container ul li a:hover {
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .contato_info .menu-politicas-container ul,
    header .menu-politicas-container ul,
    footer .menu-politicas-container ul {
        flex-flow: column;
        margin-bottom: 15px;
    }
    .contato_info .menu-politicas-container ul li,
    header .menu-politicas-container ul li,
    footer .menu-politicas-container ul li {
        width: 100%;
        display: block;
    }
    .contato_info .menu-politicas-container ul li a,
    header .menu-politicas-container ul li a,
    footer .menu-politicas-container ul li a {
        width: 100%;
        display: block;
        text-align: center;
    }
    .contato_info .menu-politicas-container ul li + li,
    header .menu-politicas-container ul li + li,
    footer .menu-politicas-container ul li + li {
        margin-left: 0 !important;
        margin-top: 20px;
    }
}
.contato_info hr,
header hr,
footer hr {
    margin: 30px 0;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
}
.contato_info .copy,
header .copy,
footer .copy {
    text-align: right;
    float: right;
    font-size: 14px;
}
.contato_info .row.bottom,
header .row.bottom,
footer .row.bottom {
    padding-bottom: 30px;
}
@media (max-width: 1199px) {
    .contato_info ul#principal-menu,
    header ul#principal-menu,
    footer ul#principal-menu {
        font-size: 34px;
    }
    .contato_info .menu-politicas-container ul li a,
    header .menu-politicas-container ul li a,
    footer .menu-politicas-container ul li a {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .contato_info .menu-politicas-container ul,
    header .menu-politicas-container ul,
    footer .menu-politicas-container ul {
        justify-content: center;
    }
    .contato_info .menu-politicas-container ul li + li,
    header .menu-politicas-container ul li + li,
    footer .menu-politicas-container ul li + li {
        margin-left: 30px;
    }
    .contato_info .copy,
    header .copy,
    footer .copy {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .contato_info ul#principal-menu,
    header ul#principal-menu,
    footer ul#principal-menu {
        font-size: 40px;
    }
}
.contato_info ul.contato li a {
    padding-left: 0;
}
.contato_info address {
    margin: 20px 0 0 0;
    font-style: normal;
}
.contato_info.contatos > .single-cont {
    margin-bottom: 30px;
}
.contato_info.contatos > .single-cont h3 {
    font-family: "Geomanist", sans-serif;
    text-transform: none !important;
    font-size: 18px !important;
    font-weight: 700;
    margin: 0 0 5px !important;
}
.contato_info.contatos > .single-cont + .single-cont {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
}
/*HEADER*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
}
header .cont-menu {
    position: relative;
    z-index: 3;
    background: #ffffff;
    transition: background 0.4s ease;
}
header .col-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 120px;
}
@media (max-width: 991px) {
    header .col-6 > .vc_btn3-container {
        display: none !important;
    }
}
header .branding {
    width: 308px;
    height: 41px;
    display: flex;
}
header .branding * {
    width: 308px;
    height: 41px;
}
@media (max-width: 767px) {
    header .branding {
        width: 90px;
        height: 28px;
    }
    header .branding svg .texto {
        display: none;
    }
    header .branding svg .icone-cor {
        width: 90px;
        height: 26.5px;
    }
}
header button {
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
    padding: 8px 0;
    margin: 0 0 0 40px;
    cursor: pointer;
}
header button:before,
header button:after,
header button i {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #292929;
    transition: all 0.4s ease;
}
header button i {
    margin: 8px 0;
}
header button:hover:before,
header button:hover:after,
header button:hover i {
    background: #ff5500;
}
@media (max-width: 767px) {
    header button {
        margin: 0;
    }
}
header.menu-show button i {
    opacity: 0;
}
header.menu-show button:before {
    transform: rotate(35deg);
    margin: 10px 0 -10px;
}
header.menu-show button:after {
    transform: rotate(-35deg);
    margin: -10px 0 10px;
}
header.menu-show .cont-menu {
    background: #e5e5e5;
}
header nav.main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background: #e5e5e5;
    height: 100vh;
    overflow-y: auto;
    transform: translateY(-101%);
    transition: all 0.4s ease;
    padding: 130px 0 0 0;
    z-index: 2;
}
header nav.main-navigation.toggled {
    transform: translateY(0%);
}
header nav.main-navigation .bleft {
    border-left: 1px solid #d9d9d9;
    padding-left: 60px;
    padding-bottom: 120px;
}
header nav.main-navigation .bleft .vc_btn3-container {
    width: 100%;
    margin-bottom: 60px !important;
    display: none !important;
}
header nav.main-navigation .bleft .vc_btn3-container > * {
    width: 100%;
}
header nav.main-navigation .container {
    min-height: calc(100vh - 120px);
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    padding-top: 50px;
}
@media (max-height: 960px) {
    header nav.main-navigation .container {
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    header nav.main-navigation .bleft {
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    header nav.main-navigation .bleft {
        margin-top: 55px;
        padding-left: 15px;
        border-left: 0;
        padding-bottom: 55px;
    }
    header nav.main-navigation .bleft .vc_btn3-container {
        display: flex !important;
    }
}
header.topo_escuro:not(.menu-show) {
    background: #292929;
}
header.topo_escuro:not(.menu-show) .cont-menu {
    background: #292929;
}
header.topo_escuro:not(.menu-show) .cont-menu .branding svg .texto * {
    fill: #ffffff;
}
header.topo_escuro:not(.menu-show) .cont-menu button:before,
header.topo_escuro:not(.menu-show) .cont-menu button:after,
header.topo_escuro:not(.menu-show) .cont-menu button i {
    background: #ffffff;
}
@media (max-width: 1199px) {
    header .col-6 {
        min-height: 90px;
    }
}
/*END // HEADER*/
header + * {
    margin-top: 120px;
}
@media (max-width: 1199px) {
    header + * {
        margin-top: 90px;
    }
}
.anchor {
    position: absolute;
    top: -195px;
}
@media (max-width: 1199px) {
    .anchor {
        top: -165px;
    }
}
.wpcf7-form .row {
    margin-left: -4px;
    margin-right: -4px;
    width: calc(100% + 8px);
    display: flex;
    flex-flow: wrap;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}
.wpcf7-form .row > * {
    padding: 4px;
    margin: 0;
    position: relative;
}
.wpcf7-form .row > * p {
    margin: 0;
}
.wpcf7-form .row > * > label {
    display: block;
    margin-bottom: 5px;
}
.wpcf7-form .row > * > label:before {
    content: "*";
    color: #ff5500;
    margin-right: 5px;
}
.wpcf7-form br {
    display: none;
}
.wpcf7-form small {
    width: 100%;
    display: block;
    line-height: 1.4;
    margin-top: 10px !important;
    font-size: 12px;
    opacity: 0.5;
}
.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap select,
.wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 40px;
    border-radius: 0px;
    width: 100% !important;
    border: 1px solid #ffffff !important;
    background: transparent !important;
    padding: 0 0 0 15px;
    color: #ffffff !important;
    transition: all 0.4s ease;
    display: block;
}
.wpcf7-form .wpcf7-form-control-wrap input:focus,
.wpcf7-form .wpcf7-form-control-wrap select:focus,
.wpcf7-form .wpcf7-form-control-wrap textarea:focus {
    border-color: #ff5500 !important;
}
.wpcf7-form .wpcf7-form-control-wrap input[type="file"],
.wpcf7-form .wpcf7-form-control-wrap select[type="file"],
.wpcf7-form .wpcf7-form-control-wrap textarea[type="file"] {
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    height: auto !important;
    border-radius: 0 !important;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
    padding-top: 10px;
    height: 160px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item {
    width: 100%;
    display: block;
    margin: 0 0 4px !important;
    padding: 0 !important;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item label {
    width: 100%;
    padding-left: 28px !important;
    min-height: 20px !important;
    position: relative !important;
    font-size: 16px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item label:before {
    content: "";
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #ff5500;
    border-radius: 4px;
    position: absolute;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"],
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] {
    display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"] + span,
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] + span {
    position: static;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"] + span:after,
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"] + span:after {
    content: "\f00c";
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #ffffff;
    top: 2px;
    left: 1px;
    opacity: 0;
    transition: all 0.4s ease;
    font-size: 12px !important;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="radio"]:checked + span:after,
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-list-item input[type="checkbox"]:checked + span:after {
    opacity: 1;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 38px;
    font-size: 0;
    line-height: 38px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
    content: "!";
    font-size: 20px;
    font-weight: 700;
}
.wpcf7-form .vc_btn3-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.wpcf7-form .vc_btn3-container > input {
    width: 100% !important;
}
.wpcf7-form .vc_btn3-container > .wpcf7-spinner {
    position: absolute;
    right: 0;
    min-width: 24px !important;
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    margin: 0 0 0 10px !important;
}
.wpcf7-form .wpcf7-response-output {
    padding: 5px 8px !important;
    border-radius: 5px;
    margin: 15px 0 0 0 !important;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    border-width: 1px !important;
}
/*TITLE*/
section.title {
    padding: 50px 0 0 0;
}
section.title ul {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    margin: 0;
}
section.title ul li {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    color: #757575;
    text-transform: uppercase;
}
section.title ul li.separator {
    margin: 0 6px;
    font-size: 12px;
}
section.title ul li a {
    text-decoration: underline !important;
}
section.title ul li a:hover {
    text-decoration: none !important;
}
section.title ul li strong {
    font-weight: inherit;
    color: #292929;
}
section.title ul li a {
    text-decoration: none !important;
}
section.title ul li a svg + strong {
    margin-left: 10px;
    text-decoration: underline !important;
}
section.title ul li a:hover svg + strong {
    text-decoration: none !important;
}
section.title h1.h4 {
    margin: 30px 0 40px;
}
section.title h1.h3 {
    margin: 30px 0 40px;
}
@media (max-width: 767px) {
    section.title h1.h4 {
        font-size: 46px;
    }
}
@media (max-width: 767px) {
    section.title h1.h3 {
        margin: 30px 0 16px;
    }
}
@media (max-width: 767px) {
    section.title {
        padding-top: 30px;
    }
}
section.title.topo_escuro {
    background: #292929;
}
section.title.topo_escuro ul li strong {
    color: #ffffff;
}
section.title.topo_escuro h1 {
    color: #ffffff;
}
section.title + section.page > .vc_section:nth-child(1) {
    padding-top: 30px !important;
}
section.title + section.page > .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none !important;
}
section.title.ttl-exp .col-12 {
    padding-left: 120px;
}
section.title.ttl-exp .col-12 ul {
    margin-left: -105px;
}
@media (max-width: 1399px) {
    section.title.ttl-exp .col-12 {
        padding-left: 80px;
    }
    section.title.ttl-exp .col-12 ul {
        margin-left: -65px;
    }
}
@media (max-width: 991px) {
    section.title.ttl-exp .col-12 {
        padding-left: 15px;
    }
    section.title.ttl-exp .col-12 ul {
        margin-left: 0;
    }
}
/*END // TITLE*/
form.search-form {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    background: #f0f0f0;
    border-radius: 0px;
    border-left: 4px solid #000000;
    overflow: hidden;
    height: 40px;
}
form.search-form input {
    width: calc(100% - 40px);
    background: transparent;
    padding: 0 0 0 15px;
    border: 0;
}
form.search-form button {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
form.search-form button svg * {
    transition: all 0.4s ease;
    fill: #292929;
}
form.search-form button:hover {
    background: #292929;
}
form.search-form button:hover svg * {
    fill: #ffffff;
}
/*OWL CONTROLS*/
.owl-carousel .owl-nav {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.owl-carousel .owl-nav button {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 56px !important;
    height: 56px !important;
    color: #000000 !important;
    display: flex !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: 1 !important;
    border-radius: 30px !important;
    z-index: 9999999 !important;
    border: 1px solid transparent !important;
    background: transparent !important;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0 !important;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0 !important;
}
.owl-carousel .owl-nav button:hover {
    border-color: #ff5500 !important;
}
.owl-carousel .owl-nav button:hover svg * {
    fill: #ff5500 !important;
}
.owl-carousel .owl-nav button.disabled {
    display: none !important;
}
@media (max-width: 767px) {
    .owl-carousel .owl-nav button {
        position: static !important;
        top: auto !important;
        transform: translateY(0) !important;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: auto !important;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: auto !important;
    }
}
.owl-carousel .owl-nav.disabled {
    display: none !important;
}
@media (max-width: 767px) {
    .owl-carousel .owl-nav {
        margin: 35px 0 0 0 !important;
        width: 100% !important;
    }
}
.owl-carousel.owl-eventos .owl-nav button {
    border-color: #ffffff !important;
}
.owl-carousel.owl-eventos .owl-nav button.owl-next {
    right: -80px !important;
}
.owl-carousel.owl-eventos .owl-nav button.owl-prev {
    left: -80px !important;
}
.owl-carousel.owl-eventos .owl-nav button:hover {
    border-color: #ff5500 !important;
}
.owl-carousel.owl-eventos .owl-stage-outer {
    overflow: visible;
}
.owl-carousel.owl-eventos .owl-stage-outer .owl-item {
    opacity: 0.2;
    transition: all 0.4s ease;
    filter: grayscale(100%);
}
.owl-carousel.owl-eventos .owl-stage-outer .owl-item.active {
    opacity: 1;
    filter: grayscale(0%);
}
.owl-carousel.owl-cases .owl-nav {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin: 0 !important;
    padding-left: calc(35% + 40px) !important;
}
.owl-carousel.owl-cases .owl-nav button {
    margin: 0 5px !important;
    position: static !important;
    top: 0 !important;
    transform: translateY(0%) !important;
}
.owl-carousel.owl-cases .owl-nav button.owl-next {
    right: auto !important;
}
.owl-carousel.owl-cases .owl-nav button.owl-prev {
    left: auto !important;
}
.owl-carousel.owl-cases .owl-nav.disabled {
    display: none !important;
}
.owl-carousel .owl-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 30px 0 0 0 !important;
}
.owl-carousel .owl-dots button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 20px !important;
    background: #000000 !important;
    border: 0 !important;
    margin: 0 2px !important;
}
.owl-carousel .owl-dots button.active {
    width: 16px !important;
    height: 16px !important;
    background: #000000 !important;
}
.owl-carousel .owl-dots.disabled {
    display: none !important;
}
/*END // OWL CONTROLS*/
.vc_section#manifesto {
    height: 440px;
    background-size: cover;
    background-position: center;
}
.vc_section#manifesto .chamada_manifesto {
    height: 440px;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.vc_section#manifesto .chamada_manifesto svg {
    transition: all 0.4s ease;
}
.vc_section#manifesto .chamada_manifesto svg * {
    transition: all 0.4s ease;
}
.vc_section#manifesto .chamada_manifesto svg circle {
    fill: transparent;
}
.vc_section#manifesto .chamada_manifesto h4 {
    margin: 26px 0 0 0;
    font-size: 24px;
    color: #ffffff;
    text-decoration: underline !important;
}
.vc_section#manifesto .chamada_manifesto:hover svg circle {
    fill: #ff5500;
    stroke: #ff5500;
}
@media (max-width: 767px) {
    .vc_section#manifesto {
        height: 340px;
    }
    .vc_section#manifesto .chamada_manifesto {
        height: 340px;
    }
    .vc_section#manifesto .chamada_manifesto h4 {
        font-size: 21px;
    }
}
.vc_section#banner {
    padding: 40px 0 !important;
}
.single-banner {
    width: 100%;
}
#expertise-home h2 {
    color: #ffffff;
}
#expertise-home ul.lista-expertise {
    list-style: none;
    margin: 0 -12px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 24px);
}
#expertise-home ul.lista-expertise li {
    padding: 0 12px;
    width: 25%;
    margin: 80px 0 0 0;
}
#expertise-home ul.lista-expertise li a {
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
#expertise-home ul.lista-expertise li a .img {
    width: 100%;
    height: 385px;
    position: relative;
    overflow: hidden;
}
#expertise-home ul.lista-expertise li a .img .saiba {
    position: absolute;
    padding: 24px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 3;
    width: 100%;
    transform: translateX(-20%);
    transition: all 0.8s ease;
    opacity: 0;
}
#expertise-home ul.lista-expertise li a .img .saiba span {
    font-family: "Monstar", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    margin-left: -55px;
}
#expertise-home ul.lista-expertise li a .img:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    opacity: 0;
    transition: all 0.8s ease;
}
#expertise-home ul.lista-expertise li a .img .bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    //filter: grayscale(100%);
    transition: all 0.8s ease;
    //opacity: .2;
}
#expertise-home ul.lista-expertise li a .ttl {
    color: #ffffff;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.8s ease;
    line-height: 1;
    margin: 18px 0 0 0;
}
#expertise-home ul.lista-expertise li a .ttl span {
    display: none;
    opacity: 0.3;
    font-family: "Monstar", sans-serif;
    font-size: 48px;
    margin: 5px 12px 0 0;
}
#expertise-home ul.lista-expertise li a .ttl h3 {
    font-size: 24px;
}
#expertise-home ul.lista-expertise li a .ttl h3 small {
    display: none;
    font-size: 16px;
    width: 100%;
}
#expertise-home ul.lista-expertise li a:hover .img .saiba {
    opacity: 1;
    transform: translateX(0);
}
#expertise-home ul.lista-expertise li a:hover .img:before {
    opacity: 1;
}
#expertise-home ul.lista-expertise li a:hover .img .bg {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.2);
}
#expertise-home ul.lista-expertise li a:hover .ttl {
    color: #ff5500;
}
@media (max-width: 1199px) {
    #expertise-home ul.lista-expertise li {
        width: 50%;
    }
}
@media (max-width: 991px) {
    #expertise-home ul.lista-expertise li {
        margin: 40px 0 0 0;
    }
}
@media (max-width: 767px) {
    #expertise-home ul.lista-expertise li a .img .saiba {
        opacity: 1;
        transform: translateX(0);
    }
    #expertise-home ul.lista-expertise li a .img:before {
        opacity: 1;
    }
    #expertise-home ul.lista-expertise li a .img .bg {
        opacity: 1;
        filter: grayscale(0%);
    }
    #expertise-home ul.lista-expertise li a .ttl {
        color: #ff5500;
    }
}
@media (max-width: 575px) {
    #expertise-home ul.lista-expertise li {
        width: 100%;
    }
}
#mapa_brasil {
    width: 100%;
    position: relative;
}
#mapa_brasil svg {
    width: 100%;
    height: auto;
}
#mapa_brasil svg .path-estado {
    transition: all 0.4s ease;
}
#mapa_brasil svg .path-estado.show {
    fill: #d1d1d1;
    cursor: pointer;
}
#mapa_brasil svg .path-estado.show:hover,
#mapa_brasil svg .path-estado.show.active {
    fill: #ff5500;
}
#mapa_brasil #lista-escritorios .escritorios-estado {
    width: 256px;
    max-height: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.12));
    transition: all 0.4s ease;
    top: 65%;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
}
#mapa_brasil #lista-escritorios .escritorios-estado h5 {
    font-family: "Monstar", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    margin: 0;
    display: block;
    width: 100%;
}
#mapa_brasil #lista-escritorios .escritorios-estado ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.4;
    display: block;
}
#mapa_brasil #lista-escritorios .escritorios-estado ul li {
    width: 100%;
    margin-top: 15px;
    display: block;
}
#mapa_brasil #lista-escritorios .escritorios-estado ul li a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    width: 100%;
}
#mapa_brasil #lista-escritorios .escritorios-estado.active {
    pointer-events: inherit;
    opacity: 1;
    top: 50%;
}
#mapa_brasil #lista-escritorios.active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
@media (max-width: 767px) {
    #mapa_brasil {
        display: none;
    }
}
.vc_section#nacional {
    padding-bottom: 0 !important;
}
.vc_section#nacional > .vc_row .vc_row {
    width: calc(100% - 50px) !important;
    margin: 35px 0 0 50px !important;
}
.vc_section#nacional > .vc_row .vc_row#numeros {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 8px 36px rgba(196, 196, 196, 0.5);
    border-radius: 12px;
    padding: 20px 30px;
    justify-content: space-around;
}
.vc_section#nacional > .vc_row .vc_row#numeros .wpb_text_column > * {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row;
}
.vc_section#nacional > .vc_row .vc_row#numeros .wpb_text_column > * p {
    margin: 0 8px 0 0;
    color: #ff5500;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.vc_section#nacional > .vc_row .vc_row#numeros .wpb_text_column > * h5 {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}
.vc_section#nacional > .vc_row .vc_row#numeros .wpb_text_column > * h5 strong {
    font-size: 24px;
    font-weight: 400;
}
.vc_section#nacional > .vc_row .vc_row#numeros > * {
    width: auto !important;
}
.vc_section#nacional > .vc_row .vc_row#numeros > * + * {
    padding-left: 30px !important;
}
.vc_section#nacional > .vc_row .vc_row > * {
    margin-top: 0 !important;
}
.vc_section#nacional > .vc_row .vc_row > * > * {
    padding: 0 !important;
}
.vc_section#nacional h4 em {
    margin-left: 40px;
}
@media (max-width: 1199px) {
    .vc_section#nacional h4 em {
        white-space: nowrap;
    }
    .vc_section#nacional > .vc_row .vc_row {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .vc_section#nacional > .vc_row .vc_row#numeros .wpb_text_column > * p {
        font-size: 54px;
    }
    .vc_section#nacional > .vc_row .vc_row#numeros > * + * {
        padding-left: 10px !important;
    }
}
@media (max-width: 991px) {
    .vc_section#nacional h4 em {
        margin-left: 100px;
    }
    .vc_section#nacional > .vc_row > * {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .vc_section#nacional {
        padding-bottom: 50px !important;
    }
    .vc_section#nacional > .vc_row .vc_row {
        margin-top: 15px !important;
        margin-bottom: 30px !important;
    }
    .vc_section#nacional .vc_btn3-container > * {
        width: 100% !important;
    }
}
@media (max-width: 575px) {
    .vc_section#nacional h4 em {
        margin-left: 40px;
    }
    .vc_section#nacional > .vc_row .vc_row#numeros {
        width: 270px !important;
        margin-left: 50% !important;
        transform: translateX(-50%) !important;
        justify-content: flex-start !important;
    }
    .vc_section#nacional > .vc_row .vc_row#numeros > * + * {
        padding-left: 0 !important;
    }
}
@media (max-width: 575px) and (max-width: 374px) {
    .vc_section#nacional h4 em {
        margin-left: 10px;
    }
}
.destaques {
    display: block;
    width: 100%;
    margin-top: 70px;
}
.destaques.destaque_midia {
    margin-top: 140px;
}
@media (max-width: 767px) {
    .destaques {
        margin-top: 30px;
        margin-bottom: 65px;
    }
    .destaques > div > .vc_btn3-container {
        margin-top: 40px !important;
        justify-content: center !important;
    }
    .destaques.destaque_midia {
        margin-top: 100px;
    }
}
.list-itens {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
}
.list-itens .owl-stage-outer {
    overflow: visible !important;
}
.list-itens .owl-stage {
    display: flex;
    flex-flow: wrap;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.list-itens .owl-stage .owl-item {
    display: flex;
    opacity: 0;
    transition: all 0.4s ease;
}
.list-itens .owl-stage .owl-item.active {
    opacity: 1;
}
@media (max-width: 767px) {
    .list-itens .owl-stage .owl-item {
        opacity: 1;
    }
}
.list-itens.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 35px 0 0 0 !important;
}
.list-itens.owl-carousel .owl-nav button {
    margin: 0 5px !important;
    position: static !important;
    top: 0 !important;
    transform: translateY(0%) !important;
}
.list-itens.owl-carousel .owl-nav button.owl-next {
    right: auto !important;
}
.list-itens.owl-carousel .owl-nav button.owl-prev {
    left: auto !important;
}
.list-itens.owl-carousel .owl-nav.disabled {
    display: none !important;
}
@media (max-width: 767px) {
    .list-itens.owl-carousel .owl-nav {
        display: none !important;
    }
}
.list-itens .alm-reveal {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    width: 100%;
}
.list-itens .single-item {
    width: 100%;
}
.list-itens .single-item .link {
    display: flex;
    width: 100%;
    flex-flow: wrap;
}
.list-itens .single-item .link .thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.list-itens .single-item .link .thumb .img {
    width: 100%;
    padding-top: 65%;
    background-size: cover;
    background-position: center;
    //filter: grayscale(100%);
    transition: all 0.4s ease;
}
.list-itens .single-item .link .thumb .play {
    width: 72px;
    height: 72px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 90px;
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.15));
}
.list-itens .single-item .link .thumb .play svg * {
    transition: all 0.4s ease;
}
.list-itens .single-item .link .info {
    width: 100%;
}
.list-itens .single-item .link .info span.date {
    width: 100%;
    display: block;
    color: #333333;
    opacity: 0.5;
    font-size: 16px;
    margin: 0 0 12px;
}
.list-itens .single-item .link .info h5 {
    font-family: "Geomanist", sans-serif;
    font-size: 24px;
    color: #333333;
    line-height: 1.4;
    display: block;
    width: 100%;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}
.list-itens .single-item .link .info h5 + p {
    margin: 8px 0 0 0;
}
.list-itens .single-item .link .info .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-itens .single-item .link .info .content span.date {
    margin: 0;
}
.list-itens .single-item .link .info .content .vc_btn3-container > * {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-right: 10px !important;
}
.list-itens .single-item .link .info .content .vc_btn3-container > * span {
    color: #333333;
}
.list-itens .single-item .link .info .content .vc_btn3-container > * + * {
    display: none !important;
}
.list-itens .single-item .link .info > a:hover * {
    color: #ff5500 !important;
}
@media (max-width: 575px) {
    .list-itens .single-item .link .info span.date {
        font-size: 14px;
    }
    .list-itens .single-item .link .info h5 {
        font-size: 20px;
    }
}
.list-itens:not(.podcast) .single-item .link:hover .thumb .img {
    filter: grayscale(0%);
    transform: scale(1.2);
}
.list-itens .single-item .link:hover .thumb .play svg circle {
    fill: #ff5500;
}
.list-itens .single-item .link:hover .thumb .play svg path {
    fill: #ffffff;
}
.list-itens.podcast .single-item .link .thumb {
    width: 200px;
}
.list-itens.podcast .single-item .link .thumb .img {
    padding-top: 200px;
    border-radius: 300px;
}
.list-itens.podcast .single-item .link .info {
    width: calc(100% - 200px);
    padding: 24px 0 0 16px;
}
@media (max-width: 991px) {
    .list-itens.podcast .single-item .link .thumb {
        width: 160px;
    }
    .list-itens.podcast .single-item .link .thumb .img {
        padding-top: 160px;
    }
    .list-itens.podcast .single-item .link .info {
        width: 100%;
        padding-left: 0;
    }
}
.list-itens.videos .single-item .link .thumb .img {
    padding-top: 80%;
    border-radius: 8px 8px 0 0;
}
.list-itens.videos .single-item .link .thumb .play {
    right: auto;
    left: 0px;
    height: auto;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    filter: none;
}
.list-itens.videos .single-item .link .thumb .play svg {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.list-itens.videos .single-item .link .info {
    width: 100%;
    padding: 8px 0 0 0;
}
.list-itens.noticias {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.list-itens.noticias.owl-carousel {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.list-itens.noticias .col-12 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.list-itens.noticias .single-item .link .info {
    padding: 8px 0 0 0;
}
.list-itens.noticias .single-item .link .info .content {
    margin: 0 0 8px;
}
.list-itens.noticias .single-item .link .info .content .vc_btn3-container > * {
    white-space: nowrap;
}
.list-itens.noticias.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.1;
}
.list-itens.noticias.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}
@media (max-width: 767px) {
    .list-itens.noticias.owl-carousel .owl-stage-outer .owl-item {
        opacity: 1;
    }
}
.list-itens.noticias + .alm-btn-wrap {
    margin-top: 25px !important;
}
.list-itens.experises {
    counter-reset: exp;
}
.list-itens.experises .single-item {
    counter-increment: exp;
}
.list-itens.experises .single-item .link {
    padding: 50px 100px;
    border-top: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row;
    position: relative;
}
.list-itens.experises .single-item .link h3 {
    width: auto;
    color: #292929;
    position: relative;
    z-index: 3;
    transition: all 0.8s ease;
    margin: 0;
}
.list-itens.experises .single-item .link h3 small {
	display: none;
    color: #757575;
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 1;
    position: relative;
    margin: 0 0 5px;
    transition: all 0.8s ease;
}
.list-itens.experises .single-item .link h3 small:before {
    color: #757575;
    content: counter(exp);
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    display: none;
}
.list-itens.experises .single-item .link .hover {
    position: absolute;
    right: 0;
    z-index: 1;
    top: -20px;
    bottom: -20px;
    width: 60%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.8s ease;
    opacity: 0;
}
.list-itens.experises .single-item .link .hover .img {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 540px;
    height: 100%;
    z-index: 1;
    transition: all 0.8s ease;
    transform: translateX(25%);
}
.list-itens.experises .single-item .link .hover .saiba {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    font-family: "Monstar", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-left: -120px;
    position: relative;
    z-index: 2;
    transition: all 0.8s ease;
}
.list-itens.experises .single-item .link .hover .saiba svg {
    transition: all 0.8s ease;
    transform: translateX(-25%);
}
.list-itens.experises .single-item .link .hover .saiba span {
    transition: all 0.8s ease;
    white-space: nowrap;
    margin-left: -70px;
    transform: translateX(35%);
}
.list-itens.experises .single-item .link:hover h3 {
    color: #ff5500;
    transform: translateX(60px);
}
.list-itens.experises .single-item .link:hover h3 small {
    color: #ff5500;
}
.list-itens.experises .single-item .link:hover .hover {
    opacity: 1;
    transform: translateX(-60px);
}
.list-itens.experises .single-item .link:hover .hover .img {
    transform: translateX(0%);
}
.list-itens.experises .single-item .link:hover .hover .saiba span,
.list-itens.experises .single-item .link:hover .hover .saiba svg {
    transform: translateX(0%);
}
@media (max-width: 1199px) {
    .list-itens.experises .single-item .link {
        padding: 50px;
    }
}
@media (max-width: 991px) {
    .list-itens.experises .single-item .link {
        padding: 50px 35px;
    }
    .list-itens.experises .single-item .link h3 small {
        font-size: 18px;
    }
    .list-itens.experises .single-item .link .hover .saiba {
        font-size: 18px;
    }
    .list-itens.experises .single-item .link .hover .saiba svg {
        width: 188px;
        height: auto;
    }
    .list-itens.experises .single-item .link .hover .saiba span {
        margin-left: -40px;
    }
}
.list-itens.experises .single-item:last-child .link {
    border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
    .list-itens.experises .single-item.desktop {
        display: none !important;
    }
}
.list-itens.experises .single-item.mobile {
    display: none !important;
}
.list-itens.experises .single-item.mobile a {
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
.list-itens.experises .single-item.mobile a .img {
    width: 100%;
    height: auto;
    height: 385px;
    position: relative;
}
.list-itens.experises .single-item.mobile a .img .saiba {
    position: absolute;
    padding: 24px;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 3;
    width: 100%;
    transform: translateX(-20%);
    transition: all 0.8s ease;
    opacity: 0;
}
.list-itens.experises .single-item.mobile a .img .saiba span {
    font-family: "Monstar", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    white-space: nowrap;
    margin-left: -55px;
}
.list-itens.experises .single-item.mobile a .img:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    opacity: 0;
    transition: all 0.8s ease;
}
.list-itens.experises .single-item.mobile a .img .bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    filter: grayscale(100%);
    transition: all 0.8s ease;
    opacity: 0.2;
}
.list-itens.experises .single-item.mobile a .ttl {
    color: #ffffff;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.8s ease;
    line-height: 1;
    margin: 18px 0 0 0;
}
.list-itens.experises .single-item.mobile a .ttl span {
    opacity: 0.3;
    font-family: "Monstar", sans-serif;
    font-size: 48px;
    margin: 5px 12px 0 0;
}
.list-itens.experises .single-item.mobile a .ttl span:before {
    content: counter(exp);
}
.list-itens.experises .single-item.mobile a .ttl h3 {
    font-size: 24px;
}
.list-itens.experises .single-item.mobile a .ttl h3 small {
    font-size: 16px;
    display: block;
    width: 100%;
}
.list-itens.experises .single-item.mobile a .img .saiba {
    opacity: 1;
    transform: translateX(0);
}
.list-itens.experises .single-item.mobile a .img:before {
    opacity: 1;
}
.list-itens.experises .single-item.mobile a .img .bg {
    opacity: 1;
    filter: grayscale(0%);
}
.list-itens.experises .single-item.mobile a .ttl {
    color: #ff5500;
}
@media (max-width: 767px) {
    .list-itens.experises .single-item.mobile {
        margin-bottom: 30px !important;
        display: block !important;
        width: calc(50% - 8px);
    }
}
@media (max-width: 575px) {
    .list-itens.experises .single-item.mobile {
        width: 100%;
    }
}
.list-itens.experises .alm-reveal + .alm-reveal .single-item:first-child .link {
    border-top: 0;
}
@media (max-width: 767px) {
    .list-itens.experises .alm-reveal {
        justify-content: space-between;
    }
}
.list-itens.experises + .alm-btn-wrap {
    border-bottom: 1px solid #d9d9d9;
    margin-top: -1px !important;
}
.list-itens.experises + .alm-btn-wrap button {
    margin: 50px 0 !important;
}
.list-itens.escritorios .single-item .link {
    width: 100%;
    background: #ffffff;
    padding: 50px 24px;
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
    border-bottom: 0;
}
.list-itens.escritorios .single-item .link h5 {
    font-family: "Monstar", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    margin: 0;
    display: block;
    width: 100%;
}
.list-itens.escritorios .single-item .link ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 1.4;
    display: block;
}
.list-itens.escritorios .single-item .link ul li {
    width: 100%;
    margin-top: 15px;
    display: block;
}
.list-itens.escritorios .single-item .link ul li a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    width: 100%;
}
.list-itens.escritorios .single-item .link h4 {
    font-size: 32px;
}
.list-itens.escritorios .single-item .link .bairro {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 24px;
    margin: 0 0 40px 0;
}
.list-itens.escritorios .single-item .link .bairro h5 {
    font-size: 16px;
    text-transform: none;
    font-family: "Geomanist", sans-serif;
}
@media (max-width: 575px) {
    .list-itens.escritorios .single-item .link .bairro {
        margin: 0 0 16px 0;
    }
}
.list-itens.advogados {
    width: calc(100% + 30px) !important;
    margin: 30px -15px 0 !important;
}
.list-itens.advogados > * {
    padding: 0 15px;
}
.list-itens.advogados .single-item {
    margin-top: 45px;
}
.list-itens.advogados .single-item .link {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: flex-start;
}
.list-itens.advogados .single-item .link .thumb {
    width: 80px;
}
.list-itens.advogados .single-item .link .thumb .img {
    padding-top: 100%;
    box-shadow: 0px 8px 36px rgba(196, 196, 196, 0.5);
    border-radius: 100px;
    filter: none;
}
.list-itens.advogados .single-item .link .info {
    width: calc(100% - 80px);
    padding: 0 0 0 16px;
}
.list-itens.advogados .single-item .link .info h3 {
    font-family: "Geomanist", sans-serif;
    font-weight: 400;
    color: #292929;
    font-size: 22px;
    margin: 0 0 5px;
    text-transform: none;
}
.list-itens.advogados .single-item .link .info p {
    color: #292929;
    opacity: 0.5;
}
.list-itens.advogados .single-item .link .info p span {
    text-transform: uppercase;
}
.list-itens.advogados + .pagination .wp-pagenavi {
    margin-top: 60px;
}
.list-itens.advogados + .alm-btn-wrap {
    margin-top: 60px !important;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999999;
    pointer-events: none;
    opacity: 0;
    transition: all 0.4s ease;
}
.modal .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 995px;
    border-radius: 12px;
    background: #ffffff;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 40px 10px 40px 40px;
}
.modal .modal-body .close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: transparent;
    border: 0;
    cursor: pointer;
}
.modal .modal-body .close-btn:hover {
    opacity: 0.5;
}
.modal .modal-body .row {
    padding-right: 30px;
}
.modal .modal-body .img {
    width: 100%;
    min-height: 100%;
    padding-top: 120%;
    background-size: cover;
    background-position: center;
}
.modal .modal-body h4 + strong {
    font-size: 20px;
    font-weight: normal;
    color: #292929;
}
.modal .modal-body h4 + strong a:hover {
    opacity: 0.5;
}
.modal .modal-body h4 + strong a + a:before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}
.modal .modal-body p.local {
    margin-top: 20px;
}
.modal .modal-body p.local span {
    text-transform: uppercase;
}
.modal .modal-body .vc_btn3-container {
    margin-top: 40px !important;
}
.modal .modal-body .vc_btn3-container > * + * {
    margin-left: 24px !important;
}
.modal .modal-body .vc_btn3-container > .vc_btn3-icon-left i {
    margin-left: 0 !important;
}
.modal .modal-body .vc_btn3-container > .linkedin {
    background: #0b66c2 !important;
    border-color: #0b66c2 !important;
}
.modal .modal-body .vc_btn3-container > .linkedin:hover {
    background: #054a8f !important;
    border-color: #054a8f !important;
}
.modal .modal-body .vc_btn3-container > .curriculum {
    background: transparent !important;
    border-color: #292929 !important;
    color: #292929 !important;
}
.modal .modal-body .vc_btn3-container > .curriculum:hover {
    background: #292929 !important;
    color: #ffffff !important;
}
.modal .modal-body {
    opacity: 0;
    top: 70%;
    transition: all 0.4s ease;
}
.modal.active {
    pointer-events: inherit;
    opacity: 1;
}
.modal.active .modal-body {
    opacity: 1;
    top: 50%;
}
@media (max-width: 991px) {
    .modal .modal-body {
        width: calc(100% - 60px);
        padding: 30px 0px 30px 30px;
    }
    .modal .modal-body .row > *:nth-child(1) {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .modal .modal-body .row > *:nth-child(1) {
        padding-left: 15px;
    }
    .modal .modal-body .img {
        padding-top: 100%;
    }
    .modal .modal-body h4 {
        font-size: 32px;
        margin-top: 24px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) and (max-width: 575px) {
    .modal .modal-body .row > * {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media (max-width: 767px) and (max-width: 575px) {
    .modal .modal-body .vc_btn3-container {
        flex-flow: column;
        margin-top: 20px !important;
    }
    .modal .modal-body .vc_btn3-container > * {
        width: 100% !important;
        justify-content: center !important;
    }
    .modal .modal-body .vc_btn3-container > * + * {
        margin-top: 12px !important;
        margin-left: 0px !important;
    }
}
.search-filter-results {
    display: block;
    width: 100%;
}
.search-filter-results .list-itens {
    width: 100%;
}
.search-filter-results > h3 {
    color: #ff5500;
}
#cta-novidades {
    background: #292929;
    color: #ffffff;
    padding: 120px 0;
}
#cta-novidades h2 {
    font-size: 48px;
    margin: 0 0 45px;
}
#cta-novidades .col-12 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
#cta-novidades .wpcf7 {
    width: 600px;
    margin-top: 25px;
}
@media (max-width: 991px) {
    #cta-novidades {
        padding: 80px 0;
    }
    #cta-novidades h2 {
        font-size: 40px;
    }
    #cta-novidades .wpcf7 {
        width: 400px;
    }
    #cta-novidades .wpcf7 .vc_btn3-container > * {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    #cta-novidades h2 {
        font-size: 30px;
        margin: 0 0 30px;
    }
    #cta-novidades h2 + p {
        margin: 0;
        text-align: left !important;
    }
    #cta-novidades .wpcf7 {
        width: 100%;
        max-width: 400px;
    }
}
#cta-novidades.rodape_claro {
    background: transparent;
    color: #292929;
}
#cta-novidades.rodape_claro .wpcf7-form .wpcf7-form-control-wrap input,
#cta-novidades.rodape_claro .wpcf7-form .wpcf7-form-control-wrap select,
#cta-novidades.rodape_claro .wpcf7-form .wpcf7-form-control-wrap textarea {
    color: #292929 !important;
}
#cta-novidades.rodape_claro h2 {
    color: #292929;
}
#cta-novidades.rodape_claro .wpcf7-form .wpcf7-form-control-wrap input:not(:focus),
#cta-novidades.rodape_claro .wpcf7-form .wpcf7-form-control-wrap select:not(:focus),
#cta-novidades.rodape_claro .wpcf7-form .wpcf7-form-control-wrap textarea:not(:focus) {
    border-color: #d9d9d9 !important;
}
.comments-area {
    display: block;
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #ccc;
}
.comments-area h3 {
    margin: 0 0 5px;
    line-height: 1.4;
    font-weight: 800;
    font-size: 20px;
    color: #000000;
    font-family: "Geomanist", sans-serif;
    float: left;
    width: 100%;
}
.comments-area h3.comments-title {
    margin-top: 15px;
    margin-bottom: 20px;
}
.comments-area h3.comment-reply-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}
.comments-area h3.comment-reply-title small {
    font-size: 100%;
    margin: -5px 0 0 0;
}
.comments-area h3.comment-reply-title #cancel-comment-reply-link {
    background: #ff5500;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding: 6px 20px;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 10px;
}
.comments-area h3.comment-reply-title #cancel-comment-reply-link:hover {
    background: #ff5500 !important;
}
.comments-area ol.comment-list {
    list-style: none;
    margin: 0 0 30px;
    display: block;
    padding: 0;
    width: 100%;
}
.comments-area ol.comment-list li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
.comments-area ol.comment-list li:last-child {
    margin-bottom: 0;
}
.comments-area ol.comment-list li article {
    display: block;
    width: 100%;
    line-height: 1.4;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.comments-area ol.comment-list li article footer {
    background: transparent;
    color: #000000;
    padding: 0;
    margin: 0 0 10px;
    float: none;
}
.comments-area ol.comment-list li article footer .comment-author {
    display: block;
    width: 100%;
    margin: 0 0 5px;
}
.comments-area ol.comment-list li article footer .comment-metadata {
    font-style: italic;
    font-size: 12px;
}
.comments-area ol.comment-list li article footer .comment-awaiting-moderation {
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
}
.comments-area ol.comment-list li article .comment-content {
    display: block;
    width: 100%;
}
.comments-area ol.comment-list li article .comment-content p:last-child {
    margin-bottom: 0;
}
.comments-area ol.comment-list li article .reply {
    display: block;
    width: 100%;
}
.comments-area ol.comment-list li article .reply a {
    background: #000000;
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding: 6px 20px;
    border-radius: 30px;
    border: 0;
    display: inline-block;
    font-size: 12px;
    margin: 10px 0 0 0;
}
.comments-area ol.comment-list li article .reply a:hover {
    background: #ff5500 !important;
}
.comments-area ol.comment-list li ol.children {
    margin: 15px 0 0px;
    padding: 0 0 0 20px;
}
.comments-area .comment-respond {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}
.comments-area > .comment-respond:nth-child(1) {
    margin: 0;
}
.comments-area .comment-form {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}
.comments-area .comment-form p {
    display: flex;
    flex-flow: column;
    width: 100%;
    display: block;
}
.comments-area .comment-form p label {
    width: 100%;
    display: block;
    font-weight: 500;
    padding: 0 0 5px 0;
}
.comments-area .comment-form p input,
.comments-area .comment-form p textarea {
    width: 100%;
    display: block;
    height: 40px;
    border: 1px solid #ccc;
    background: #ffffff;
    padding: 0 0 0 10px;
    border-radius: 0;
}
.comments-area .comment-form p input[type="submit"],
.comments-area .comment-form p textarea[type="submit"] {
    transition: all 0.4s ease !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 10px 30px !important;
    border: 0 !important;
    border-radius: 30px !important;
    background: #000000 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #000000 !important;
    float: left !important;
    width: auto;
}
.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p textarea[type="submit"]:hover {
    background: transparent !important;
    color: #000000 !important;
}
.comments-area .comment-form p textarea {
    padding: 10px 0 0 20px;
    height: 160px;
    border-radius: 0px;
}
.comments-area .comment-form p.comment-form-comment {
    width: 100%;
}
.comments-area .comment-form p.comment-form-email,
.comments-area .comment-form p.comment-form-url,
.comments-area .comment-form p.comment-form-author {
    width: 33.333333333%;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .comments-area .comment-form p.comment-form-email,
    .comments-area .comment-form p.comment-form-url,
    .comments-area .comment-form p.comment-form-author {
        width: 100%;
        padding-right: 0;
    }
}
.comments-area .comment-form p.comment-form-url {
    padding-right: 0px;
}
.comments-area .comment-form p.comment-form-cookies-consent {
    flex-flow: wrap;
    align-items: center;
}
.comments-area .comment-form p.comment-form-cookies-consent input {
    width: 12px;
    height: 12px;
    display: inline;
}
.comments-area .comment-form p.comment-form-cookies-consent label {
    width: calc(100% - 15px);
    display: inline;
}
.cli-bar-btn_container {
    margin-top: 0 !important;
}
#cookie-law-info-bar {
    box-shadow: none !important;
    border: 1px solid #ffffff !important;
    padding: 30px 50px !important;
    width: calc(100% - 60px) !important;
    margin: 20px 30px !important;
    background: #292929 !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 !important;
    color: #ffffff !important;
}
#cookie-law-info-bar .cli-bar-message {
    line-height: 1.6;
}
#cookie-law-info-bar .cli-bar-container {
    display: flex;
    flex-flow: row;
}
#cookie-law-info-bar .cli-bar-container .cli-bar-message a {
    text-decoration: underline !important;
}
#cookie-law-info-bar .cli-bar-container .cli-bar-message a:hover {
    text-decoration: none !important;
}
#cookie-law-info-bar .cli-bar-container > * {
    width: auto;
}
#cookie-law-info-bar .cli-bar-message {
    font-size: 14px;
    line-height: 1.6;
    padding-right: 30px;
}
@media (max-width: 1199px) {
    #cookie-law-info-bar {
        padding: 20px 30px !important;
        width: calc(100% - 40px) !important;
        margin: 15px 20px !important;
    }
}
@media (max-width: 991px) {
    #cookie-law-info-bar {
        padding: 15px 20px !important;
        width: calc(100% - 30px) !important;
        margin: 15px !important;
    }
}
@media (max-width: 575px) {
    #cookie-law-info-bar {
        padding: 10px 20px 15px !important;
        width: calc(100% - 20px) !important;
        margin: 10px !important;
    }
    #cookie-law-info-bar .cli-bar-container {
        display: flex;
        flex-flow: column;
    }
    #cookie-law-info-bar .cli-bar-container > * {
        width: 100%;
    }
    #cookie-law-info-bar .cli-bar-container .cli-bar-message {
        padding-right: 0;
        text-align: center;
        font-size: 12px;
    }
    #cookie-law-info-bar .cli-bar-btn_container {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 15px !important;
    }
    #cookie-law-info-bar .cli-bar-btn_container > * {
        width: auto;
        margin-left: 0;
        padding: 10px 30px !important;
    }
    #cookie-law-info-bar .cli-bar-btn_container > *.cli-plugin-button {
        margin-top: 10px;
    }
}
/*FOOTER*/
footer {
    background: #292929;
    color: #ffffff;
    z-index: 1;
    position: relative;
}
footer .logo-col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
footer .logo-col .logo svg,
footer .logo-col .logo {
    width: 92px;
    height: 80px;
}
footer .logo-col svg .letras * {
    fill: #ffffff;
}
footer ul.contato {
    padding-left: 10px;
}
footer ul.contato li a span {
    text-transform: none;
    text-decoration: none;
}
footer ul.contato li a:hover span {
    text-decoration: underline !important;
}
footer ul.social li a:hover {
    color: #ff5500 !important;
}
footer ul.menu li,
footer .menu ul li {
    font-size: 14px;
    display: block;
    margin: 0 0 10px;
}
footer ul.menu li a:hover,
footer .menu ul li a:hover {
    text-decoration: underline !important;
}
footer .col-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 60px 0 0;
}
footer .col-social h5 {
    margin: 0;
}
@media (max-width: 767px) {
    footer .col-social {
        flex-flow: column;
        justify-content: center;
    }
    footer .col-social h5 {
        text-align: center;
        margin-bottom: 15px;
    }
}
footer hr {
    border-color: #ffffff;
    opacity: 0.1;
    margin-top: 80px;
}
footer .menu-politicas-container ul li a {
    font-size: 12px;
    text-decoration: none !important;
}
footer .menu-politicas-container ul li a:hover {
    text-decoration: underline !important;
}
footer .menu-politicas-container ul li + li {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
    footer .menu-politicas-container ul li a {
        text-decoration: underline !important;
    }
    footer .menu-politicas-container ul li a:hover {
        text-decoration: none !important;
    }
    footer .menu-politicas-container ul li + li {
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
    }
}
footer .copy {
    font-size: 14px;
    color: #757575;
}
footer .top-footer {
    margin-bottom: 80px;
}
footer .top-footer hr {
    margin: 0;
}
@media (max-width: 991px) {
    footer .row .row > * {
        margin-top: 50px;
    }
    footer hr {
        margin-top: 60px;
    }
    footer .top-footer {
        margin-bottom: 60px;
    }
}
footer.rodape_claro {
    background: transparent;
    color: #292929;
}
footer.rodape_claro .logo-col svg .letras * {
    fill: #292929;
}
footer.rodape_claro hr {
    border-color: #d9d9d9;
    opacity: 1;
}
/*END // FOOTER*/
.wrap-vid {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 0 30px 0;
}
.video-container:after {
    padding-top: 56.25%;
    display: block;
    content: "";
    transition: all 0.4s ease;
}
.video-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    transition: all 0.4s ease;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px !important;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    transition: all 0.4s ease;
}
@media (max-width: 767px) {
    .video-container i {
        width: 50px;
        height: 50px;
        border-width: 2px;
        font-size: 20px !important;
    }
}
.video-container:hover i {
    border-color: #ffffff;
    color: #ffffff;
}
.video-container:hover:before {
    opacity: 0.3;
}
.vc_section#nosso-jeito {
    background: #292929;
    padding-bottom: 0 !important;
    color: #ffffff;
}
.vc_section#nosso-jeito h1 {
    color: #ffffff;
}
.vc_section#nosso-jeito h2 em {
    line-height: 1;
    margin-top: -25px;
    font-size: 54px;
    padding-right: 20%;
}
@media (max-width: 991px) {
    .vc_section#nosso-jeito h2 em {
        font-size: 46px;
        padding-right: 0;
		line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .vc_section#nosso-jeito > .vc_row:nth-child(2) .wpb_column + .wpb_column {
        margin-top: 40px !important;
    }
}
.nosso_jeito {
    position: relative;
}
.nosso_jeito .coracao {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    width: 360px;
    height: 241px;
}
.nosso_jeito .coracao svg {
    width: 100%;
    height: auto;
}
@media (max-width: 1199px) {
    .nosso_jeito .coracao {
        width: 185px;
        height: 153px;
        top: -45px;
    }
}
@media (max-width: 767px) {
    .nosso_jeito .coracao {
        top: 0px;
        transform: translateX(-50%);
    }
}
@media (max-width: 575px) {
    .nosso_jeito .coracao {
        transform: translateX(-30%);
    }
}
.single_jeito {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    position: relative;
}
.single_jeito h5 {
    text-transform: none;
    display: none;
    line-height: 1;
    margin: 0;
}
.single_jeito h5 em {
    text-transform: none;
    font-weight: normal;
    font-family: "Luminaire Script", sans-serif;
    font-size: 40px;
    color: #ffffff;
    display: inline-block;
    margin-top: -15px;
}
.single_jeito h5 em + br + em {
/*     margin-left: 120px; */
}
.single_jeito h5 em + br + em + br + em {
/*     margin-left: 240px; */
}
.single_jeito .ttl {
    margin-top: 80px;
    margin-left: 145px;
    width: calc(50% - 145px);
    background: #000000;
    position: relative;
    padding: 45px;
}
.single_jeito .ttl h4 {
    color: #ff5500;
    font-size: 38px;
    line-height: 1.4;
}
.single_jeito .ttl h5 {
    display: block;
/*     position: absolute; */
/*     left: -145px; */
/*     bottom: 0; */
/*     transform: translateY(115%); */
	text-align: left;
}
.single_jeito .owl-jeito {
    width: 50%;
}
.single_jeito .owl-jeito .img {
    width: 100%;
    padding-top: 110%;
    background-size: cover;
    background-position: center;
}
.single_jeito .owl-jeito.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    position: absolute !important;
    width: 50% !important;
    bottom: 30px !important;
    padding-right: 30px !important;
    transform: translateX(-100%);
}
.single_jeito .owl-jeito.owl-carousel .owl-nav button {
    position: static !important;
    top: 0 !important;
    transform: translateY(0%) !important;
}
.single_jeito .owl-jeito.owl-carousel .owl-nav button svg * {
    fill: #ffffff !important;
}
.single_jeito .owl-jeito.owl-carousel .owl-nav button.owl-next {
    right: auto !important;
    margin-left: 10px !important;
}
.single_jeito .owl-jeito.owl-carousel .owl-nav button.owl-prev {
    left: auto !important;
}
.single_jeito .owl-jeito.owl-carousel .owl-nav button:hover svg * {
    fill: #ff5500 !important;
}
.single_jeito .owl-jeito.owl-carousel .owl-nav.disabled {
    display: none !important;
}
@media (max-width: 1399px) {
    .single_jeito .owl-jeito .img {
        padding-top: 135%;
    }
}
@media (max-width: 1199px) {
    .single_jeito h5 em {
        font-size: 46px;
/*         margin-top: -10px; */
    }
    .single_jeito h5 em + br + em {
/*         margin-left: 100px; */
    }
    .single_jeito h5 em + br + em + br + em {
/*         margin-left: 200px; */
    }
    .single_jeito .ttl {
        margin-left: 0;
        width: 50%;
    }
    .single_jeito .ttl h4 {
        font-size: 32px;
    }
    .single_jeito .ttl h5 {
        left: 0;
    }
}
@media (max-width: 991px) {
    .single_jeito h5 {
        display: block;
/*         margin-left: 50%; */
/*         margin-bottom: 40px; */
        margin-top: 15px;
/*         transform: translateX(-50%); */
    }
    .single_jeito .ttl {
        width: 70%;
        margin-left: 15%;
    }
    .single_jeito .ttl h5 {
		margin-top: 15px;
/*         display: none; */
    }
    .single_jeito .owl-jeito {
        width: 70%;
        margin-left: 15%;
    }
    .single_jeito .owl-jeito.owl-carousel .owl-nav {
        justify-content: center !important;
        position: static !important;
        width: 100% !important;
        bottom: auto !important;
        padding-right: 0 !important;
        transform: translateX(0) !important;
        margin: 15px 0 0 0 !important;
    }
}
@media (max-width: 767px) {
    .single_jeito .owl-jeito,
    .single_jeito .ttl {
        width: 100%;
        margin-left: 0%;
    }
    .single_jeito .owl-jeito h4,
    .single_jeito .ttl h4 {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
    .single_jeito .ttl {
        padding: 32px;
    }
}
#ser-mi.vc_section > .vc_row .vc_row {
    padding: 0 10%;
}
#ser-mi.vc_section > .vc_row .vc_row h4 em {
    font-size: 54px;
    margin-top: 0;
    line-height: 1.2;
}
#ser-mi.vc_section > .vc_row .vc_row:nth-child(3) h4 em {
    color: #292929;
    position: relative;
}
#ser-mi.vc_section > .vc_row .vc_row:nth-child(3) h4 em:before {
    content: "”";
    color: #ff5500;
    font-size: 260px;
    position: absolute;
    top: 0;
    left: -100px;
    line-height: 0.85;
}
#ser-mi.vc_section > .vc_row .vc_row:nth-child(4) .wpb_text_column {
    background: #000000;
    padding: 30px 40px;
}
#ser-mi.vc_section > .vc_row .vc_row:nth-child(4) .wpb_text_column h5 {
    font-family: "Monstar", sans-serif;
    font-size: 38px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: normal;
}
@media (max-width: 1199px) {
    #ser-mi.vc_section > .vc_row .vc_row {
        padding: 0;
    }
    #ser-mi.vc_section > .vc_row .vc_row:nth-child(3) h4 em {
        font-size: 50px;
        margin-left: 70px;
    }
    #ser-mi.vc_section > .vc_row .vc_row:nth-child(3) h4 em:before {
        left: -90px;
        font-size: 220px;
    }
    #ser-mi.vc_section > .vc_row .vc_row:nth-child(4) .wpb_text_column h5 {
        font-size: 34px;
    }
}
@media (max-width: 767px) {
    #ser-mi.vc_section > .vc_row .vc_row:nth-child(3) h4 em {
        font-size: 54px;
        margin-left: 0;
        line-height: 1;
    }
    #ser-mi.vc_section > .vc_row .vc_row:nth-child(3) h4 em:before {
        display: none;
    }
}
@media (max-width: 575px) {
    #ser-mi.vc_section > .vc_row .vc_row h4 em {
        font-size: 46px;
    }
    #ser-mi.vc_section > .vc_row .vc_row:nth-child(1) > *:nth-child(1) img {
        width: 100% !important;
        max-width: 450px !important;
        min-width: 450px !important;
        margin-left: 50% !important;
        transform: translateX(-50%) !important;
    }
}
#missao_visao.vc_section .vc_row .vc_row > * {
    margin-top: 40px !important;
}
#missao_visao.vc_section .vc_row .vc_row .wpb_text_column {
    padding-left: 50px;
}
#missao_visao.vc_section .vc_row .vc_row .wpb_text_column h4 {
    margin: 0 0 0 -50px;
}
#missao_visao.vc_section .vc_row .vc_row .wpb_text_column h4 em {
    margin: 0;
    line-height: 1.2;
}
@media (max-width: 767px) {
    #missao_visao.vc_section .vc_row .vc_row .wpb_text_column {
        padding-left: 0;
    }
    #missao_visao.vc_section .vc_row .vc_row .wpb_text_column h4 {
        margin-left: 0;
    }
}
#responsabilidade.vc_section {
    background: #292929;
    color: #ffffff;
}
#responsabilidade.vc_section h3 {
    color: #ffffff;
}
#responsabilidade.vc_section h3 em {
    margin-left: 425px;
}
@media (max-width: 991px) {
    #responsabilidade.vc_section h3 em {
        margin-left: 200px;
    }
}
@media (max-width: 767px) {
    #responsabilidade.vc_section h3 em {
        margin-left: 100px;
    }
}
@media (max-width: 575px) {
    #responsabilidade.vc_section h3 {
        font-size: 32px;
    }
    #responsabilidade.vc_section h3 em {
        font-size: 54px;
        margin-left: 40px;
    }
}
@media (max-width: 374px) {
    #responsabilidade.vc_section h3 em {
        margin-left: 10px;
    }
}
#responsabilidade.vc_section h4 em {
    font-size: 40px;
    margin: 0;
    line-height: 1;
}
#responsabilidade.vc_section .vc_row .vc_row > * {
    margin-top: 40px !important;
}
#responsabilidade.vc_section .vc_row .vc_row + .wpb_single_image {
    pointer-events: none;
    margin-top: -135px !important;
}
@media (max-width: 767px) {
    #responsabilidade.vc_section .vc_row .vc_row + .wpb_single_image {
        width: 100vw;
        margin-left: 50% !important;
        transform: translateX(-50%);
        opacity: 0.4;
        position: absolute;
        margin-top: 0 !important;
        bottom: -80px;
    }
}
@media (max-width: 767px) {
    #responsabilidade.vc_section {
        padding-bottom: 100px !important;
    }
}
#nosso_time.vc_section h3 em {
    margin-left: 120px;
}
@media (max-width: 767px) {
    #nosso_time.vc_section h3 em {
        margin-left: 60px;
    }
}
.owl-time .owl-stage-outer {
    overflow: visible !important;
}
.owl-time .owl-stage {
    display: flex;
    flex-flow: wrap;
}
.owl-time .owl-stage .owl-item {
    display: flex;
    opacity: 0.1;
    transition: all 0.4s ease;
}
.owl-time .owl-stage .owl-item.active {
    opacity: 1;
}
@media (max-width: 767px) {
    .owl-time .owl-stage .owl-item {
        opacity: 1;
    }
}
@media (max-width: 575px) {
    .owl-time .owl-stage {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.owl-time.owl-carousel {
    margin-top: 30px !important;
}
.owl-time.owl-carousel .owl-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 40px 0 0 0 !important;
}
.owl-time.owl-carousel .owl-nav button {
    position: static !important;
    top: 0 !important;
    transform: translateY(0%) !important;
}
.owl-time.owl-carousel .owl-nav button.owl-next {
    right: auto !important;
    margin-left: 10px !important;
}
.owl-time.owl-carousel .owl-nav button.owl-prev {
    left: auto !important;
}
.owl-time.owl-carousel .owl-nav.disabled {
    display: none !important;
}
@media (max-width: 575px) {
    .owl-time.owl-carousel {
        margin-top: 0 !important;
    }
}
.owl-time .single_time {
    width: 100%;
    display: block;
}
.owl-time .single_time .img {
    width: 100%;
    padding-top: 120%;
    background-color: #333333;
    background-size: cover;
    background-position: center;
}
.owl-time .single_time h5 {
    margin: 15px 0 0 0;
    width: 100%;
    display: block;
    font-size: 24px;
    font-family: "Geomanist", sans-serif;
    font-weight: normal;
    color: #333333;
    text-transform: none;
}
#encontre-escritorio.vc_section {
    padding-bottom: 0 !important;
}
#encontre-escritorio.vc_section h2 {
    color: #ff5500;
}
#encontre-escritorio.vc_section form.searchandfilter {
    margin: 70px 0 40px;
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    #encontre-escritorio.vc_section form.searchandfilter {
        margin: 30px 0 40px;
    }
}
@media (max-width: 575px) {
    #encontre-escritorio.vc_section {
        padding-top: 0px !important;
    }
    #encontre-escritorio.vc_section h2.h4 {
        font-size: 32px;
    }
    #encontre-escritorio.vc_section form.searchandfilter {
        margin: 30px 0 40px;
    }
}
.wp-pagenavi {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi > * {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin: 0 5px;
}
.wp-pagenavi > *.previouspostslink,
.wp-pagenavi > *.nextpostslink {
    font-size: 26px;
    padding-bottom: 10px;
}
.wp-pagenavi > span {
    border-color: #ff5500;
    color: #ff5500;
}
.wp-pagenavi > a:hover {
    border-color: #ff5500;
}
.select2-container {
    z-index: 99999999999;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9;
    height: 48px;
    border-radius: 0px;
    background: transparent !important;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 48px;
    line-height: 48px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 6px;
    height: 6px;
    border: 1px solid #ff5500;
    transform: rotate(45deg);
    margin-left: -5px !important;
    border-top: 0;
    border-left: 0;
    transition: all 0.4s ease;
}
.select2-container--default .select2-results__option {
    padding: 6px 10px;
    position: relative;
}
.select2-container--default .select2-search {
    display: none !important;
}
.select2-container--default .select2-dropdown {
    border: 1px solid #d9d9d9;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-radius: 0 !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    width: 6px;
    height: 6px;
    border: 1px solid #ff5500;
    transform: rotate(-135deg);
    margin-left: -5px !important;
    border-top: 0;
    border-left: 0;
}
.select2-container--default .select2-results__option--selected {
    background: #ff5500;
    color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #ff5500;
    color: #ffffff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #292929;
}
form.searchandfilter {
    background: #ffffff;
    padding: 24px 0 24px 24px;
    box-shadow: 0px 8px 36px rgba(196, 196, 196, 0.5);
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
form.searchandfilter select.sf-input-select {
    min-width: 100%;
}
form.searchandfilter > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}
form.searchandfilter > ul > li {
    list-style: none;
    display: block;
    padding: 0 24px 0 0;
    position: relative;
}
form.searchandfilter > ul > li input {
    border: 1px solid #d9d9d9;
    height: 48px;
    padding: 0 0 0 15px;
    border-radius: 0;
    width: 100%;
    background: url(images/search.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}
form.searchandfilter > ul > li.sf-field-taxonomy-cidade,
form.searchandfilter > ul > li.sf-field-taxonomy-estado {
    width: calc(50% - 214px);
}
form.searchandfilter > ul > li.sf-field-search,
form.searchandfilter > ul > li.sf-field-search + li.sf-field-taxonomy-estado,
form.searchandfilter > ul > li.sf-field-post-meta-segmento {
    width: calc(33.333333% - 143px);
}
form.searchandfilter > ul > li.sf-field-search {
    display: flex;
    flex-flow: row;
}
form.searchandfilter > ul > li.sf-field-search input {
    padding-right: 50px;
}
form.searchandfilter > ul > li.sf-field-search label {
    width: 100%;
}
form.searchandfilter > ul > li.sf-field-search:after {
    content: "ou";
    line-height: 48px;
    margin-left: 24px;
    color: #333333;
    opacity: 0.5;
}
form.searchandfilter > ul > li.sf-field-reset,
form.searchandfilter > ul > li.sf-field-submit {
    width: auto !important;
}
form.searchandfilter > ul > li.sf-field-reset > *,
form.searchandfilter > ul > li.sf-field-submit > * {
    width: 190px !important;
    height: 48px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
form.searchandfilter > ul > li.sf-field-reset > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media (max-width: 1399px) {
    form.searchandfilter > ul > li.sf-field-taxonomy-cidade,
    form.searchandfilter > ul > li.sf-field-taxonomy-estado {
        width: calc(50% - 144px);
    }
    form.searchandfilter > ul > li.sf-field-search,
    form.searchandfilter > ul > li.sf-field-search + li.sf-field-taxonomy-estado,
    form.searchandfilter > ul > li.sf-field-post-meta-segmento {
        width: calc(33.333333% - 96px);
    }
    form.searchandfilter > ul > li.sf-field-reset > *,
    form.searchandfilter > ul > li.sf-field-submit > * {
        width: 120px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 575px) {
    form.searchandfilter > ul > li.sf-field-taxonomy-cidade,
    form.searchandfilter > ul > li.sf-field-taxonomy-estado,
    form.searchandfilter > ul > li.sf-field-search,
    form.searchandfilter > ul > li.sf-field-search + li.sf-field-taxonomy-estado,
    form.searchandfilter > ul > li.sf-field-post-meta-segmento,
    form.searchandfilter > ul > li.sf-field-search,
    form.searchandfilter > ul > li.sf-field-reset,
    form.searchandfilter > ul > li.sf-field-submit,
    form.searchandfilter > ul > li.sf-field-reset,
    form.searchandfilter > ul > li.sf-field-submit {
        width: 100% !important;
    }
}
@media (max-width: 1199px) {
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-search,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-search {
        width: 55%;
        margin-bottom: 20px;
    }
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-taxonomy-estado,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-taxonomy-estado {
        width: 45%;
        margin-bottom: 20px;
    }
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-post-meta-segmento,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-post-meta-segmento {
        width: calc(100% - 288px);
    }
}
@media (max-width: 1199px) and (max-width: 767px) {
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-search,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-search,
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-reset,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-reset,
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-submit,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-submit,
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-search,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-search,
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-taxonomy-estado,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-taxonomy-estado,
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-post-meta-segmento,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-post-meta-segmento {
        width: 100% !important;
        margin-bottom: 16px !important;
    }
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-search,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-search {
        flex-flow: column;
        margin-bottom: 0 !important;
    }
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-search label,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-search label,
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-search:after,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-search:after {
        width: 100%;
    }
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-search:after,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-search:after {
        text-align: center;
        margin-left: 0;
    }
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-reset,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-reset {
        margin-bottom: 0 !important;
    }
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-reset > *,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-reset > *,
    body.post-type-archive-advogado form.searchandfilter > ul > li.sf-field-submit > *,
    body.page-id-70 form.searchandfilter > ul > li.sf-field-submit > * {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    body.page-id-69 form.searchandfilter > ul > li.sf-field-taxonomy-cidade,
    body.page-id-69 form.searchandfilter > ul > li.sf-field-taxonomy-estado {
        width: 50%;
        margin-bottom: 24px;
    }
    body.page-id-69 form.searchandfilter > ul > li.sf-field-reset,
    body.page-id-69 form.searchandfilter > ul > li.sf-field-submit {
        width: 50% !important;
    }
    body.page-id-69 form.searchandfilter > ul > li.sf-field-reset > *,
    body.page-id-69 form.searchandfilter > ul > li.sf-field-submit > * {
        width: 100% !important;
    }
}
@media (max-width: 991px) and (max-width: 575px) {
    body.page-id-69 form.searchandfilter > ul > li.sf-field-taxonomy-cidade,
    body.page-id-69 form.searchandfilter > ul > li.sf-field-taxonomy-estado,
    body.page-id-69 form.searchandfilter > ul > li.sf-field-reset,
    body.page-id-69 form.searchandfilter > ul > li.sf-field-submit {
        width: 100% !important;
        margin-bottom: 16px !important;
    }
    body.page-id-69 form.searchandfilter > ul > li.sf-field-reset {
        order: 4;
        margin-bottom: 0 !important;
    }
    body.page-id-69 form.searchandfilter > ul > li.sf-field-submit {
        order: 3;
    }
}
#nosso-time-page.vc_section {
    padding-bottom: 0px !important;
}
#nosso-time-page.vc_section .ttl-row {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
#nosso-time-page.vc_section .ttl-row .wpb_text_column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#nosso-time-page.vc_section .ttl-row .wpb_text_column p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}
#nosso-time-page.vc_section .ttl-row .wpb_text_column p strong {
    color: #333333;
    opacity: 0.5;
    font-weight: normal;
    margin: 0 15px 0 0;
}
#nosso-time-page.vc_section .ttl-row .wpb_text_column p img {
    height: 40px;
    width: auto;
}
#nosso-time-page.vc_section .ttl-row .wpb_text_column ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#nosso-time-page.vc_section .ttl-row .wpb_text_column ul li + li {
    margin-left: -8px;
}
#nosso-time-page.vc_section .ttl-row .wpb_text_column ul .img {
    font-size: 0;
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    border: 2px solid #ffffff;
    border-radius: 30px;
}
@media (max-width: 767px) {
    #nosso-time-page.vc_section .ttl-row > * {
        width: 100% !important;
    }
    #nosso-time-page.vc_section .ttl-row > * + * {
        margin-top: 10px !important;
    }
}
@media (max-width: 575px) {
    #nosso-time-page.vc_section .ttl-row .wpb_text_column {
        justify-content: flex-start !important;
        flex-flow: column !important;
        align-items: flex-start !important;
    }
    #nosso-time-page.vc_section .ttl-row .wpb_text_column ul {
        margin-top: 5px;
    }
    #nosso-time-page.vc_section .ttl-row .h4 {
        font-size: 32px;
    }
}
#nosso-time-page.vc_section .search-filter-results > h3 {
    margin-top: 60px !important;
}
#conteudo-expertise.vc_section {
    background: #292929;
    color: #ffffff;
}
#conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(1) {
    padding-left: 105px;
    padding-right: 50px;
}
#conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(1) h2 {
    margin-left: -105px;
    margin-bottom: 40px;
}
@media (max-width: 1399px) {
    #conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(1) {
        padding-left: 65px;
    }
    #conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(1) h2 {
        margin-left: -65px;
    }
}
@media (max-width: 991px) {
    #conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
    }
    #conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(1) h2 {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(1) h2.h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
#conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(2) h2 {
    margin-bottom: 25px !important;
}
#conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(2) .wpcf7-form .row > * {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(2) .wpcf7-form .vc_btn3-container {
    justify-content: flex-start !important;
}
@media (max-width: 767px) {
    #conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(2) {
        margin-top: 80px !important;
    }
    #conteudo-expertise.vc_section > .vc_row:nth-child(1) > *:nth-child(2) h2 {
        font-size: 32px !important;
        margin-bottom: 5px !important;
    }
}
#conteudo-expertise.vc_section > .vc_row:nth-child(2) > *:nth-child(1) {
    padding-left: 105px;
    padding-right: 105px;
}
#conteudo-expertise.vc_section > .vc_row:nth-child(2) > *:nth-child(1) h2 {
    margin-left: -105px;
}
@media (max-width: 1399px) {
    #conteudo-expertise.vc_section > .vc_row:nth-child(2) > *:nth-child(1) {
        padding-left: 65px;
        padding-right: 65px;
    }
    #conteudo-expertise.vc_section > .vc_row:nth-child(2) > *:nth-child(1) h2 {
        margin-left: -65px;
    }
}
@media (max-width: 991px) {
    #conteudo-expertise.vc_section > .vc_row:nth-child(2) > *:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
    }
    #conteudo-expertise.vc_section > .vc_row:nth-child(2) > *:nth-child(1) h2 {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    #conteudo-expertise.vc_section > .vc_row:nth-child(2) > *:nth-child(1) h2 {
        font-size: 32px !important;
        margin-bottom: 5px !important;
    }
}
@media (max-width: 767px) {
    #conteudo-expertise.vc_section > .vc_row:nth-child(2) {
        margin-top: 80px !important;
    }
}
#conteudo-expertise.vc_section > .vc_row:nth-child(2) .vc_tta-container {
    margin: 40px 0 0 0 !important;
}
#conteudo-expertise.vc_section
    > .vc_row:nth-child(2)
    .vc_tta-container
    .vc_tta-accordion
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading {
    background: transparent !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
#conteudo-expertise.vc_section
    > .vc_row:nth-child(2)
    .vc_tta-container
    .vc_tta-accordion
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    h3 {
    font-family: "Geomanist", sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
#conteudo-expertise.vc_section
    > .vc_row:nth-child(2)
    .vc_tta-container
    .vc_tta-accordion
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    h3
    a {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    padding-left: 0 !important;
}
#conteudo-expertise.vc_section
    > .vc_row:nth-child(2)
    .vc_tta-container
    .vc_tta-accordion
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    h3
    a
    i {
    color: #ff5500 !important;
}
#conteudo-expertise.vc_section
    > .vc_row:nth-child(2)
    .vc_tta-container
    .vc_tta-accordion
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-heading
    h3
    a
    i:before {
    border-color: #ff5500 !important;
}
#conteudo-expertise.vc_section
    > .vc_row:nth-child(2)
    .vc_tta-container
    .vc_tta-accordion
    .vc_tta-panels
    .vc_tta-panel
    .vc_tta-panel-body {
    padding: 0 0 24px !important;
}
#conteudo-expertise.vc_section
    > .vc_row:nth-child(2)
    .vc_tta-container
    .vc_tta-accordion
    .vc_tta-panels
    .vc_tta-panel:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
@media (max-width: 575px) {
    #conteudo-expertise.vc_section + .vc_section .ttl-row h4 {
        font-size: 32px;
    }
}
.vc_section#novidades-destaque .h3 em,
.vc_section#novidades-destaque h3 em {
    margin-left: 210px;
}
.vc_section#novidades-destaque .h3.midia em,
.vc_section#novidades-destaque h3.midia em {
    margin-left: 120px;
    margin-top: -50px;
}
@media (max-width: 991px) {
    .vc_section#novidades-destaque .h3.midia em,
    .vc_section#novidades-destaque h3.midia em {
        margin-left: 30px;
        margin-top: -40px;
    }
}
@media (max-width: 575px) {
    .vc_section#novidades-destaque .h3.midia em,
    .vc_section#novidades-destaque h3.midia em {
        font-size: 54px;
        margin-top: -30px;
    }
}
@media (max-width: 374px) {
    .vc_section#novidades-destaque .h3.midia em,
    .vc_section#novidades-destaque h3.midia em {
        font-size: 46px;
        margin-left: 10px;
    }
}
@media (max-width: 991px) {
    .vc_section#novidades-destaque .h3 em,
    .vc_section#novidades-destaque h3 em {
        margin-left: 110px;
    }
}
body.page-id-349 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
body.page-id-74 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
body.category .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
body.blog .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
body.page-id-36 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row,
body.page-id-74 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row,
body.category .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row,
body.blog .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row,
body.page-id-36 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row {
    flex-flow: row;
}
body.page-id-349 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(1),
body.page-id-74 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(1),
body.category .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(1),
body.blog .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(1),
body.page-id-36 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(1),
body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1),
body.page-id-74 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1),
body.category .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1),
body.blog .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1),
body.page-id-36 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1) {
    width: 470px !important;
}
body.page-id-349 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
body.page-id-74 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
body.category .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
body.blog .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
body.page-id-36 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
body.page-id-74 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
body.category .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
body.blog .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
body.page-id-36 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2) {
    width: calc(100% - 550px) !important;
}
@media (max-width: 11999px) {
    body.page-id-349
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(2),
    body.page-id-74
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(2),
    body.category .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
    body.blog .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
    body.page-id-36
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(2),
    body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
    body.page-id-74 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
    body.category .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
    body.blog .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
    body.page-id-36 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2) {
        width: calc(100% - 500px) !important;
    }
}
@media (max-width: 991px) {
    body.page-id-349 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
    body.page-id-74 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
    body.category .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
    body.blog .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
    body.page-id-36 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
    body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row,
    body.page-id-74 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row,
    body.category .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row,
    body.blog .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row,
    body.page-id-36 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row {
        flex-flow: wrap;
    }
    body.page-id-349
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(1),
    body.page-id-74
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(1),
    body.category .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(1),
    body.blog .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(1),
    body.page-id-36
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(1),
    body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1),
    body.page-id-74 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1),
    body.category .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1),
    body.blog .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1),
    body.page-id-36 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1) {
        width: 100% !important;
    }
    body.page-id-349
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(2),
    body.page-id-74
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(2),
    body.category .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
    body.blog .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
    body.page-id-36
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(2),
    body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
    body.page-id-74 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
    body.category .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
    body.blog .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2),
    body.page-id-36 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2) {
        width: 100% !important;
        margin-top: 20px !important;
    }
}
body.page-id-349 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
body.page-id-74 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
body.category .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
body.blog .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
body.page-id-36 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) {
    width: 100%;
    justify-content: space-between;
}
body.page-id-349 form.searchandfilter,
body.page-id-74 form.searchandfilter,
body.category form.searchandfilter,
body.blog form.searchandfilter,
body.page-id-36 form.searchandfilter {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 0 24px !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search,
body.category form.searchandfilter > ul > li.sf-field-search,
body.blog form.searchandfilter > ul > li.sf-field-search,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search {
    width: calc(100% - 160px) !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search:after,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search:after,
body.category form.searchandfilter > ul > li.sf-field-search:after,
body.blog form.searchandfilter > ul > li.sf-field-search:after,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search:after {
    display: none;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search label,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search label,
body.category form.searchandfilter > ul > li.sf-field-search label,
body.blog form.searchandfilter > ul > li.sf-field-search label,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search label:after,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search label:after,
body.category form.searchandfilter > ul > li.sf-field-search label:after,
body.blog form.searchandfilter > ul > li.sf-field-search label:after,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search label:after {
    position: absolute;
    content: "Tecle ENTER para pesquisar";
    font-size: 12px;
    bottom: -25px;
    text-align: right;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease;
    line-height: 20px;
    margin: 0;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search label.focus:after,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search label.focus:after,
body.category form.searchandfilter > ul > li.sf-field-search label.focus:after,
body.blog form.searchandfilter > ul > li.sf-field-search label.focus:after,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search label.focus:after {
    opacity: 1;
}
@media (max-width: 991px) {
    body.page-id-349 form.searchandfilter > ul > li.sf-field-search label:after,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-search label:after,
    body.category form.searchandfilter > ul > li.sf-field-search label:after,
    body.blog form.searchandfilter > ul > li.sf-field-search label:after,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-search label:after {
        opacity: 1;
    }
}
@media (max-width: 767px) {
    body.page-id-349 form.searchandfilter > ul > li.sf-field-search label:after,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-search label:after,
    body.category form.searchandfilter > ul > li.sf-field-search label:after,
    body.blog form.searchandfilter > ul > li.sf-field-search label:after,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-search label:after {
        display: none !important;
    }
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-category,
body.page-id-74 form.searchandfilter > ul > li.sf-field-category,
body.category form.searchandfilter > ul > li.sf-field-category,
body.blog form.searchandfilter > ul > li.sf-field-category,
body.page-id-36 form.searchandfilter > ul > li.sf-field-category {
    width: 160px !important;
    padding-right: 0 !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input,
body.category form.searchandfilter > ul > li.sf-field-search input,
body.blog form.searchandfilter > ul > li.sf-field-search input,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input {
    width: 48px !important;
    border: 0 !important;
    transition: all 0.4s ease;
    color: transparent !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input::placeholder,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input::placeholder,
body.category form.searchandfilter > ul > li.sf-field-search input::placeholder,
body.blog form.searchandfilter > ul > li.sf-field-search input::placeholder,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input::placeholder {
    color: transparent !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder,
body.category form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder,
body.blog form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder {
    color: transparent !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder,
body.category form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder,
body.blog form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder {
    color: transparent !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input.focus,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input.focus,
body.category form.searchandfilter > ul > li.sf-field-search input.focus,
body.blog form.searchandfilter > ul > li.sf-field-search input.focus,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input.focus,
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input:focus,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input:focus,
body.category form.searchandfilter > ul > li.sf-field-search input:focus,
body.blog form.searchandfilter > ul > li.sf-field-search input:focus,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input:focus {
    width: 100% !important;
    border: 1px solid #d9d9d9 !important;
    color: #000000 !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input.focus::placeholder,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input.focus::placeholder,
body.category form.searchandfilter > ul > li.sf-field-search input.focus::placeholder,
body.blog form.searchandfilter > ul > li.sf-field-search input.focus::placeholder,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input.focus::placeholder,
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input:focus::placeholder,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input:focus::placeholder,
body.category form.searchandfilter > ul > li.sf-field-search input:focus::placeholder,
body.blog form.searchandfilter > ul > li.sf-field-search input:focus::placeholder,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input:focus::placeholder {
    color: #757575 !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input.focus:-ms-input-placeholder,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input.focus:-ms-input-placeholder,
body.category form.searchandfilter > ul > li.sf-field-search input.focus:-ms-input-placeholder,
body.blog form.searchandfilter > ul > li.sf-field-search input.focus:-ms-input-placeholder,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input.focus:-ms-input-placeholder,
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input:focus:-ms-input-placeholder,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input:focus:-ms-input-placeholder,
body.category form.searchandfilter > ul > li.sf-field-search input:focus:-ms-input-placeholder,
body.blog form.searchandfilter > ul > li.sf-field-search input:focus:-ms-input-placeholder,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input:focus:-ms-input-placeholder {
    color: #757575 !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input.focus::-ms-input-placeholder,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input.focus::-ms-input-placeholder,
body.category form.searchandfilter > ul > li.sf-field-search input.focus::-ms-input-placeholder,
body.blog form.searchandfilter > ul > li.sf-field-search input.focus::-ms-input-placeholder,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input.focus::-ms-input-placeholder,
body.page-id-349 form.searchandfilter > ul > li.sf-field-search input:focus::-ms-input-placeholder,
body.page-id-74 form.searchandfilter > ul > li.sf-field-search input:focus::-ms-input-placeholder,
body.category form.searchandfilter > ul > li.sf-field-search input:focus::-ms-input-placeholder,
body.blog form.searchandfilter > ul > li.sf-field-search input:focus::-ms-input-placeholder,
body.page-id-36 form.searchandfilter > ul > li.sf-field-search input:focus::-ms-input-placeholder {
    color: #757575 !important;
}
@media (max-width: 991px) {
    body.page-id-349 form.searchandfilter > ul > li.sf-field-search input,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-search input,
    body.category form.searchandfilter > ul > li.sf-field-search input,
    body.blog form.searchandfilter > ul > li.sf-field-search input,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-search input {
        width: 100% !important;
        border: 1px solid #d9d9d9 !important;
        color: #000000 !important;
    }
    body.page-id-349 form.searchandfilter > ul > li.sf-field-search input::placeholder,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-search input::placeholder,
    body.category form.searchandfilter > ul > li.sf-field-search input::placeholder,
    body.blog form.searchandfilter > ul > li.sf-field-search input::placeholder,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-search input::placeholder {
        color: #757575 !important;
    }
    body.page-id-349 form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder,
    body.category form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder,
    body.blog form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-search input:-ms-input-placeholder {
        color: #757575 !important;
    }
    body.page-id-349 form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder,
    body.category form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder,
    body.blog form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-search input::-ms-input-placeholder {
        color: #757575 !important;
    }
}
@media (max-width: 767px) {
    body.page-id-349 form.searchandfilter > ul > li,
    body.page-id-74 form.searchandfilter > ul > li,
    body.category form.searchandfilter > ul > li,
    body.blog form.searchandfilter > ul > li,
    body.page-id-36 form.searchandfilter > ul > li {
        padding-right: 0 !important;
        margin-bottom: 26px !important;
    }
    body.page-id-349 form.searchandfilter > ul > li.sf-field-post-meta-ano,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-post-meta-ano,
    body.category form.searchandfilter > ul > li.sf-field-post-meta-ano,
    body.blog form.searchandfilter > ul > li.sf-field-post-meta-ano,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-post-meta-ano,
    body.page-id-349 form.searchandfilter > ul > li.sf-field-post-meta-mes,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-post-meta-mes,
    body.category form.searchandfilter > ul > li.sf-field-post-meta-mes,
    body.blog form.searchandfilter > ul > li.sf-field-post-meta-mes,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-post-meta-mes,
    body.page-id-349 form.searchandfilter > ul > li.sf-field-search,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-search,
    body.category form.searchandfilter > ul > li.sf-field-search,
    body.blog form.searchandfilter > ul > li.sf-field-search,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-search,
    body.page-id-349 form.searchandfilter > ul > li.sf-field-category,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-category,
    body.category form.searchandfilter > ul > li.sf-field-category,
    body.blog form.searchandfilter > ul > li.sf-field-category,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-category {
        width: 100% !important;
    }
    body.page-id-349 form.searchandfilter > ul > li.sf-field-search input,
    body.page-id-74 form.searchandfilter > ul > li.sf-field-search input,
    body.category form.searchandfilter > ul > li.sf-field-search input,
    body.blog form.searchandfilter > ul > li.sf-field-search input,
    body.page-id-36 form.searchandfilter > ul > li.sf-field-search input {
        border: 0 !important;
        padding-left: 0 !important;
        border-bottom: 1px solid #5e5e5e !important;
    }
}
body.page-id-349 .select2-container--default .select2-selection--single,
body.page-id-74 .select2-container--default .select2-selection--single,
body.category .select2-container--default .select2-selection--single,
body.blog .select2-container--default .select2-selection--single,
body.page-id-36 .select2-container--default .select2-selection--single {
    border: 0 !important;
}
body.page-id-349 .select2-container--default .select2-dropdown,
body.page-id-74 .select2-container--default .select2-dropdown,
body.category .select2-container--default .select2-dropdown,
body.blog .select2-container--default .select2-dropdown,
body.page-id-36 .select2-container--default .select2-dropdown {
    border: 0 !important;
}
body.page-id-349 .select2-container--default .select2-results__option--highlighted[aria-selected],
body.page-id-74 .select2-container--default .select2-results__option--highlighted[aria-selected],
body.category .select2-container--default .select2-results__option--highlighted[aria-selected],
body.blog .select2-container--default .select2-results__option--highlighted[aria-selected],
body.page-id-36 .select2-container--default .select2-results__option--highlighted[aria-selected],
body.page-id-349 .select2-container--default .select2-results__option--highlighted[data-selected],
body.page-id-74 .select2-container--default .select2-results__option--highlighted[data-selected],
body.category .select2-container--default .select2-results__option--highlighted[data-selected],
body.blog .select2-container--default .select2-results__option--highlighted[data-selected],
body.page-id-36 .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #e5e5e5 !important;
    color: #000000 !important;
}
body.page-id-349 .select2-container--default .select2-results__option[aria-selected="true"],
body.page-id-74 .select2-container--default .select2-results__option[aria-selected="true"],
body.category .select2-container--default .select2-results__option[aria-selected="true"],
body.blog .select2-container--default .select2-results__option[aria-selected="true"],
body.page-id-36 .select2-container--default .select2-results__option[aria-selected="true"] {
    background: #e5e5e5 !important;
}
body.page-id-349 .select2-container--default .select2-results__option,
body.page-id-74 .select2-container--default .select2-results__option,
body.category .select2-container--default .select2-results__option,
body.blog .select2-container--default .select2-results__option,
body.page-id-36 .select2-container--default .select2-results__option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    text-decoration: underline;
}
body.page-id-349 .select2-container--default .select2-results__option:before,
body.page-id-74 .select2-container--default .select2-results__option:before,
body.category .select2-container--default .select2-results__option:before,
body.blog .select2-container--default .select2-results__option:before,
body.page-id-36 .select2-container--default .select2-results__option:before {
    content: "" !important;
    background: url(images/rt.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px !important;
}
@media (max-width: 767px) {
    body.page-id-349 .select2-container--default .select2-dropdown,
    body.page-id-74 .select2-container--default .select2-dropdown,
    body.category .select2-container--default .select2-dropdown,
    body.blog .select2-container--default .select2-dropdown,
    body.page-id-36 .select2-container--default .select2-dropdown,
    body.page-id-349 .select2-container--default .select2-selection--single,
    body.page-id-74 .select2-container--default .select2-selection--single,
    body.category .select2-container--default .select2-selection--single,
    body.blog .select2-container--default .select2-selection--single,
    body.page-id-36 .select2-container--default .select2-selection--single {
        background: #f2f2f2 !important;
    }
    body.page-id-349 .select2-container--default .select2-selection--single .select2-selection__rendered,
    body.page-id-74 .select2-container--default .select2-selection--single .select2-selection__rendered,
    body.category .select2-container--default .select2-selection--single .select2-selection__rendered,
    body.blog .select2-container--default .select2-selection--single .select2-selection__rendered,
    body.page-id-36 .select2-container--default .select2-selection--single .select2-selection__rendered {
        text-transform: uppercase;
    }
}
body.page-id-349 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(1),
body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1) {
    width: 380px !important;
}
body.page-id-349 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1) > *:nth-child(2),
body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2) {
    width: calc(100% - 410px) !important;
}
@media (max-width: 991px) {
    body.page-id-349 .vc_section#novidades-destaque > .container:nth-child(1) > .row.ttl-row:nth-child(1),
    body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row {
        flex-flow: wrap;
    }
    body.page-id-349
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(1),
    body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(1) {
        width: 100% !important;
    }
    body.page-id-349
        .vc_section#novidades-destaque
        > .container:nth-child(1)
        > .row.ttl-row:nth-child(1)
        > *:nth-child(2),
    body.page-id-349 .vc_section#novidades-destaque > .vc_row:nth-child(1) .vc_row.ttl-row > *:nth-child(2) {
        width: 100% !important;
        margin-top: 20px !important;
    }
}
body.page-id-74 form.searchandfilter > ul > li.sf-field-taxonomy-cidade {
    width: 250px;
}
.fancybox-inner,
.fancybox-toolbar {
    color: #ffffff;
}
body.page-id-349 form.searchandfilter > ul,
body.category-saiu-na-midia form.searchandfilter > ul {
    justify-content: flex-end;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-reset,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-reset {
    padding-right: 0 !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-reset > *,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-reset > *,
body.page-id-349 form.searchandfilter > ul > li.sf-field-submit > *,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-submit > * {
    width: 130px !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-reset > *:hover,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-reset > *:hover,
body.page-id-349 form.searchandfilter > ul > li.sf-field-submit > *:hover,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-submit > *:hover {
    text-decoration: underline !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-submit,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-submit {
    padding-right: 0;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-submit > *,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-submit > * {
    background: transparent !important;
    color: #ff5500 !important;
    border: 0 !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-reset > *,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-reset > * {
    color: #000000 !important;
    text-decoration: none !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-post-meta-ano,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-post-meta-ano,
body.page-id-349 form.searchandfilter > ul > li.sf-field-post-meta-mes,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-post-meta-mes {
    width: 190px !important;
}
body.page-id-349 form.searchandfilter > ul > li.sf-field-post-meta-mes,
body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-post-meta-mes {
    padding-right: 0;
}
@media (max-width: 991px) {
    body.page-id-349 form.searchandfilter > ul > li.sf-field-post-meta-ano,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-post-meta-ano,
    body.page-id-349 form.searchandfilter > ul > li.sf-field-post-meta-mes,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-post-meta-mes {
        width: calc(50% - 130px) !important;
    }
}
@media (max-width: 767px) {
    body.page-id-349 form.searchandfilter > ul > li.sf-field-reset,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-reset,
    body.page-id-349 form.searchandfilter > ul > li.sf-field-submit,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-submit,
    body.page-id-349 form.searchandfilter > ul > li.sf-field-post-meta-ano,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-post-meta-ano,
    body.page-id-349 form.searchandfilter > ul > li.sf-field-post-meta-mes,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-post-meta-mes {
        width: 100% !important;
        margin-bottom: 16px !important;
    }
    body.page-id-349 form.searchandfilter > ul > li.sf-field-reset,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-reset {
        margin-bottom: 0 !important;
    }
    body.page-id-349 form.searchandfilter > ul > li.sf-field-reset > *,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-reset > *,
    body.page-id-349 form.searchandfilter > ul > li.sf-field-submit > *,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-submit > * {
        width: 100% !important;
    }
    body.page-id-349 form.searchandfilter > ul > li.sf-field-submit > *,
    body.category-saiu-na-midia form.searchandfilter > ul > li.sf-field-submit > * {
        background: #ff5500 !important;
        color: #ffffff !important;
    }
}
.vc_section.blog-miolo {
    background: #292929;
    color: #ffffff;
}
.vc_section.blog-miolo .row {
    padding-left: 105px;
}
@media (max-width: 1399px) {
    .vc_section.blog-miolo .row {
        padding-left: 65px;
    }
}
@media (max-width: 991px) {
    .vc_section.blog-miolo .row {
        padding-left: 0;
    }
}
.vc_section.blog-miolo .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 35px;
}
.vc_section.blog-miolo .content span.date {
    margin: 0 10px 0 0;
    opacity: 0.5;
    padding-right: 25px;
    border-right: 1px solid #ffffff;
}
.vc_section.blog-miolo .content .vc_btn3-container > * {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-right: 10px !important;
    text-decoration: none !important;
    padding-left: 20px !important;
    background: transparent !important;
    border: 0 !important;
}
.vc_section.blog-miolo .content .vc_btn3-container > * i {
    margin: 0 10px 0 0px !important;
}
.vc_section.blog-miolo .content .vc_btn3-container > * span {
    color: #ffffff !important;
    text-decoration: underline !important;
}
.vc_section.blog-miolo .content .vc_btn3-container > *:hover span {
    text-decoration: none !important;
}
@media (max-width: 575px) {
    .vc_section.blog-miolo .content {
        flex-flow: column;
        align-items: flex-start;
    }
    .vc_section.blog-miolo .content span.date {
        border-right: 0;
        padding-right: 0;
        margin: 0 0 5px;
    }
    .vc_section.blog-miolo .content .vc_btn3-container > * {
        padding-left: 0 !important;
    }
}
.vc_section.blog-miolo h1 {
    font-size: 32px;
    font-family: "Geomanist", sans-serif;
    color: #ffffff;
    padding-left: 15px;
    border-left: 1px solid #ff5500;
    font-weight: 700;
    line-height: 1.2;
    margin: ;
}
@media (max-width: 575px) {
    .vc_section.blog-miolo h1 {
        font-size: 24px;
    }
}
.vc_section.blog-miolo .img {
    width: 100%;
    display: flex;
    flex-flow: column;
}
.vc_section.blog-miolo .img .post-thumbnail {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 20px;
}
.vc_section.blog-miolo .img .post-thumbnail img {
    max-width: 100%;
    height: auto;
}
.vc_section.blog-miolo .img p {
    margin: 0;
}
.vc_section.blog-miolo .share {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    margin: 20px 0;
}
.vc_section.blog-miolo .share .addtoany_shortcode {
    display: flex;
    justify-content: space-between;
}
.vc_section.blog-miolo .share .addtoany_shortcode:before {
    content: "Compartilhe:";
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    margin: 0 10px 0 0;
    color: #ffffff;
    opacity: 0.5;
    font-family: "Geomanist", sans-serif;
    height: 24px;
}
.vc_section.blog-miolo .share .addtoany_shortcode a {
    font-size: inherit !important;
    display: inline-block;
}
.vc_section.blog-miolo .share .addtoany_shortcode > * {
    height: 24px;
}
.vc_section.blog-miolo .share .addtoany_shortcode > * > a {
    height: 24px;
    width: 56px;
    text-align: center;
}
@media (max-width: 575px) {
    .vc_section.blog-miolo .share .addtoany_shortcode {
        flex-flow: column;
        justify-content: center;
    }
    .vc_section.blog-miolo .share .addtoany_shortcode:before {
        width: 100%;
        text-align: center;
    }
    .vc_section.blog-miolo .share .addtoany_shortcode > * {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
}
.vc_section.blog-miolo article {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}
.vc_section.blog-miolo article .tags {
    width: 100%;
    margin-top: 30px;
}
.vc_section.blog-miolo article .tags a {
    margin-left: 10px !important;
    display: inline-block;
}
.vc_section.blog-miolo article .tags:before {
    content: "Tags:";
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
}
.vc_section.blog-miolo article a {
    color: #ff5500 !important;
    font-size: inherit !important;
    text-decoration: underline !important;
}
.vc_section.blog-miolo article a:hover {
    text-decoration: none !important;
}
.vc_section.blog-miolo article h1,
.vc_section.blog-miolo article h2,
.vc_section.blog-miolo article h3,
.vc_section.blog-miolo article h4,
.vc_section.blog-miolo article h5 {
    font-family: "Geomanist", sans-serif;
    text-transform: none;
    font-weight: 700;
    font-size: 22px;
    margin: 2rem 0 0.5rem;
}
.vc_section.blog-miolo article h1:first-child,
.vc_section.blog-miolo article h2:first-child,
.vc_section.blog-miolo article h3:first-child,
.vc_section.blog-miolo article h4:first-child,
.vc_section.blog-miolo article h5:first-child {
    margin-top: 1rem;
}
.vc_section.blog-miolo article h3 {
    font-size: 18px;
}
.vc_section.blog-miolo article h4,
.vc_section.blog-miolo article h5 {
    font-size: 16px;
}
.vc_section.blog-miolo article .alignleft {
    float: left;
    margin: 1rem 1rem 1rem 0;
}
.vc_section.blog-miolo article .alignright {
    float: right;
    margin: 1rem 0 1rem 1rem;
}
@media (max-width: 575px) {
    .vc_section.blog-miolo article .alignright,
    .vc_section.blog-miolo article .alignleft {
        max-width: calc(50% - 1rem);
    }
}
.vc_section.blog-miolo article .aligncenter {
    margin: 1rem 50%;
    transform: translateX(-50%);
}
.vc_section.blog-miolo article ul,
.vc_section.blog-miolo article ol {
    margin-left: 20px;
    margin-bottom: 1rem;
}
.vc_section.blog-miolo article ul li,
.vc_section.blog-miolo article ol li {
    margin-bottom: 0.5rem;
}
.vc_section.blog-miolo article ul li:last-child,
.vc_section.blog-miolo article ol li:last-child {
    margin-bottom: 0;
}
.vc_section.blog-miolo article p + ul,
.vc_section.blog-miolo article p + ol {
    margin-top: -0.5rem;
}
.vc_section.blog-miolo article a {
    text-decoration: underline;
}
.vc_section.blog-miolo article a:hover {
    text-decoration: none;
}
.vc_section.blog-miolo aside {
    padding-left: 60px;
}
.vc_section.blog-miolo aside ul.wp-block-categories-list {
    list-style: none;
}
.vc_section.blog-miolo aside ul.wp-block-categories-list li a {
    padding: 10px 0 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
}
.vc_section.blog-miolo aside ul.wp-block-categories-list li a:before {
    content: "" !important;
    background: url(images/rt.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px !important;
}
.vc_section.blog-miolo aside ul.wp-block-categories-list li a:hover {
    text-decoration: none !important;
}
@media (max-width: 991px) {
    .vc_section.blog-miolo aside {
        display: none;
        padding-left: 0;
        margin-top: 50px;
    }
}
@media (max-width: 575px) {
    .vc_section.relacionada-sec h4 {
        font-size: 32px;
    }
}
.vc_section#galeria {
    color: #ffffff;
    background-color: #292929;
    padding-bottom: 290px !important;
    position: relative;
}
.vc_section#galeria h1 {
    margin-bottom: 56px;
}
.vc_section#galeria h4 {
    font-size: 24px;
}
.vc_section#galeria h1,
.vc_section#galeria h2,
.vc_section#galeria h3,
.vc_section#galeria h4 {
    color: #ffffff;
}
.vc_section#galeria > .vc_row,
.vc_section#galeria > .vc_row > *,
.vc_section#galeria > .vc_row > * > * {
    position: static;
}
.vc_section#galeria .wpb_text_column {
    position: relative;
    z-index: 2;
}
.vc_section#galeria .wpb_single_image {
    position: absolute;
    right: 0;
    width: 60vw;
    bottom: -1px;
    top: -70px;
    overflow: hidden;
    display: flex;
    z-index: 1;
    align-items: flex-end;
}
@media (max-width: 575px) {
    .vc_section#galeria {
        padding-bottom: 0 !important;
    }
    .vc_section#galeria .wpb_single_image {
        margin-top: 40px !important;
        width: 100vw;
        top: auto;
        bottom: auto;
        position: static !important;
    }
}
.vc_section#eventos-e-obras {
    padding-top: 0 !important;
    position: relative;
    z-index: 2;
}
.vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_single_image {
    padding-right: 25%;
    transform: translateY(-50%);
}
.vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_text_column h3 em,
.vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_text_column .h3 em {
    margin-left: 140px;
}
.vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_text_column:nth-child(3) {
    padding-left: 30%;
}
.vc_section#eventos-e-obras > .vc_row > *:nth-child(2) .wpb_single_image {
    padding-left: 35%;
    transform: translateY(-40%);
}
@media (max-width: 1199px) {
    .vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_text_column h3 em,
    .vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_text_column .h3 em {
        margin-left: 60px;
    }
    .vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_text_column:nth-child(3) {
        padding-left: 15%;
    }
}
@media (max-width: 991px) {
    .vc_section#eventos-e-obras > .vc_row > * {
        width: 100%;
    }
    .vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_single_image {
        padding-left: 15%;
        padding-right: 15%;
        transform: translateY(-30%);
    }
    .vc_section#eventos-e-obras > .vc_row > *:nth-child(2) .wpb_single_image {
        padding-left: 15%;
        padding-right: 15%;
        margin-top: 40px !important;
        transform: translateY(0%);
    }
}
@media (max-width: 575px) {
    .vc_section#eventos-e-obras > .vc_row > *:nth-child(2) .wpb_single_image,
    .vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_single_image {
        padding-left: 0;
        padding-right: 0;
    }
    .vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_text_column:nth-child(3) {
        padding-left: 0;
    }
    .vc_section#eventos-e-obras > .vc_row > *:nth-child(1) .wpb_single_image {
        margin: 40px 0 !important;
        transform: translateY(0%);
    }
}
.single_evento {
    width: 100%;
    background-size: cover;
    background-position: center;
}
.single_evento .info {
    padding: 70px 65px;
    width: 40%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}
.single_evento .info h3.h4 {
    margin: 0 0 15px;
}
.single_evento .info * {
    color: #ffffff;
}
.single_evento .info .data {
    opacity: 0.5;
    margin: -10px 0 15px;
    display: block;
}
.single_evento .info .vc_btn3-container {
    margin: 25px 0 0 0 !important;
}
@media (max-width: 1199px) {
    .single_evento .info {
        padding: 70px 65px;
        width: 55%;
    }
}
@media (max-width: 991px) {
    .single_evento .info {
        padding: 40px 35px;
        width: 65%;
    }
}
@media (max-width: 767px) {
    .single_evento .info {
        width: 100%;
    }
    .single_evento .info h3.h4 {
        font-size: 24px;
    }
}
#vem-time.vc_section {
    color: #ffffff;
}
#vem-time.vc_section h1 {
    color: #ffffff;
}
#vem-time.vc_section h3 em {
    font-size: 54px;
    margin-top: 0;
    line-height: 1.2;
}
#vem-time.vc_section > .vc_row .vc_row > *:nth-child(2) .wpb_text_column {
    padding-right: 20%;
    padding-left: 10%;
}
#vem-time.vc_section > .vc_row.no-margin > * {
    position: relative;
    overflow: hidden;
}
#vem-time.vc_section > .vc_row.no-margin > * .vc_row {
    margin-top: 0 !important;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#vem-time.vc_section > .vc_row.no-margin > * .vc_row > * {
    margin-top: 0 !important;
}
#vem-time.vc_section > .vc_row.no-margin > * .vc_row > * > * {
    padding: 0 15% !important;
}
#vem-time.vc_section > .vc_row.no-margin > * .vc_row + * {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease;
    transform: scale(1.5);
}
#vem-time.vc_section > .vc_row.no-margin > * .vc_row .vc_btn3-container > * {
    margin: 20px 0 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #ffffff !important;
}
#vem-time.vc_section > .vc_row.no-margin > * .vc_row .vc_btn3-container > * i {
    margin-left: 0 !important;
    color: #ff5500 !important;
}
#vem-time.vc_section > .vc_row.no-margin > *:hover .vc_row + .vc_row {
    opacity: 1;
    transform: scale(1);
}
@media (max-width: 991px) {
    #vem-time.vc_section > .vc_row h3 em {
        line-height: 1;
    }
    #vem-time.vc_section > .vc_row:nth-child(1) .vc_row {
        flex-flow: wrap;
    }
    #vem-time.vc_section > .vc_row:nth-child(1) .vc_row > * {
        width: 100%;
    }
    #vem-time.vc_section > .vc_row:nth-child(1) .vc_row > *:nth-child(1) {
        margin-top: -10px !important;
    }
    #vem-time.vc_section > .vc_row:nth-child(1) .vc_row > *:nth-child(2) .wpb_text_column {
        padding-left: 0;
        padding-right: 10%;
    }
    #vem-time.vc_section > .vc_row.no-margin > * .vc_row {
        height: 300px;
    }
}
@media (max-width: 767px) {
    #vem-time.vc_section > .vc_row.no-margin > * .vc_row {
        height: 170px;
    }
    #vem-time.vc_section > .vc_row.no-margin > * .vc_row > * {
        margin-top: 0 !important;
    }
    #vem-time.vc_section > .vc_row.no-margin > * .vc_row > * > * {
        padding: 0 calc(50% - 255px) !important;
    }
    #vem-time.vc_section > .vc_row.no-margin > * .vc_row > * > * h2 {
        text-align: left !important;
    }
    #vem-time.vc_section > .vc_row.no-margin > * .vc_row > * > * .vc_btn3-container.vc_btn3-right {
        justify-content: flex-start !important;
    }
}
@media (max-width: 575px) {
    #vem-time.vc_section > .vc_row.no-margin > * .vc_row > * > * {
        padding: 0 15px !important;
    }
}
#cases-integrantes h3 em {
    margin-left: 260px;
}
@media (max-width: 991px) {
    #cases-integrantes h3 em {
        margin-left: 130px;
    }
}
.single_cases {
    width: 100%;
    padding: 0 10%;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
}
.single_cases .thumb {
    width: 30%;
}
.single_cases .thumb img {
    max-width: 100%;
    height: auto;
}
.single_cases .thumb p {
    display: none;
}
.single_cases .info {
    width: 70%;
}
.single_cases .info h4 {
    padding: 40px 0 0 40px;
}
.single_cases .info h4 em {
    font-size: 54px;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.single_cases .info h4 + p {
    margin: 30px 0 0 70px;
    font-size: 24px;
}
@media (max-width: 991px) {
    .single_cases .info h4 em {
        font-size: 48px;
        line-height: 1;
    }
    .single_cases .info h4 + p {
        margin: 30px 0 0 40px;
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .single_cases {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .single_cases {
        padding: 0;
    }
    .single_cases .thumb {
        width: 30%;
    }
    .single_cases .thumb p {
        display: block;
        font-size: 18px;
        margin: 10px 0 0 0;
    }
    .single_cases .info h4 em {
        font-size: 42px;
    }
    .single_cases .info h4 + p {
        display: none;
    }
}
@media (max-width: 575px) {
    .single_cases {
        padding: 0;
        display: flex;
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 25px;
    }
    .single_cases .thumb {
        width: 100%;
        max-width: 400px;
        margin-top: 30px;
    }
    .single_cases .thumb p {
        font-size: 24px;
    }
    .single_cases .info {
        width: 100%;
        max-width: 400px;
    }
    .single_cases .info h4 {
        margin: 0;
        padding: 0;
    }
}
#vamos-conversar.vc_section > .vc_row .vc_row h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 25px;
}
#vamos-conversar.vc_section > .vc_row .vc_row h3 + h2 {
    margin-top: 80px;
}
#vamos-conversar.vc_section > .vc_row .vc_row h2 {
    font-size: 32px;
    color: #ff5500;
    font-family: "Geomanist", sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
#vamos-conversar.vc_section > .vc_row .vc_row > * {
    padding: 0 8%;
}
@media (max-width: 991px) {
    #vamos-conversar.vc_section > .vc_row .vc_row > * {
        padding: 0;
    }
}
#vamos-conversar.vc_section > .vc_row .vc_row > * + * {
    border-left: 1px solid #d9d9d9;
}
.myFancyBox .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}
.myFancyBox .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
.lista-galerias {
    width: 100%;
    position: fixed;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    display: none;
}
.lista-galerias.active {
    display: block;
}
.lista-galerias img {
    max-width: 100%;
    height: auto;
}
.lista-galerias .galeria-single {
    display: flex;
    flex-flow: wrap;
    background: #292929;
    height: calc(100vh - 100px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    display: none;
}
.lista-galerias .galeria-single.active {
    display: flex;
}
.lista-galerias .galeria-single button.close {
    border: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: transparent;
    cursor: pointer;
}
.lista-galerias .galeria-single .big_img {
    width: calc(100% - 220px);
    padding: 0 30px 0 0;
}
.lista-galerias .galeria-single .big_img img {
    max-height: calc(100vh - 180px);
}
.lista-galerias .galeria-single .thumbs_img {
    width: 220px;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}
@media (max-width: 991px) {
    .lista-galerias .galeria-single .big_img {
        width: 100%;
        padding: 0;
    }
    .lista-galerias .galeria-single .big_img img {
        max-height: calc(100vh - 300px);
    }
    .lista-galerias .galeria-single .thumbs_img {
        width: 100%;
        height: 90px;
        max-height: 0;
        overflow: visible;
        max-height: 90px;
    }
}
.lista-galerias ul.desoslide-thumbs-vertical {
    list-style: none;
    margin: -5px -5px 0 0;
    display: flex;
    flex-flow: wrap;
}
.lista-galerias ul.desoslide-thumbs-vertical li {
    display: block;
    width: 50%;
    padding: 5px;
}
.lista-galerias ul.desoslide-thumbs-vertical li a {
    display: flex;
}
@media (max-width: 991px) {
    .lista-galerias ul.desoslide-thumbs-vertical {
        flex-flow: row;
    }
    .lista-galerias ul.desoslide-thumbs-vertical li {
        width: 86px;
    }
    .lista-galerias ul.desoslide-thumbs-vertical li img {
        width: 76px;
    }
}

#conteudo-expertise .wpb_text_column ul li + li { margin-top: 24px; }

