.banner2 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: 100%;
}

.banner2 .esquerda {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 100%;
}

.banner2 .direita {
    flex: 1;
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}


.banner2 .direita .preview {
    display: block;
    aspect-ratio: 1/1;
    height: 100% !important;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 600px) and (orientation: portrait) {

    .banner2 {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .banner2 .esquerda {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        align-items: center;

    }

    .banner2 .direita {
        flex: 2 !important;
        display: block;
        position: relative;
        width: 100%;
        max-width: 300px;
        aspect-ratio: 1/1;
    }

    .banner2 .direita .preview {
        display: block;
        aspect-ratio: 1/1;
        height: 100% !important;
        width: 100% !important;
        background-size: 100%;
        background-position: center;
    }


}

@media (max-width: 800px) and (orientation: landscape) {

    .banner2 {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .banner2 .esquerda {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        align-items: center;

    }

    .banner2 .direita {
        flex: 2 !important;
        display: block;
        position: relative;
        width: 100%;
        max-width: 200px;
        aspect-ratio: 1/1;
    }

    .banner2 .direita .preview {
        display: block;
        aspect-ratio: 1/1;
        height: 100% !important;
        width: 100% !important;
        background-size: 100%;
        background-position: center;
    }


}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {


    .banner2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .banner2 .esquerda {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        align-items: center;

    }

    .banner2 .direita {
        flex: 2 !important;
        display: flex;
        position: relative;
        width: 100%;
        aspect-ratio: 1/1 !important;
    }

    .banner2 .direita .preview {
        display: block;
        aspect-ratio: 1/1;
        height: 100% !important;
        width: 100% !important;
        background-size: 100%;
        background-position: center;
    }

}

@media (min-width: 1024px) and (max-width: 1111px) and (orientation: landscape) {

    .banner2 {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

}

@media (min-width: 1112px) and (max-width: 1366px) and (orientation: landscape) {

    .banner2 {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
}

@media (min-width: 1367px) and (max-width: 1600px) and (orientation: landscape) {

    .banner2 {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }


}