@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.promociones-wrapper {
  width: 100%;
  max-width: 800px;
}

.container {
  width: 100%;
  border: 6px solid #48516b;
  border-radius: 10px;
  border-color:rgb(51, 70, 128);
}

table {
  min-width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  table-layout: fixed;
  border-collapse: collapse;
}

thead {
  text-align: left;
  font-size: 15px;
  color: #fff;
  background-color: #11193a;
}
tbody {
  /* color: #bac5dc; */
  background-color: #fff;
}

th {
  padding: 20px 15px;
  font-weight: 900;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}

td {
  padding: 15px;
  border-bottom: 1px solid rgb(17 25 58 / 25%);
  border-left: 1px solid rgb(17 25 58 / 25%);
}

.title {
  display: block;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
}

.title:hover {
  color: #11193a;
}

.user {
  color: #1f550e;
}

.none {
  display: none;
}

@media (min-width: 700px) {
  .none {
    display: table-cell !important;
  }
}

.views {
  color: #1f550e;
}

.ellipsis {
  padding: 0 5px;
  margin: 0 4px;
  color: #666;
  cursor: default;
}

.paginacion {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.4rem;
  padding: 1rem;
}

.paginacion a {
  color: #11193a;
  text-decoration: none;
  font-size: 14px;
  padding: 3px 10px;
  border: 1px solid #11193a;
  border-radius: 3px;
  transition: all 0.2s;
  text-decoration: none !important;
}

.paginacion a:hover,
.active {
  color: #fff !important;
  background-color: #11193a;
  text-decoration: none !important;
}

.promo {
  color: #fff !important;
  background: #11193a;
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  padding: 1rem;
  text-transform: uppercase;
}

.ctn {
  padding: 1rem;
}

.inline {
  display: inline-block;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  border-bottom: 1px dashed;
  margin-bottom: 1rem !important;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 2rem 0;
}

/* @media (min-width: 700px) {
  .box {
    display: inline-flex;
    flex-direction: row;
  }
} */

.box > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.5rem;
  background: #d7d7d7;
  border-radius: 6px;
  max-width: 300px!important;
}

@media (min-width: 700px) {
  .box > div {
    max-width: 300px!important;
  }
}

.box span,
.box a {
  color: #0d4473;
  font-weight: 600;
  text-decoration: none;
}

.box span {
    max-width: 300px!important;
}

.box a:hover {
  background-color: #d0e4f6;
  color: #0d4473;
}

.more {
  font-size: larger;
  font-weight: 600;
  margin-bottom: 5px;
}

/* .home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
} */

.returns {
  color: #fff!important;
  background: #11193a!important;
  padding: 1rem!important;
  border-radius: 4px!important;
  text-decoration: none!important;
}

.returns:hover {
    background: #0d4473!important;
}