.banneraguarde2025 {
    height: auto;
    position: relative;
}

/* Grid */
.banneraguarde2025-container {
    width: 100%;
    display: flex;
    position: relative;
}

@media (min-width: 1208px) {
    .banneraguarde2025-container {
        min-width: 1208px;
        max-width: 1208px;
        padding: 0!important;
    }
}

@media screen and (max-width: 1207px) {
    .banneraguarde2025-container {
        margin: 0 0!important;
        min-width: 101vw;
    }
}

/* INICIO - ajuste da borda da imagem para alinhar com diagramação da página */
@media (min-width: 992px) and  (max-width: 1305px) {
    .banneraguarde2025-container img { 
        margin-left: -50px;
    }
}
@media (min-width: 1306px) {
    .banneraguarde2025-container img { 
        margin-left: -70px;
    }
}
/* FIM - ajuste da borda da imagem para alinhar com diagramação da página */

.banneraguarde2025-conteudo {
    width: 100%;
    display: flex;
    overflow: hidden;
}

/* Extra */
.banneraguarde2025-bannereventoextra .banneraguarde2025-extranormal {
    display: flex;
    width: calc(100vw - 10px)!important;
}

.banneraguarde2025-bannereventoextra .banneraguarde2025-extrafocus {
    display: none;
    width: calc(100vw - 10px)!important;
}

.banneraguarde2025-bannereventoextra:focus-visible .banneraguarde2025-extranormal {
    display: none;
}

.banneraguarde2025-bannereventoextra:focus-visible  .banneraguarde2025-extrafocus {
    display: flex;
}

.banneraguarde2025-bannereventoextra:focus-visible  {
    border-color: transparent!important; 
    border-width: 0!important;
    box-shadow: 0 0 0 1px transparent!important;
    outline: none!important; 
}
 
/* Desktop */
.banneraguarde2025-bannereventodesktop .banneraguarde2025-desktopnormal {
    display: flex;
    width: calc(100vw - 10px)!important;
}

.banneraguarde2025-bannereventodesktop .banneraguarde2025-desktopfocus {
    display: none;
    width: calc(100vw - 10px)!important;
}

.banneraguarde2025-bannereventodesktop:focus-visible .banneraguarde2025-desktopnormal {
    display: none;
}

.banneraguarde2025-bannereventodesktop:focus-visible  .banneraguarde2025-desktopfocus {
    display: flex;
}

.banneraguarde2025-bannereventodesktop:focus-visible  {
    border-color: transparent!important; 
    border-width: 0!important;
    box-shadow: 0 0 0 1px transparent!important;
    outline: none!important; 
}

/* Tablet */
.banneraguarde2025-bannereventotablet .banneraguarde2025-tabletnormal {
    display: flex;
    width: calc(100vw - 10px)!important;
}

.banneraguarde2025-bannereventotablet .banneraguarde2025-tabletfocus {
    display: none;
    width: calc(100vw - 10px)!important;
}

.banneraguarde2025-bannereventotablet:focus-visible .banneraguarde2025-tabletnormal {
    display: none;
}

.banneraguarde2025-bannereventotablet:focus-visible  .banneraguarde2025-tabletfocus {
    display: flex;
    outline: none!important; 
}

.banneraguarde2025-bannereventotablet:focus-visible  {
    border-color: transparent!important; 
    border-width: 0!important;
    box-shadow: 0 0 0 1px transparent!important;
    outline: none!important; 
}

/* Mobile */
.banneraguarde2025-bannereventomobile .banneraguarde2025-mobilenormal {
    display: flex;
    width: calc(100vw - 10px)!important;
}

.banneraguarde2025-bannereventomobile .banneraguarde2025-mobilefocus {
    display: none;
    width: calc(100vw - 10px)!important;
}

.banneraguarde2025-bannereventomobile:focus-visible  .banneraguarde2025-mobilenormal {
    display: none;
}

.banneraguarde2025-bannereventomobile:focus-visible  .banneraguarde2025-mobilefocus {
    display: flex;
}

.banneraguarde2025-bannereventomobile:focus-visible {
    border-color: transparent!important; 
    border-width: 0!important;
    box-shadow: 0 0 0 1px transparent!important;
    outline: none!important; 
}

/* Responsive (extra) */
.banneraguarde2025-bannereventoextra {
    display: none;
    width: 100%; 
}

@media screen and (min-width: 1209px) {
    .banneraguarde2025-bannereventoextra {
        display: flex;
    }

    .banneraguarde2025-lateral {
        width: 90%;
        max-width: 630px;
        height: 366px;
        position: absolute;
        right: -1%;
        margin-top: 80px;
    }
}

/* Responsive (desktop) */
.banneraguarde2025-bannereventodesktop {
    display: none;
    width: 100%; 
}

@media screen and (min-width: 908px) and (max-width: 1208px) {
    .banneraguarde2025-bannereventodesktop {
        display: flex;
    }

    .banneraguarde2025-lateral {
        width: auto;
        height: 75%;
        position: absolute;
        right: -10%;
        bottom: 50px;
    }
}

/* Responsive (tablet) */
.banneraguarde2025-bannereventotablet {
    display: none;
    width: 100%; 
}

@media screen and (min-width: 768px) and (max-width: 907px) {
    .banneraguarde2025-bannereventotablet {
        display: flex;
    }

    .banneraguarde2025-lateral {
        width: 95%;
        height: auto;
        position: absolute;
        right: 0;
        margin-top: 0;
        bottom: 5%;
    }
}

/* Responsive (mobile) */
.banneraguarde2025-bannereventomobile {
    display: none;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .banneraguarde2025-bannereventomobile {
        display: flex;
    }

    .banneraguarde2025-lateral {
        width: 95%;
        height: auto;
        position: absolute;
        right: 0;
        margin-top: 0;
        bottom: 10%;
    }
}