/* CSS RESET*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
::after,
::before {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
ol,
ul {
  padding-left: 2rem; }

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

img,
svg {
  vertical-align: middle; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button; }

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/*Remove number input spin*/
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

/*UTILITIES*/
.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.img-fluid {
  width: 100%;
  height: auto; }

.noto-sans-Montserrat {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5em 1.25em;
  font-size: 1rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out; }
  .btn:hover {
    -webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.1); }
  .btn:active {
    -webkit-box-shadow: inset 3px 3px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 3px 3px 3px 1px rgba(0, 0, 0, 0.1); }
  .btn:focus {
    outline: lightgray double medium; }

.btn.round {
  border-radius: 0.5em; }

.btn.rounder {
  border-radius: 1.25em; }

.btn.icon {
  display: flex; }
  .btn.icon svg {
    height: 16px;
    width: auto;
    margin-right: 16px;
    fill: white; }

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65; }

.btn-primary {
  min-width: 130px;
  color: white;
  background-color: #2B8089;
  border-color: #2B8089;
  font-weight: 500; }

.btn-success {
  min-width: 130px;
  color: white;
  background-color: #079E73;
  border-color: #079E73;
  font-weight: 500; }

.btn-cancel {
  min-width: 130px;
  color: white;
  background-color: #EA1818;
  border-color: #EA1818;
  font-weight: 500; }

.btn-small {
  font-size: 0.75rem; }

body {
  font-family: "Noto Sans"; }

.page-container {
  width: 100%;
  min-height: 100vh;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }

.nav-bar {
  width: 100%;
  background-color: #124672;
  display: flex;
  padding: 16px 0;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: top 0.3s; }

.nav-bar-container {
  width: 100%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px; }

/*md*/
@media (min-width: 768px) {
  .nav-bar-container {
    padding: 0 5%; } }
.menu_logo-container {
  height: 30px;
  width: 120px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center; }

/*md*/
@media (min-width: 768px) {
  .menu-container {
    width: 100%; } }
.menu-toggler {
  display: block;
  width: 25px; }
  .menu-toggler svg {
    fill: white; }
  .menu-toggler.active svg, .menu-toggler:hover svg {
    fill: #ffbc00; }

/*md*/
@media (min-width: 768px) {
  .menu-toggler {
    display: none; } }
.menu-links {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  align-items: center;
  flex-direction: column; }
  .menu-links.responsive {
    display: flex; }

/*md*/
@media (min-width: 768px) {
  .menu-links {
    display: flex;
    grid-gap: 4%;
    flex-direction: row;
    position: static;
    max-width: 100%;
    margin-left: 10%; } }
/*lg*/
@media (min-width: 992px) {
  .menu-links {
    grid-gap: 10%;
    margin-left: 14%; } }
.menu-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #155083;
  color: white;
  text-decoration: none; }
  .menu-item.active, .menu-item:hover {
    color: #ffbc00; }
    .menu-item.active svg, .menu-item:hover svg {
      fill: #ffbc00; }

/*md*/
@media (min-width: 768px) {
  .menu-item {
    width: auto;
    padding: 0 4px;
    background-color: transparent;
    margin-left: 0;
    flex-wrap: nowrap;
    text-wrap: nowrap; }
    .menu-item:last-child {
      margin-left: auto;
      margin-right: 0; } }
.menu-item_img {
  width: 24px;
  height: 24px;
  fill: white;
  margin-right: 8px; }

/*md*/
@media (min-width: 768px) {
  .menu-item_img {
    width: auto;
    height: 24px;
    fill: white;
    margin-right: 8px; } }
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding: 0 24px;
  margin-top: min(8%, 96px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.container-sm {
  max-width: 540px; }

.container-md {
  max-width: 720px; }

.container-lg {
  max-width: 1140px; }

.login-img {
  width: 100%;
  max-width: 90px;
  margin-bottom: 52px; }
  .login-img svg {
    fill: #545454; }

.login-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

/*sm*/
@media (min-width: 576px) {
  .login-form {
    padding: 0 10%; } }
.login-form_input {
  display: flex;
  margin-bottom: 16px;
  width: 100%; }

.login-form_input-icon {
  width: 40px;
  height: 40px;
  background-color: #E4E4E4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; }
  .login-form_input-icon svg {
    width: 16px;
    fill: #545454; }

.login-form_input-field {
  width: 100%;
  background-color: #EAEAEA;
  border: none;
  font-size: 16px;
  padding: 6px 16px; }
  .login-form_input-field::placeholder {
    color: #545454; }

.page-header {
  font-size: 28px;
  font-weight: 500;
  color: #2B8089;
  margin-bottom: 24px; }

.page-subheader {
  font-size: 18px;
  font-weight: 500;
  color: #2B8089;
  align-self: flex-start;
  margin-bottom: 12px; }

.btn-container {
  position: sticky;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px;
  width: 100%;
  padding: 24px 0;
  justify-content: center;
  border-top: solid 2px #E4E4E4;
  background-color: White; }
  .btn-container .btn {
    width: 180px; }

.bingos-grid {
  padding: 24px 0;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  width: 100%;
  display: grid;
  grid-gap: 12px; }

.bingos-grid_item {
  padding: 12px 16px;
  background-color: #EAEAEA;
  border-radius: 8px;
  color: #545454;
  font-size: 16px;
  text-align: center;
  text-decoration: none; }
  .bingos-grid_item:hover {
    background-color: #124672;
    color: white; }

.form-container {
  padding: 24px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 12px;
  justify-content: space-between; }

/*sm*/
@media (min-width: 576px) {
  .form-container.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
    .form-container.grid .page-subheader {
      grid-column: 1 / 4; }
    .form-container.grid .custom-form {
      grid-column: 1 / 4; }
    .form-container.grid .custom-form:nth-child(4) {
      grid-column: 1 / 3; }
    .form-container.grid .custom-form:nth-child(5) {
      grid-column: 3 / 4;
      grid-row: 4 / 6;
      justify-content: center; }
    .form-container.grid .custom-form:nth-child(6) {
      grid-column: 1 / 3; } }
.custom-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px 16px;
  background-color: #EAEAEA;
  margin-bottom: 16px;
  border-radius: 10px;
  position: relative; }

/*sm*/
@media (min-width: 576px) {
  .custom-form {
    flex-direction: row;
    grid-gap: 12px;
    align-items: center;
    justify-content: space-between; }
    .custom-form.w-70 {
      width: 68%; }
    .custom-form.w-30 {
      width: 28%;
      justify-content: center; } }
/*md*/
@media (min-width: 768px) {
  .custom-form.w-50 {
    width: 48%; } }
.custom-label {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #2B8089;
  font-weight: 500;
  margin-bottom: 10px; }

/*sm*/
@media (min-width: 576px) {
  .custom-label {
    width: auto;
    text-wrap: nowrap;
    margin-bottom: 0;
    line-height: 1.5; } }
.custom-input {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #545454;
  font-weight: 400;
  background-color: #EAEAEA;
  border: 0; }

.custom-select {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  grid-gap: 0.7em; }
  .custom-select > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.5;
    color: #2B8089;
    font-weight: 500; }
  .custom-select:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 16px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #545454 transparent transparent transparent; }

.custom-radio {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*sm*/
@media (min-width: 576px) {
  .custom-radio {
    margin-bottom: 0; } }
.radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: White;
  border-radius: 15%; }

.custom-radio:hover input ~ .radio-checkmark {
  background-color: #545454; }

.custom-radio input:checked ~ .radio-checkmark {
  background-color: #545454; }

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.custom-radio input:checked ~ .radio-checkmark:after {
  display: block; }

.custom-radio .radio-checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.custom-file {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  inset: 0 0 0 0; }

.card-container {
  width: 100%;
  border: solid 1px #EAEAEA;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 16px; }

.card-title {
  font-size: 18px;
  font-weight: 500;
  color: #787A7A;
  margin-bottom: 8px;
  width: 100%;
  flex-shrink: 0; }

.estadisticas-container {
  width: 100%;
  padding: 12px 16px;
  background-color: #EAEAEA;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

/*sm*/
@media (min-width: 576px) {
  .estadisticas-container.w-50 {
    width: 48%; } }
.estadisticas-label {
  width: 50%;
  font-size: 18px;
  color: #2B8089;
  font-weight: 500;
  line-height: 1.2; }

.estadisticas-number {
  font-size: 28px;
  color: #939393;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  width: 50%; }

.table-container {
  margin: 24px 0;
  width: 100%;
  background-color: #F3F3F3;
  border: solid 1px #545454; }

.table-tools {
  padding: 32px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 16px; }

/*md*/
@media (min-width: 768px) {
  .table-tools {
    justify-content: space-between; } }
.table-search {
  display: block;
  width: 100%;
  max-width: 375px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  border: solid 1px #545454;
  border-radius: 25px;
  padding: 6px 24px; }

.table-responsive {
  width: 100%;
  overflow-x: auto; }

.user-table {
  width: 100%; }
  .user-table thead {
    background-color: White;
    border-right: solid 16px white;
    border-left: solid 16px white; }
    .user-table thead tr {
      border-top: solid 8px white;
      border-bottom: solid 8px white; }
  .user-table tbody {
    border-right: solid 16px #F3F3F3;
    border-left: solid 16px #F3F3F3; }
    .user-table tbody tr {
      border-bottom: solid 1px #939393; }
    .user-table tbody tr:last-child {
      border-bottom: 0; }
    .user-table tbody td:first-child {
      display: flex;
      padding: 16px;
      justify-content: center;
      align-items: center;
      grid-gap: 12px;
      margin-top: 0;
      margin-bottom: 0; }
      .user-table tbody td:first-child span {
        width: 100%;
        text-align: center; }
  .user-table th {
    text-align: left;
    padding: 6px 24px;
    border-right: solid 1px #545454;
    border-left: solid 1px #545454;
    color: #545454;
    font-size: 16px; }
  .user-table td {
    padding: 16px;
    color: #545454;
    text-align: center;
    font-size: 16px;
    vertical-align: middle; }

.table-icon {
  margin-right: 0;
  margin-left: auto;
  flex-shrink: 0; }
  .table-icon svg {
    width: auto;
    height: 17px;
    fill: #124672; }
  .table-icon:hover svg {
    fill: #ffbc00; }

.table-link {
  font-size: 10px;
  margin-left: 12px;
  text-decoration: none;
  color: #124672;
  text-wrap: nowrap; }
  .table-link:hover {
    color: #ffbc00; }

.bingo-container {
  width: calc(100% + 48px);
  max-width: 450px;
  border: solid 3px #eab60f;
  border-radius: 20px;
  background-color: #0b2c51;
  overflow: hidden;
  margin-bottom: 56px; }

@media (min-width: 650px) {
  .bingo-container {
    width: calc(100% + 16px);
    max-width: 1100px; } }
/*md*/
@media (min-width: 768px) {
  .bingo-container {
    width: 100%; } }
.bingo-grid {
  display: grid;
  padding: 16px 16px 0;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  grid-gap: 20px 8px;
  justify-content: center;
  margin-bottom: 20px; }

@media (min-width: 650px) {
  .bingo-grid {
    grid-template-columns: 1fr 3fr 0.9fr; } }
@media (min-width: 768px) {
  .bingo-grid {
    padding: 20px min(2.75vw, 40px) 0;
    grid-gap: 24px 16px;
    margin-bottom: 24px; } }
/*lg*/
@media (min-width: 992px) {
  .bingo-grid {
    padding: 24px min(4vw, 60px) 0;
    grid-gap: 28px 20px;
    margin-bottom: 28px; } }
.bingo-ultima {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  grid-gap: 8px; }

/*md*/
@media (min-width: 768px) {
  .bingo-ultima {
    padding: 14px clamp(8px, 1vw, 16px);
    border: solid 1px white;
    border-radius: 25px;
    flex-direction: column;
    margin-left: 0;
    margin-right: auto;
    grid-gap: 14px; } }
/*lg*/
@media (min-width: 992px) {
  .bingo-ultima {
    padding: 16px clamp(10px, 1.5vw, 20px);
    grid-gap: 16px; } }
.bingo-ultima_header {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: white;
  text-align: center;
  text-wrap: nowrap; }

/*md*/
@media (min-width: 768px) {
  .bingo-ultima_header {
    font-size: 14px; } }
/*lg*/
@media (min-width: 992px) {
  .bingo-ultima_header {
    font-size: 16px; } }
.balota-container {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 4px white;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: -5px 5px 0 0 rgba(0, 0, 0, 0.4); }
  .balota-container.small {
    width: 56px;
    height: 56px;
    border-width: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .balota-container.small .balota-number {
      width: 38px;
      height: 38px;
      border-width: 2px;
      font-size: 22px; }
    .balota-container.small .balota-shadow,
    .balota-container.small .balota-shine {
      height: 56px;
      width: 56px; }
  .balota-container.red {
    background-color: #ea3927; }
    .balota-container.red .balota-number {
      border-color: #842222; }
  .balota-container.yellow {
    background-color: #ffef30; }
    .balota-container.yellow .balota-number {
      border-color: #837d43; }
  .balota-container.green {
    background-color: #458414; }
    .balota-container.green .balota-number {
      border-color: #0d440b; }
  .balota-container.blue {
    background-color: #0e61c7; }
    .balota-container.blue .balota-number {
      border-color: #0b276b; }
  .balota-container.purple {
    background-color: #732eb3; }
    .balota-container.purple .balota-number {
      border-color: #3f017f; }

/*md*/
@media (min-width: 768px) {
  .balota-container {
    width: 88px;
    height: 88px; }
    .balota-container.small {
      width: 66px;
      height: 66px; }
      .balota-container.small .balota-number {
        width: 44px;
        height: 44px;
        font-size: 24px; }
      .balota-container.small .balota-shadow,
      .balota-container.small .balota-shine {
        height: 66px;
        width: 66px; } }
/*lg*/
@media (min-width: 992px) {
  .balota-container {
    width: 110px;
    height: 110px;
    border: solid 5px white;
    -webkit-box-shadow: -6px 6px 0 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -6px 6px 0 0 rgba(0, 0, 0, 0.4);
    box-shadow: -6px 6px 0 0 rgba(0, 0, 0, 0.4); }
    .balota-container.small {
      width: 88px;
      height: 88px;
      border-width: 3px; }
      .balota-container.small .balota-number {
        width: 58px;
        height: 58px;
        border-width: 3px;
        font-size: 30px; }
      .balota-container.small .balota-shadow,
      .balota-container.small .balota-shine {
        height: 88px;
        width: 88px; } }
.balota-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 3px transparent;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  color: #0a203d; }

/*md*/
@media (min-width: 768px) {
  .balota-number {
    width: 56px;
    height: 56px;
    font-size: 32px; } }
/*lg*/
@media (min-width: 992px) {
  .balota-number {
    width: 72px;
    height: 72px;
    border: solid 4px transparent;
    font-size: 38px; } }
.balota-shadow,
.balota-shine {
  position: absolute;
  height: 80px;
  width: 80px; }

/*md*/
@media (min-width: 768px) {
  .balota-shadow,
  .balota-shine {
    position: absolute;
    height: 88px;
    width: 88px; } }
/*lg*/
@media (min-width: 992px) {
  .balota-shadow,
  .balota-shine {
    position: absolute;
    height: 110px;
    width: 110px; } }
.balota-shine {
  opacity: 0.2; }

.balota-shadow {
  opacity: 0.1; }

.bingo-tipo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 8px; }

@media (min-width: 650px) {
  .bingo-tipo {
    grid-column: 3 / 4;
    grid-row: 2 / 3; } }
/*md*/
@media (min-width: 768px) {
  .bingo-tipo {
    grid-gap: 12px; } }
.bingo-tipo_header {
  font-size: 8px;
  color: White;
  text-align: center;
  font-weight: 500; }

@media (min-width: 650px) {
  .bingo-tipo_header {
    font-size: 12px; } }
/*md*/
@media (min-width: 768px) {
  .bingo-tipo_header {
    font-size: 14px; } }
.bingo-tipo_grid {
  width: 80%;
  max-width: 65px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2px; }

@media (min-width: 650px) {
  .bingo-tipo_grid {
    max-width: 80px; } }
/*md*/
@media (min-width: 768px) {
  .bingo-tipo_grid {
    max-width: 90px; } }
.bingo-tipo_grid-item {
  background-color: white;
  width: 100%;
  padding-top: 100%; }
  .bingo-tipo_grid-item.active {
    background-color: #ffbc00; }

.bingo-logo {
  width: 100%;
  max-width: 175px;
  max-height: 175px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .bingo-logo img {
    width: 70%;
    height: auto; }

@media (min-width: 650px) {
  .bingo-logo {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    margin: auto; }
    .bingo-logo img {
      width: 100%; } }
.bingo-anteriores {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  grid-column: 1 / 4;
  grid-gap: 8px; }

@media (min-width: 650px) {
  .bingo-anteriores {
    width: auto;
    flex-direction: column;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: auto; } }
/*md*/
@media (min-width: 768px) {
  .bingo-anteriores {
    grid-gap: 12px; } }
.bingo-anteriores_header {
  font-size: 14px;
  font-weight: 500;
  color: white;
  text-align: center; }

/*md*/
@media (min-width: 768px) {
  .bingo-anteriores_header {
    font-size: 16px; } }
/*lg*/
@media (min-width: 992px) {
  .bingo-anteriores_header {
    font-size: 18px; } }
.bingo-anteriores_body {
  display: flex;
  border: solid 1px #138986;
  background-color: #153d77;
  padding: 6px 8px;
  grid-gap: 3px;
  border-radius: 50px;
  overflow-x: auto;
  justify-content: space-between;
  position: relative;
  min-height: 70px; }

@media (min-width: 650px) {
  .bingo-anteriores_body {
    min-width: 312px;
    grid-gap: 5px;
    justify-content: flex-start; } }
/*md*/
@media (min-width: 768px) {
  .bingo-anteriores_body {
    min-width: 388px;
    grid-gap: 10px;
    min-height: 80px; } }
/*lg*/
@media (min-width: 992px) {
  .bingo-anteriores_body {
    min-width: 498px;
    min-height: 102px; } }
.bingo-anteriores_bg {
  position: absolute;
  background-color: #031e3f;
  top: 25px;
  bottom: 25px;
  left: 5%;
  right: 5%;
  border-radius: 30px; }

/*md*/
@media (min-width: 768px) {
  .bingo-anteriores_bg {
    top: 27px;
    bottom: 27px; } }
/*lg*/
@media (min-width: 992px) {
  .bingo-anteriores_bg {
    top: 35px;
    bottom: 35px; } }
.bingo-juego {
  display: flex;
  width: 90%;
  border: solid 2px #ffbc00;
  border-radius: 10px;
  overflow: hidden;
  background-color: #153d77;
  grid-column: 1 / 4;
  margin: 0 auto; }

@media (min-width: 650px) {
  .bingo-juego {
    display: block;
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 2 / 4;
    margin: auto 0 0; } }
.bingo-juego_row {
  width: 100%; }

@media (min-width: 650px) {
  .bingo-juego_row {
    display: flex; } }
.bingo-juego_cell-letter {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  padding: 6px;
  font-weight: 700;
  color: white; }
  .bingo-juego_cell-letter.red {
    background-color: #ea3927; }
  .bingo-juego_cell-letter.yellow {
    background-color: #f6c325; }
  .bingo-juego_cell-letter.green {
    background-color: #458414; }
  .bingo-juego_cell-letter.blue {
    background-color: #0e61c7; }
  .bingo-juego_cell-letter.purple {
    background-color: #732eb3; }

@media (min-width: 650px) {
  .bingo-juego_cell-letter {
    width: 6.25%;
    padding: 4px;
    flex-shrink: 0;
    line-height: 1.5; } }
/*lg*/
@media (min-width: 992px) {
  .bingo_row-letter {
    font-size: 24px; } }
@media (min-width: 650px) {
  .bingo-juego_number-container {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
    width: 100%; } }
.bingo-juego_cell-number {
  display: block;
  padding: 6px;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  border: solid 1px #2B8089;
  color: #2b70b9;
  font-weight: 600;
  text-decoration: none;
  text-align: center; }
  .bingo-juego_cell-number.active {
    color: #ffbc00; }

@media (min-width: 650px) {
  .bingo-juego_cell-number {
    padding: 4px;
    line-height: 1.5;
    flex-shrink: 1; } }
/*lg*/
@media (min-width: 992px) {
  .bingo-juego_cell-number {
    font-size: 18px; } }
.bingo-btns {
  width: 100%;
  grid-column: 1 / 4;
  display: flex;
  align-items: center;
  justify-content: space-around;
  grid-gap: 8px; }

@media (min-width: 650px) {
  .bingo-btns {
    grid-column: 3 / 4;
    flex-direction: column;
    justify-content: center; } }
.btn-bingo {
  width: 100%;
  max-width: 130px;
  font-size: 12px;
  font-weight: 500;
  padding: 0.5em;
  border-radius: 6px;
  text-wrap: nowrap; }
  .btn-bingo.primary {
    color: #04203a;
    background-color: #41cea9;
    border-color: #41cea9; }
  .btn-bingo.secondary {
    color: white;
    background-color: #a5202d; }

@media (min-width: 650px) {
  .btn-bingo {
    max-width: 110px; } }
.bingo-jugadores {
  width: 100%;
  background-color: #0f3c61;
  grid-column: 1 / 4;
  display: flex;
  flex-direction: column;
  align-items: center; }

@media (min-width: 650px) {
  .bingo-jugadores {
    grid-row: 3 / 4;
    flex-direction: row;
    justify-content: space-between; } }
.bingo-jugadores_header {
  width: 75%;
  font-size: 14px;
  padding: 4px 16px;
  border-bottom: solid 2px #2775ba;
  color: #2775ba;
  font-weight: 700;
  text-align: center;
  line-height: 1.5; }

@media (min-width: 650px) {
  .bingo-jugadores_header {
    width: auto;
    padding: 4px 2%;
    border-bottom: 0;
    border-right: solid 2px #2775ba;
    text-wrap: nowrap; } }
@media (min-width: 768px) {
  .bingo-jugadores_header {
    font-size: 14px; } }
/*lg*/
@media (min-width: 992px) {
  .bingo-jugadores_header {
    font-size: 16px; } }
.bingo-jugadores_body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around; }

.bingo-jugadores_item {
  font-size: clamp(8px, 2.5vw, 12px);
  padding: 8px 4px;
  color: gray;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  line-height: 1.5; }
  .bingo-jugadores_item.active {
    color: #ffbc00; }

@media (min-width: 650px) {
  .bingo-jugadores_item {
    padding: 16px 4px;
    text-wrap: nowrap; } }
@media (min-width: 768px) {
  .bingo-jugadores_item {
    font-size: 14px; } }
/*lg*/
@media (min-width: 992px) {
  .bingo-jugadores_item {
    font-size: 16px; } }
.mt-5 {
  margin-top: 32px; }

/*sm*/
/*md*/
/*lg*/
/*xl*/
/*xxl*/

/*# sourceMappingURL=styles.css.map */
