@import url('fonts.css');

.section-dragon {
    width: 100vw;
    height: 60vh;
    background-image: url('/img/background-download-before-smoke.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 20% top 10%;
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: start;
    transition: transform 0.2s ease-in-out;
    z-index: 0;
}

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(37, 37, 37, 0.192);
  z-index: -1;
  pointer-events: none;
}

.dragon-content {
    padding-top: 210px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: 'Beaufort-for-LOL-Bold', sans-serif;
    color: white;
}

.dragon-content .title-dragon{
    font-size: 36px;
    margin-top: 0px;
    color: #ffffff;
    font-weight: 900;
    font-style: italic;
    
    text-align: s;
    align-items: start;
    display: flex;
    flex-direction: row;
    gap: 5px;
    padding-left: 15vh;
    margin-bottom: -10px;
}

.dragon-content .title-dragon h2{
    font-family: "Beaufort-for-LOL-Bold", sans-serif;
    letter-spacing: 1.2px;
}

.dragon-content .content-download{
    font-size: 16px;
    margin-top: -10px;
    font-weight: 400;
    font-family: "Beaufort-for-LOL-Regular", sans-serif;
    display: flex;
    flex-direction: row;
    width: 50%;
    padding-left: 15vh;
    gap:2%;
}

.dragon-content .content-download a{
    min-width: 180px;
    text-align: start;
    letter-spacing: 1.2px;
}

@media (max-width: 768px) {
  .dragon-content .content-download {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 0vh 3vh;
    text-align: center;
    align-items: start;
  }
  .dragon-content .title-dragon{
    width: 100%;
    padding: 0vh 3vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: start;

  }
  .dragon-content .content-download a{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    
  }
}
@media (max-width: 560px) {
.dragon-content .title-dragon{
    width: 100%;
    padding: 0vh 0vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: start;

  }
}

.btn-download {
  display: flex;
  background: linear-gradient(to right, rgb(30, 133, 165));
  padding: 10px 20px;
  border: none;
  font-weight: 800;
  text-decoration: none;
  height: 38px;
  width: 20%;
  justify-content: center;
  align-items: center;
  text-align: top;
  color: #f6fdff;
  margin-top: 0px;
  border: none;
  transition: transform 0.2s ease-in-out;
  flex-direction: column;
}
.btn-download .download-1,
.btn-download .download-2{
    margin-top: 0px;
    font-size: 12px;
}

.btn-download .option-download-1,
.btn-download .option-download-2{
    gap: 20px;
}


.btn-download:hover {
  transform: scale(1.02);
}


/* === APRESENTAÇÃO === */
.apresentacao-section {
    background: #1a1a1a;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.apresentacao-section {
    display: flex;
    justify-content: center;
}


/* ====SWIPE=== */

/*===Section News===*/
.noticias-section{
  margin: 10px 20vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-color: #fff;
}
.swiper {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-bottom: 6vh;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  width: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 30px 10px;
}
.swiper-wrapper{
  display: flex;
  flex-direction: row;
}
.swiper-wrapper a {
  color: #000;
  text-align: center;
}
.noticia-card {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  max-width: 400px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.noticia-card img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
  display: block;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.noticia-card:hover img {
  transform: scale(1.05); /* o zoom */
}
.noticia-card .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  font-weight: 200;
  
}
.noticia-card .categoria {
  margin-top: 1vh;
  color: #c0a830;
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 0.2vh;
  font-family: "Beaufort-for-LOL-Bold", sans-serif;
}
.noticia-card .data{
  font-size: 14px;
  font-family: "Beaufort-for-LOL-Regular", sans-serif;
  font-weight: 200;
}
.noticia-card p {
  margin-top: -10px; 
  letter-spacing: 0.5px;
  font-family: "Beaufort-for-LOL-Regular", sans-serif;
}
.noticia-card h3 {
  margin-top: 0.6em; 
  font-family: "Beaufort-for-LOL-Bold", sans-serif;
}


/*============================*/
.section-cadastro {
  position: relative;
  background-image: url('/img/background-warbard.png'); /* imagem de fundo épica */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
  padding: 100px 20px;
  text-align: center;
  color: #fff;
  font-family: 'Beaufort-for-LOL-Bold', serif;
}

.cadastro-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(10,10,10,0.95));
  z-index: 1;
}

.cadastro-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
  
}

.cadastro-titulo {
  font-size: 42px;
  margin-bottom: 20px;
  color: #f0e68c;
  text-shadow: 0 0 10px #000;
}

.cadastro-titulo .destaque {
  color: #6cf;
  text-shadow: 0 0 15px #39f;
}

.cadastro-texto {
  font-size: 20px;
  margin-bottom: 40px;
  color: #ddd;
}

.btn-cadastrar {
  background: linear-gradient(to right, #39f, #39f);
  padding: 15px 40px;
  color: white;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  box-shadow: 0 0 15px #39f;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.btn-cadastrar:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #39f;
}


/*=============FUMAÇA================*/
.fading-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(10, 10, 10, 0.308) 100%);
}

.fumaça-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.5;
  filter: blur(2px);
  pointer-events: none;
}

.scroll-down-indicator {
  position: absolute;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  pointer-events: none;
  margin: 10px;
}

.scroll-down-indicator .texto-scroll {
  font-family: "Beaufort-for-LOL-Bold",sans-serif;
  font-size: 20px;
  color: #ccc;
  margin-bottom: 4px;
  animation: floatText 1.5s infinite;
}

.scroll-down-indicator .arrow {
  display: block;
  width: 20px;
  height: 20px;
  border-left: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  transform: rotate(315deg); /* Fixa a rotação */
  animation: floatArrow 1.5s infinite;
  opacity: 0.8;
}

@keyframes floatText {
  0%, 100% { transform: translateY(0); opacity: 0.6; }
  50% { transform: translateY(6px); opacity: 1; }
}

/* Anima Y mas mantém a rotação da seta */
@keyframes floatArrow {
  0%, 100% { transform: translateY(0) rotate(315deg); opacity: 0.6; }
  50% { transform: translateY(6px) rotate(315deg); opacity: 1; }
}