#containers {
  padding-top: 100px;
}

.tag-title-1,
.tag-title-2 {
  text-align: center;
}

.center-button {
  display: flex;
  justify-content: center;
}

.register-button {
  background-color: slateblue;
  color:white;
  width: 125px;
  height: 30px;
  border: none;
  border-radius: 30px;
  font-family: 'Short Stack';
  margin-bottom: 25px;
}

.slateblue-hover:hover {
  background-color: rgb(125, 114, 198) !important;
} 

.description {
  text-align: center;
  width: 85%;
  line-height: 2.5;
  margin-left: auto;
  margin-right: auto;
}

.title {
  margin-bottom: 20px;
  font-size: 40px;
}

.section-1,
.section-3 {
  display: flex;
  flex-direction: row;
  background-color: black;
  color: white;
}

.section-2 {
  display: flex;
  flex-direction: row;
  background-color: lightpink;
  color: black;
}

.section-1 p,
.section-2 p,
.section-3 p {
  width: 85%;
  text-align: center;
  line-height: 2.5;
}

.section-11,
.section-12,
.section-21,
.section-22,
.section-31,
.section-32 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.section-21-resized,
.section-22-resized {
  display: none;
}

.section-1-image,
.section-2-image,
.section-3-image {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 500px;
  height: 500px;
}

.section-1-image-resized,
.section-2-image-resized,
.section-3-image-resized {
  display: none;
}

.brightness {
  filter: brightness(75%);
}

/* --- Janela reduzida --- */

@media screen and (max-width: 1050px) {

  .section-1-image,
  .section-2-image,
  .section-3-image {
    width: 350px;
    height: 350px;
  }

  .section-1,
  .section-2,
  .section-3 {
    width: 100%;
    flex-direction: column;
  }

  .section-11,
  .section-12,
  .section-31,
  .section-32 {
    width: 100%;
  }

  .section-21,
.section-22{
  display: none;
}

  .section-21-resized,
  .section-22-resized {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  

}

@media screen and (max-width: 600px) {

  .title {
    font-size: 30px;
  }

  .section-1 p,
  .section-2 p,
  .section-3 p,
  .description {
    font-size: 12.5px;
  }

}

@media screen and (max-width: 400px) {

  .section-1-image,
  .section-2-image,
  .section-3-image {
    width: 250px;
    height: 250px;
  }

  .title {
    font-size: 25px;
  }

}

  @media screen and (max-width: 320px) {

    #containers {
      width: 111.75%;
    }

    .title {
      font-size: 20px;
    }

  }