.about {
    flex-direction: column;
    padding-bottom: 30px;
    min-width: 100vw;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(1, 12, 22, 0.95)), url("../img/a3.webp") center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.container {
    display: flex;
    flex-direction: row;
    transition: 0.5s;
    border-radius: 15px;
    max-width: 1080px;
    align-items: center;
    justify-content: center;
}

.aboutData {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 30px;
}

.aboutData h2 {
    font-size: 1.5rem;
    line-height: 38px;
    margin-bottom: 0;
    color: #e1e1e6;
    margin-bottom: 20px;
    margin-left: 5px;
}

.aboutData p {
    font-family: sans-serif;
    text-align: left;
    text-justify: inter-word;
    font-size: 0.9rem;
    line-height: 26px;
    margin: 5px;
}

.about button {
    margin-left: 0;
    min-width: 120px;
    margin-top: 30px;
}

.aboutImage {
    float: right;
    width: 50%;
    max-width: 400px;
}

.aboutImage img {
    width: 100%;
    max-width: 547px;
    margin-right: 547px;
    height: auto;
    border-radius: 15px;
    transform: rotateZ(30deg);
}

@media screen and (max-width: 1100px) {
    .container {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 800px) {
    .container {
        /*flex-direction: column-reverse !important;*/
        width: calc(100% - 100px);
    }

    .aboutData,
    .aboutImage {
        width: 100%;
        align-items: center;
        display: flex;
        margin: 0;
        padding: 0;
    }

    .aboutImage img {
        float: left;
        width: 90%;
        max-width: 200px;
        margin: auto;
    }

    .aboutData h2 {
        font-size: 1.5rem;
    }

    .aboutData p {
        font-size: 0.9rem;
        text-align: justify;
    }
}

.fundo {
    position: absolute;
    z-index: 2;
    transform: rotateZ(210deg);
    width: 750px;
    right: -200px;
    margin-top: -130px;
}