@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html.main {
  background: #212328;
}

html,
body {
  height: 100%;
  background: #d3d5db;
  transition: all 0.2s ease;
}

body {
  font-family: "Lato", sans-serif;
  padding: 0;
  margin: 0;
}
body.main {
  background: #212328;
}
body.main div.header {
  background: #4f5360;
}

div#app {
  width: 100%;
  height: 100%;
}

div.header {
  background: #fff;
  position: relative;
}

p.release {
  font-size: 12px !important;
}

div.brand {
  background: #143dc0;
  border-radius: 8px;
  padding: 1.4em 2em;
  padding-right: 2.4em;
  width: max-content;
}
div.brand img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 992px) {
  div.brand {
    width: 100%;
    padding: 1.4em 2em;
  }
  div.brand img {
    max-width: 160px;
  }
}

div.content {
  width: 100%;
  padding: 1em;
}
div.content div.inner {
  width: 100%;
}

div.slider {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
div.slider ul {
  width: max-content;
  margin: 0;
  padding: 0;
}
div.slider ul li {
  list-style: none;
  float: left;
  max-width: 550px;
  padding: 0.5em;
}
div.slider ul li img {
  max-height: 380px;
  border-radius: 8px;
}
div.slider ul li:nth-child(1) {
  padding-left: 0;
}
div.slider ul li:nth-child(5) {
  padding-right: 0;
}

div.buttons {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  border-top: 1px solid #d3d5db;
}
div.buttons ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 992px) {
  div.buttons ul {
    width: max-content;
  }
}
div.buttons ul li {
  list-style: none;
  float: left;
  border-right: 1px solid #d3d5db;
  width: 11.1111111111%;
}
div.buttons ul li:nth-child(9) {
  border-right: 0 !important;
}
@media (max-width: 992px) {
  div.buttons ul li {
    min-width: 100px;
  }
}
div.buttons ul li a {
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #666b7c;
  padding: 1em;
  transition: all 0.2s ease;
}
div.buttons ul li a:hover {
  background: #d3d5db;
}
div.buttons ul li a:hover * {
  color: #fff;
}
div.buttons ul li a i {
  font-size: 1.4em;
  color: #143dc0;
  margin-bottom: 0.5em;
}
div.buttons ul li a span {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  div.buttons ul li a span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
  }
}

img.banner {
  border-radius: 8px;
}

div.footer {
  width: 100%;
  text-align: center;
}

div.lang {
  position: absolute;
  top: 2.5em;
  right: 2.5em;
}
.goog-te-gadget-simple {
  border: 0 !important;
  border-radius: 8px;
}
.goog-te-gadget-simple img {
  border-radius: 8px;
}
.goog-te-gadget-simple span {
  display: none;
}

.border-radius {
  border-radius: 8px;
}

.tab-pane span {
  display: inline-block;
  background: #143dc0 !important;
  color: #fff;
  margin: 0.2em;
  width: max-content;
  padding: 0.5em 1em;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

div.pset {
  background: #fff;
  border-radius: 8px;
}

div.tabs {
  overflow: hidden;
  overflow-x: auto;
  background: rgba(211, 213, 219, 0.4);
  padding: 0.5em;
  border-radius: 8px;
}
div.tabs ul.nav.nav-pills {
  width: max-content;
}
div.tabs ul.nav.nav-pills li.nav-item {
  display: inline-block;
  margin: auto 5px;
}
div.tabs ul.nav.nav-pills li.nav-item:first-child {
  margin-left: 0;
}
div.tabs ul.nav.nav-pills li.nav-item button.nav-link {
  background: rgba(255, 255, 255, 0.4);
}
div.tabs ul.nav.nav-pills li.nav-item button.nav-link.active {
  background: #143dc0 !important;
}

h4.bw {
  color: #fff;
  font-weight: 400 !important;
}
h4.bw span.bold {
  font-weight: 900 !important;
}

div.text div {
  background: #4f5360;
  color: white;
}

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