.container {
  display: flex;
}
p {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial", sans-serif;
}

.meu-header {
  height: 10vh;
  width: 100%;
  background-color: white;
  /* border: 5px solid green; */
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Adiciona o sombreamento */
  margin-bottom: 30px;
}

.slogan {
  display: flex;
  font-size: 220%;
  color: black;
  justify-content: center;
  align-items: center;
  /* border: 2px solid white; */
  font-family: "oldenglishtextmt";
  /* padding-right: 20rem; */
}

.slogan-rodape {
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: 4rem;
  font-family: "oldenglishtextmt";
}

.alinhamento-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border: 2px solid white; */
}
.rodape-contatos {
  font-family: "Roboto", sans-serif;
}
.btn_rodape {
  background-color: #212529;
}
button {
  border: none;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  /* transition:
    background-color 0.3s ease,
    transform 0.3s ease; */
}

button:hover {
  background-color: rgba(180, 180, 180, 0);
  transform: scale(1.05); /* Leve aumento no tamanho */
}

.btn-final-page {
  display: flex;
  justify-content: center; /* Centraliza os botões horizontalmente */
  align-items: flex-end; /* Mantém os botões no final do espaço disponível */
  gap: 10px;
}
.menu-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: larger;
  justify-items: auto;
}
.futuro-menu {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* background-color: white; */
  color: black;
  /* border: 2px solid black; */
  /* flex: 1; */
  width: 85%;
  font-size: large;
}

/* Fundos Alternados */

.fundo-white {
  display: flex;
  background-color: white;
  width: 100%;
  height: 50rem;
}

.fundo-white3 {
  margin-top: 30px;
  display: flex;
  background-color: white;
  width: 100%;
  height: 47rem;
}

.fundo-qse-grey {
  margin-top: 30px;
  display: flex;
  background-color: #fafafb;
  width: 100%;
}

#etapas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh; /* Usa 80% da altura da tela como base */
  padding: 2rem;
}

/* Ajustar para telas menores */
@media (max-width: 768px) {
  #etapas {
    min-height: 90vh; /* Aumenta a altura em telas menores */
  }

  .card {
    width: 100%; /* Cards ocupam toda a largura em telas menores */
    margin-bottom: 1rem;
  }
}

/* Ajustar para telas maiores */
@media (min-width: 1024px) {
  #etapas {
    min-height: 70vh; /* Menor altura para telas maiores */
  }

  .card {
    width: 18rem;
  }
}

.modelo-preencher {
  display: flex;
  border: 2px solid black;
}

.modelo-border-radius-white {
  margin: 2rem 0 2 rem 0;
  padding: 2rem;
  border-radius: 50px;
  background-color: white;
  border: 2px solid black;
  height: 70rem;
}

.segunda-parte {
  justify-content: space-around;
}
.p {
  /* font-family: "roboto-regular"; */
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.texto {
  margin-top: 40%;
  justify-items: center;
  justify-content: center;
  padding: 30px;
}

/* Segunda Seção */

/* Terceira Seção */
.terceira-secao-titulo {
  flex-direction: column;
  align-items: center;
  justify-self: center;
  border-radius: 50px;
}
.lembrando-texto {
  text-align: center;
  opacity: 0.3; /* Aproximadamente apagado */
  font-style: italic; /* Deixa o texto em itálico, opcional */
  margin-top: 20px; /* Espaçamento superior */
  font-size: 14px; /* Ajuste o tamanho da fonte conforme necessário */
}
.accordion {
  width: 80%;
}
.space-card {
  margin: 1rem;
}

.hide-content {
  display: none;
}

.retrato {
  flex-direction: row;
  width: 100px;
  height: 100px;
  object-fit: cover;
  background-color: aquamarine;
  position: inherit;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%; /* Largura da área clicável para as setas */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* Cor de fundo escura */
  border-radius: 50%; /* Deixa as setas arredondadas (opcional) */
  width: 3rem;
  height: 3rem;
}

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
  font-size: 2rem; /* Tamanho da seta */
  color: black; /* Cor da seta */
}

/* Adicionando espaçamento */
.carousel-control-prev,
.carousel-control-next {
  margin-top: 12rem;
}

.card-text {
  height: 10rem;
}

.rodape {
  padding-top: 50px;
  height: 10rem;
}

.parte3 {
  border-radius: 50px;
}

/* Fontes */
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "oldenglishtextmt";
  src: url("/assets/oldenglishtextmt.ttf") format("truetype");
  font-style: normal;
}

/* Cores Alternadas 
#FAFAFB

#FFFFFF

*/
