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

@font-face {
  font-family: "oatmeal_regular";
  src: url("../fonts/OatmealPro2-Regular.woff2") format("woff2"),
    url("../fonts/OatmealPro2-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "oatmeal_semibold";
  src: url("../fonts/OatmealPro2-SemiBold.woff2") format("woff2"),
    url("../fonts/OatmealPro2-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "oatmeal_bold";
  src: url("../fonts/OatmealPro2-Bold.woff2") format("woff2"),
    url("../fonts/OatmealPro2-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
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 {
  /* font-family: 'Oatmeal', sans-serif; */
  -webkit-font-smoothing: antialiased;
}

ul,
li {
  list-style: none;
}

input:-webkit-autofill,
input:-webkit-autofill::first-line,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  font-weight: 600;
  font-size: 0.93vw !important;
  line-height: 122% !important;
  font-family: "oatmeal-regular", sans-serif !important;
}

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

.uppercase {
  text-transform: uppercase;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.overflow_hidden {
  overflow-y: hidden;
}

.overflow_scroll {
  overflow-y: scroll;
  height: 100%;
}

.relative {
  position: relative;
}

.absolute-b-r {
  position: absolute;
  bottom: 0;
  right: 0;
}

.post-edit {
  display: none !important;
}

.rotate {
  transform: rotate(180deg);
}

/* Font sises - Start */

.line-height-1 {
  line-height: 1;
}

.font-18 {
  font-size: 0.94vw;
}

.font-22 {
  font-size: 1.15vw;
}

.font-24 {
  font-size: 1.25vw;
}

.font-26 {
  font-size: 1.35vw;
}

.font-38 {
  font-size: 1.98vw;
}

.font-64 {
  font-size: 3.33vw;
}

.font-84 {
  font-size: 4.37vw;
}

.font-96 {
  font-size: 5vw;
}

.font-154 {
  font-size: 8.02vw;
}

.font-300 {
  font-size: 15.62vw;
}

/* Font sises - End */

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

.text-black {
  color: black;
}

.text-blue {
  color: var(--color-blue);
}

.text-light-blue {
  color: var(--color-light-blue);
}

.text-green {
  color: var(--color-green);
}

.text-dark-green {
  color: var(--color-dark-green);
}

.text-yellow {
  color: var(--color-yellow);
}

.text-light-gray {
  color: var(--color-light-gray);
}

.text-light-brown {
  color: var(--color-light-brown);
}

.text-brown {
  color: var(--color-brown);
}

.text-red {
  color: var(--color-red);
}

.text-purple {
  color: var(--color-purple);
}

.text-light-purple {
  color: var(--color-light-purple);
}

/* Text-colors - Start */

/* Background-colors - Start */
.bg-blue {
  background-color: var(--color-blue);
  color: white;
}

.bg-light-blue {
  background-color: var(--color-light-blue);
  color: white;
}

.bg-lighter-blue {
  background-color: var(--color-lighter-blue);
  color: white;
}

.bg-green {
  background-color: var(--color-green);
  color: black;
}

.bg-dark-green {
  background-color: var(--color-dark-green);
  color: white;
}

.bg-yellow {
  background-color: var(--color-yellow);
  color: white;
}

.bg-light-yellow {
  background-color: var(--color-light-yellow);
  color: white;
}

.bg-mostarda {
  background-color: var(--color-mostarda);
  color: white;
}

.bg-gray {
  background-color: var(--color-gray);
  color: black;
}

.bg-light-gray {
  background-color: var(--color-light-gray);
  color: black;
}

.bg-gray-green {
  background-color: var(--color-gray-green);
  color: white;
}

.bg-light-brown {
  background-color: var(--color-light-brown);
  color: white;
}

.bg-brown {
  background-color: var(--color-brown);
  color: white;
}

.bg-red {
  background-color: var(--color-red);
  color: white;
}

.bg-purple {
  background-color: var(--color-purple);
  color: white;
}

.bg-light-purple {
  background-color: var(--color-light-purple);
  color: white;
}

.bg-white {
  background-color: white;
  color: black;
}

/* Background-colors - Start */

/* = Flex lib = */
.display-none {
  display: none !important;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-v-center {
  display: flex;
  align-items: center;
}

.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-bet-center {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.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-bet-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.align-self-start {
  align-self: flex-start;
}

.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-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.width-100-px {
  width: 5.21vw;
}
.height-420 {
  height: 21.875vw;
}
.height-100 {
  height: 100%;
}
.height-90 {
  height: 90%;
}
.height-80 {
  height: 80%;
}
.height-70 {
  height: 70%;
}
.height-50 {
  height: 50%;
}
.height-40 {
  height: 40%;
}
.height-30 {
  height: 30%;
}
.height-40-px {
  height: 2.1vw;
}

.height-60 {
  height: 3.125vw;
}

.row > * {
  margin: 0;
  padding: 0;
}

.padding-40 {
  padding: 2.08vw;
}

.padding-t-20 {
  padding-top: 1.04vw;
}

.padding-t-240 {
  padding-top: 12.5vw;
}

.padding-r-20 {
  padding-right: 1.04vw;
}

.padding-b-20 {
  padding-bottom: 1.04vw;
}

.margin-0 {
  margin: 0;
}

.margin-t-20 {
  margin-top: 1.04vw;
}

.margin-t-80 {
  margin-top: 4.17vw;
}

.margin-t-120 {
  margin-top: 6.25vw;
}

.margin-t-240 {
  margin-top: 12.5vw;
}

.margin-l-10 {
  margin-left: 0.52vw;
}

.margin-l-20 {
  margin-left: 1.04vw;
}

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

.margin-l-80 {
  margin-left: 4.17vw;
}

.margin-r-10 {
  margin-right: 0.52vw;
}

.margin-r-20 {
  margin-right: 1.04vw;
}

.margin-r-40 {
  margin-right: 2.08vw;
}

.margin-r-80 {
  margin-right: 4.17vw;
}

.margin-b-0 {
  margin-bottom: 0;
}

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

.margin-b-20 {
  margin-bottom: 1.04vw;
}

.margin-b-40 {
  margin-bottom: 2.08vw;
}

.margin-b-80 {
  margin-bottom: 4.17vw;
}

.margin-b-120 {
  margin-bottom: 6.25vw;
}

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

/* 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-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-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-right-m {
    text-align: right;
  }

  .width-10,
  .width-20,
  .width-30,
  .width-40,
  .width-45,
  .width-50,
  .width-60,
  .width-70,
  .width-80,
  .width-90,
  .width-100-m {
    width: 100%;
  }

  .width-10-m {
    width: 10%;
  }

  .width-15-m {
    width: 15%;
  }

  .width-20-m {
    width: 20%;
  }

  .width-30-m {
    width: 30%;
  }

  .width-40-m {
    width: 40%;
  }

  .width-45-m {
    width: 45%;
  }

  .width-50-m {
    width: 50%;
  }

  .width-60-m {
    width: 60%;
  }

  .width-70-m {
    width: 70%;
  }

  .width-75-m {
    width: 75%;
  }

  .width-80-m {
    width: 80%;
  }

  .width-90-m {
    width: 90%;
  }

  .padding-40,
  .padding-40-m {
    padding: 16px;
  }

  .padding-0-m {
    padding: 0;
  }

  .padding-10-m {
    padding: 10px;
  }

  .padding-30-m {
    padding: 30px;
  }

  .padding-t-0-m,
  .padding-t-240 {
    padding-top: 0;
  }

  .padding-t-10-m {
    padding-top: 10px;
  }

  .padding-t-20-m {
    padding-top: 20px;
  }

  .padding-t-40-m {
    padding-top: 40px;
  }

  .padding-t-60-m {
    padding-top: 60px;
  }

  .padding-b-160-m {
    padding-bottom: 160px;
  }

  .margin-t-120-m {
    margin-top: 120px;
  }

  .margin-10-m {
    margin-left: 10px;
  }

  .margin-l-20-m {
    margin-left: 20px;
  }

  .margin-l-40-m {
    margin-left: 40px;
  }

  .margin-l-80-m {
    margin-left: 80px;
  }

  .margin-l-160-m {
    margin-left: 160px;
  }

  .margin-l-180-m {
    margin-left: 180px;
  }

  .margin-l-240-m {
    margin-left: 240px;
  }

  .margin-r-0-m,
  .margin-r-80 {
    margin-right: 0;
  }

  .margin-r-30-m {
    margin-right: 30px;
  }

  .margin-r-40-m {
    margin-right: 40px;
  }

  .margin-r-80-m {
    margin-right: 4.17vw;
  }

  .margin-r-160-m {
    margin-right: 160px;
  }

  .margin-r-80-m {
    margin-right: 4.17vw;
  }

  .margin-b-10-m {
    margin-bottom: 10px;
  }

  .margin-b-20-m {
    margin-bottom: 20px;
  }

  .margin-b-30-m {
    margin-bottom: 30px;
  }

  .margin-b-40-m {
    margin-bottom: 40px;
  }

  .margin-b-60-m {
    margin-bottom: 60px;
  }

  .margin-b-80-m {
    margin-bottom: 80px;
  }

  .margin-b-100-m {
    margin-bottom: 100px;
  }

  .margin-b-120-m {
    margin-bottom: 120px;
  }

  .margin-b-160-m {
    margin-bottom: 160px;
  }

  .margin-b-240-m {
    margin-bottom: 240px;
  }

  .margin-b-320-m {
    margin-bottom: 320px;
  }

  /* Font sizes - Start */
  .font-24,
  .font-26 {
    font-size: 14px;
  }

  .font-38 {
    font-size: 27px;
  }

  .font-64 {
    font-size: 32px;
  }

  .font-84 {
    font-size: 42px;
  }

  .font-96 {
    font-size: 48px;
  }

  .font-154 {
    font-size: 8.02vw;
  }

  .font-300 {
    font-size: 140px;
  }

  .font-15-m {
    font-size: 15px;
  }

  .font-18-m {
    font-size: 18px;
  }

  .font-22-m {
    font-size: 22px;
  }

  .font-24-m {
    font-size: 24px;
  }

  .font-27-m {
    font-size: 27px;
  }

  .font-32-m {
    font-size: 32px;
  }

  .font-38-m {
    font-size: 38px;
  }

  .font-42-m {
    font-size: 42px;
  }

  .font-48-m {
    font-size: 48px;
  }

  .font-57-m {
    font-size: 57px;
  }

  .line-height-15 {
    line-height: 1.5;
  }

  /* Font sizes - End */
  .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 sizes - End */
  hr {
    margin: 0;
  }
}

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

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