@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_bold.woff2") format("woff2"), url("../fonts/larsseit_bold.woff") format("woff"), url("../fonts/larsseit_bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_bold_italic.woff2") format("woff2"), url("../fonts/larsseit_bold_italic.woff") format("woff"), url("../fonts/larsseit_bold_italic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_extrabold.woff2") format("woff2"), url("../fonts/larsseit_extrabold.woff") format("woff"), url("../fonts/larsseit_extrabold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_extrabold_italic.woff2") format("woff2"), url("../fonts/larsseit_extrabold_italic.woff") format("woff"), url("../fonts/larsseit_extrabold_italic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_italic.woff2") format("woff2"), url("../fonts/larsseit_italic.woff") format("woff"), url("../fonts/larsseit_italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_light.woff2") format("woff2"), url("../fonts/larsseit_light.woff") format("woff"), url("../fonts/larsseit_light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_light_italic.woff2") format("woff2"), url("../fonts/larsseit_light_italic.woff") format("woff"), url("../fonts/larsseit_light_italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_medium.woff2") format("woff2"), url("../fonts/larsseit_medium.woff") format("woff"), url("../fonts/larsseit_medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_medium_italic.woff2") format("woff2"), url("../fonts/larsseit_medium_italic.woff") format("woff"), url("../fonts/larsseit_medium_italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_regular.woff2") format("woff2"), url("../fonts/larsseit_regular.woff") format("woff"), url("../fonts/larsseit_regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_thin.woff2") format("woff2"), url("../fonts/larsseit_thin.woff") format("woff"), url("../fonts/larsseit_thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url("../fonts/larsseit_thin_italic.woff2") format("woff2"), url("../fonts/larsseit_thin_italic.woff") format("woff"), url("../fonts/larsseit_thin_italic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1380px;
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: "Larsseit";
}

ol, ul {
  list-style: none;
}

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

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

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.trava-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: "Larsseit";
}

small {
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  font-family: "Larsseit";
}

.bold {
  font-weight: 700;
}

.bold-italic {
  font-style: italic;
  font-weight: 700;
}

.txt-orange {
  color: #FF5224;
}

body {
  background-color: transparent;
}

.cotacoes {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .cotacoes {
    display: block;
  }
}
.cotacoes > p {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .cotacoes > p {
    display: none;
  }
}
.cotacoes .box-cotacoes {
  display: flex;
  align-items: center;
}
.cotacoes .box-cotacoes .cotacoes-item {
  display: flex !important;
  align-items: center;
  text-transform: uppercase;
}
.cotacoes .box-cotacoes .cotacoes-item:not(:last-of-type) {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 767.98px) {
  .cotacoes .box-cotacoes .cotacoes-item:not(:last-of-type) {
    margin-right: 0;
    border: none;
    padding-right: 0;
  }
}
.cotacoes .box-cotacoes .cotacoes-item > p:not(:last-of-type) {
  margin-right: 8px;
}
@media (height: 80px) {
  .cotacoes .box-cotacoes .cotacoes-item {
    justify-content: center;
  }
}
.cotacoes .box-cotacoes .cotacoes-item .divisor {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
}
.cotacoes .box-cotacoes .cotacoes-item .divisor p:not(:last-of-type) {
  margin-right: 8px;
}

/*# sourceMappingURL=import.dist.css.map */
