* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #ffffff;
    background: #143f52;
    background: linear-gradient(90deg, rgba(20, 63, 82, 1) 0%, rgba(0, 0, 0, 1) 100%);
    padding-top: 96px;
    font-family: "Lato", sans-serif;
}

.container {
    align-items: center;
    justify-content: center;
}

.header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1200;
    background: rgba(0, 0, 0, 0.603);
    border-bottom: 1px solid #eaeaea5a;
    transition: none;

}

.header.is-transparent {
    background: transparent;
    border-bottom-color: transparent;
}

.header.is-solid {
background: #1a092b;
background: linear-gradient(90deg, rgba(26, 9, 43, 0.69) 5%, rgba(1, 7, 13, 0.77) 100%);
    border-bottom-color: #eaeaea5a;
}

mark {
    color: #ffffff;
}

.header .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.header nav {

    position: static;

}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 10px 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 99px;
    transition: transform 0.25s ease, opacity 0.2s ease;
    transform-origin: center;
}

.header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 28px;
    ;
}

.header nav ul li:hover {
    color: #1fffcba6;
}

.header nav a {
    text-decoration: none;
    color: inherit;
}

.hero {

    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;


    .hero_imperium {
        width: 180px;
        height: 190px;
        margin: 0 auto 24px;
        overflow: hidden;
        border-radius: 50%;
    }

    .hero_imperium img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 20% 10%;
        /*altera a posição da imagem dentro do contêiner*/

    }
}

.hero__content {
    max-width: 600px;
    margin: 0 auto;

    gap: 18px;
    align-items: center;
    max-width: 55%;
    flex-direction: column;

}

/* Texto marcado com destaque usando gradiente  */
.text-highlight {
    background: linear-gradient(90deg, #3b3b05, #2b6c94) 0 0 / 0% 100% no-repeat;
    padding: 0 2px;
    border-radius: 3px;
    background-color: transparent;
}

.profile-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 1rem;
}

.tag:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}


.projeto_info {
    text-align: center;
    /* ou left */
    margin: 0 auto;
    max-width: 58ch;
    line-height: 1.5;
}

.conteudo_sobre {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    align-items: center;
    gap: clamp(1rem, 4vw, 3rem);
    min-height: 100vh;
    padding: 2rem;



    .conteudo_card img {
        max-width: 75%;
        height: auto;
        /* object-fit: cover; */
        border-radius: 50%;
        border: 5px solid #000000a7;

    }

    h1 {
        margin-bottom: 2rem;
        font-size: clamp(1.4rem, 3.2vw, 2.2rem);
        line-height: 1.6;
    }

    p {

        text-align: justify;
        line-height: 1.1;
        font-size: 1.7rem;
        /* font-size: clamp(1rem, 1.4vw, 1.8rem); */
    }
}

.card_certificados {
    min-height: 100vh;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 2rem;
    padding: 2rem 1rem;
    border-bottom: 1px solid #d8d8d83b;
}

.card_certificados h1 {
    /* font-size: clamp(1.4rem, 3.2vw, 2.2rem); */
    font-size: 1.8rem;
    margin-bottom: 2.1rem;
}

.certificados_grid {
    width: min(1200px, 100%);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: clamp(1rem, 2.5vw, 2rem);
}

.certificado_item {
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    text-align: center;
    background: #29232e;
    background: linear-gradient(90deg, rgb(0, 0, 0) 17%, rgb(13, 13, 16) 100%);
    padding: 0.9rem;
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.certificado_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificado_item:hover {
    transform: translateY(-4px);
    background-color: #264a8e;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.certificado_item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.certificado_item p {
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    line-height: 1.4;
    max-width: 32ch;
}

.certificado_icon {
    overflow: hidden;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.projetos_car {
    min-height: 100vh;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 1.5rem;
    padding: 2rem 1rem;
}

.btn{
    display: inline-block;
    padding: 10px 20px;
    background-color:  #7C3AED;
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 2rem;
    font-size: 1.1rem;
}

.btn:hover {
    background-color: #425881;
}

.btn_wrap{
    display: flex;
    justify-content: end;
}

.projetos_car h2 {
    /* font-size: clamp(1.4rem, 3.2vw, 2.2rem); */
    font-size: 2.4rem;
    margin-bottom: 5.8rem;
}

.projeto_cards {
    width: 100%;
    object-fit: cover;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.projeto_cards article {
    background-color: #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    color: white;
}

.projeto_midia img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    
}

.projeto_conteudo {
    padding: 1rem;
    background-color: #000000;
}

.projeto_conteudo p {
    max-width: 58ch;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
    font-size: clamp(1rem, 1.3vw, 1.1rem);
}

.projeto_tecnologias_wrap {
    margin-top: 0.9rem;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding-bottom: 0.15rem;
}

.projeto_tecnologias {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    flex-wrap: nowrap;
}

.tecnologia_svg {
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    background-color: #4b5563;
    transition: background-color 0.2s ease;
    text-decoration: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.tech-html {
    -webkit-mask-image: url("../img/html5-brands-solid-full.svg");
    mask-image: url("../img/html5-brands-solid-full.svg");
}

.tech-css {
    -webkit-mask-image: url("../img/css3-alt-brands-solid-full.svg");
    mask-image: url("../img/css3-alt-brands-solid-full.svg");
}

.tech-js {
    -webkit-mask-image: url("../img/js-brands-solid-full.svg");
    mask-image: url("../img/js-brands-solid-full.svg");
}

.tech-gsap {
    -webkit-mask-image: url("../img/gsap.svg");
    mask-image: url("../img/gsap.svg");
}

.tech-gsap:hover {
    background-color: #22c55e;
}

.tech-html:hover {
    background-color: #e42222;
}

.tech-css:hover {
    background-color: #9c3af8;
}

.tech-js:hover {
    background-color: #eab308;
}

.projeto_github {
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(320px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding: 0.55rem 0.8rem;
    border-radius: 8px;
    background-color: #373737;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
}

.projeto_github svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.conteudo_contato {
    max-width: 1100px;
    margin: 0 auto;
    min-height: 60vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    padding: 2rem 1.5rem;
    border-top: 1px solid #ffffff3b;
}



.conteudo_contato h2 {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
}

.conteudo_contato .infor {

    max-width: 620px;

}

.infor {
    display: flex;
    flex-direction: column;
    gap: 14px;
    /* aumenta/diminui aqui */
    margin-bottom: 2rem;
}


.social {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    margin-right: 0;
    padding: 0;
}

.contato_social {
    flex: 0 1 220px;
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.2s ease;
}

.social li a img {
    width: 25px;


    filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%);
}

.social li a:hover {
    background: #7673735c;

}

.footer {
    text-align: center;
    padding: 4rem;
    background-color: #000000;
    color: white;
}

.contato_info img {
    width: 25px;
    filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%);
}

.contato_info a {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

li {
    list-style: none;
}



.conteudo_about_text{
   
    letter-spacing: 1.7px;
    
}

/* PRELOADER */
#preloader {
    width: 100%;
    height: 100vh;
    background-color: #090202;
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;

    svg {
        width: 5vw;
        height: auto;

        path {
            fill: rgba(71, 68, 68, 0.61);
            stroke: rgb(212, 212, 212);
            stroke-dasharray: 280;
            stroke-dashoffset: 280;
        }
    }
}





@media (max-width: 900px) {
    .header .wrapper {
        justify-content: flex-end;
        min-height: 56px;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .header nav {
        position: absolute;
        top: calc(100% + 8px);
        left: 188px;
        right: 16px;
        background-color: rgba(0, 0, 0, 0.96);
        border: 1px solid #eaeaea5a;
        border-radius: 5px;
        padding: 12px 1.2rem;
        opacity: 0;
        
        /* visibility: hidden; */
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    }

    #menus li a:hover {
    background-color: #30463067;
}
    .header.menu-open nav {
        opacity: 1;
        
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .header nav ul {
        flex-direction: column;
        align-items: stretch;
        
        gap: 10px;
    }

    .header nav li {
        text-align: end;
        
    }

    .header nav a {
        display: block;
        padding: 8px 4px;
        white-space: nowrap;
    }

    .header.menu-open .nav-toggle span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .header.menu-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .header.menu-open .nav-toggle span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .conteudo_sobre img {
        display: block;
        margin: 0 auto;
    }

    .container {

        flex-direction: column;
    }

    .conteudo p {
        justify-content: center;
        align-items: center;
    }

    .infor {
        align-items: center;
        text-align: center;
    }

    .projeto_cards{
        grid-template-columns: 1fr;
    }

     .projeto_conteudo p {
        text-align: center;
    }

    .btn_wrap{
        justify-content: start;
    }

}


@media (min-width: 768px) {}