/* ===================================================================
    Estilos para as Seções de Categoria na Home (Layout de Sobreposição)
====================================================================== */

.event-search .search-item .ui-selectmenu-button {
    width: 100%;
    height: 100%;
}

.event-search .search-item .ui-selectmenu-text {
    font-family: "Inter", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;

    align-items: center;

    margin: 4px 4px 0px 14px;
}

.event-search .search-item select {
    padding: 0 15px;
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    appearance: none;
    color: inherit;
    padding: 0 15px;
    margin: 0;
}

.event-search button {
    background-color: var(--primary-color) !important;
    border-radius: 5px;
    color: #ffffff;
    width: 295px;
    height: 48px;
    margin-top: 40px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 900 !important;
}

.event-search .theme-btn {
    border-radius: 0;
}

.explore-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-content {
    background-color: var(--primary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(1deg);
    width: 655px;
    height: 105px;
}

.section-content h1 {
    color: #ffffff;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    font-weight: 900 !important;
    transform: rotate(-1.8deg);
}

.nav-content {
    margin-top: 20px;
}

.nav-outer {
    display: flex !important;
    justify-content: right !important;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    width: 100% !important;
}

.events-section .category-content-wrapper {
    position: relative;
    padding-top: 80px;
}

.events-section .category-title-icon {
    position: absolute;
    top: -15px;
    left: -60px;
    width: 150px;
    height: auto;
    z-index: 5;
}

.events-section .section-title {
    position: absolute;
    top: 35px;
    left: 45px;
    right: 0;
    z-index: 10;
    padding: 0 15px;
}

.events-section .section-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.events-section .section-title .btn-ver-todos {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.banner-section {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 300px;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 700px) {
    .section-content {
        width: auto;
        padding: 10px;
    }
}

@media (max-width: 480px) {
        .section-content {
        width: auto;
    }
    .section-content h1 {
        font-size: 28px;
    }
}
