.container-image{
    background-color: rgb(31, 30, 30);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
    position: sticky;
    top: 0px;
    z-index: 5;

}

.container-sobre {
    width: 100%;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    position: sticky;
    z-index: 10;
    top: 0;
    background-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top: 1px solid black;
}

.container-sobre-Renata {
    border-top: 1px solid black;
    width: 100%;
    display: flex;
    height: 100vh;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 1rem;
    position: sticky;
    z-index: 10;
    top: 0;
    background-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.containerNossosPrincipios{
    width: 100%;
    height: 100%;
    overflow: auto;
}

.container-sobre-campoLargo {
    width: 100%;
    height: 100vh;
    padding: 1rem;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 99; /* Garantindo que fique acima */
    background-color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: sticky;
    z-index: 10;
    top: 0;
    border-top: 1px solid black;
}

.container-sobre-filho-campoLargo{
    width: 97%;
    padding: 1rem;
    height: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    border-radius: 3px;
}

.container-sobre-filho {
    width: 100%;
    height: 100%; /* Isso já está certo */
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    flex-direction: row;
    text-align: center;
    box-sizing: border-box; /* Para garantir que padding não afete a largura total */
}

.containerTextSobre{
    text-align: left;
    padding-left: 10%;
}

.slogan{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
    padding-left: 150px;
    text-align: left;
}

.container-image-message-filho{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    color: white;
    overflow: hidden;
    position: relative;
    z-index: 10;
    padding-left: 100px;
}

.messages {
    position: absolute;
    animation: scroll 60s linear infinite; /* Adicione a animação aqui */
    animation-play-state: running; /* Estado inicial da animação */
    top: 45px;
    font-weight: 300;
}

.titleOne{
    width: 100%;
    color: black;
    padding-left: 1%;
    display: flex;
    align-items: center;
    justify-content:start;
    flex-direction: row;
}

.desenvolvedor{
    width: 50%;
    height: 80px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 20px;
}

.containerDados{
    width: 100%;
    height: 100%;
    grid-column: 2;
    display: flex;
    align-items: end;
    flex-direction: column;
    grid-row: 1;
    overflow: auto; /* Permite o overflow */
    scrollbar-width: none;
}

.container-dados-filho {
    gap: 0.8rem;
    display: flex;
    justify-content: start;
    flex-direction: column;
    text-align: left;
    word-wrap: wrap;
    padding: 0px 10px 0px;
    width: 90%;
    height: 100%; /* Mantém o tamanho do pai */
}

.container-dados-text{
    display: flex;
    justify-content: space-between;
    height: 80px;
    flex-shrink: 0;
    align-items: center;
    padding: 0px 30px 0px;
    text-align: left;
}

.line{
    width: 100%;
    border: 1px solid #dfdfdf;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%); /* Move tudo para cima */
    }
}


@media screen and (max-width: 1280px) {
    .container-image-message-filho{
        padding-left: 1rem;
    }

}

@media screen and (max-width: 800px) {
    .container-sobre-filho{
        width: 100%;
        text-align: justify;
        flex-direction: column;
    }

    .containerTextSobre{
        padding-left: 0;
    }

    #imageSobre{
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .messages {
        position: absolute;
        animation: scroll 60s linear infinite; /* Adicione a animação aqui */
        animation-play-state: running; /* Estado inicial da animação */
        top: 45px;
        font-weight: 300;
        width: auto;
        display: flex;
        gap: 2rem;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%); /* Move tudo para cima */
        }
    }

    .container-image{
        display: flex;
        flex-direction: column;
    }

    .container-image-message-filho{
        display: flex;
        height: 70%;

    }

    .container-sobre-Renata{
        padding: 1rem;
    }

    .slogan{
        width: 100%;
        height: 60%;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        position: relative;
        z-index: 10;
        padding-left: 150px;
        text-align: left;
        margin-top: 30%;
    }
    

    .titleOne{
        align-items: center;
        justify-content: start;
        height: auto;
        flex-direction: row;
        margin-bottom: 1rem;
    }

    .desenvolvedor{
        width: 99%;
        height: 80px;
        border-radius: 5px;
        text-align: center;
        display: flex;
        align-items: end;
        justify-content: center;
        gap: 0.5rem;
    }

    .container-sobre-campoLargo{
        overflow: auto;
        height: auto;
        padding-bottom: 4rem;
    }
    
    .container-sobre-filho-campoLargo{
        width: 100%;
        padding: 1rem;
        height: auto;
        display: flex;
        flex-direction: column;
        border-radius: 3px;
    }

    .container-dados-filho {
        gap: 0.8rem;
        display: flex;
        justify-content: start;
        flex-direction: column;
        text-align: left;
        word-wrap: wrap;
        padding: 0px 0px 0px;
        width: 100%;
        height: 100%; /* Mantém o tamanho do pai */
    }

    .container-dados-text{
        display: flex;
        justify-content: space-between;
        height: 80px;
        flex-shrink: 0;
        align-items: center;
        padding: 0px 10px 0px;
        text-align: left;
    }    
}