.section-py {
  padding: 6.25rem 0;
}
@media (max-width: 1199.98px) {
  .section-py {
    padding: 3rem 0;
  }
}

#landingHero {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1; 
  opacity: 0.6;
  width: 100%;
}

.landing-hero {
  border-radius: 0 0 3.5rem 3.5rem;
  padding-top: 10.2rem;
}
.landing-hero::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-referencia {
  border-radius: 0 0 3.5rem 3.5rem;
  margin-top: -10px;
  margin-bottom: -10px;
  opacity: 100;
  z-index: 30;
}

@media (min-width: 992px) {
  .landing-hero .hero-text-box {
    max-width: 34.375rem;
    margin: 0 auto;
  }
}
.landing-hero .hero-title {
  background: #dba400;
  background-size: 200% auto;
  /* color: #444050; */
  background-clip: text;
  line-height: 1.2;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 2s ease-in-out infinite alternate;
}


.hero-title {
  font-family: 'tt-travels-next', 'sans-serif';
  letter-spacing: 0px;
}

.hero-sub-title {
  font-family:"tt-travels-next", sans-serif;
  letter-spacing: 0px;
}

.letras-snp-cabecera-home {
  font-weight: 900 !important;
  font-size: 2.60cqw !important;
  line-height: 3.15cqw;
  letter-spacing: 0px;
  color: #ffffff;
}

.subtitulo-home {
  font-weight: bold !important;
  font-size: 2.20cqw !important;
  line-height: 2.70cqw;
  color: #dba400;
  padding: 0px; 
  padding-right: 10cqw;
}

.texto-jugadores-home {
  font-weight: bold !important;
  font-size: 1.30cqw !important;
  line-height: 2cqw;
  color: #dba400;
  padding: 0px; 
  padding-right: 12cqw;
}

.texto-home {
  font-weight: bold !important;
  line-height: 2.10cqw !important;
  font-size: 1.55cqw !important;
  padding: 0px;
  padding-right: 8cqw;
}

.logo-home-snp {
  width: clamp(150px, 20cqw, 430px); 
  height: auto;                       
  /* display: block; */
  margin-left: 0;                    
  text-align: start;
}

.landing-hero .landing-hero-btn .hero-btn-item {
  inset-inline-start: -86%;
  top: 80%;
}
.landing-hero .hero-animation-img {
  margin-bottom: -32rem;
}
@media (max-width: 1199.98px) {
  .landing-hero .hero-animation-img {
    margin-bottom: -20rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero .hero-animation-img {
    margin-bottom: -10rem;
  }
}
.landing-hero .hero-animation-img .hero-dashboard-img {
  width: 80%;
  height: 100vh !important;
  margin: 0 auto;
  will-change: transform;
  transform-style: preserve-3d;
  transition: all 0.1s;
}
.landing-hero .hero-animation-img .hero-dashboard-img img {
  width: 100%;
}

.landing-hero-blank {
  padding-top: 26rem;
}
@media (max-width: 1199.98px) {
  .landing-hero-blank {
    padding-top: 15rem;
  }
}
@media (max-width: 575.98px) {
  .landing-hero-blank {
    padding-top: 7rem;
  }
}

@keyframes shine {
  0% {
    background-position: 0% 50%;
  }
  80% {
    background-position: 50% 90%;
  }
  100% {
    background-position: 91% 100%;
  }
}
.landing-features .features-icon-wrapper .features-icon-box .features-icon-description {
  max-width: 19.25rem;
  margin: 0 auto;
}

.landing-reviews {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}
.landing-reviews .landing-reviews-btns .reviews-btn {
  padding: 0.45rem;
}
.landing-reviews .swiper-reviews-carousel .swiper-button-prev,
.landing-reviews .swiper-reviews-carousel .swiper-button-next {
  display: none;
}
.landing-reviews .swiper-reviews-carousel .swiper-slide {
  height: auto;
  padding: 0.8125rem;
}
.landing-reviews .swiper-reviews-carousel .client-logo {
  height: 1.375rem;
  object-fit: contain;
}
.landing-reviews .swiper-logo-carousel .swiper {
  max-width: 45rem;
}
.landing-reviews .swiper-logo-carousel .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.landing-reviews .swiper-logo-carousel .swiper .client-logo {
  max-height: 2.5rem;
  max-width: 95%;
  object-fit: contain;
}

.landing-pricing .card,
.landing-pricing .card  {
  border-radius: 1.25rem;
}
.landing-pricing .card .card-body {
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.landing-team .team-image-box {
  height: 11.5625rem;
}
.landing-team .team-image-box .card-img-position {
  height: 15rem;
  transform: translateX(-50%);
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .landing-team .team-image-box .card-img-position {
    height: 13rem;
  }
}
@media (max-width: 575.98px) {
  .landing-team .team-image-box {
    height: 11rem;
  }
}
.landing-pricing .card .team-media-icons i {
  transition: all 0.2s ease-in-out;
}

.landing-pricing {
  border-radius: 3.75rem;
}
.landing-pricing .pricing-plans-item {
  inset-inline-end: -56%;
  bottom: -0.5rem;
}
@media (max-width: 767.98px) {
  .landing-pricing .pricing-plans-item {
    inset-inline-end: 0;
    bottom: 1rem;
  }
}
.landing-pricing .pricing-list .badge.badge-center {
  width: 1rem;
  height: 1rem;
}
.landing-pricing .pricing-list .badge.badge-center i {
  margin-top: -3px;
}
.landing-pricing .price-yearly-toggle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.landing-pricing .card .card-header,
.landing-pricing .card .card-body {
  padding: 1rem;
  padding-top: 3rem;
}

.landing-faq {
  border-radius: 3.75rem;
}
.landing-faq .faq-image {
  max-width: 20rem;
  width: 80%;
}

.landing-cta .cta-title {
  font-size: 2.125rem;
}
@media (max-width: 767.98px) {
  .landing-cta .cta-title {
    font-size: 1.8rem;
  }
}

.landing-contact .text-heading {
  overflow-wrap: anywhere;
}
.landing-contact .contact-img-box,
.landing-contact .contact-img-box .contact-img {
  border-radius: 3.75rem 0.375rem 0.375rem 0.375rem;
}
.landing-contact .contact-img-box .contact-border-img {
  inset-block-start: -2.5rem;
  inset-inline-start: -2.8125rem;
}

.light-style .landing-hero {
  background: linear-gradient(138.18deg, #eae8fd 0%, #fce5e6 94.44%);
}
.light-style .landing-hero::after {
  background-color: #fff;
}

.dark-style .landing-hero {
  background: #1e2130;
}
.dark-style .landing-hero::after {
  background-color: #2f3349;
}

[dir=rtl] .landing-team .team-image-box .card-img-position {
  transform: translateX(50%) !important;
}
[dir=rtl] .landing-pricing .switch .switch-label {
  padding-right: 0;
}
[dir=rtl] .landing-pricing .switch .switch-label:first-child {
  padding-left: 0.5rem;
}
[dir=rtl] .landing-pricing .switch .switch-input ~ .switch-label {
  padding-right: 3rem;
}
[dir=rtl] .landing-contact .contact-img-box {
  border-radius: 0.375rem 3.75rem 0.375rem 0.375rem;
}
[dir=rtl] .landing-contact .contact-img-box::before {
  inset-block-start: -1.875rem;
  inset-inline-start: -3.125rem;
  transform: rotate(90deg);
}

.btn-primary {
  color: black !important;
  font-weight: bold !important;
}

#landingHero .container {
  position: relative;
  z-index: 2;
}

.container-home-cabecera {
  padding-left: 4% !important;
  padding-right: 4% !important;
  padding-top: 3% !important;
  margin-bottom: 6% !important;

}

.img-cabecera-jugadores {
  margin-top: 1.75cqw;
  width: 100%;
  height: auto;
}

.color-primary {
  color: #dba400 !important;
}

.text-public-sans {
  font-family: 'Public Sans', sans-serif;
  font-size: 30px;
}

.icon-referencia {
  font-size: 30px;
  margin-top: 5px;
}

.row-ranked {
  display: flex;
  align-items: start; 
  gap: 10px;
  margin-bottom: 18px; 
}

.text-referencia {
  flex: 1;
  line-height: 2.10cqw;
  font-size: 1.55cqw !important;
  /* padding-right: 40%; */
}

.portada_video {
  width: 90%;
  height: auto;
  margin-left: 10% ;
  margin-top: 5%;
}

.background-oscuro {
  background-color: #131629 !important; 
}

#landingReviews .container{
  padding-bottom: 8%;
}

.team-image-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

.vive-galaxy-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-title { 
  font-family: 'tt-travels-next', sans-serif;
  line-height: 2cqw; 
  letter-spacing: 0px;
  color: #dba400;
  font-size: 1.45cqw;
  font-weight: bolder;
}

.text-card {
  font-family: 'Public Sans', sans-serif;
  margin-top: 25px;
  font-size: 20px;
  line-height: 28px; 
}

.card-body {
  flex-direction: column; 
  display: flex;
  height: 100% !important;
  min-height: 295px !important;
  background-color: #1B2036 !important;
  padding: 28px !important;
}

.galeria-img {
  width: 100%;
  height: 100%;
  display: block;
}

.comunidad-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 1.25rem !important;
}

.card-comunidad {
  background-color: #131629 !important;
  border-radius: 1.25rem !important;
  height: 100%;
}

.tarjetas-comunidad {
  margin-top: 5%;
}

.logo-competicion-card {
  margin-top: 15%;
  width: 65%;
  height: auto;
  object-fit: contain;
}

.btn-more-info {
  background-color: transparent;
  border: 2px solid #dba400;
  color: #dba400;
  font-weight: bold;
  padding: 0rem 1rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
  margin-top: 5%;
}

.btn-more-info a {
  color: #dba400 !important;
}

.btn-more-info :hover {
  background-color: #dba400;
  color: white;
}

.text-card-competicion-right {
  margin: 10% !important;
}

.text-card-competicion-left {
  margin-left: 10% !important;
}

.card-club {
  border-radius: 2rem;
  border: 2px solid #28C76F;
}

.card-marcas {
  border-radius: 2rem;
  border: 2px solid #00BAD1;
}

.card-partners {
  border-radius: 2rem;
  border: 2px solid #FF9F43;
}

.card-jugadores {
  border-radius: 2rem;
  border: 2px solid #7367F0;
}

.icons-img {
  margin-top: 20px;
  width: 120px;
  height: auto;
  object-fit: contain; 
}


.texto-universo {
  font-family: 'Public Sans', sans-serif;
  font-size: 0.95cqw;
}

#landingFAQ .row > div {
  display: flex;
}

.card-universo {
  width: 100%;
  padding: 55px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.div-texto-universo {
  padding: 15px;
  padding-left: 10%;
  padding-right: 10%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.row-jugadores {
  margin-top: 1rem !important;
}

.texto-subtitle-comunidad {
  font-family: 'tt-travels-next', sans-serif;
  font-size: 1.50cqw;
  font-weight: bold;
  line-height: 1.95cqw;
}

.recuento-comunidad{
  font-size: 20px;
  line-height: 28px;
}

.img-ranked {
  width: 100%;
  /* position: relative; */
  /* margin-left: 5cqw; */
}

#btn-snp-masinfo {
  margin-top: 2rem;
  border: 1px solid #dba400 !important;
  padding: 0.75rem 2rem !important;
}

.texto-cabecera-section {
  font-size: 2.25cqw !important;
  font-weight: bold !important;
}

.texto-cabecera-referencia {
  font-size: 35px !important;
  font-style: italic !important;
}

.texto-end-referencia {
  font-size: 35px !important;
  line-height: 43px;
}

.texto-titulo-competicion {
  font-size: 1.85cqw !important;
  line-height: 2.35cqw !important;
  font-weight: bolder !important;
}

/* .card-body {
  height: 380px !important;
  padding: 28px!important;
} */

.cabecera-landing {
  padding-top: 10vh !important;
  min-height: 97vh !important;
}

.texto-menu-home {
  font-size: 13px !important;
  letter-spacing: 0px;
}

.texto-cabecera-social {
  position: relative !important;
  font-size: 1.85cqw !important;
  line-height: 2.35cqw;
  font-weight: bold;
}

.subtexto-cabecera-social {
  font-size: 1.85cqw !important;
  font-weight: bold;
  margin-top: 0px !important;
  line-height: 2.35cqw;
}

.btn-acceder-ranked {
  font-size: 19px !important;
  font-weight: normal !important;
}

.indicador-scroll {
  position: sticky;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}

.texto-cabecera-ranked {
  margin-bottom: 5% !important;
}

.dropdown-language-home .menu-icon.fi{
    height: 20px;
    width: 20px;
    border: 1px solid #cfcde4;
    border-radius: 20px;
}

.navbar-nav > li.dropdown {
  height: 40px !important;
}

.text-left-footer {
  font-size: 14px;
}

.text-right-footer {
  font-size: 14px;
}


/* Para móviles */
@media screen and (max-width: 575.98px) {



  .subtexto-cabecera-social {
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 0px !important;
    line-height: 34px;
  }

  .subtitulo-home {
    font-weight: bold !important;
    font-size: 3.70cqw !important;
    line-height: 36px;
    color: #dba400;
    padding: 0px; 
  }

  .texto-cabecera-social {
    font-size: 30px !important;
    line-height: 45px !important;
    margin-top: 40px;
  }

  .cada-partido-cuenta {
    font-size: 24px !important;
    margin-top: 5px;
  }

  .cabecera-landing {
    padding-top: 5rem !important;
    min-height: 100vh !important;
  }

  .row-jugadores {
    margin-top: 3rem !important;
  }

  .hero-sub-title {
    font-size: 16px !important;
    line-height: 1;
    padding: 0px !important; 
    margin: 0px !important;
  }

  .img-cabecera-jugadores {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 55%;
    align-self: center;
  }

  .section-referencia {
    padding-top: 3rem;
  }

  .row-ranked {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 18px; 
  }

  .row-ranked i{
    margin-top: 5px;
  }

  .hero-title {
    line-height: 34px;
    font-size: 24px;
  }



  .card-body {
    height: auto !important;
    padding: 30px!important;
  }

  .card {
    width: 90%;
    margin-left: 5%;
  }

  .card-title {
    font-size: 6.5cqw !important;
    line-height: 9cqw;
  }

  .texto-subtitle-comunidad {
    font-family: 'TT-travels-next', sans-serif;
    font-size: 24px !important;
    line-height: 34px;
    padding: 5px 10px;
  }

  .logo-competicion-card {
    align-items:center;
    width: 100%;
  }
  
  .card-comunidad {
    width: 100%;
    margin-left: 0px !important;
    padding: 0px !important;
  }

  .text-card-competicion {
    margin: 1% !important;
  }

  .footer-bottom {
    font-size: 11px;
  }

  .container-referencia {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .text-referencia {
    font-size: 16px !important;
    padding: 1% !important;
    line-height: 22px !important;
  }

  .row-ranked i{
    margin-top: 0px;

  }

  .container-text-ranked {
    padding: 0px 15px;
    font-size: 16px !important;
    line-height: 22px;
  }

  .texto-cabecera-section {
    font-size: 26px !important;
    padding: 5px 8px !important;
    line-height: 45px;
    margin-bottom: 1rem;
  }

  .segundo-row-cards-universo {
    margin-top: 2rem !important;
  }                                                                             

  .logo-home-snp  {
    width: 50%;
    height: auto;
  }

  .letras-snp-cabecera-home {
    font-size: 24px !important; 
    font-weight: 900 !important;
  }

  .texto-home {
    font-weight: bold !important;
    font-size: 3cqw !important;
    line-height: 30px !important;
  }
  
  .container-home-cabecera {
    padding: 0px !important;
  }

  .texto-cabecera-referencia {
    font-size: 28px !important;
    line-height: 38px;
  }

  .texto-end-referencia {
    font-size: 24px !important;
    line-height: 34px;
    font-weight: bolder;
  }

  .portada_video {
    width: 100%;
    height: auto;
    margin-left: 0px !important;
  }

  .texto-titulo-competicion {
    font-size: 28px !important;
    line-height: 36px !important;
    font-weight: bolder !important;
  }

  .texto-universo {
    font-family: 'Public Sans', sans-serif;
    font-size: 20px;
  }

  .text-final-vive {
    font-weight: lighter;
    font-size: 35px;
    line-height: 45px;
  }

  .texto-jugadores-home {
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 24px;
    color: #dba400;
    padding: 0px; 
  }

  .div-texto-universo {
    padding: 15px 0px 0px 0px;
    margin: 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .container-gallery .col-lg-4:nth-child(n+6) {
    display: none;
  }

  .text-left-footer {
    font-size: 12px;
  }

  .text-right-footer {
    font-size: 12px;
  }
}