.mask-alpha {
    mask-type: alpha;
}

.card-teatro {
    height: 228px;
    object-fit: cover;
}

.fw-400 {
    font-weight: 400;
}

.nav-bordered {
    border-bottom: 3.5px solid #FFBEC4;
}

.no-border {
    border: none;
}

.snapwidget-widget {
    border: none;
    overflow: hidden;
    width: 100%;
}

.snapwidget-widget.mobile {
    padding: 25px;
    width: 100%;
    max-width: 400px;
    height: 400px;
}

.card-img-top.card-teatro {
    height: 228px;
    object-fit: cover;
}

.card-img-top.card-teatro.interna {
    height: 200px;
    object-fit: cover;

}

.cmp-revoke-consent {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0;
}

li.disabled {
    cursor: not-allowed;
}

li.disabled>a {
    pointer-events: none;
}

.compartilhamento {
    position: fixed;
    right: 0;
    bottom: 55%;
    font-size: 40px;
    z-index: 100;
    color: #3372AB;
}