.banner{
  margin: 0 24px;
}

.banner-area{
  width: inherit;
  aspect-ratio: 2.9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-area a{
  display: none;
  left: 0;  
  right: 0;
  top: 0;
}

.banner-area a img{
  max-width: 35vw;
  max-height: 35vh;
  height: fit-content;
}
.banner-area a.active{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.banner-counter-area{
  position: inherit;
  padding-top: 22rem;
  display: flex;
  justify-content: center;
}
.banner-counter{
  display: inline-flex;
  gap: 10px;
  margin-top: 15px;
  padding: 10px;
  background-color: rgba(0,0,0, 0.3);
}
.banner-counter-item{
  width: 28px;
  height: 28px;
  border: 2px solid rgba(0,0,0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.banner-counter-item.active{
  background-color: #ffffff;
  border: 2px solid rgba(0,0,0, 0.5);
}

/* Nome dos autores */
.image-caption {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 5px;
}

.adolfo, .julio{
  height: 80%;
}

.containerTeste{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.containerTesteItem{
  padding: 2rem;
  display: flex;
  align-items: left;
  flex-direction: column;
  gap: 1rem;
}

.titleAutor, .titleObra{
  font-size: 2.6rem;
  max-width: 60vw;
}

.txtContent{
  font-size: 1.6rem;
  max-width: 65vw;
}

.newSec{
  height: fit-content;
  max-height: 63vh;
  overflow-y: scroll;
  max-width: 65vw;
  margin: .5rem 0 0 24rem;
}

.containerTesteItem{
  display: none;
}

.containerTeste .containerTesteItem.active{
  display: inherit;
}