*{box-sizing:border-box}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#282c34;height:-webkit-max-content;height:max-content;min-height:100vh;width:100%}.App-header{color:#61dafb;margin-bottom:.5rem;padding:1.4rem;text-align:center}.main{flex-direction:column}.main,.main .score{display:flex;justify-content:center}.main .score{align-items:center;color:#fff;font-weight:700;gap:2rem}.score .player{align-items:center;display:flex;flex-direction:column;padding:.3rem}.player .specific_player{color:#fff;font-weight:700}.player .puntaje{color:#61dafb;font-size:2rem}.turns_container{align-items:center;color:#fff;display:flex;gap:2rem;justify-content:space-evenly;margin-bottom:1rem;padding:.5rem}.turns_container .turn{border-radius:.5rem;padding:.1rem .8rem}.turns_container .current_turn{background-color:#697489}.buttons_container,.reset_game{align-items:center;display:flex;justify-content:center}.reset_game{background-color:#61dafb;border:none;border-radius:.5rem;cursor:pointer;font-size:.8rem;font-weight:700;justify-self:center;padding:.5rem}.reset_game:hover{background-color:#33d3ff}.winner_container{align-items:center;display:flex;flex-direction:column;gap:.8rem;justify-content:center;margin-top:2rem}.winner_container .winner{color:#61dafb}.winner_container .message{color:#fbfdfe;font-size:2rem;font-weight:700}.winner_container .next_round_button{background-color:#ff0080;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:large;font-weight:700;padding:.5rem}.winner_container .next_round_button:hover{background-color:#ff00a0}.footer{color:#fff;display:flex;font-size:small;justify-content:center;margin-top:2.4rem;padding-bottom:2.4rem}.footer a{color:#61dafb;text-decoration:none}@media (min-width:768px){.main{grid-column-gap:3rem;-webkit-column-gap:3rem;column-gap:3rem;display:grid;grid-template-areas:"a_score a_board a_board a_board" "a_button_game a_turns a_turns a_turns";width:100%}.score{font-size:xx-large;grid-area:a_score}.board_container{grid-area:a_board}.board_container .board{min-width:400px}.buttons_container{grid-area:a_button_game}.turns_container{grid-area:a_turns;margin-bottom:0}}.board_container{display:flex;height:100%;justify-content:center;width:100%}.board{grid-gap:.3rem;background-color:#fff;border:none;display:grid;gap:.3rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);margin:2rem;max-width:320px;width:100%}.board button{background-color:#282c34;border:none;color:#fff;cursor:pointer;font-size:2rem;font-weight:700;min-height:3.5rem;padding:.5rem}.board button:hover{background-color:#3e4148}.board_container .board .x_selected{color:#61dafb}.board_container .board .o_selected{color:#ff0080}.board_container .board .cell_winner{background-color:#144654;background-color:#697489}
/*# sourceMappingURL=main.19c4a917.css.map*/