* {
  padding: 0;
  margin: 0;
  
}
.body{
  background-color: #000000;
}

.logo {
  background-color: #fff;
  background-image: url('Logo Unicooper.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 50px; /* ou o necessário pra visibilidade */
  margin: 10px 0 20px;
}

.banner {
  width: 100%;
  height: auto;
  background-image: url('Banner2 copiar.jpg');
  background-size: cover; /* ou contain, se preferir encaixe */
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  aspect-ratio: 2070 / 1280; /* ajuda na responsividade */
}


.areaform {
  margin-top: -50px;
  background-color: black;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.escrita h1 {
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  color: #A9CA4A;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.escrita h3 {
  margin-top: 10px;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  
}

.escrita p {
  margin-top: 10px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
}

.areadoformulario {
  font-family: "Poppins", sans-serif;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
 padding-bottom: 7px;
 
}

.container {
  font-family: "Poppins", sans-serif;
  width: 90%;
  max-width: 1200px;
  background: radial-gradient(at 20% 90%, rgba(0, 128, 255, 0.15), transparent 60%),
    radial-gradient(at 80% 10%, rgba(100, 255, 100, 0.15), transparent 60%),
    radial-gradient(at 100% 100%, rgba(0, 255, 255, 0.1), transparent 60%);
  border: 1px solid #b6ff00;
  border-radius: 0 20px;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: -290px;
  margin-bottom: -190px;
}

.text-content {
  font-family: "Poppins", sans-serif;
  color: white;
  max-width: 500px;
}

.text-content h1 {
  font-family: "Poppins", sans-serif;
  margin-top: -176px;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.text-content h1 span {
  color: #b6ff00;
  font-weight: bold;
}

.text-content p {
  font-size: 20px;
  line-height: 1.6;
  color: #ddd;
}

.formulario {
  width: 100%;
  max-width: 400px;
  margin-right: 100px;
}

.formulario input {
  width: 100%;
  padding: 17px 20px;
  border: none;
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box; /* IGUAL ao botão */
}

.botao-submit {
  display: block;
  width: 100%;
  padding: 17px 20px;
  background-color: #e60000;
  color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border: none;
  border-radius: 50px;
  margin: 0; /* remove margem externa */
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-sizing: border-box; /* ESSENCIAL pra não ultrapassar largura */
}

.botao-submit:hover {
  background-color: #cc0000; /* vermelho escuro no hover */
}
.mensagem-sucesso {
  display: none;
  padding: 100px;
  border-radius: 15px;
  border: 1px solid #a4ff00;
  background: linear-gradient(to right, #000000, #0b1d1a);
  color: white;
  font-family: "Poppins", sans-serif;
  text-align: center;
  max-width: 800px;
  margin: 30px auto;
  box-shadow: 0 0 20px #0f0a;
}

.mensagem-sucesso strong {
  color: #a4ff00;
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
}

.formulario {
  display: block;
}
/*fim do form*/
.banner3 {
  width: 100%;
  height: 400px;
  background-image: url('Banner3.png');
  background-size: cover;
  background-position: center;
  background-color: black;
  padding-top: 15px;
  padding-bottom: 15px;
}

.passoapasso {
  display: flex;
  background-color: #000;
  padding: 14px;
  justify-content: center; /* centraliza o conteúdo */
}

.modo-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px; /* limite para desktop, você pode ajustar */
}

.modo-desktop h2 {
  font-size: 26px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.modo-desktop h2 span {
  color: #a3cb1c;
}

.lado-esquerdo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%; /* permite expandir */
  max-width: 100%; /* garante que não fique espremido */
  padding-bottom: 20px;
}


.imagem-bg {
  width: 100%;
  max-width: 1200px;
  height: 450px; /* aumenta a altura */
  background-repeat: no-repeat;
  background-size: cover; /* cobre todo o espaço */
  background-position: center;
  border-radius: 10px; /* opcional para ficar mais bonito */
}

/* Exibe a imagem conforme a classe no pai */
.passo-atual-1 .imagem-bg {
  background-image: url('01.png');
}

.passo-atual-2 .imagem-bg {
  background-image: url('02.png');
}

.passo-atual-3 .imagem-bg {
  background-image: url('03.png');
}




.botaovideo {
  padding-top: 50px;
  width: 100%;
  height: 40px;
  background-image: url('Icones/icones-07.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  background-color: #000;
}




/* ===== AJUSTE DE CENTRALIZAÇÃO NO MAPA ===== */

.maps {
  background-color: #000;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  margin-top: -10px;
  
}


.busca {
  margin-right: 100px;
  color: white;
  font-family: "Poppins", sans-serif;
}

.busca span {
  color: #a3cb1c;
}

.form-busca {
  margin-top: 20px;
  display: flex;
  background-color: white;
  border-radius: 500px;
  overflow: hidden;
  max-width: 300px;
}

.form-busca input {
  border: none;
  padding: 15px;
  flex: 1;
  outline: none;
  font-size: 16px;
}

.form-busca button {
  background-color: #a3cb1c;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  font-size: 20px;
}

.mapa {
  flex: 1;
  max-width: 900px;
  border-radius: 20px;
  overflow: hidden;
}

#map {
  width: 100%;
  height: 60vh; /* Altura relativa à tela */
  border-radius: 20px;
}
.form-busca-box {
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: "Poppins", sans-serif;
  width: 390px;
}

.input-linha {
  display: flex;
  /*align-items: center;*/
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
}

.input-linha input {
  flex: 1;
  border: none;
  padding: 14px 16px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  background: #a3cb1c;
  outline: none;
  color: #120A7A;
  font-weight: 600;
  border-radius: 23px
}

.input-linha input::placeholder {
  color: #120A7A;
  opacity: 0.8;
}

.input-linha button {
  background: white;
  color: #2e2e2e;
  border: none;
  padding: 0 14px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sugestoes-lista {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 220px;
  overflow-y: auto;
}

.sugestoes-lista li {
  padding: 12px 16px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  color: #444;
  background: #ffffff;
  transition: background 0.2s;
}

.sugestoes-lista li:hover {
  background: #f5f5f5;
}
.escudo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px; /* ajuste conforme necessário */
  background-image: url('ESCUDO JEC - 2025.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}



footer {
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  background-color: #2D2D83;
  color: white;
}

footer a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: white;
}

.icons {
  display: flex;
  gap: 25px;
  padding-top: 20px;
  width: 250px;
  height: 80px;
 justify-content: center;
 padding-right: 200px;
}
.menu-opcoes strong{
  font-size: 1200px;
}
.empresa {
  font-family: "Poppins", sans-serif;
  display: flex;
  /*margin-right: 200px;*/
  gap: 40px;
  flex-direction: row;
  
}
.empresa a {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  
}
.menu-opcoes, .coberturas-opcoes, .services-opcoes, .acessos-opcoes a {
  font-family: "Poppins", sans-serif;
  
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.menu-indicator {
  color: #ffffff00;
}
.icons img{
  width: 40px;
  height: 40px;
  margin-bottom: 0.5rem;
  
}

.logo-footer {
  padding-bottom: 5px;
  width: 400px;
  padding-right: 50px;
}
.forafooter 
{
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.forafooter img
{ 
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding-bottom: 50px;
}
.modo-mobile { display: none; }


/* Tablet (até 991px) */
@media (max-width: 991px) {

  .banner {
    height: auto;
    background-size: contain;
    margin-bottom: 10px;
  }
  .container {
    flex-direction: column;
    margin-top: -150px;
    margin-bottom: -100px;
    padding: 30px;
  }

  .text-content {
    text-align: center;
    max-width: 100%;
  }

  .formulario {
    margin: 0;
    max-width: 100%;
  }

  .maps {
    flex-direction: column;
    gap: 20px;
    height: 350px;
  }

  .busca {
    margin: 0;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  .mapa {
    max-width: 100%;
  }

  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
  }

  .empresa {
    flex-direction: column;
    align-items: center;
  }

  .icons {
    padding: 0;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .logo {
    height: 60px;
    margin: 20px auto;
    background-size: contain;
  }

  .banner {
    width: 100%;
    background-image: url('Bannermobile.jpg');
    aspect-ratio: unset; /* desativa o aspect-ratio */
    height: 89vh; /* define altura fixa para ficar bonito */
   margin-bottom: -1px;
  }
  .banner3 {
    width: 100%;
    height: 100px;
    background-image: url('Banner3.png');
    background-size: cover;
    background-position: center;
    background-color: black;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .areaform {
    margin-top: 0;
    padding-top: 16px;

  }
  .mensagem-sucesso {
    display: none;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #a4ff00;
    background: linear-gradient(to right, #000000, #0b1d1a);
    color: white;
    font-family: "Poppins", sans-serif;
    text-align: center;
    max-width: 800px;
    margin: 30px auto;
    box-shadow: 0 0 20px #0f0a;
  }
  
  .mensagem-sucesso strong {
    color: #a4ff00;
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
  }
  .escrita h1 {
    font-size: 24px;
    text-align: center;
  }

  .escrita h3 {
    font-size: 18px;
    text-align: center;
  }

  .escrita p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
  }

  .areadoformulario {
    height: auto;
    margin: 0;
    padding: 20px;
  }

  .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 20px;
  }

  .text-content h1 {
    margin: 0;
    font-size: 20px;
    text-align: center;
  }

  .text-content p {
    font-size: 14px;
    text-align: center;
  }

  .formulario {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .formulario input {
    font-size: 14px;
    padding: 14px 18px;
  }

  .botao-submit {
    font-size: 14px;
    padding: 14px;
    margin-top: 10px;
  }

  .passoapasso {
    padding: 20px 10px;
  }

  .modo-desktop h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .form-busca-box {
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: "Poppins", sans-serif;
    width: 280px;
  align-items: center;}
 
  .imagem-bg {
    width: 80%;
    max-width: 1200px;
    height: 450px; /* aumenta a altura */
    background-repeat: no-repeat;
    background-size: cover; /* cobre todo o espaço */
    background-position: center;
    border-radius: 10px; /* opcional para ficar mais bonito */
  }

  
  /* Exibe a imagem conforme a classe no pai */
  .passo-atual-1 .imagem-bg {
    background-image: url('Passo04.png');
  }
  
  .passo-atual-2 .imagem-bg {
    background-image: url('Passo05.png');
  }
  
  .passo-atual-3 .imagem-bg {
    background-image: url('Passo06.png');
  }
  .botaovideo{
    padding-top: 6px;
    height: 40px;
    margin-top: -1px;
  }
  .escudo {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px; /* ajuste conforme necessário */
    background-image: url('Escudo-02.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
  }
  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.empresa {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.icons {
    flex-wrap: wrap;
}
.icons img {
    width: 40px;
    height: 40px;
}

.logo-footer {
    width: 150px;
}

.empresa div {
    margin: 10px 0;
}
.menu-opcoes, .coberturas-opcoes, .services-opcoes, .acessos-opcoes {
    display: none;
    margin-top: 10px;
}

.sobre strong, .coberturas strong, .services strong, .acessos strong {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #3a3a90;
    padding: 5px;
    border-radius: 3px;
    transition: background-color 0.3s;
}
.sobre strong:hover, .coberturas strong:hover, .services strong:hover, .acessos strong:hover {
    background-color: #5050a0;
}
a {
    text-decoration: none;
    color: white;
    display: block;
    margin: 5px 0;
}

a:hover {
    text-decoration: underline;
}

.ativo .menu-opcoes, .ativo .coberturas-opcoes, .ativo .services-opcoes, .ativo .acessos-opcoes {
    display: block;
}
.menu-indicator {
    color: #fff;
    margin-left: auto;
    transition: transform 0.3s;
}

.ativo .menu-indicator {
    transform: rotate(90deg);
}

}

