:root {
  --spacing: 16px;
}

h2 {
  color: var(--color-text-white);
  margin-bottom: 40px;
  text-align: center;
}
.landing-head{
  background: url("../images/landing/fondo.png");
  background-repeat: no-repeat;
  background-size: contain;
}

  #main-banner .row {
    flex-direction: row-reverse;
  }

  .main-banner__buttons {
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-direction: row;
  }
  .main-banner-container{
    position: relative;
    height: 80vh;
  }
.main-banner__image-container {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 35%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background-color: #0D0F12;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 5px #00000080;
}
  .main-banner__content {
    width: 65%;
    height: auto;
    position: absolute;
    top: 60%;
    left: 70%;
  transform: translate(-50%, -50%);
    padding-block: 80px;
    padding-inline: 100px;
  border-radius: 20px;
    background-color: #08090B;
    z-index: 120;
  }

  .main-banner__heading {
    font-weight: 700;
    font-size: 30px !important;
  }

  .main-banner__description {
    font-size: 20px;
    font-weight: 400;
  }

  .main-banner__buttons .btn--secondary {
    padding-right: 64px;
  }
  .main-banner__buttons a{
    width: 50% !important;
  }
@media screen and (max-width: 991px) {
  
.main-banner__image-container {
  width: 500px;
  height: 300px;
  position: absolute;
}
  .main-banner__content {
    width: 75%;
    height: auto;
    position: absolute;
    top: 60%;
    left: 65%;
    padding-block: 40px;
    padding-inline: 80px;
  }
  .main-banner__heading {
    font-weight: 700;
    font-size: 20px !important;
  }
  .main-banner__buttons a{
    width: 75% !important;
  }
}
@media(max-width: 768px) {
  .main-banner__image-container {
    height: 250px;
    overflow-y: hidden;
    margin-top: 30px;
  }
  
.main-banner-container{
  height: 60vh;
}
.landing-head{
  background: url("../images/landing/fondom1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.main-banner__image-container {
  width: 400px;
  height: 300px;
  top: 25%;
  left: 40%;
}
  .main-banner__content {
    width: 75%;
    height: auto;
    position: absolute;
    top: 60%;
    left: 55%;
    padding-block: 20px;
    padding-inline: 20px;
  }
  .main-banner__heading {
    font-weight: 700;
    font-size: 12px !important;
  }
  .main-banner__buttons a{
    margin: auto;
    width: 75% !important;
  }
}
@media screen and (max-width: 480px) {
  
.main-banner__image-container {
  width: 350px;
  height: 250px;
  top: 25%;
  left: 45%;
}
  .main-banner__content {
    width: 85%;
    height: auto;
    position: absolute;
    top: 60%;
    left: 50%;
    padding-inline: 5px;
  }
  .main-banner__description{
    width: 100%;
  }
}
.main-banner__image{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.start-liberty{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.start-liberty-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.start-liberty-item img{
  width: 250px;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #29C480;
}
.start-liberty-item p{
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-top: 15px;
}
.arrow-img{
  margin-bottom: 75px;
  width: 180px;
  height: 180px;
}

@media screen and (max-width: 1199px) {
  
.start-liberty-item img{
  width: 200px;
  height: 200px;
}
.arrow-img{
  margin-bottom: 50px;
  width: 130px;
  height: 130px;
}
}

@media screen and (max-width: 991px) {
  
  .start-liberty{
    gap: 0px;
  }
  .start-liberty-item img{
    width: 150px;
    height: 150px;
  }
  .arrow-img{
    margin-bottom: 50px;
    width: 110px;
    height: 110px;
  }
  }

@media screen and (max-width: 767px) {
  
.start-liberty{
  gap: 0px;
  margin-top: 15%;
}
.start-liberty-item img{
  width: 100px;
  height: 100px;
}
.start-liberty-item p{
  font-size: 12px;
  color: #fff;
}
.arrow-img{
  margin-bottom: 50px;
  width: 30px;
  height: 30px;
}
}
@media screen and (max-width: 480px) {
.arrow-img{
  margin-bottom: 50px;
}
}
.main-banner__heading {
  font-size: 35px;
  font-weight: bolder;
  margin-bottom: var(--spacing);
}

.main-banner__description {
  width: 80%;
  font-size: 18px;
  color: #ababab;
  font-family: var(--font-secondary);
  margin-bottom: var(--spacing);
}
.main-banner__buttons {
  font-size: 18px;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: var(--spacing);
  align-items: center;
  margin-top: 20px;
}
.main-banner__buttons a{
  width: 100%;
}

.main-banner__buttons .btn--primary {
  font-size: 18px;
}

.main-banner__buttons .btn--secondary {
  position: relative;
  font-size: 18px;
  padding-right: 56px;
}

.main-banner__buttons .icon-play {
  --btn-padding: 5px;
  height: calc(100% - var(--btn-padding) * 2);
  top: 50%;
  right: var(--btn-padding);
  transform: translateY(-50%);
  position: absolute;
}
.sub-cont-img{
  padding-top: 5%;
  width: 100%;
  justify-content: center;
}


.greenTxt{
  color: #69FF22;
  font-weight: 800;
}
.blackTxt{
  color: #000;
  font-weight: 800;
}
.whiteTxt{
  color: #fff;
  font-weight: 800;
}
.green-img{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}
.liber-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

/*PARTNERS SECTION */

.partners__banner{
  border-radius: 30px;
  width: 100%;background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,1) 40%, rgba(15,55,30,1) 100%);
}
.partners__card{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 5%;
  padding-bottom: 5%;
  border-radius: 20px ;
}
.partners__cont__1{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  padding-bottom: 5%;
  padding-left: 5%;
}
.partners__sub__cont__1{
  width: 33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.partners__sub__cont__1 p{
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.partners__sub__cont__1 h4{
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 5%;
}

.partners__sub__cont__2{
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.partners__sub__cont__2 img{
  width: 200px;
  height: 200px;
}

.partners__sub__cont__3{
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.partners__btn__cont{
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.partners__btn__cont h5{
  color: #fff;
  font-weight: 900;
  font-size: 30px;
}
.partners__data{
  width: 100%;
}
.partners__h4{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 900;
}
.partners__data__info{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.partners__item{
  position: relative;
  width: 250px;
  padding: 90px 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 5px solid #22974F;
  border-radius: 20px;
  text-align: center;
  margin-top: 5%;
}
.partners__item img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners__item h5{
  padding-bottom: 15%;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  
.partners__cont__1{
  flex-direction: column;
  padding-left: 0;
}
.partners__sub__cont__1{
  width: 100%;
  text-align: center;
}
.partners__sub__cont__2{
  width: 100%;
}
.partners__sub__cont__3{
  width: 100%;
}
.partners__item__mobile{
  position: relative;
  width: 100%;
  padding: 60px 15px 15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 5px solid #22974F;
  border-radius: 20px;
  text-align: center;
  margin-top: 20%;
}
.partners__item__mobile img{
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners__item__mobile h5{
  font-size: 20px;
  padding-bottom: 5%;
  font-weight: 900;
}
.partners__item__mobile p{
  font-size: 14px;
  font-weight: 700;
}
}
@media screen and (max-width: 767px) {
  
.partners__banner{
  padding-bottom: 100px;
}
.partners__h4{
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
}
.landing-btn{
  background-color: #0D0F12;
  color: #29C480;
  font-size: 20px;
  border: 2px solid #29C480;
  font-weight: 800;
  border-radius: 20px;
}
.landing-btn:hover{
  background-color: #49DC81;
  color: #000;
  border: 2px solid #29C480;
  font-weight: 800;
}
.partners__form input{
  padding: 15px 45px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: none;
}
.partners__form input::placeholder{
  color: #000;
}
.partners__form button{
  padding: 25px;
  border: none;
  border-radius: 20px ;
}
.partners__info2{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 5%;
}
.partners__info2 h5{
  width: 60%;
  text-align: center;
  color: #000;
  font-weight: 900;
  font-size: 30px;
  padding-top: 2%;
  padding-bottom: 2%;
}
.slidermob{
  display: none;
}
.texto{
  color: #fff;
}
#steps-section{
  background-color: #08090B !important;
  border-radius: 20px;
  padding: 80px;
  margin-top: 5%;
}
#steps-section h2{
  color: #fff;
}
.cardsweb{
  display: flex;
}
@media screen and (max-width: 1199px){
  .partner__card__img{
  width: 400px;
}
}

@media screen and (max-width: 991px) {
  .green-img img{
    width: 250px;
  }
  .liber-img{
    display: none;
  }
  .liber-img2{
    display: none;
  }
  .partners__card{
    flex-direction: column;
  }
  .partners__data__info{
    display: none;
  }
  .partners__info{
    width: 80%;
  }
  .partners__item img{
    width: 80px;
  }
  .partners__info2 img{
    display: none;
  }
  .partners__btn__cont h5{
    font-size: 20px;
    margin-block: 50px;
  }
  .partners__info2 h5{
    width: 90%;
  }
  .slidermob{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cardsweb{
    display: none;
  }
  .partners__sub__cont__1 p{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .green-img img{
    width: 150px;
  }
  .greenTittle{
    font-size: 35px;
  }
  .partners__sub__cont__1 h4{
    font-size: 24px;
    margin-bottom: 20px;
  }
  #steps-section{
    width: 100%;
    background-color: #08090B !important;
    border-radius: 20px;
    padding: 60px 20px 120px 20px;
    margin-top: 0.3rem;
  }
  #steps-section h2{
    width: 80%;
    font-size: 14px;
    color: #fff;
    margin: auto;
    font-weight: 900;
    width: 200px;
    line-height: normal;
  }
  .partners__data h4{
    display: none;
  }
  .partners__sub__cont__1 {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .partners__data__info{
    margin-top: 10%;
  }
  .partners__item{
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 60px 15px 15px 15px;
  }
  .partners__item p{
    font-size: 14px;
  }
  .partners__item h5{
    padding-bottom: 15%;
    font-weight: 900;
  }
  .partners__info2 h5{
    display: none;
  }
  .main-banner__content h1 {
    font-size: 18px;
    text-align: center;
    line-height: normal;
  }
  .main-banner__content p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
  }
}
@media (min-width: 992px) {
  :root {
    --spacing: 30px;
  }
}
@media screen and (max-width:480px) {
  .partner__card__img{
    width: 300px;
  }
  .partners__form input{
    padding: 15px 25px;
  }
  .partners__info2 h5{
    font-size: 18px;
  }
  .partners__btn__cont{
    display: flex;
    flex-direction: column;
  }
}

/* THREE CARDS SECTION */
#three-cards{
  margin-bottom: 15%;
}
#three-cards h2 {
  margin-bottom: 100px;
  font-size: 30px;
  font-weight: 800;
}
.cardInfoStyle{
  background-color: #0D0F12;
  border-radius: 20px;
}
#three-cards .row {
  gap: 64px;
}

.three-cards__card {
  color: var(--color-text-white);
  padding-inline: 20px;
}

.three-cards__card img {
  width: 100%;
  margin-bottom: 20px;
}

.three-cards__card__heading {
  margin-bottom: 23px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.three-cards__card__description {
  font-family: var(--font-secondary);
  text-align: center;
  color: #efefef;
  margin-bottom: 45px;
  line-height: 1.7em;
}

.three-cards__card__anchor {
  color: var(--color-white);
  font-family: var(--font-secondary);
  text-align: center;
  display: block;
}

.three-cards__card.active {
  background-color: var(--color-gray);
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 20px;
  box-shadow: 0px 4px 58px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) {
  #three-cards .row {
    gap: 0;
  }

  .three-cards__card {
    padding: 77px 47px;
  }

  #three-cards h2 {
    font-size: 40px;
  }
}

/* COIN STACK SECTION */
.coin-stack__card {
  background-color: var(--color-gray);
  padding: 40px 12px;
  border-radius: 20px;
}

.coin-stack__image-container {
  background: var(--gradient-primary);
  border-radius: 20px;
  padding-inline: 20px;
  margin-top: 30px;
  margin-bottom: 80px;
}

.coin-stack__image {
  width: 100%;
  border-radius: 20px;
  margin-top: -30px;
  margin-bottom: -30px;
}

.coin-stack__content {
  padding-inline: 18px;
}

.coin-stack__heading {
  text-align: left;
  margin-bottom: 25px;
}

.coin-stack__description {
  color: var(--color-text-white);
  margin-bottom: 50px;
  font-family: var(--font-secondary);
}

.coin-stack__details {
  display: flex;
  gap: 20px;
}

.coin-stack__details__image-container {
  background: var(--gradient-primary);
  border-radius: 20px;
  padding: 20px;
}

.coin-stack__details__image {
  width: 58px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.coin-stack__details__content {
  color: var(--color-text-white);
}

.coin-stack__details__content h3 {
  margin-bottom: 10px;
}

.coin-stack__details__content p {
  font-family: var(--font-secondary);
}

@media (min-width: 992px) {
  #coin-stack-section {
    max-width: 100vw;
    overflow: hidden;
  }

  .coin-stack__card {
    display: flex;
    flex-direction: row-reverse;
    background-color: transparent;
    position: relative;
    align-items: center;
  }

  .coin-stack__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: var(--color-gray);
    height: 100%;
    width: 50%;
    z-index: -2;
  }

  .coin-stack__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 70%;
    border-radius: 20px;
    background: var(--gradient-primary);
    height: 100%;
    width: 50%;
    z-index: -2;
  }

  .coin-stack__image-container {
    width: 60%;
    background: none;
  }

  .coin-stack__content {
    width: 40%;
  }

  .coin-stack__image-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/* STEPS SECTION */
#steps-section {
  background-color: var(--color-background);
}

.steps-section__buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 60px;
  padding: 0 40px;
}

.steps-section__slides {
  margin-bottom: 60px;
  padding: 0 40px;
}

.steps-section__slide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.steps-section__slide.active {
  display: flex;
  opacity: 1;
}

.steps-section__slide__heading {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  color: var(--color-text-white);
}

.steps-section__slide__icon {
  width: 90px;
  padding: 20px;
  background-color: var(--color-gray);
  border-radius: 20px;
}

.steps-section__slide__description {
  color: #a6a6a6;
  font-family: var(--font-secondary);
  margin-bottom: 20px;
}

.steps-section__slide__image {
  width: 100%;
}

@media (min-width: 992px) {
  #steps-section h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  .steps-section__buttons {
    flex-direction: row;
  }

  .steps-section__buttons .btn {
    flex-grow: calc(1 / 3);
  }

  .steps-section__slide__content {
    padding-right: 40px;
  }

  .steps-section__slide__heading h3 {
    font-size: 30px;
  }

  .steps-section__slide__description {
    font-size: 18px;
  }
}

/* TESTIMONIAL SECTION */
#testimonial {
  background: var(--gradient-primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial__tag {
  background-color: var(--color-background);
  color: var(--color-text-white);
  font-size: 18px;
  width: max-content;
  border-radius: 1000px;
  padding: 18px 34px;
  margin-inline: auto;
  margin-bottom: 25px;
}

#testimonial h2 {
  color: var(--color-text-black);
}

.testimonial__quote {
  display: block;
  margin-inline: auto;
  margin-bottom: 20px;
  width: 22px;
}

.testimonial__description {
  font-family: var(--font-secondary);
  text-align: center;
  font-style: italic;
  line-height: 1.56em;
  margin-bottom: 30px;
}

.testimonial__user {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.testimonial__user__image {
  border-radius: 1000px;
}

.testimonial__user__stars {
  display: flex;
  gap: 5px;
}

.testimonial__user__category {
  font-family: var(--font-secondary);
}

@media (min-width: 992px) {
  #testimonial {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .testimonial__description {
    max-width: 1050px;
    margin-inline: auto;
    line-height: 1.65em;
    font-size: 22px;
  }

  .testimonial__quote {
    width: 44px;
  }
}

/* PRICING SECTION */
#pricing {
  color: var(--color-text-white);
  padding-top: 50px;
  padding-bottom: 100px;
}

.pricing__main-content {
  padding-inline: 20px;
}

.pricing__tag {
  background-color: var(--color-gray);
  width: max-content;
  border-radius: 1000px;
  padding: 13px 60px;
  margin-bottom: 30px;
}

.pricing__tag__content {
  background: linear-gradient(
    89.92deg,
    #29c480 0.05%,
    #40cd76 0.06%,
    #79e35c 98.41%,
    #7ee45a 98.42%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.pricing__main-content h2 {
  text-align: left;
  margin-bottom: 30px;
}

.pricing__description {
  font-family: var(--font-secondary);
  opacity: 0.8;
  margin-bottom: 45px;
}
.planes__titulo{
  color: #fff;
  font-weight: 900;
  text-align: left;
  font-size: 30px;
}
.planes__titulo__mobile{
  display: none;
}
@media screen and (max-width: 991px) {
  #pricing {
    padding-top: 0px;
    padding-bottom: 130px;
  }
  
.planes__titulo{
  display: none;
}
.planes__titulo__mobile{
  display: flex;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  padding: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  background-color: #0E1013;
}
}
@media screen and (max-width: 768px) {
  .planes__titulo__mobile {
    font-size: 14px !important;
    padding: 30.6px 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #pricing {
    display: none;
  }
}
/*-----------Primera card --------------*/

.pricing__card__1 {
  background-color: #0C0E10;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 60px;
  height: 500px;
  display: flex;
  flex-direction: row;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.plan__1__cont__1{
  padding: 30px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.plan__1__subcont__1 h3{
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  color: #29C480;
}
.plan__1__subcont__1 p{
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.plan__1__cont__1 img{
  margin: auto;
  width: 182px;
  height: 167px;
}
@media(max-width: 768px){
  .plan__1__subcont__1 h3 {
    font-size: 14px;
    font-weight: 900;
  }
}
@media(max-width: 768px){
  .plan__1__subcont__1 p {
    font-size: 12px;
    margin-top: 1rem;
  }
}


@media screen and (max-width: 1199px) {
  
.plan__1__cont__1{
  padding: 30px 10px;
}
}
@media screen and (max-width: 991px) {

.testimonials-item{
  background: transparent;
}
}
@media screen and (max-width: 767px) {
  .planes__titulo{
    color: #49DC81;
    background-color: #0E1013;
    font-weight: bolder;
    text-align: center;
    font-size: 20px;
    padding: 25px 0px;
  }
  .pricing__card__1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .plan__1__cont__1 {
    padding: 35px 20px;
  }
  .plan__1__cont__1 .btn-global, .plan__2__cont__1 .btn-global, .plan__3__cont__1 .btn-global {
    max-width: 132px;
    width: 100%;
    margin: auto;
  }
}


/*-------------Segunda card-------------*/

.pricing__card__2 {
  background-color: #08090B;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 60px;
  height: 500px;
  display: flex;
  flex-direction: row;
}

.plan__2__cont__1{
  padding: 30px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.plan__2__subcont__1 h3{
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  color: #29C480;
}
.plan__2__subcont__1 p{
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.plan__2__cont__1 img{
  margin: auto;
  width: 182px;
  height: 167px;
}
@media(max-width: 768px){
  .plan__2__subcont__1 h3, .plan__2__subcont__1 h3 span {
    font-size: 14px;
  }
}
.plan__price{
  width: 100%;
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.plan__2__subcont__1 span{
  font-weight: 900;
  font-size: 24px;
  color: #29C480;
}
.plan__2__subcont__2 ul{
  list-style: none;
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {

.plan__2__cont__1 {
  padding: 30px 10px;
}  

}
@media screen and (max-width: 767px) {
  .pricing__card__2 {
    background-color: #000000;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
  }
  .plan__2__cont__1 {
    padding: 35px 20px;
  }
  
}
/*-------------Tercera card-------------*/

.pricing__card__3 {
  background: linear-gradient(120deg, rgba(0, 0, 0, 1) 0%, rgba(8, 9, 11, 1) 80%, rgba(41, 196, 128, 1) 100%);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 60px;
  height: 500px;
  display: flex;
  flex-direction: row;
  box-shadow: rgba(41, 196, 128, 0.4) 0px 2px 4px, rgba(41, 196, 128, 0.3) 0px 7px 13px -3px, rgba(41, 196, 128, 0.2) 0px -3px 0px inset;
}

.plan__3__cont__1{
  padding: 30px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.plan__3__subcont__1 h3{
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  color: #29C480;
}
.plan__3__subcont__1 p{
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.plan__3__cont__1 img{
  margin: auto;
  width: 182px;
  height: 167px;
}
@media(max-width: 768px) {
  .plan__3__subcont__1 h3, .plan__3__subcont__1 h3 span {
    font-size: 14px;
  }
}
.plan__3__subcont__1 span{
  font-weight: 900;
  font-size: 24px;
  color: #29C480;
}

@media screen and (max-width: 1199px) {
.plan__3__cont__1 {
  padding: 30px 10px;
} 
}

@media screen and (max-width: 767px) {
  .plan__3__cont__1 {
    padding: 35px 20px;
  }
}

@media(max-width: 768px) {
  .plan__3__subcont__1 h3, .plan__3__subcont__1 h3 span {
    font-size: 14px;
  }
}
.plan__3__subcont__1 span{
  font-weight: 900;
  font-size: 24px;
  color: #29C480;
}

@media screen and (max-width: 1199px) {
.plan__3__cont__1 {
  padding: 30px 10px;
} 

}

.pricing__card__4 {
  background: linear-gradient(179.86deg, #29C480 -48.5%, #08090B 17.12%, #000000 125.29%);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  height: 500px;
  box-shadow: rgba(41, 196, 128, 0.4) 0px 2px 4px, rgba(41, 196, 128, 0.3) 0px 7px 13px -3px, rgba(41, 196, 128, 0.2) 0px -3px 0px inset;

}

.plan__4__cont__1{
  padding: 30px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 20px;
}
.plan__4__subcont__1 h3{
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  color: #29C480;
}
.plan__4__cont__1 img{
  margin: auto;
  width: 182px;
  height: 167px;
}
.pricing__card__1 .price-landing-card{
  margin-top: 60px;
}
.pricing__card__1 .price-landing-button{
  margin-top: 80px;
}

.price-landing-card{
  margin-top: 40px;
  background-color: #08090B;
  border-radius: 5px;
  padding-block: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.price-landing-card p{
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}
.price-landing-card h3{
  color: #29C480;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}
.price-landing-card h4{
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
 .price-landing-button{
  margin-top: 68px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 .price-landing-button button{
  width: 50%;
 }
/*Estilo del slider, solamente se ve en mobile*/

.planes__slider{
  display: none;
}
.planes__slider .swiper-pagination{
  position: relative;
}
.planes__slider .swiper-pagination-bullet{
  height: 12px;
  width: 12px;
}
@media (max-width: 768px){
  .planes__slider .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    border: 1px solid #29C480;
    opacity: 1;
  }
  .planes__slider{
    display: flex;
  }
}


/* Estilo del popup */
.popup-overlay {
    display: none; /* Ocultamos el popup por defecto */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro semitransparente */
    z-index: 1100;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #0C0E10;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    text-align: center;
    position: relative;
    box-shadow: 4px 4px 4px 0px #000000;
    overflow-x: scroll auto;
    overflow-y: scroll auto;
}
#plan1 .popup-content{
  background-color: #0C0E10;
}
#plan2 .popup-content{
  background-color: #08090B;
}
#plan3 .popup-content{
  background: linear-gradient(120deg, rgba(0, 0, 0, 1) 0%, rgba(8, 9, 11, 1) 80%, rgba(41, 196, 128, 1) 100%);
}
#plan4 .popup-content{
  background: linear-gradient(179.86deg, #0F3124 -48.5%, #08090B 17.12%, #000000 125.29%);

}
.popup-header{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.popup-title{
  text-align: left;
}
.popup-title h3{
  color: #29C480;
  font-weight: 800;
  font-size: 25px;
}
.popup-title p{
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.popup-price{
  background-color: #08090B;
  font-size: 20px;
  font-weight: 800;
  border-radius: 5px;
  padding: 15px 30px;
  margin-right: 10px;
}
.popup-price span{
  color: #29C480;
}
.popup-body{
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-body ul{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  list-style: none;
}
.popup-body li{
  width: 50%;
  display: flex;
  gap: 20px;
  flex-direction: row;
  padding: 20px;
}
.popup-body-info{
  text-align: left;
}
.popup-body-info h3{
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.popup-body-info p{
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.popup-footer{
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-footer a{
  width: 20%;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.popup-content h2 {
    margin-bottom: 10px;
}

.popup-content p {
  color: #fff;
  margin: 10px 0;
}

.popup-content button {
    margin-top: 15px;
}
@media screen and (max-width: 991px) {
  
.popup-body{
  width: 100%;
}
.popup-content {
  width: 100%;
  padding: 20px;
}
.popup-body ul{
  margin-top: 10px;
  flex-direction: column;
}
.popup-body li{
  width: 100%;
  padding: 5px;
}
.popup-body-info h3{
  font-size: 14px;
}
.popup-body-info p{
  font-size: 12px;
}
.popup-title h3{
  font-size: 18px;
}
.popup-title p{
  font-size: 12px;
}
.popup-price{
  width: 40%;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 0px;
  margin: auto;
  margin-block: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

}
@media screen and (max-width: 767px) {
  .popup-footer a{
    width: 80%;
  }
  
.popup-content {
  padding: 30px 0px 0px 20px;
  height: 80vh;
}

.popup-price p {
  margin: 0px 0;
}
.popup-body{
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 50vh;
  overflow-y: scroll;
}
.popup-price{
  width: 80%;
  margin-block: 30px;
}
}
@media screen and (max-width: 480px) {
  
.popup-price{
  margin-block: 20px;
}
.popup-price{
  flex-direction: column;
}
}
/*BANNER PROMOCIONAL*/
  .banner__promocional{
    background-color: #0C0E10;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 5%;
    margin-bottom: 10%;
    border-radius: 10px;
  }
  .subcont__banner__1{
    padding: 20px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }
  .subcont__banner__1 a{
    width: 50%;
  }
  .subcont__banner__1 p {
    font-weight: 700;
    font-size: 20px;
    color: #FFf;
    width: 50%;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 0px;
  }
  .subcont__banner__1 span {
    font-weight: 900;
    font-size: 24px;
    color: #40cd76;
  }
  .subcont__banner__1 img{
    width: 300px;
    height: 60px;
    margin-left: 0px;
  } 
  .subcont__banner__2{
    padding: 20px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subcont__banner__2 img{
    width: 350px;
    height: 300px;
  }
  @media screen and (max-width: 1399px) {
  
    .subcont__banner__1 p {
      margin-left: 0px;
    }
  }
  
@media screen and (max-width: 1199px) {
  
  .subcont__banner__1 p {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
    margin-left: 70px;
  }
  .subcont__banner__2 img{
    width: 300px;
    height: 250px;
  }
  
  .subcont__banner__1 img{
    width: 300px;
    height: 60px;
    margin-left: -60px;
  } 
}

@media screen and (max-width: 991px) {
  .subcont__banner__2 img{
    width: 250px;
    height: 200px;
  }
  .subcont__banner__1 p {
    width: 100%;
    margin-top: 20%;
    margin-bottom: 20%;
    margin-left: 0;
  }
  .subcont__banner__1 img{
    width: 300px;
    height: 50px;
    margin-left: 0px;
  } 
  .planes__slider .swiper-pagination{
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .banner__promocional{
    display: none;
  }
}

.banner__promocional__mobile{
  display: none;
}
@media screen and (max-width: 767px) {
  .banner__promocional__mobile{
    background-color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 5%;
    margin-bottom: 10%;
    border-radius: 10px;
  }
  .subcont__mobile__1{
    width: 100%;
  }
  .subcont__mobile__1 img{ 
    width: 230px;
    height: 40px;
    margin-top: 30px;
    margin-left: 30px;
  }
  .subcont__mobile__2{
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    line-height: 30px;
    padding-top: 20px;
  }
  .subcont__mobile__2 p{
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
    width: 50%;
  }
  .subcont__mobile__2 span{
    font-weight: 900;
    font-size: 16px;
    color: #40CD76;
  }
  .subcont__mobile__2 img{
    width: 200px;
    height: 200px;
  }
  .subcont__mobile__3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .subcont__mobile__3 a{
    width: 90%;
  }
}
@media screen and (max-width:480px) {
  
  .subcont__mobile__2 img{
    width: 150px;
    height: 150px;
  }
}

/*BANNER PROMOCIONAL DE PARTNERS*/
.banner__promocional__2{
  background-color: #0C0E10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 5%;
  margin-bottom: 10%;
  border-radius: 10px;
}
.subcont__banner__partners__1{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.subcont__banner__partners__1 video{
  width: 400px;
  height: 400px;
}
.subcont__banner__partners__2{
  padding: 20px;
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.subcont__banner__partners__2 p{
  width: 80%;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
.subcont__banner__partners__2 a{
  width: 50%;
  margin-top: 30px;
}
.subcont__banner__partners__2 span{
  font-size: 18px;
  font-weight: 800;
  color: #29C480;
}

.banner-btn{
padding: 10px 80px;
background-color: #000;
color: #29C480;
font-size: 20px;
border: 2px solid #29C480;
font-weight: 800;
border-radius: 20px;
margin-top: 20px;
}
.banner-btn:hover{
background-color: #49DC81;
color: #000;
border: 2px solid #29C480;
font-weight: 800;
}
.banner-btn-2{
padding: 10px 60px;
background-color: #000;
color: #29C480;
border: 2px solid #29C480;
font-weight: 800;
font-size: 20px;
border-radius: 20px;
margin-top: 20px;
}
.banner-btn-2:hover{
background-color: #29C480;
color: #000;
border: 2px solid #29C480;
font-weight: 800;
}

@media screen and (max-width: 991px) {
  .subcont__banner__partners__1 video{
    width: 350px;
    height: 350px;
  }
  .subcont__banner__partners__2 a{
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  
.banner__promocional__2{
  width: 100%;
  flex-direction: column;
  padding-bottom: 120px;
  margin-top: 60px;
}

.subcont__banner__partners__1{
  width: 100%;
}

.subcont__banner__partners__2{
  width: 100%;
  padding: 0px 60px;
  line-height: 2.5;
}
.subcont__banner__partners__2 p{
  width: 100%;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 40px;
}
.subcont__banner__partners__2 span{
  width: 100%;
  font-size: 15px;
  font-weight: 800;
}
.banner-btn-2{
  width: 100%;
padding: 10px 20px;
background-color: #000;
color: #29C480;
border: 2px solid #29C480;
font-weight: 800;
font-size: 20px;
border-radius: 20px;
margin-top: 20px;
}
.banner-btn-2:hover{
background-color: #29C480;
color: #000;
border: 2px solid #29C480;
font-weight: 800;
}
}
@media screen and (max-width: 480px) {
  
.subcont__banner__partners__1 video{
  width: 300px;
  height: 300px;
}
}
/*BANNER*/

/* POPUP FORM */
.background-overlay {
  position: fixed;
  background-color: black;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  display: none;
  transition: opacity 0.5s;
}

.popup-form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 432px;
  height: calc(100% - 40px);;
  background: #0D0F12;
  border-radius: 20px;
  padding: 30px;
  z-index: 10000;
  opacity: 0;
  display: none;
  transition: opacity 0.5s;
  overflow-y: auto; /* Permitir el desplazamiento vertical si el contenido es demasiado largo */
}

.popup-form__heading {
  color: #29C480;
  margin-bottom: 30px;
}

.popup-form__input {
  background-color: transparent;
  color: #fff;
  border: 2px solid #29C480;
  border-radius: 10px;
  font-family: var(--font-secondary);
  padding: 13px 20px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.popup-form__input option{
  background-color: #0d0f12;
}


.popup-form__input::placeholder {
  color: #fff;
  opacity: 0.8;
}

.popup-form__input.error {
  border-color: red;
  margin-bottom: 5px;
}

.popup-form__input-error {
  color: red;
  font-family: var(--font-secondary);
  font-size: 14px;
  margin-bottom: 15px;
}

.popup-form .btn--primary {
  background: var(--color-background);
  color: var(--color-text-white);
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px;
}
/*--- Botón de whatsapp ---*/
.btn-whatsapp {
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}
.swiper-pagination-bullet-active{
  background-color: #29C480;
}
.home-banner{
  width: 100%;
  margin-bottom: 150px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  background-color: #08090B;
}

  .home-banner-button {
  position: absolute;
  top: 70%;
  left: 32%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1vh 1vh;
  background-color: transparent;
  color: #29C480;
  border-radius: 5px;
  font-size: 16px;
  border: 2px solid #29C480;
  text-decoration: none;
  font-weight: 700;
  width: 20%;
  text-align: center;
  }
  .home-banner-button-2 {
  position: absolute;
  top: 70%;
  left: 32%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 1vh 1vh;
  background-color: transparent;
  color: #29C480;
  border-radius: 5px;
  font-size: 16px;
  border: 2px solid #29C480;
  text-decoration: none;
  font-weight: 700;
  width: 20%;
  text-align: center;
  }


.home-banner-button:hover{
background-color: #49DC81;
color: #000;
border: 2px solid #49DC81;
}
.home-banner-button-2:hover{
background-color: #49DC81;
color: #000;
border: 2px solid #49DC81;
}
.mobile-banner-img{
  display: none;
}
@media screen and (max-width: 991px) {
  .home-banner{
    flex-direction: column;
  } 
  .mobile-banner-img{
    display: flex;
  }

  .web-banner-img{
    display: none;
  }
  .home-banner-button {
    position: absolute;
    top: 87%;
    left: 50%;
    padding: 1vh 1vh;
    font-size: 12px;
    width: 60%;
    text-align: center;
  }
  .home-banner-button-2 {
    position: absolute;
    top: 85%;
    left: 50%;
    padding: 1vh 1vh;
    font-size: 12px;
    width: 60%;
    text-align: center;
  }
}

@media(min-width: 769px) {
  .vender_mas_container {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .vender_mas_container img {
    border-radius: 50px;
    background-color: #08090B;
    aspect-ratio: 1/1;
  }
}

@media(max-width: 768px) {
  .home-banner.create_store_banner {
    margin-top: 3rem;
    justify-content: flex-start;
    /* height: 98vw; */
    max-height: 557px;
    margin-bottom: 5rem;
  }
  .home-banner-button {
    background-color: #29C480;
    color: #000;
    top: 77%;
  }
  .landing-title {
    font-size: 18px;
    font-weight: 800 !important;
  }
  .vender_mas_container img {
    background: #08090B;
    border-radius: 50px;
  }
}
tbody{
  background-color: #0D0F12;
}
tbody td{
  color: #fff;
  font-weight: 500;
  border-right: none;
  border-left: none;
  margin-top: 20px;
}
tbody td p{
  padding: 10px;
  text-align: center;
}
tbody tr{
  border-bottom: 2px solid #29C480;
  border-top: #29C480;
}
.plan-options{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 5px;
}
.plan-options p{
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.plan-options p span{
  color: #29C480;
  font-size: 14px;
  font-weight: 800;
}
.plan-option-card-1{
  width: 275px;
  height: 100px;
  background-color: #0D0F12;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #29C480;
}
.plan-option-card-1 h6{
  color: #29C480;
}
.plan-option-card-2{
  width: 275px;
  height: 100px;
  background-color: #08090B;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #29C480;
}
.plan-option-card-2 h6{
  color: #29C480;
}
.plan-option-card-3{
  width: 275px;
  height: 100px;
  background: linear-gradient(155.91deg, #08090B 43.17%, #29C480 457.85%);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #29C480;
}
.plan-option-card-3 h6{
  color: #29C480;
}
.plan-option-card-4{
  width: 275px;
  height: 100px;
  background: linear-gradient(180deg, #29C480 -305.5%, #08090B 100%);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #29C480;
}
.plan-option-card-4 h6{
  color: #29C480;
  text-align: center;
}
.plan-option-price h6{
  color: #29C480;
  font-size: 14px;
  font-weight: 800;
}
.table-title{
  color: #29C480;
  font-weight: 800;
}
.table-responsive{
  display: none;
}
#plan-slider{
  display: none;
}
@media screen and (max-width: 1400px) {
  
.plan-option-card-1,
.plan-option-card-2,
.plan-option-card-3,
.plan-option-card-4 {
    width: 230px;
}
}
@media screen and (max-width: 1199px) {
  
.plan-option-card-1,
.plan-option-card-2,
.plan-option-card-3,
.plan-option-card-4 {
    width: 185px;
    height: 120px;
}
}
@media screen and (max-width: 991px) {
  
.plan-options{
  display: none;
} 
#plan-slider{
  display: flex;
  margin-bottom: 20px;
}
.table-web{
  display: none;
}
.table-responsive{
  display: table;
  width: 100%;
}
}
  /* Aseguramos que los botones estén alineados de manera horizontal */
  .swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden; /* Ocultar cualquier contenido que se desborde del contenedor */
  }

  .swiper-wrapper {
    display: flex; /* Asegura que los slides estén uno al lado del otro */
  }

  .swiper-slide {
    flex-shrink: 0; /* Evita que los slides se achiquen */
    width: auto; /* Deja que el contenido decida el tamaño */
    margin-right: 10px; /* Espacio entre los botones */
  }

  .plan-btn {
    background: transparent;
    border: none;
    padding: 20px;
    border-radius: 8px;
    width: auto;
  }

  .plan-option-card-1 {
    background-color: #0D0F12;
    border-radius: 8px;
    padding: 20px;
  }
  .plan-option-card-1 p{
    color: #fff;
  }
  .plan-option-card-1 p span{
    color: #29C480;
  }
  .plan-option-card-2 {
    background-color: #08090B;
    border-radius: 8px;
    padding: 20px;
  }
  .plan-option-card-2 p{
    color: #fff;
  }
  .plan-option-card-3{
background: linear-gradient(155.91deg, #08090B 43.17%, #29C480 457.85%);
    border-radius: 8px;
    padding: 20px;
  }
  .plan-option-card-3 p{
    color: #fff;
  }
  .plan-option-card-4 {
    background: linear-gradient(180deg, #29C480 -305.5%, #08090B 100%);
    border-radius: 8px;
    padding: 20px;
  }
  .plan-option-card-4 p{
    color: #fff;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #29C480;
  }

  /* Opcional: Resaltar el plan seleccionado */
  .plan-btn.selected {
    border: 2px solid #29C480; /* Color de la selección */
  }
#sticky-plans {
  width: 100%;
  transition: top 0 ease;
}

#sticky-plans.fixed {
  position: fixed;
  top: 120px !important;
  left: 100px !important;
  z-index: 1000;
}
#sticky-plans.fixed .plan-options {
  justify-content: center;
  gap: 0px;
}
#sticky-plans.fixed .plan-option-card-1,
#sticky-plans.fixed .plan-option-card-2,
#sticky-plans.fixed .plan-option-card-3,
#sticky-plans.fixed .plan-option-card-4 {
    width: 275px;
    border-radius: 0px;
}
#sticky-plans.absolute {
  position: absolute;
}
@media screen and (max-width: 1400px) {
  
#sticky-plans.fixed .plan-option-card-1,
#sticky-plans.fixed .plan-option-card-2,
#sticky-plans.fixed .plan-option-card-3,
#sticky-plans.fixed .plan-option-card-4 {
    width: 230px;
    border-radius: 0px;
}
}
@media screen and (max-width: 1199px) {
  
#sticky-plans.fixed .plan-option-card-1,
#sticky-plans.fixed .plan-option-card-2,
#sticky-plans.fixed .plan-option-card-3,
#sticky-plans.fixed .plan-option-card-4 {
    width: 185px;
    height: 120px;
    border-radius: 0px;
}
}