/*
 Theme Name:   Fluxo
 Author:       Fluxo
 Author URI:   https://fluxo.design
*/


html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
article,
footer,
header,
menu,
nav,
section,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline;
    box-sizing: border-box;
}


body h1 *,
body h2 *,
body h3 *,
body h4 *,
body h5 *,
body h6 * {
    font-weight: inherit;
}/*
body h1, body h2, body h1 *, body h2 * {
    font-weight: 300;
}*/

body {
    /* font-family: 'Oatmeal', sans-serif; */
    -webkit-font-smoothing: antialiased;
}

header ul,
header li {
    list-style: none;
}
.add_text_editor ul, .add_text_editor li{
    list-style: disc;
}
.add_text_editor li{
    margin-top: 1vw;
}
.add_text_editor ol, .add_text_editor ol li {
    list-style: decimal;
}
.add_text_editor ol{
    padding-left: 3vw;
    margin-bottom: 2vw;
}

.hidden {
    display: none;
}
.mobile-view {
    display: none;
}
.desktop-view {
    display: flex;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: none !important;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

p {
    line-height: inherit;
    margin: 0 0 1em 0;
}
.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.white-space-nowrap {
    white-space: nowrap;
}
.overflow_hidden {
    overflow-y: hidden;
}
.overflow-x-scroll {
    overflow-x: scroll;
}
.overflow_scroll {
    overflow: scroll;
    height: 100%;
}
.overflow-no-scroll {
    overflow: unset;
}
.relative {
    position: relative;
}
.absolute-center {
    position: absolute;
    bottom: calc(50% - 2.15vw);
    left: calc(50% - 2.15vw);
}
.absolute-t-r {
    position: absolute;
    top: -37vw;
    right: 14vw;
}
.absolute-b-r {
    position: absolute;
    bottom: 1.323vw;
    right: 1.323vw;
}
.absolute-b-r-2 {
    position: absolute;
    bottom: inherit;
    right: 6vw;
    top: -9vw;
}
.absolute-b-l {
    position: absolute;
    bottom: 1.323vw;
    left: 1.323vw;
}
.post-edit {
    display: none !important;
}
.rotate {
    transform: rotate(180deg);
}

/* Font sises - Start */

.line-height-1 {
    line-height: 1;
}
.line-height-125 {
    line-height: 1.25;
}
.line-height-145, .line-height-145 > p {
    line-height: 1.45;
}
.font-11, .font-11 * {
    font-size: 0.84vw;
    line-height: 140%;
}
html .header .menu-regions a{
    font-size: 1.2vw;
    line-height: 140%;
}
.font-14, .font-14 > p {
    font-size: 0.90vw;
    line-height: 140%;
}
.font-16, .font-16 > p {
    font-size: 1vw;
    line-height: 140%;
    font-weight: 300;
}
.font-20, .header .menu a {
    font-size: 1.32vw;
    line-height: 140%;
    font-weight: 300;
}
.font-22, .font-22 > p, body h6, body p {
    font-size: 1.45vw;
    line-height: 140%;
    font-weight: 300;
}
.font-24, .font-24 p{
    font-size: 1.58vw;
    line-height: 125%;
    font-weight: 300;
}
.font-28 , .font-28 p, body h5 {
    font-size: 1.85vw;
    line-height: 125%;
    font-weight: 300;
}
.font-32, .font-32 p, body h4 {
    font-size: 2.11vw;
    line-height: 125%;
    font-weight: 300;
}
.font-42, .font-42 p, body h3 {
    font-size: 2.778vw;
    line-height: 125%;
    font-weight: 300;
}
.font-45, .font-45 p{
    font-size: 2.9vw;
    line-height: 125%;
    font-weight: 300;
}
.font-60, .font-60 p, body h2 {
    font-size: 3.96vw;
    line-height: 125%;
    font-weight: 300;
}
.font-80, .font-80 p {
    font-size: 5.29vw;
    line-height: 125%;
    font-weight: 300;
}
.font-100, body h1 {
    font-size: 6.61vw;
    line-height: 110%;
    font-weight: 300;
}

.font-42 p, .font-45 p, .font-60 p, .font-80 p, .font-100 p {
    margin-bottom: 0.4em;
    font-size: inherit;
    line-height: inherit;
}


.font-weight-700, .font-bold, b, strong, b *, strong * {
    /*font-weight: 700;*/
    font-weight: 500 !important;
}
/*
h1 p, h2 p {
    margin-bottom: 0.2em;
}
*/


/* Font sises - End */

/* Text-colors - Start */
.text-white {
    color: white;
}
.text-black {
    color: black;
}


/* Text-colors - Start */

/* Background-colors - Start */
.bg-black {
    background-color: black;
    color: white;
}
.bg-white {
    background-color: white;
    color: black;
}
.bg-dark-gray {
    background-color: var(--color-dark-gray);
    color: white;
}
.bg-light-gray {
    background-color: var(--color-light-gray);
    color: black;
}
.bg-lighter-gray {
    background-color: var(--color-lighter-gray);
    color: black;
}
.bg-green {
    background-color: var(--color-green);
    color: black;
}
.bg-light-green {
    background-color: var(--color-light-green);
    color: black;
}
.bg-lighter-green {
    background-color: var(--color-lighter-green);
    color: black;
}
.bg-yellow {
    background-color: var(--color-yellow);
    color: black;
}
.bg-blue {
    background-color: var(--color-blue);
    color: black;
}
.bg-light-red {
    background-color: var(--color-light-red);
    color: black;
}
.bg-light-blue{
    background-color: var(--color-light-blue);
    color: black;
}
.bg-lighter-red {
    background-color: var(--color-lighter-red);
    color: black;
}
.bg-light-pink {
    background-color: var(--color-light-pink);
    color: black;
}
.bg-light-yellow {
    background-color: var(--color-light-yellow);
}
.bg-light-purple {
    background-color: var(--color-light-purple);
    color: black;
}
.bg-lighter-purple {
    background-color: var(--color-lighter-purple);
    color: black;
}
.border-top-black {
    border-top: 1px solid black;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

/* Background-colors - Start */

/* = Flex lib = */

.display-none {
    display: none !important;
}
.block {
    display: block;
}
.flex {
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-wrap-start {
    display: flex;
    flex-wrap: wrap;
}
.flex-reverse {
    display: flex;
    flex-direction: row-reverse;
}
.flex-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-v-center {
    display: flex;
    align-items: center;
}
.flex-bottom {
    display: flex;
    align-items: flex-end;
}
.flex-full-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
.flex-bet {
    display: flex;
    justify-content: space-between;
}
.flex-around {
    display: flex;
    justify-content: space-around;
}
.flex-bet-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-bet-bot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.flex-bot {
    display: flex;
    align-items: flex-end;
}
.flex-col-bot {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
}
.flex-col-bet {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.flex-col-bet-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}
.flex-start{
    justify-content: flex-start;
}
.align-strech {
    align-items: stretch;
}
.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: end;
}

.flex-1 {
    flex: 1;
}
.flex-2 {
    flex: 2;
}
.flex-3 {
    flex: 3;
}
.flex-4 {
    flex: 4;
}
.flex-5 {
    flex: 5;
}
.flex-6 {
    flex: 6;
}
.flex-7 {
    flex: 7;
}
.flex-8 {
    flex: 8;
}
.flex-9 {
    flex: 9;
}
.flex-10 {
    flex: 10;
}
.width-100 {
    width: 100%;
}
.width-6-vw {
    width: 6vw;
}
.width-11-vw {
    width: 11vw;
}
.width-15-vw {
    width: 15vw;
}
.width-16-vw {
    width: 16vw;
}
.width-23-vw {
    width: 23.148vw;
}
.width-30-vw {
    width: 30vw;
}
.width-40-vw {
    width: 40vw;
}
.width-50-vw {
    width: 50vw;
}
.width-65-vw {
    width: 65vw;
}
.width-75-vw {
    width: 75vw;
}
.width-80-vw {
    width: 78.6vw;
}
.width-80-vw.text-size {
    width: 50.5vw;
    margin: 0 auto;
}
.img-zoom .width-80-vw.text-size{
    width: 100%;
    margin: 0 auto;
}
.row>* {
    margin: 0;
    padding: 0;
}

.border-black {
    border: 1px solid black;
}
.border-black-img img{
    border: 1px solid black;
}
.border-radius-16 {
    border-radius: 1.058vw;
}
.border-radius-32 {
    border-radius: 2.116vw;
}
.border-radius-b-32 {
    border-radius: 0 0 2.116vw 2.116vw;
}
.border-radius-56 {
    border-radius: 3.704vw;
}
.padding-default-s {
    padding: 1.984vw 4vw;
}
.padding-default {
    padding: 2.5vw 1.653vw;
}
.padding-default-m {
    padding: 6.614vw 8.267vw 3.307vw;
}
.padding-default-l {
    padding: 6.3vw 10.788vw;
}
.padding-default-r{
    padding: 6.3vw 1.653vw;
}
.padding-2{
    padding: 0 2vw;
}

.text-box img, .add_text_editor img{
    border-radius: 2.116vw;
}
.page-insights section .text-box img{
    border-radius: 0;
}


.padding-l {
    padding: 9.788vw;
}

.padding-20 {
    padding: 1.323vw;
}
.padding-30 {
    padding: 1.984vw;
}
.padding-h-30 {
    padding-left: 1.984vw;
    padding-right: 1.984vw;
}

.padding-h-125 {
    padding-left: 8.135vw;
    padding-right: 8.135vw;
}

.padding-v-30 {
    padding-top: 1.984vw;
    padding-bottom: 1.984vw;
}
.padding-t-30 {
    padding-top: 1.984vw;
}
.padding-b-30 {
    padding-bottom: 1.984vw;
}
.padding-l-30 {
    padding-left: 1.984vw;
}
.padding-r-30 {
    padding-right: 1.984vw;
}
.padding-b-85 {
    padding-bottom: 5.622vw;
}
.margin-0 {
    margin: 0;
}
.margin-7-8-vw{
    margin: 7vw 0 0 8vw;
}
.margin-b-3 {
    margin-bottom: 0.198vw;
}

.margin-b-10 {
    margin-bottom: 0.661vw;
}

.margin-b-r-10 {
    margin: 0 0.661vw 0.661vw 0;
}

.margin-b-15 {
    margin-bottom: 0.992vw;
}

.margin-b-20 {
    margin-bottom:1.323vw
}

.margin-b-50 {
    margin-bottom: 3.307vw;
}
.margin-b-75 {
    margin-bottom: 4.960vw;
}
.margin-b-100 {
    margin-bottom: 7.077vw;
}

.margin-b-150 {
    margin-bottom: 9.921vw;
}

.margin-b-neg-150 { 
    margin-bottom: -9.921vw;
}

.margin-l-10 {
    margin-left: 0.661vw;
}
.margin-l-20 {
    margin-left: 1.323vw;
}
.margin-l-30 {
    margin-left: 1.984vw;
}

.margin-l-40-vw {
    margin-left: 40vw;
}
.margin-0{
    margin: 0;
}

.margin-l-50 {
    margin-left: 3.307vw;
}
.margin-l-40-vw {
    margin-left: 40vw;
}
.margin-t-10 {
    margin-top: 0.661vw;
}
.margin-t-20 {
    margin-top: 1.323vw;
}
.margin-t-30 {
    margin-top: 1.984vw;
}
.margin-t-50 {
    margin-top: 3.307vw;
}
.margin-30 {
    margin: 1.984vw;
}
.margin-t-100 {
    margin-top: 7.077vw;
}
.margin-t-125 {
    margin-top: 8.262vw;
}
.margin-t-150 {
    margin-top: 9.914vw;
}
.margin-h-30 {
    margin-left: 1.984vw;
    margin-right: 1.984vw;
}
.margin-v-30 {
    margin-top: 1.984vw;
    margin-bottom: 1.984vw;
}
.margin-t-30 {
    margin-top: 1.984vw;
}
.margin-b-30 {
    margin-bottom: 1.984vw;
}
.margin-r-10 {
    margin-right: 0.661vw;
}
.margin-r-20 {
    margin-right: 1.323vw;
}
.margin-r-30 {
    margin-right: 1.984vw;
}
.margin-r-60 {
    margin-right: 3.968vw;
}
.margin-v-150 {
    margin-top: 9.921vw;
    margin-bottom: 9.921vw;
}
.gap-2{
    gap: 2vw;
}

label {
    font-weight: initial !important;
    font-size: 0.7em !important;
}
.wpcf7-list-item {
    margin: 0 !important;
}

/* MAIN LAYOUT */


::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
}


/* LAYOUT */

.aligncenter{
    margin: 0 auto;
}
.alignright{
    float: right;
}


/* TYPOGRAPHY */






/* COLORS */






/* HEADER */





/* FOOTER */





/* HOMEPAGE */










@media only screen and (max-width: 2560px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/



}


@media only screen and (max-width: 1920px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/





}



@media only screen and (max-width: 1680px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/




}



@media only screen and (max-width: 1440px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}



@media only screen and (max-width: 1366px) and (min-height: 680px) and (max-height: 690px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}



@media only screen and (max-width: 1280px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/



}



@media only screen and (max-width: 1024px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/



}





@media only screen and (max-width: 768px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .mobile-view {
        display: flex;
    }
    .desktop-view {
        display: none !important;
    }
    .flex-m {
        display: flex;
    }
    .flex-col-m {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .flex-col-center-m {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .flex-col-reverse-m {
        display: flex;
        flex-direction: column-reverse !important;
        align-items: flex-start;
    }
    .flex-col-end-m {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .flex-col-bet-m {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .menu-mobile .flex-col-bet-m{
        overflow-y: scroll;
        padding-bottom: 18vw;
    }
    .flex-start-m {
        display: flex;
        justify-content: flex-start;
    }
    .flex-end-m {
        display: flex;
        justify-content: flex-end;
    }
    .flex-bet-m {
        display: flex;
        justify-content: space-between;
    }
    .self-align-end-m {
        align-self: end;
    }
    .text-align-left-m {
        text-align: left;
    }
    .text-align-center-m {
        text-align: center;
    }
    .text-align-right-m {
        text-align: right;
    }
    .absolute-t-r {
        position: absolute;
        top: 15vw;
        right: -2vw;
    }
    .absolute-b-l {
        bottom: 4vw;
        left: 4vw;
    }
    .absolute-b-r-2 {
        bottom: -20vw;
        right: 4vw;
    }
    .width-40-vw,
    .width-30-vw {
        width: 100%;
    }
    .width-13-vw-m {
        width: 13.5vw;
    }
    .width-22-vw-m{
        width: 22vw;
    }
    .width-25-vw-m {
        width: 25vw;
    }
    .width-35-vw-m {
        width: 35vw;
    }
    .width-42-vw-m {
        width: 42.133vw;
    }
    .width-65-vw-m {
        width: 65.6vw;
    }
    .width-75-vw-m {
        width: 75vw;
    }
    .width-90-vw-m {
        width: 90vw;
    }
    .width-100-m {
        width: 100%;
    }
    .padding-default,
    .padding-default-l {
        padding: 5.333vw;
    }
    .padding-default-l-m {
        padding: 5.333vw 9.5vw;
    }
    .padding-default-m-m {
        padding: 13.333vw 8.267vw;
    }
    .padding-20-m {
        padding: 5.333vw;
    }
    .padding-v-20-m {
        padding-top: 5.333vw;
        padding-bottom: 5.333vw;
    }
    .margin-v-20-10-m {
        margin-top: 5.333vw;
        margin-bottom: 2.667vw;
    }
    .margin-t-40-m {
        margin-top: 5vw;
    }
    .margin-t-60-m {
        margin-top: 16vw;
    }
    .margin-t-100-m {
        margin-top: 26.667vw;
    }
    .margin-t-10-vw-m {
        margin-top: 2.667vw;
    }
    .margin-l-10 {
        margin-left: 2.667vw;
    }
    .margin-l-22-vw-m {
        margin-left: 22vw;
    }
    .margin-l-30 {
        margin-left: 4.267vw
    }
    .margin-r-20-m {
        margin-right: 5.333vw;
    }
    .margin-b-10-m {
        margin-bottom: 2.667vw;
    }
    .margin-b-20-m {
        margin-bottom: 5.333vw;
    }
    .margin-b-30-m {
        margin-bottom: 8vw;
    }
    .margin-b-50-m {
        margin-bottom: 13.333vw;
    }
    .margin-b-60-m {
        margin-bottom: 16vw;
    }
    .margin-b-70-m {
        margin-bottom: 18.667vw;
    }
    .margin-b-100-m {
        margin-bottom: 26.667vw;
    }
    .margin-b-150-m {
        margin-bottom: 6vw;
    }
    .margin-v-100-m {
        margin-top: 26.667vw;
        margin-bottom: 26.667vw;
    }

    .margin-b-r-10{
        margin:0 2.667vw 2.133vw 0;
    }

    .margin-0-m {
        margin: 0;
    }
    .padding-0-m {
        padding: 0;
    }
    .font-100, .header .menu a {
        font-size: 7.2vw;
        line-height: 1.2;
    }
    .font-11, .font-11 * {
        font-size: 2.933vw;
    }
    .font-14-m, .font-14, .font-14 > p {
        font-size: 3.833vw;
    }
    .font-16-m, .font-16-m > p {
        font-size: 4.267vw;
    }
    .font-20-m {
        font-size: 5.333vw;
    }
    .font-20, .font-20 p{
        font-size: 4.32vw !important;
        line-height: 140%;
    }
    .font-22-m {
        font-size: 5.867vw;
    }
    .font-22, .font-22 > p {
        font-size: 5.414vw;
        line-height: 140%;
        margin: 2vw 0;
    }
    .font-24, .font-24 p {
        font-size: 5.58vw;
        line-height: 154%;
    }
    .font-28, .font-28 p, body h5 {
        font-size: 5.85vw;
        line-height: 125%;
        font-weight: 300;
    }
    .font-30-m, .font-30-m p{
        font-size: 7.840vw;
    }
    .font-32-m {
        font-size: 8.533vw;
    }
    .font-32, .font-32 h4, .font-32 p {
        font-size: 5.973vw;
        line-height: 125%;
    }
    
    .font-42 p, .font-42 {
        font-size: 7vw;
        margin-bottom: 0.6em;
        line-height: 125%;
    }
    .font-45-m {
        font-size: 12vw
    }
    .font-45, .font-45 p {
        font-size: 7vw !important;
        line-height: 125%;
    }
    .font-60, .font-60 *{
        font-size: 8vw;
        line-height: 125%;
    }
    .font-80, .font-80 p{    
        font-size: 12.29vw;
    }
    body h6, body p, .font-16, .font-16 > p {
        font-size: 4.45vw;
    }
    .two-col-text .font-16 > p, body p .two-col-text, .font-16-m, .font-16-m > p{
        margin: 0;
    }

    .line-height-15 .padding-default {
        line-height: 1.5;
    }
    .overflow-x-scroll-m {
        overflow-x: scroll;
    }

    /* Font sizes - End */
    .border-radius-32 {
        border-radius: 5vw;
    }
    .padding-20 {
        padding: 2.323vw;
    }
    .border-radius-16 {
        border-radius: 4vw;
    }
    .border-radius-b-32 {
        border-radius: 0 0 8vw 8vw;
    }
    .bg-white-m {
        background-color: white;
    }
    .bg-dark-green-m {
        background-color: var(--color-dark-green);
        color: white;
    }
    .bg-light-gray-m {
        background-color: var(--color-light-gray);
        color: black;
    }
    .bg-brown-m {
        background-color: var(--color-brown);
        color: white;
    }

    /* Height sizes - Start */
    .height-32-m {
        height: 32px;
    }
    .height-75vh-m {
        height: 75vh;
    }

    /* Height sizes - End */
    hr {
        margin: 0;
    }

        
    .ornament{
        width: 30vw;
    }

    .add_text_editor ul, .add_text_editor li{
        list-style: disc;
    }
    .add_text_editor li{
        margin-top: 4vw;
    }
    .add_text_editor ol, .add_text_editor ol li {
        list-style: decimal;
    }
    .add_text_editor ol{
        padding-left: 8vw;
    }
}




@media only screen and (max-width: 414px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .font-100, .header .menu a {
        font-size: 10vw;
        line-height: 1.2;
    }
    .font-22, .font-22 > p {
        font-size: 4.831vw !important;
        line-height: 140%;
        margin: 2vw 0;
    }
    font-28, .font-28 p, body h5 {
        font-size: 4.85vw;
    }
}





@media only screen and (max-width: 321px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}