html {
  scroll-padding-top: 100px;
}

/*animations*/

/* fondo card internas en reviews */

/* only bono, only pago */

@keyframes card-review-anim {
  0% {
    background-size: 130% 130%;
    background-position: -20px 0;
  }
  20% {
    background-size: 150% 150%;
    background-position: -20px -60px;
  }
  100% {
    background-size: 130% 130%;
    background-position: -20px 0;
  }
}

/* analise */

@keyframes anim-card-review-analise {
  0% {
    background-size: 200% 200%;
  }
  50% {
    background-size: 100% 100%;
  }

  100% {
    background-size: 200% 200%;
  }
}

:root {
  --anim-card-review: card-review-anim 8s infinite cubic-bezier(1, 0, 0, 1);
  --anim-card-analise: anim-card-review-analise 4s infinite cubic-bezier(1, 0, 0, 1);
}

/***/

@media screen and (min-width: 768px) {
  .single-casa-de-aposta
    .header-page-general
    .header-template-casas-icoH1 {
    padding-bottom: 0;
  }
}

#header-casaDeAposta {
  background: linear-gradient(180deg, #1f1b3e 0%, rgba(0, 0, 1, 0) 100%),
    url(../../img/bg-pages/bg-casas-sd.jpg) center
      center / cover no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #header-casaDeAposta {
    background: linear-gradient(180deg, #1f1b3e 0%, rgba(0, 0, 1, 0) 100%),
    url(../../img/bg-pages/bg-casas.jpeg) center
      center / cover no-repeat;
    padding-top: 70px;
  }
}

#header-casaDeAposta .header-template-casas-icoH1 {
  padding-bottom: 20px;
}

#header-casaDeAposta h1 {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 30px;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  #header-casaDeAposta h1 {
    font-size: 42px;
  }
}

#header-casaDeAposta h1 .vcex-heading-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #header-casaDeAposta h1 .vcex-heading-inner {
    flex-direction: row;
  }
}

/*****
ficha card header
*/

.review-ficha-card-container {
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .review-ficha-card-container {
    gap: 0;
  }
}

/*contenido */

#review-contentInner .vc_section {
  padding: 0;
}

#contentReview-sectionHeader {
  background: linear-gradient(0deg, #373f42 0%, #171a1c 100%), var(--dark-green);
  background-blend-mode: color-dodge;
  border-radius: 10px;
  padding: 20px;
  margin: 0;
}

#contentReview-sectionHeader p {
  font-size: 18px;
  line-height: 28px;
}

#review-contentInner h2 {
  color: var(--light-purple-1);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 30px;
}

#review-contentInner .img-reviewInner {
  margin: 0 auto 30px;
}

#review-contentInner .img-adds {
  margin: 30px auto 0 auto;
}


#review-contentInner .review-innerNumeredList {
  margin-bottom: var(--padding-inner-sections);
}

#review-contentInner .review-innerNumeredList ol {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}

#review-contentInner .review-innerNumeredList li {
  position: relative;
  min-height: 35px;
  list-style-type: none;
  counter-increment: listNumbering;
  padding-left: 55px;
}

#review-contentInner .review-innerNumeredList li::before {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 0;
  content: counter(listNumbering);
  color: var(--text-color);
  border-radius: 50%;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light-purple-2);
  border: solid 5px var(--light-purple-2-50);
}

/* aside */
/* .review-asideInner {
  background: var(--dark-1);
  border-radius: 10px;
  margin-top: 40px;
  overflow: hidden;
  padding: 20px;
} */

/* #review-contentInner .wpex-js-sticky-wrap {
  top: 110px !important;
} */

/*menu lateral*/

div[typeMenu="menuLateralH2"] * {
  margin: 0;
  padding: 0;
}

div[typeMenu="menuLateralH2"] {
  margin-top: 30px;
}

div[typeMenu="menuLateralH2"] ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: scroll;
}

@media screen and (min-width: 768px) {
  div[typeMenu="menuLateralH2"] ul {
    flex-wrap: wrap;
    gap: 10px;
    overflow-x: hidden;
  }
}

div[typeMenu="menuLateralH2"] li {
  list-style-type: none;
  display: flex;
  padding: 8px 14px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--text-color);
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  div[typeMenu="menuLateralH2"] li {
    padding: 5px 9px;
    flex-shrink: 1;
  }
}

div[typeMenu="menuLateralH2"] li a {
  color: var(--text-color);
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  div[typeMenu="menuLateralH2"] li a {
    font-size: 13px;
  }
}

/*oculta ver mas en casas*/

#footer-reveal {
  z-index: 10;
  position: relative;
}

/* .review-aside .vcex-navbar-link {
  border: none;
  background: var(--green-acom);
  border-radius: 60px;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 20px 0;
}

.review-aside .vcex-navbar-link:hover {
  background: var(--light-purple-2);
} */



/*iconos*/

.fib {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}
.fi:before {
  content: "\00a0";
}
.fi.fis {
  width: 1em;
}
.fi-gb {
  background-image: url(../../svgs/icon-reviews/gb.svg);
}
.fi-es {
  background-image: url(../../svgs/icon-reviews/es.svg);
}
.fi-mt {
  background-image: url(../../svgs/icon-reviews/mt.svg);
}
.fi-gi {
  background-image: url(../../svgs/icon-reviews/gi.svg);
}
.fi-pt {
  background-image: url(../../svgs/icon-reviews/pt.svg);
}
.fi-im {
  background-image: url(../../svgs/icon-reviews/im.svg);
}
.fi-cw {
  background-image: url(../../svgs/icon-reviews/cw.svg);
}
.fi-br {
  background-image: url(../../svgs/icon-reviews/br.svg);
}
.fitIcon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 18px;
  line-height: 1;
}
.fitIcon:before {
  content: "\00a0";
}
.fitIcon-chat {
  background-image: url(../../svgs/icon-reviews/chat.svg);
}
.fitIcon-facebook {
  background-image: url(../../svgs/icon-reviews/facebook.svg);
}
.fitIcon-call {
  background-image: url(../../svgs/icon-reviews/call.svg);
}
.fitIcon-mail {
  background-image: url(../../svgs/icon-reviews/mail.svg);
}
.fitIcon-apple {
  background-image: url(../../svgs/icon-reviews/apple-2.svg);
}
.fitIcon-Gplay {
  background-image: url(../../svgs/icon-reviews/google-play-2.svg);
}
.fitIcon-online {
  background-image: url(../../svgs/icon-reviews/online.svg);
}
.fitIcon-bet {
  background-image: url(../../svgs/icon-reviews/bet.svg);
}
.fitIcon-smartphone {
  background-image: url(../../svgs/icon-reviews/smartphone.svg);
}

/* faq */

.faq-review.vcex-toggle-group {
  border-bottom: 1px solid var(--light-purple-2);
  border-radius: 5px;
  margin-top: var(--padding-inner-sections);
}

.faq-review .vcex-toggle:first-child {
  border-top: none;
}

.faq-review .vcex-toggle:last-child {
  border-bottom: none;
}

.faq-review .vcex-toggle {
  display: flex;
  width: 100%;
  padding: 0 15px;
  flex-direction: column;
  border-bottom: 1px solid var(--light-purple-2);
  background: var(--dark-50);
}

.faq-review.vcex-toggle-group :where(a, h3) {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
  margin: 0;
  padding: 0;
}

.faq-review .vcex-toggle__heading {
  padding: 15px;
}

.faq-review.vcex-toggle-group h3 {
  width: 100%;
  display: flex;
  gap: 20px;
}

.faq-review
  .vcex-toggle__heading
  :where(.vcex-toggle__icon-close, .vcex-toggle__icon-open)
  svg {
  fill: var(--light-purple-2);
}
.faq-review .vcex-toggle__content {
  padding: 15px;
  margin: 0;
}

.faq-review.vcex-toggle-group > .vcex-toggle--active {
  background: var(--dark-1);
}

.faq-review
  > .vcex-toggle--active
  .vcex-toggle__heading {
  border-bottom: 1px solid var(--dark-green);
}

/*****footer*****/

.local-menu-casas {
  z-index: 1;
}

.footer-reveal {
  z-index: 2;
}

/**** site scroll arriba de card footer en mobile*/

@media screen and (max-width: 782px) {
  #site-scroll-top {
    bottom: 100px;
    right: -10px;
  }
}
