 body {
	background: url('') center center fixed;
	background-size: cover;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;

}

a{
text-decoration:none;
}


.cajaform {
	background-color: rgba(0, 0, 0, 0.6); /* Fondo del formulario */
	padding: 20px;
	border-radius: 10px;
	min-height:300px;
}

.cajaresult {
	background-color: rgba(0, 0, 0, 0.6); /* Fondo del formulario */
	padding: 20px;
	border-radius: 10px;
	min-height:200px;
}

.cajajugada {
	background-color: rgba(0, 0, 0, 0.7); /* Fondo del formulario */
}


.borde{
border:solid 1px #ff0000;
}

.padding{
padding:0 !important;
}


/* datos para raspa*/
/* Media query para dispositivos con un ancho entre 768px y 1023px (tabletas en modo horizontal) */
@media only screen and (min-width: 768px) {
    #robot {
	position: absolute;
	top: 60px;
	left: 10px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	width:480px;
	height:480px;
  }

  #redux {
	position: absolute;
	top: 60px;
	left: 10px;
	z-index: 2000;
	width:480px;
	height:480px;
  }

   .modal-alto{
	min-height:570px;
  }

 #result1{
  position:absolute;
  width:180px;
  height:180px;
  top:30px;
  left:30px;
  -webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	font-size:50px;
	align-items: center;
	border:solid 5px #ffe680;
 }

 #result2{
	position:absolute;
	width:180px;
	height:180px;
	top:30px;
	right:30px;
	-webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	font-size:50px;
	align-items: center;
	border:solid 5px #ffe680;
 }

 #result3{
	position:absolute;
	width:180px;
	height:180px;
	bottom:30px;
	left:150px;
	-webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	font-size:50px;
	align-items: center;
	border:solid 5px #ffe680;
 }

  #result1 p{
	margin-top:45px;
  }

  #result2 p{
	margin-top:45px;
  }

  #result3 p{
	margin-top:45px;
  }

   .modal-alto2{
	min-height:620px;
  }
	
  .btnreclamar {
	position: absolute;
	bottom: 20px;
	left: 10px;	
	width:95%;
  }

}


 @media only screen and (max-width: 767px) {
   #robot {
	position: absolute;
	top: 80px;
	left: 10px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	width:340px;
	height:340px;
  }

  #redux {
	position: absolute;
	top: 80px;
	left: 10px;
	z-index: 2000;
	width:340px;
	height:340px;
  }

  .modal-alto{
	min-height:440px;
  }

  #result1{
  position:absolute;
  width:120px;
  height:120px;
  top:30px;
  left:30px;
  -webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	font-size:30px;
	align-items: center;
	border:solid 5px #ffe680;
 }

 #result2{
	position:absolute;
	width:120px;
	height:120px;
	top:30px;
	right:30px;
	-webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	font-size:30px;
	align-items: center;
	border:solid 5px #ffe680;
 }

 #result3{
	position:absolute;
	width:120px;
	height:120px;
	bottom:30px;
	left:110px;
	-webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	font-size:30px;
	align-items: center;
	border:solid 5px #ffe680;
 }

  #result1 p{
	margin-top:30px;
  }

  #result2 p{
	margin-top:30px;
  }

  #result3 p{
	margin-top:30px;
  }

   .modal-alto2{
	min-height:500px;
  }
	
  .btnreclamar {
	position: absolute;
	bottom: 20px;
	left: 10px;	
	width:95%;
  }
}

 @media only screen and (max-width: 360px) {
   #robot {
	position: absolute;
	top: 90px;
	left: 1px;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	width:300px;
	height:300px;
  }

  #redux {
	position: absolute;
	top: 90px;
	left: 1px;
	z-index: 2000;
	width:300px;
	height:300px;
  }

  .modal-alto{
	min-height:440px;
  }

  #result1{
  position:absolute;
  width:120px;
  height:120px;
  top:20px;
  left:15px;
  -webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	font-size:30px;
	align-items: center;
	border:solid 5px #ffe680;
 }

 #result2{
	position:absolute;
	width:120px;
	height:120px;
	top:20px;
	right:15px;
	-webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	font-size:30px;
	align-items: center;
	border:solid 5px #ffe680;
 }

 #result3{
	position:absolute;
	width:120px;
	height:120px;
	bottom:20px;
	left:90px;
	-webkit-box-shadow: 0px 0px 10px 0px #707070;
	-moz-box-shadow: 0px 0px 10px 0px #707070;
	box-shadow: 0px 0px 10px 0px #707070;
	font-size:30px;
	align-items: center;
	border:solid 5px #ffe680;
 }

  #result1 p{
	margin-top:30px;
  }

  #result2 p{
	margin-top:30px;
  }

  #result3 p{
	margin-top:30px;
  }

   .modal-alto2{
	min-height:500px;
  }
	
  .btnreclamar {
	position: absolute;
	bottom: 20px;
	left: 10px;	
	width:95%;
  }
}

.fondoblanco{
background:#FFFFFF;
}

.borderedondo{
border-radius: 10px;
}

.bordeblanco{
border:solid 2px #ffffff;
}

.bordeblanco:hover{
box-shadow: -3px 1px 28px -1px rgba(245,245,142,0.79);
-webkit-box-shadow: -3px 1px 28px -1px rgba(245,245,142,0.79);
-moz-box-shadow: -3px 1px 28px -1px rgba(245,245,142,0.79);
 transition: box-shadow 0.5s ease;
}

.capagris{
filter: grayscale(100%);
}

/*estilo para scroll bar*/
.contentbarra {
    /*Estilos estándar experimentales (Principalmente Firefox)*/
    scrollbar-color: rgba(255, 255, 255, .3) rgba(255, 255, 255, 0);
    scrollbar-width: thin;
}

.contentbarra::-webkit-scrollbar {
    -webkit-appearance: none;
}

.contentbarra::-webkit-scrollbar:vertical {
    width:10px;
}

.contentbarra::-webkit-scrollbar-button:increment,.contentbarra::-webkit-scrollbar-button {
    display: none;
} 

.contentbarra::-webkit-scrollbar:horizontal {
    height: 10px;
}

.contentbarra::-webkit-scrollbar-thumb {
    background-color: #b4b4b4;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.contentbarra::-webkit-scrollbar-track {
    border-radius: 10px;  
}

.btngo{
background:#33cc00 !important;
}

.btngo:hover{
background:#00ff00 !important;
}

.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.3; }
  100% { opacity: 1.0; }
}

marquee {
	color: #FFD700; /* Letras doradas */
	font-size: 24px; /* Tamaño de las letras */
	font-weight: bold; /* Negrita */
	padding: 5px 0;
}

/* Estilo básico del div */
.titilante {
	border: 3px solid gold; /* Borde inicial dorado */
	animation: titilarBorde 1s infinite; /* Aplicamos la animación */
}

/* Animación para hacer que el borde titile */
@keyframes titilarBorde {
	0% {
		border-color: gold; /* Color inicial del borde */
	}
	50% {
		border-color: #ff6600; /* Color transparente para el efecto de titileo */
	}
	100% {
		border-color: #feca2e; /* Vuelve al color inicial */
	}
}

/* Estilo básico del div */
.titilante2 {
	border: 10px solid gold; /* Borde inicial dorado */
	animation: titilarBorde2 2s infinite; /* Aplicamos la animación */
}

/* Animación para hacer que el borde titile */
@keyframes titilarBorde2 {
	0% {
		border-color: gold; /* Color inicial del borde */
	}
	25% {
		border-color: #ffcc33; /* Color inicial del borde */
	}
	50% {
		border-color: #f53f0a; /* Color transparente para el efecto de titileo */
	}
	75% {
		border-color: #ffff33; /* Color transparente para el efecto de titileo */
	}
	100% {
		border-color: gold; /* Vuelve al color inicial */
	}
}

.listcryp > li {
padding-bottom:15px;
list-style: none;
font-size:18px;
}

/*COMENZAMOS RIFA AQUI*/

/*ESTO ES PARA EL MENU -----------*/
.transition-all {
  transition: all 0.4s ease;
}
#mainHeader {
  border-top: 3px solid #4CAF50;
  border-bottom: 3px solid #2E7D32;
  box-shadow: none;
}
#mainHeader.scrolled {
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.logo-float {
  transition: all 0.4s ease;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}
#mainHeader.scrolled .logo-float {
  transform: scale(0.9);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}

/* Enlaces más notorios */
.nav-link {
  color: #222 !important;
  letter-spacing: 0.3px;
}
.nav-link:hover {
  color: #2E7D32 !important;
  text-decoration: none;
}


/* Responsive */
@media (max-width: 576px) {
  .navbar-brand span {
    display: none;
  }
  .logo-float {
    width: 45px !important;
  }
  .navbar-nav .nav-link, .btn-outline-success {
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }
}

.navbar-nav .nav-link {
  font-size: var(--bs-body-font-size) !important;
}

.fs-5 .nav-link,
.nav-link.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 .nav-link,
.nav-link.fs-6 {
  font-size: 1rem !important;
}

.bg-darkgreen {
  background-color: #0b3d2e; /* Ajusta al tono de tu logo */
}
/*TERMINA EL MENU -------*/

/*BANNER PRINCIPAL*/
#hero {
  height: 80vh;
}
#hero h1 {
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

#hero p {
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

@media (max-width: 768px) {
  #hero {
    height: 60vh;
  }
  #hero h1 {
    font-size: 2rem;
  }
  #hero p {
    font-size: 1rem;
  }
}
/*TERMINA BANNER PRINCIPAL*/

/*BANNER INTERNO*/
#heroin {
  height: 20vh;
}
#heroin h1 {
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

#heroin p {
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

@media (max-width: 768px) {
  #heroin {
    height: 20vh;
  }
  #heroin h1 {
    font-size: 2rem;
  }
  #heroin p {
    font-size: 1rem;
  }
}
/*TERMINA BANNER INTERNO*/

/*COMO COMPRAR*/
.step-number {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.card:hover {
  transform: translateY(-5px);
  transition: transform 0.3s;
}
/*FIN COMO COMPRAR*/

/*BANNER INTERMEDIO REGISTRO*/
.banner-registro {
  height: 300px;
  background: url('images/banner-registro.jpg') center/cover no-repeat;
  overflow: hidden;
}

/*FIN BANNER INTERMEDIO REGISTRO*/

/*SCROLL AL TOP*/
#btnScrollTop {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99;
    background-color: #629d2d;
    color: white;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    display: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
  }

  #btnScrollTop:hover {
    background-color: #0f3f0d;
  }
/*FIN SCROLL AL TOP*/


/*PRELOAD DE LA PAGINA*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff, #f4fdf4);
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#preloader.fade-out {
  opacity: 0;
  visibility: hidden;
}

/* Animación de rebote */
.logo-bounce {
  animation: bounce 0.5s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
/*FIN PRELOAD */

/*SECCION MIS TICKET*/
.bg-verdeoscuro{
background-color: #0f3f0d !important;
background: #0f3f0d !important;
}

.table thead.custom-header th {
  background-color: #0f3f0d !important; /* verde oscuro */
  color: #ffffff !important;               /* texto blanco */
  text-transform: uppercase;
  border: none;
}

.card {
  transition: box-shadow 0.2s ease !important; /* solo cambia sombra, no posición */
}

.card:hover {
  transform: none !important;
}

.pagination .page-link {
  color: #155724; /* verde oscuro */
  border-color: #c3e6cb;
}

.pagination .page-link:hover {
  background-color: #d4edda;
  color: #0c4128;
}

.pagination .page-item.active .page-link {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.6; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.6; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  0% { opacity: 1.0; }
   50% { opacity: 0.6; }
  100% { opacity: 1.0; }
}

/*METODO DE PAGO COMPRAS*/
.metodo-pago.selected {
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.6);
  transform: scale(1.02);
  transition: all 0.2s ease;
}
.metodo-pago:hover {
  transform: scale(1.02);
  cursor: pointer;
}

.bg-soft{
	background:#e6f4d9;
}

/*
verde claro : #73b935;
verde oscuro: #0f3f0d;
*/
 /*
Acentos para javascript
\u00e1 -> á 
\u00e9 -> é 
\u00ed -> í 
\u00f3 -> ó 
\u00fa -> ú 
\u00c1 -> Á 
\u00c9 -> É 
\u00cd -> Í 
\u00d3 -> Ó 
\u00da -> Ú 
\u00f1 -> ñ 
\u00d1 -> Ñ

codigo para link de whatsapp
La letra "á" se representa como %C3%A1.
La letra "é" se representa como %C3%A9.
La letra "í" se representa como %C3%AD.
La letra "ó" se representa como %C3%B3.
La letra "ú" se representa como %C3%BA.

*/