@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Righteous&display=swap);
@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@font-face {
  font-family: "LeagueSpartan-Bold";
  src: url("../assets/fonts/LeagueSpartan-Bold.eot?#iefix");
  src: url("../assets/fonts/LeagueSpartan-Bold.eot?#iefix") format("eot"), 
  url("../assets/fonts/LeagueSpartan-Bold.woff2") format("woff2"), 
  url("../assets/fonts/LeagueSpartan-Bold.woff") format("woff"), 
  url("../assets/fonts/LeagueSpartan-700.ttf") format("truetype"); 
}

body {
  background-image: url(../assets/img/background.png);
  background-size: cover;  
  background-position: center right;
}

h1, .h1 {
  font-family: "LeagueSpartan-Bold", sans-serif;
  text-transform: uppercase;
}

h2, .h2 {
  font-family: "LeagueSpartan-Bold", sans-serif;
  font-size: 1.2rem;
}

p {
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
}

.header{
  height: 10px;
  width: 100%;
  position: fixed;
  z-index: 100;  
  background-image: linear-gradient(90deg, rgba(125,7,174,1) 33.33%, rgba(255,0,96,1) 33.33%, rgba(255,0,96,1) 66.66%, rgba(255,108,0,1) 66.66%);
}

.masthead {
  width: 100%;
}

.masthead::before {
  background-color: rgba(13, 23, 40, 0.80);
  transform: none;
}

.masthead .masthead-content {
  max-width: 40rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  /*border: 1px solid #fff;*/
  margin-left: -20%;
}

.destaque{
  color: #2aeffd;
}

.footer{
  background: #0018FF;
  text-align: right;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 30px;
  color: #fff;
  padding-right: 10px;
  font-size: 10px;
  padding-top: 8px;
}

.mick{
  position: fixed;
  bottom: -90px;
  z-index: 2000;
  text-align: center;
  width: 100%;
}

.form-control {
  font-size: 1rem;
  color: #fff;
  background-color: #000;
  background-clip: padding-box;
  border: 1px solid #0018FF;
  line-height: 0;
  border-radius: 13px;
  padding: 5px !important;
}

.masthead .masthead-content .input-group-newsletter button {
  font-size: 10px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: calc(1rem);
  background: #0018FF;
  border-radius: 13px;
  border: none;
  padding: 9px 20px;
}

.img-mick{
  width: 15%;
}

@media (min-width: 992px) {
  .masthead .masthead-content {
    padding-top: 0;
    padding-bottom: 0rem;
    padding-left: 0;
    padding-right: 17rem;
  }

  .masthead .masthead-content h1, .masthead .masthead-content .h1 {
    font-size: 2.5rem;
  }

  .masthead .masthead-content p {
    font-size: 1rem;
  }
}

@media (max-width: 902px) {
  .masthead .masthead-content {
    margin-left: 0px;
  }

  .img-mick{
    width: 40%;
  }

  .mick{
    text-align: right;
  }
}


@media (max-width: 567px) {
  .masthead .masthead-content h1, .masthead .masthead-content .h1 {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1rem;
  }

  .masthead .masthead-content p {
    font-size: 0.8rem;
  }

  .footer {
    font-size: 7px;
  }
}
