body {
  font-family: "Montserrat", sans-serif;
}

/*------------------------ CONTAINER FORMULARIO ------------------------*/

.container-principal {
  background-image: url("https://image.conteudo.sistemaetapa.com.br/lib/fe3111737164047b741c73/m/1/cf138806-22eb-4e78-998d-bffd987ed962.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.secao-formulario {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10%;
  max-width: 1800px;
  padding: 3% 0;
  margin: 0 auto;
}

.secao-formulario div img {
  width: 500px;
}

.container-formulario {
  width: 35%;
}

.container-formulario input,
.container-formulario select {
  border: 1px solid #9e9e9e;
}

.titulo {
  color: #164194;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.alerta {
  color: red;
  text-align: center;
  line-height: 130%;
}

.container-formulario form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 60px;
  background-color: white;
}

.container-formulario form div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.input {
  width: 45%;
}

.container-formulario form div label {
  font-size: 1rem;
}

.container-formulario form div input,
.container-formulario form div select {
  height: 2rem;
  padding: 5px;
}

.alerta-encerramento {
  background-color: #164194;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0px;
  gap: 40px;
}

.alerta-encerramento h1 {
  color: #ffcc00;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

.alerta-encerramento a {
  text-decoration: none;
  color: #164194;
  font-weight: 700;
  background-color: #ffcc00;
  padding: 20px 15px;
  border-radius: 8px;
  transition: 0.2s;
}

.alerta-encerramento a:hover{
  background-color: #b99503;
}

.quantidade {
  width: 100%;
}

.quantidade p {
  text-align: center;
  font-size: 0.8rem;
  color: #164194;
  margin-top: 1%;
}

.botao {
  cursor: pointer;
  margin: 1% auto;
  width: 40%;
  height: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background-color: #164194;
  transition: 0.5s;
}

.botao:hover {
  background-color: #03266e;
}

.termos {
  width: 100%;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
}

.termos div {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
}

.invalido {
  color: red;
  font-size: 12px;
}

.limite {
  width: 100%;
  margin-top: 5px;
}

.limite h2 {
  font-size: 0.8rem;
}

@media (max-width: 1000px) {
  .container-principal img {
    width: 230px;
  }

  .secao-formulario {
    flex-direction: column;
    padding: 10% 0;
  }

  .secao-formulario div img {
    width: 300px;
  }

  .container-formulario {
    width: 85%;
    margin-top: 10%;
  }

  .container-formulario form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 60px;
    background-color: white;
  }

  .input {
    width: 100%;
  }

  .input-menor {
    width: 45%;
  }

  .quantidade h2 {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

/*------------------------ CONTAINER INFORMAÇÕES ------------------------*/

.container-informacoes {
  background-image: url("https://image.conteudo.sistemaetapa.com.br/lib/fe3111737164047b741c73/m/1/2cf39eba-f8fc-49fd-ab24-d1792e8a62c3.png");
  background-repeat: repeat-x;
}

.secao-informacoes {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  gap: 5%;
  padding: 100px 0px;
}

.botao-regulamento {
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  padding: 10px;
  margin: 10px auto;
  color: #ffcc00 !important;
  border: 2px solid #ffcc00;
  border-radius: 8px;
  background-color: transparent;
  transition: 0.5s;
}

.botao-regulamento:hover {
  color: #164194 !important;
  border-color: #164194;
  background-color: #ffcc00;
}

.informacoes-texto {
  width: 60%;
  padding: 0 8rem;
}

.informacoes-texto h2 {
  color: #ffcc00;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.informacoes-texto p {
  color: #ffcc00;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 26px;
}

.informacoes-local-data {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.informacoes-local-data li {
  color: #fff;
  font-weight: 500;
  font-size: 1.25rem;
  width: 300px;
  line-height: 26px;
}

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

.informacoes-icones h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #ffcc00;
  line-height: 26px;
}

.informacoes-icones .bi {
  color: #fff;
}

@media (max-width: 1024px) {
  .container-informacoes {
    background-size: cover;
  }

  .secao-informacoes {
    flex-direction: column;
  }

  .informacoes-texto h2 {
    color: #ffcc00;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .informacoes-texto p {
    line-height: 26px;
  }

  .informacoes-texto {
    width: 80%;
    padding: 0rem;
    text-align: center;
    margin: 0 auto;
  }

  .informacoes-icones {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }

  .informacoes-icones h2 {
    font-size: 2rem;
  }

  .informacoes-local-data {
    margin-top: 2rem;
  }

  .informacoes-local-data li {
    text-align: start;
    margin: 0 auto;
  }
}

/*------------------------ CONTAINER CATEGORIAS ------------------------*/

.container-categorias {
  max-width: 1500px;
  margin: 0 auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.categorias-texto {
  text-align: center;
}

.categorias-texto h2 {
  color: #164194;
  font-size: 3rem;
  font-weight: 700;
}

.categorias-texto p {
  margin: 1rem auto;
  color: #164194;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 26px;
  width: 60%;
}

.categorias-cards {
  margin-top: 2%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.categoria {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  width: 372px;
  height: 364px;
  border-radius: 16px;
  padding-top: 40px;
}

.categoria h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  width: 70%;
  line-height: 24px;
}

.categoria div {
  width: 70%;
  line-height: 24px;
  font-weight: 500;
}

.rosa {
  background-color: #e8326d;
}

.azul {
  background-color: #0080c8;
}

.verde {
  background-color: #00a29d;
}

.categoria .bi {
  font-size: 5rem;
}

@media (max-width: 1024px) {
  .categorias-texto h2 {
    font-size: 2rem;
    width: 70%;
    margin: 5% auto 0;
  }
  .categorias-texto p {
    font-size: 1rem;
  }

  .categorias-cards {
    margin-top: 2%;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .categoria {
    align-items: center;
    width: 330px;
    height: 370px;
  }
}

/*------------------------ CONTAINER PARTICIPAÇÃO ------------------------*/

.container-participacao {
  background-color: #ffcc00;
}

.container-participacao div {
  max-width: 1500px;
  margin: 0 auto;
  padding: 70px 0;
  text-align: center;
}

.container-participacao div h2 {
  font-size: 3rem;
  color: #164194;
  font-weight: 700;
}

.container-participacao div p {
  margin: 2rem auto 0;
  font-size: 1.25rem;
  color: #164194;
  font-weight: 500;
  width: 50%;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .container-participacao div h2 {
    font-size: 2rem;
  }

  .container-participacao div p {
    font-size: 1.25rem;
    width: 80%;
  }
}

/*------------------------ CONTAINER CARROSSEL ------------------------*/

.container-carrossel {
  max-width: 1500px;
  margin: 3% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.carrossel-titulo h2 {
  color: #164194;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5%;
}

.carousel-item {
  width: 450px;
  height: 350px;
}

.carousel-item img {
  object-fit: cover;
}

@media (max-width: 1024px) {
  .container-carrossel {
    width: 90%;
    margin: 5% auto;
  }

  .carrossel-titulo h2 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }

  .carousel-item {
    width: 300px;
    height: 250px;
  }
}

/*------------------------ CONTAINER DUVIDA ------------------------*/

.container-duvida {
  background-color: #164194;
}

.container-duvida div {
  max-width: 1500px;
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.container-duvida div h2 {
  font-size: 3rem;
  color: #ffcc00;
  font-weight: 700;
}

.container-duvida div p {
  font-size: 1.25rem;
  color: #ffcc00;
  width: 70%;
  margin-top: 2rem;
  text-align: center;
  line-height: 26px;
}

.container-duvida div a {
  color: #ffcc00;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .container-duvida div {
    max-width: 1500px;
    width: 80%;
  }

  .container-duvida div h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .container-duvida div p {
    font-size: 1rem;
    color: #ffcc00;
    font-weight: 500;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
}

/*------------------------ FOOTER ------------------------*/

footer img {
  width: 100%;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #211452;
  color: white;
  padding: 2% 5%;
  gap: 50px;
}

.realizacao {
  display: flex;
  align-items: center;
  gap: 15px;
}

.realizacao a {
  width: 10%;
}

.realizacao h3,
.redes-sociais-container h3 {
  font-weight: 700;
}

.redes-sociais-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.redes-sociais-container div {
  display: flex;
  gap: 10px;
}

.redes-sociais-container div a {
  font-size: 1.5rem;
  color: white;
  text-decoration: none;
}

.redes-sociais-container h3 {
  margin: 0;
}

i {
  font-size: 3rem;
}

.bi-youtube {
  font-size: 3.5rem;
}

@media (max-width: 1000px) {
  footer h3 {
    font-size: 0.7rem;
  }

  i {
    font-size: 2rem;
  }

  .redes-sociais-container {
    width: 100%;
  }

  .hotel-informcoes {
    padding: 0.2rem;
  }

  article strong {
    margin-bottom: 3rem;
    font-size: 1rem;
  }

  article p {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
  }

  .bi-youtube {
    font-size: 2.2rem;
  }
  article strong {
    display: block; /* Garante que ele se comporte como um bloco */
    margin-bottom: 0.5rem; /* Reduz o espaçamento abaixo do strong */
    font-size: 1.1rem;
  }

  .programacao h2 {
    margin: 5%;
  }

  .realizacao a {
    width: 30%;
  }
}
