@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


.carousel-inner {
  height: 100vh;
}

.slide {
  position: relative;
}

.qrcode {
  padding-top: 25vh;
  text-align: center;
}

.logo-jca {
  position: absolute;
  top: 5%;
  left: 85%;
  z-index: 999;
}

.logo-jca img {
  width: 200px;
}

.news-title {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  margin-bottom: 260px;
}

.news-img {
  margin-top: -170px;
}

.imagem-escura {
  position: relative;
  display: inline-block;
}

.imagem-escura::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Cor preta com 50% de opacidade */
}


@media only screen and (min-width: 992px) and (max-width: 1100px){
  .carousel-inner {
    height: 100vh;
  }
  
  .slide {
    position: relative;
  }
  
  .logo-jca {
    position: absolute;
    top: 5%;
    left: 85%;
    z-index: 999;
  }
  
  .logo-jca img {
    width: 200px;
  }
  
  .news-title {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    margin-bottom: 260px;
  }
  
  .news-img {
    margin-top: -200px;
  }
  
  .imagem-escura {
    position: relative;
    display: inline-block;
  }
  
  .imagem-escura::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Cor preta com 50% de opacidade */
  }
  
}

@media only screen and (min-width: 1101px) and (max-width: 1399px){
  .carousel-inner {
    height: 100vh;
  }
  
  .slide {
    position: relative;
  }
  
  .logo-jca {
    position: absolute;
    top: 5%;
    left: 85%;
    z-index: 999;
  }
  
  .logo-jca img {
    width: 200px;
  }
  
  .news-title {
    font-family: "Montserrat", sans-serif;
    font-size: 60px;
    margin-bottom: 260px;
  }
  
  .news-img {
    margin-top: -50px;
  }
  
  .imagem-escura {
    position: relative;
    display: inline-block;
  }
  
  .imagem-escura::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Cor preta com 50% de opacidade */
  }
  
}
