
@font-face {
    font-family: "Quicksand-Regular";
    src: url("Fortnite.ttf");
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
}

.cajaexterna {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
  }
  .cajainterna {
    background: #fff;
    margin: 6em auto 0;
    position: relative;
    width: 60%;
  }
  .cajacentrada {
    margin: 0 auto;
    text-align: center;
    padding: 1em;
  }
  .cajacentrada h2 {
    background: none repeat scroll 0 0 black;
    box-sizing: border-box;
    color: white;
    font-size: 23px;
    left: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
  }
  .cajacentrada p {
    margin-top: 30px;
    font-size: 20px;
      font-weight: lighter;
  }
  .cerrar {
    position: absolute;
    right: 16px;
    top: 13px;
  }
  
  /* Animaciones */
  
  .animated {
    -webkit-animation-duration: 1s;
        animation-duration: 1s;
    -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
  }
  @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
  
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
  
    20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
    -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
  
    60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
    -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
  
    100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
  }
  
  .bounceIn {
    -webkit-animation-name: bounceIn;
        animation-name: bounceIn;
    -webkit-animation-duration: .75s;
        animation-duration: .75s;
  }
  .element.bounceIn {    
    -webkit-animation: bounceIn .7s 1;
    -moz-animation: bounceIn .7s 1;
    -o-animation: bounceIn .7s 1;
    animation: bounceIn .7s 1;
  }

.switchBtn {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 34px;
}
.switchBtn input {display:none;}
.slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 8px;
    color: #fff;
    font-size: 13px;
    font-family: sans-serif;
    text-align: left;
}
.slide:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 93px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slide {
    background-color: #8CE196;
    padding-left: 40px;
}
input:focus + .slide {
    box-shadow: 0 0 1px #01aeed;
}
input:checked + .slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -20px;
}

.slide.round {
    border-radius: 34px;
}
.slide.round:before {
    border-radius: 50%;
}

table.colapsado {
    border-collapse:separate; border-spacing:0px 5px;
}

.td_bingo{
    font-size:33px;
}

.td_numeros{
    font-size:30px;
}

.wrapper {
    margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.contenedor-circulo{
    width: 150px;
    height: 150px;
    margin:0 auto; 
    text-align:center;
    background: #E5E5E5;
    border-radius:50%;
    margin-bottom: 20px;
}
.circulo {
    display:inline-block;
    width: 50px;
    height: 50px;
    margin-top: 50px;
    background:#000;
    border-radius:50%;
    animation: girar 2s infinite linear;
}
@keyframes girar {
    from { transform: rotate(0deg)  translate(-38px) rotate(0deg);background: orange; }
    to { transform: rotate(360deg) translate(-38px) rotate(-360deg); background: fuchsia;  }
}

.circulo-bola {
    margin-bottom: 20px;
    position:relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border:3px solid 000;
    background: #fff;
    box-shadow: 2px 2px 7px #999;
}
.circulo-bola>div {
    position:absolute;
    width:130px;
    height:130px;
    border-radius: 50%;
    background: orange;
    margin:auto;
    top: 0; left: 0; bottom: 0; right: 0;
        box-shadow: 1px 1px 11px #999;
}    
.circulo-bola>div>div {
    position:absolute;
    width:110px;
    height:110px;
    border-radius: 50%;
    background: white;
    margin:auto;
    top: 0; left: 0; bottom: 0; right: 0;
}
    .estilo_bola {
        font-size: 53px;
        color: orange;
}



.container_cabecera {
  display: flex;
  /* align-items por defecto tiene el valor `stretch` */
  align-items: baseline;
}
.container {
  display: flex;
  /* align-items por defecto tiene el valor `stretch` */
  align-items: start;
}
.center-h {
  justify-content: space-around;
}
.center2-h {
  justify-content: space-evenly;
}
.center-v {
  align-items: center;
}
.child {
    margin: 2px;
}
.img_ficha {
    height: 28px;
    width: 2px;
}

.portada{
    background: url(https://images.unsplash.com/photo-1513151233558-d860c5398176?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
    font-family: "Quicksand-Regular";
}
.campo_free{
    height: 32px;
}

/* limpieza tarjeta */
.clear {
  width: 100%;
  clear: both;
}
/* tarjeta contenedorea */
.card {
  float: left;
  width: auto;
  height: auto;
  border-radius: 10px;
  padding: 10px;
    border: 5px solid rgba(203, 0, 211, 0.78);
    background-color: rgba(203, 0, 211, 0.78);
}

/* B I N G O */
.headers > div {
  float: left;
  width: 50px;
  text-align: center;
    padding: 2px;
}
.headers > div span {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
    font-family: "Quicksand-Regular";
}

/* columna por letra BINGO */
.column {
  float: left;
  width: 50px;
  text-align: center;
    padding: 2px;
}
/* contenedor de los numero */
.number {
  padding: 3px 0;
  border: 2px solid rgba(203, 0, 211, 0.78);
    opacity: .9;
background-color: rgb(255, 255, 255);
  border-radius: 5px;
     margin-top: 3px;
}
/* propiedades de los numeros */
.number span {
  color: #000;
  font-size: 32px;
    font-family: "Quicksand-Regular";
}
/* al sobrepasar el mouse */
.number span:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}