/* Banner 1920x1080 Full HD */
.banner-area.banner-style-two {
    min-height: 1080px !important;
    max-height: 1080px !important;
}

.banner-area.banner-style-two .swiper-slide {
    min-height: 1080px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.banner-area.banner-style-two .banner-thumb {
    min-height: 1080px !important;
    object-fit: cover;
    background-size: cover !important;
    background-position: center center !important;
}

/* Centralizar conteúdo verticalmente entre as setas */
.banner-area.banner-style-two .container {
    display: flex !important;
    align-items: center !important;
    min-height: 1080px !important;
}

.banner-area.banner-style-two .row {
    width: 100%;
    margin: 0 auto;
}

.banner-area.banner-style-two .content {
    padding-top: 0 !important;
    text-align: center;
}

/* Responsivo - mantém proporção em telas menores */
@media (max-width: 1920px) {
    .banner-area.banner-style-two,
    .banner-area.banner-style-two .swiper-slide,
    .banner-area.banner-style-two .banner-thumb,
    .banner-area.banner-style-two .container {
        min-height: 56.25vw; /* Proporção 16:9 */
    }
}

@media (max-width: 768px) {
    .banner-area.banner-style-two,
    .banner-area.banner-style-two .swiper-slide,
    .banner-area.banner-style-two .banner-thumb,
    .banner-area.banner-style-two .container {
        min-height: 600px !important;
    }
}
