.introduction {
  background-color: #107aaf;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.img-tartaruga {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85vh;
  width: 85vh;
}

#tartaruga {
  height: 100%;
  width: 100%;
}

.apresentacao {
  color: #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: solid 5px #1b5f97;
  border-radius: 3rem;
  padding: 3vw;
  width: 30vw;
  height: 80vh;
  box-shadow: 0px 0px 90px -5px #09384d;
}

.apresentacao h1 {
  font-weight: 600;
  font-size: 2.5rem;
}

.apresentacao p {
  font-weight: 400;
  text-align: justify;
  font-size: 1.5rem;
}

.abrirModal {
  color: #00aaff;
  font-weight: bold;
}

.modal {
  margin: auto;
  border-radius: 2rem;
  border: 0;
}

.modalNaoPodeDisplay {
  background-color: #f7f7f7;
  width: 70vw;
  height: 78vh;
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  gap: 2vw;
}

.superioresModal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

#time h1 {
  color: #1b5f97;
  font-size: 4vw;
  margin-top: -2vw;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

.btnFechar {
  color: #1b5f97;
  width: 100%;
  height: 2vw;
  display: flex;
  font-size: 2vw;
  justify-content: flex-end;
  transition: all 0.5s ease;
}

.btnFechar:hover {
  color: #288ada;
  cursor: pointer;
}

#faq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3vh;
  background-color: #f4f4f4;
  height: 70vh;
  box-shadow: inset 0 -0.8vh 2vh -1.3vh rgba(0, 0, 0, 0.3);
}

#fotos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
}

#time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  font-size: 1.8vw;
}

.tracoAzul {
  display: flex;
  width: 2.7vw;
  height: 0.5vw;
  border-radius: 1rem;
  background-color: var(--button-color);
  color: #f2f4f700;
}

#time i {
  font-size: 3vw;
}

a {
  color: var(--button-color);
}

.buttoon {
  display: grid;
  align-items: start;
  width: 60%;
  height: 8vh;
}

.perfil {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18.65vw;
  height: 50vh;
  background-color: #fff;
  box-shadow: 0 1vw 1.2vw 0 rgba(0, 0, 0, 0.062);
}

.perfil img {
  width: 18.65vw;
  height: auto;
}

.descPerfil {
  color: #282828;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

.descPerfil h2 {
  font-size: 1.6vw;
}

.descPerfil h3 {
  color: #3e3e59;
  font-weight: 400;
  font-size: 1.1vw;
}

.descPerfil p {
  color: #5f6980;
  font-weight: light;
  font-size: 1.5vh;
}

.icones {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.icon {
  text-align: center;
  font-size: 1.2vw;
}

.icones li {
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #282828;
  background-color: #f2f4f7;
  border-radius: 100%;
  transition: all 0.3s ease;
}

.icones li:hover {
  background-color: #cacbce;
  color: #000000;
}
