#header{
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 1030;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: none !important;
}

#header ul li a{
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-weight: 600;
}

#header .dropdown .dropdown-menu{
    background-color: rgba(0, 0, 0, 0.8);
}

#header .logo img{
    width: 100%;
    max-width: 250px;
    height: auto;
}

#event{
    background-image: url(../img/bg-patron-webp.webp);
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}

#page-homeFoundation h2.title{
    font-family: 'Montserrat-Black';
    font-size: 22px;
}

.card h5.card-title{
    font-family: 'Montserrat-Bold';
    font-size: 18px;
}

.card span.badge{
    font-family: 'Montserrat-Bold';
    font-size: 18px;
}

.card p.card-text{
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

.btn-event {
    font-family: 'Nexa';
    background-color: #0054a6;
    padding: 12px 20px 7px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.btn-event:hover, .btn-event:checked, .btn-event:first-child, .btn-event:active, .btn-event:focus{
    color: #0054a6;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #0054a6;
}

#page-ActivityDetails .details h2, #page-ActivityDetails .details h3{
    font-family: 'Montserrat-Bold';
    font-size: 18px;
}

#page-ActivityDetails .details p{
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

#page-ActivityDetails .details label{
    font-family: 'Montserrat-Bold';
    font-size: 14px;
}

#page-FinalizePurchase button.step-item{
    background-color: transparent;
    border: 0px;
}

#header .cart-cant{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50% !important;
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    margin-top: 4px;
    padding: 0px;
}