@import url(no-strap.css);
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

:root {
  --orange: #ff8800;
}

body {
  background: #040404;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  height: 100%;
  overflow-x: hidden;
}

body,
input,
button {
  font-size: 1rem;
  font-family: sans-serif;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button {
  cursor: pointer;
}

section {
  width: 100%;
  min-height: 100vh;
  display: block;
}

img {
  max-width: 100%;
  border-radius: 0.8rem;
  border: 1px solid #6d6d6d7a;
  object-fit: cover;
  padding: 0 !important;
  margin: 0 !important;
}

hr:not(.alert hr) {
  background-color: #ffffff38;
}

h1,
h2 {
  font-size: 2.8rem;
  text-transform: uppercase;
  color: var(--orange);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

header {
  width: 100%;
  height: 100vh;
  background: url(../images/header.png) no-repeat center top;
  position: relative;
}

a {
  color: var(--orange);
}

.navbar-nav,
.navbar-collapse {
  height: 90px;
}

.navbar-light .navbar-nav .nav-link {
  min-width: 100px;
  text-align: center;
  height: 100%;
  line-height: 70px;
  padding: auto 20px;
  margin: 0 15px;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: orange;
}

.navbar-light .navbar-nav .nav-link.active {
  background-color: #ffffff27;
  color: currentColor;
}

.navbar-light .navbar-nav .nav-link.active:hover {
  text-shadow: 0 2px 0 #0000003f;
}

a > i:hover {
  color: #fff;
}

/* Mobile icon menu */
.nav-toggler span {
  width: 50px;
  height: 3px;
  margin: 5px 0;
  background-color: #fff;
  display: block;
}

/* Cabeçalho */
.header-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 65%;
  margin: auto;
  z-index: 10;
  text-align: center;
}

.header-text h1 {
  font-size: 4rem;
}

.navbar {
  width: 100%;

  background-color: rgba(0, 0, 0, 0.61);
  backdrop-filter: blur(11px);
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 25;
  padding: 0;
}

/* Iframe videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub-title {
  font-size: 1.3rem;
  color: rgb(185, 185, 185);
}

/* Sessão 1 */
.section-1 {
  background: url(../images/img_01.png) no-repeat center top;
}

.section-1 .super-sobre {
  position: relative;
  top: 150px;
}

.super-sobre .sobre h2 {
  font-size: 3rem;
  text-transform: uppercase;
  color: var(--orange);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.super-sobre .sobre p {
  text-align: justify;
}

/* Sessão 2 */
.section-2 {
  background: url(../images/img_02.png) no-repeat center top;
}

.section-2 .super-titulos {
  position: relative;
  min-height: inherit;
  display: flex;
}

.super-titulos .titulos h2 {
  font-size: 3.5rem;
}

/* Sessão 3 */
.section-3 {
  display: flex;
  background: url(../images/img_03.png) no-repeat center top;
}

.section-3 .super-upgrade .title {
  padding: 80px 0;
}

/* Sessão 4 */
.section-4 {
  min-height: 100vh;
  background: url(../images/img_04.png) no-repeat center top;
}

.super-pass {
  position: relative;
  top: 200px;
}

/* Ir para o topo */
.goUp {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #e69130;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 16px;
  cursor: pointer;
}

/* Footer */
footer {
  background-color: #1a1a1abd;
}

/* Contador */
.countdown .count {
  min-width: 80px;
  height: 80px;
  border: 1px solid #ffc37f7e;
  line-height: 80px;
  font-size: 1.5rem;
  border-radius: 11px;
  background-color: #e691307e;
}

@media screen and (max-width: 576px) {
  footer {
    margin-top: 150px;
    position: relative;
    z-index: 25;
  }

  .section-2 .super-titulos {
    padding-top: 200px;
  }

  .alert-heading {
    text-align: center !important;
  }
  .alert {
    padding: 10px !important;
    text-align: center !important;
  }

  .super-titulos {
    padding: 0 15px !important;
  }

  .alert {
    padding: 0 10px;
  }

  .row {
    justify-content: center;
    margin: 0;
  }

  img {
    margin: auto !important;
    display: block;
  }

  h2,
  .sub-title {
    text-align: center;
  }
  h2 {
    padding: 10px;
    font-size: 7vw !important;
  }

  a.btn {
    margin: 20px auto;
    display: block;
  }
}
