@charset "UTF-8";
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: #343a40;
  --bs-table-bg: transparent;
  --bs-table-border-color: #dee2e6;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #343a40;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #343a40;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #343a40;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(1px * 2) solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(204, 228.2, 240.8);
  --bs-table-border-color: rgb(183.6, 205.38, 216.72);
  --bs-table-striped-bg: rgb(193.8, 216.79, 228.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(183.6, 205.38, 216.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(188.7, 211.085, 222.74);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(203.04, 204.66, 206.1);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(188.1, 207.9, 198.72);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(185.94, 219.96, 226.8);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(229.5, 218.34, 184.86);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(223.2, 193.14, 196.02);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(223.2, 224.1, 225);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(55.2, 58.8, 62.4);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 359.98px) {
  .table-responsive-xs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1679.98px) {
  .table-responsive-xxxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #0079B8;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.25rem;
  --bs-pagination-hover-color: rgb(0, 96.8, 147.2);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: rgb(0, 96.8, 147.2);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 10px 0.25rem rgba(0, 121, 184, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0079B8;
  --bs-pagination-active-border-color: #0079B8;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item .page-link {
  border-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.3rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.2rem;
}

@keyframes anim-breathing {
  0% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
  }
}
@keyframes anim-double-tick {
  0% {
    transform: translateY(4px);
  }
  20% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(4px);
  }
}
body.blog .index-wrapper,
.category .index-wrapper,
.page-template-page-noticias .index-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.blog .site-main,
.category .site-main,
.page-template-page-noticias .site-main {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  body.blog .site-main,
  .category .site-main,
  .page-template-page-noticias .site-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
body.blog .site-main .post,
.category .site-main .post,
.page-template-page-noticias .site-main .post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  body.blog .site-main .post,
  .category .site-main .post,
  .page-template-page-noticias .site-main .post {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  body.blog .site-main .post,
  .category .site-main .post,
  .page-template-page-noticias .site-main .post {
    margin-bottom: 4rem;
    flex-basis: 48%;
    width: 48%;
  }
}
body.blog .site-main .post-image,
.category .site-main .post-image,
.page-template-page-noticias .site-main .post-image {
  margin-right: 6%;
  background-color: #f8f9fa;
  height: 100%;
}
@media (max-width: 991.98px) {
  body.blog .site-main .post-image,
  .category .site-main .post-image,
  .page-template-page-noticias .site-main .post-image {
    flex-basis: 30%;
  }
}
@media (min-width: 992px) {
  body.blog .site-main .post-image,
  .category .site-main .post-image,
  .page-template-page-noticias .site-main .post-image {
    flex-basis: 48%;
  }
}
body.blog .site-main .post-image img,
.category .site-main .post-image img,
.page-template-page-noticias .site-main .post-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991.98px) {
  body.blog .site-main .entry-header,
  .category .site-main .entry-header,
  .page-template-page-noticias .site-main .entry-header {
    flex-basis: 64%;
  }
}
@media (min-width: 992px) {
  body.blog .site-main .entry-header,
  .category .site-main .entry-header,
  .page-template-page-noticias .site-main .entry-header {
    flex-basis: 46%;
  }
}
body.blog .site-main .entry-title,
.category .site-main .entry-title,
.page-template-page-noticias .site-main .entry-title {
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 992px) {
  body.blog .site-main .entry-title,
  .category .site-main .entry-title,
  .page-template-page-noticias .site-main .entry-title {
    font-size: 1.6rem;
  }
}
body.blog .site-main a,
.category .site-main a,
.page-template-page-noticias .site-main a {
  text-decoration: none;
}
body.blog .site-main .entry-textual-meta,
.category .site-main .entry-textual-meta,
.page-template-page-noticias .site-main .entry-textual-meta {
  color: #adb5bd;
  font-size: 0.9rem;
}
body.blog .site-main .posted-on,
.category .site-main .posted-on,
.page-template-page-noticias .site-main .posted-on {
  text-transform: capitalize;
}

.category .widget-area,
.single-post .widget-area {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .category .widget-area,
  .single-post .widget-area {
    display: none;
  }
}
@media (min-width: 992px) {
  .category .widget-area .sidebar-wrapper,
  .single-post .widget-area .sidebar-wrapper {
    padding-right: 1.8rem;
    border-right: 1px solid #dbdbdb;
  }
}
@media (min-width: 992px) {
  .category .widget-area .widget:not(:last-child),
  .single-post .widget-area .widget:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.category .widget-area .post,
.single-post .widget-area .post {
  display: flex;
  flex-direction: column;
}
.category .widget-area img,
.single-post .widget-area img {
  max-width: 100%;
  height: auto;
}
.category .widget-area a,
.single-post .widget-area a {
  text-decoration: none;
}
.category .widget-area .entry-header,
.single-post .widget-area .entry-header {
  padding-top: 1rem;
}
.category .widget-area .entry-title,
.single-post .widget-area .entry-title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 600;
}
.category .widget-area .entry-textual-meta,
.single-post .widget-area .entry-textual-meta {
  color: #adb5bd;
  font-size: 0.9rem;
}
.category .widget-area .posted-on,
.single-post .widget-area .posted-on {
  text-transform: capitalize;
}

.single-post .site-main {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.single-post .site-main .entry-header {
  padding-bottom: 4rem;
}
.single-post .site-main .entry-meta {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .single-post .site-main .entry-meta {
    margin-right: 2rem;
    width: 40%;
    float: left;
  }
}
.single-post .site-main .entry-meta img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.single-post .site-main .entry-meta .posted-on {
  text-transform: capitalize;
}
.single-post .site-main .entry-image {
  text-align: center;
}
.single-post .site-main .entry-textual-meta {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #adb5bd;
  font-size: 0.9rem;
}
.single-post .site-main .entry-content {
  text-align: justify;
}
.single-post .site-main .entry-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.single-post .section--related-articles {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #F9F8F6;
}
.single-post .section--related-articles .section-title {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .single-post .section--related-articles .related-articles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.single-post .section--related-articles .post {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .single-post .section--related-articles .post {
    width: 23%;
  }
}
.single-post .section--related-articles img {
  max-width: 100%;
  height: auto;
}
.single-post .section--related-articles a {
  text-decoration: none;
}
.single-post .section--related-articles .entry-header {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.single-post .section--related-articles .entry-title {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 600;
}
.single-post .section--related-articles .entry-textual-meta {
  color: #adb5bd;
  font-size: 0.9rem;
}
.single-post .section--related-articles .posted-on {
  text-transform: capitalize;
}

.widget_categories .widget-title {
  font-size: 1.4em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dbdbdb;
}
.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_categories .cat-item:before {
  display: inline-block;
  content: "–";
  padding-right: 0.4rem;
}
.widget_categories .cat-item a {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #6c757d;
}
.widget_categories .current-cat a {
  color: #1EAADF;
}

.widget_betcris_latest_posts .widget-title {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background-color: #009fda;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5rem;
}
