html,
body{

    overflow-x:hidden;
    max-width:100%;
}

*,*::before,*::after{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
}

section{
    overflow:hidden;
}

.slider-row,
.skills-marquee,
.portfolio-showcase,
.randy-wrapper{
    overflow:hidden;
}

.slider-track,
.marquee{
    min-width:max-content;
}

.spark-5{
    right:0 !important;
}

@media(max-width:768px){
    .project-card{
        width:300px !important;
        height:300px !important;
    }

   
}



:root{

--primary:#8b5cf6;
--secondary:#6d28d9;
--dark:#050816;
--text:#f8fafc;
--glass:rgba(255,255,255,.08);

}

.texto-roxo {
    color:#a29bfe;
}

body{

background:var(--dark);
color:var(--text);
font-family:'DM Sans',sans-serif;
overflow-x:hidden;
box-sizing: border-box;

}



.hero-section{
min-height:100vh;
height: auto;
}

/*.hero-video{

position:absolute;
inset:0;
width:100%;
height:100%;
object-fit:cover;

}*/

.hero-bg{

/*background: #050816;  
background: -webkit-linear-gradient(to right, #000000, #31046c);  
background: linear-gradient(to right, #000000, #31046c);
*/

background-image:url('../images/bg-hero-section.png');
width: 100%;
height: auto;
background-size:cover;
background-position:center;
background-repeat:no-repeat;



}






.hero-text{

font-size:1.2rem;
opacity:.8;
margin-bottom:40px;

}

.hero-badge{

padding:12px 22px;
margin-bottom:44px;
font-size: medium;
/*display:inline-flex;
background:rgba(255,255,255,.1);

backdrop-filter:blur(14px);

border-radius:100px;

*/

}

.btn-primary-modern{

background:
linear-gradient(
135deg,
var(--primary),
var(--secondary)
);

padding:18px 34px;

border-radius:18px;

color:white;

text-decoration:none;

font-weight:700;
transition: .4s;

}

.btn-outline-modern{

padding:18px 34px;

border-radius:18px;

border:1px solid rgba(255,255,255,.2);

text-decoration:none;

color:white;

}

.btn-primary-modern:hover{

transform:translateY(-6px);

box-shadow:
0 20px 40px rgba(139,92,246,.35);

}

.btn-outline-modern{

padding:18px 34px;

border-radius:18px;

border:1px solid rgba(255,255,255,.15);

text-decoration:none;

color:white;

backdrop-filter:blur(10px);

transition:.4s;

}

.btn-outline-modern:hover{

background:white;
color:black;

}



.custom-navbar{

background:rgba(255,255,255,.04);

backdrop-filter:blur(14px);

padding:20px 0;

}

/* =========================================
   NAVBAR PREMIUM
========================================= */

.custom-navbar{

position:fixed;

top:0;
left:0;

width:100%;

z-index:9999;

padding:22px 0;

background:
rgba(5,8,22,.45);

backdrop-filter:blur(18px);

border-bottom:
1px solid rgba(255,255,255,.06);

transition:.4s ease;

}

/* BRAND */

.navbar-brand{

font-size:1.4rem;

font-weight:800;

letter-spacing:.08em;

text-transform:uppercase;

color:white !important;

font-family:
Inter,
sans-serif;

transition:.4s;

}

.navbar-brand:hover{

opacity:.85;

}

/* NAV LINKS */

.navbar-nav{

gap:10px;

}

.nav-link{

position:relative;

display:inline-flex;

align-items:center;
justify-content:center;

padding:12px 20px !important;

font-size:.95rem;

font-weight:500;

letter-spacing:.03em;

color:
rgba(255,255,255,.72) !important;

font-family:
Inter,
sans-serif;

border-radius:14px;

transition:
color .4s ease,
background .4s ease,
transform .4s ease;

overflow:hidden;

}

/* HOVER */

.nav-link:hover{

color:#c084fc !important;

transform:
translateY(-2px);

background:
rgba(139,92,246,.08);

}

/* GLOW EFFECT */

.nav-link::before{

content:'';

position:absolute;

inset:0;

background:
linear-gradient(
135deg,
rgba(139,92,246,.15),
rgba(192,132,252,.05)
);

opacity:0;

transition:.4s ease;

border-radius:14px;

z-index:-1;

}

.nav-link:hover::before{

opacity:1;

}

/* ACTIVE */

.nav-link.active{

color:#c084fc !important;

background:
rgba(139,92,246,.08);

}

/* UNDERLINE EFFECT */

.nav-link::after{

content:'';

position:absolute;

left:20px;
right:20px;
bottom:8px;

height:1px;

background:
linear-gradient(
90deg,
transparent,
#c084fc,
transparent
);

transform:scaleX(0);

transform-origin:center;

transition:.4s ease;

opacity:.8;

}

.nav-link:hover::after{

transform:scaleX(1);

}

/* MOBILE BUTTON */

.navbar-toggler{

border:none;

box-shadow:none !important;

}

.navbar-toggler:focus{

box-shadow:none !important;

}

/* MOBILE ICON */

.navbar-toggler-icon{

filter:invert(1);

opacity:.8;

}

/* MOBILE MENU */

@media(max-width:991px){

.navbar-collapse{

margin-top:20px;

padding:20px;

border-radius:24px;

background:
rgba(10,14,35,.92);

backdrop-filter:blur(18px);

border:
1px solid rgba(255,255,255,.06);

}

.nav-link{

width:100%;

justify-content:flex-start;

}

}

.skill-icon{

position:relative;

width:90px;
height:90px;
margin-bottom: 2rem;

display:flex;
align-items:center;
justify-content:center;

border-radius:28px;

overflow:hidden;

background:
linear-gradient(
135deg,
rgba(139,92,246,.2),
rgba(192,132,252,.08)
);

border:
1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

box-shadow:
0 20px 40px rgba(0,0,0,.25);

transition:.5s;

}

.skill-icon:hover{

transform:translateY(-6px);

}

.skill-svg{

width:82px;
height:82px;

stroke:#c084fc;

filter:
drop-shadow(
0 0 18px rgba(192,132,252,.45)
);

transition:.5s;

}

.skill-icon:hover .skill-svg{

transform:scale(1.1);

stroke:#ffffff;

}

/*Blog*/

.blog-section{

position:relative;

padding-top:140px;

}

.post-title a{

color:white;

text-decoration:none;

font-size:1.6rem;

font-weight:700;

line-height:1.2;

}

.post-title a:hover{

opacity:.8;

}

.post-category{

font-size:.85rem;

opacity:.7;

}

.post-excerpt{

opacity:.8;

line-height:1.7;

}

.pagination-wrapper{

display:flex;

justify-content:center;

}

.page-numbers{

width:50px;
height:50px;

display:flex;
align-items:center;
justify-content:center;

border-radius:14px;

background:rgba(255,255,255,.05);

color:white;

text-decoration:none;

margin:0 5px;

}

.current{

background:var(--primary);

}

.about-section{
/*background: #050816;  
background: -webkit-linear-gradient(to right, #000000, #31046c);  
background: linear-gradient(to right, #000000, #31046c);*/
position:relative;
padding-top:120px;
padding-bottom:120px;

}

.about-sticky{

position:sticky;
top:120px;

}

/* =========================================
   SECTION TITLE
========================================= */

.section-badge{

position:relative;

display:inline-block;

font-size:.85rem;

font-weight:600;

letter-spacing:.18em;

text-transform:uppercase;

color:
rgba(255,255,255,.72);

padding-bottom:18px;

margin-bottom:32px;

font-family:
Inter,
sans-serif;

}

/* Gradient Line 

.section-badge::after{

content:'';

position:absolute;

left:0;
bottom:0;

width:100%;

height:1px;

background:
linear-gradient(
90deg,
#8b5cf6,
#c084fc,
transparent
);

opacity:.9;

}*/

/* SKILLS SECTION */

.skills-section{

position:relative;

padding-top:140px;
padding-bottom:140px;

}

/* TITLES */

.skills-title{

font-size:clamp(3rem,7vw,6rem);

font-weight:800;

line-height:1;

margin-bottom:24px;

}

.skills-title span{

display:block;

background:
linear-gradient(
135deg,
#8b5cf6,
#c084fc
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.skills-subtitle{

font-size:1.1rem;

opacity:.75;

max-width:700px;

margin:auto;

line-height:1.8;

}

/* CARDS */

/* =========================================
   SKILL ICON
========================================= */

.skill-icon{

width:76px;
height:76px;

display:flex;
align-items:center;
justify-content:center;

border-radius:28px;

margin-bottom:32px;

background:
linear-gradient(
135deg,
rgba(139,92,246,.18),
rgba(192,132,252,.08)
);

border:
1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

box-shadow:
0 20px 40px rgba(0,0,0,.2);

transition:.5s;

overflow:hidden;

position:relative;

}

/* ICON */
/* =========================================
   SKILL ICON
========================================= */

.skill-icon{

width:90px;
height:90px;

display:flex;
align-items:center;
justify-content:center;

border-radius:28px;

margin-bottom:32px;

background:
linear-gradient(
135deg,
rgba(139,92,246,.18),
rgba(192,132,252,.08)
);

border:
1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

box-shadow:
0 20px 40px rgba(0,0,0,.2);

transition:.45s ease;

position:relative;

overflow:visible;

}

/* ICON */

.skill-icon i{

font-size:2rem;

line-height:1;

display:flex;

align-items:center;
justify-content:center;

position:relative;

z-index:2;

background:
linear-gradient(
135deg,
#8b5cf6,
#c084fc
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

filter:
drop-shadow(
0 0 12px rgba(192,132,252,.28)
);

transition:.45s ease;

}

/* HOVER */

.skill-card:hover .skill-icon{

transform:
translateY(-4px);

border-color:
rgba(192,132,252,.3);

box-shadow:
0 25px 50px rgba(0,0,0,.28);

}

.skill-card:hover .skill-icon i{

transform:
scale(1.04);

filter:
drop-shadow(
0 0 18px rgba(192,132,252,.4)
);

}

/* TEXT */

.skill-card h3{

font-size:1.5rem;

font-weight:700;

margin-bottom:24px;

line-height:1.3;
	color:#6d28d9;

}

.skill-card p{

opacity:.8;

line-height:1.9;

margin-bottom:0;

}

/* CSS ANIMATIONS */

.fade-up{

opacity:0;

transform:
translateY(40px);

animation:
fadeUp 1s ease forwards;

}

.delay-1{

animation-delay:.2s;

}

.delay-2{

animation-delay:.4s;

}

.delay-3{

animation-delay:.6s;

}

@keyframes fadeUp{

to{

opacity:1;

transform:
translateY(0);

}

}

/* RESPONSIVE */

@media(max-width:991px){

.skills-title{

font-size:3rem;

}

.skill-card{

padding:40px 30px;

}

}


.about-title{

font-size:clamp(2rem,5vw,4rem);

font-weight:800;

line-height:.95;

margin-bottom:24px;

}

.about-title span{

display:block;
font-family: "Bricolage Grotesque", sans-serif;
background:
linear-gradient(
135deg,
#8b5cf6,
#a29bfe
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.about-subtitle{

font-size:1.1rem;

opacity:.75;

line-height:1.8;

max-width:500px;

}

.about-content{

/*padding:30px;*/

}

.about-content p{

font-size:1.05rem;

line-height:2;

opacity:.85;

margin-bottom:15px;

}

@media(max-width:991px){

.about-sticky{

position:relative;
top:0;

}

.about-content{

/*padding:22px;*/

}

}

.about-avatar{

position:relative;

margin-top:40px;
margin-bottom:40px;

}

.about-avatar img{

width:100%;
height:auto;
padding:0;

object-fit:cover;

border-radius:32px;

border:
1px solid rgba(255,255,255,.08);

background:
rgba(255,255,255,.04);

backdrop-filter:blur(12px);

box-shadow:
*0 20px 50px rgba(0,0,0,.35);

transition:.5s;

}

.about-avatar img:hover{

/*transform:
translateY(-6px)
scale(1.02);*/

}

/* CONTACT SECTION */

.contact-section{

position:relative;

padding-top:140px;
padding-bottom:140px;

}

/* TITLES */

.contact-title{

font-size:clamp(2rem,5vw,4rem);

font-weight:800;

line-height:1;

margin-bottom:24px;

}

.contact-title span{

display:block;

background:
linear-gradient(
135deg,
#8b5cf6,
#c084fc
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

}

.contact-subtitle{

font-size:1.1rem;

opacity:.75;

max-width:700px;

margin:auto;

line-height:1.8;

}

/* CARDS */

.contact-card{

display:flex;

flex-direction:column;

text-decoration:none;

color:white;

padding:50px 40px;

height:100%;

transition:
transform .5s ease,
border-color .5s ease,
background .5s ease;

will-change:transform;

}

.contact-card:hover{

transform:
translateY(-10px)
scale(1.02);

color:white;

border-color:
rgba(192,132,252,.35);

}

/* ICON */

/* =========================================
   CONTACT ICON
========================================= */

.contact-icon{

width:90px;
height:90px;

display:flex;
align-items:center;
justify-content:center;

border-radius:28px;

margin-bottom:32px;

background:
linear-gradient(
135deg,
rgba(139,92,246,.18),
rgba(192,132,252,.08)
);

border:
1px solid rgba(255,255,255,.08);

backdrop-filter:blur(18px);

box-shadow:
0 20px 40px rgba(0,0,0,.2);

transition:.45s ease;

position:relative;

overflow:visible;

}

/* ICON */

.contact-icon i{

font-size:2rem;

line-height:1;

display:flex;

align-items:center;
justify-content:center;

background:
linear-gradient(
135deg,
#8b5cf6,
#c084fc
);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

filter:
drop-shadow(
0 0 12px rgba(192,132,252,.28)
);

transition:.45s ease;

}

/* HOVER */

.contact-card:hover .contact-icon{

transform:
translateY(-4px);

border-color:
rgba(192,132,252,.3);

box-shadow:
0 25px 50px rgba(0,0,0,.28);

}

.contact-card:hover .contact-icon i{

transform:
scale(1.04);

filter:
drop-shadow(
0 0 18px rgba(192,132,252,.4)
);

}
.contact-card p{

opacity:.8;

line-height:1.8;

margin-bottom:0;

word-break:break-word;

}

/* CSS ANIMATIONS */

.fade-up{

opacity:0;

transform:
translateY(40px);

animation:
fadeUp 1s ease forwards;

}

.delay-1{

animation-delay:.2s;

}

.delay-2{

animation-delay:.4s;

}

.delay-3{

animation-delay:.6s;

}

@keyframes fadeUp{

to{

opacity:1;

transform:
translateY(0);

}

}

.career-timeline{
    background: #152331;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #000000, #152331);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #000000, #152331); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    position:relative;
}

.section-title{
    color:#fff;
    font-size:3rem;
    font-weight:700;
}

.section-subtitle{
    color:#a1a1aa;
}

.timeline{
    position:relative;
    max-width:1100px;
    margin:auto;
}

.timeline::before{
    content:'';
    position:absolute;
    width:4px;
    top:0;
    bottom:0;
    left:50%;
    transform:translateX(-50%);

    background:linear-gradient(
        to bottom,
        #7c3aed,
        #a855f7,
        #c084fc
    );

    box-shadow:
        0 0 10px #8b5cf6,
        0 0 20px #8b5cf6,
        0 0 40px #8b5cf6;
}

.timeline-item{
    position:relative;
    width:50%;
    padding:20px 50px;
}

.timeline-item.left{
    left:0;
    text-align:right;
}

.timeline-item.right{
    left:50%;
}

.timeline-item::after{
    content:'';
    position:absolute;
    width:24px;
    height:24px;

    background:#a855f7;
    border-radius:50%;

    top:35px;

    box-shadow:
        0 0 10px #a855f7,
        0 0 20px #a855f7,
        0 0 40px #a855f7;
}

.timeline-item.left::after{
    right:-12px;
}

.timeline-item.right::after{
    left:-12px;
}

.timeline-content{

    background:rgba(255,255,255,.04);

    backdrop-filter:blur(14px);

    border:1px solid rgba(168,85,247,.25);

    border-radius:20px;

    padding:30px;

    transition:.4s;
}

.timeline-content:hover{

    transform:translateY(-6px);

    border-color:#a855f7;

    box-shadow:
        0 0 20px rgba(168,85,247,.25),
        0 0 40px rgba(168,85,247,.15);
}

.year{
    display:block;
    color:#c084fc;
    font-size:1.6rem;
    font-weight:700;
    margin-bottom:10px;
}

.timeline-content h5{
    color:#fff;
    margin:0;
    font-size:1.1rem;
}

@media(max-width:991px){

    .timeline::before{
        left:25px;
    }

    .timeline-item,
    .timeline-item.left,
    .timeline-item.right{

        width:100%;
        left:0;
        text-align:left;

        padding-left:70px;
        padding-right:15px;
    }

    .timeline-item::after{
        left:13px !important;
    }

    .section-title{
        font-size:2.3rem;
    }
}

.randy-wrapper{
    position:relative;
    display:inline-block;
    overflow: hidden;
}

.randy-mascot{
    position:relative;
    z-index:5;
}

/* Brilho principal */

.spark{
    position:absolute;
    border-radius:50%;
    background:#a855f7;
    z-index:1;

    box-shadow:
        0 0 10px #a855f7,
        0 0 20px #a855f7,
        0 0 40px #a855f7,
        0 0 60px #a855f7;
}

/* posições */

.spark-1{
    width:8px;
    height:8px;
    top:10%;
    left:20%;
}

.spark-2{
    width:12px;
    height:12px;
    top:25%;
    right:5%;
}

.spark-3{
    width:10px;
    height:10px;
    bottom:30%;
    left:10%;
}

.spark-4{
    width:14px;
    height:14px;
    bottom:10%;
    right:15%;
}

.spark-5{
    width:6px;
    height:6px;
    top:60%;
    right:-5%;
}

/* brilho pulsando */

.spark{
    animation:sparkFloat 4s ease-in-out infinite;
}

.spark-2{
    animation-delay:.5s;
}

.spark-3{
    animation-delay:1s;
}

.spark-4{
    animation-delay:1.5s;
}

.spark-5{
    animation-delay:2s;
}

@keyframes sparkFloat{

    0%{
        transform:translateY(0) scale(.8);
        opacity:.2;
    }

    50%{
        transform:translateY(-20px) scale(1.3);
        opacity:1;
    }

    100%{
        transform:translateY(0) scale(.8);
        opacity:.2;
    }
}

/*Portfolio*/

/* ==========================================
   PORTFOLIO CAROUSEL
========================================== */

.portfolio-carousel{

    position:relative;

    width:100%;

    overflow:hidden;

    padding:40px 0;
}

/* fades laterais */

.portfolio-carousel::before,
.portfolio-carousel::after{

    content:'';

    position:absolute;

    top:0;

    width:120px;

    height:100%;

    z-index:5;

    pointer-events:none;
}

.portfolio-carousel::before{

    left:0;

    background:
    linear-gradient(
        to right,
        #09090f,
        transparent
    );
}

.portfolio-carousel::after{

    right:0;

    background:
    linear-gradient(
        to left,
        #09090f,
        transparent
    );
}

/* trilha */

.portfolio-track{

    display:flex;

    align-items:stretch;

    gap:24px;

    animation:portfolioMove 28s linear infinite;
}

.portfolio-carousel:hover .portfolio-track{

    animation-play-state:paused;
}

/* cards */

.project-card{

    flex:0 0 auto;

    width:420px;

    height:420px;

    border-radius:28px;

    overflow:hidden;

    position:relative;

    background:#111;

    border:1px solid rgba(168,85,247,.15);

    transition:.4s ease;
}

.project-card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.8s ease;
}

.project-card:hover{

    transform:translateY(-8px);

    border-color:#a855f7;

    box-shadow:

        0 0 20px rgba(168,85,247,.15),

        0 0 50px rgba(168,85,247,.08);
}

.project-card:hover img{

    transform:scale(1.08);
}

/* loop */

@keyframes portfolioMove{

    from{

        transform:translateX(0);
    }

    to{

        transform:translateX(-50%);
    }
}

@media(max-width:768px){

    .project-card{

        width:280px;

        height:280px;
    }

    .portfolio-carousel::before,
    .portfolio-carousel::after{

        width:40px;
    }

}

.skills-marquee{

    overflow:hidden;

    position:relative;

    padding:20px 0;

    background:transparent;
}

.marquee{

    display:flex;

    width:max-content;
    overflow-x: hidden;

    animation:marqueeMove 45s linear infinite;
}

.marquee:hover{

    animation-play-state:paused;
}

.marquee-content{

    display:flex;

    gap:15px;

    padding-right:15px;
}

.skill-pill{

    flex-shrink:0;

    white-space:nowrap;

    padding:12px 22px;

    border-radius:999px;

    color:#fff;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(168,85,247,.15);

    backdrop-filter:blur(10px);

    transition:.4s;
}

.skill-pill:hover{



    border-color:#a855f7;

    box-shadow:
    0 0 15px rgba(168,85,247,.25),
    0 0 30px rgba(168,85,247,.15);

    background:
    rgba(168,85,247,.08);
}

@keyframes marqueeMove{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }
}

/* ==================================================
   ÁREAS DE ATUAÇÃO
================================================== */

.areas-section{

    position:relative;

    background:#09090f;

    padding:100px 0;
}

/* ==================================================
   CARD GLASS
================================================== */

.glass-card{

    position:relative;

    padding:30px;

    border-radius:32px;

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    border:1px solid rgba(168,85,247,.15);

    overflow:hidden;

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}

/* Glow suave interno */

.glass-card::before{

    content:'';

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            135deg,
            rgba(168,85,247,.08),
            transparent 40%
        );

    opacity:0;

    transition:.4s ease;

    pointer-events:none;
}

/* ==================================================
   HOVER
================================================== */

.glass-card:hover{

    transform:translateY(-10px);

    border-color:#a855f7;

    box-shadow:

        0 0 20px rgba(168,85,247,.15),

        0 0 50px rgba(168,85,247,.10),

        0 0 80px rgba(168,85,247,.05);
}

.glass-card:hover::before{

    opacity:1;
}

/*Seção Bio*/


.glass{

    position:relative;

    padding:30px;

    border-radius:32px;

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    border:1px solid rgba(168,85,247,.15);

    overflow:hidden;

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}

/* Glow suave interno */

.glass::before{

    content:'';

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            135deg,
            rgba(168,85,247,.08),
            transparent 40%
        );

    opacity:0;

    transition:.4s ease;

    pointer-events:none;
}

/* ==================================================
   ÍCONE
================================================== */

.card-icon{

    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:20px;

    margin-bottom:25px;

    background:
        rgba(168,85,247,.08);

    border:
        1px solid rgba(168,85,247,.20);
}

.card-icon i{

    font-size:2rem;

    color:#c084fc;
}

/* ==================================================
   TÍTULOS
================================================== */

.glass-card h3{

    color:#fff;

    font-size:1.8rem;

    font-weight:700;

    margin-bottom:10px;
}

.glass-card h5{

    color:#c084fc;

    font-size:1rem;

    font-weight:600;

    margin-bottom:15px;
}

/* ==================================================
   TEXTO
================================================== */



/* ==================================================
   TAGS
================================================== */

.tags{

    color:#ffffff !important;

    font-weight:600;

    line-height:1.8;

    margin-bottom:20px !important;
}

/* ==================================================
   TÍTULO DA SEÇÃO
================================================== */

.areas-title{

    color:#fff;

    font-size:3rem;

    font-weight:700;

    margin-bottom:15px;
}

.areas-subtitle{

    color:#a1a1aa;

    font-size:1.1rem;

    max-width:700px;

    margin:0 auto 60px;
}

/* ==================================================
   ÁREAS DE ATUAÇÃO
================================================== */

.areas-section{

    position:relative;

    background:#09090f;

    padding:100px 0;
}

/* ==================================================
   CARD GLASS
================================================== */


/* ==================================================
   ÍCONE
================================================== */

.card-icon{

    width:70px;
    height:70px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:20px;

    margin-bottom:25px;

    background:
        rgba(168,85,247,.08);

    border:
        1px solid rgba(168,85,247,.20);
}

.card-icon i{

    font-size:2rem;

    color:#c084fc;
}

/* ==================================================
   TÍTULOS
================================================== */

.glass-card h3{

    color:#fff;

    font-size:1.8rem;

    font-weight:700;

    margin-bottom:10px;
}

.glass-card h5{

    color:#c084fc;

    font-size:1rem;

    font-weight:600;

    margin-bottom:15px;
}

/* ==================================================
   TEXTO
================================================== */

.glass-card p{

    color:#b5b5c3;

    line-height:1.8;

    margin-bottom:0;
}

/* ==================================================
   TAGS
================================================== */

.tags{

    color:#ffffff !important;

    font-weight:600;

    line-height:1.8;

    margin-bottom:20px !important;
}

/* ==================================================
   TÍTULO DA SEÇÃO
================================================== */

.areas-title{

    color:#fff;

    font-size:3rem;

    font-weight:700;

    margin-bottom:15px;
}

.areas-subtitle{

    color:#a1a1aa;

    font-size:1.1rem;

    max-width:700px;

    margin:0 auto 60px;
}

/* ==================================================
   RESPONSIVO
================================================== */

@media(max-width:991px){

    .areas-section{

        padding:80px 0;
    }

    .glass-card{

        padding:30px;
    }

    .areas-title{

        font-size:2.2rem;
    }
}

@media(max-width:576px){

    .glass-card{

       padding:25px;
    }

    .card-icon{

        width:60px;
        height:60px;
    }

    .card-icon i{

        font-size:1.6rem;
    }

    .glass-card h3{

        font-size:1.5rem;
    }
}

.bg-servicos {
   background-image: url('../images/bg-hero.png');
   width: 100%;
   background-repeat: no-repeat;
   background-size: cover;
}

/* Desktop */

.bg-timeline{

    background-image:url('../images/bg-timeline-section.png');
    width: 100%;

    background-repeat:no-repeat;

    background-position:center center;

    background-size:cover;

}

/* Mobile */

@media (max-width: 767.98px){

    .bg-timeline{

        background-image:url('../images/bg-timeline-section-mobile.png');

        background-position:center top;

        background-size:cover;
    }

}

.bg-hero {
background-image:url('../images/bg-hero-section-mobile.png');
width: 100%;
height: auto;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
}

.trajetoria {
 border:1px solid rgba(219, 141, 255, 0.337);
}


.journey-list{

    display:flex;

    flex-direction:column;

    gap:20px;
}

.journey-card{

    position:relative;

    padding:25px 30px;

    border-radius:24px;

    background:
    rgba(255,255,255,.03);

    border:
    1px solid rgba(168,85,247,.15);

    backdrop-filter:blur(14px);

    transition:.4s ease;
}

.journey-card:hover{

    transform:translateX(10px);

    border-color:#a855f7;

    box-shadow:

        0 0 20px rgba(168,85,247,.15),

        0 0 50px rgba(168,85,247,.08);
}

.journey-year{

    display:block;

    color:#c084fc;

    font-size:1.6rem;

    font-weight:700;

    margin-bottom:10px;
}

.journey-card h5{

    color:#fff;

    margin-bottom:10px;
}

.journey-card p{

    color:#b5b5c3;

    margin:0;
}

.featured{

    border-color:#a855f7;

    box-shadow:

        0 0 20px rgba(168,85,247,.20),

        0 0 50px rgba(168,85,247,.10);
}
