@import url('fonts.css');
.hero {
    position: relative;
    overflow: hidden;
}

.section-dragon {
    height: 70vh;
    width: 100%;
    background-image: url('/img/dragon-background.png');
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: top;
    opacity: 0.9;
    filter:blur(3px) grayscale(60%) contrast(110%);
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

body{
  background-color: white;
}


.apresentacao-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  color: #000;
  margin-bottom: 60px;
  margin:20px;
}
.Title-Artigos{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
  padding-left: 7vh;
}

.Title-Artigos h2{
  font-family: "Beaufort-for-LOL-Bold", sans-serif;
  font-weight: 900;
  font-size: 46px;
  font-style: italic;
  color: #171b20;
  margin-bottom: 25px;
}
.Title-News{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.Title-News h2{
  font-family: "Beaufort-for-LOL-Bold", sans-serif;
  font-weight: 900;
  font-size: 46px;
  font-style: italic;
  color: #171b20;
  margin-bottom: 15px;
}
  
  .Title-News .sub-title{
    margin: 0;
    font-family: "Beaufort-for-LOL-Regular", sans-serif;
    font-weight: 200;
    font-size: 24px;
    font-style: italic;
    color: #171b20;
    margin-bottom: 15px;
  }

  .Content-New{
    display: flex;
    flex-direction: column;
    font-family: "Beaufort-for-LOL-Regular", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: start;
    justify-content: center;
    max-width: 700px;
  }

  .arena-hero { /*section da content*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: -56vh;
    z-index: 4;
  }
  .arena-hero img.bg {
  width: 100%;
  max-width: 1200px;
  height: auto;
  box-shadow: 0 10px 20px rgba(0,0,0,0.6);
}

  .arena-hero h2 {
    margin-top: 20px;
    font-size: 28px;
    font-family: 'Beaufort-for-LOL-Bold', sans-serif;
    font-style: italic;
    color: #0c0c0c;
  }

  .arena-section {
    margin-top: -80px;
    position: relative;
    z-index: 2;
    text-align: center;
  }

  .arena-section img.overlay {
    position: relative;
    width: 200px;
    margin-bottom: 30px;
  }

  .arena-content {
    background: #1e1e1e;
    color: white;
    margin: 10px 20vw;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  }