:root {
    --primary: #1a2a40; /* Azul Marinho Profissional */
    --gold: #c5a059;    /* Detalhe em Dourado/Bronze */
    --text: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
}



body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    line-height: 1.6;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 1.5rem 5%;*/
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navTop {display: grid;
    height: 10em;
    width: auto;
    justify-content: space-between;
    align-items: center;
    /*padding: 1.5rem 5%;*/
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;}

.navTop img {height: 15em;
width: 25em;
margin-top: -45px;}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: 1px;
}


.logo span { font-weight: 300; }

nav a {
    text-decoration: none;
    color: var(--text);
    margin-left: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    transition: 0.3s;
}

.btn-nav {
    background: var(--primary);
    color: var(--white) !important;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

/* login Section */
.hero_log {
    height: 80vh;
    background: linear-gradient(rgba(26, 42, 64, 0.9), rgba(26, 42, 64, 0.9)), 
                url('https://unsplash.com');
    background-size: cover;
    display: flex;
    align-items: left;
    justify-content: center;
    text-align: left;
    color: var(--white);
    /*padding: 0 10%;*/
    background-image: url('../img/imglltech.jpg'); position: relative; /*top: 50px;*/
    background-size: cover; /* Fills the div and crops edges */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    

}






/* Hero Section */
.hero {
    height: 80vh;
    background: linear-gradient(rgba(26, 42, 64, 0.9), rgba(26, 42, 64, 0.9)), 
                url('https://unsplash.com');
    background-size: cover;
    display: flex;
    align-items: left;
    justify-content: center;
    text-align: left;
    color: var(--white);
    /*padding: 0 10%;*/
    background-image: url('../img/imglltech.jpg'); position: relative; /*top: 50px;*/
    background-size: cover; /* Fills the div and crops edges */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    

}



.hero_process {
    height: auto;
    background: linear-gradient(rgba(26, 42, 64, 0.9), rgba(26, 42, 64, 0.9)), 
                url('https://unsplash.com');
    background-size: cover;
    /*display: flex;*/
    align-items: left;
    justify-content: center;
    text-align: left;
    color: var(--white);
    /*padding: 0 10%;*/
    /*background-image: url('../img/imglltech.jpg'); position: relative; /*top: 50px;*/
    background-size: cover; /* Fills the div and crops edges */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    

}


.hero_process input {
    /*margin-top: 10px;*/
    height: 2em;
  width: 350px;
  border-radius: 1em;
  font-size: 18px;
  /*margin-left: 150px;*/


}  


.hero_process input[type=submit] {max-width: 100px;
margin-left: 5px;}
.hero_process input[type=submit]:hover{background: #981A26;}
                                       



/*começa aqui TABELA */ 



.movimentos table {border-collapse: collapse;
  width: 30%;
  margin: 1em;
  padding: 5px;
  border: 1px solid black;
  height: 2em;
  font-size: 10px;
   
  }

.movimentos td button {margin: auto;}

  .movimentos table input[type=button]{
     
    height: 1em; width: 1em; background: #b83434;
    color:#ffffff;
    cursor: pointer;
    border: double;
    border-radius: 10px;
    margin: 2em;
    
    
    } table input[type=button]:hover{background: #981A26;}
  
.centralized {align-items: center;}   

.hero_process td {align-items: center;}

.movimentos tr {
    text-align: center;
    padding: 1px;
    height: 100px;
    font-size: 18px;
    
    
  }

  .movimentos td {text-align: center;}

  .movimentos th {background-color: #981A26;
  color: #b2d4ed;}
  
.movimentos tr:nth-child(even) {background-color: #4850ae;}



.tribgrau {display: grid;
  align-content: left;
  text-align: left;

}









.hero_pub {
    height: 80vh;
    background: linear-gradient(rgba(26, 42, 64, 0.9), rgba(26, 42, 64, 0.9)), 
                url('https://unsplash.com');
    background-size: cover;
    /*display: flex;*/
    align-items: left;
    justify-content: center;
    text-align: left;
    color: var(--white);
    /*padding: 0 10%;*/
    background-image: url('../img/imglltech.jpg'); position: relative; /*top: 50px;*/
    background-size: cover; /* Fills the div and crops edges */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    

}


.hero_pub input {
    height: 2em;
  width: 150px;
  border-radius: 1em;
  font-size: 18px;
  /*margin-left: 150px;*/


}



.hero_pub select {
    height: 2em;
  width: 150px;
  border-radius: 1em;
  font-size: 18px;
  /*margin-left: 150px;*/


}


/* Define a animação */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); /* Começa um pouco abaixo */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* Termina na posição original */
  }
}


.bulletsGold {display: block;

    font-family: 'Playfair Display', arial;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    color: black;
    margin-top: 90px;
    margin-left: -90px;

     /* Transição suave para o efeito dinâmico */
    transition: all 0.3s ease-in-out;
    
    /* Efeito de sombra */
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);

    animation: fadeIn 1.8s ease-in-out forwards; /* 1.5s de duração */
    
   



}







/*.lawyers img {
    
max-width: 100%;
  height: auto;
  display: block;

    /*height: auto;
width: auto;
object-fit: cover;*/

.hero img {height: auto;
width: auto;
object-fit: cover;

}



.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: black;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    color: rgb(113, 113, 119);
}




/*chamada*/

.hero-chamada {margin-right: 50%;
    margin-left: 10%;
    
    margin-top: 100px;

    
    animation: fadeIn 2.8s ease-in-out forwards; /* 1.5s de duração */

    
    
    
    
               
               }

.hero-chamada-in {display: grid;
/*border: 1px solid;*/
/*border-color: #757168;*/
/*background: rgb(18, 26, 70);*/
color: (--white);
border-radius: 4px;
padding: 5px;
text-decoration: none;
margin-top: 10px;}

.hero-chamada-in h2 {color: rgb(243, 239, 237);}

.hero-chamada-in :hover {cursor: pointer;}


.logintoRavi {display: grid;
  gap:3em;
  width: 50em;
  height: 10em;
  text-align: center;
  align-content: flex-start;
  margin-top: 0px;
  margin-right: 30px;
  font-size: 22px;
   

  
}

.logintoRavi input {height: 2.70em;
  width: 350px;
  border-radius: 1em;
  font-size: 18px;
  /*margin-left: 150px;*/
  
  
  }


.logintoRavi input[type=submit]{background: #f7f7f8;
    width: 20em;
    color:#cc1711;
    cursor: pointer;
    border: double;
    border-radius: 12px;
    height: 2em;
    } input[type=submit]:hover{background: #981A26;}



  

.logRavi {display: grid;
  gap:3em;
  width: 50em;
  height: 10em;
  text-align: center;
  align-content: flex-start;
  margin-top: 20px;
  margin-left: 100px;
  font-size: 22px;
   





}


.logRavi input {height: 2.70em;
  width: 350px;
  border-radius: 1em;
  font-size: 18px;
  margin-left: 150px;
  margin-right: 200px;
  
  
}



.logRavi input[type=submit]{background: #f7f7f8;
    width: 20em;
    color:#cc1711;
    cursor: pointer;
    border: double;
    border-radius: 12px;
    height: 2em;
    } input[type=submit]:hover{background: #981A26;}



  


.btn-cprime, .btn-csecond {
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 1px;
    font-weight: bold;
    transition: 0.5s;
    display: block;
    /*margin: 0.5rem;*/
    
    
    

}

.border-call {border: 2px solid;
    border-radius: 1px;
    padding: 1px;
    border-color: #c5a059;
    font-weight: bold;
    text-decoration: none;
    



}


/*.btn-cprime { background: var(--gold); color: var(--white); }*/
/*.btn-csecond { border: 1px solid var(--white); color: var(--white); }*/





/* Botões */
.btn-primary, .btn-secondary {
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
    margin: 0.5rem;
    margin-top: 350px;

}

.btn-primary { background: var(--gold); color: var(--white); }
.btn-secondary { border: 1px solid var(--white); color: var(--white); }

.btn-primary:hover { filter: brightness(1.1); }
.btn-secondary:hover { background: var(--white); color: var(--primary); }

/* Features Section */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 5rem 10%;
    background: var(--light-bg);
}

.card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-top: 4px solid var(--gold);
}

.card .icon { font-size: 2.5rem; margin-bottom: 1rem; }

footer {
    text-align: center;
    padding: 2rem;
    font-size: 0.8rem;
    color: #888;
}

.whats img {height:85px;
    width: 85px; 
    position:fixed; 
    top:100px;
    right:35px;
    z-index:99999;
}




.pubs_table td {width: 200px;}






/* Responsividade */
@media (max-width: 768px) {
    .hero h1 { font-size: 2.2rem; }
    /*nav { display: none; } /* Idealmente aqui entraria um menu hamburguer */


    
    .bulletsGold {display: block;

        
        margin-left: -50px;       

    }
    
  
}
