
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Jaapokki Subtract", sans-serif;
  background-image: url("assets/images/background.png");
  background-size: cover;
  background-position: center;
  color: #333;
}

section {
  padding: 15px;
}
.countdown-e-banner {
  padding: 0px 0 0px 0;
}
.sec-countdown {
  display: flex;
  background-color: white;
  top: 100px;
}
.join-us {
  width: 500px;
  font-size: 100px;
  position: absolute;
  font-weight: bolder;
  font-family: fantasy, Copperplate;
  text-transform: uppercase;
  background: url("assets/images/background.png") 50% 50%;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
}
.join-us span {
  display: block;
}
.texto-countdown {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.countdown-section {
  text-align: center;
  margin: 20px 0;
  flex: 1;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 20px;
  background: url("assets/images/background.png") 50% 50%;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.countdown div {
  display: flex;
  flex-direction: column;
}
.countdown div p {
  font-size: 42px;
  font-weight: bolder;
  font-family: fantasy, Copperplate;
  text-transform: uppercase;
}
.countdown div span {
  font-size: 84px;
  font-weight: bolder;
  font-family: fantasy, Copperplate;
  text-transform: uppercase;
}
.countdown-1,
.countdown-2,
.countdown-3,
.countdown-4 {
  justify-content: center;
  align-items: center;
}
.countdown span {
  font-size: 2rem;
  font-weight: bold;
}

.countdown p {
  margin: 0;
  font-size: 1rem;
}

.team-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.countdown-e-banner {
  padding: 0px 0 0px 0;
}
.sec-countdown {
  display: flex;
  background-color: white;
  top: 74px;
}
.join-us {
  width: 500px;
  font-size: 100px;
  position: absolute;
  font-weight: bolder;
  font-family: fantasy, Copperplate;
  text-transform: uppercase;
  background: url("assets/images/background.png") 50% 50%;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}
.join-us span {
  display: block;
}
.about-us-main {
  height: auto;
  display: flex;
  flex-direction: column;
}

.about-us-texto,
.atividades,
.meet-the-team {
  display: flex;
  height: 130px;
  background-color: white;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.about-us-texto p,
.atividades p,
.meet-the-team p {
  font-size: 80px;
  font-weight: bolder;
  font-family: fantasy, Copperplate;
  color: #055b61;
  margin: 0;
}
.x-sbe-caixa {
  height: auto;
}
.about-us {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 15px 0px 15px 0px;
}

.texto-about-us {
  text-align: justify;
  margin: 10px 0;
  line-height: 25px;
}

.logo-e-texto-about-us {
  background-color: white;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  width: 80%;
  height: 80%;
}
.logo-e-texto-about-us:hover {
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.8);
  width: 84%;
  height: 86%;
  transition: width 1s, height 1s;
}
.logo-about-us {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.imagem-logo-about-us {
  width: 80%;
  height: 50%;
  margin-left: 70px;
  margin-top: 24px;
}
.sec-about-us {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
}
.sec-about-us:hover span {
  font-size: larger;
  color: #ff9114;
  transition: font-size 1s;
}
.sec-about-us div {
  width: 70%;
}
.perguntas-who-what {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px;
  height: auto;
}
.pergunta-who,
.pergunta-what {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pergunta-who-texto,
.pergunta-what-texto {
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  width: 55%;
  height: 240px;
}
.pergunta-who-texto p,
.pergunta-what-texto p {
  margin: 10px;
}
.pergunta-where-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 150px;
}
.pergunta-where-texto {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: white;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  width: 50%;
  height: 55%;
}
.pergunta-where-texto p {
  margin: 10px;
}
.perguntas-about-us {
  font-size: 18px;
  font-weight: 700;
  color: #055b61;
  font-family: fantasy, Copperplate;
}

.pergunta-who-texto:hover span,
.pergunta-what-texto:hover span,
.pergunta-where-texto:hover span {
  color: #ff9114;
  font-size: larger;
  transition: font-size 0.7s;
}
.pergunta-what-texto:hover,
.pergunta-who-texto:hover {
  height: 260px;
  width: 60%;
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.8);
  transition: height 1s, width 1s;
}
.pergunta-where-texto:hover {
  width: 55%;
  height: 65%;
  box-shadow: 2px 2px 24px rgba(0, 0, 0, 0.8);
  transition: height 1s, width 1s;
}
.atividades a,
.meet-the-team a {
  text-decoration: none;
}
.meet-the-team a :hover {
  color: #ff9114;
  font-size: 85px;
  transition: color, font-size 0.7s;
}
.atividades a :hover {
  color: #ff9114;
  font-size: 85px;
  transition: color, font-size 0.7s;
}
#header-container,
#footer-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
#header-container {
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Page-specific styles for footer, navigation, etc. */

@media screen and (max-width: 768px) {
  .team-member {
    flex: 1 0 45%; /* Adjusts layout for smaller screens */
  }
}

@media screen and (max-width: 480px) {
  .team-member {
    flex: 1 0 90%; /* Single column layout for very small screens */
  }
}
