body {
  background: linear-gradient(100deg, #0695f5, #102569);
  font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;
  margin: 0px;
  padding: 0px;
}

a,ul,li,p,h1,h2,h3,h4{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.liquid-glass {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(25px) saturate(140%);
  -webkit-backdrop-filter: blur(25px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow:
    0 30px 60px -10px rgba(15,30,61,0.5),
    inset 0 0 20px rgba(255,255,255,0.04);
  overflow: hidden;
  mix-blend-mode: normal;
}

img{
  max-width: 100%;
  display: block;
  border-radius: 5px;
}

.container{
    width: 90%;
    margin-left: 5%;
}

.main{
    width: 100%;
    height: auto;
}

.main > section{
    gap: 10px;
    width: 100%;
    margin-bottom: 300px;
}

.box{
  border-radius: 15px;
  width: auto;
  height: 400px;
  font-size: 30px;
  padding: 30px;
  color: #fafafa;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.box-stands{
  border-radius: 15px;
  width: auto;
  height: 400px;
  font-size: 30px;
  padding: 30px;
  color: #fafafa;
}

.slogan h2{
  font-size: 4rem;
  margin-top: 50px;
}

.slogan p{
  font-size: 2rem;
}

.titulo{
  border-radius: 15px;
  font-size: 30px;
  padding: 15px;
  color: #fafafa;
}

.box > h3 > b{
  font-size: 80px;
}

.box > h4, h3 {
  margin-bottom: 10px;
}

.foto img{
  width: 450px;
}

.section-1{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.section-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}
.section-3{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.section-4{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
}

.section-4 > .titulo{
  grid-column: 1/ 4;
  text-align: center;
}

.section-5{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
}

.box > h3 {
  font-size: 40px;
}

.section-6{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
}

.comentario{
  background: rgb(255, 255, 255);
  backdrop-filter: blur(25px) saturate(140%);
  -webkit-backdrop-filter: blur(25px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow:
    0 30px 60px -10px rgba(15,30,61,0.5),
    inset 0 0 20px rgba(255,255,255,0.04);
  overflow: hidden;
  mix-blend-mode: normal;  
  color: #000;
  font-size: 20px;
}

.comentario p{
  margin-bottom: 15px;
  
}

.autor-comentario{
  display: flex;
  align-items: center;
}

.autor-comentario h4{
  margin-left: 10px;
}

.circulo{
  background-color: #102569;
  padding: 20px;
  border-radius: 50%;
  color: #fff;
}

.section-6 > .titulo{
  grid-column: 1/ 4;
  text-align: center;
}

.section-7{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
}

.contatos div{
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
}

.formulario{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.formulario h2{
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.col-md label {
    margin-bottom: 10px;
    color: #fff;
}

.input-control{
  width: 90%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  border-style: none;
  margin-bottom: 10px;
}

.link-btn{
  text-decoration: none;
  padding: 15px;
  border-radius: 10px;
  margin: 30px;
  margin-top: 25px;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.box > .link-btn:hover {
  transform: scale(1.05);        /* leve aumento */
}

.verde{
    color: #ffffff;
    background-color: #18ac20;
}

.azul{
    color: #ffffff;
    background-color: #069df5;
}

.btn{
  margin-top: 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  border-style: none;
  background-color: #25d366;
  color: #fff;
  cursor: pointer;
}

.col-md{
    display: flex;
    flex-direction: column;
}

.whatsapp-botao{
  position: fixed;
  bottom:  20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgb(0, 0, 0 0.2);
}

.whatsapp-botao:hover{
  transition: scale(1.1);
}

.whatsapp-botao:img{
  width: 32px;
  height: 32px;
}

.navbar{
    width: 100%;
    height: auto;
    border-radius: 0px 0px 16px 16px;
}

.nav-list{
    display: flex;
    padding: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav-list div{
  display: flex;
}

.logo{
    width: 100px;
    height: auto;
}

.selo{
    width: 200px;
    height: auto;
}

.logo-escrita{
    width: 500px;
    height: auto;
}

.section-8{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
}

.section-8 > .titulo{
  grid-column: 1/ 3;
  text-align: center;
}

.section-9 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
}

.imagem-9{
  grid-column: 1 / 2; /* lado esquerdo */
  border-radius: 10px;
}

.titulo-9{
  color: #fff;
  font-size: 40px;
}

.box-9{
  width: 100%;
  color: #ffffff;
  text-align: justify;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-grup{
  grid-column: 2 / 2; /* lado direito */
}

.niveis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  font-size: 18px;
  color: #fff;
}

.niveis > div {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

.faq-section h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 100px;
    color: #fff;
}

.faq-item {
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.faq-question {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
}

.faq-answer {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.faq-answer a {
    color: #ffffff;
    text-decoration: underline;
}

.img-box-stand{
  width: 606px;
  height: auto;
}

.ul-estilo li{
  list-style-type: circle;
}

.ul-estilo{
  list-style-type: circle;
  padding: 20px;
  color: #fff;
  font-size: 25px;
}

.box-stands img{
  margin-bottom: 10px;
  margin: 0 auto;
}

.box-texto p{
  color: #ffffff;
  font-size: 20px;
}

.section-10 {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;  /* Centraliza os itens horizontalmente */
  align-items: center;    /* (opcional) Centraliza os itens verticalmente */
  color: #313131;
  font-size: 30px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}

.patrocinadores {
  display: flex;
  justify-content: center; /* Centraliza conteúdo dentro do flex container */
  align-items: center;     /* Alinha verticalmente o conteúdo */
  margin-top: 30px;
}

.master{
  display: flex;
  justify-content: center; /* Centraliza conteúdo dentro do flex container */
  align-items: center;     /* Alinha verticalmente o conteúdo */
  margin-top: 50px;
}

.patrocinadores img{
  margin-left: 3px;
  width: 100px;
}

.master img{
  margin-left: 30px;
  width: 250px;
}

.section-11{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
}

.section-11 > .titulo{
  grid-column: 1/ 3;
  text-align: center;
}

.modal {
  display: none; /* Oculto por padrão */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fundo escurecido */
}

.modal-content {
  background-color: white;
  margin: 8% auto;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 1000px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}

.close-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}

.section-12{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;            
}

.img-box-section-12 img{
  width: 400px;
  height: auto;
}

.box-section-12{
  width: 400px;
  height: auto;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.box-section-12 h3{
  margin-bottom: 30px;
}

.box-section-12 p{
  margin-bottom: 15px;
} 

.box-section-12 a{
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  background-color: #18ac20;
  padding: 15px;
  color: #ffff;
}

.alerta{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.alerta-box{
  width: 40%;
  height: auto;
  margin-bottom: 25px;
  padding: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.alerta-item {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.alerta-item a {
  color: #bdbdbd;
  text-decoration: underline;
  text-decoration: none;
  padding: 10px;
}

#contador{
  font-size: 25px;
}

.alert-vistante {
  background-color: #4CAF50;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5%;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer; 
  margin-bottom: 25px;
  
}

.alert-vistante img{
  width: 35%;
  padding: 5px;
}

.text-alert-vistante {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px;
}

.alert-vistante:hover {
  transform: scale(1.05);   
}
