::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #0482c1; 
    border-radius: 9px;
  }
  
  ::-webkit-scrollbar-track {
    background: #dedede;  
  }




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;

}

body{
    background-color: black;
    overflow-x: hidden;
}

.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 3%;
}

/*=============================hero-site=============================*/


.btn-contatoo button{
    width: 520px;
    height: 70px;
    font-size: 18px;
    font-weight: 600px;
    background-image: linear-gradient(to right, #0482c1, #2e9fd8 );
    border: 1px solid #000000;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.8s;
    border-radius: 30px;
    margin: 10px 0;
}
.btn-contatoo button:hover{
    border: 1px solid #0482c1;
    background-color: #0482c1;
    animation: scaleButton 0.8s alternate infinite;
}
.btn-contato button{
    width: 450px;
    height: 70px;
    font-size: 18px;
    font-weight: 600px;
    background-image: linear-gradient(to right, #0482c1, #2e9fd8 );
    border: 1px solid #000000;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.8s;
    border-radius: 30px;
    margin: 10px 0;
}
.btn-contato button:hover{
    border: 1px solid #0482c1;
    background-color: #0482c1;
    animation: scaleButton 0.8s alternate infinite;
}

@keyframes scaleButton{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.07);
    }
}


/*================================== FIM DO HEADER ==============================*/
/*===============================================================================*/

section.hero-sitee{
    z-index: 10;
    height: 100vh;
    background-image: url(bg-empresa.webp);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    color: #ffff;
    margin-top: 5em;
    
}

.hero-sitee .container{
    display: flex;
    align-items: center;
    height: 100%;
}

.hero-sitee .txt-hero h1{
    font-size: 3em;
    background-image: linear-gradient(to right, #2EA1FF, #1EBCFC );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 60px;
}
.hero-sitee .txt-hero h1 span{
    display: block;
}
.hero-sitee .txt-hero img{
    width: 260px;
}
.hero-sitee .txt-hero p{
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    max-width: 700px;
    margin: 25px 0;
    text-align: justify;
}




/*=========================FIM DO HERO==============*/
/*=========================================================*/
section.hero-site{
    height: 100vh;
    background-image: url(bg-gestor-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    
}

.hero-site .container{
    display: flex;
    align-items: center;
    height: 100%;
    
}

.hero-site .txt-hero h1{
    font-size: 3.5em;
    background-image: linear-gradient(to right, #0898df, #3aaee8 );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 60px;
    
}
.hero-site .txt-hero{
    width: 100%; /* Ocupa 100% da largura do container */
    max-width: 700px;
    text-align: left;
    margin-top: 40px;
}

.hero-site .txt-hero h1 span{
    display: block;
}
.hero-site .txt-hero img{
    width: 260px;
}
.hero-site .txt-hero p{
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    max-width: 800px;
    margin: 25px 0;
}

/*=========================FIM DO HERO==============*/
/*=========================================================*/




/*  ===================  SECTION COMO-FUNCIONAR ===================  */
section.como-funciona{
    background-color: #000000;
    color: #ffff;
    padding: 80px 0;
    height: auto;
    background-image: url(fundo-investimento.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.txt-img img{
    max-width: 500px;
    border-radius: 10px 80px;
}
.txt-img, .beneficios{
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    vertical-align: top;
}
.como-funciona .txt-img{
    position: sticky;
    top: 50%;
    padding-top: 30px;
}

.beneficios .bene-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
    background-color: #111520;
    background-image: linear-gradient(to left, #0C1017, #111520 40% );
    padding: 30px;
    border-radius: 15px;
}

.beneficios .bene-box .img-bene-box img{
    max-width: 35px;
}

.beneficios h2{
    font-size: 2em;
    background-image: linear-gradient(to right, #0898df, #3aaee8 );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.beneficios .pa{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 28px;
}

.bene-box .txt-bene-box h1{
    font-size: 1.2em;
    margin: 5px 0;
    background-image: linear-gradient(to right, #0898df, #3aaee8 );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 800;
}
.bene-box .txt-bene-box p{
    font-weight: 400;
}
/*================================== FIM ================================================*/
/*======================================================================================*/




/*============================= SECTION SOLUÇÕES ==============================*/
section.solucoes {
    padding: 60px 0;
    background-image: url(bg-correntes.webp);
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.titulo-page {
    text-align: center;
    margin-bottom: 30px;
}

.titulo-page h2 {
    font-size: 2em;
    margin-bottom: 10px;
    background-image: linear-gradient(to right, #0898df, #3aaee8 );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    
}

.titulo-page p {
    font-size: 1.2em;
    color: #ffffff;
}

.cards-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.card {
    position: relative;
    width: calc(25% - 20px); /* Ajuste conforme necessário */
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #0898df;
}

.card img {
    width: 100%;
    display: block;
    opacity: 1; 
    transition: opacity 0.3s ease; 
    
}
.card:hover img {
    opacity: 1; /* Opacidade completa ao passar o mouse */
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.); /* Fundo semitransparente */
    color: white;
    padding: 20px;
    text-align: center;
    

}
.card h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
    background-image: linear-gradient(to right, #0898df, #3aaee8 );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.card p {
    font-size: 16px;
    margin-bottom: 15px;
}

.cta-btn {
    display: inline-block;
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid #0898df;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}

.cta-btn:hover {
    background-color: #0898df;
}

/*================================ FIM ======================================*/
/*==========================================================================*/

section.sobre{
    background-color: #000000;
    padding-top: 80px ;
    background-image: url(bg-sobre.webp);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    

.container .sobre-box{
    display: flex;
    align-items: center;
    color: #ffffff;
    gap: 90px;
}

.sobre-box .pedro img{
    z-index: -999999;
    max-width: 410px;
    filter: drop-shadow(1px 1px 10px #0898df);
}
.sobre-box .pedro-txt h1{
    font-size: 2.5em;
    margin-bottom: 20px;
    background-image: linear-gradient(to right, #0898df, #3aaee8 );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;

}
.sobre-box .pedro-txt p{
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 400;
    line-height: 23px;
}



/*============================= SECTION FOOTER ==============================*/
footer{
    background-color: #0C1017;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

footer .top-footer button{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #0898df;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
    transition: .4s;
}

footer .top-footer button:hover{
    background-color: #0898df;
    color: #ffffff;
}

footer .middle-footer{
    margin: 20px 0;
}

footer .middle-footer a{
    color: #fff;
    margin: 0 20px;
    

}

footer .bottom-footer{
    border-top: 2px solid #0898df;
    
}

footer .bottom-footer p{
    color: #fff;
    margin-top: 20px;
}






