 
@font-face {
    font-family: "Quicksand-Regular";
    src: url("Fortnite.ttf");
}
.main{ margin:auto; border:1px solid #7C7A7A; width:40%; text-align:left; padding:30px; background:#85c587}
input[type=submit]{ background:#6ca16e; width:100%;
    padding:5px 15px; 
    background:#ccc; 
    cursor:pointer;
    font-size:16px;
   
}
input[type=text]{ margin: 5px;
   
}

a2 {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 150px;
  margin-left: 80px;
}


.title_consulta2{
     background: rgba(255, 255, 255, 0.45); /* color de fondo */
    color: #000; /* color de fuente */
    border: 2px solid #d741c6; /* tamaño y color de borde */
    border-radius: 3px; /* redondear bordes */
    border-radius: 12px;
    font-family: sans-serif;
    font-size: 15px;
}
.title_consulta{
     background: rgba(255, 255, 255, 0.45); /* color de fondo */
    color: #000; /* color de fuente */
    border: 2px solid #4741d7; /* tamaño y color de borde */
    border-radius: 3px; /* redondear bordes */
    border-radius: 12px;
    font-family: sans-serif;
    font-size: 15px;
}
.input_anfora {
    background: rgba(255, 255, 255, 0.45); /* color de fondo */
    color: #000; /* color de fuente */
    border: 2px solid #4741d7; /* tamaño y color de borde */
    padding: 16px 20px;
    border-radius: 3px; /* redondear bordes */
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-family: sans-serif;
    font-size: 15px;
}
.sometxt {
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mydiv {
	position: relative;
	margin: 2% auto 0;
	width: 90%;
    background: linear-gradient(90deg, #764ba2, #000); 
}

.animate-bg:before, .animate-bg:after {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	background: linear-gradient(120deg, #79fb00, #8d01a0, #031ba5,#ff004c,  
	#e6036d, #fb0094,#ff6600, #04c2e4,#adad02, #00c3ff);
	background-size: 300%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: BGgradient 15s ease infinite; 
}

@keyframes BGgradient {
	0% {
		background-position: 0% 200%;
	}
	50% {
		background-position: 200% 0%;
	}
	100% {
		background-position: 0% 330%;
	}
}

.animate-bg:after {
	filter: brightness(1.4);
	filter: drop-shadow(16px 16px 20px rgb(248, 220, 97));
	filter: blur(9px);
}



.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: 80%;
  }
  .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: 140px;
    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: 105px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slide {
    background-color: #fab927;
    padding-left: 40px;
}
input:focus + .slide {
    box-shadow: 0 0 1px #01aeed;
}
input:checked + .slide:before {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    left: -32px;
}

.slide.round {
    border-radius: 34px;
}
.slide.round:before {
    border-radius: 50%;
}

.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;
}



/* --------------------------------TARJETAS--------------------------------------------------------------------------------------------- */
/* limpieza tarjeta */
.clear {
  width: 100%;
  clear: both;
}
/* tarjeta contenedorea */

.card {
  float: left;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.88);
  border-radius: 10px;
  padding: 5px;
    margin-bottom: 10px;
}

/* B I N G O */
.headers > div {
  float: left;
  width: 20px;
  text-align: center;
    padding: 2px;
}
.headers > div span {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
    font-family: "Quicksand-Regular";
}

/* columna por letra BINGO */
.column {
    float: left;
    width: 20px;
    text-align: center;
    padding: 2px;
}
/* contenedor de los numero */
.number {
    border: 1px solid rgba(203, 0, 211, 0.78);
    opacity: .9;
    background-color: rgb(255, 255, 255);
    margin-top: 3px;
    height: 22px;
    border-radius: 5px;
     margin-top: 3px;
}
/* propiedades de los numeros */
.number span {
    padding: 2px 0;
  color: #644e4e;
  font-size: 15px;
    font-family: "Quicksand-Regular";
}
/* al sobrepasar el mouse */
.number span:hover {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* -----------CABECERA ADMIN--------------------------------------------------------------------------------------------- */


.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;
}


body{
    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";
 }
.wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding: 20px;
}

.iframe-yt {
  width: 220px;
  height: 175px;
}


/* -----------RESOLUCIONES--------------------------------------------------------------------------------------------- */
/* tablet */
@media only screen and (min-width: 600px){
    .wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .iframe-yt {
        margin-top: 20px;
        width: 173px;
        height: 175px;
    }
    .headers > div {
        width: 28px;
    }
    .headers > div span {
        font-size: 28px;
    }
    .column {
        width: 28px;
    }
    .number {
        height: 28px;
    }
    .number span {
      font-size: 20px;
    }
}
/* pc - Normal */
@media only screen and (min-width: 768px){
    .wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .iframe-yt {
        width: 295px;
        height: 295px;
    }
    
    .headers > div {
        width: 60px;
    }
    .headers > div span {
      font-size: 50px;
    }
    .column {
      width: 60px;
    }
    .number {
        height: 45px;
    }
    .number span {
      font-size: 32px;
    }
    .td_numeros{
        font-size: 22px;
    }
}
/* pc - Grande */
@media only screen and (min-width: 1600px){
    .wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .iframe-yt {
        width: 335px;
        height: 335px;
    }
    
    .headers > div {
        width: 62px;
    }
    .headers > div span {
      font-size: 51px;
    }
    .column {
      width: 62px;
    }
    
    .number {
        height: 50px;
    }
    .number span {
      font-size: 39px;
    }
    .td_numeros{
        font-size: 26px;
    }
}
