/*
@author Raylin Aquino <info@raylinaquino.com>
@url https://raylinaquino.com
**/
:root {
    --white: #fff;
    margin-top: 0 !important;
}

.box-tickets .elementor-widget-container {
    -webkit-mask-size: 42rem !important;
}

.elementor-location-header .elementor-sticky--effects {
    background: #334075;
}

.home-countdown .elementor-countdown-wrapper {
    margin: 0 !important;
    max-width: inherit !important;
    justify-content: flex-start !important;
    gap: 0;
}

.home-countdown .elementor-countdown-wrapper .elementor-countdown-item {
    width: 100px !important;
    flex: 0 0 139px;
}

@media (max-width:770px) {
    .home-countdown .elementor-countdown-wrapper {
        gap: 1rem;
        justify-content: center !important;
    }

    .home-countdown .elementor-countdown-wrapper .elementor-countdown-item {
        max-width: inherit !important;
        flex: 0 0 auto;
        padding: 1.2rem 1rem !important;
    }
}

@media (max-width:600px) {
    .box-tickets .elementor-widget-container {
        -webkit-mask-size: 30rem !important;
    }
}