body {
  padding-top: 0px;
  background-color: #000;
}

img{
  width: 100%;
  min-width: 200px;
}

input {
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #000000;
  color:#cccccc;
  border: none;
  border-bottom: 2px solid #555555;
  text-align: center;
}

button {
  width: 100%;
}

@font-face {
font-family: 'Huggable Hedgehogs';
src: url('HuggableHedgehogs.otf');
}

footer {
  margin-top: 100px;
}

a {
  font-weight: bolder;
  opacity: 0.7;
  text-transform: uppercase;
  font-weight: bolder;
}

a:hover {
  opacity: 1;
  color: #75acff;
}

/* ajustes */
.float_l {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.float_r {
  float: right;
  width: 50%;
  padding-left: 5px;
}

.placar {
  color: #ccc;
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
}

.px10 {
  width: 10px;
}

.max1500px {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}

.box {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  flex-basis: 30%;
  padding: 1.5rem;
  text-align: left;
  text-decoration: none;
  border: 2px solid #555555;
  border-radius: 10px;
}

/* intro */
.intro {
  position: relative;
  height: calc(100vh - 0px);
  z-index: 0;
}
.intro .bg  {
  background-image: url("bg.png");
  height: calc(100vh - 0px); 
  background-size: 100%;
  opacity: .25;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation-name: bg;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
@keyframes bg {
  from {opacity: .9;}
  to {opacity: .25;}
}

h1, h2, h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Huggable Hedgehogs';
}

h1 {
  font-size: 120px;
}

h2 {
  font-size: 90px;
  margin-top: 50px;
}
.title {
  position: absolute;
  width: 100%;
  top: 50%;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

.gradient-text, nav ul .active a, nav ul li a:hover {  
  /* Create the gradient. */
   background-image: linear-gradient(
        45deg,
        #CA4246 16.666%, 
        #E16541 16.666%, 
        #E16541 33.333%, 
        #F18F43 33.333%, 
        #F18F43 50%, 
        #8B9862 50%, 
        #8B9862 66.666%, 
        #476098 66.666%, 
        #476098 83.333%, 
        #A7489B 83.333%);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;
  
  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  }


/* Animação do nome do site ***********************************************************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-name: deslizar;
}

@keyframes deslizar {
  from {
      transform: translate3d(0px,-1000px,0px);
  }
  to {
      transform: translate3d(0,0,0);
  }
}

footer {
  border-top: #444 1px solid;
  font-weight: bolder;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
  background-color: #222;
  font-size: 16px;
  color: #ccc;
}

.footer_l {
  float: left;
  width: 50%;
  padding-right: 5px;
  text-align: left;
  padding-left: 30px;
  width: auto;
}
.footer_r {
  float: right;
  width: 50%;
  padding-left: 5px;
  text-align: right;
  padding-right: 30px;
  width: auto;
}

.sobre {
  padding: 0px 10px 0px 10px;
  border-top: #444 1px solid;
  border-bottom: #444 1px solid;
  background: #222;
  color: #ccc;
  width: 100%;
  height: 100%;
  text-align: justify;
  min-height: 100vh;
}

.sobre_l {
  width: 50%;
  height: 55vh;
  padding: 10px 10px 10px 10px;
}

.sobre_r {
  width: 50%;
  height: 55vh;
  padding: 10px 10px 10px 10px;
}

@media screen and (max-width: 768px) {
  footer {    
    text-align: center;
    height: 120px;
  }
  .footer_l {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .footer_r {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .sobre_l {
    width: 100%;
    height: 55vh;
    padding: 30px 30px 30px 30px;
  }
  
  .sobre_r {
    width: 100%;
    height: 55vh;
    padding: 30px 30px 30px 30px;
  }  
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
  padding: 10px;
  gap:30px;
}
.grid-item {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
  border: 2px solid #555555;
  border-radius: 10px;
  color: #999;
}

.category {
  width: 300px;
}

.menu_animacao {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: menu_animacao;
}

@keyframes menu_animacao {
  from {
      transform: translate3d(-2000px,0px,0px);
  }
  to {
      transform: translate3d(0,0,0);
  }
}