body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sobre img#imgsobre {
    width: 40%;
    right: 2%;
    position: absolute;
    top: 20%;
}

.sobre img#imgsobre2 {
    position: absolute;
    transform: scaleX(-1);
    top: -25%;
    width: 90%;
    left: -40%;
    overflow: hidden;
}

.textosobre {
    position: relative;
    margin-top: 4%;
    margin-left: 4%;
    width: 50%;
    text-align: justify;
    font-size: 1em;
    line-height: 1.3em;
    z-index: 1;
    
} .textosobre h2, .textosobre p, .textosobre ul, .textosobre li, .textosobre h1 {
    font-family: "JetBrains Mono", monospace;
}

.textosobre h1{
    margin-left: -1%;
    margin-top: 30%;
    font-size: 6rem;
    text-align: left;
    font-family: "JetBrains Mono", monospace;
}

.textosobre ul {
    margin-top: 2%;
    margin-bottom: 2%;
} .textosobre li {
    margin-top: 1%;
    margin-left: 4%;
}

.textosobre h2{
    font-size: 1.5em;
    margin-bottom: 4%;
    margin-top: 6%;
}

.destaque {
    color: #14D921;
    font-family: "JetBrains Mono", monospace;
}

@media (min-width: 1365px) and (max-width: 1600px){
    .sobre{
        margin-top: -2%;
    }
    .textosobre h1{
        font-size: 5rem;
}
    .textosobre h2{
        font-size: 1.4rem;
    }

    .textosobre p {
        font-size: 1rem;
    }

}

@media (max-width: 1200px){
    body {
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
        display: block;
    }
    .sobre {
        margin-top: -25%;
        display: flex;
        flex-direction: column;
    }
    .textosobre {
        position: relative;
        margin: 5% auto 0 auto;
        width: 90%;
        padding: 0 15px;
        text-align: left;
        font-size: 0.9em;
        line-height: 1.5em;
        order: 1;
    }

    .textosobre h1{
        margin-top: 50%;
        font-size: 4rem;
    }
    .textosobre h2{
        font-size: 1.2rem;
    }

    .sobre img#imgsobre {
        position: relative;
        width: 60%;
        right: 0;
        top: 0;
        margin: 20px auto 40px auto;
        display: block;
        order: 2;
    }

    .sobre img#imgsobre2 {
        width: 90%;
        top: 5%;
    }


}

@media (max-width: 768px) and (min-width: 577px){
    .sobre {
        margin-top: 20%;
    }
    .sobre img#imgsobre {
        margin-top: 10%;
    }
    .sobre img#imgsobre2 {
        top: 0%;
        width: 100%;
    }
    
}

@media (max-width: 576px) {
    body {
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
    }

    .sobre {
        margin-top: 30%;
        display: flex;
        flex-direction: column;
    }

    .textosobre {
        position: relative;
        margin: 5% auto 0 auto;
        width: 90%;
        padding: 0 15px;
        text-align: left;
        font-size: 0.9em;
        line-height: 1.5em;
        order: 1;
    }

    .textosobre h1 {
        margin-top: 5%;
        font-size: 2.5em;
        text-align: center;
        line-height: 1.2;
    }

    .textosobre h2 {
        font-size: 1.3em;
        margin-bottom: 5%;
        margin-top: 8%;
        text-align: center;
    }

    .textosobre p {
        font-size: 0.9em;
        line-height: 1.6;
        margin-bottom: 5%;
    }

    .textosobre ul {
        margin-top: 5%;
        margin-bottom: 5%;
        padding-left: 20px;
    }

    .textosobre li {
        margin-top: 3%;
        margin-left: 0;
        margin-bottom: 3%;
        line-height: 1.5;
    }

    .sobre img#imgsobre {
        position: relative;
        width: 80%;
        right: 0;
        top: 0;
        margin: 20px auto 40px auto;
        display: block;
        order: 2;
    }

    .sobre img#imgsobre2 {
        width: 100%;
        top: 10%;
    }

    .destaque {
        color: #14D921;
        font-family: "JetBrains Mono", monospace;
    }

    .textosobre > * {
        max-width: 100%;
        word-wrap: break-word;
    }
}