:root,
.elementor-kit-6 {
  --e-global-typography-primary-font-family: "Roboto", sans-serif;
  --e-global-typography-secondary-font-family: "Roboto", sans-serif;
  --e-global-typography-text-font-family: "Roboto", sans-serif;
  --e-global-typography-accent-font-family: "Roboto", sans-serif;
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v32-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v32-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body.admin-bar .header {
  top: 32px;
}
@media only screen and (max-width: 1024px) {
  body.admin-bar .header {
    top: 45px;
  }
}

body.admin-bar .nav-dias {
  top: 180px;
}
@media only screen and (max-width: 1024px) {
  body.admin-bar .nav-dias {
    top: 144px;
  }
}

.header {
  position: fixed;
  z-index: 99;
  background-color: #ffffff;
  top: 0;
  width: 100%;
  height: 150px;
  display: flex;
  box-shadow: 6px 4px 10px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 990px) {
  .header {
    box-shadow: 6px 4px 10px 3px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 600px) {
  .header {
    height: 100px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
  padding: 0;
}
.header .toggle-button {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .toggle-button {
    display: flex;
    position: absolute;
    right: 20px;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 20px;
    flex-wrap: wrap;
    z-index: 1;
  }
}
.header .toggle-button .line {
  width: 100%;
  height: 2px;
  background: var(--e-global-color-text);
  margin: 3px auto;
  transition: 0.3s;
}
.header .toggle-button.opened .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.header .toggle-button.opened .line:nth-child(2) {
  opacity: 0;
}
.header .toggle-button.opened .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.header__menu {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .header__menu {
    flex-grow: 1;
    display: flex;
    padding-top: 20px;
    left: 0;
    align-items: flex-start;
    column-gap: 40px;
    position: fixed;
    background: #fff;
    width: 100vw;
    height: 100vh;
    top: 150px;
    padding-left: 20px;
    padding-right: 20px;
    transition: ease 0.3s;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    transform: translateX(-100vw);
  }
  .header__menu.opened {
    transform: translateX(0vw);
  }
}
@media only screen and (max-width: 600px) {
  .header__menu {
    top: 100px;
  }
}
.header__menu ul {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .header__menu ul {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__menu ul li {
    width: 105px;
    text-align: center;
  }
}
.header__menu ul li a {
  text-decoration: none;
  color: inherit;
  padding: 10px 10px;
  position: relative;
  min-width: 100px;
  display: inline-block;
}
.header__menu ul li a:hover {
  font-weight: bold;
}
.header__menu ul li a:hover::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/foroinvest/assets/img/menu-decoration.svg);
  width: 86px;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.header__menu ul li.current-menu-item a {
  position: relative;
  font-weight: bold;
}
.header__menu ul li.current-menu-item a::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/foroinvest/assets/img/menu-decoration.svg);
  width: 86px;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

/*# sourceMappingURL=header.css.map */
