
body {
    font-family: Kanit, sans-serif;
    background-image: url('../assets/clovers-01.webp');
    background-attachment: fixed;
    background-position: top;
}
.rifaditoBanner{
    position: relative;
    display: flex;
    width: max-content;
    margin: auto;
}
.acumulado {
    width: 90vmin;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    text-align: center;
    margin: 20px auto 5px auto;
    background-color: rgb(81 107 133 / 80%);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    color: aliceblue!important;
    text-decoration: none;
}
.starburst {
    font-size: 25px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: -19px;
    width: 68px;
    aspect-ratio: 1;
    color: #715502;
    background-color: #e4ba00;
    font-weight: 700;
    clip-path: polygon(100% 50%,77.72% 61.48%,85.36% 85.36%,61.48% 77.72%,50% 100%,38.52% 77.72%,14.64% 85.36%,22.28% 61.48%,0% 50%,22.28% 38.52%,14.64% 14.64%,38.52% 22.28%,50% 0%,61.48% 22.28%,85.36% 14.64%,77.72% 38.52%);
    animation: rotateStarburst 4s ease-in-out infinite;
    transform-origin: center;
    transform: rotate(-10deg);
}
@keyframes rotateStarburst {
    0% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}

.rifaditoTitle {
    font-size: 35px;
    line-height: 1;
}

.lottie {
    width: 333px;
    height: 262px;
    position: absolute;
    bottom: -100%;
    left: 0;
    filter: hue-rotate(31deg) blur(1px);
}

.acumuladoAmt {
    font-weight: 700;
    font-family: Kanit, sans-serif;
    font-size: 60px;
    color: #bddd18;
    line-height: 1;
    z-index: 3;
    text-shadow: 0 0 13px #25211c;
}
.modal-content {
    border: 4px #a0d7afa3 solid;
    background-color: ghostwhite;
}
.modal-header {
    border: none;
}
.modal-title {
    text-align: center;
    width: 100%;
}
.modal-body {
    text-align: center;
    font-weight: 400;
    background-image: url('../assets/trebolmascot.svg');
    background-repeat: no-repeat;
    background-position-x: 150%;
    background-position-y: 230%;
}
.modal-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.modalBtnWa {
    text-align: center;
    width: 50%;
    height: 50px;
    font-size: 12px;
    background-image: url('../assets/wa.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position-x: 120%;
    background-color: #ffe88c;
    border: none;
    color: black;
    box-shadow: -2px 2px 2px #00000073;
    line-height: 1.2;
}
.btn-primary.modalBtn{
    font-size: 16px;
    height: 50px;
    background-image: url('../assets/clover1trans.svg');
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position-x: 105%;
    background-color: #0BA562;
    box-shadow: -2px 2px 2px #00000073;
    line-height: 1.2;
    text-align: center;
    padding: 0 20px;
}
a {
    text-decoration: none !important;
    color: inherit;
}
.eventHdr{
    width: 90vmin;
    max-width: 500px;
    border-radius: 8px;
    background-color: rgba(199, 236, 167, 0.39);
    padding: 10px 20px;
    margin: 3vmin auto 20px auto;
    box-shadow: -1px 2px 4px #00000073;
}
.eventHdrInner{
    display: flex;
    flex-direction: row;
}

.singleactivelink {
    text-decoration: none;
    color: unset;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.titulo {
    margin-top: 2vh;
    font-family: Kanit, sans-serif;
    color: #00331c;
    text-align: center;
}

.titulo0 {
    display: flex;
    margin: 6vh auto 0 auto;
    color: #ffffff;
    text-align: center;
    background-color: rgba(5, 66, 80, 0.68);
    border-radius: 10px;
    width: 85vmin;
    max-width: 500px;
    padding: 10px 10px;
    justify-content: center;
    font-weight: 300;
    font-size: 22px;
}

h2 {
    line-height: 1;
    font-size: 29px;
    margin: 0;
    font-weight: 700;
}

.accordion-item {
    margin: 0 auto 20px auto;
    width: 90%;
    max-width: 500px;
}
.accordion-button{
    margin: auto;
    padding: 5px 20px;
    font-family: Kanit, sans-serif;
}
.accordion-button.collapsed {
    background-color: rgba(199, 236, 167, 0.39);
    padding: 5px 20px;
    border-radius: 8px!important;
    width: 100%;
    margin: auto;
    box-shadow: -1px 2px 4px #00000073;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.accordion-button:not(.collapsed) {
    background-color: rgba(199, 236, 167, 0.39);
    border-radius: 8px;
    box-shadow: -1px 2px 4px #00000073;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.accordion-button::after {
    content: "▼";
    rotate: 0deg;
    transition: 0.4s ease-out;
}

.accordion-button:not(.collapsed)::after {
    content: "▼";
    rotate: -180deg;
}

.pagination{
    margin-top: 10px;
}
.page-link.active, .active > .page-link {
    background-color: #4a898b;
}
.page-link{
    color: green;
    line-height: 1;
    padding: 3px 17px;
    font-family: Kanit, sans-serif;
    font-size: 25px;
}

.filterCtn {
    border-radius: 8px;
    width: 90%;
    margin: 8px auto 5px auto;
    padding: 8px;
    background-color: rgba(199, 236, 167, 0.45);
    box-shadow: -1px 2px 4px #00000073;
    font-family: Kanit, sans-serif;
    font-size: 15px;
}

.filterForm {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.filterBtn{
    margin-left: calc(50% - 35px);
    border-radius: 5px;
    font-size: 16px;
    padding: 3px 20px;
    border: none;
    background-color: #4a898b;
    box-shadow: -1px 2px 1px #00000073;
    color: aliceblue;
    width: max-content;
}
.unfilterCtn {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.unfilterBtn {
    display: flex;
    width: max-content;
    height: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 4px;
    box-shadow: -1px 2px 1px #00000073;
}

.form-group {
    text-align: center;
    padding: 5px;
    border: 1px lightgrey solid;
    border-radius: 8px;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.modo {
    display: flex;
    flex-direction: row;
}

#modo {
    width: 40%;
    padding: 0 10px;
    font-size: 15px;
}

.actives {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 40px;
    margin: 55px auto 0 auto;
    width: 100%;
    max-width: 970px;
}
.new-row{
    display: block;
    width: 100%;
}
/* .activeCnt{
} */
.singleactive {
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    max-width: 295px;
    border-radius: 40px 10px 30px 10px;
    padding: 10px;
    line-height: 1;
    background-color: #dddddd;
    object-fit: contain;
    position: relative;
    width: 80vmin;
    aspect-ratio: 1;
    box-shadow: 0 0 6px 1px #00000073;
}

.eventoCtn {
    position: absolute;
    right: -3px;
    top: -10px;
    background-color: #223f57;
    color: white;
    font-weight: 200;
    padding: 3px 12px;
    border-radius: 15px;
    font-size: 10px;
}

.organizadorCnt {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100%;
    translate: -50% -100%;
    left: 50%;
    top: 65%;
}

.lottieCnt {
    position: absolute;
    width: 14%;
    aspect-ratio: 1;
    left: 12%;
    bottom: -6px;
    z-index: 10;
}

.orgLogoCnt {
    position: relative;
    aspect-ratio: 1;
    width: 35%;
    border-radius: 99px;
    overflow: hidden;
    left: -10px;
}
.orgLogo {
    width: 100%;
    object-fit: contain;
}

.orgAlias {
    font-family: Francois One, "Arial Black", sans-serif;
    align-self: end;
    font-size: 17px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    max-width: 100%;
    padding: 5px 12px;
    border-radius: 8px 0 0 8px;
    color: white;
    margin-bottom: 1.5%;
    backdrop-filter: blur(3px);
    text-align: center;
}

.tituloactive {
    font-size: 17px;
    font-weight: 700;
    padding: 0;
    color: var(--tituloactive-color);
}

.premio {
    display: flex;
    position:absolute;
    flex-direction: column;
    border-radius: 5px;
    background-color: white;
    padding: 5px 3px;
    justify-items: center;
    align-items: center;
    bottom: 24%;
    width: 98%;
    translate: -50% 0;
    left: 50%;
    text-align: center;
}
.dataCnt {
    display: flex;
    position:absolute;
    flex-direction: row;
    border-radius: 5px 5px 30px 8px;
    background-color: white;
    padding: 5px 10px;
    justify-content: space-evenly;
    align-items: center;
    bottom: 1.5%;
    width: 98%;
    translate: -50% 0;
    left: 50%;
}
.dataSngl{
    display: flex;
    flex-direction: column;
    width: 33%;
    align-items: center;
    font-size: 11px;
}
.dataSngl.precio1{
    border-radius: 10px;
    padding: 0 0 3px 0;
    background-color: rgba(255, 190, 24, 0.233);
    font-size: 13px;
}
.dataIcn {
    height: 25px;
}
.data{
    margin-top: 5px;
    font-weight: 600;
    text-align: center;
}
.data.precio1{
    border-radius: 10px;
    background-color: rgb(255, 190, 24);
    font-size: 15px;
    color: black;
    width: 80%;
    padding: 2px 0 3px 0;
}

.ticketcnt {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -16px;
    top: -3%;
    rotate: -23deg;
    color: black;
}

.ticket {
    width: 85px;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 3px #0000008c);
    filter: drop-shadow(0px 0px 3px #0000008c);
    scale: 0.9;
}

.precio {
    font-size: 18px;
    font-weight: 700;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 42%;
    top: 50%;
}
.btn-primary{
    display: flex;
    align-items: center;
    background-color: #4a898b;
    margin-left: 10px;
    border: none;
}
/* .form-control{

} */
#animation{
    filter: drop-shadow(0 0 10px #ffb500);
}
.page-item{
    --bs-pagination-border-width: 0;
}