section{width:100%;display:flex;flex-flow:column nowrap}.cab{width:80%;margin:1.5rem;display:flex;justify-content:space-between;align-items:center}.cab h2{color:#000}hr{margin:0 auto;background-color:#7a0000;height:.1rem;border:none;width:95%}.cab a{padding:.5rem 1rem;background-color:#000;border-radius:20px;color:#fff;text-decoration:none}#barra_busqueda{color:gray;position:relative;width:260px}#busqueda{color:gray;width:100%;padding:.5rem 1rem;border-radius:20px;border:1px solid #ccc;outline:none;font-size:.9rem;text-align:left}#busqueda:focus{border-color:#7a0000}#sug_busqueda li{padding:.6rem 1rem;cursor:pointer;transition:background .2s}#sug_busqueda{position:absolute;top:110%;left:0;width:100%;background:#fff;border-radius:10px;box-shadow:0 4px 10px #00000026;list-style:none;padding:0;margin:0;max-height:200px;overflow-y:auto;z-index:100}#sug_busqueda li{padding:.6rem 1rem;cursor:pointer;transition:background .2s;color:#000}#sug_busqueda li:hover{background-color:#f2f2f2}.tarjetas{width:98%;margin-top:1rem;display:grid;grid-template-columns:repeat(3,1fr);overflow:auto}.tarjeta{min-width:30%;border:solid 1px black;min-height:350px;margin:.5rem;border-radius:10px}.tarjeta .lista img{max-width:2rem;max-height:2rem;color:#000;cursor:pointer;border-radius:none!important}.tarjeta .lista ul{display:none;margin:0 auto;list-style:none;background-color:#d3d3d3;flex-flow:column nowrap;justify-content:center;align-items:center;padding:.5rem}.tarjeta .lista ul li{margin:0 auto}.tarjeta .lista ul li a{color:#000;text-decoration:none;font-weight:700;padding-right:.5rem}.tarjeta .contenido{margin:0 auto;background-size:cover;background-repeat:none;height:70%;width:95%;padding:.5rem;display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:start;margin-top:.5rem;border-radius:10px}.tarjeta .contenido table{background-color:#fffc}.tarjeta .contenido strong{padding:.5rem;background-color:#ff0;border-radius:12px;color:#000}.tarjeta .contenido h3,.tarjeta .contenido table th{color:#000;margin:.5rem;padding:.2rem;border-bottom:1px solid black}.btnsJugador>a:first-child{padding:.5rem;background-color:#000;color:#fff;border-radius:10px;margin-top:.5rem;font-size:1.3rem!important;text-decoration:none}.tarjeta .btnsJugador{margin:0 auto;display:flex;flex-flow:row nowrap;justify-content:space-evenly;width:50%}.tarjeta .btnsJugador a{font-size:2rem;text-decoration:none}.pagination{height:3rem}.pagination .page-item.active .page-link{background-color:#000;border-color:#000;color:#fff}@media(max-width:992px){section{width:100%;margin:0}.cab{width:95%;margin:1rem auto}.tarjetas{grid-template-columns:1fr;width:100%;padding:0 1rem}.tarjeta{min-width:0;width:100%;margin:1rem 0;height:70rem}.tarjeta .contenido table{height:45%;width:45%;font-size:x-large}.tarjeta .btnsJugador *{height:4rem;width:8rem;font-size:x-large}.tarjetas #paginas li span,.tarjetas #paginas li a{height:6rem;width:6rem;font-size:xx-large}.tarjetas #paginas{font-size:xx-large;width:100%;display:flex;flex-flow:row nowrap;justify-content:space-between}}
