/* Correções para o Header - Responsivo com menu "Mais" */
@media (min-width: 992px) {
    .menu-area .container {
        max-width: 100% !important;
    }
    
    .menu-area .row {
        flex-wrap: nowrap !important;
    }
    
    .menu-area .header-logo img {
        max-width: 140px !important;
    }
}

/* Breakpoint customizado para mostrar/ocultar itens */
@media (min-width: 1366px) {
    /* d-xxl-inline-block = mostra a partir de 1366px */
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    
    /* d-xxl-none = esconde a partir de 1366px */
    .d-xxl-none {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    /* d-xxl-inline-block = esconde entre 992px e 1365px */
    .d-xxl-inline-block {
        display: none !important;
    }
    
    /* d-xxl-none = mostra entre 992px e 1365px */
    .d-xxl-none {
        display: inline-block !important;
    }
}

/* ──────────────────────────────────────────────────────────────────────────────── */

/* ──────────────────────────────────────────────────────────────────────────────── */

.container-lg {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-lg {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-lg {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-lg {
        max-width: 1150px;
    }
}
@media (min-width: 1300px) {
    .container-lg {
        max-width: 1250px;
    }
}

.swal-text {
    text-align: center !important;
}

.login-acoes {
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    font-size: .8rem;
    margin-top: 10px; 
    font-weight: 500;
}

@media (max-width: 768px) {
    .login-acoes {
        justify-content: flex-start;
        flex-direction: column;
        text-align: center;
    }
    .login-acoes a:first-child {
        margin-bottom: 10px;
    }
}

/* ──────────────────────────────────────────────────────────────────────────────── */
/* ──────────────────────────────────────────────────────────────────────────────── */
/* ──────────────────────────────────────────────────────────────────────────────── */

.evento-card,
.evento-atual {
    position: relative;
}

.evento-card-destaque {
    position: absolute;
    left: -16px;
    top: 5px;
    width: 90px;
    height: 18px;
    margin: 15px 0;
    background-image: url('../img/abinha.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    color: white;
    transform: rotate(-45deg);
}

/* MODAL */

.modal.modal-only-img{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000000ad;
    overflow-y:hidden;
}

.modal.modal-only-img .modal-header{
    padding: 0;
    border: none;
}

.modal.modal-only-img .modal-body{
    padding: 5px;
}

.modal.modal-only-img .modal-header .close{
    z-index: 1;
}

.modal.modal-only-img .modal-header .close {
    height: 40px;
    width: 40px;
    background: #2B2B9C;
    opacity: 1 !important;
    display: flex;
    border: 0.1em solid #2B2B9C;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    padding: 0;
}

.modal.modal-only-img .modal-header .close span {
    margin: auto;
    color: white;
    font-size: 29px;
    font-weight: bold;
    text-shadow: #000 0px 0px 5px;
}

.img-parceiros-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.parceiros-container {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    width: 90%; 
    margin: 0 auto;
}

.img-parceiros { margin-left: 15px; max-height: 100px; max-width: 100px; }
.partners-modal { margin-left: 15px; max-height: 70px; }
