@font-face {
  font-family: "intelB";
  src: local(Intel ClearB), url(../font/IntelClear_Bd.ttf);
}

@font-face {
  font-family: "intelR";
  src: local(Intel ClearR), url(../font/IntelClear_Rg.ttf);
}

@font-face {
  font-family: 'Social-Circles';
  src: url("../font/Social-Circles.ttf.woff") format("woff"), url("../font/Social-Circles.ttf.svg#Social-Circles") format("svg"), url("../font/Social-Circles.ttf.eot"), url("../font/Social-Circles.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #020f25;
}

h2 {
  font-size: 2.5rem;
  line-height: 1em;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  color: #fff;
}

body, html {
  color: #fff;
  font-family: "intelR";
  font-style: normal;
}

.uk-button-primary {
  background: #10faf9 !important;
  color: #000;
  font-family: "intelB";
  font-style: normal;
  font-size: 1.4rem;
  border-radius: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=0, Color=#10FAF9)";
  /*IE 8*/
  /*FF 3.5+*/
  -webkit-box-shadow: 0 0 19px -1px rgba(16, 250, 249, 0.6);
  /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 19px -1px rgba(16, 250, 249, 0.6);
  /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=19, Direction=135, Color=#10FAF9);
  /*IE 5.5-7*/
}

.uk-button-primary:hover, .uk-button-primary:active, .uk-button-primary:focus, .uk-button-primary:visited {
  background: #10faf9 !important;
  color: #000;
}

.uk-button-maquina {
  background: #ff6600;
  color: #000;
  font-family: "intelB";
  font-style: normal;
  font-size: 1.4rem;
  border-radius: 40px;
}

.uk-button-maquina:hover, .uk-button-maquina:active, .uk-button-maquina:visited, .uk-button-maquina:focus {
  background: #fff;
  color: #000;
}

header .banner {
  position: relative;
}

header .banner h1 {
  font-family: "intelB";
  font-style: normal;
  color: #ffffff;
  font-size: 3.2rem;
}

header .banner::after {
  content: "";
  background: url(../img/borda.png) no-repeat;
  background-position: top center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 176px;
}

.sec02 h5 {
  color: #fff;
}

.sec02 h2 {
  color: #fff;
  font-family: "intelB";
  font-style: normal;
  text-transform: uppercase;
  font-size: 4rem;
}

.sec02 h2 span {
  color: #fff;
}

.sec02 h3 {
  font-family: "intelB";
  font-style: normal;
}

.sec02 .selos p:nth-child(5) {
  color: #10faf9;
}

.sec02 .selos img {
  margin-right: 20px;
}

.sec02 .selos .descr p {
  line-height: 1.5em;
}

.sec02 .selos .lista img {
  margin-bottom: 10px;
  margin-top: 30px;
}

.sec02 .selos .lista h3 {
  text-transform: uppercase;
  font-family: "intelB";
  font-style: normal;
  position: relative;
  padding-left: 55px;
  color: #fff;
  font-size: 2rem;
  line-height: 1em;
}

.sec02 .selos .lista .afe::after {
  content: "";
  background: url(../img/icones.png) no-repeat;
  position: absolute;
  width: 53px;
  height: 44px;
  left: 0;
  top: -8px;
}

.sec03 h2 {
  font-family: "intelB";
  font-style: normal;
  color: #ff6600;
}

.sec03 p {
  margin-bottom: 40px;
}

.sec04 {
  position: relative;
  padding-top: 150px;
  padding-bottom: 130px;
}

.sec04 h2 {
  font-family: "intelB";
  font-style: normal;
  color: #0eb7fe;
  margin-bottom: 20px;
}

.sec04 p {
  color: #beafc9;
  font-size: 1.2rem;
  line-height: 1.2em;
}

.sec04 .videos {
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.sec04 .videos:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 410px;
  top: -50px;
  background: url(../img/borda-a-1.png) no-repeat;
  background-position: top center;
}

.sec04 .videos:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 410px;
  bottom: -50px;
  background: url(../img/borda-a-2.png) no-repeat;
  background-position: top center;
}

.sec05 h2 {
  font-family: "intelB";
  font-style: normal;
  color: #0eb7fe;
  margin-bottom: 20px;
}

.sec05 .item {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 20px;
}

.sec05 .item img {
  padding: 25px 10px 20px 10px;
}

.sec05 .item h3 {
  color: #3b167e;
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-family: "intelB";
  font-style: normal;
  padding: 0 15px;
  line-height: 1em;
  text-transform: uppercase;
}

.sec05 .item p {
  color: #999;
  padding: 0 15px;
  margin-bottom: 20px;
  line-height: 1.1em;
}

footer {
  background: #020f25;
  padding: 40px 0;
}

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

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

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

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

footer .copy {
  padding: 20px 0;
  margin-top: 30px;
}

footer .copy p {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=styles.css.map */