@import url("resets.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
.c1 {
  color: #ff6600;
}

body,
html {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #000;
}

h3 {
  color: #fff;
}

p {
  line-height: 1.4;
}

.titulo1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.1;
  letter-spacing: .2em;
}

.titulo2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.titulo3 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.3;
}

.icoSep {
  color: #ff6600;
  margin-top: -13px;
  margin-bottom: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  background: #000;
  -webkit-box-shadow: 0 0 2px 2px #ff6600, 0 0 20px 5px #ff6600;
          box-shadow: 0 0 2px 2px #ff6600, 0 0 20px 5px #ff6600;
  border-radius: 50px;
}

.tarja:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #000000 0, #ff6600 40%, #ff6600 60%, #000000 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #000000), color-stop(40%, #ff6600), color-stop(60%, #ff6600), to(#000000));
  background: linear-gradient(90deg, #000000 0, #ff6600 40%, #ff6600 60%, #000000 100%);
  /* W3C */
}

.bg1 {
  background: url(../img/bg2.jpg) center center no-repeat #282828;
  background-size: cover;
}

.bg2 {
  background: url(../img/bg3.jpg) center center no-repeat;
  background-size: cover;
}

.bg5 {
  background: #ff6600;
}

.bg10 {
  background: url(../img/bg2.gif) center center no-repeat;
  background-size: cover;
}

.uk-navbar-nav > li > a.uk-button-menu, .uk-nav > li > a.uk-button-menu {
  background: #ff6600;
  padding: 3px 20px !important;
  border-radius: 5px;
  margin: 3px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  font-size: 1rem;
}

.uk-navbar-nav > li > a.uk-button-menu:hover, .uk-nav > li > a.uk-button-menu:hover {
  color: #fff !important;
  background: #a23404;
}

.uk-navbar-nav > li > a.uk-button-menu2, .uk-nav > li > a.uk-button-menu2 {
  background: #5b5156;
  padding: 3px 20px !important;
  border-radius: 5px;
  margin: 3px;
}

.uk-navbar-nav > li > a.uk-button-menu2:hover, .uk-nav > li > a.uk-button-menu2:hover {
  color: #fff !important;
  background: #3b3438;
}

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

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

.uk-navbar-nav > li > a, .uk-nav > li > a {
  color: #fff !important;
  font-size: .9rem;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color;
  transition-property: color;
  min-height: unset;
}

.uk-navbar-nav > li > a:hover, .uk-nav > li > a:hover {
  color: #ff6600 !important;
}

.uk-offcanvas > li > a {
  color: #fff;
  font-size: .9rem;
  text-transform: uppercase;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color;
  transition-property: color;
}

.uk-offcanvas > li > a:hover {
  color: #ff6600;
}

.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: rgba(0, 0, 0, 0.78);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

header {
  position: relative;
  background-image: url(../img/bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

header .navbarSite {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0.863) 40%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0.863)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.863) 40%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  padding-bottom: 20px;
}

header .uk-navbar-container {
  background: rgba(255, 255, 255, 0) !important;
}

header .bannerSite {
  position: relative;
}

.sec02 form {
  max-width: 80%;
  margin: 0 auto;
}

footer {
  background: #1c1c1c;
  padding: 30px 0 0 0;
  color: #fff;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .social {
  font-family: 'Social-Circles', sans-serif;
  color: #000;
  margin: 0;
}

footer .social a {
  color: #000;
  text-decoration: none;
  font-size: 3rem;
  padding: 5px;
  font-style: normal;
  font-weight: normal;
}

footer .social a:hover {
  color: #ff6600;
}

footer .copy {
  background: #171717;
  padding: 20px 0;
  margin-top: 30px;
  font-size: .7rem;
}

footer .copy p {
  margin: 0;
  padding: 0;
  color: #8b8b8b;
}

.uk-button-primary {
  background: #ff6600;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0 30px;
}

.uk-button-primary:hover, .uk-button-primary:active, .uk-button-primary:focus {
  background: #bd4b00;
}

.uk-icon-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26px;
  height: 26px;
  border-radius: 500px;
  background: #ffffff;
  color: #000;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

.uk-icon-button:hover {
  color: #ff6600;
}

.social2 .uk-icon-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26px;
  height: 26px;
  border-radius: 500px;
  background: #ffffff;
  color: #000;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color;
}

.social2 .uk-icon-button:hover {
  color: #ff6600;
  background: #ffffff;
}
/*# sourceMappingURL=styles.css.map */