:root {
    --laranja: #DC7E43;
    --cinzaLogo: #3C3C3B;
    --branco: #FFFFFF;
    --cinzaHeader: #F2F2F2CC;
    --cinzaBgLinks: #1D1D1D;
    --cinzaBgSections: #272727;
    --bgCards: #2B2B2BB2;
    --fonteTitulo: 'Analogist';
    --fonteTexto: 'Inter';
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Analogist';
    src: url('/web/20250209104542im_/https://www.robertaweber.com.br/assets/fonts/Analogist.otf') format('opentype'), url('/web/20250209104542im_/https://www.robertaweber.com.br/assets/fonts/Analogist.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0.4rem;
}

::-webkit-scrollbar-thumb {
    background-color: var(--laranja);
}

.sobre {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 1100px;
    background-image: url(../assets/sobre-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.sobreContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    gap: 3em;
    margin-bottom: 3em;
}

.itemLista svg {
    fill: var(--laranja);
    width: 0.5em;
    height: 0.5em;
}

.sobreTitulo {
    font-family: var(--fonteTitulo);
    color: var(--cinzaBgLinks);
    font-size: 2em;
    font-weight: 300;
    text-align: center;
}

.name {
    color: var(--laranja);
}

.lista {
    gap: 0.6em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--cinzaBgLinks);
    font-family: var(--fonteTexto);
    font-size: 1.1em;
    font-weight: 400;
}

@media screen and (min-width: 421px) {

    .sobre {
        height: 1300px;
    }

    .sobreContainer {
        width: 75%;
        margin-bottom: 5em;
    }

}

@media screen and (min-width: 769px) {

    .sobre {
        height: 720px;
        justify-content: flex-end;
        display: flex;
        align-items: center;
    }

    .sobreContainer {
        margin-right: 20%;
        align-items: flex-end;
        width: 90%;
        height: auto;
    }

    .sobreTitulo {
        margin-right: 17%;
        text-align: start;

    }
    
    .itemLista {
        justify-content: flex-start;
    }

    .lista {
        gap: 1em;
        width: 35%;
        align-items: flex-start
    }

}
