body {
  background: url("../img/bg.webp") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 1200px) {
  body {
    overflow: hidden;
  }
}

header {
  position: relative;
  z-index: 99;
}

header .navSite {
  position: relative;
  z-index: 999;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.397)), color-stop(86%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.397) 0%, rgba(0, 0, 0, 0) 86%);
}

.uk-buttom-primary {
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  background: #ff5600;
  font-size: 1.4rem;
  color: #fff !important;
  padding: 25px 40px !important;
  font-weight: 600;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.226);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.226);
}

.uk-buttom-primary:hover, .uk-buttom-primary:focus {
  color: #000 !important;
  background: #ff8d00;
}

.cta {
  background: #ff5600;
  color: #fff !important;
  border-radius: 6px;
  min-height: unset !important;
  margin-top: 25px;
  padding: 5px 20px !important;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.226);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.226);
}

.cta:hover, .cta:focus {
  color: #000 !important;
}

.cta2 {
  background: #fff;
  color: #ff5600 !important;
  padding-left: 10px !important;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.226);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.226);
}

.cta2:hover {
  color: #000 !important;
}

.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #ff5600;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-offcanvas-bar .uk-nav-primary > li > a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.uk-navbar-toggle {
  color: #ff5600;
}

.uk-navbar-toggle:hover {
  color: #fff;
}

.uk-navbar-nav > li > a {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

.uk-navbar-nav > li > a:hover, .uk-navbar-nav > li > a:focus {
  color: #ff5600;
}

p {
  margin: 0;
  padding: 0;
}

.titulo {
  font-size: 3.5em;
  font-weight: bold;
  padding: 0 6%;
  color: #fff;
  line-height: 1.1;
  font-family: 'Montserrat', sans-serif;
}

.titulo:after {
  content: '';
  display: block;
  width: 110px;
  height: 12px;
  background-color: #f85d00;
  margin: 5% auto;
}

.subtitulo {
  font-size: 1.625em;
  margin: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.logo-kabum {
  width: 100%;
  background-color: #fff;
  padding: 10px 0 10px 0;
}

.text-center {
  color: #fff;
  padding-top: 10%;
  padding-bottom: 10%;
  position: absolute;
}

.text-center ul {
  text-align: left;
  font-size: 1.125em;
  padding: 20px 0;
  max-width: 320px;
  margin: 0 auto;
}

.text-center ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-center ul li:before {
  content: "\f017";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  background-color: #f85d00;
  border-radius: 50%;
  margin: 2px 5px 2px 2px;
  width: 24px;
  height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-center p {
  font-size: 1.125em;
}

@media (max-height: 765px) {
  .text-center {
    padding-top: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.ninja {
  width: 656px;
  position: absolute;
  bottom: 45px;
  right: 70%;
}

@media (max-height: 765px) {
  .ninja {
    bottom: -30px;
  }
}

footer {
  background: white;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 30px 0;
}

footer p {
  line-height: 1em;
  font-size: .625rem;
  color: #a8a8a8;
}

@media (max-width: 1199px) {
  footer {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 580px) {
  footer {
    padding: 30px 0 100px 0;
  }
}

footer .titulo {
  font-size: 2.8em;
}

.drz_main_updated.dialogbox_new.dialogbox_desktop .drz_container {
  background-color: #ffffffaf !important;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px !important;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px !important;
  padding-right: 0 !important;
  min-height: unset !important;
}
/*# sourceMappingURL=style.css.map */