#geralL {
    background-color: rgb(230, 230, 230);
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 5%;
}

#prt1 {
    width: 45%;
    display: flex;
    flex-direction: column;
}

#img1 {
    width: 55%;
    border-radius: 11px;
    border: 0.2px solid #5f5f5f;
    position: relative;
    top: -40px;
    left: 35%;
}

#img2 {
    width: 65%;
    border-radius: 11px;
    border: 0.2px solid #5f5f5f;
}

#img3 {
    width: 50%;
    border-radius: 11px;
    border: 0.2px solid #5f5f5f;
    position: relative;
    top: 40px;
    left: 55%;
}

#prt2 {
    width: 40%;
}

#prt2 h1 {
    font-family: 'inter', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 6%;
}

#prt2 h3 {
    font-size: 18px;
    font-family: 'roboto';
    color: #5f5f5f;
    margin-top: 2%;
}

footer {
    margin-top: 80px;
}

#prt2 h2 {
    font-size: 22px !important;
    margin-top: 3% !important;
    margin-left: 0 !important;
    font-weight: bold;
    color: rgb(58, 58, 58);
}

#hamburguer1 {
    display: none;
}

@media (max-width: 430px) {
    #contNone{
        display: none !important;
    }
    
    #contato{
        margin-top:0;
        justify-content: flex-end;
    }
    #geralL {
        flex-direction: column-reverse;
    }

    #prt1 {
        width: 81%;
    }

    #img1 {
        width: 68%;
        top: 0;
        margin: 7%;
        left: 30%;
    }

    #img2 {
        width: 89%;
    }

    #img3 {
        width: 74%;
        left: 30%;
    }

    #prt2 {
        width: 83%;
    }

    #prt2 h1 {
        text-align: center;
        font-size: 26px;
    }

    #prt2 h2 {
        font-size: 19px;
    }

    #prt2 h3 {
        text-align: justify;
    }
}

@media (max-width: 800px) {
    #img1 {
        top: -22px;
    }

    #img2{
        width: 79%;
    }

    #img3{
        top: 35px;
        width: 57%;
        left: 45%;
    }

    #prt2 h1{
        font-size: 26px;
    }

    #prt2 h2{
        font-size: 21px;
    }

    #prt2 h3 {
        font-size: 15px;
    }
}