@font-face {
  font-family: 'Atomic Alice Bold';
  src: url('fonts/AtomicAlice-Bold.woff2') format('woff2'),
    url('fonts/AtomicAlice-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Atomic Alice Light';
  src: url('fonts/AtomicAlice-Light.woff2') format('woff2'),
    url('fonts/AtomicAlice-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Atomic Alice Regular';
  src: url('fonts/AtomicAlice-Regular.woff2') format('woff2'),
    url('fonts/AtomicAlice-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Atomic Alice SemiBold';
  src: url('fonts/AtomicAlice-SemiBold.woff2') format('woff2'),
    url('fonts/AtomicAlice-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Atomic Alice Regular';
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* NAV
-------------------------------*/
nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 0;
  background: #5e00ff;
  z-index: 999999999;
}

nav a {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  color: #fff;
  font-family: 'Atomic Alice SemiBold';
  font-size: 16px;
}

nav a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  height: 2px;
  width: 0px;
  background: #c5d645;
  transition: all .2s linear;
}

nav a:hover {
  color: #fff;
}

nav a:hover:before {
  width: 30px;
}

nav img {
  height: 50px;
}

#mobile-menu {
  display: none;
  position: absolute;
  top: 23px;
  right: 20px;
  width: 40px;
  height: auto;
}

@media screen and (max-width: 992px) {

  #mobile-menu {
    display: block;
  }

  nav {
    text-align: center;
  }

  .nav-link {
    display: none;
    width: 100% !important;
  }

  .nav-link a {
    display: block;
    width: 100% !important;
  }

}

/* HEADER
-------------------------------*/
header {
  margin: 90px 0 0 0;
  height: calc(100vh - 90px);
  background: url(../img/header-bg.png) center;
  background-size: cover;
}

@media screen and (max-width: 992px) {

  header {
    height: 210px;
  }

}

/* HEADER TEXT
-------------------------------*/
#header-text {
  height: 990px;
  padding: 0px 0;
  color: #fff;
  font-size: 18px;
  background: url(../img/header-text-bg.png) center no-repeat;
  background-size: cover;
}

#header-text .container,
#header-text .row {
  height: 100%;
}

#header-text img {
  margin: 0 50px 0 auto;
  display: block;
}

#header-text p {
  margin: 15px 0 0 0;
}

@media screen and (max-width: 992px) {

  #header-text {
    background: #3a00ff
  }

}

/* FUNCOES
-------------------------------*/
#funcoes {
  min-height: 100vh;
  padding: 60px 0;
  color: #000;
  font-family: 'Atomic Alice Regular';
  font-size: 16px;
  background: url(../img/funcoes-bg.png) center;
  background-size: cover;
}

#funcoes b {
  font-family: 'Atomic Alice SemiBold';
}

#funcoes p {
  margin: 25px 0;
}

#funcoes img {
  margin: 0 0 30px 0;
}

.funcoes-left {
  text-align: right;
}

.funcoes-left h3,
.funcoes-right h3 {
  color: #5e00ff;
}

.funcoes-left h3 b,
.funcoes-right h3 b {
  display: block;
  font-size: 35px;
  font-family: 'Atomic Alice Bold';
}

.funcoes-right-text {
  padding: 150px 0 65px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Atomic Alice Bold';
}

@media screen and (max-width: 992px) {

  #funcoes {
    background: #16f000;
  }

  .funcoes-left {
    text-align: left;
  }

  .funcoes-right-text {
    padding: 30px 0 30px 0;
  }

}

/* VIDEO
-------------------------------*/
#video {
  min-height: 900px;
  background: url(../img/video-bg.png) center no-repeat;
  background-size: auto 100%;
  background-color: #e6e6e7;
  overflow: hidden;
}

.video-box {
  width: 980px;
  height: 580px;
  margin: 50px auto 0px auto;
}

@media screen and (max-width: 992px) {

  #video {
    padding: 30px 15px;
    min-height: auto;
    background-image: none;
  }

  .video-box {
    width: 100%;
    height: 250px;
    margin: 15px 0;
  }

}

/* TESTE
-------------------------------*/
#teste {
  color: #fff;
  background: url(../img/teste-bg.png) bottom center;
  background-size: cover;
}

.teste-left {
  padding: 100px 50px 100px 12px;
  text-align: right;
}

.teste-left p {
  font-family: 'Atomic Alice Bold';
  font-size: 20px;
}

.teste-left img {
  display: inline-block;
  width: 500px;
  margin: 0 0 30px 0;
}

#quiz h1 {
  color: #19ff00;
  font-size: 60px;
}

#quiz h1 b {
  font-family: 'Atomic Alice Bold';
}

#quiz p {
  margin: 15px 0;
  font-family: 'Atomic Alice SemiBold';
  text-transform: uppercase;
}

/*
#teste-slide {
  position: relative;
}

#teste-slide label {
  display: block;
  cursor: pointer;
}

#teste-slide .slick-arrow {
  position: absolute;
  bottom: -7px;
  background: none;
  border: none;
  z-index: 9;
}

#teste-slide .slick-next {
  right: 50%;
  transform: translateX(160px);
}

#teste-slide .slick-prev {
  left: 50%;
  transform: translateX(-160px);
}

#teste-slide .slick-arrow img {
  height: 30px;
}

#teste-slide .slick-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  width: calc(50vw - 22px);
  left: 0;
  bottom: 23px;
  text-align: center;
  list-style: none;
}

#teste-slide .slick-dots li {
  display: inline-block;
}

#teste-slide .slick-dots li button {
  padding: 0;
  margin: 0 5px;
  font-size: 0px;
  height: 15px;
  width: 15px;
  border: 2px solid #fff;
  background: none;
  border-radius: 100%;
}

#teste-slide .slick-active button {
  background: #fff !important;
}

#teste-slide .error {
  font-weight: bold;
  color: red;
}

#teste-slide .correct {
  font-weight: bold;
  color: #19ff00;
}

#teste-slide input {
  display: none;
}

#teste-slide .slick-slide {
  padding: 0 0 0 50px;
}*/

@media screen and (max-width: 992px) {

  #teste {
    padding: 0 0 40px 0;
    background: #9300ff;
  }

  .teste-left {
    padding: 60px 12px;
    text-align: left;
    background: #ff9f00;
  }

  #teste-slide .slick-dots {
    position: relative;
    width: 100%;
    bottom: 0;
  }

  #teste-slide .slick-slide {
    padding: 0 12px;
  }

}

/* DOWNLOADS
-------------------------------*/
#download {
  padding: 100px 0;
  color: #fff;
  font-size: 18px;
  background: url(../img/download-bg.png) center;
  background-size: cover;
}

.download-left {
  text-align: right;
  padding-right: 50px;
}

.download-left .text {
  margin: 25px 0;
  font-family: 'Atomic Alice SemiBold';
}

.download-left .text b {
  display: block;
  color: #ffca00;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 100%;
}

.download-title-img {
  width: 500px
}

.download-left a {
  color: #fff;
}

.download-left .clearfix {
  display: block;
  margin: 15px 0 0 0;
  line-height: 100%;
}

.download-left .clearfix img {
  margin: 0 0 0 10px;
}

.download-right {
  padding-left: 40px;
}

.download-right p {
  margin: 15px 0 10px 30px;
  color: #000;
  font-size: 20px;
  font-family: 'Atomic Alice Bold';
  line-height: 110%;
}

@media screen and (max-width: 992px) {

  #download {
    padding: 0;
    background: none;
  }

  .download-left {
    padding: 30px 11px;
    text-align: left;
    background: #0048ff;
  }

  .download-right {
    padding: 30px 11px;
    background: #01c5ff;
  }

}

/* FOOTER
-------------------------------*/
footer {
  padding: 25px 0;
  text-align: center;
  background: #000;
}