    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&family=Merriweather+Sans:wght@300;400;700&display=swap');


    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: 'Inter', sans-serif;
    }

    .imagens{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .imagens img {
        width: 40vw;
        margin: 50px 15px;
    }

    a.verMaisEgressos{
        text-decoration: none;
        padding: 20px;
        align-self: flex-end;
    }

    .verMaisEgressos {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #803ED6;
        width: 150px;
        height: 50px;
        border-radius: 100px;
        font-weight: 500;
        color: #ffffff;
        border: 2px solid #803ED6;
        transition: scale .15s linear;
        cursor: pointer;
    }
    
    .verMaisEgressos:hover{
        scale: 1.2;
    }

    a.acessarCurriculos{
        text-decoration: none;
        padding: 20px;
        align-self: flex-end;
    }
    
    .acessarCurriculos{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ffffff;
        width: 100px;
        height: 50px;
        border-radius: 100px;
        font-weight: 700;
        color: #803ED6;
        border: 2px solid #803ED6;
        transition: scale .15s linear;
        cursor: pointer;
    }
    
    .acessarCurriculos:hover{
        scale: 1.2;
    }

    ::-webkit-scrollbar {
        width: 5px;
        background: none;
    }

    ::-webkit-scrollbar-thumb{
        border-radius: 10px;
        background: #1CDD71;
        background: linear-gradient(0deg, #1CDD71 0%, #803ED6 100%);
    }

    nav img{
        width: 270px;
    }

    body {
        overflow-x: hidden !important;
    }

    header {
        overflow: hidden;
    }

    nav {
        display: flex;
        width: 100vw;
        height: 100px;
        justify-content: space-around;
        align-items: center;
    }

    nav h1 span:nth-child(1) {
        color: #1CDD71;
    }

    nav h1 span:nth-child(2) {
        color: #803ED6;
    }

    /*egresso*/

    .egresso{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
        margin: 20vh;
        margin-top: 5vh;
    }

    .egresso .alunos {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin: 10px;
    }

    .egresso .alunos .sobre_aluno{
        background-color: #cccccc;
        color: #000000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 10px;
        padding: 20px;
        width: 70vw;

        margin-left: 10px;
    }

    .alunos img{
        width: 150px;
        height: 150px;
        object-fit: cover;
        border-radius: 10px;
        border: 2px solid gray;
    }

    /**/
    nav{
        position: relative;
        
    }

    #menu {
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
        gap: 4px;
    }

    .menu{
        width: 30px;
    }

    .itensMenu{
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 70px;
        background-color: white;
        padding: 10px;
        border: 0.3px solid rgba(0, 0, 0, 0.193);
        border-radius: 5px;
        min-width: 80px;
    }

    .bgMenu{
        border: 0.5px solid rgba(128, 128, 128, 0.445);
        color: white;
        border-radius: 5px;
    }

    .itensMenu a{
        text-decoration: none;
        color: #000;
        border-radius: 3px;
        padding: 3px;
    }

    .itensMenu a:hover{
        background-color: #0000005a;
        color: white;
    }

    .hide{
        display: none;
    }
    #cont {
        display: flex;
        padding-left: 20vw;
        justify-content: left;
        align-items: center;
        height: 80vh;
        color: #fff;
        background-image: url(../assets/esc.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    #group {
        display: flex;
        width: 30vw;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    #group span {
        font-weight: 900;
    }

    #group a {
        text-decoration: none;
        margin-top: -25px;
        color: #fff;
        font-weight: 700;
    }

    #flutuador {
        font-size: 170px;
        font-weight: 700;
        top: 360px;
        right: -325px;
        transform: rotate(90deg);
        position: absolute;
        background: linear-gradient(to right, #1CDD71 0%, #803ED6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: default;
    }

    #sobre {
        display: inline-flex;
        padding: 44px 44px 100px 44px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        background: #0C001C;
        width: 100vw;
    }

    #sobre h2 {
        display: flex;
        width: 80vw;
        max-width: 730px;
        height: 100px;
        flex-direction: column;
        justify-content: center;
        color: #FFF;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
    }

    #sobre p {
        display: flex;
        padding: 0 250px;
        flex-direction: column;
        justify-content: center;
        color: #F0F0F0;
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 300;
    }

    #emp {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        overflow: hidden;
        padding-top: 50px;
        text-align: center;
       }

    #mac {
        margin-top: 200px;
        margin-bottom: 200px;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    #mac h3 {
        font-weight: 700;
    }

    #book {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        width: 1000px;
        height: 550px;
        border-radius: 20px;
        border: 2px solid #803ED6;
    }

    #wd {
        border-radius: 20px;
        background-color: #803ED6;
        width: 60px;
        height: 18px;
    }

    .merchandising {
        display: flex;
        height: 120px;
        justify-content: space-around;
        align-items: center;
        gap: 65px;
    }

    .merchandising img {
        width: 80px;
        flex-shrink: 0;
    }


    .flexMac {
        display: flex;
        gap: 9px;
    }

    .rad {
        background-color: #803ED6;
        height: 18px;
        width: 18px;
        border-radius: 100%;
    }

    .rad:nth-child(2) {
        opacity: .8;
    }

    .rad:nth-child(3) {
        opacity: .6;
    }

    .roxo {
        color: #803ED6;
    }

    #flex {
        align-self: flex-start;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .flexCard {
        display: flex !important;
        gap: 20px !important;
        margin-top: 50px !important;
    }

    #radial {
        position: absolute;
        width: 600px;
        overflow: visible;
        justify-content: end;
        align-self: center;
        height: 200px;
        background-color: #2e2e2e;
        filter: blur(120px);
        z-index: -1;
    }

    .cardMac {
        width: 385px !important;
        padding: 15px !important;
        height: 380px !important;
        background-color: #1CDD71 !important;
        border-radius: 15px !important;
        flex-wrap: nowrap !important;
    }

    .cardMac div {
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center;
        padding: 40px;
        border: 2px solid #803ED6;
        border-radius: 15px;
        width: 100%;
        height: 100%;
    }

    #flutuado {
        font-size: 150px;
        font-weight: 700;
        margin-top: 75vh;
        margin-left: -93vw;
        transform: rotate(90deg);
        position: absolute;
        background: linear-gradient(to right, #1CDD71 0%, #803ED6 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: default;
    }

    #foto {
        display: flex;
        gap: 100px;
        width: 100vw;
        min-height: 750px;
        color: #fff;
        background-color: #0C001C;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #foto div:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 90px;
        width: 500px;
        position: relative;
        height: 400px;
        background: #803ED6;
        background: radial-gradient(circle, #803ED6 0%, #000000 100%);
        border-radius: 30px;
    }

    #foto div:nth-child(1) img {
        position: absolute;
        height: 450px;
        bottom: 30px;
    }

    #foto div:nth-child(1),
    #foto div:nth-child(2) {
        width: 30vw;
    }

    #foto div:nth-child(2) h3 {
        font-weight: 700;
    }

    #grad {
        position: absolute;
        justify-self: end;
        align-self: end;
        background: linear-gradient(to right, #803ED6 0%, #00000000 100%);
        height: 30px;
        margin-bottom: 30px;
        width: 100vw;
    }

    #retangulo {
        position: absolute;
        justify-self: end;
        align-self: end;
        background-color: #803ED6;
        height: 30px;
        width: 100vw;
    }

    .propriedade {
        display: flex;
        width: 100vw;
        height: 100vh;
        gap: 150px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .propriedade div:nth-child(2) {
        display: flex;
        flex-direction: column;
        padding: 40px;
        gap: 15px;
    }

    .cTxt {
        display: flex;
        width: 30%;
        height: 188.995px;
        flex-direction: column;
        justify-content: center;
        text-align: right;
        flex-shrink: 0;

    }

    .cTxt h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px;
    }

    .card {
        width: 692px;
        height: 250px;
        border-radius: 15px;
        background-color: #1CDD71 !important;
        padding: 40px;
        gap: 8px;
        border: none !important;
        position: relative; /* adicionado para posicionar o pseudo-elemento corretamente */
    }

    .card:nth-child(1):before {
        content: "";
        position: absolute;
        justify-self: center;
        left: -2px;
        align-self: center;
        border-radius: 5px;
        width: 4px;
        background-image: linear-gradient(180deg, #803ED6 0%, #1C0040 100%);
        height: 115px;
    }


    .card:nth-child(2):before {
        content: "";
        position: absolute;
        justify-self: center;
        left: -2px;
        align-self: center;
        border-radius: 5px;
        width: 4px;
        background-image: linear-gradient(180deg, #803ED6 0%, #1C0040 100%);
        height: 175px;
    }


    .card h3 {
        background: linear-gradient(180deg, #803ED6 0%, #1C0040 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .card p {
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .radial {
        position: absolute;
        justify-items: center;
        width: 332px;
        height: 253px;
        flex-shrink: 0;
        background: #803ED6;
        filter: blur(102.5px);
        z-index: -1;
    }

    #projetos {
        width: 100vw;
        max-height: 1500px;
        height: 150vh;
        display: flex;
        flex-direction: column;
        background: #0C001C;
        box-shadow: 0px -111px 198px -64px #1CDD71;
        justify-content: center !important;
        gap: 50px;
        justify-content: center !important;
        padding-bottom: 15%;
        z-index: 1;
    }

    #projetos {
        justify-content: center;
        display: flex;
        padding-bottom: 10%; 
        position: relative;
        overflow: hidden !important;
    }

    .radialGreen {
        position: absolute;
        justify-items: center;
        align-self: center;
        display: flex;
        width: 400px;
        height: 500px;
        flex-shrink: 0;
        background: #1CDD71;
        filter: blur(102.5px);
        z-index: 0;
        top: 35%;
        overflow: visible !important;
        
    }

    #projetos h2 {
        color: #FFF;
        text-align: center;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px;
        z-index: 1;
    }

    footer{
        background-color: #fff;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 40vh;
    }

    #contato a {
        color: #803ED6;
        text-decoration: none;
    }

    #dev{
        position: absolute;
        align-self: flex-end;
        margin-bottom: 10px;
    }

    .green{
        font-weight: 900;
        color: #803ED6;
    }

    #ret{
        align-self: start;
        background: linear-gradient(to right, #803ED6 0%, #1CDD71 50%,  #803ED6 100%);
        position: absolute;
        width: 100vw;
        height: 40px;
    }

    #neohub{
        width: 350px;
    }

    #neohub span{
        font-weight: 700;
    }

    #neohub .flex{
        display: flex;
        gap: 10px;
    }

    #neohub .flex i {
        cursor: pointer;
        font-size: 1.5em;
    }

    #stroke1{
        position: absolute;
        background-color: #000;
        width: 300px;
        height: 800px;
        z-index: 1;
        filter: blur(150px);
    }

    #stroke2{
        position: absolute;
        right: 0;
        background-color: #000;
        width: 300px;
        height: 800px;
        z-index: 1;
        filter: blur(150px);
    }

    .splide__arrow {
        width: 50px !important;
        height: 50px !important;
        background-color: #803ED6 !important;
        border-radius: 100px !important;
        opacity: 1 !important;
        top: 75% !important;
        transition: width 0.2s linear;
    }

    .splide__arrows {
        align-items: center !important;
        justify-content: center !important;
        display: flex !important;
    }

    .splide__arrow--prev {
        left: 20px !important
    }

    .splide__arrow--next {
        right: 20px !important;
    }

    .is-active {
        height: 640px !important;
        border: none !important;
        transition: all 0.5s ease;
    }

    .splide__arrow svg {
        fill: #FFF !important;
    }

    .splide__track {
        height: 60vh !important;
        margin-top: 5%;
        overflow: visible !important;
        border: none;
    }

    #right{
        color: #fff;
        right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background-color: #803ED6;
        border-radius: 100%;
        z-index: 10 !important;
    }

    #left{
        color: #fff;
        left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background-color: #803ED6;
        border-radius: 100%;
        z-index: 10 !important;
    }

    .splide__arrow:hover {
        width: 70px !important;
    }

    .splide__arrow--next:hover {
        justify-content: end !important;
        padding-right: 15px;
        transition: all 0.3s linear;
        background-color: #52288A !important;
    }

    .splide__arrow--prev:hover {
        justify-content: start !important;
        padding-left: 15px;
        transition: all 0.3s linear;
        background-color: #52288A !important;
    }

    .splide__slide img {
        width: 100%;
        height: auto;
    }

    .splide__slide {
        display: flex;
        align-self: center;
        align-items: end;
        justify-content: center;
        position: relative;
        padding-bottom: 90px;
        transition: all 0.5s ease;
    }

    .splide h2 {
        overflow-y: visible;
        position: relative;
        z-index: 0;
    }

    .splide__slide span {
        color: #FFF;
        text-align: center;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px;
        z-index: 1;
    }

    .splide__slide:hover {
        height: 640px !important;
    }

    .splide__slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%!important;
        height: 100%;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 100%);
        z-index: 0;
    }

    .splide__track--nav>.splide__list>.splide__slide {
        border: none !important;
    }

    @media(max-width: 1366px) {
        .egressos{
            width: 100vw;
            height: 70vh;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            flex-direction: column;
            background-color: #D9D9D9;
            position: relative;
            justify-content: center;
        }
        
        .egressos h2 {
            color: #000;
            text-align: center;
            font-size: 35px;
            font-style: normal;
            font-weight: 600;
            position: absolute;
            top: 30px !important;
        }
        
        .geralAlunos {
            position: absolute;
            visibility: hidden;
            opacity: 0;
            transform: scale(0.5);
            transition: opacity 0.5s, transform 0.5s !important;
        }
        
        .geralAlunos.active {
            position: relative;
            visibility: visible;
            width: 70vw !important;
            height: 40vh;
            display: flex;
            flex-direction: row;
            opacity: 1;
            transform: scale(1) !important;
        }
        
        #selectors {
            display: flex;
            justify-content: center;
            gap: 10px;
            transform: scale(0.8) !important;
          }
          
          #selectors .selector {
            width: 30px;
            height: 6px;
            background-color: #86868C;
            cursor: pointer;
          }
          
          #selectors .selector.active {
            background-color: #803ED6;
          }
          
        
        .aluno {
            width: 50%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }
        
        .aluno div > span{
            color: #000;
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: 0.5px;
        }
        
        .aluno div > h4 {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        
        .info {
            width: 50%;
            height: 100%;
            display: flex;
            align-items: center;
        
        }

        #projetos {
            height: 150vh;
            justify-content: center;
            display: flex;
            padding-bottom: 15%; 
            position: relative;
        }

        .radialGreen {
            top: 30%;
        }

        .splide__slide {
            width: 380px !important;
            height: 430px !important;
        }

        .is-active {
            height: 540px !important;
            border: none !important;
            transition: all 0.5s ease;
        }
        
        .splide__slide span {
            font-size: 40px;
            line-height: 50px;
        }
        
        .splide__slide:hover {
            height: 540px !important;
        }

        .splide__arrow {
            top: 75% !important;
        }

        .splide__track {
            height: 80vh !important;
            max-height: 500px;
            margin-top: 5%;
        }

        footer{
            background-color: #fff;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: space-around;
            height: 40vh;
        }

        #dev {
            position: absolute;
            align-self: flex-end;
            margin-bottom: 10px;
            scale: 83%;
        }
        
        #neohub{
            width: 350px;
            padding-top: 20px;
        }
        
        #neohub h1 {
            font-size: 1.5rem;
        }

        #neohub p {
            font-size: 0.8rem;
        }
        
        #neohub .flex{
            display: flex;
            gap: 5px;
        }
        
        #neohub .flex i {
            cursor: pointer;
            font-size: 1em;
        }

        #contato h3 {
            font-size: 1.3rem;
        }

        #contato p {
            font-size: 0.8rem;
        }

        #mac {
            scale: 90%;
            margin-top: 70px;
            margin-bottom: 100px;
        }

        .propriedade {
            scale: 78%;
            gap: 90px;
        }
    }

    @media(max-width: 1024px) {
        .egressos{
            width: 100vw;
            height: 70vh;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            flex-direction: column;
            background-color: #D9D9D9;
            position: relative;
            justify-content: center;
        }
        
        .egressos h2 {
            color: #000;
            text-align: center;
            font-size: 35px;
            font-style: normal;
            font-weight: 600;
            position: absolute;
            top: 30px !important;
        }
        
        .geralAlunos {
            position: absolute;
            visibility: hidden;
            opacity: 0;
            transform: scale(0.5);
            transition: opacity 0.5s, transform 0.5s !important;
        }
        
        .geralAlunos.active {
            position: relative;
            visibility: visible;
            width: 70vw !important;
            height: 30vh;
            display: flex;
            flex-direction: row;
            opacity: 1;
            transform: scale(1);
        }
        
        #selectors {
            display: flex;
            justify-content: center;
            gap: 10px;
            transform: scale(1)!important;
          }
          
          #selectors .selector {
            width: 30px;
            height: 6px;
            background-color: #86868C;
            cursor: pointer;
          }
          
          #selectors .selector.active {
            background-color: #803ED6;
          }
          
        
        .aluno {
            width: 50%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }

        
        .aluno div > span{
            color: #000;
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: 0.5px;
        }
        
        .aluno div > h4 {
            color: #000;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        
        .info {
            width: 50%;
            height: 100%;
            display: flex;
            align-items: center;
        
        }

        #book {
            scale: 90%;
        }

        #foto {
            height: 80vh;
        }

        #stroke1, #stroke2 {
        width: 100px; 
        }

        #sobre {
            padding: 44px 44px 100px 44px;
            gap: 10px;
            width: 100vw
        }

        #sobre p {
            display: flex;
            padding:  0 100px;
            flex-direction: column;
            justify-content: center;
            color: #F0F0F0;
            text-align: center;
            font-family: 'Inter', sans-serif;
            font-style: normal;
            font-weight: 300;
        } 

    }

    @media(max-width: 860px) {

        * {
            overflow-x: hidden;
        }

        .splide__slide::before {
            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 30%, rgba(0,0,0,0) 100%);
        }

        nav{
            overflow-x: visible;
        }
        #projetos, .splide, .splide__list, .splide__slide{
            overflow-x: visible;
        }

        #projetos {
            height: 150vh;
            padding-bottom: 50%;
            gap: 10px;
        }

        .splide__arrow {
            top: 90% !important; 
        } 

        .splide__arrow:hover {
            width: 50px !important;
        }

        .splide__arrow--next:hover {
            justify-content: auto !important;
            padding-right: auto;
            transition: all 0.3s linear;
            background-color: #803ED6 !important;
        }
    
        .splide__arrow--prev:hover {
            justify-content: start !important;
            padding-left: 15px;
            transition: all 0.3s linear;
            background-color: #803ED6 !important;
        }

        body {
            width: 100vw !important;
            overflow-x: hidden !important;
        }

        #cont {
            padding-left: 10vw;
            height: 80vh;
        }
        
        #group {
            width: 100vw;
            gap: 10px;
        }
        
        #sobre {
            padding: 44px 44px 100px 44px;
            gap: 10px;
            width: 100vw;
        }
        
        #sobre h2 {
            width: 80vw;
            max-width: 730px;
            height: 100px;
        }
        
        #sobre p {
            padding: 0px;
        }

        .merchandising {
            height: 90px;
            gap: 50px;
        }
        
        .merchandising img {
            width: 70px;
        }

        #mac {
            margin-top: 70px;
            margin-bottom: 70px;
            gap: 30px;
            overflow-x: visible;
        }
        
        #mac h3 {
            font-weight: 700;
        }

        .propriedade {
            flex-direction: column;
            align-items: center;
            align-self: center;
            gap: 10px;
            width: 100vw;
            overflow-x: visible;
            height: auto;
        }

        .propriedade div:nth-child(2) {
            height: auto;
        }

        .card:nth-child(1):before {
            border-radius: 5px;
            left: -2px;
            width: 5px;
            height: 72%;
            top: auto;
            justify-content: center;
            justify-self: center;
            align-self: center;
        }
        
        
        .card:nth-child(2):before {
            width: 5px;
            height: 75%;
        }

        .cTxt {
            width: 100vw;
            height: auto;
            margin-top: -10px;
            text-align: center;
        }

        .card {
            width: 400px;
            overflow: visible;
            height: 500px;
        }
        #wd {
            border-radius: 20px;
            background-color: #803ED6;
            width: 60px;
            height: 18px;
        }

        .cardMac {
            width: 385px;
            padding: 15px;
            height: 380px;
            background-color: #1CDD71;
            border-radius: 15px;
        }
        
        #foto {
            display: flex;
            gap: 0px;
            width: 100vw;
            color: #fff;
            background-color: #0C001C;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            flex-wrap: wrap-reverse;
            position: relative;
            height: 100vh;
            overflow: visible;
            
        }
        
        #foto div:nth-child(1) {
            display: flex;
            flex-direction: column;
            align-items: center;
            overflow: visible;
            justify-content: center;
            margin-top: 50px;
            margin-bottom: 0px;
            position: relative;
            background: #803ED6;
            background: radial-gradient(circle, #803ED6 0%, #000000 100%);
            border-radius: 30px;
        }
        
        #foto div:nth-child(1) img {
            height: 400px !important;
            position: absolute;
        }
        
        #foto div:nth-child(1){
            width: 90vw;
            height: 350px;
        }

        #foto div:nth-child(2) {
            width: 90vw;
        }
        
        #foto div:nth-child(2) {
            margin-top: 10vh;
        }

        #foto div:nth-child(2) h3 {
            font-weight: 700;
        }
        
        #grad {
            position: absolute;
            justify-self: end;
            align-self: end;
            background: linear-gradient(to right, #803ED6 0%, #00000000 100%);
            height: 30px;
            margin-bottom: 30px;
            bottom: 0;
            width: 100vw;
        }
        
        #retangulo {
            position: absolute;
            justify-self: end;
            align-self: end;
            background-color: #803ED6;
            height: 30px;
            width: 100vw;
            bottom: 0;
    }

    .radialGreen {
        overflow-x: visible;
    }

    .splide__slide {
        width: 60vw;
        height: 60vh;
        max-width: 380px !important;
        max-height: 430px !important;
    }

    .splide__slide:hover {
        height: 70vh;
        max-height: 530px;
    }

    footer {
        flex-direction: column;
        overflow-x: visible;
        position: relative;
        justify-content: start;
        height: 55vh !important;
    }

    #neohub {
        margin-top: 40px;
    }

    #contato {
        align-self: start;
        margin-top: 40px;
        margin-left: 30px;
    }

    #contato a {
        text-decoration: none;
        color: #803ED6;
        font-size: 14px;
    }

    #dev {
        bottom: 0px;
        text-align: center;
    }

    .radial {
        overflow-x: visible !important;
        width: 100%;
    }

    #flex {
        align-self: center;
        display: flex;
        justify-content: space-between;
        width: 90% !important;
        z-index: 10;
        margin-bottom: 30px;
    }

    #book {
        width: 90vw !important;
        overflow-x: visible;
        position: relative;
        scale: 100% !important;
    }

    .flexCard {
        width: auto !important;
        background-color: transparent !important;
        overflow-x: visible;
        align-self: center !important;
        margin: 0 !important;
        gap: 100px !important;
        transition: transform 0.09s linear;
    }

    .rad {
        z-index: 10 !important;
    }

    .cardMac {
        align-self: center !important;
        width: 80vw !important;
        height: 50vh !important;
    }

    nav img{
        width: 200px;
    }
}

@media(max-width: 400px){
    #foto {
        height: 135vh;    
    }

    nav img{
        width: 150px;
    }
}

.egressos{
    width: 100vw;
    height: 70vh;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    background-color: #D9D9D9;
    position: relative;
    justify-content: center;
}

.egressos h2 {
    color: #000;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 80px;
}

.geralAlunos {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s, transform 0.5s !important;
    margin: 10px;
}

.geralAlunos.active {
    position: relative;
    visibility: visible;
    width: 50vw;
    height: 30vh;
    display: flex;
    flex-direction: row;
    opacity: 1;
    margin-top: 20px;
    transform: scale(1.2);
}

#selectors {
    display: flex;
    justify-content: center;
    gap: 10px;
    transform: scale(1.2);
    margin-bottom: 35px;
  }
  
  #selectors .selector {
    width: 30px;
    height: 6px;
    background-color: #86868C;
    cursor: pointer;
  }
  
  #selectors .selector.active {
    background-color: #803ED6;
  }
  

.aluno {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.aluno img {
    width: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.aluno div > span{
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.aluno div > h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.info {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 11px;

}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: none !important;
}

.alunos {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.alunos img {
    width: 150px;
    height: auto;
    margin-right: 20px;
}

.descricao {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    flex: 1;
}

.descricao h2,
.descricao h3 {
    margin: 0;
}

.descricao p {
    margin-top: 10px;
}
