/*paleta de cores do projeto inteiro*/
/*  https://paletadecores.com/paleta/fb6900/f63700/004853/007e80/00b9bd/  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Orbitron:wght@400..900&family=Sarpanch:wght@400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #000000;
  opacity: 1;
  background: linear-gradient(135deg, #17171755 25%, transparent 25%) -8px 0/ 16px 16px, linear-gradient(225deg, #171717 25%, transparent 25%) -8px 0/ 16px 16px, linear-gradient(315deg, #17171755 25%, transparent 25%) 0px 0/ 16px 16px, linear-gradient(45deg, #171717 25%, #000000 25%) 0px 0/ 16px 16px;
}

.logo-text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-style: normal;
  font-family: 'Orbitron', sans-serif;
  white-space: nowrap;
  /*text-transform: uppercase;
    font-weight: 400;*/
}

.carousel-title {
  text-align: center;
  font-style: bold;
  font-size: .8rem;
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins';


  color: white;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 1px black;


}

.las {
  font-size: 12px;
}

/*h1 {
    background: linear-gradient(45deg, #ffd700, #c0c0c0, #ffd700, #c0c0c0);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite;
    font-family: 'Audiowide', cursive;
    text-transform: uppercase;
    font-size: 3em;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}*/
h1 {
  font-family: 'Audiowide', cursive;
  background: linear-gradient(45deg, white, #c0c0c0, #ffffff, #c0c0c0);
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s linear infinite;
  text-shadow: 0 0 10px rgba(24, 24, 24, 0.3);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes shine {
  to {
    background-position: 200% center;
  }
}






.carousel {
  margin: 0px;


  --s: 30px;
  /* control the size */

  --g1: conic-gradient(at 37.5% 87.5%, #000000bd 75%, #000000 0);
  --g2: conic-gradient(at 12.5% 62.5%, #000000b0 75%, #f63700 0);
  background:
    var(--g2) calc(var(--s)/4) calc(var(--s)/4),
    var(--g2) calc(5*var(--s)/4) calc(5*var(--s)/4),
    var(--g1), var(--g1) var(--s) var(--s) #0c0c0c;
  background-size: calc(2*var(--s)) calc(2*var(--s));
  animation: g15 5s infinite linear;
}

@keyframes g15 {
  to {
    background-position:
      calc(var(--s)/4) calc(9*var(--s)/4),
      calc(5*var(--s)/4) calc(-3*var(--s)/4),
      0 calc(2*var(--s)),
      var(--s) calc(-1*var(--s));
  }
}


.carousel-container {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.carousel-track img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  flex-shrink: 0;
  background-color: #fff;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-slide {
  min-width: 100%;
  width: 100%;
  flex: 0 0 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

.icon {
  font-size: 25px;
  color: white;
  margin: -8px auto;
  animation: soco 5s infinite;
  text-shadow: 1px 1px 1px black;
}

@keyframes soco {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  98% {
    filter: blur(0px);
  }

  99% {
    filter: blur(2px);
  }

  100% {
    transform: scale(1);
    filter: blur(0px);

  }
}

.features {

  color: #bec4cf;

  padding: 1.5rem;
  border-radius: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  /*padding: 3rem 2rem;*/
  justify-content: center;
}

.halldestaques {
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 1rem 2rem;

  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.57);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(13.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.halldestaques span {
  color: red;
}

.cronograma {
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  padding: 1rem 2rem;

  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.57);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(13.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  overflow: hidden;
  margin: 10px;
}

/* Estilos do Menu Responsivo */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #111;
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

header>h2 {
  flex-shrink: 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 1001;
  overflow: hidden;
  min-width: 0;
  flex: 1;
}

.logo-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* Mantém o formato da logo se for circular */
}

.logo-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  /* Começa mais longe */
  width: 100%;
  /* Brilho mais largo */
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-30deg);
  z-index: 2;
  /* Garante que fique ACIMA da imagem */
  pointer-events: none;
}

.logo:hover .logo-wrapper::after {
  left: 150%;
  transition: left 0.6s ease;
}

.logo img {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}

.logo-text {
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: 'Bebas Neue';
  color: #f24b16;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* Menu de Navegação */
.nav-menu {
  display: flex;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  /*border-radius: 4px;*/
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
  height: 31px;
}

.nav-menu a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f63700;
  transition: width 0.3s ease;
}

.nav-menu a:hover:before,
.nav-menu a.active:before {
  width: 100%;
}

.nav-menu a:hover {
  color: #f63700;
}

/* Botão do Menu Mobile */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 1.8rem;
  cursor: pointer;
  z-index: 1001;
  padding: 0.5rem;
  transition: color 0.3s ease;
}

.menu-toggle:hover {
  color: #f63700;
}

/* Botão de Login */
.login-btn {
  background: linear-gradient(180deg, rgba(251, 105, 0, 0.8) 0%, rgba(255, 116, 46, 0.2) 50%, rgba(184, 40, 0, 0.75) 100%);
  color: white;

  border: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.login-btn:hover {
  background-color: #d42f00;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 2px 2px #440f00;
}

/* Menu Mobile */
@media (max-width: 992px) {
  .menu-toggle {
    display: block;
  }

  .logo-text {
    font-size: 11px;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 300px;
    height: 100vh;
    background-color: #111;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  }

  .nav-menu.active {
    right: 0;
    z-index: 1010;
  }

  .nav-menu a {
    font-size: 1.2rem;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
  }

  /* Botão de login centralizado no mobile menu */
  .login-btn {
    margin: 1rem 0;
  }
}

/* Ajustes para telas muito pequenas */
@media (max-width: 576px) {
  .logo-text {
    font-size: 0.65rem;
  }

  .nav-menu {
    width: 85%;
  }

  .login-btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }

  .menu-toggle {
    font-size: 1.5rem;
  }
}

/* Esconde o separador no mobile */
@media (max-width: 992px) {
  header>h2 {
    display: none;
  }

  header {
    padding: 0.8rem 1rem;
    gap: 0.5rem;
    justify-content: space-between;
  }

  .logo {
    flex: 0 1 auto;
    min-width: 0;
  }

  .menu-toggle {
    margin-left: auto;
    flex-shrink: 0;
    z-index: 1022;
  }
}

.linka {
  color: white;
  text-decoration: none;
}

footer {
  background-color: #111;
  /*color: white;
  font-size: 0.9rem;*/
  text-align: center;
  padding: 1rem;

  position: relative;
  z-index: 1000;

  color: #f24b16;
  font-family: blinker;
  font-size: 10px
}

footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

footer div div {
  font-family: "Zen Dots", sans-serif;
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  /*color: #f24b16;*/
}

footer div div img {
  height: 20px;
  width: auto;
  vertical-align: middle;
}

footer h1 {

  color: #f24b16;
}

footer h2 {
  display: inline;
  font-size: 6px;
  position: relative;
  top: -4.5px;
  left: 230px;
  font-family: system-ui;
  color: white;

}

footer h3 {
  font-size: 11.8px;
  /* color: #f24b16; */
  color: white;
  margin: 0.6rem -15px 0px;
  position: relative;
  font-family: Sarpanch;
  letter-spacing: 5px;
}

.site-footer {
  position: relative;
  background: repeating-linear-gradient(-45deg, rgb(18 18 18) 0px, rgb(18 18 18) 2px, transparent 2px, transparent 3.2px), repeating-linear-gradient(45deg, rgb(0 0 0) 0px, rgb(14 14 14) 2px, transparent 2px, transparent 3.2px), linear-gradient(rgb(39 39 39), rgb(14 14 14));
  color: #fff;
  padding: 100px 20px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-family: 'SF Pro Display', sans-serif;
  overflow: hidden;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.footer-smbr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: -18px 0px;
}

.footer-ig {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #5b5b5b;
  text-decoration: none;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
  /* font-weight: bold; */
  transition: all 0.3s;
  font-family: sarpanch;
  letter-spacing: 2px;
  margin: -28px -27px;
}

.footer-ig:hover {
  text-shadow: 0 0 10px #616161;
  color: white;
}

@media (max-width: 768px) {
  .footer-ig {
    position: static;
    margin-top: 10px;
    justify-content: center;
  }
}

.view-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;

  letter-spacing: 1px;
  text-transform: uppercase;
  background: radial-gradient(circle, rgba(20, 153, 255, 1) 0%, rgb(0, 74, 170) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-family: Cinzel Decorative;

}