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{
    margin-bottom: 300px;
    gap: 10px;
    width: 100%;
    text-align: justify;
}

.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;
  margin-top: 20px;
  text-align: justify;
}

.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;
}

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

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

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

.logo-escrita{
   font-size: 50px;
   font-weight: bold;
   color: #fff;
}

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

.section-8 > .box > p{
  font-size: 25px;
}

.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;
}

.faq-item 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;
}

.noticias {
    display: grid;
    grid-template-columns: 1fr; /* Título ocupa linha inteira */
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
    color: #ffff;
}

.noticias > .titulo-n {
    grid-column: 1 / -1; /* Ocupa toda a largura */
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}

.noticias .box-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Primeira linha 2 colunas */
    gap: 20px;
    margin-bottom: 20px;
}

.noticias .box-container-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Segunda linha 3 colunas */
    gap: 20px;
}

.box-n > .imagem-n{
    width: 100%;  
}

.box-n > div{
    margin-bottom: 5px;
    
}

.imagem-n > img{
    width: 100%;
    height: 260px;
    border-radius: 7px;
}

.imagem-n > .img1-n{
    width: 100%;
    height: 400px;
    border-radius: 7px;
}

.noticias > .box-n{
    width: 100%;
    
}

.box-n > .titulo-n {
    font-weight: bold;
    font-size: 20px;
}

.box-n > .texto-n {
    font-size: 15px;
    margin-top: 25px;
}

.box-n > .link-n  {
    margin-top: 25px;
}

.link-n > a{
    background-color: #20cc3d;
    color: #fdfdfd;
    padding: 15px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
}

.link-n > a:hover{
    color: #d6d6d6;
}

.tag{
  font-weight: bold;
  background-color: #20cc3d;
  padding: 10px;
  border-radius: 5px;
  width: 97%;
  text-align: right;
}

        .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;
        }