@charset "UTF-8";
/*
Theme Name: Casinos
Author: anon and sheldon
Description: a casinos theme
Version: 2.34
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;800;900&family=Roboto:ital,wght@1,100&display=swap"); */
.menu-link {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.3em !important;
  letter-spacing: 1px;
}

.ast-footer-copyright p {
  font-weight: 500;
  color: white;
  letter-spacing: 0.5px;
}

:root {
  --primary-color: #216cb1;
  --primary-black: black;
  --primary-red: #d30e00;
}

.btn-jugar-widget {
  color: #ffffff;
  background-color: var(--primary-color);
  font-style: normal;
  text-decoration: none !important;
  font-size: 16px;
  /*     line-height: 45px; */
  padding: 10px 25px 5px;
  position: relative;
  top: 0;
  display: inline-block;
  width: auto;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 600;
}

.table-widget-casinos {
  /* 	border: 4px solid #cfcfcf */
}

.table-widget-casinos td {
  padding: 10px;
  text-align: center;
}

.table-widget-casinos tr:nth-child(odd) {
  background-color: #dbe7fb !important;
}

.link-cat-game-slider {
  text-align: center;
  width: auto;
  margin: auto;
  display: block;
}

.has-tooltip:not(.tooltip-disabled) {
  /* cursor: help; */
  position: relative;
}

.has-tooltip:not(.tooltip-disabled):hover .tooltip-container {
  display: block;
}

.has-tooltip .tooltip-container {
  display: none;
  position: absolute;
  background-color: var(--primary-color);
  color: #fff;
  z-index: 20;
  bottom: calc(100% + 13px);
  left: -10px;
  right: -10px;
  padding: 16px 20px;
  border-radius: 8px;
}

.has-tooltip .tooltip-container:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid --var(--primary-color);
  font-size: 0;
  line-height: 0;
  content: "";
  position: absolute;
  bottom: -10px;
}

.has-tooltip .tooltip-container h6 {
  font-weight: 600;
  font-size: 16px;
  margin: 0px;
}

.has-tooltip .tooltip-container {
  color: #555;
  margin-top: 4px;
}

/* - - - - - - - End Tooltips - - - */
#pricing-container * {
  box-sizing: border-box;
}

#pricing-container {
  -webkit-font-smoothing: antialiased;
  /*   max-width: 1080px; */
  width: 100%;
  /*   margin: 0 auto 50px; */
  justify-content: center;
  line-height: 1;
  color: #000;
  margin-top: 50px;
}

/* Cards */
#pricing-cards {
  display: flex;
  font-size: 14px;
}

#pricing-container .price-card {
  background-color: #f9f9f9;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
  display: block;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.25s;
  position: relative;
  margin: 0 6px;
  flex-grow: 1;
  flex-shrink: 1;
}

#pricing-container .price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* - - - - - - - - - Header Section - - - */
#pricing-container .price-card--header {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

#pricing-container .price-card--header h4 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  color: var(--primary-black);
  font-weight: 700;
}

/* - - - - - - - - - Price Section - - - */
#pricing-container .price-card--price {
  text-align: center;
  padding: 10px 0 6px 0;
}

#pricing-container .price-card--price-text {
  font-size: 48px;
}

#pricing-container .price-card--price-number {
  font-weight: 500;
  opacity: 0.89;
  color: var(--primary-black);
}

.odometer div {
  display: inline-block;
}

#pricing-container .price-card--price-number:before {
  font-size: 24px;
  top: -16px;
  display: inline-block;
  position: relative;
}

#pricing-container .price-card--price-number:after {
  font-size: 12px;
  display: inline-block;
  color: grey;
}

#pricing-container .price-card--price-conditions {
  padding: 14px 0;
  color: #888;
  line-height: 1.5;
}

/* - - - - - - - - - CTA Button Section - - - */
#pricing-container .price-card--cta {
  padding: 0 20px 24px;
  text-align: center;
}

#pricing-container .price-card--cta--button.btn {
  min-width: 20px;
  display: block;
  max-width: 183px;
  margin: 0 auto;
}

/* - - - - - - - - - Features Section - - - */
#pricing-container .price-card--features {
  padding: 16px 0 20px;
}

#pricing-container ul.price-card--features--list {
  padding: 0 32px;
  list-style: none;
  margin: 0;
  text-align: left;
  margin-left: 30%;
}

#pricing-container li.price-card--features--item {
  color: var(--primary-black);
  margin: 8px 0;
  padding-left: 8px;
  line-height: 1.5;
  position: relative;
}

/* #pricing-container li.price-card--features--item:not(.features-disabled):before {
	content: "✓";
	color: var(--primary-color);
} */
#pricing-container li.price-card--features--item.features-highlight {
  /* 	font-weight: 600; */
}

#pricing-container li.price-card--features--item.features-disabled {
  opacity: 0.1;
  /* 	text-decoration: line-through; */
}

/* - - - - - - - - - Mobile Features Toggle - - - */
#pricing-container .price-card--mobile-features-toggle {
  text-align: center;
  margin: 24px 0 0;
  padding: 16px 0;
  cursor: pointer;
  display: none;
  color: green;
}

#pricing-container .price-card--mobile-features-toggle:after {
  content: "Show All Features ▾";
}

#pricing-container .price-card--mobile-features-toggle.hideall:after {
  content: "Hide Features ▴";
}

/* - - - - - - - - - Hero Card Styles - - - */
#pricing-container .price-card--hero {
  margin: -38px 6px 0;
  /* 	width:31%; */
  z-index: 10;
}

#pricing-container .price-card--hero-text {
  background-color: var(--primary-color);
  height: 38px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-weight: 600;
}

/* - - - - - - - - - Only Yearly Basic Styles - - - */
#pricing-container .only-yearly {
  position: relative;
}

#pricing-container .only-yearly .price-card--price-number {
  transition: opacity 0.2s;
}

#pricing-container .only-yearly .only-yearly--text {
  position: absolute;
  top: -0.2em;
  left: 0;
  right: 0;
  display: none;
}

#pricing-container .only-yearly .only-yearly--text span {
  font-size: 14px;
}

#pricing-container .only-yearly.if-monthly .price-card--price-number {
  opacity: 0;
}

#pricing-container .only-yearly.if-monthly .only-yearly--text {
  display: block;
}

/* - - - - - - - - - Switch Section - - - */
#pricing-switch {
  margin: 80px auto 100px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  max-width: 1080px;
}

#pricing-switch .switch-label {
  display: inline-block;
  width: 200px;
  text-align: center;
  opacity: 0.4;
  font-size: 16px;
  cursor: pointer;
  padding: 0 20px;
}

#pricing-switch .switch-label .save-money {
  color: #4caf50;
  font-style: italic;
  padding-left: 8px;
}

#pricing-switch .save-money--mobile {
  color: #4caf50;
  font-style: italic;
  padding-top: 22px;
  display: none;
}

#pricing-switch .switch-label.active {
  font-size: 18px;
  opacity: 1;
}

#pricing-switch .switch-label-monthly {
  text-align: right;
}

#pricing-switch .switch-label-yearly {
  text-align: left;
}

#pricing-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: -50%;
  margin: 0;
}

#pricing-switch .switch input {
  display: none;
}

#pricing-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.btn {
  /* width: 90%; */
  /*   height: 45px; */
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-black);
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  text-align: center;
}

.btn-container {
  text-align: center;
}

.price-card--features {
  margin: auto;
  text-align: center;
}

.btn-pro {
  width: 200px;
  height: 45px;
  background: var(--primary-color);
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 2em 5em;
}

.switch-label {
  color: #fff;
}

.active {
  color: var(--primary-color);
}

@media (max-width: 1000px) {
  #pricing-cards {
    display: block;
    font-size: 14px;
  }
  #pricing-container .price-card {
    margin-bottom: 20px;
  }
  #pricing-container .price-card--hero {
    margin: auto;
  }
}
.site-logo-img img {
  filter: hue-rotate(197deg);
}

@media (min-width: 1200px) {
  .ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0px;
  }
}
.bonus-txt {
  font-size: 0.3em;
  color: black;
}

.c-flag {
  width: 50px;
  border-radius: 50px;
}

.archive .entry-title,
.blog .entry-title,
.search .entry-title {
  text-align: left;
  padding-left: 10px;
}

@media (min-width: 993px) {
  .ast-separate-container #primary,
  .ast-separate-container.ast-left-sidebar #primary,
  .ast-separate-container.ast-right-sidebar #primary {
    margin: 1.3em 0;
    padding: 0;
  }
}
.metodos-de-pago-container {
  /* 	height: 170px; */
  width: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.metodos-de-pago {
  border-radius: 6px;
  /*     max-width: 444px; */
  padding: 0 15px;
  display: grid;
  gap: 10px;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
}

.metodos-de-pago .method {
  justify-self: center;
}

.metodos-de-pago .method img {
  width: 100%;
  cursor: pointer;
}

.w-100 {
  width: 100%;
}

.payment-methods-h3 {
  text-align: center;
  margin: 0;
}

@media (max-width: 600px) {
  .table-widget-casinos td {
    padding: 3px;
    text-align: center;
  }
  .btn-jugar-widget {
    padding: 6px 20px 5px;
    font-size: 1em;
  }
}
@media (min-width: 922px) {
  .ast-separate-container.ast-blog-grid-2 .ast-archive-description,
  .ast-separate-container.ast-blog-grid-3 .ast-archive-description,
  .ast-separate-container.ast-blog-grid-4 .ast-archive-description {
    margin-bottom: 0em;
  }
}
.thrv_wrapper {
  margin-top: 0px;
  margin-bottom: 0px;
}

.tcb-flex-row {
  padding-top: 0px;
  padding-bottom: 0px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 5px;
}

span.tve-post-grid-title {
  text-align: center;
  font-size: 1.5em !important;
  /* 		text-transform: uppercase!important; */
}

img._mi._before._svg {
  filter: brightness(0%);
}

.stars-yellow,
.stars-yellow div {
  color: #ffac33 !important;
  font-size: 1.3em;
}

.ast-post-format-.blog-layout-1.ast-no-date-box {
  margin: 5px;
}

@media (min-width: 768px) {
  .casino-button-container {
    padding: 22px 130px;
  }
}
@media (max-width: 600px) {
  .casino-button-container {
    text-align: center;
  }
  .button-container {
    text-align: center !important;
  }
  .btn-tocasino {
    width: 100%;
    margin: auto !important;
    text-align: center !important;
  }
  .thrv_wrapper.thrv_text_element {
    min-height: 100px !important;
  }
  .price-card.price-card--hero {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
  #pricing-container .price-card--hero {
    order: 1 !important;
    width: 100%;
  }
  #pricing-container .price-card {
    order: 2;
  }
  div#pricing-cards {
    display: flex;
    flex-direction: column;
  }
}
.casino-button-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 10px 32px;
  margin: 25px auto;
  border-radius: 10px;
  background: var(--primary-color);
}

.casino-button-container .img-wrapper {
  width: 100px;
  height: auto;
  border-radius: 20px;
  background: 0 0;
  margin: auto;
  margin-left: 0;
}

.casino-button-container .img-wrapper img {
  border-radius: 10px;
}

@media (min-width: 768px) {
  .casino-button-container .text {
    flex: 1;
    padding-left: 24px;
  }
  .casino-button-container .button-container {
    flex: 1;
    margin-top: 0;
    text-align: right;
  }
}
.casino-button-container .text1 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}

.casino-button-container .text2 {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .casino-button-container .button-container .btn {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 auto;
  }
}
.btn-tocasino {
  background: var(--primary-red);
  color: white;
  font-weight: 500;
  font-family: inherit;
}

.casino-button-container .img-wrapper img {
  height: auto;
}

.thrv-button a.tcb-button-link {
  border-radius: 6px;
}

h1.page-title.ast-archive-title {
  text-align: center;
  font-size: 1.8em;
}

@media (min-width: 1201px) {
  .ast-separate-container .ast-article-post,
  .ast-separate-container .ast-article-single,
  .ast-separate-container .ast-archive-description,
  .ast-separate-container .ast-author-box,
  .ast-separate-container .ast-404-layout-1,
  .ast-separate-container .no-results {
    padding: 1em;
  }
}
.thrv_wrapper.thrv-columns {
  margin-top: 0;
}

.justify-text {
  text-align: justify !important;
}

.table-widget-casinos tbody .head {
  background-color: #0f439b !important;
  color: white;
}

.text-center {
  text-align: center;
  filter: hue-rotate(197deg);
}

#country-selector {
  background: white;
  border-radius: 8px;
}

.tve_pg_more {
  display: none;
}

td,
th {
  border-width: 0 0px 1px 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
}

.btn-tocasino {
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
  font-size: 1.2em;
}

btn:hover,
.tcb-button-link:hover,
a.tcb-button-link:hover .tcb-button-link,
.tcb-button-link:hover {
  background: black !important;
  color: white !important;
}

.btn-2 {
  width: 90%;
  /* height: 45px; */
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-black);
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  text-align: center;
}

.btn-jugar-widget:hover {
  background: #0f439b !important;
  color: white;
}

.btn-pro:hover,
.btn:hover,
.btn-tocasino:hover {
  background-color: #0f439b !important;
  border: none;
}

.bonus-percentaje {
  font-size: 1.5em;
  font-weight: 700;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tve_pg_container {
  box-shadow: none;
  border-radius: 8px;
}

.thrv_post_grid .tve_post .tve_pg_container {
  box-shadow: none;
}

span.thrv-icon.thrv-icon-forward {
  display: none;
}

.btn-tocasino {
  animation: pulso 1.2s ease-in-out infinite;
}

@keyframes pulso {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 600px) {
  .button-container {
    margin: auto;
    margin-top: 10px;
    display: flex;
  }
  .tcb-col {
    margin-bottom: 15px;
  }
  .table-container {
    overflow-x: auto;
  }
  .button-container {
    width: 100%;
  }
}
.price-card {
  border-radius: 8px;
}

.price-card--hero-text {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

table.table-widget-casinos {
  border-radius: 8px;
  overflow: hidden;
}

.tve_pg_container {
  border-radius: 8px;
}

span.tve-post-grid-title {
  font-size: 1.3em !important;
}

.tve_pg_container:hover .tve_post_grid_image_wrapper {
  filter: brightness(1.2);
}

.tve_post_grid_image_wrapper {
  transition: 0.3s;
}

.btn-pro {
  animation: pulso 1.2s ease-in-out infinite;
}

.link-cat-game-slider img {
  width: 80px;
}

.ast-separate-container .ast-archive-description,
.ast-separate-container .ast-author-box {
  background-color: transparent;
  padding: 5px;
}

.ast-post-format-.blog-layout-1.ast-no-date-box {
  border-radius: 8px;
  margin: 12px;
  padding: 0px;
  overflow: hidden;
}

h2.entry-title {
  font-size: 1.2em;
}

.post-content:hover .post-thumb-img-content {
  filter: brightness(1.2);
}

.post-thumb-img-content {
  transition: 0.3s;
}

h3.payment-methods-h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* check that @maag */
.thrv_wrapper.thrv_text_element {
  min-height: 140px !important;
}

.btn-container {
  margin-bottom: 20px;
}

.thrv_post_grid .tve_post .tve_pg_container {
  border: none;
  box-shadow: 3px 3px 15px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 15px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 15px -6px rgba(0, 0, 0, 0.75);
}

ul#ast-hf-mobile-menu {
  text-align: center;
}

.ast-separate-container .ast-grid-2 .blog-layout-1, .ast-separate-container .ast-grid-2 .blog-layout-2, .ast-separate-container .ast-grid-2 .blog-layout-3, .ast-separate-container .ast-grid-3 .blog-layout-1, .ast-separate-container .ast-grid-3 .blog-layout-2, .ast-separate-container .ast-grid-3 .blog-layout-3, .ast-separate-container .ast-grid-4 .blog-layout-1, .ast-separate-container .ast-grid-4 .blog-layout-2, .ast-separate-container .ast-grid-4 .blog-layout-3 {
  padding: 0em !important;
}

h2.entry-title {
  margin: 5px;
}

.main-header-menu .menu-link, .main-header-menu > a {
  padding: 0 0.5em;
}

.modal-inset {
  border-radius: 8px;
}

/* @temp fix, @maag */
.tve_post_grid_image_wrapper {
  background-size: contain !important;
}

section.no-results.not-found {
  text-align: center;
}

.site-header .menu-link * {
  text-transform: capitalize !important;
}

a.menu-link {
  text-transform: capitalize;
  font-weight: 800;
}

/* ajustes home marzo */
.post-21 .thrv_heading h2:first-of-type {
  font-weight: 600 !important;
  font-family: "Alegreya Sans" !important;
}

.post-21 .tcb-styled-list-icon-text {
  display: block;
  z-index: 0;
  line-height: 1.6em;
  font-weight: 500;
}

.post-21 .thrv-styled_list ul.tcb-styled-list li div.thrv_icon {
  padding: 8px;
}

.post-21 h2:nth-of-type(2) {
  font-weight: 600;
}

.post-21 .tcb-with-icon {
  font-weight: 600 !important;
  font-family: "Alegreya Sans" !important;
  border-radius: 50px;
}

.thrv-button a.tcb-button-link {
  border-radius: 35px;
}

span.tcb-button-texts > span {
  display: block;
  padding: 8px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

a.tcb-button-link {
  padding: 1px 4px;
}

#page {
  /* background: transparent linear-gradient(180deg, #EFF4F8 0%, #E1E7EF 100%) 0% 0% no-repeat padding-box; */
  background: linear-gradient(to bottom, #EFF4F8 0%, #E1E7EF 10%, #E1E7EF 10%, #E1E7EF 90%, #E1E7EF 90%, #C6D0DE 100%);
}

.ast-primary-header-bar {
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
}

.post-21 .border-grey {
  font-weight: 600 !important;
  font-family: "Alegreya Sans" !important;
  border-radius: 50px;
  border: solid 2px #BCBCBC;
  color: #242D52;
}

.post-21 .border-grey .tcb-button-texts > span {
  color: #242D52;
  display: block;
  padding: 1px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: -1px;
  font-size: 0.8em;
}

.bonus-txt {
  color: #242D52;
  font-weight: 800 !important;
  font-size: 0.5em;
  font-family: "Alegreya Sans" !important;
}

#pricing-container .price-card--price-number {
  color: #242D52;
  font-weight: 800 !important;
  font-size: 1.3em;
  font-family: "Roboto", sans-serif !important;
}

.site-primary-footer-wrap {
  background: #69809B !important;
  color: white !important;
  font: normal normal normal 1em Alegreya Sans;
}

.site-primary-footer-wrap .widget-title {
  font: normal normal 800 1.3em Alegreya Sans;
  color: white !important;
  padding: 0px !important;
}

.textwidget, .ast-builder-html-element, .widget-title {
  padding: 0px !important;
}

#astra-footer-menu {
  display: grid;
}

#astra-footer-menu .menu-link {
  color: white;
}

#astra-footer-menu li {
  padding-bottom: 10px;
  color: white !important;
}

.footer-nav-wrap .astra-footer-horizontal-menu a {
  padding: 0 !important;
}

.footer-widget-area .ast-builder-html-element, .footer-widget-area .textwidget {
  padding: 0px !important;
}

#pricing-container .price-card--hero {
  border: solid 5px #812B24;
  border-radius: 10px;
}

.price-card {
  border-radius: 10px !important;
}

/* buttons custom */
.button-gris {
  border: 2px solid #BCBCBC;
  opacity: 1;
  color: #242D52;
  text-decoration: none !important;
  padding: 2px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0px 0px 10px;
}

.button-gris span {
  display: flex;
  align-items: center;
}

a.button-gris {
  width: max-content !important;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.button-gris .icon {
  width: 25px;
  height: 10px;
  padding-left: 35px;
}

.button-gris .icon svg {
  max-width: 10px;
  max-height: 9px;
  border: 1px white;
  background: white;
  border-radius: 10px;
  /* margin: 2px; */
  padding: 5px;
  margin: 0 0px 3px 0px;
}

.custom-button-container {
  display: flex;
  justify-content: center;
}

/* button grey 2 */
.button-gris-2 {
  border: 2px solid #BCBCBC;
  opacity: 1;
  background: #7B8198;
  color: #242D52;
  text-decoration: none !important;
  padding: 2px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0px 0px 10px;
}

.button-gris-2 span {
  display: flex;
  align-items: center;
}

a.button-gris-2 {
  width: max-content !important;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.button-gris-2 .icon {
  width: 25px;
  height: 10px;
  padding-left: 35px;
}

.button-gris-2 .icon svg {
  max-width: 10px;
  max-height: 9px;
  border: 1px white;
  background: white;
  border-radius: 10px;
  /* margin: 2px; */
  padding: 5px;
  margin: 0 0px 3px 0px;
}

.price-card--features .button-gris-2 {
  border: none;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.price-card--features .button-gris-2 .icon {
  background: white;
  border-radius: 50px;
}

.price-card--features .button-gris-2 svg {
  background: wheat;
  min-width: 25px;
  min-height: 25px;
  /* border: 1px white; */
  background: white;
  border-radius: 30px;
  margin: 4px;
  padding: 7px;
  margin: 6px 10px 10px 9px;
}

/* button red  */
.button-rojo {
  border: 2px solid #C50D00;
  opacity: 1;
  background: #C50D00;
  color: #242D52;
  text-decoration: none !important;
  padding: 2px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0px 0px 10px;
}

.button-rojo span {
  display: flex;
  align-items: center;
}

a.button-rojo {
  width: max-content !important;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.button-rojo .icon {
  width: 25px;
  height: 10px;
  padding-left: 35px;
}

.button-rojo svg path {
  fill: #C50D00 !important;
}

.price-card--features .button-rojo {
  border: none;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.price-card--features .button-rojo .icon {
  background: white;
  border-radius: 50px;
}

.price-card--features .button-rojo svg {
  background: wheat;
  min-width: 25px;
  min-height: 25px;
  /* border: 1px white; */
  background: white;
  border-radius: 30px;
  margin: 4px;
  padding: 7px;
  margin: 6px 10px 10px 9px;
}

/* end buttons  */
/* #pricing-container .price-card--hero {
    margin: -38px 6px 0;
    width: 12%;
    z-index: 10;
} */
.price-card--header {
  padding-top: 40px !important;
}

#cards-home .tcb-col {
  justify-content: space-around;
}

.thrv_post_grid .tve_post .tve-post-grid-title {
  background: white;
  font-weight: 600;
  text-align: left;
}

.metodos-de-pago {
  gap: 60px;
}

form.form-newsletter-casino.form-large {
  background: white;
  margin: 10px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1490196078);
}

.form-large #email_form {
  width: 70%;
  background: #E2EAEF !important;
  color: #242D52 !important;
  font-weight: 400 !important;
}

.form-large .send-newsletter {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #E2EAEF;
}

.send-newsletter svg path {
  fill: #242D52 !important;
}

.h3-capture-form {
  font-weight: 800;
}

section.ast-archive-description, .type-juego {
  border: none !important;
}

.container-casas {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.container-casas .image-casas {
  width: 20%;
  background: white;
  border-radius: 10px 0px 0px 10px;
}
.container-casas .stats {
  height: 100px;
  width: 70%;
}
.container-casas .stats .stats-casas {
  width: 100%;
}
.container-casas .stats .stats-casas .puntuacion {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px solid #C6C6C6;
  width: 33%;
  font-size: 2em;
  font-weight: 900;
}
.container-casas .stats .stats-casas .juegos {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px solid #C6C6C6;
  width: 33%;
  flex-direction: column;
  font-weight: 900;
  font-size: 1.2em;
  /* font-family: 'Roboto', sans-serif!important; */
}
.container-casas .stats .stats-casas .rtp {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px solid #C6C6C6;
  width: 33%;
  flex-direction: column;
  font-weight: 900;
  font-size: 1.2em;
}
.container-casas .stats .stats-casas-dias {
  width: 100%;
}
.container-casas .stats .stats-casas-dias .dias {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px solid #C6C6C6;
  width: 50%;
  flex-direction: column;
  font-weight: 900;
  font-size: 1.2em;
}
.container-casas .stats .stats-casas-dias .bonos {
  background-color: rgba(255, 255, 255, 0.5019607843);
  border: 1px solid #C6C6C6;
  width: 50%;
  flex-direction: column;
  font-weight: 900;
  font-size: 1.2em;
}
.container-casas .casas-botones {
  display: flex;
  width: 15%;
  flex-direction: column;
  gap: 10px;
  right: 25px;
  position: relative;
}
.container-casas .casas-botones .btn-analisis-grey {
  margin-bottom: 0px;
}
.container-casas .casas-botones .btn-analisis-grey .contenedor-cta {
  background: #CFD8E5 !important;
  color: #242D52 !important;
  border: none !important;
  text-decoration: none !important;
}
.container-casas .casas-botones .jugar .contenedor-cta {
  background-color: #242D52;
  color: white;
  font-weight: 600;
  position: relative;
  width: 150px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  height: 38px;
}
.container-casas .casas-botones .jugar .contenedor-cta .arrow {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 0px 10px 0px 11px;
  border-radius: 50px;
  background-color: white;
  text-align: center;
  color: blue;
  margin: 0px 0px 0px 0px;
  max-height: 30px;
}
.container-casas .casas-botones .jugar .contenedor-cta .arrow svg {
  width: 7px;
  padding: 7px 1px 0px 3px;
}
.container-casas .casas-botones .jugar .contenedor-cta p {
  margin-bottom: unset !important;
  padding-top: 6px;
}
.container-casas .center-vertically {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}
.container-casas .de {
  color: #8FA4C3;
  font-weight: 500 !important;
  margin-bottom: 0px;
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none;
}

.btn-analisis-grey {
  background-color: #242D52;
  color: white;
  font-weight: 600;
  position: relative;
  width: 150px;
  display: flex;
  justify-content: center;
  border-radius: 50px;
  height: 38px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.btn-analisis-grey {
  background: #CFD8E5 !important;
  color: #242D52 !important;
  border: none !important;
  text-decoration: none !important;
}

.contenedor-cta .arrow {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 0px 10px 0px 11px;
  border-radius: 50px;
  background-color: white;
  text-align: center;
  color: blue;
  margin: 0px 0px 0px 0px;
  max-height: 30px;
}
.contenedor-cta .arrow svg {
  width: 7px;
  padding: 7px 1px 0px 3px;
}
.contenedor-cta p {
  margin-bottom: unset !important;
  padding-top: 6px;
  margin-right: 44px;
}

@media only screen and (max-width: 600px) {
  .container-casas {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: sticky;
  }
  .container-casas .image-casas {
    z-index: 9999999999;
    width: 20%;
    border-radius: 10px 10px 0px 0px;
    height: 80px;
    margin-bottom: 27px;
  }
  .container-casas .stats {
    height: 100px;
    width: 70%;
  }
  .container-casas .stats .stats-casas {
    height: 134px;
    width: 100%;
  }
  .container-casas .stats .stats-casas .puntuacion {
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px solid #C6C6C6;
    width: 100%;
    font-size: 3em;
    font-weight: 900;
    height: 134px;
  }
  .container-casas .stats .stats-casas .juegos {
    display: none;
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px solid #C6C6C6;
    width: 33%;
    flex-direction: column;
    font-weight: 900;
    font-size: 1.2em;
    /* font-family: 'Roboto', sans-serif!important; */
  }
  .container-casas .stats .stats-casas .rtp {
    display: none;
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px solid #C6C6C6;
    width: 33%;
    flex-direction: column;
    font-weight: 900;
    font-size: 1.2em;
  }
  .container-casas .stats .stats-casas-dias {
    flex-direction: column-reverse;
    width: 100%;
    height: 134px;
  }
  .container-casas .stats .stats-casas-dias .dias {
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px solid #C6C6C6;
    width: 100%;
    flex-direction: column;
    font-weight: 900;
    font-size: 1em;
  }
  .container-casas .stats .stats-casas-dias .dias p {
    margin: 0px;
  }
  .container-casas .stats .stats-casas-dias .bonos {
    background-color: rgba(255, 255, 255, 0.5019607843);
    border: 1px solid #C6C6C6;
    width: 100%;
    flex-direction: column;
    font-weight: 900;
    font-size: 1em;
  }
  .container-casas .stats .stats-casas-dias .bonos p {
    margin: 0px;
  }
  .container-casas .casas-botones {
    display: flex;
    width: 15%;
    gap: 10px;
    right: -6px;
    position: inherit;
    flex-direction: row-reverse;
  }
  .container-casas .casas-botones .btn-analisis-grey {
    margin-bottom: 0px;
  }
  .container-casas .casas-botones .btn-analisis-grey .contenedor-cta {
    background: #CFD8E5 !important;
    color: #242D52 !important;
    border: none !important;
    text-decoration: none !important;
  }
  .container-casas .casas-botones .jugar {
    width: 50%;
  }
  .container-casas .casas-botones .jugar .contenedor-cta {
    background-color: #242D52;
    color: white;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    height: 38px;
    width: 100%;
    border-radius: 0px;
  }
  .container-casas .casas-botones .jugar .contenedor-cta .arrow {
    position: absolute;
    right: 4px;
    top: 4px;
    padding: 0px 10px 0px 11px;
    border-radius: 50px;
    background-color: white;
    text-align: center;
    color: blue;
    margin: 0px 0px 0px 0px;
    max-height: 30px;
  }
  .container-casas .casas-botones .jugar .contenedor-cta .arrow svg {
    width: 7px;
    padding: 7px 1px 0px 3px;
  }
  .container-casas .casas-botones .jugar .contenedor-cta p {
    margin-bottom: unset !important;
    padding-top: 6px;
  }
  .container-casas .center-vertically {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
    width: 100%;
    gap: 0;
  }
  .container-casas .de {
    color: #8FA4C3;
    font-weight: 500 !important;
  }
}
@media (max-width: 600px) {
  h1 {
    width: fit-content !important;
    display: block !important;
  }
  .image-casas img {
    width: 40% !important;
  }
  .metodos-de-pago {
    gap: 15px;
  }
  .metodos-de-pago {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  form.form-newsletter-casino.form-large {
    padding: 15px 0px 0px 0px;
  }
  .form-large #email_form {
    width: 70% !important;
  }
}
.container-casas {
  margin-top: 10px;
}

.image-casas img {
  width: 70%;
}

.buttons-container-top-home {
  display: flex;
  flex-direction: row;
}
.buttons-container-top-home .col-btn {
  width: 25%;
}

@media (max-width: 600px) {
  .buttons-container-top-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .buttons-container-top-home .col-btn {
    width: 100%;
  }
  .buttons-container-top-home .col-btn .custom-button-container .button-gris {
    font-size: 1.2em;
    background-color: #E1E9F0;
  }
}
@media (max-width: 600px) {
  .info-box-home .tcb-flex-row {
    display: flex;
    flex-direction: row;
  }
  .info-box-home .tcb-flex-row .c-33 {
    width: 10% !important;
  }
  .info-box-home .tcb-flex-row .c-66 {
    max-width: 80% !important;
  }
  .info-box-home .tcb-flex-row .c-66 .tcb-col {
    max-width: 80% !important;
    margin-left: 10%;
  }
  .tcb-flex-col {
    padding-left: 10px !important;
  }
  .footer-widget-area .textwidget {
    margin: 20px;
    text-align: left;
  }
  .footer-widget-area .ast-builder-html-element {
    margin: 20px;
  }
  .footer-widget-area h2 {
    text-align: left;
    margin-left: 20px;
  }
  .footer-widget-area #media_image-11 {
    margin-left: 20px;
  }
  .center-mobile {
    text-align: center !important;
  }
  .center-mobile h1 {
    text-align: center !important;
  }
  .center-mobile h1 a {
    text-align: center !important;
  }
  .center-mobile h2 {
    text-align: center !important;
  }
  .center-mobile h2 a {
    text-align: center !important;
  }
  #ast-hf-mobile-menu li a {
    text-align: right !important;
    background: #ebf0f5 !important;
    font-weight: bold !important;
    color: #242d52 !important;
  }
  #ast-hf-mobile-menu li:last-child {
    border-bottom: solid 3px #242d52;
  }
  .ast-header-break-point .main-navigation .stack-on-mobile li {
    line-height: 29px !important;
  }
}
.tve_faq .tve_faqB:hover {
  cursor: pointer;
  color: #242d52;
}

.faq-footer .tve_faqB {
  background-color: #e1e7ef;
}
.faq-footer .tve_faqB .tve_faqB h4:hover {
  color: black !important;
}
.faq-footer .tve_faqI {
  background-color: #e1e7ef;
}

.footer-widget-area .textwidget {
  line-height: 26px;
}
.footer-widget-area .ast-builder-html-element {
  line-height: 26px;
}

.thrv_wrapper p {
  line-height: 26px !important;
}

.ast-breadcrumbs-wrapper .trail-items a {
  color: #405fd8;
  font-weight: bold;
}

.main-header-bar {
  border: none !important;
}

.title-archive-games {
  padding-bottom: 10px;
}

article {
  background: transparent !important;
}

.tve_pg_container {
  background: white;
  padding-bottom: 10px;
}

.thrv_post_grid .tve_post .tve-post-grid-text {
  padding: 0px 0 0;
}

.tve-post-grid-text {
  line-height: initial !important;
}

.proveedor {
  margin-left: 15px;
  width: 60px;
}

.posts-array {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tve_post_grid_image_wrapper {
  border-radius: 8px 8px 0px 0px;
}

.demobadge {
  position: absolute;
  background: #242D52;
  color: white;
  font-weight: 600;
  font-size: 12px;
  margin: 12px;
  border-radius: 50px;
  padding: 0px 10px 0px 10px;
}

#primary iframe {
  border-radius: 8px;
}

.splide__list {
  max-width: 1200px;
}

.tve_table thead .tve_table_row {
  background: #ffffff !important;
}

.tve_table_row:nth-child(even) {
  background-color: #ffffff !important;
}

.casino-widget-count {
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
  border-radius: 8px;
  background: white;
  display: flex;
  flex-direction: column;
}
.casino-widget-count .title-widget-casas {
  color: grey;
  font-size: x-large;
  white-space: nowrap;
  font-weight: 600 !important;
}
.casino-widget-count .container-count {
  display: flex;
}
.casino-widget-count .container-count a {
  display: contents !important;
}
.casino-widget-count .container-count .title-casa {
  width: 50%;
  margin-left: 30px;
  margin-top: 10px;
  font-weight: 800;
  line-height: 0.2;
  height: 20px;
}
.casino-widget-count .container-count .title-casa:first-child {
  padding-top: 10px;
}
.casino-widget-count .container-count .count {
  width: 50%;
  text-align: center;
  margin-top: 10px;
  line-height: 0.2;
  height: 20px;
}
.casino-widget-count .container-count .count:last-child {
  margin-bottom: 10px;
}
.casino-widget-count .country-flag {
  display: flex;
  max-height: 100px;
}
.casino-widget-count .country-flag img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

a .menu-link {
  letter-spacing: 0 !important;
}

.menu-link {
  letter-spacing: 0 !important;
}

.ast-breadcrumbs-wrapper a {
  color: #6c84df !important;
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.boldbold {
  font-weight: 900 !important;
}

.transparent .tve_table thead .tve_table_row {
  background: rgba(255, 255, 255, 0) !important;
}

.thrv_post_grid .tve_post_width_4 .tve_post_grid_image_wrapper {
  height: 150px !important;
}

.ast-breadcrumbs-wrapper .ast-breadcrumbs-inner span {
  text-transform: capitalize;
}

@media screen and (min-width: 800px) {
  #slider-categories-archive-games {
    min-width: 1100px !important;
    width: 1100px;
  }
}
#slider-categories-archive-games {
  min-width: 100%;
  width: 1100;
}

.rank-math-breadcrumb span {
  text-transform: capitalize;
}

.form-large .send-newsletter {
  right: 9px;
  height: 18px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: relative !important;
  border-top: solid 1px #f2f5f7;
  border-bottom: solid 1px #f2f5f7;
  border-right: solid 1px #f2f5f7;
}

.ast-post-format-.blog-layout-1.ast-no-date-box {
  margin: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --primary-color: #216cb1;
  --primary-black: black;
  --primary-red: #d30e00;
}

.textwidget, .ast-builder-html-element, .widget-title {
  padding: 10px !important;
}

.thrv_post_grid .tve_post .tve_post_grid_image_wrapper {
  background-position: top center;
}

.thrv_post_grid .tve_post_width_4 .tve_post_grid_image_wrapper {
  height: 150px;
}

.thrv_post_grid .tve_post .tve_post_grid_image_wrapper {
  background-size: cover !important;
}

.site-logo-img img {
  filter: hue-rotate(0deg) !important;
}

main#main {
  margin-bottom: 30px;
}

.table-widget-casinos tbody .head {
  background-color: var(--ast-global-color-0) !important;
}

.casino-button-container {
  background-color: black;
}

.container-home-body {
  overflow: visible;
}

.btn-tocasino {
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none !important;
  background: var(--primary-red);
  border: none;
  font-weight: 900;
}

.btn-tocasino:hover {
  background: white !important;
  color: var(--primary-red);
}

.type-juego {
  display: flex;
}

.wp-post-image {
  object-fit: cover;
  width: 100%;
}

.form-large #name_form {
  display: none;
}

.form-large .send-newsletter {
  height: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.form-large #email_form {
  height: 40px;
  background: #e7e7e7;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: none !important;
}

.form-large #email_form:focus-visible, .form-large #email:focus {
  border: none !important;
  outline: none;
}

@media (max-width: 600px) {
  input#email_form {
    width: 70%;
  }
  .casino-button-container .text2 {
    margin: 10px;
  }
  .casino-button-container .text1 {
    text-align: center;
    /* 		margin: 10px; */
    width: 100% !important;
  }
  .bonus-percentaje {
    font-size: 1.1em;
    font-weight: 700;
  }
  .stars-yellow, .stars-yellow div {
    font-size: 1.1em;
  }
  .btn-jugar-widget {
    padding: 6px 11px 5px;
  }
  /* 	.metodos-de-pago {
   grid-template-columns: repeat(4,1fr)!important;
   } */
  .casino-button-container a {
    flex-direction: column;
  }
  .casino-button-container figure {
    text-align: center;
    margin: auto !important;
  }
  .casino-button-container {
    justify-content: center;
  }
  .casino-button-container .text2 {
    margin: 5px;
  }
  /* 	ul.tve_clearfix li{
    width: auto!important;
   } */
  ul.tve_clearfix {
    width: 100% !important;
    display: flex;
  }
  .tve_scT > ul li {
    padding: 5px 1px 1px 5px !important;
  }
  .thrv_wrapper.thrv-tabbed-content div.tve_scT > ul li span {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.thrv_wrapper.thrv_text_element {
  min-height: auto !important;
}

#cards-home .tcb-col {
  justify-content: space-between;
}

.thrv_post_grid .tve_post .tve_post_grid_image_wrapper {
  background-size: 100% 100% !important;
}

.thrv_post_grid .tve_post_width_4 .tve_post_grid_image_wrapper {
  height: 150px !important;
}

.btn-pro {
  font-weight: 800;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-font-smoothing: antialiased;
}

#email {
  height: 1px;
}

input#email_form {
  width: 330px;
}

.tve_post_grid_image_wrapper {
  height: 100px !important;
}

.thrv_post_grid .tve_post .tve_pg_container {
  border: none;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
}

.ast-single-post .entry-title, .page-title {
  font-size: 30px;
  font-size: 2.5rem;
  font-weight: 900;
}

.entry-content h2 {
  font-size: 1.5rem;
  font-weight: 400;
}

.tve_scT > ul li {
  padding: 2px 27px;
}

.tve_scT > ul li.tve_tS {
  padding-bottom: 2px !important;
}

.tve_scT > ul li:hover {
  padding-bottom: 2px !important;
}

/* .tve_table thead .tve_table_row{
 background: var(--ast-global-color-0)!important;
} */
.tve_table {
  border-radius: 50px !important;
}

.tve_table thead h4 {
  color: white;
}

.tve_table_row:nth-child(odd) {
  background-color: #dbe7fb !important;
}

.tve_scT .tve_scTC {
  padding: 9px 6px;
}

.tve_scTC p {
  margin-bottom: 0px;
}

a.menu-link span {
  font-size: 0.9em;
}

@media (max-width: 600px) {
  .table-widget-casinos td {
    font-size: 10px;
  }
  /* 	.pj-home img{
    margin-right: -70%!important;
    width: 120px!important;
    margin-top: -195%!important;
    float: right!important;
   } */
  .metodos-de-pago {
    display: grid !important;
  }
}
.metodos-de-pago {
  display: flex;
}

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

.btn-primary .tcb-button-link {
  background-color: #0274be !important;
}

.tcb-with-icon:not(.tcb-flip) .tcb-button-texts {
  padding-left: 0px;
}

.stars-yellow, .stars-yellow div {
  font-size: 1.1em;
}

h3.payment-methods-h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.tr-head-pros-cel, .tr-head-contras-cel {
  text-align: left;
}

.table-contras-cel, .table-pros-cel {
  /* 	display: table-cell; */
  width: 50% !important;
}

.tr-pros-cel, .tr-contras-cel {
  display: grid;
}

.tables-container {
  display: flex;
}

@media (max-width: 600px) {
  .tables-container {
    display: inherit;
  }
  .table-contras-cel, .table-pros-cel {
    display: contents;
  }
  /* 	.table-pros{
    display: none;
   } */
  .tr-pros-cel, .tr-contras-cel {
    display: grid;
  }
  .tbody-contras-cel, .tbody-pros-cel {
    text-align: center;
  }
  .tr-head-pros-cel, .tr-head-contras-cel {
    text-align: center;
  }
  .btn-to-game-container {
    display: flex;
    align-items: center !important;
    flex-direction: column;
    align-content: center;
  }
}
.tr-head-contras-cel, .tr-head-pros-cel {
  background: var(--ast-global-color-0) !important;
  color: white;
}

.tbody-pros-cel tr:nth-child(odd), .tbody-contras-cel tr:nth-child(odd) {
  background-color: #dbe7fb !important;
}

table {
  border-width: 0px 0 0 0px;
}

.btn-to-game-container {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  align-content: flex-end;
}

.btn-to-casino-from-game {
  background: var(--ast-global-color-0) !important;
  color: white;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  width: max-content;
  margin: 0;
  margin-bottom: 10px;
}

.btn-to-casino-from-game:hover {
  color: white;
  font-weight: 900;
}

@media (max-width: 600px) {
  .form-large #email_form {
    width: 50%;
  }
  a.button-gris {
    width: 100% !important;
  }
  .custom-button-container {
    text-align: center !important;
    align-content: center !important;
    align-items: center !important;
    align-self: center !important;
  }
}
.ast-pagination .nav-links {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}

@media screen and (min-width: 800px) {
  #slider-categories-archive-games {
    min-width: 1100px !important;
    width: 1100px;
  }
}
#slider-categories-archive-games {
  min-width: 100%;
  width: 1100;
}

button, .tcb-button-text {
  font-family: "Roboto", sans-serif !important;
}

.tve_faq:hover h4 {
  color: #000 !important;
}

.tve_faq:hover .tve_toggle {
  background-image: url("/wp-content/plugins/thrive-visual-editor/editor/css/images/toggle_open.png");
}

.entry-content p {
  margin-bottom: 0em;
}

.casino-widget-count .container-count a {
  display: contents !important;
}

@media only screen and (max-width: 600px) {
  /*Make Header Sticky*/
  .df_fixed_header .site-header {
    position: fixed !important;
    top: 0;
    width: 100%;
  }
  /*Adjust Content Padding*/
  .df_fixed_header .site-content {
    padding-top: 170px;
  }
  .df_fixed_header .main-header-bar-wrap {
    background: #EFF4F8;
    border-bottom: solid 3px #0A2744;
  }
  .df_fixed_header .site-header {
    z-index: 10000;
  }
}
@media (min-width: 980px) {
  /*Stick the Off-Canvas Navigation Menu - Adjust Top Margin for your Layout*/
  .df_fixed_header .site-content .main-navigation {
    position: fixed;
    margin-top: 0px;
  }
}
@media (min-width: 767px) {
  /*Stick the Off-Canvas Navigation Menu - Adjust Top Margin for your Layout*/
  .df_fixed_header .site-content .main-navigation {
    position: fixed;
    margin-top: 60px;
  }
}
.btn-back-archive {
  padding-right: 10px;
  padding-bottom: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.display-horizontal .tcb-col {
  display: flex;
  flex-direction: row;
  place-content: flex-end;
  margin-right: 30px;
}
.display-horizontal .tcb-col .thrv-button.thrv_wrapper {
  padding: 0;
  margin: 0;
  margin-right: 5px;
}

@media (max-width: 600px) {
  .text-left-mobile {
    text-align: left !important;
  }
  .text-right-mobile {
    text-align: right !important;
  }
  .text-center-mobile {
    text-align: center !important;
  }
}/*# sourceMappingURL=style.css.map */