body{
    margin: 0;
    font-family: 'Inter', sans-serif;
    /*background: radial-gradient(ellipse at center, #103d6e 0%, #020b16 100%);*/
    background-image: url('/img/bg.webp');
    background-color: #1b1f2a;
    color: white;
    text-align: center;
    overflow-x: hidden;
    height: 500px;
    background-repeat: no-repeat;
}
 

.cta{
    margin-top: 150px;
}

.cta h1{
    text-transform: capitalize;
}

h3 {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-style:normal;
    color: white;
}

.fw-bold{
    font-family: "Chakra Petch", sans-serif;
    font-weight: 500;
    font-style:normal;
    color: white;
}
.navbar a{
    color: white;
}


.navbar li a:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.05); /* um leve destaque no hover */
    border-left: 5px solid #00ff80; /* a barra verde */
    padding-left: 45px; /* compensa o espaço da borda pra não deslocar o texto */
}
/*navbar buttons solutions*/
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    /*background-color: #f1f1f1;*/
    background-color: transparent !important;
    backdrop-filter: blur(10px); /* opcional: efeito de desfoque tipo vidro */
    box-shadow: none;
}

.tab button {
    background-image: linear-gradient(to bottom right, rgb(31, 94, 211), rgb(0, 255, 128));
    color: white;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    font-weight: bold;
    /*float: ;*/
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 50px;
    transition: 0.3s;
    font-size: 17px;
    
}

.tab button:hover {
    background-color: #ddd;
}
  

.tab button.active {
    background-color: #ccc;
}


.tabcontent {
    height: 5px;
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.circle {
    display: inline-block;
    background-color: transparent;
    color: white;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    margin-right: 8px;
}

#logo-completo{
    width: 30%;
}

#poc{
    margin-top: 200px;
}
/*CARDS*/
.tabcontent {
    color: #fff;
    padding: 30px;
  }
  
  .grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
  }
  
  .card {
    background-color: #1b1f2a;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 255, 128, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .card p{
    color: white;
  }
  .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 255, 128, 0.2);
  }
  
  .card h4 {
    color: #00ff9d;
    margin-bottom: 10px;
  }



.navbar-transparent {
    background-color: transparent !important;
    backdrop-filter: blur(50px); /* opcional: efeito de desfoque tipo vidro */
    box-shadow: none;
  }

.fs-2{
    text-align: center;
}

.feature{
    text-align: justify;
}
.iconbox-content{
    text-align: justify;


}

#services h4{
    font-size: medium;
    text-align: left;
}
.top-title h2{
    font-size:xx-large;
    text-align: center;
}
#rodape{
    background-image: linear-gradient(to bottom right, rgb(31, 94, 211), rgb(0, 255, 128));;
    
}

/*CSS SOBRE*/
#about h1 {
    color: #1e90ff;
    font-size: 32px;
    margin-bottom: 20px;
  }
#about p {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .highlight {
    font-family: "Chakra Petch", sans-serif;
    color: #1e90ff;
    font-weight: bold;
  }
  .about {
    max-width: 800px;
    margin: 100px auto;
    /*padding: 40px 20px;*/
  }
  #rodape-about{
    margin-top: 300px;
    background-image: linear-gradient(to bottom right, rgb(31, 94, 211), rgb(0, 255, 128));;

    
}

/*CSS POLICY*/
#policy-body{
    
}
.policy {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px 20px;
    text-align: left;
    font-size: 12px;
  }

  .policy h1 {
    color: #1e90ff;
    /*font-size: 32px;*/
    margin-bottom: 10px;
  }
  .policy h2 {
    color: #1e90ff;
    margin-top: 10px;
  }
  .policy p {
    /*font-size: 17px;*/
    line-height: 1.6;
    margin-bottom: 16px;
  }
/* css responsivo provisorio */
@media screen and (max-width: 680px) and (min-width: 300px){
    .display-5{
        font-size: 20px;
        text-align: center;
    }
    .display-10{
        font-size: 20px;
        text-align: center;
    }
    .fs-2{
        text-align: center;
    }
    .top-title h2{
        font-size:medium;
        text-align: center;
    }
    /*navbar buttons solutions*/
.tab {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: transparent !important;
    backdrop-filter: blur(10px);
    box-shadow: none;
    align-items: center;
    padding: 10px;
}

.tab button {
    background-image: linear-gradient(to bottom right, rgb(31, 94, 211), rgb(0, 255, 128));
    color: white;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 50px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
    max-width: 300px;
    border-radius: 8px;
}

.tab button:hover {
    background-color: #ddd;
    color: black;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.circle {
    display: inline-block;
    background-color: transparent;
    color: white;
    text-shadow: 2px 2px 5px rgb(0, 0, 0);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    margin-right: 8px;
}

  }