.events-list-title {
    font-family: 'Mulish', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.search-section {
    padding-top: 80px;
}

.search-container form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.search-input,
.search-select {
    width: 290px;
    height: 62px;
    padding: 0 15px;
    border: 1px solid #171717;
    border-radius: 8px;
    font-size: 24px;
    color: #000;
}

.search-input::placeholder,
.search-select {
    color: #888;
}

.search-select {
    appearance: none;
    background-color: #fff;
    color: #888;
    padding-right: 30px;
    font-size: 24px;
}

.search-button {
    width: 158px;
    height: 63px;
    padding: 0 20px;
    background-color: #F08400;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.search-button:hover {
    background-color: #e68900;
}

.event-card {
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 456px;
    height: 399px;
    display: flex;
    flex-direction: column;
    padding: 24.5px 45.5px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.event-image img {
    width: 365px;
    height: 255px;
    object-fit: cover;
    object-position: center;
    border-radius: 17px;
    margin: 0 auto;
}

.event-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 58px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: white;
    position: relative;
    padding: 0;
    box-sizing: border-box;
    margin-left: -30px;
}

.event-date .weekday {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    padding-top: 4px;
    margin-bottom: -4px;
}

.event-date .day {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin: 0;
    margin-top: -2px;
}

.event-date .month {
    font-size: 12px;
    color: white;
    width: 58px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
}

.event-info {
    text-align: left;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
    margin-top: 10px;
}

.event-info .event-location {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.event-info .event-name {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.event-info .event-organizer {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.event-status {
    font-size: 12px;
    font-weight: bold;
    width: 83px;
    height: 35px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -30px;
}

.event-status.active,
.month.active {
    background-color: #17C345;
    color: white;
}

.event-status.indisponível,
.month.indisponível {
    background-color: #A1A1A1;
    color: white;
}

.event-status.noticket,
.month.noticket {
    background-color: #E4362A;
    color: white;
}

.events-list-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 40px auto;
}

.see-more-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.see-more-button {
    width: 1338px;
    height: 77px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 77px;
    text-align: center;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.see-more-button:hover {
    border-color: #ccc;
    color: #ccc;
}

.events-list {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 597px;
    max-width: 1920px;
    margin: 0 auto;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-color: black;
}

.events-list h1 {
    position: relative;
    font-family: 'Mulish', sans-serif;
    font-size: 80px;
    font-weight: 900;
    text-align: left;
    max-width: 85%;
    line-height: 1.2;
    letter-spacing: -3px;
    word-spacing: normal;
    color: transparent;
    background: linear-gradient(90deg, #FFFFFF 0%, #D0D0D0 50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.events-list h1::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    pointer-events: none;
    color: #fff;
    text-shadow: 0px 5px 0px #00A1F0;
    z-index: -1;
}

@media (max-width: 1200px) {
    .events-list {
        min-height: 500px;
    }

    .events-list h1 {
        font-size: 50px;
    }
    .events-list h1::before {
        text-shadow: 0 4px 0 #00A1F0;
    }
}

@media (max-width: 768px) {
    .events-list {
        min-height: 400px;
        background-size: cover;
    }

    .events-list h1 {
        font-size: 40px;
        text-align: center;
    }
    .events-list h1::before {
        text-shadow: 0 3px 0 #00A1F0;
    }
    .search-container {
        flex-direction: column;
        align-items: center;
    }
    .search-input,
    .search-select,
    .search-button {
        width: 80%;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .events-list {
        min-height: 300px;
        background-size: cover;
        padding: 20px;
    }

    .events-list h1 {
        font-size: 28px;
        text-align: center;
        margin-left: 30px;
    }
    .events-list h1::before {
        text-shadow: 0 2px 0 #00A1F0;
    }
    .event-card {
        width: 380px;
        height: 399px;
    }
    .event-image img {
        width: 300px;
        height: 255px;
        margin-left: -5px;
    }
    .event-info .event-name {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .event-info .event-organizer {
        font-size: 11px;
    }
    .event-date .month {
        width: 57px;
    }
}

@media (max-width: 420px) {
    .events-list {
        min-height: 280px;
        background-size: cover;
        padding: 20px;
    }

    .events-list h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 10px;
    }
    .events-list h1::before {
        text-shadow: 0 1px 0 #00A1F0;
    }
    .event-card {
        width: 340px;
        height: 370px;
    }
    .event-image img {
        width: 290px;
        height: 235px;
        margin-left: -20px;
    }
    .event-info .event-name {
        font-size: 12px;
    }
    .event-info .event-organizer {
        font-size: 10px;
    }
    .event-status {
        font-size: 12px;
        width: 63px;
    }
    .event-date .day {
        font-size: 24px;
    }
}

@media (max-width: 360px) {
    .events-list {
        min-height: 250px;
        background-size: cover;
        padding: 15px;
    }

    .events-list h1 {
        font-size: 24px;
        text-align: center;
        margin-top: 60px;
    }
    .event-card {
        width: 320px;
        height: 370px;
    }
    .event-image img {
        width: 280px;
        height: 235px;
        margin-left: -25px;
    }
    .event-info .event-name {
        font-size: 11px;
    }
    .event-info .event-organizer {
        font-size: 9px;
    }
    .event-status {
        font-size: 12px;
        width: 63px;
    }
    .event-date .day {
        font-size: 24px;
    }
    .event-info {
        padding-left: 10px;
    }
}