/* onetrust */
.ot-form-wrapper {
	max-width: 100%;
	height: 2000px;
	border: 0px solid #c0c2c7;
	margin: auto;
}

.ot-form-wrapper iframe {
	width: 100%;
	height: 100%;
	border: none;
}

@media only screen and (max-width: 767px) {
	.ot-form-wrapper {
		max-width: 100%;
		height: 2800px;
		border: 0px solid #c0c2c7;
		margin: auto;
	}
}

/* footer */
.footer__bottom>div:only-child>.row>.col-12>.d-flex {
	flex-direction: column !important;
	margin-top: 3rem;
}

.footer__bottom__img {
	max-height: 60px;
}

.footer {
	padding-top: 1rem;
}

/* whatsapp */
.whatsapp-cta { 
	width: 110px;
	height: 110px;
	border-radius: 85px;
	font-size: 55px;
}

.navbar-brand img {
	max-height: 81px;
}

.whatsapp-cta {
	width: 90px;
	height: 90px;
	font-size: 44px;
	bottom: 1rem;
        z-index: 999;
}

/* buttons */
.btn {
	text-transform: uppercase;
}

/* background */
html:not(:has(#pageWidgetId-1735)),
body:not(:has(#pageWidgetId-1735)) {
	background: linear-gradient(-18deg, #f0c996, transparent);
}

section#pageWidgetId-1761 {
    background: #ffffff;
}

#pointsBalanceV1 h5 {
    background: #000262;
    color: #fff;
    padding: 1.0rem;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    border-radius: 3rem;
    margin-bottom: 1rem !important;
}

@media screen and (max-width: 992px) {
    #pointsBalanceV1 h5 {
        width: 35%; 
    }
}
@media screen and (max-width: 576px) {
    #pointsBalanceV1 h5 {
        width: 45%;
    }
}
::-webkit-calendar-picker-indicator {
    filter: brightness(0) saturate(100%) invert(8%) sepia(43%) saturate(5601%) hue-rotate(234deg) brightness(110%) contrast(127%);
}

#pointsBalanceV1{
   margin-top: 2rem;
}

.btn {
    font-weight: 700 !important;
    padding: 1rem 2.5rem !important;
    font-size: 1rem !important;
}
.prize-catalogue .btn {
    font-weight: 700 !important;
    font-size: 1rem !important;



