@font-face {
    font-family: LemonMilk;
    src: url('fonts/LemonMilk.otf');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
@font-face {
    font-family: FuturaMd;
    src: url('fonts/FuturaMd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body{
 font-family: LemonMilk, Calibri, Arial, Tahoma;
 font-size: 0.9em;
 margin-top: 0;
 margin-left: 0;
 margin-right:0;
 background-color: #191919;
}
img,
picture,
video,
embed {
   max-width: 100%;
}
#cabecalho{
 background-color: #191919;
 position: fixed;
 height:58px;
 width: 100%;
 left: 0;
 top: 0;
 padding-top:0.5em;
 z-index: 3000;
}
.area_menu{
 height:4em;
 background-color: #191919;
 padding-top:0.5em;
 padding-left:0.5em;
 padding-bottom:0.5em;
}
.menu{
 font-family: FuturaMd, Calibri, Arial, Tahoma;
 color: white;
 z-index: 3002;
}
.botao-link {
  display: inline-block;
  background-color: #ff6633;
  color: #000000;
  font-family: FuturaMd, Calibri, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  border: none;
  padding: 1em 2em;
  margin: 1em;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  width: 200px; 
  min-width: 48px;
  min-height: 48px;
}

.botao-link:hover {
  background-color: #ffffff;
  color: #ff6633;
  border: 2px solid #ff6633;
  box-shadow: 0 6px 16px rgba(255, 102, 51, 0.4);
}
.botoes-centralizados {
  text-align: center;
  margin-top: 2em;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: LemonMilk, Calibri, Arial, sans-serif;
  font-size: 1.4em;
  color: white;
  padding-left: 0.5em;
  white-space: nowrap;
}
.secao-apresentacao {
  max-width: 960px;
  margin: 0 auto;
  padding: 4em 1em;
  color: #FFFFFF;
  font-family: FuturaMd, Calibri, Arial, sans-serif;
  line-height: 1.4;
  font-size: 1.05em;
}
.secao-apresentacao h2 {
  font-family: LemonMilk, Calibri, Arial, sans-serif;
  background-color: #ff6633;
  color: #000000;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 1em;
  padding: 1em 0;
  width: 100%; 
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.secao-apresentacao p {
  margin-bottom: 1em;
  text-align: justify;
}
a:link, a:visited {
    color: white;
    text-decoration:none; 
}
a:hover, a:active {
    color: #f65124;
    text-decoration:underline;
}
.fbranco{
    color:#FFFFFF; 
}
.texto{
	font-size:1.125em;
	font-family: FuturaMd, Calibri, Arial, Tahoma;
	color:#FFFFFF;
}
.linkalt:link, .linkalt:visited {
    text-decoration:underline; 
}
.linkalt:hover, .linkalt:active {
    font-weight: bold; 
    color: #FFF;
}
* {box-sizing: border-box}
.mySlides {
    display: none;
    z-index:0;
}
.mySlides img {
    background-color: #000000;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index:0;
}
.slideshow-container {
  max-width: 790px;
  position: relative;
  z-index:1;
  margin: auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.legenda_carrossel {
  background-color: rgba(0, 0, 0, 0.6); 
  color: #FFFFFF;                       
  font-size: 1em;
  padding: 0.8em 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: FuturaMd, Calibri, Arial, sans-serif;
  font-weight: 500;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7); 
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.centro{
  text-align:center;
}
.direita{
  text-align:right;
}
.dot {
  cursor: pointer;
  height: 60px;
  width: 60px;
  margin: 0 5px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  transition: background-color 0.6s ease;
}
a:focus, .dot:focus {
  outline: 2px solid #f65124;
}
.active, .dot:hover {
  background-color: #000;
}
.dot.active {
  border: 4px solid #ff6633;
  box-shadow: 0 0 10px rgba(255, 102, 51, 0.6);
}
.form-group {
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #FFFFFF;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.7em;
  font-family: FuturaMd, Calibri, Arial, sans-serif;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #222;
  color: #fff;
  box-sizing: border-box;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #ff6633;
  box-shadow: 0 0 5px rgba(255, 102, 51, 0.6);
}
#apps,
#games {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 1em;
}
#apps img,
#games img {
  display: block;
  margin: 1em auto;
  max-width: 100%;
  height: auto;
}
#apps p,
#games p {
  text-align: justify;
  margin-bottom: 1em;
}
#apps a,
#games a {
  display: inline-block;
  margin: 1em 0.5em;
}
#apps picture,
#games picture {
  margin-bottom: 2em;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/* ====== MOBILE RESPONSIVO ====== */
@media only screen and (max-width: 768px) {
    body {
        font-size: 1em;
        padding: 0 1em;
    }
    h1 {
        font-size: 2em;
        text-align: center;
    }
    .mySlides img {
        max-height: 60vh;
        z-index:0;
    }
    .area_menu {
  height: 4em;
  background-color: #191919;
  padding: 0.5em 0 0.5em 0;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 1em;
    }
    .slideshow-container {
        max-width: 100%;
        z-index:0;
    }
    .legenda_carrossel {
        font-size: 0.9em;
    }
    .prev, .next {
        font-size: 30px;
        padding: 10px;
    }
    .dot {
        height: 40px;
        width: 40px;
    }
    .texto {
        font-size: 1em;
        text-align: justify;
    }
}
.menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-right: 2em;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 3001;
}
.menu {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3002;
}
.menu-list {
  list-style: none;
  display: flex;
  gap: 2em;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  position: relative;
  z-index: 3003;
  width: 100%;
}
.menu-list li a {
    color: white;
    font-family: FuturaMd, Calibri, Arial, Tahoma;
    text-decoration: none;
    font-size: 1em;
}
.menu-list li a:hover {
    color: #f65124;
}
.principal{
    padding-top: 4.2em;
}
.logo-fixa {
  position: fixed;
  top: 2px;
  left: 20%;
  z-index: 1000;
  display: block;
  width: 46px;
  height: 53px;
}
.logo-fixa img {
  width: 100%;
  height: auto;
  display: block;
}
.sobre-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em 1em;
}
.sobre-container h1 {
  text-align: center;
}
.sobre-container p {
  text-align: justify;
  margin-bottom: 1.5em;
  color: #fff;
}
.sobre-equipe {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
  margin-top: 2em;
  padding: 2em 1em;
}
.sobre-membro {
  color: #fff;
  width: 30%;
  text-align: center;
}
.sobre-membro .nome {
  display: block;
  margin-top: 0.5em;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sobre-membro p {
  margin-top: 1em;
}
.rodape {
  background-color: #ff6633;
  color: #ffffff;
  padding: 2em 1em 1em;
  font-family: FuturaMd, Calibri, Arial, sans-serif;
  font-size: 1.2em;
}

.rodape-conteudo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2em;
}

.rodape-bloco {
  flex: 1 1 200px;
  min-width: 200px;
}

.rodape-titulo {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #000000;
}
.rodape a {
  color: #222222;
  font-size:1.2em;
  text-decoration: none;
}
.titulo_hotsite{
  margin-top:0px;
}
.rodape a:hover {
    text-decoration: underline;
}
.store-badge {
  height: 40px;
  margin-right: 0.5em;
  margin-top: 0.5em;
}
.rodape-copy {
  text-align: center;
  margin-top: 2em;
  font-size: 1.2em;
  border-top: 1px solid #444;
  padding-top: 1em;
  color: #000000;
}
/* Ícone hamburguer mobile */
.menu-icon {
    display: none;
    font-size: 2em;
    color: white;
    cursor: pointer;
    padding: 0 1em;
    margin-left: auto; 
    order: 2;
}
.menu-toggle {
    display: none;
}
@media (max-width: 768px) {
    .menu-list {
        flex-direction: column;
        background-color: #191919;
        width: 100%;
        display: none;
        padding: 1em;
        align-items: flex-end;
        text-align: right;
        position: fixed;
        top: 4em;
        right: 0;
        z-index: 3003;
    }
    .menu-toggle:checked + .menu-icon + .menu .menu-list {
        display: flex;
        position: fixed;
        flex-direction: column;
        z-index: 3003;
    }
    .menu-icon {
        display: block;
    }
    .menu {
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
        position: relative;
        z-index: 3002;
    }
    .secao-apresentacao {
        padding: 2em;
        font-size: 1.125em;
    }
    .secao-apresentacao h2 {
        font-size: 2em;
    }
    .secao-apresentacao p {
        text-align: left;
    }
    .sobre-membro {
        width: 100%;
        margin-bottom: 2em;
    }
    .rodape-conteudo {
        flex-direction: column;
        align-items: center;
        text-align: center;
  }
  .store-badge {
    margin: 0.5em;
  }
  }
}