/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');*/ /*roboto-medium*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed&display=swap');*/ /*h1-extraBold*/
@font-face {
  font-family: "Bariol Bold";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Bariol Bold"),
    url("../font/bariol_bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto") url(../font/roboto-regular.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Roboto Condense";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Condense") url(../font/roboto-condense-regular.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

/* Colors */
:root {
  --primary: #111113;
  --secondary: #121214;
  --black: #000000;
  --white: #ffffff;
  --gray: #e1e1e6;
  --text: #a8a8b3;
  --yellow: #dea800;
  --blue: #156ab5;
}

* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
/* Configurações do body start*/
body {
  margin: 0;
  padding: 0;
}
/* Configurações do body end*/

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Container */
.container {
  width: 1140px;
  max-width: 100% !important;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*.h1-extraBold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5rem;
    color: var(--white);
}*/

.h1-bold {
  font-family: "Bariol Bold";
  font-size: 3.5rem;
  color: var(--white);
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.roboto-medium {
  font-family: "Roboto Condense", sans-serif;
  font-size: 1rem;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
