.text { 
    color: black;
    font-size: 18px;
    font-family: Sora;
    font-weight: 400;
    word-wrap: break-word;
  }

  
  footer {
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #189D5C;
    color: aliceblue;
    padding: 10px 0;
  }
  
  /* Estilos para o preloader */
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  
  #preloader.active {
    opacity: 1;
    pointer-events: all;
  }
  
  #loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  /* css pagina pesquisa */
  .container-pesquisa {
    /* background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); */
    height: flex;
    display: flex;
    justify-content: center;
    /* align-items: center; */
  }
  .search-container {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 700px;
    align-items: center;
  
  }
  .search-container img {
    display: block;
    margin: 0 auto 20px;
  }
  .search-container h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  /* .search-container .form-control {
    background: #f1f1f1;
    border: none;
    border-bottom: 2px solid #004226;
    margin-bottom: 15px;
  } */
  .search-container .btn-primary {
    background: #004226;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .form-control {
    background: #f1f1f1;
    border: none;
    border-bottom: 2px solid #004226;
    margin-bottom: 15px;
  }
  
  
  
  /* Acesso rapido Tjgo */
  .linha {
    border-left: 3px solid #004226;
    margin: 30px 0 30px;
}

.btAcesso img {
    width: 30px !important;
}

.botoes {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 30px;
    color: #003;
}

.box {
    background-color: #e9e9e9;
    text-align: center;
    height: 95px;
    margin-bottom: 30px;
    padding: 13px 10px;
    border-left: 3px solid #004226;
}

.link-box {
    color: #003;
    text-decoration: none;
}

.link-box:hover,
.link-box:focus,
.link-box:active {
    outline: none;
    text-decoration: none;
    color: #004226;
}

.btAcesso:hover {
    transform: scale(1.05);
    color: white;
    transition: background-color 0.3s, transform 0.3s;
}

.btAcesso {
    margin: 0 10px;
    width: 31%;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .btAcesso {
        width: 48%;
        margin-bottom: 20px;
        font-size: 0.9rem; /* Decrease font size */
    }

    .box {
        height: auto;
        padding: 10px 5px;
    }

    .btAcesso img {
        width: 25px !important; /* Adjust icon size */
    }
}

@media (max-width: 576px) {
    .btAcesso {
        width: 100%;
        font-size: 0.8rem; /* Further decrease font size */
        padding: 10px 5px; /* Adjust padding */
    }

    .btAcesso img {
        width: 20px !important; /* Further adjust icon size */
    }
}

  
  
   /* Estilos Personalizados Tela inicial home*/
   .welcome-section {
    margin-bottom: 40px;
    font-family:  Arial, Helvetica, sans-serif;
}

.welcome-section p {
    font-size: 1.3rem;
}

.btn-custom {
    border-radius: 25px;
    padding: 20px;
    color: white;
    text-align: left;
    display: block;
    text-decoration: none;
    position: relative;
    transition: background-color 0.3s, transform 0.3s;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-processual {
    background-color: #004226;
}

.btn-pre-processual {
    background-color: #94c65a;
}

.btn-consultar {
    background-color: #6C757D;
}

.btn-custom:hover {
    transform: scale(1.05);
    color: white;
}

.btn-custom h4 {
    margin: 0;
    font-weight: bold;
}

.btn-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.btn-custom:hover::after {
    color: #6C757D;
}


/* estilos dos botões inicial */



.text { 
  color: black;
  font-size: 18px;
  font-family: Sora;
  font-weight: 400;
  word-wrap: break-word;
}
.sombra-btn { 
    width: 500px;
    height: 213px;
    left: 0px;
    top:9px;
    position: absolute;
    background: #D2DBD7;
    border-radius: 30px
  }
.text-sombra-btn { 
    width: 337px; 
    height: 86px; 
    left: 38px; 
    top: 111px; 
    position: absolute; 
    color: black; 
    font-size: 14px; 
    font-family: Sora; 
    font-weight: 300; 
    word-wrap: break-word;
  }
.btn-style { 
    width: 500px; 
    height: 86px; 
    left: 0px; 
    top: 0px; 
    position: absolute; 
    background: #004226; 
    border-radius: 40px;


  }
  .btn-style:hover{
    transform: scale(1.05);
    color: white;
}

.text-btn { 
    width: 353px; 
    height: 34px; 
    left: 57px; 
    top: 10px; 
    position: absolute; 
    text-align: center; 
    color: white; 
    font-size: 22px; 
    font-family: Sora; 
    font-weight: 700; 
    word-wrap: break-word;
  }
.circulo-btn { 
    width: 57px; 
    height: 52.44px; 
    left: 426px; 
    top: 15px; 
    position: absolute; 
    background: #A0BC62; 
    border-radius: 9999px
  }
  .ico-btn{
    width: 41.81px; 
    height: 45px; 
    left: 455.64px; 
    top: 24px; 
    position: absolute; 
    transform: rotate(45.83deg); 
    transform-origin: 0 0
  }
  .sombra-btn-2{
    width: 500px; 
    height: 213px; 
    left: 0px; 
    top: 9px; 
    position: absolute; 
    background: #E9EDDE; 
    border-radius: 30px
  }
.text-sombra-btn-2{
    width: 334.99px; 
    height: 86px; 
    left: 37.77px; 
    top: 111px; 
    position: absolute; 
    color: black; 
    font-size: 14px; 
    font-family: Sora; 
    font-weight: 300; 
    word-wrap: break-word
}
.btn-style-2{
    width: 500px; 
    height: 86px; 
    left: 0px; 
    top: 0px; 
    position: absolute; 
    background: #A0BE5C; 
    border-radius: 40px
}
.btn-style-2:hover{
  transform: scale(1.05);
  color: white;
}
.text-btn-2{
    width: 353px; 
    height: 34px; 
    left: 57px; 
    top: 10px; 
    position: absolute; 
    text-align: center; 
    color: #004226; 
    font-size: 22px; 
    font-family: Sora; 
    font-weight: 700; 
    word-wrap: break-word
}
.circulo-btn-2{
    width: 56.66px;
    height: 52.44px; 
    left: 423.82px; 
    top: 15px; 
    position: absolute; 
    background: #A0BC62; 
    border-radius: 9999px; 
    border: 5px white solid
}
.ico-btn-2{
    width: 41.81px; 
    height: 41.80px; 
    left: 453.64px; 
    top: 24px; 
    position: absolute; 
    transform: rotate(45.83deg); 
    transform-origin: 0 0
}

.sombra-btn-3{
  width: 500px; 
  height: 213px; 
  left: 0px; 
  top: 9px; 
  position: absolute; 
  background: #e9e9e9; 
  border-radius: 30px
  /* transform: scale(1.05); */
}
.circulo-btn-3{
  width: 56.66px;
  height: 52.44px; 
  left: 423.82px; 
  top: 15px; 
  position: absolute; 
  background: #6e6f6a; 
  border-radius: 9999px; 
  border: 5px white solid
}
.btn-style-3{
  width: 500px; 
  height: 86px; 
  left: 0px; 
  top: 0px; 
  position: absolute; 
  background: #6e6f6a; 
  border-radius: 40px
}
.btn-style-3:hover{
    transform: scale(1.05);
    color: white;
}
.text-btn-3{
  width: 330px; 
  height: 34px; 
  left: 57px; 
  top: 25px; 
  position: absolute; 
  text-align: center; 
  color: #fbfffe; 
  font-size: 22px; 
  font-family: Sora; 
  font-weight: 700; 
  word-wrap: break-word
}

@media (max-width: 768px) {
  .texto {
    font-size: 3vw;
    max-width: 100%;
  }
  .col-md-6 img {
    max-width: 100%;
  }
  .btn-style,
  .btn-style-2,
  .btn-style-3,
  .text-sombra-btn,
  .sombra-btn,
  .sombra-btn-2,
  .sombra-btn-3,
  .text-sombra-btn-2 {
    max-width: 100%;
    font-size: 3vw;
    

  }
  .text-sombra-btn,
  .sombra-btn,
  .sombra-btn-2,
  .sombra-btn-3,
  .text-sombra-btn-2,
  .circulo-btn-2,
  .ico-btn-2,
  .circulo-btn,
   .ico-btn{

    display: none;
  }
  .text-btn,
  .text-btn-3,
  .text-btn-2 {
    font-size: 5vw;
    text-align: justify;
  }
}
/* fim/*

/* ============================================================================
   ESTILOS PARA PÁGINAS DE ERRO
   ============================================================================ */

.error-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 0.8s ease-out;
    transition: transform 0.3s ease;
}

.error-card:hover {
    transform: translateY(-5px);
}

.error-icon {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { 
        transform: scale(1); 
        opacity: 1; 
    }
    50% { 
        transform: scale(1.1); 
        opacity: 0.8; 
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-code {
    font-size: 6rem;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
}

.error-title {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1.5rem;
}

.error-message {
    font-size: 1.2rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.error-actions {
    margin-top: 2rem;
}

.error-actions .btn {
    margin: 0.5rem;
    transition: all 0.3s ease;
}

.error-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.error-contact {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 2rem;
}

.error-contact h5 {
    color: #004226;
    font-weight: 600;
    margin-bottom: 1rem;
}

.error-contact p {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.error-contact i {
    color: #004226;
    width: 20px;
}

/* Responsividade para páginas de erro */
@media (max-width: 768px) {
    .error-code {
        font-size: 4rem;
    }
    
    .error-title {
        font-size: 1.5rem;
    }
    
    .error-message {
        font-size: 1rem;
    }
    
    .error-actions .btn {
        width: 100%;
        margin: 0.25rem 0;
    }
    
    .error-card {
        margin: 1rem;
        padding: 1rem;
    }
}
