* {
	padding: 0;
	margin: 0px;
	box-sizing: border-box;
}

body {
	font-family: 'segoe ui';
	font-size: 16px;
	background: #fff8f8;
        overflow: auto;
}

a {
	text-decoration: none;
}
.contenedor {
	width: 100%;
	max-width: 1000px;
	margin: 5px auto;
	overflow: auto;
}
.seleccion{
    text-align: center;
	font-size: 22px;
        font-weight: bold;
    align-content: center;
}
h2 {
	display: block;
	margin-top: 45px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
        
	color:  #132414;
	text-shadow: 2px 2px 4px #474743;
}

.barra__buscador {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
        display: flex;
	
}

.formulario {
	display: flex;
	flex: auto;
	width: 100%;
	overflow: hidden;
}

form .input__text {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #848688;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 10px 15px;
	max-width: 100%;
	margin-right: 10px;
	outline: medium none;
}

form .input__text:focus {
	border: 1px solid #1b743c;
}
form .form-group {
	display: flex;
	width: 100%;
	
	justify-content: space-between;
}

form .form-group .input__text {
	max-width: 100% !important;
}

form .btn {
       
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #fff;
	display: block;
	font-size: 14px;
	background:#075402;
	margin-bottom: 15px;
	padding: 10px 20px;
	margin-right: 10px;
	outline: medium none;
	cursor: pointer;
}
form .btn:hover {
	background: rgb(50, 150, 196);
}
.btn__nuevo {
	float: right;
     
	background: #1b743c !important;
}

.btn__nuevo:hover {
	float: right;
           width: 100%;
	background: #2c9b55 !important;
}

.btn__group {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.btn__primary {
	background: rgb(3, 113, 163);
}
.btn__danger {
	background: #8a0505 !important;
}

.btn__danger:hover {
	background: #b10d0d !important;
}

.info{
    text-align: center;
    background: #132414;
    color: #ffffff;
}

.info2{
    text-align: left;
    background: #132414;
    color: #ffffff;
}

.banner {
             margin-top: 40px;
            width: 100%; /* Ancho completo de la ventana */
            height: 230px; /* Altura del banner */
            background-image: url('../img/Banner_quinielas.png'); /* Ruta a tu imagen de fondo */
            background-size: cover; /* Cubrir todo el banner */
            background-position: center; /* Centrar la imagen */
            display: flex; /* Para centrar el texto */
            justify-content: center; /* Centrar texto horizontalmente */
            align-items: center; /* Centrar texto verticalmente */
            color: #ffffff; /* Color del texto */
            text-align: center; /* Centrar texto */
            font-family: 'Arial', sans-serif; /* Tipo de fuente */
        }
.fondo {
            margin-top: 40px;
            width: 100%; /* Ancho completo de la ventana */
            height: 230px; /* Altura del banner */
            
         
        }
/* table */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 1;
        column-gap: 35px;
	width: 100%;
	background: rgb(254, 247, 255);
       
	background: linear-gradient(
		0deg,
		rgba(254, 247, 255, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}
table img{
    width: 30px;
    height: 30px;
}

table .head {
	background-color: #075402;
	border-top: black;
	padding: 10px;
       
}
table .head td  {
	color: #fff;
	font-family: 'segoe ui', sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
         
}

table .head th {
	color: #fff;
	font-family: 'segoe ui', sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
         
}

table tr th {
     
	border: 1px solid #ccc;
	padding: 7px;
        margin-right: 50px;
	font-size: 10px;
  font-weight: bold;
	text-align: center;
	color: #000;
         
}
table tr td {
     
	border: 1px solid #ccc;
	padding: 7px;
        margin-right: 50px;
	font-size: 10px;
	text-align: center;
  font-weight: bold;
	color: #000;
         
}

.btn__update {
	display: inline-block;
	font-size: 14px;
	background-color: #ffc107;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
}

.btn__update:hover {
	color: black;
}

.btn__delete {
	display: inline-block;
	font-size: 14px;
	background: #8a0505;
	color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
}

.btn__delete:hover {
	color: black;
}

/*nav bar*/
.nav {
	 position: fixed; /* Fija el elemento en la pantalla */
    top: 0;          /* Lo ancla en la parte superior */
    left: 0;         /* Lo ancla en la parte izquierda */
    width: 100%;     /* Asegura que ocupe todo el ancho */
    height: 45px;    /* Define la altura del encabezado */
    background-color: #132414; /* Color de fondo */
    border-bottom: 1px solid #ccc; /* Borde inferior */
   
}

.nav-title {
	text-shadow: 2px 2px 4px #2c2a2c;
}

.nav > .nav-header {
	display: inline;
}

.nav > .nav-header > .nav-title {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
	display: none;
}

.nav > .nav-links {
	display: inline;
	float: right;
	font-size: 18px;
}

.nav > .nav-links > a {
	display: inline-block;
	padding: 13px 10px 13px 10px;
	text-decoration: none;
	color: #efefef;
}

.nav > .nav-links > a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.nav > #nav-check {
	display: none;
}

@media (max-width: 600px) {
	.nav > .nav-btn {
		display: inline-block;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.nav > .nav-btn > label {
		display: inline-block;
		width: 50px;
		height: 20px;
		padding: 13px;
	}
	.nav > .nav-btn > label:hover,
	.nav #nav-check:checked ~ .nav-btn > label {
		background-color: rgba(0, 0, 0, 0.3);
	}
	.nav > .nav-btn > label > span {
		display: block;
		width: 25px;
		height: 10px;
		border-top: 2px solid #eee;
	}
	.nav > .nav-links {
		position: absolute;
		display: block;
		width: 100%;
		 background-color: #132414; /* Color de fondo */
		height: 0px;
		transition: all 0.3s ease-in;
		overflow-y: hidden;
		top: 50px;
		left: 0px;
	}
	.nav > .nav-links > a {
		display: block;
		width: 100%;
	}
	.nav > #nav-check:not(:checked) ~ .nav-links {
		height: 0px;
	}
	.nav > #nav-check:checked ~ .nav-links {
		height: calc(25vh - 50px);
		overflow-y: auto;
	}
}

/*footer*/
.footer-distributed {
	 background-color: #000000; /* Color de fondo */
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	padding: 45px 50px;
}

.footer-distributed .footer-left p {
	color: #8f9296;
	font-size: 14px;
	margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 0 10px;
	padding: 0;
	transition: ease 0.25s;
}

.footer-distributed p.footer-links a {
	display: inline-block;
	line-height: 1.8;
	text-decoration: none;
	color: inherit;
	transition: ease 0.25s;
}

.footer-distributed .footer-links a:before {
	content: '·';
	font-size: 20px;
	left: 0;
	color: #fff;
	display: block;
	padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
	content: none;
}

.footer-distributed .footer-right {
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: white;
	text-align: center;
	line-height: 35px;
	margin-left: 3px;
	transition: all 0.25s;
}

.footer-distributed .footer-right a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.footer-distributed p.footer-links a:hover {
	text-decoration: underline;
}

/* Media Queries */

@media (max-width: 600px) {
	.footer-distributed .footer-left,
	.footer-distributed .footer-right {
		text-align: center;
	}
	.footer-distributed .footer-right {
		float: none;
		margin: 0 auto 20px;
	}
	.footer-distributed .footer-left p.footer-links {
		line-height: 1.8;
	}
}

/*team section */
.container {
	margin-top: 50px;
        
}

.fondo{
    margin-top: 40px;
    width: 100%;
    height: 280px;
}
.container .team {
	width: auto;
	display: flex;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
        
}

.container .team .member {
	width: 325px;
	margin: 10px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	padding: 25px;
}

.container .team .member img {
	width: 80px;
}

.container .team .member h3 {
	color: #444;
}

.container .team .member span {
	font-size: 12px;
	color: #999;
}

.container .team .member p {
	margin: 15px 0;
	font-weight: 400;
	color: #999;
	font-size: 15px;
	text-align: justify;
}

.container .team .member .btn a {
	background: #ddd;
	display: block;
	float: right;
	width: 125px;
	margin: 0 10px;
	padding: 10px;
	border-radius: 6px;
	color: #444;
	text-transform: capitalize;
	transition: all 0.3s ease;
}

.container .team .member .btn a:hover {
	background: #0a66c2;
	color: #fff;
}


* {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	background: #E5E5E5;
}

main {
	max-width: 800px;
	width: 90%;
	margin: auto;
	padding: 40px;
}

.formulario {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.formulario__label {
	display: block;
	font-weight: 700;
	padding: 10px;
	cursor: pointer;
}

.formulario__grupo-input {
	position: relative;
}

.formulario__input {
	width: 100%;
	background: #fff;
	border: 3px solid transparent;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 10px;
	transition: .3s ease all;
}

.formulario__input:focus {
	border: 3px solid #0075FF;
	outline: none;
	box-shadow: 3px 0px 30px rgba(163,163,163, 0.4);
}

.formulario__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
}

.formulario__input-error-activo {
	display: block;
}

.formulario__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.formulario__checkbox {
	margin-right: 10px;
}

.formulario__grupo-terminos, 
.formulario__mensaje,
.formulario__grupo-btn-enviar {
	grid-column: span 2;
}

.formulario__mensaje {
	height: 45px;
	line-height: 45px;
	background: #F66060;
	padding: 0 15px;
	border-radius: 3px;
	display: none;
}

.formulario__mensaje-activo {
	display: block;
}

.formulario__mensaje p {
	margin: 0;
}

.formulario__grupo-btn-enviar {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.formulario__btn {
	height: 45px;
	line-height: 45px;
	width: 30%;
	background: #000;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: .1s ease all;
}

.formulario__btn:hover {
	box-shadow: 3px 0px 30px rgba(163,163,163, 1);
}

.formulario__mensaje-exito {
	font-size: 14px;
	color: #119200;
	display: none;
}

.formulario__mensaje-exito-activo {
	display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
	color: #1ed12d;
	opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
	color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
	color: #bb2929;
	opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
	border: 3px solid #bb2929;
}


/* ----- -----  Mediaqueries ----- ----- */
@media screen and (max-width: 800px) {
	.formulario {
		grid-template-columns: 1fr;
	}

	.formulario__grupo-terminos, 
	.formulario__mensaje,
	.formulario__grupo-btn-enviar {
		grid-column: 1;
	}

	.formulario__btn {
		width: 100%;
	}
}


.whatsapp-button {
  position: fixed; /* Posici�n fija en la pantalla */
  bottom: 20px;    /* 20px desde el borde inferior */
  right: 20px;     /* 20px desde el borde derecho */
  width: 60px;     /* Ancho del bot�n */
  height: 60px;    /* Alto del bot�n */
  background-color: #25D366; /* Verde caracter�stico de WhatsApp */
  border-radius: 50%;        /* Forma redonda */
  display: flex;             /* Para centrar el icono */
  align-items: center;       /* Para centrar el icono verticalmente */
  justify-content: center;   /* Para centrar el icono horizontalmente */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Sombra suave */
  z-index: 1000;             /* Asegura que est� sobre otros elementos */
  transition: transform 0.2s ease-in-out; /* Transici�n suave al pasar el rat�n */
}

.whatsapp-button:hover {
  transform: scale(1.1); /* Aumenta ligeramente el tama�o al pasar el rat�n */
}

/* Estilos para el icono (si usas un <img>) */
.whatsapp-button img {
  width: 30px; /* Tama�o del icono */
  height: 30px;
}

/* Para iconos con font-awesome (si usas una etiqueta <i>) */
.whatsapp-button i {
  color: #fff;       /* Color blanco para el icono */
  font-size: 30px;   /* Tama�o de fuente del icono */
}

.boton-enviar {
  background-color: #4CAF50; /* Un fondo verde */
  color: white; /* Texto blanco */
  padding: 10px 20px; /* Espaciado interno */
  border: none; /* Sin borde */
  border-radius: 5px; /* Bordes redondeados */
  cursor: pointer; /* Cambia el cursor a una mano */
  font-family: Arial, sans-serif; /* Tipo de letra */
  font-size: 16px; /* Tama�o de la letra */
  text-align: center;
  width: 100%;
}

.boton-enviar:hover {
  background-color: #45a049; /* Un verde m�s oscuro al pasar el rat�n */
}

  .celda-texto-vertical {
      writing-mode: vertical-lr; /* Hace que el texto se lea verticalmente de arriba a abajo */
      transform: rotate(180deg); /* Rota el texto para que se lea de abajo a arriba */
      /* Otras propiedades de estilo opcionales */
      white-space: nowrap; /* Evita que el texto se envuelva en l�neas nuevas */
     /* Ajusta la altura de la celda para que se vea el texto vertical */
      text-align: center; /* Centra el texto dentro del espacio de la celda */
    }
    
    
.card-container {
   display: flex; /* Habilita el modelo de caja flexible */
  flex-direction: column; /* Organiza los elementos en columna */
  align-items: center; /* Centra los elementos horizontalmente */
  
  height: 100vh;
  background-color: #f0f0f0;
}

.payment-card {
  width: 350px;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-top: 10px;
  position: relative;
  font-family: 'Arial', sans-serif;
  color: #333;
  overflow: hidden; /* Para que la imagen del logo est� contenida */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-header img {
  height: 30px;
}

.card-details {
  margin-top: 20px;
}

.card-number {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}

.card-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
}

.card-name {
  font-weight: bold;
}

.copy-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.8em;
}

.copy-btn:hover {
  background-color: #0056b3;
}

.reglamento-container {
    max-width: 800px; /* Ancho máximo para el contenido */
    margin: 40px auto; /* Centra el contenedor en la página */
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Sombra sutil para darle profundidad */
}

h1 {
    text-align: center;
    color: #0056b3; /* Un color azul oscuro para el título principal */
    margin-bottom: 30px;
    font-size: 2.5em;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 10px;
}



h3 {
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.3em;
}

p {
    margin-bottom: 15px;
    font-size: 1.1em;
}

ul, ol {
    margin-bottom: 15px;
    padding-left: 25px; /* Indentación para listas */
}

ul li {
    margin-bottom: 8px;
    font-size: 1.1em;
}

ol li {
    margin-bottom: 8px;
    font-size: 1.1em;
}

.texto-