@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}


header{
    position: fixed;
    top: 0;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    background-color: #01008C;
    opacity: 0.8;
    z-index: 1;

}

.logo {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;

}

.logo-img {
    width: 40%;
    height: auto;
}

nav {
    width: 100%;
}

ul {
    width: 90%;
    display:flex;
    align-items: center;
    justify-content: space-between;
   
}

li {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color:white;
    
    
}

li:hover {
    color:black;
    cursor: pointer
}
.index {
    background-image: url('./LOGO\ PROGRESSO\ MARCO.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:contain;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    opacity: 0.9;
    background-color: #DDDDDD;
 }

 .receita-img {
    background-image: url('./Logo\ Receita.jpeg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size:70%;
    width:100%;
    height: 100vh;
    display: flex;
    justify-content:center;
    opacity: 0.9;
    background-color: #FFFFFF;
    
 }

 
 li-receita {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color:white;
 }

 li-receita:hover{
    color: black;
    cursor: pointer
    
 }

 ul-receita {
    width: 90%;
    height: 50%;
    display:flex;
    align-items:center;
    justify-content:space-around;

 }

 li-sefaz {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: white;
 }
 
 ul-sefaz {
    width: 90%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
 }

 li-sefaz:hover{
    color: black;
    cursor: pointer
 }

 .sefaz-img {
    background-image: url('./Logo\ sefaz\ al.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 25%;
    width:100%;
    height: 100vh;
    display: center;
    justify-content: center;
    background-color: #FFFFFF;
    opacity: 0.3;

 }

 .prefeitura-img {
    width: 50%;
    margin: 40px;
   display: inline-block;
    margin-top: 110px;
    
 }

 li-prefeitura{ 
    font-size: 22px;
    font-family:'Poppins', sans-serif;
    color:black ;
 }

 li-prefeitura:hover{
    color:black;
    cursor: pointer
 }

 ul-prefeitura {
    width: 100%;
    height: 50%;
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap: 10px;
 }

 header-prefeitura {
    width: 100%;
    height: 80px;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    background-color: #01008C;
 }

 .certidao-img {
    width: 50%;
    margin: 40px;
   display: inline-block;
    margin-top: 110px;
    
 }
 .prefeitura-img {
    width: 50px;
    margin-top: 2px;
    padding-top: 5px;
    position: relative; top: 60px;
    transform: translaty(10px);
    left: 20px;
    
 }

 .logo-img-prefeitura {
    width: 80px;
 }

 .logo-img-receita {
    width: 80px;
 }

 .logo-img-sefaz {
    width: 80px;
 }

 .logo-img-certidao{
    width: 80px;
 }

 li-certidao {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: black;
 }

 li-certidao:hover {
    color: black;
    cursor: pointer;
 }

 ul-certidao { 
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
 }
 .certidao-img {
    width: 50px;
    margin-top: 30px;
    padding-top: 20px;
    position: relative; top: 60px;
    transform: translaty(10px);
    left:35px
 }

 header-certidao {
    width: 100%;
    height: 80px;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    background-color: #01008C;
 }

 

 .sistema-img {
    width: 50%;
    margin: 40px;
   display: inline-block;
    margin-top: 110px;
    
 }

 li-sistema{ 
    font-size: 22px;
    font-family:'Poppins', sans-serif;
    color:black ;
 }

 li-sistema:hover{
    color:black;
    cursor: pointer
 }

 ul-sistema {
    width: 100%;
    height: 50%;
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap: 10px;
 }

 header-sistema {
    width: 100%;
    height: 80px;
    padding: 0 0px;
    display: flex;
    flex-direction: column;
    background-color: #01008C;
 }

  
 .sistema-img {
    width: 60px;
    margin-top:1px;
    padding-top: 5px;
    position: relative; top: 60px;
    transform: translaty(10px);
    left: 35px;
    
 }

 .logo-img-sistema {
    width: 80px;
 }

 .licencas-img {
   width: 50%;
   margin: 40px;
  display: inline-block;
   margin-top: 110px;
   
}

li-licencas{ 
   font-size: 22px;
   font-family:'Poppins', sans-serif;
   color:black ;
}

li-licencas:hover{
   color:black;
   cursor: pointer
}

ul-licencas{
   width: 100%;
   height: 50%;
   display: grid;
   grid-template-columns:repeat(3,1fr);
   gap: 10px;
}

header-licencas {
   width: 100%;
   height: 80px;
   padding: 0 0px;
   display: flex;
   flex-direction: column;
   background-color: #01008C;
}

 
.licencas-img {
   width: 120px;
   margin-top: 30px;
   padding-top: 10px;
   position: relative; top: 60px;
   transform: translaty(10px);
   left: 40px;
   
}

.logo-img-licencas {
   width: 80px;
}

header-contato{
   width: 100%;
   height: 80px;
   padding: 0 0px;
   display: flex;
   flex-direction: column;
   background-color: #01008C;
}

body {
   font-family: Arial, sans-serif;
   background-color:white;
}

.container {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   max-width: 1200px;
   margin: 40px auto;
   padding: 20px;
   background-color: #c7c7ca;
   border: 1px solid #babac2;
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h1 {
   text-align: center;
   margin-bottom: 10px;
   width: 100%; /* Garante que o título ocupe a largura total */
}

.bloco-contato {
   width: 372px; /* Define a largura fixa do bloco */
   height: 150px; /* Define a altura fixa do bloco */
   background-color: #01008C;
   color: white;
   display: flex; /* Usado para centralizar conteúdo */
   flex-direction: column; /* Organiza os elementos verticalmente */
   justify-content: center; /* Centraliza verticalmente */
   align-items: center; /* Centraliza horizontalmente */
   text-align: center; /* Centraliza o texto no eixo horizontal */
   padding: 10px;
   border: 5px solid #acacac;
   box-shadow: 0 0 10px rgba(0,0,0,0.1);
   box-sizing: border-box; /* Inclui o border no tamanho total */
}

h2 {
   margin: 0; /* Remove margens extras */
   font-size: 16px; /* Ajuste para caber no layout */
}

p {
   margin: 5px 0 0; /* Adiciona espaçamento entre linhas */
   font-size: 14px; /* Ajuste para caber no layout */
}

.modal-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999;
      display: none;
    }

    .modal-content {
      background: white;
      padding: 20px 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.3);
      max-width: 400px;
      text-align: center;
    }

    .modal-content h2 {
      margin-top: 0;
    }

    .modal-content button {
      margin-top: 15px;
      padding: 10px 20px;
      background: #007BFF;
      border: none;
      color: white;
      border-radius: 5px;
      cursor: pointer;
    }

    .modal-content button:hover {
      background: #0056b3;
    }