#sectionPresenca {
    height: auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 15px 0;
}

#presencaTitle {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 75%;
    margin-bottom: 15px;
}

#presencaDiv {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#presencaDiv img {
    width: 780px;
    height: 500px;
    object-fit: cover;
    z-index: 2;
}


#presencaInfoContainer {
    width: 736px;
    height: 533px;
    margin-left: -390px;
    background: linear-gradient(to right, rgba(27, 170, 231, 1), rgba(49, 64, 139, 1));
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
}

#presencaInfoDiv {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
}


#presencaContainerTitle {
    font-size: 34px;
    font-weight: 600;
}


#presencaLine {
    margin-top: 8px;
    width: 190px;
}

#title10 {
    font-size: 120px;
    font-weight: bolder;
}

#presencaMercadoTitle {
    font-size: 40px;
    font-weight: bolder;
}

#presencaContainerP {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}

#presencaInfoDiv button {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}



@media all and (max-width: 900px) and (orientation: portrait) {
    #sectionPresenca {
        height: auto;
        margin-bottom: 50px;
    }


    #presencaTitle {
        font-size: 40px;
        margin-bottom: 30px;
    }
    
    #presencaDiv img {
        width: 500px;
        height: 380px;
    }

    #presencaInfoContainer {
        width: 500px;
        height: 400px;
        margin-left: -250px;
    }

    #presencaInfoDiv {
        margin-right: 2.5%;
    }

    #presencaContainerTitle {
        font-size: 30px;
    }

    #presencaLine {
        width: 165px;
    }

    #title10 {
        font-size: 100px;
    }
    
    #presencaMercadoTitle {
        font-size: 35px;
    }
    
    #presencaContainerP {
        font-size: 16px;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 1150px) and (orientation: landscape) {
    #sectionPresenca {
        height: auto;
        margin-bottom: 150px;
    }

    #presencaTitle {
        margin-bottom: 30px;
    }
    
    #presencaDiv img {
        width: 520px;
        height: 380px;
    }

    #presencaInfoContainer {
        width: 500px;
        height: 400px;
        margin-left: -250px;
    }

    #presencaInfoDiv {
        margin-right: 2.5%;
    }

    #presencaContainerTitle {
        font-size: 30px;
    }

    #presencaLine {
        width: 165px;
    }

    #title10 {
        font-size: 100px;
    }
    
    #presencaMercadoTitle {
        font-size: 35px;
    }
    
    #presencaContainerP {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) and (orientation: portrait) {
    #presencaTitle {
        font-size: 26px;
        width: 80%;
    }

    #presencaDiv img {
        width: 340px;
        height: 248px;
    }

    #presencaDiv {
        flex-direction: column;
    }

    #presencaInfoContainer {
        width: 360px;
        height: 540px;
        margin-left: 0px;
        margin-top: -120px;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom, rgba(27, 170, 231, 1), rgba(49, 64, 139, 1));
    }

    #presencaInfoDiv {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 7.5%;
    }
}


@media screen and (max-width: 370px) and (orientation: portrait) {
    #presencaDiv img {
        width: 300px;
        height: 219px;
    }

    #presencaInfoContainer {
        width: 320px;
        height: 500px;
        margin-top: -110px;
    }

    #presencaInfoDiv {
        width: 60%;
        margin-bottom: 10%;
    }
}

@media screen and (max-width: 340px) and (orientation: portrait) {
    #presencaTitle {
        font-size: 22px;
        width: 80%;
    }

    #presencaDiv img {
        width: 280px;
        height: 204px;
    }

    #presencaInfoContainer {
        width: 300px;
        height: 480px;
        margin-left: 0px;
        margin-top: -90px;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to bottom, rgba(27, 170, 231, 1), rgba(49, 64, 139, 1));
    }

    #presencaInfoDiv {
        width: 60%;
        margin-bottom: 11%;
    }
}