:root {
	--blue: #012ad0;
	--blue-hover: #0326b4;
}

@font-face {
    font-family: "Bellisia";
    src: url("../fonts/Bellisia.otf");
}

@font-face {
    font-family: "Cocogoose Narrow";
    src: url("../fonts/Cocogoose-Narrow-Letterpress-trial.ttf");
}

.font-bellisia {
	font-family: "Bellisia";
	font-weight: 500;
}

.font-cocogoose {
	font-family: "Cocogoose Narrow";
	font-weight: 500;
}


.btn-black {
	background: black;
	color: white;
	white-space: unset;
}

.without-margin {
	margin: 0;
}
.text-orange {
	color: var(--orange);
}
.text-orange.bingo-bold {
	font-weight: 800;
	font-size: 53px;
	line-height: 0.9;
}
@media (max-width: 767px){
	.box-text-win {
		text-align: center;
	}.box-text-win hr {
		margin: auto;
	}
}
.box-text-win hr {
	background: #111a4f !important;
	height: 5px;
	width: 100px;
	margin-top: 15px;
	margin-bottom: 15px;
    opacity: 1;
}
.text-without-weight {
	color: #111a4f;
	font-weight: 400;
}
.text-blue-strong {
	color: #111a4f;
}
.box-buy {
	background: #111a4f;
    background: linear-gradient(black, var(--blue));
	border-radius: 30px;
	padding: 40px;
}

.box-buy * {
    color: white !important;
}
.box-buy .btn.btn-numbers {
	background: var(--orange);
	/* border-radius: 30px; */
	padding: 30px;
	font-size: 25px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);

    position: relative;
	border-radius: 30px;
	width: 100%;
	padding-top: 60%;
    color: white;
}

.box-buy .btn.btn-numbers:hover {
	background: var(--orange-hover);
}

.box-buy > h2 {
    font-size: 2.5rem;
}

.box-buy .btn.btn-numbers span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-buy .btn.btn-plus-less {
	/* background: var(--success); */
    background: transparent;
    border: 1px solid white;
	border-radius: 7px;
	/* padding: 40px; */
	padding: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100%;
	font-size: 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
    color: white;
}

.box-buy .btn.btn-plus-less:hover {
	background: var(--orange-hover);
}

.box-buy .input-cant {
	background: transparent;
	border-color: var(--success);
	color: white;
	border-radius: 7px;
	text-align: center;
	font-size: 20px;
	height: calc(40px);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);

    -moz-appearance: textfield; /* Firefox */
    appearance: textfield; /* Chrome, Safari, Edge */
}

/* Opcional: Elimina las flechas en Chrome/Safari */
.box-buy .input-cant::-webkit-inner-spin-button,
.box-buy .input-cant::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.font-weight-none {
    font-weight: normal !important;
}

.box-buy .input-cant:focus {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
}

.box-buy .btn.btn-buy {
	background: var(--success);
	/* border-radius: 30px; */
    border-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
	padding: 15px 25px;
	padding-top: 17px !important;
	font-size: 15px;
	font-weight: 600;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
	animation: colorBuyChange 2s infinite;
    /* color: white; */
}
.box-buy .btn.btn-buy span {
    font-size: 1.5rem;
}
@keyframes colorBuyChange {
    0% {
		background: var(--success);
		border-color: var(--success);
	}
    50% {
		background: var(--orange);
		border-color: var(--orange);
	}
	100% {
		background: var(--success);
		border-color: var(--success);
	}
}

.box-buy .btn.btn-buy:hover {
	background: var(--success-hover);
}

.title-cursive {
	font-size: 50px;
	margin-bottom: -2px;
	z-index: 1;
	position: relative;
}

@media (max-width: 650px){
	.box-buy {
		padding: 30px 1vw;
	}

	.box-buy .btn.btn-numbers {
		padding: 5vw;
		font-size: 25px;
		height: 80px;
		width: 80px;
		/*position: relative;/*/
	}
	.box-buy .btn.btn-numbers span {
		/*position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
	}
	.title-cursive {
		font-size: 9.5vw;
		margin-bottom: -2px;
	}
	.text-orange.bingo-bold {
		font-size: 9vw;
	}
}

@media (max-width: 450px){
	.box-buy .btn.btn-numbers {
		/*width: 65px;
		height: 65px;*/
		width: 16vw;
		height: 16vw;
		border-radius: 15px;
	}
	.box-buy .btn.btn-numbers span {
		/*position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
	}


	.box-buy .btn.btn-plus-less {
		border-radius: 18px;
		/* padding: 40px; */
		/* padding: 10px 5vw; */
		font-size: 5vw;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, .6);
	}
	.box-buy .input-cant {
		border-radius: 18px;
		height: calc(20px + 5vw);
	}
	.box-buy .btn.btn-buy {
		/* font-size: 4vw; */
		white-space:unset;
		line-height: 6.5vw;
	}
	.box-buy .text {
		font-size: 4vw;
	}
}
@media (max-width: 767px){
	.box-text-win {
		margin-top: 40px;
	}
}



/* Bingo gordo BTN */
/*.footer-p {
	position: relative;
}*/
a.bingo-gordo {
	position: fixed;
	bottom: 0;
	right: 0;
	background: var(--orange);
	border-color: var(--orange);
	padding: 0px 8px;
	/*height: 45px;
	width: 45px;*/
	right: 25px;
	bottom: 25px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 10px;
	/*font-size: 22px;*/
	line-height: 45px;
	transition: .3s;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.708);
	animation: backgroundChange 2s infinite;
	z-index: 1;
}/*
button.bingo-gordo:hover {
	background: var(--orange-hover);
}*/

@keyframes backgroundChange {
    0% {
		background: var(--orange);
		border-color: var(--orange);
	}
    50% {
		background: var(--blue);
		border-color: var(--blue);
	}
	100% {
		background: var(--orange);
		border-color: var(--orange);
	}
}

@keyframes colorChange {
    0% {
		color: var(--orange);
	}
    50% {
		color: var(--blue);
	}
	100% {
		color: var(--orange);
	}
}



@keyframes moveUpDown {
	0% {
		transform: translateY(-10px);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

.flechita-rebota {
	animation: moveUpDown 2s infinite, colorChange 2s infinite;
	text-align: center; /* Centrar el texto */
	font-family: Arial, sans-serif; /* Fuente opcional */
	position: relative;
	z-index: 1;
}



.text-muted {
    color: #737880 !important;
}

.sorteo-card {
    height: 100%;
    border: none;
    color: #212529;
}

.sorteo-card .card-body {
    margin-top: -10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sorteo-card .fa-calendar-alt,
.sorteo-card .fa-clock {
  font-size: 1em; /* Hereda el tamaño del contenedor */
}

.sorteo-card .description {
    font-size: 1.1rem;
    color: #212529;
}

/* Tamaños personalizados para pantallas grandes */
@media (min-width: 992px) {
  .sorteo-card small.fw-bold {
    font-size: 1.1rem !important; /* Tamaño aumentado en desktop */
  }
}
.card-img-container {
    /* height: 200px; */
    /* overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;*/
    /* background-color: #f8f9fa; */
    /* background-color: #000; */
    display: flex;
    align-items: center;
}

.card-img-container img {
    /* object-fit: cover; */
    width: 100%;
    height: auto;
    /* border-radius: 1rem; */
    /* border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important; */
    /* object-fit: contain; */
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-body .btn {
    margin-top: auto;
    align-self: center;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.shadow-sm {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.378) !important;
}

.rounded-top-4{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.font-800 {
	font-weight: 800;
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-shrink-2 {
    flex-shrink: 2 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fs-6 {
    font-size: 1rem !important;
}
.fs-7 {
    font-size: 1.2rem !important;
}

@media (max-width: 450px) {
    /* .fs-6 {
        font-size: 0.9rem !important;
    } */
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gap-2 {
    gap: 0.5rem !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}


.all-link {
    background: transparent;  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}





.first-place {
    background: linear-gradient(135deg, #fff7cc, #fff1a8);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.05);
}
.medalla {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
}

.first-place .medalla {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    border: 3px solid #ffc107;
}

.second-place .medalla {
    background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
    border-color: #c0c0c0;
    width: 45px;
    height: 45px;
}

.third-place .medalla {
    background: linear-gradient(135deg, #cd7f32, #e8b374);
    border-color: #cd7f32;
    width: 45px;
    height: 45px;
}

.top-item {
    transition: all 0.3s ease;
}

.top-item:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
}

.position-indicator {
    min-width: 60px;
}   
