
.header {
    
  position: static !important;
  
   
}


.overlay-text {
    
    width: 1920px !important;
    height: 1080px !important;
    
}
.containerexterior {
   
    width: 1920px !important;
    height: 1080px !important;
    
}
.containergrande {
    
  
   height: 850px !important;
  
}

.sectionfooter {
    width: 100%;
    height: 20px;
    
    
 
}

@media (max-width: 768px) {
    .sectionfooter {
        /* SOBREESCRIBE el valor de -180px solo en estas pantallas */
        margin-top: 0px;
        width: 100%;
    height: 10px;
     
    }
    
}

















/* ----------------------------------------------------------- */
/* SOLUCIÓN DEFINITIVA PARA MÓVILES (max-width: 480px) */
/* ----------------------------------------------------------- */


@media (max-width: 480px) {
    /* 1. EL PADRE (BODY) */
    body {
        display: flex;
        flex-direction: column;
        gap: 0;
        min-height: 150vh;
        
        
    }

    







    
.containergrande {
    
    height: 280px !important;
   
}

    .cajacompleta {
       
        height: 280px !important;
         
    }

    .contenedor-selects {
       
    
       height: 280px !important;
    }




}








































/*  boton  de envio del form   */
.botonenviar {
    
  position: relative;
  width: 250px;
  height: 80px;
  padding: 10px 32px;
  background: linear-gradient(135deg, #0c34e2 0%, #bf0ef5 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
  line-height: 1.0;
  display: block;
  margin: -15px auto 0;
  overflow: hidden;
}

.botonenviar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(236, 221, 221, 0.3), transparent);
  transition: left 0.5s;
}

.botonenviar:hover::before {
  left: 100%;
}

.botonenviar:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(102, 126, 234, 0.5);
}

.botonenviar:active {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}
/*  boton  de envio del form   */









.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 1920px;
    height: 1080px;
    
    color: white;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden; /* Contiene las columnas dentro del overlay */
    
}





.containerexterior {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 1920px;
    height: 1080px;
    background-color: transparent;
    box-sizing: border-box;
    
   
}








.containergrande {
    position: relative;
    width: 100%;
    height: 680px; /* Altura fija para coincidir con la imagen */
    margin: 0 auto;
    overflow: hidden; /* Evita desbordes del contenedor */
    box-sizing: border-box;
    
}



.image-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center center;
    width: 1920px;
    height: 1080px;
    display: block;
    
    
}







































































































































































































































.columna1 {
    flex: 0 0 245px; /* No crece, no se encoge, ancho base fijo (100% ÷ 7) */
      height: 100%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
   
}

.columna2 {
   flex: 0 0 245px; /* No crece, no se encoge, ancho base fijo (100% ÷ 7) */
    height: 100%; /* Cubre los 1080px de alto */
    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
  
}

.columna3 {
    flex: 0 0 245px; /* No crece, no se encoge, ancho base fijo (100% ÷ 7) */
    height: 100%; /* Cubre los 1080px de alto */
    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
   
}

.columna4 {
   flex: 0 0 360px; /* No crece, no se encoge, ancho base fijo (100% ÷ 7) */
    height: 100%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
  
}

.columna5 {
    flex: 0 0 245px; /* No crece, no se encoge, ancho base fijo (100% ÷ 7) */
     height: 100%; /* Cubre los 1080px de alto */
    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
   
}

.columna6 {
    flex: 0 0 245px; /* No crece, no se encoge, ancho base fijo (100% ÷ 7) */
     height: 100%; /* Cubre los 1080px de alto */
    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
  
}

.columna7 {
   flex: 0 0 245px; /* No crece, no se encoge, ancho base fijo (100% ÷ 7) */
     height: 100%; /* Cubre los 1080px de alto */
    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
  
}



























.col-yellow {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 100%; /* Cubre los 1080px de alto */
    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}


.col1-1, .col1-3, .col1-5, .col1-7, .col1-9 {
    flex: 1 0 auto;
    background-color: transparent;
  
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col1-1 {
    height: 7%;
}

.col1-3 {
    height: 3%;
}

.col1-5 {
    height: 8%;
}

.col1-7 {
    height: 3%;
}

.col1-9 {
    height: 3%;
}

.col1-2, .col1-4, .col1-6, .col1-8 {
    position: relative;
    flex: 1 0 auto;
    height: 19%;

  
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/* Estilos para las columnas dentro de col1-2, col1-4, col1-6, col1-8, col2-2, col2-4, col3-2, col4-2, col4-4, col5-2, col6-2, col6-4 */
.col1-2, .col1-4, .col1-6, .col1-8, .col2-2, .col2-4, .col3-2, .col4-2, .col4-4, .col5-2, .col6-2, .col6-4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.col1-9 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 3%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col2-1 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 19%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col2-2 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 18%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col2-3 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 31%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col2-4 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 19%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col2-5 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 13%; /* Cubre los 1080px de alto */

    background-color: transparent;
  
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col3-1 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 43%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col3-2 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 18%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col3-3 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 39%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col4-1 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 48%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col4-2 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 9%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col4-3 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 3%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col4-4 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 6%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col4-5 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 3%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col4-6 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 6%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col4-7 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 3%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col4-8 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 6%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col4-9 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 16%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col5-1 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 43%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col5-2 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 18%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col5-3 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 39%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col6-1 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 19%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col6-2 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 18%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col6-3 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 31%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col6-4 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 19%; /* Cubre los 1080px de alto */

    background-color: transparent;
  
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col6-5 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 13%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col7-1 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 48%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col7-2 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 9%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col7-3 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 3%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col7-4 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 6%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col7-5 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 3%; /* Cubre los 1080px de alto */

    background-color: transparent;
 
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col7-6 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 6%; /* Cubre los 1080px de alto */

    background-color: transparent;
   
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col7-7 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 3%; /* Cubre los 1080px de alto */

    background-color: transparent;
 
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col7-8 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 6%; /* Cubre los 1080px de alto */

    background-color: transparent;
  
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}

.col7-9 {
    flex: 1 0 auto; /* Crece y se encoge equitativamente, dividiendo 1920px en 7 partes (~274px cada una) */
    height: 16%; /* Cubre los 1080px de alto */

    background-color: transparent;
    
    border-radius: 25px;
    margin: 0 0.2%;
    box-sizing: border-box;
}



























































.col-izq {
    width: 90px;
    height: 200px;
    
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

/* Estilos para las filas dentro de col-der */
.col-der {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.filascol-1 {
    width: 130px;
    height: 20px;
    
}

.filascol-2 {
     width: 130px;
    height: 50px;
 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.col-filascol-1 {
    width: 50px;
    height: 50px;
    background-color: grey;
}

.col-filascol-2 {
    width: 20px;
    height: 50px;
    
}

.col-filascol-3 {
    width: 50px;
    height: 50px;
    background-color: grey;
}

.col-filascol-4 {
    width: 20px;
    height: 50px;
    background-color: transparent;
}

.filascol-3 {
     width: 130px;
    height: 15px;
    
}

.filascol-4 {
    width: 130px;
    height: 30px;
    background-color: transparent;
}

.filascol-5 {
     width: 130px;
    height: 15px;
    
}

.filascol-6 {
     width: 130px;
    height: 50px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.fil6-col1 {
    width: 50px;
    height: 50px;
    background-color: grey;
}

.fil6-col2 {
    width: 20px;
    height: 50px;
    
}

.fil6-col3 {
    width: 50px;
    height: 50px;
    background-color: grey;
}

.fil6-col4 {
    width: 20px;
    height: 50px;
   
}

.filascol-7 {
     width: 130px;
    height: 20px;
    
}

.fila-1 {
    width: 88px;
    height: 90px;
    
}

.fila-2 {
    width: 88px;
    height: 20px;
    
}

.fila-3 {
    width: 88px;
    height: 90px;
    
}

.col-der {
    width: 140px;
    height: 200px;

    box-sizing: border-box;
}

/* Estilos para los equipos */
.team-selector {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team-option {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    
    border: 1px solid #444;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.team-option:hover {
    background-color: rgba(255, 215, 0, 0.2);
    border-color: yellow;
}

.team-option.selected {
    background-color: rgba(255, 215, 0, 0.4);
    border-color: yellow;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.team-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    object-fit: contain;
}

.team-option span {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

/* Estilos para el campeón */
.champion-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    border: 2px solid gold;
    border-radius: 15px;
    padding: 10px;
    height: 100%;
}

.champion-container h3 {
    color: gold;
    margin-bottom: 10px;
    text-align: center;
}

.champion-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.champion-team img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.champion-team span {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* Estilos responsivos */
@media (max-width: 1200px) {
    .team-option span {
        font-size: 12px;
    }

    .team-logo {
        width: 25px;
        height: 25px;
    }
}
@media (max-width: 768px) {
    .overlay-text {
        font-size: 1.5em;
    }

    .team-option {
        padding: 3px 6px;
    }

    .team-option span {
        font-size: 10px;
    }

    .team-logo {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
}


/* Estilos para las columnas dentro de col7-2 */
.col7-2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    gap: 0;
}

.col7-2-col1 {
    width: 10px;
    height: 96px;
    background-color: transparent;
    flex-shrink: 0;
}

.col7-2-col2 {
    width: 90px;
    height: 96px;
    
    flex-shrink: 0;
}

.col7-2-col3 {
    width: 50px;
    height: 96px;
    background-color: transparent;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col7-2-col3-inner {
    width: 50px;
    height: 50px;
    background-color: grey;
}

.col7-2-col4 {
    width: 57px;
    height: 96px;
    background-color: transparent;
    flex-shrink: 0;
}

.col7-2-col5 {
    width: 50px;
    height: 96px;
    background-color: transparent;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col7-2-col5-inner {
    width: 50px;
    height: 50px;
    background-color: grey;
}

.col7-2-col6 {
    width: 90px;
    height: 96px;
    
    flex-shrink: 0;
}

.col7-2-col7 {
    width: 10px;
    height: 96px;
    background-color: transparent;
    flex-shrink: 0;
}

/* Estilos para las columnas dentro de col7-4 */
.col7-4 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    gap: 0;
}

.col7-4-col1 {
    width: 25px;
    height: 64px;
    background-color: transparent;
    flex-shrink: 0;
}

.col7-4-col2 {
    width: 50px;
    height: 50px;
    background-color: grey;
    flex-shrink: 0;
}

.col7-4-col3 {
    width: 210px;
    height: 64px;
    background-color: transparent;
    flex-shrink: 0;
}

.col7-4-col4 {
    width: 50px;
    height: 50px;
    background-color: grey;
    flex-shrink: 0;
}

.col7-4-col5 {
    width: 25px;
    height: 64px;
    background-color: transparent;
    flex-shrink: 0;
}

/* Estilos para las columnas dentro de col7-6 */
.col7-6 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    gap: 0;
}

.col7-6-col1 {
    width: 25px;
    height: 64px;
    background-color: transparent;
    flex-shrink: 0;
}

.col7-6-col2 {
    width: 50px;
    height: 50px;
    background-color: grey;
    flex-shrink: 0;
}

.col7-6-col3 {
    width: 210px;
    height: 64px;
    background-color: transparent;
    flex-shrink: 0;
}

.col7-6-col4 {
    width: 50px;
    height: 50px;
    background-color: grey;
    flex-shrink: 0;
}

.col7-6-col5 {
    width: 25px;
    height: 64px;
    background-color: transparent;
    flex-shrink: 0;
}

/* Estilos para las columnas dentro de col7-8 */
.col7-8 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    gap: 0;
}

.col7-8-col1 {
    width: 25px;
    height: 64px;
    background-color: transparent;
    flex-shrink: 0;
}

.col7-8-col2 {
    width: 50px;
    height: 50px;
    background-color: grey;
    flex-shrink: 0;
}

.col7-8-col3 {
    width: 210px;
    height: 64px;
    background-color: transparent;
    flex-shrink: 0;
}

.col7-8-col4 {
    width: 50px;
    height: 50px;
    background-color: grey;
    flex-shrink: 0;
}

.col7-8-col5 {
    width: 25px;
    height: 64px;
    background-color: transparent;
    flex-shrink: 0;
}
















































/* selects */
.opciones0al9 {
  background: transparent;
 
  color: white;
  font-size: 45px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 15px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.opciones0al9 option {
   
   color: #ffffff;
   background-color: rgb(7, 7, 71);
   font-size: 20px;
   font-weight: bold;
   padding: 5px;
   text-align: center;
   line-height: 1;
   
 }

/* 1*/
.marcador1 {
    background: transparent;
    color: white;
    font-size: 35px;
    font-weight: bold;
    width: 60px;
    height: 65px;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 15px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: none;
    cursor: pointer;
}

.marcador1 option {
    color: #ffffff;
    background-color: rgb(7, 7, 71);
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    line-height: 1;
}

























.seleccionequipo {
  background: transparent;
  
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  width: 130px;
  height: 30px;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
   background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  text-align: center;
  padding: 0 20px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.seleccionequipo option {
    background: rgb(7, 7, 71);
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    line-height: 1;
}

/* Ajustar simetría en columnas derechas */
.col-yellow5 .col5-2,
.col-yellow6 .col6-2,
.col-yellow6 .col6-4,
.col-yellow7 .col7-2,
.col-yellow7 .col7-4,
.col-yellow7 .col7-6,
.col-yellow7 .col7-8 {
    justify-content: flex-end;
}

.col-yellow5 .col-izq {
    order: 1;
}

.col-yellow5 .col-der {
    order: 2;
}

.col-yellow6 .col-izq {
    order: 1;
}

.col-yellow6 .col-der {
    order: 2;
}

.col-yellow7 .col-izq {
    order: 1;
}

.col-yellow7 .col-der {
    order: 2;
}






/* Estilos para el cuadro equipo1*/
.equipo1 {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: 0px;
    left: calc(50% - 72px);
    transform: translateX(-50%);
    z-index: 10;
}


/* Estilos para el cuadro equipo2*/
.equipo2 {
    position: absolute;
    width: 95px;
    height: 95px;
   
    border-radius: 5px;
    top: 110px;
    left: calc(50% - 72px);
    transform: translateX(-50%);
    z-index: 10;
}





























































































/*  marcadores    marcadores    marcadores    marcadores    marcadores    marcadores    marcadores    marcadores  */



/* columna 11111111111111111111111111111111111111111111111111111111111 */

/* ========================================= */
/* FILA DE ARRIBA (P1 y P2)            */
/* ========================================= */

/* P1 -> ARRIBA IZQUIERDA */
.marcador1 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;

    top: 20px;                 /* ARRIBA */
    left: calc(50% + 15px);    /* LADO IZQUIERDO */
    transform: translateX(-50%);
}

/* P2 -> ARRIBA DERECHA */
.marcador2 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    z-index: 10;

    top: 20px;                 /* ARRIBA */
    left: calc(50% + 82px);    /* LADO DERECHO */
    transform: translateX(-50%);
}


/* ========================================= */
/* FILA DE ABAJO (P3 y P4)             */
/* ========================================= */

/* P3 -> ABAJO IZQUIERDA */
.marcador3 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    z-index: 10;

    top: 120px;                /* ABAJO */
    left: calc(50% + 15px);    /* LADO IZQUIERDO */
    transform: translateX(-50%);
}

/* P4 -> ABAJO DERECHA */
.marcador4 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    z-index: 10;

    top: 120px;                /* ABAJO */
    left: calc(50% + 82px);    /* LADO DERECHO */
    transform: translateX(-50%);
}


/* columna 11111111111111111111111111111111111111111111111111111111111 */




/* columna 222222222222222222222222222222222222222222222222222222222222 */


/* 11 */
.equipo11 {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: +205px;
    left: 20%;
    transform: translateX(-125%);
    z-index: 10;
}



/* 22 */
.equipo22 {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: +308px;
    left: 20%;
    transform: translateX(-125%);
    z-index: 10;
}

/* 11 */
.marcador11 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +225px;
    left: 19%;
    transform: translateX(+8%);
    z-index: 10;
}



/* 22 */
.marcador22 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +325px;
    left: 23%;
    transform: translateX(-120%);
    z-index: 10;
}



/* 33 */
.marcador33 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +225px;
    left: 23%;
    transform: translateX(-1%);
    z-index: 10;
}



/* 44 */
.marcador44 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +325px;
    left: 27%;
    transform: translateX(-135%);
    z-index: 10;
}






/* 111 */
.equipo111 {
    position: absolute;
    width: 95px;
    height: 95px;
  
    border-radius: 5px;
    top: +725px;
    left: 20%;
    transform: translateX(-125%);
    z-index: 10;
}



/* 222 */
.equipo222 {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: +835px;
    left: 20%;
    transform: translateX(-125%);
    z-index: 10;
}

/* 111 */
.marcador111 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +745px;
    left: 19%;
    transform: translateX(+8%);
    z-index: 10;
}



/* 222 */
.marcador222 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +855px;
    left: 23%;
    transform: translateX(-120%);
    z-index: 10;
}



/* 333 */
.marcador333 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +745px;
    left: 23%;
    transform: translateX(-1%);
    z-index: 10;
}



/* 444 */
.marcador444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +855px;
    left: 27%;
    transform: translateX(-135%);
    z-index: 10;
}


/* columna 222222222222222222222222222222222222222222222222222222222222 */







/* columna 333333333333333333333333333333333333333333333333333333333 */

/* 1111 */
.equipo1111 {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: +460px;
    left: 20%;
    transform: translateX(+145%);
    z-index: 10;
}



/* 2222 */
.equipo2222 {
    position: absolute;
    width: 95px;
    height: 95px;
   
    border-radius: 5px;
    top: +565px;
    left: 20%;
    transform: translateX(+145%);
    z-index: 10;
}

/* 1111 */
.marcador1111 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +475px;
    left: 19%;
    transform: translateX(+435%);
    z-index: 10;
}



/* 2222 */
.marcador2222 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +580px;
    left: 23%;
    transform: translateX(+305%);
    z-index: 10;
}



/* 3333 */
.marcador3333 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +475px;
    left: 23%;
    transform: translateX(+420%);
    z-index: 10;
}



/* 4444 */
.marcador4444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: +580px;
    left: 27%;
    transform: translateX(+290%);
    z-index: 10;
}


/* columna 333333333333333333333333333333333333333333333333333333333 */






/* final  coluna 444444444444444444444444444444444444444444444444444444444444444444444444 */

/* 1 */
.equipofinal1d44 {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: 52%;
    left: 57%;
    transform: translate(-50%, -50%);
    z-index: 5;
}



/* 2 */
.equipofinal2d44 {
    position: absolute;
    width: 95px;
    height: 95px;
  
    border-radius: 5px;
    top: 52%;
    left: 43%;
    transform: translate(-50%, -50%);
    z-index: 5;
}




/* 2 */
.marcadorfinal1d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    top: 52%;
    left: 48%;
    transform: translate(-60%, -46%);
    z-index: 5;
}



/* 2 */
.marcadorfinal3d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 52%;
    left: 52%;
    transform: translate(-42%, -46%);
    z-index: 5;
}






/* 2 */
.corner1final {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 63%;
    left: 56%;
    transform: translate(-42%, -46%);
    z-index: 5;
}



/* 2 */
.corner2final {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 63%;
    left: 44%;
    transform: translate(-60%, -46%);
    z-index: 5;
}



/* 2 */
.corner3final {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 72%;
    left: 56%;
    transform: translate(-42%, -46%);
    z-index: 5;
}



/* 2 */
.corner4final {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 72%;
    left: 44%;
    transform: translate(-60%, -46%);
    z-index: 5;
}





/* 2 */
.corner5final {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 81%;
    left: 56%;
    transform: translate(-42%, -46%);
    z-index: 5;
}



/* 2 */
.corner6final {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 81%;
    left: 44%;
    transform: translate(-60%, -46%);
    z-index: 5;
}
/* final  coluna 444444444444444444444444444444444444444444444444444444444444444444444444 */






/* columna semis  5555555555555555555555555555555555555555555555555555555555555555555 */

/* 1 */
.equiposemis1d44 {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: 47%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 5;
}



/* 2 */
.equiposemis2d44 {
    position: absolute;
    width: 95px;
    height: 95px;
   
    border-radius: 5px;
    top: 57%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 5;
}




/* 2 */
.marcadorsemis1d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 47%;
    left: 66%;
    transform: translate(-60%, -46%);
    z-index: 5;
}






/* 2 */
.marcadorsemis2d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 57%;
    left: 66%;
    transform: translate(-60%, -46%);
    z-index: 5;
}





/* 2 */
.marcadorsemis3d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 47%;
    left: 62%;
    transform: translate(-42%, -46%);
    z-index: 5;
}





/* 2 */
.marcadorsemis4d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 57%;
    left: 62%;
    transform: translate(-42%, -46%);
    z-index: 5;
}

/* columna semis  5555555555555555555555555555555555555555555555555555555555555555555 */








/* columna  66666666666666666666666666666666666666666666666666666666666666 */

/* 1 */
.equipo1d44 {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: 23%;
    left: 83%;
    transform: translate(-50%, -50%);
    z-index: 5;
}



/* 2 */
.equipo2d44 {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: 33%;
    left: 83%;
    transform: translate(-50%, -50%);
    z-index: 5;
}




/* 2 */
.marcador1d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 23%;
    left: 79%;
    transform: translate(-60%, -46%);
    z-index: 5;
}






/* 2 */
.marcador2d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 33%;
    left: 79%;
    transform: translate(-60%, -46%);
    z-index: 5;
}





/* 2 */
.marcador3d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 23%;
    left: 75%;
    transform: translate(-42%, -46%);
    z-index: 5;
}





/* 2 */
.marcador4d444 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 33%;
    left: 75%;
    transform: translate(-42%, -46%);
    z-index: 5;
}




/* 1 */
.equipo1d44segundo {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: 71%;
    left: 83%;
    transform: translate(-50%, -48%);
    z-index: 5;
}



/* 2 */
.equipo2d44segundo {
    position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: 81%;
    left: 83%;
    transform: translate(-50%, -48%);
    z-index: 5;
}




/* 2 */
.marcador1d444segundo {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 71%;
    left: 79%;
    transform: translate(-60%, -46%);
    z-index: 5;
}






/* 2 */
.marcador2d444segundo {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 81%;
    left: 79%;
    transform: translate(-60%, -46%);
    z-index: 5;
}





/* 2 */
.marcador3d444segundo {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 71%;
    left: 75%;
    transform: translate(-42%, -46%);
    z-index: 5;
}





/* 2 */
.marcador4d444segundo {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 81%;
    left: 75%;
    transform: translate(-42%, -46%);
    z-index: 5;
}


/* columna  66666666666666666666666666666666666666666666666666666666666666 */





/* columna   77777777777777777777777777777777777777777777777777777777777777777777777777777777 */

/* 1 */
.equipo1d88 {
    position: absolute;
    width: 95px;
    height: 95px;
   
    border-radius: 5px;
    top: 22%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: 5;
}



/* 2 */
.equipo2d88 {
     position: absolute;
    width: 95px;
    height: 95px;
    
    border-radius: 5px;
    top: 77%;
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

/* 1 */
.marcador1d88 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 22%;
    left: +45%;
    transform: translate(-50%, -50%);
    z-index: 5;
}



/* 2 */
.marcador2d88 {
     position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 77%;
    left: +45%;
    transform: translate(-50%, -50%);
    z-index: 5;
}



/* 3 */
.marcador3d88 {
    position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 22%;
    left: +17%;
    transform: translate(-50%, -50%);
    z-index: 5;
}



/* 4 */
.marcador4d88 {
     position: absolute;
    width: 60px;
    height: 65px;
    background-color: rgb(65, 65, 65);
    border-radius: 5px;
    top: 77%;
    left: +17%;
    transform: translate(-50%, -50%);
    z-index: 5;
}


/* columna   77777777777777777777777777777777777777777777777777777777777777777777777777777777 */





/* marcadores   marcadores   marcadores   marcadores   marcadores   marcadores   marcadores  */



































































































































































.selecto {
    background-size: 15px;
    line-height: 1;
    
}


/* selector 1 */
.marcador1 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador1 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 1 */







/* selector 2 */
.marcador2 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador2 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 2 */



/* selector 3 */
.marcador3 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador3 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 3 */






/* selector 4 */
.marcador4 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador4 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 4 */





/* selector 5*/
.marcador1 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador1 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 5 */




/* selector 6*/
.marcador2 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador2 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 6 */







/* selector 8*/
.marcador3 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador3 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 8 */





/* selector 7*/
.marcador4 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador4 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 7 */






/* selector 9 */
.marcador1 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador1 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 9 */




/* selector 10 */
.marcador2 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador2 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 10 */




/* selector 12 */
.marcador3 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador3 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 12 */





/* selector 11 */
.marcador4 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador4 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 11 */







/* selector 12 */
.marcador4 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador4 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 12 */









/* selector 17 */
.marcador11 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador11 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 17 */







/* selector 18 */
.marcador22 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador22 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 18 */








/* selector 19 */
.marcador33 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador33 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 19 */





/* selector 20 */
.marcador44 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador44 select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 20 */





/* selector 21 */
.marcador111 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador111  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 21 */




/* selector 22 */
.marcador222 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador222  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 22 */




/* selector 23 */
.marcador333 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador333  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 23 */






/* selector 24 */
.marcador444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 24 */





/* selector 25 */
.marcador1111 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador1111  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 25 */






/* selector 26 */
.marcador2222 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador2222  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 26 */








/* selector 27 */
.marcador3333 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador3333  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 27 */








/* selector 28 */
.marcador4444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador4444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 28 */









/* selector 29 */
.marcadorfinal1d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcadorfinal1d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 29 */








/* selector 30 */
.marcadorfinal3d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcadorfinal3d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 30 */





/* selector 31 */
.corner1final select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.corner1final  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 31 */








/* selector 32 */
.corner2final select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.corner2final  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 32 */









/* selector 33 */
.corner3final select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.corner3final  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 33 */








/* selector 34 */
.corner4final select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.corner4final  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 34 */








/* selector 35 */
.corner5final select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.corner5final  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 35 */










/* selector 36 */
.corner6final select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.corner6final  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 36 */








/* selector 37 */
.marcadorsemis1d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcadorsemis1d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 37 */








/* selector 38 */
.marcadorsemis2d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcadorsemis2d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 38 */







/* selector 39 */
.marcadorsemis3d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcadorsemis3d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 39 */









/* selector 40 */
.marcadorsemis4d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcadorsemis4d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 40 */




















/* selector 41 */
.marcador1d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador1d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 41 */














/* selector 42 */
.marcador2d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador2d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 42 */







/* selector 43 */
.marcador3d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador3d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 43 */






/* selector 44 */
.marcador4d444 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador4d444  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 44 */















/* selector 45 */
.marcador1d444segundo select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador1d444segundo  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 45 */










/* selector 46 */
.marcador2d444segundo select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador2d444segundo  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 46 */







/* selector 47 */
.marcador3d444segundo select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador3d444segundo  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 47 */












/* selector 48 */
.marcador4d444segundo select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador4d444segundo  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 48 */












/* selector 49 */
.marcador1d88 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador1d88  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 49 */










/* selector 50 */
.marcador2d88 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador2d88  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 50 */









/* selector 51 */
.marcador3d88 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador3d88  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 51 */










/* selector 52 */
.marcador4d88 select {
    background: transparent;
    color: white;
    font-size: 65px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    border: none;
    cursor: pointer;
}

.marcador4d88  select option {
    color: white;
    background-color: grey;
    font-size: 30px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    line-height: 1;
}
/* selector 52 */



























































/* --- ESTILOS PARA EL NUEVO BOTÓN QUE REEMPLAZA EL SELECT --- */
/* Este botón se inserta dentro del contenedor visual del marcador (ej: .marcador1) */
/* y debe ocupar todo su espacio y centrar su texto */

/* Asegura que el botón llene su contenedor padre (.marcadorX) que tiene posición absoluta */
.selecto {
  /* Ocupa el 100% del ancho y alto de su contenedor padre */
  width: 100%;
  height: 100%;

  /* Elimina estilos predeterminados del botón del navegador */
  padding: 0;
  margin: 0; /* Asegura que no haya margen que mueva el botón */
  border: none;
  background: transparent; /* Fondo transparente */
  cursor: pointer;

  /* Estilos de texto */
  color: white; /* Color del texto (número seleccionado) */
  font-size: 65px; /* Tamaño del texto (ajusta según necesites, es el mismo que usas en los select) */
  font-weight: bold; /* Texto en negrita */

  /* --- MÉTODO 1: Centrado con Flexbox en el botón mismo --- */
  /* Esta es la forma moderna y generalmente más confiable */
  display: flex; /* Hace del botón un contenedor flex */
  align-items: center; /* Centra verticalmente el contenido (el texto) */
  justify-content: center; /* Centra horizontalmente el contenido (el texto) */
  /* --- FIN MÉTODO 1 --- */

  /* --- MÉTODO 2 (Alternativo si M1 falla): Centrado con text-align y line-height --- */
  
  /*
  display: block; /* El botón se comporta como un bloque */
  text-align: center; /* Centra el texto horizontalmente */
  /* Para centrar verticalmente, line-height debe igualar la altura del contenedor */
  /* Como la altura del contenedor es variable por transform, flexbox es más seguro */
  /* line-height: 65px; /* Ajusta si la altura del contenedor .marcadorX cambia */
 
  /* --- FIN MÉTODO 2 --- */

  /* Asegura que no se apliquen estilos de appearance predeterminados */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Elimina el outline predeterminado al hacer clic/foco */
  outline: none;

  /* Opcional: Si necesitas controlar el overflow */
  /* overflow: hidden; */

  /* Opcional: Asegura que no haya box-sizing que afecte el cálculo de width/height */
  box-sizing: border-box;
}

/* Opcional: Estilo cuando el botón tiene un valor seleccionado */
/* Puedes agregar una clase en el JS cuando se selecciona un valor */
/*
.selecto.selected {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); /* Ejemplo de estilo adicional */




























/* --- grid de la cuadricula de numero   --- */
.numero-grid-container {
  position: absolute;
  z-index: 1000;
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: none;
}

.numero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
  padding: 5px;
  min-width: 120px; /* Ajusta si es necesario para los números grandes */
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.numero-grid button {
  padding: 0px !important; /* Fuerza padding 0 */
  margin: 0 !important; /* El gap del grid controla el espacio */
  border: solid 2px rgb(73, 73, 73)  !important; /* Fuerza sin borde */
  background: rgb(73, 73, 73);
  cursor: pointer;
  font-size: 23px !important; /* Tamaño de fuente grande */
  font-weight: bold !important; /* Texto en negrita */
  color: rgb(255, 255, 255) !important; /* Color del texto */
  display: flex !important; /* Centrado con flex */
  align-items: center !important;
  justify-content: center !important;
  min-height: 20px !important; /* Altura mínima */
  line-height: 1 !important; /* Control de altura de línea */
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: rgb(12, 36, 172) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgb(43, 42, 42) !important;
}

.numero-grid button:hover {
  opacity: 0.8;
}

.numero-grid button.selected-number-btn {
  text-decoration: underline;
  /* background-color: rgba(255, 255, 255, 0.2); */
}

/* --- grid de la cuadricula de numero   --- */


























  












/* ESTILOS PARA MÓVILES - Grid de números */
@media screen and (max-width: 768px) {

  .numero-grid-container {
  position: absolute;
  z-index: 1000;
  background-color: transparent;
  border: none;
  box-shadow: none;
  display: none;
}

.numero-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 10px ;
  min-width: 60px; /* Ajusta si es necesario para los números grandes */
  
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.numero-grid button {
  padding: 0px !important; /* Fuerza padding 0 */
  margin: 0 !important; /* El gap del grid controla el espacio */
  border: solid 0.5px rgb(73, 73, 73)  !important; /* Fuerza sin borde */
  background: rgb(73, 73, 73);
  cursor: pointer;
  font-size: 8px !important; /* Tamaño de fuente grande */
  font-weight: bold !important; /* Texto en negrita */
  color: white !important; /* Color del texto */
  display: flex !important; /* Centrado con flex */
  align-items: center !important;
  justify-content: center !important;
  min-height: 10px !important; /* Altura mínima */
  line-height: 1 !important; /* Control de altura de línea */
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: rgb(12, 36, 172) !important;
 
    border-radius: 2px !important;
    box-shadow: 0 4px 20px rgb(43, 42, 42) !important;
}

.numero-grid button:hover {
  opacity: 0.8;
}

.numero-grid button.selected-number-btn {
  text-decoration: underline;
  /* background-color: rgba(255, 255, 255, 0.2); */
}
}


/* ESTILOS PARA MÓVILES - Grid de números */











































.footer-bottom {
   
    /* Ubicación: al final (no fixed) y centrado */
    position: relative; 
    width: fit-content;
    height: 20px;
    margin: 5px auto; 
    text-align: center;
   
}

/* Anula estilos raros de los divs internos */
.footer-bottom .container, 
.footer-bottom .wrap-fx, 
.footer-bottom .Copyright {
    width: auto !important;
    display: inline-block;
    height: 20px;
    
}











































































































































































































/* registro de usuario  registro de usuario  registro de usuario  */

.cuadro-principal {
    width: 95%;
    max-width: 800px;
    height: 500px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    
}

/* Efecto de luz turquesa de fondo */
.glow-effect {
    position: absolute;
    width: 300px;
    height: 300px;
  
    top: -50px;
    left: -50px;
    z-index: 1;
}

.imagen-fondo {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    
    z-index: 0;
}

.grid-registro {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 75% 25%;
    height: 100%;
}

.columna-izquierda {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    height: 100%;
    padding: 15px 0;
}

.seccion-campo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
    
}

.seccion-campo.doble {
    flex-direction: row;
    gap: 15px;
}

.caja-mitad { flex: 1; display: flex; flex-direction: column; }

label {
    color: rgba(255, 255, 255, 0.6);  /* color labels */
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

input, select {
    background: rgb(30, 40, 53);
    

    border-radius: 10px;
    height: 38px;
    color: rgb(121, 141, 163);
    padding: 0 15px;
    font-size: 20px;
    
}

input:focus, select:focus {
    background: rgba(75, 75, 75, 0.1); /* fondo cuando escribe */
    
    box-shadow: 0 0 3px rgb(255, 255, 255); /* resplandor  */
    outline: none;
}

select option {
    background-color: #222 !important; /* Gris oscuro sólido */
    color: rgb(121, 141, 163) !important;
    padding: 10px;
}

@media (max-width: 480px) {
    .seccion-campo {
        padding: 0 8%;
    }
    
    label {
        font-size: 9px;
    }

    input, select {
        height: 32px;
        font-size: 12px;
        border-radius: 8px;
    }

    .seccion-campo.doble {
        gap: 8px;
    }
}

.rere {
    
    margin-bottom: -40px;
    
}



/* registro de usuario  registro de usuario  registro de usuario  */
















/* ESTILOS PARA MÓVILES - Grid de números */
@media screen and (max-width: 768px) {

    

.cuadro-principal {
    width: 95%;
    max-width: 800px;
    height: 500px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

/* Efecto de luz turquesa de fondo */
.glow-effect {
    position: absolute;
    width: 300px;
    height: 300px;
  
    top: -50px;
    left: -50px;
    z-index: 1;
}

.imagen-fondo {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    
    z-index: 0;
}

.grid-registro {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 75% 25%;
    height: 100%;
}

.columna-izquierda {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    height: 100%;
    padding: 15px 0;
}

.seccion-campo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
    
}

.seccion-campo.doble {
    flex-direction: row;
    gap: 15px;
}

.caja-mitad { flex: 1; display: flex; flex-direction: column; }

label {
    color: rgba(255, 255, 255, 0.6);  /* color labels */
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

input, select {
    background: rgb(30, 40, 53);
    

    border-radius: 10px;
    height: 38px;
    color: rgb(121, 141, 163);
    padding: 0 15px;
    font-size: 18px;
    
    
}

input:focus, select:focus {
    background: rgba(75, 75, 75, 0.1); /* fondo cuando escribe */
    
    box-shadow: 0 0 3px rgb(255, 255, 255); /* resplandor  */
    outline: none;
}

select option {
    background-color: #222 !important; /* Gris oscuro sólido */
    color: rgb(121, 141, 163) !important;
    padding: 10px;
    
    
}

@media (max-width: 480px) {
    .seccion-campo {
        padding: 0 8%;
    }
    
    label {
        font-size: 13px;
    }

    input, select {
        height: 30px;
        font-size: 10px;
        border-radius: 8px;
    }

    .seccion-campo.doble {
        gap: 8px;
        
    }
}



}


