/* /Components/Assets/NavButton.razor.rz.scp.css */
.nav-container[b-wr0ihc6got]{
    position: fixed;
    background-color: #174F54;
    width: clamp(3rem, 3.5vw, 5rem);
    height: clamp(3rem, 3.5vw, 5rem);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1rem;
    top: 3rem;
    z-index: 5;
    border: 2px solid #F47467;
}

.nav-container img[b-wr0ihc6got] {
    width: clamp(1.8rem, 2.3vw, 3rem);
}

.nav-link[b-wr0ihc6got] {
    width: 100%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-footer p[b-gk0xuebvlm]{
    font-size: clamp(0.8rem,0.7cqw,1rem);
    pointer-events: none;
    font-family: var(--font-primary);
    padding-left: 1rem;
    margin-bottom: .2rem;
}

.site-footer a[b-gk0xuebvlm] {
    color: black;
    pointer-events: all;
}
/* /Components/Pages/About.razor.rz.scp.css */
img[b-1e1wj8r8nu] {
    pointer-events: none;
}
/* /Components/Pages/Gallery.razor.rz.scp.css */
.gallery[b-h1ob5j0vk4] {
    column-width: 20rem;
    column-gap: 1.5rem;
    padding: 3vw 10vw;
    box-sizing: border-box;
    background: #e4dddb;
    height: 100svh;
}

.gallery-img[b-h1ob5j0vk4] {
    width: 100%;
    margin-bottom: 1.5rem;
    break-inside: avoid;
    border-radius: 1rem;
    cursor: pointer;
}

.gallery-img:hover[b-h1ob5j0vk4] {
    transform: scale(1.03);
}

.gallery-img.animate__animated[b-h1ob5j0vk4] {
    --animate-duration: 0.6s;
}


.no-gallery[b-h1ob5j0vk4] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3vw 10vw;
    box-sizing: border-box;
    background: #e4dddb;
    height: 100vh;
}

.no-gallery p[b-h1ob5j0vk4] {
    font-family: var(--font-primary);
}

.overlay[b-h1ob5j0vk4] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.overlay-img[b-h1ob5j0vk4] {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 0.5rem;
    animation: zoomIn-b-h1ob5j0vk4 0.25s ease;
    cursor: pointer;
}

@keyframes zoomIn-b-h1ob5j0vk4 {
    from {
        transform: scale(0.85);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* /Components/Pages/SubPages/AboutFirstSection.razor.rz.scp.css */
.fst-section[b-3mztecq8oj],
.fst-sec-body[b-3mztecq8oj] {
    box-sizing: border-box;
}

.fst-section[b-3mztecq8oj]{
    color: #F9FAD9;
    background-color: #174F54;
    font-family: var(--font-primary);
    width: 100%;
    height: auto;
}

.fst-sec-header[b-3mztecq8oj] {
    display: flex;
    align-items: center;
    height: 3rem;
    margin: 0;
    padding-left: 1rem;
}

.fst-sec-header img[b-3mztecq8oj] {
    width: 2.5rem;
    margin: .5rem;
}

.fst-sec-body[b-3mztecq8oj] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 8vw;
}

.fst-sec-body[b-3mztecq8oj] {
    height: clamp(36rem, 80vh, 80rem);
}

.fst-sec-body .phrase-and-symbol[b-3mztecq8oj] {
    margin-bottom: clamp(2rem, 8vh, 10rem);
}


.title-and-portrait[b-3mztecq8oj] {
    position: relative;
    display: flex;
    align-items: center;
}


.title-and-portrait img[b-3mztecq8oj] {
    width: clamp(20rem, 28cqw, 40rem);
    border-radius: 1rem;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}


/* ===== TITLE WRAPPER ===== */
.title-wrapper[b-3mztecq8oj] {
    position: absolute;
    top: clamp(2rem, 2cqw, 4rem);
    left: clamp(2rem, 8cqw, 10rem);
    pointer-events: none;
    margin: 0 0 0 3rem;
    font-size: clamp(3rem, 5cqw, 9rem);
}


/* título principal */
.title[b-3mztecq8oj] {
    position: relative;
    font-size: inherit;
    font-family: var(--font-primary);
    z-index: 3;
    margin: 0;
}

/* ===== SHADOW SYSTEM ===== */
.shadows[b-3mztecq8oj] {
    position: absolute;
    inset: 1rem;
    font-family: var(--font-terciary);
    font-weight: 300;
    color: #F47467;
    z-index: 1;
    font-size: inherit;
}

/* sombra base */
.shadows span[b-3mztecq8oj] {
    position: absolute;
    white-space: nowrap;

    transform:
        translate(
            calc(var(--i) * 2.2rem),
            calc(var(--i) * clamp(4rem, 6cqw, 8rem))
        )
        scale(calc(1 + (var(--i) * 0.04)));

    opacity: calc(1 - (var(--i) * 0.18));
}



/* índice lógico */
.shadows span:nth-child(1)[b-3mztecq8oj] { --i: 1.1; }
.shadows span:nth-child(2)[b-3mztecq8oj] { --i: 2.2; }
.shadows span:nth-child(3)[b-3mztecq8oj] { --i: 3.3; }
.shadows span:nth-child(4)[b-3mztecq8oj] { --i: 4.5; }

.phrase-and-symbol[b-3mztecq8oj] {
    justify-content: flex-end;
    width: fit-content;
    z-index: 3;
}

.phrase-and-symbol p[b-3mztecq8oj] {
    padding-top: 20rem;
    font-size: clamp(1.5rem, 2vw, 3rem);
    font-family: var(--font-primary);
}

.line[b-3mztecq8oj] {
    display: block;
}

@media (max-width: 700px) {

    .fst-sec-header img[b-3mztecq8oj] {
        width: 1.5rem;
    }

    .fst-sec-header h2[b-3mztecq8oj] {
        font-size: 1.2rem;
    }

    .fst-sec-body[b-3mztecq8oj]{
        flex-direction: column;
    }

    .phrase-and-symbol[b-3mztecq8oj]{
        flex-direction: row;
    }

    .phrase-and-symbol p[b-3mztecq8oj] {
        padding-top: 0;
    }

    .title-and-portrait[b-3mztecq8oj]{
        flex-direction: column;
    }

    .title-and-portrait img[b-3mztecq8oj] {
        width: clamp(15rem, 65cqw, 25rem);
    }

    .title-wrapper[b-3mztecq8oj] {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 0 1.5rem 0;
        text-align: center;
        font-size: 10cqw;
    }

    .shadows[b-3mztecq8oj] {
        display: none;
    }
}

@media (max-width: 870px) {
    .fst-section[b-3mztecq8oj]{
        height: 120svh;
    }
    .title-and-portrait[b-3mztecq8oj]{
        flex-direction: column;
    }

    .title-wrapper[b-3mztecq8oj] {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 0 1.5rem 0;
        text-align: center;
    }

    .shadows[b-3mztecq8oj] {
        display: none;
    }
}

@media (max-width: 480px) {
    .fst-section[b-3mztecq8oj] {
        height: 100svh;
    }
}
/* /Components/Pages/SubPages/AboutSecondSection.razor.rz.scp.css */
.snt-section[b-5jqcnxsetp] {
    width: 100%;
    height: fit-content;
    background-color: #e4dddb;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: clip;
}

.presentation[b-5jqcnxsetp] {
    top: 10rem;
    position: sticky;
    width: 100%;
    font-family: var(--font-primary);
    padding: 0 2rem 10rem 15cqw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 9rem;
}

/* 🔹 ajuste proporcional apenas */
@media (max-width: 1200px) {
    .presentation[b-5jqcnxsetp] {
        padding-left: 8cqw;
    }
}

.title-block[b-5jqcnxsetp] {
    position: relative;
    display: inline-block;
}

.stars[b-5jqcnxsetp] {
    position: absolute;
    left: -3.5rem;
    top: .5rem;
    width: 3rem;
}

/* 🔹 tipografia responsiva */
.hello[b-5jqcnxsetp] {
    font-size: clamp(3rem, 6vw, 5rem);
    margin: 0;
    color: #584538;
    line-height: 1.1;
}

.s2[b-5jqcnxsetp] {
    display: inline-block;
    color: #ce898c;
}

.about-me[b-5jqcnxsetp] {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    text-align: left;
    padding: clamp(1.5rem, 3vw, 2.2rem);
    margin: 0;
    color: #584538;
    border-bottom: .2rem solid #c2a9ac;
}

.photo-and-contact[b-5jqcnxsetp] {
    width: 100%;
    height: 100%;
}

.photo-and-contact #photo[b-5jqcnxsetp] {
    position: inherit;
    width: clamp(10rem,65cqw,30rem);
    object-fit: contain;
}

.photo-wrapper[b-5jqcnxsetp]{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

/* 🔹 contatos diminuem proporcionalmente */
.contacts[b-5jqcnxsetp] {
    width: clamp(20rem, 25vw, 30rem);
    color: #fdfcf2;
    background-color: #ce898c;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(1.5rem, 2.5vw, 2rem);
    height: 33rem;
    transform: translateY(-3rem);
}

.contacts a[b-5jqcnxsetp],
.contacts a:visited[b-5jqcnxsetp],
.contacts a:hover[b-5jqcnxsetp],
.contacts a:active[b-5jqcnxsetp] {
    color: #fdfcf2;
    text-decoration: none;
}

.contacts ul[b-5jqcnxsetp] {
    padding: 0;
}

.contacts li[b-5jqcnxsetp] {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    margin-bottom: clamp(1rem, 2vw, 2rem);
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
    font-family: var(--font-secondary);
}

.contacts img[b-5jqcnxsetp] {
    width: clamp(1.5rem, 2vw, 2rem);
    margin-right: .5rem;
}

.contacts-title[b-5jqcnxsetp] {
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin: .3rem;
    font-family: var(--font-primary);
}

.line[b-5jqcnxsetp] {
    display: block;
}

@media (min-width: 2000px) {
    .about-me[b-5jqcnxsetp] {
        font-size: clamp(1.1rem, 2vw, 2rem);
    }

    .hello[b-5jqcnxsetp] {
        font-size: clamp(3rem, 6vw, 7rem);
    }

    .presentation[b-5jqcnxsetp] {
        margin-top: 15rem;
    }

    .stars[b-5jqcnxsetp] {
        left: -5.5rem;
        width: 5rem;
    }

    .contacts[b-5jqcnxsetp] {
        width: clamp(20rem, 25vw, 35rem);
        height: 43rem;
    }

    .contacts-title[b-5jqcnxsetp] {
        font-size: clamp(2rem, 3vw, 3.5rem);
    }

    .contacts img[b-5jqcnxsetp] {
        width: clamp(1.5rem, 2vw, 2.5rem);
    }

    .contacts li[b-5jqcnxsetp] {
        font-size: clamp(1.1rem, 1.8vw, 1.8rem);
    }

    .photo-and-contact #photo[b-5jqcnxsetp] {
        width: clamp(10rem, 65cqw, 35rem);
    }
}

/* ✅ MOBILE — somente aqui a foto some */
@media (max-width: 480px) {

    .snt-section[b-5jqcnxsetp] {
        flex-direction: column;
        align-items: flex-start;
        padding: 4rem 0;
    }

    .presentation[b-5jqcnxsetp] {
        top: 0;
        padding: 0 2rem;
        position: inherit;
        margin: 0;
    }

    .presentation img[b-5jqcnxsetp] {
        display: none;
    }

    .photo-and-contact[b-5jqcnxsetp] {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    /* some com a foto no mobile */
    .photo-and-contact #photo[b-5jqcnxsetp] {
        display: none;
    }

    .contacts[b-5jqcnxsetp] {
        margin: 0 auto !important;
        width: calc(100% - 4rem);
        max-width: 32rem;
        height: auto;
        transform: none;
    }
    .contacts li[b-5jqcnxsetp] {
        display: inherit;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media (max-width: 680px){

    .presentation[b-5jqcnxsetp] {
        top: 5rem;
    }

    .title-block img[b-5jqcnxsetp] {
        display: none;
    }
}
/* /Components/Pages/SubPages/AboutThirdSection.razor.rz.scp.css */
.acdmc-bg-title[b-nbtev58z5c],
.exp-title[b-nbtev58z5c],
.abltys-title h3[b-nbtev58z5c],
.lng-title[b-nbtev58z5c],
.itrts-title[b-nbtev58z5c] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.exp-list-item-body-desc[b-nbtev58z5c],
.acdmc-bg-list[b-nbtev58z5c],
.lng-items-desc[b-nbtev58z5c] {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
}

.sftwrs-tools-icons[b-nbtev58z5c],
.svces-keywords[b-nbtev58z5c],
.itrts-items[b-nbtev58z5c] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.thd-section[b-nbtev58z5c] {
    display: flex;
    flex-direction: column;
    background-color: #174F54;
    min-height: 100svh;
}

.top[b-nbtev58z5c] {
    display: flex;
    flex: 1;
}

.sub-top[b-nbtev58z5c] {
    display: block;
    width: 100%;
    color: #fffcd9;
}

.acdmc-bg[b-nbtev58z5c] {
    padding: 3rem 0 0 17rem;
}

.acdmc-bg-title[b-nbtev58z5c] {
    font-family: var(--font-primary);
    font-size: 2.5rem;
}

.acdmc-bg-list[b-nbtev58z5c] {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-family: var(--font-secondary);
    color: #e4dddb;
}

.acdmc-bg ul[b-nbtev58z5c] {
    padding-left: .8rem;
}

.list-star[b-nbtev58z5c] {
    width: 1.5rem;
    margin-right: 1rem;
}

.list-year[b-nbtev58z5c] {
    width: 9ch;
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 1.5rem;

    font-family: var(--font-primary);
    font-size: 2rem;
    font-weight: bold;
    color: #fffcd9;
}

.exp[b-nbtev58z5c] {
    width: 30rem;
    height: 30rem;
    margin: 5rem 0 0 15rem;
    padding: 2rem 3rem;
    background-color: #ce898c;
    overflow-x: hidden;
    transform: translateY(5rem);
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.4) transparent;
}

.exp[b-nbtev58z5c]::-webkit-scrollbar{
    width: 8px;
}

.exp[b-nbtev58z5c]::-webkit-scrollbar-track{
    background: transparent;
}

.exp[b-nbtev58z5c]::-webkit-scrollbar-thumb{
    background-color: rgba(0,0,0,0.4);
    border-radius: 8px;
}

.exp-title[b-nbtev58z5c] {
    margin-top: 0;
    font-size: 2.5rem;
    font-family: var(--font-primary);
    color: #644a51;
}

.exp-list-item[b-nbtev58z5c] {
    list-style: none;
    padding: 0;
}

.exp-list-item-body[b-nbtev58z5c] {
    margin-left: 2.8rem;
    width: 17rem;
}

.exp-list-item-body-title[b-nbtev58z5c] {
    margin: .5rem 0 0;
    font-size: 1.4rem;
    font-family: var(--font-secondary);
    font-weight: bold;
    color: #e4dddb;
}

.exp-list-item-body-desc[b-nbtev58z5c] {
    margin-top: 0;
    font-size: 1.4rem;
    font-family: var(--font-secondary);
    color: #e4dddb;
}

.exp-list-item-keywords[b-nbtev58z5c] {
    margin: 0 0 5rem 1rem;
}

.exp-list-item-keywords span[b-nbtev58z5c] {
    display: inline-block;
    margin: 0 .5rem 1rem 0;
    padding: .5rem 1rem;
    border-radius: 1.5rem;

    font: 1.4rem var(--font-secondary);
    background: #644a51;
    color: #e4dddb;
}

.abltys[b-nbtev58z5c] {
    width: 50%;
    overflow-x: hidden;
}

.abltys-title[b-nbtev58z5c] {
    position: relative;
    font-family: var(--font-primary);
    color: #e4dddb;
    height: 20.5rem;
    align-content: end;
}

/* texto repetido no fundo */
.abltys-title[b-nbtev58z5c]::before {
    content: "HABILIDADES\A HABILIDADES\A HABILIDADES";
    white-space: pre;
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--font-terciary);
    font-size: 6rem;
    line-height: 1.2;
    color: #ce898c;
    opacity: 0.4;
    pointer-events: none;
}

/* título real */
.abltys-title h3[b-nbtev58z5c] {
    position: relative;
    font-size: 2.5rem;
    margin: 0;
    z-index: 1;
}


.sftwrs-tools[b-nbtev58z5c] {
    font-size: 2rem;
    font-family: var(--font-primary);
    color: #ce898c;
}

.sftwrs-tools h4[b-nbtev58z5c] {
    margin: 0 0 1rem;
    padding-left: 2rem;
}

.sftwrs-tools-icons[b-nbtev58z5c] {
    margin-left: 4rem;
}

.sftwrs-tools-icons img[b-nbtev58z5c] {
    width: 5rem;
}

.svces-title[b-nbtev58z5c] {
    font-size: 2rem;
    font-family: var(--font-primary);
    color: #ce898c;
    padding-left: 2rem;
    margin-top: 0;
}

.svces-keywords span[b-nbtev58z5c] {
    display: inline-block;
    margin: 0 .5rem 1rem 0;
    padding: .5rem 1rem;
    border-radius: 1.5rem;

    font: 1.4rem var(--font-secondary);
    background: #cca69a;
    color: #644a51;
}

.bottom[b-nbtev58z5c] {
    flex-shrink: 0;
    background: #e4dddb;
}

.lng-nd-itrts[b-nbtev58z5c] {
    display: flex;
    justify-content: flex-end;
    height: fit-content;
}

.lng-title[b-nbtev58z5c],
.itrts-title[b-nbtev58z5c] {
    font-size: 2.5rem;
    font-family: var(--font-primary);
    color: #584538;
    text-align: center;
    margin-bottom: .5rem;
}

.lng-items[b-nbtev58z5c] {
    list-style: none;
    display: flex;
    padding: 0;
}

.lng-items-title[b-nbtev58z5c] {
    margin: 0;
    font-size: 2rem;
    font-family: var(--font-primary);
    color: #004f54;
}

.lng-items-desc[b-nbtev58z5c] {
    font-size: 1.6rem;
    font-family: var(--font-secondary);
    color: #644a51;
}

.itrts[b-nbtev58z5c] {
    margin: 0 6rem 0 4rem;
}

.itrts-icons[b-nbtev58z5c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1rem;
    font-size: 1.6rem;
    font-family: var(--font-secondary);
    color: #644a51;
}

.itrts-icons img[b-nbtev58z5c] {
    width: 5rem;
}

@media (min-width:2000px) {
    .acdmc-bg-title[b-nbtev58z5c] {
        font-size: 4rem;
    }

    .acdmc-bg-list[b-nbtev58z5c] {
        font-size: 2.4rem;
    }

    .list-star[b-nbtev58z5c] {
        width: 2.8rem;
    }

    .list-year[b-nbtev58z5c] {
        font-size: 3.3rem;
    }

    .exp[b-nbtev58z5c] {
        width: 40rem;
        height: 50rem;
        margin: 10rem 0 0 15rem;
    }

    .exp-title[b-nbtev58z5c] {
        font-size: 3.5rem;
    }

    .exp-list-item-body[b-nbtev58z5c] {
        width: 30rem;
    }

    .exp-list-item-body-title[b-nbtev58z5c] {
        font-size: 2rem;
    }

    .exp-list-item-body-desc[b-nbtev58z5c] {
        font-size: 1.8rem;
    }

    .exp-list-item-keywords span[b-nbtev58z5c] {
        font: 2rem var(--font-secondary);
    }

    .abltys-title[b-nbtev58z5c]::before {
        font-size: 9rem;
    }

    .abltys-title[b-nbtev58z5c] {
        height: 30.5rem;
    }

    .abltys-title h3[b-nbtev58z5c] {
        font-size: 4rem;
    }

    .sftwrs-tools[b-nbtev58z5c] {
        font-size: 3rem;
    }

    .sftwrs-tools-icons img[b-nbtev58z5c]{
        width: 7rem;
    }

    .svces-title[b-nbtev58z5c] {
        font-size: 3rem;
    }

    .svces-keywords span[b-nbtev58z5c] {
        font-size: 2.5rem;
        border-radius: 2rem;
    }

    .lng-title[b-nbtev58z5c],
    .itrts-title[b-nbtev58z5c] {
        font-size: 3.5rem;
    }

    .lng-items-title[b-nbtev58z5c] {
        font-size: 2.5rem;
    }

    .lng-items-desc[b-nbtev58z5c] {
        font-size: 1.9rem;
    }

    .itrts-icons img[b-nbtev58z5c] {
        width: 6rem
    }

    .itrts-icons[b-nbtev58z5c] {
        font-size: 2rem;
    }
}


@media (max-width: 1440px) {

    .lng-nd-itrts[b-nbtev58z5c] {
        padding-top: 5rem;
    }

    .exp[b-nbtev58z5c] {
        margin-left: 9cqw;
    }

    .acdmc-bg[b-nbtev58z5c] {
        padding-left: 9cqw;
    }
    .abltys[b-nbtev58z5c] {
        width: 70%;
    }

    .abltys-title[b-nbtev58z5c] {
        height: auto;
    }

    h3[b-nbtev58z5c], h4[b-nbtev58z5c] {
        text-align: center;
    }

    .sftwrs-tools-icons[b-nbtev58z5c], .svces-keywords[b-nbtev58z5c] {
        justify-content: center;
    }

    .sftwrs-tools-icons[b-nbtev58z5c] {
        margin-left: 2rem;
    }

    .lng-nd-itrts[b-nbtev58z5c] {
        padding-top: 0;
        justify-content: flex-end;
    }

    .exp-list-item-body[b-nbtev58z5c] {
        width: auto;
    }
}


/* Tablet */
@media (max-width: 1024px) {
        .top[b-nbtev58z5c] {
        flex-direction: column;
    }

    .abltys[b-nbtev58z5c] {
        width: 100%;
    }
    
    .abltys-title[b-nbtev58z5c]::before {
        content: none;
    }

    .exp[b-nbtev58z5c] {
        width: auto;
        margin: 2rem;
        transform: none;
    }

    .acdmc-bg[b-nbtev58z5c] {
        padding: 2rem;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .abltys-title[b-nbtev58z5c]::before {
        display: none;
    }
    /* remove offsets grandes */
    .acdmc-bg[b-nbtev58z5c] {
        padding: 1.5rem;
    }

    .exp[b-nbtev58z5c] {
        margin: 1.5rem;
        height: auto;
        max-height: 24rem;
    }

    .sub-top[b-nbtev58z5c] {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .abltys-title[b-nbtev58z5c] {
        height: auto;
        padding: 2rem 1.5rem;
    }

    .abltys-title[b-nbtev58z5c]::before {
        font-size: 3rem;
        line-height: 1.1;
    }

    .sftwrs-tools-icons img[b-nbtev58z5c],
    .itrts-icons img[b-nbtev58z5c] {
        width: 3.5rem;
    }

    .sftwrs-tools-icons[b-nbtev58z5c] {
        margin-left: 1rem;
    }

    .lng-nd-itrts[b-nbtev58z5c] {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 2rem 0;
        gap: 2rem;
    }

    .itrts[b-nbtev58z5c] {
        margin: 0;
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .exp-list-item-keywords[b-nbtev58z5c] {
        display: none;
    }

    h4[b-nbtev58z5c], h3[b-nbtev58z5c] {
        text-align: left;
    }

    .sftwrs-tools-icons[b-nbtev58z5c] {
        margin-left: 2rem;
        justify-content: left;
    }

    .svces-keywords[b-nbtev58z5c] {
        justify-content: start;
        margin-left: 1rem;
    }

    .exp[b-nbtev58z5c] {
        max-height: 30rem;
    }
}

@media (max-width: 385px) {

    .list-year[b-nbtev58z5c] {
        font-size: 1.4rem;
    }

    .acdmc-bg-list[b-nbtev58z5c] {
        display: block;
        font-size: 1.2rem;
    }

    .itrts-items[b-nbtev58z5c] {
        display: block;
    }
}
