.we-are-and-blue > .slogan {
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: inherit;
  font: inherit;
  border-radius: 0;
  appearance: none;
  font-family: "PNA Solarithm";
  font-size: 20px;
  line-height: 60px;
  letter-spacing: 1px;
  color: var(--blue);
  text-decoration: none;
  padding-right: 4px;
  font-style: italic;
}

.container-arrow {
  display: flex;
  margin-bottom: 180px;
  align-items: center;
  justify-content: center;
}

.container-arrow .button {
  padding-right: 0;
}

.container-arrow .arrow {
  margin-left: 10px;
}

.container-arrow .button:hover {
  transition: none;
  padding: 0;
}

.button-submit {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
}

.we-are-and-blue {
  background-color: white;
  height: auto;
  padding-top: 210px;
  text-align: center;
  position: relative;
}

.we-are-and-blue > .title {
  text-align: center;
  padding-bottom: 135px;
}

.we-are-and-blue > .title > .frase1 {
  color: var(--cinzaClaro);
  font-size: 20px;
  font-weight: 400;
  font-family: "Brother 1816";
  line-height: 26px;
}

.we-are-and-blue > .title > img {
  height: 67px;
  margin-top: 20px;
}

.we-are-and-blue > .selfie1 {
  position: absolute;
  top: 14.5%;
  left: 5%;
  width: 500px;
}

.we-are-and-blue > .selfie2 {
  position: absolute;
  top: 26.5%;
  right: 36.5%;
  width: 500px;
}

.we-are-and-blue > .selfie3 {
  position: absolute;
  top: 14.5%;
  right: 5%;
  width: 500px;
}

.we-are-and-blue > .description {
  margin: 0 auto;
  padding: 20px;
  max-width: 460px;
  padding-top: 150px;
  margin-bottom: 100px;
}
.we-are-and-blue > .description > p {
  color: var(--blue);
  font-family: "Brother 1816";
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0;

  text-align: left;
  padding-bottom: 37px;
}

.biografia {
  display: flex;
  justify-content: center;
  color: var(--blue);
}

.biografia > .container > img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center 5%;
}

.biografia > .container > .imagem1 {
  padding-right: 10px;
}

.biografia > .container > .imagem2 {
  margin-left: 10px;
}

.biografia > .container > .name {
  font-family: "PNA Solarithm";
  font-size: 49px;
  line-height: 65px;
  padding-top: 65px;
}

.biografia > .container > .title {
  font-family: "Brother 1816";
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 350;
  padding-bottom: 65px;
}

.biografia > .container > p {
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 120px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Brother 1816";
  font-weight: 300;
}

.biografia > .container > p:last-child {
  padding-bottom: 180px;
}

.slogan-sobre-nos {
  color: var(--cinzaClaro);
  font-family: "PNA Solarithm";
  font-size: 60px;
  text-align: center;
  letter-spacing: 1px;
  padding-bottom: 25px;
}

.slogan-sobre-nos p {
  line-height: 75px;
}

.slogan-sobre-nos .italic {
  font-family: "PNA Solarithm";
  font-style: italic;
}

.we-are-and-blue.mobile {
  display: none;
}

@media only screen and (max-width: 1746px) {
  .we-are-and-blue > .selfie1,
  .we-are-and-blue > .selfie2,
  .we-are-and-blue > .selfie3 {
    width: 400px;
  }
}

@media only screen and (max-width: 1400px) {
  .we-are-and-blue > .selfie1,
  .we-are-and-blue > .selfie2,
  .we-are-and-blue > .selfie3 {
    width: 300px;
  }
}

@media only screen and (max-width: 1060px) {
  .we-are-and-blue > .selfie1,
  .we-are-and-blue > .selfie2,
  .we-are-and-blue > .selfie3 {
    width: 250px;
  }
}

@media only screen and (max-width: 880px) {
  .we-are-and-blue > .selfie1,
  .we-are-and-blue > .selfie2,
  .we-are-and-blue > .selfie3 {
    position: relative;
    width: 100px;
    display: block;
  }

  .images {
    position: relative;
    z-index: 0;
    display: inline-block;
    justify-content: center;
    align-content: center;
    padding: 0 20px;
  }

  .images img {
    width: 350px;
  }
  .we-are-and-blue {
    display: none;
  }

  .we-are-and-blue.mobile {
    display: block;
    padding-top: 100px;
    height: auto;
  }
  .slogan {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
  }

  .biografia > .container > .title {
    font-size: 16px;
    padding-bottom: 40px;
  }

  .biografia > .container > .name {
    font-size: 30px;
    padding-top: 20px;
  }

  .biografia > .container > p {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
  }

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

  .slogan-sobre-nos {
    font-size: 30px;
  }

  .biografia > .container > p:last-child {
    padding-bottom: 60px;
  }

  .biografia > .container > img {
    object-fit: cover;
  }

  .container-arrow {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .we-are-and-blue > .description > p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 30px;
  }

  .slogan-sobre-nos p {
    font-size: 30px;
    line-height: 40px;
  }

  .we-are-and-blue > .title {
    padding-bottom: 50px;
  }

  .we-are-and-blue > .description {
    padding: 30px;
    padding-top: 50px;
  }

  .biografia > .container > .imagem1 {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .biografia > .container > .imagem2 {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .biografia > .container > p {
    font-size: 14px;
  }
  
  .container-arrow {
      margin-bottom: 30px;
    }
}
