/* planes.site.css — netlifeplanes only; loads straight after its shared counterpart, so it overrides that section without disturbing the others */

@media (max-width:30rem) {
  .planes-btn {
    padding: .8rem 1rem !important;
    font-size: 1rem !important;
  }

}
@media (max-width:37.5rem) {
  .planes-btn {
    padding: 0.8rem 1rem !important;
    font-size: 1.1rem !important;
  }

}
@media screen and (max-width:118.75rem) {
  .planes-container {
    padding: 4rem 5rem;
  }

}
@media screen and (max-width:81.25rem) {
  .planes-container {
    padding: 4rem 0rem !important;
  }

}
.planes-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.planes-btn {
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 0.5rem;
  background-color: #d9d9d9;
  font-weight: bold;
  font-size: 1.3rem;
  color: black;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.planes .titulo {
  font-size:1.125rem;
  line-height:1rem;
}

.planes .megas-text {
  border-radius:0.75rem;
  color:#EEEEEE;
  font-size:1.875rem;
}

.planes .plan-texto {
  margin: 0rem 0rem 0rem 0rem;
}

.planes .swiper-container .cards-swiper {
  width:100%;
  margin-top:1.875rem;
  padding:1.25rem;
}

.planes .swiper-slide {
  display:flex;
  justify-content:center;
}

.planes .card {
  text-align:center;
  background-color: white;
  border-radius: 1rem;
  width: 21.5rem;
  max-height: 43rem;
  min-height: 38rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-container {
  padding: .5rem;
  display: flex;
  flex-direction: column;
}

.card:hover {
  transform: scale(1.02);
}

.s2s {
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: center;
}

.s2s .promo {
  font-size: 1.2rem;
}

.dorado {
  background-color: var(--nl-gold) !important;
}

.final {
  font-size: 1rem;
  margin: 0.1rem;
}

.planes .card-benefit {
  display: flex;
  justify-content: start;
  margin: .1rem 2rem;
  list-style: none;
  background-size: 1.5rem;
}

.planes .card-benefits-container {
  text-align: left;
}

.planes .card-benefit h2, .planes .card-benefit span {
  margin: 0;
  font-size: .9rem;
}

.planes .card-megas {
  padding: 0rem .5rem;
  background-color: var(--nl-orange);
  color: white;
  border-radius: 1rem;
  margin: 0rem;
  display: flex;
  flex-direction: row;
}

.planes .card-precio, .planes .card-precio-top, .planes .card-precio-bottom {
  color: black;
  padding: .2rem;
  border-radius: .5rem;
  line-height: 1.1rem;
  font-size: .9rem;
}

.card-precio-top .porcentaje {
  font-size: 3rem;
  padding-right: .5rem;
  line-height: 0rem;
}

.planes .card-precio {
  background-color: var(--nl-orange);
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  color: white;
}

.planes .card-precio-top {
  background-color: black;
  color: white;
  padding: 0rem 1rem 0rem 1rem;
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.planes .card-precio-bottom {
  background-color: black;
  color: white;
  padding: 0rem 1rem 0rem 1rem;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  max-height: 3.5rem;
}

.planes .card-precio-arriba {
  background-color: var(--nl-orange);
  color: white;
  padding: 0rem 1rem 0rem 1rem;
  border-radius: .5rem .5rem 0rem 0rem;
}

.planes .card-img {
  width: 12rem;
  margin: auto;
}

.planes .card-text {
  font-size: 1.5rem;
  margin:0;
  padding:0;
}

.card-benefits {
  padding: 2rem 0rem;
}

.card-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-benefits li {
  padding-left: 16px;
}

.card-benefits li::before {
  content: "-";
  padding-right: 8px;
}

.planes .card-megas .card-text {
  font-size: 2rem;
}

.planes .card-text .nl-text-pequeño {
  font-size: 1rem;
}

.planes .card-megas .card-text {
  line-height: 0rem;
  text-align: center;
  color: black;
  width: 100% !important;
}

.planes .swiper-slide img {
  width: 65%;
  padding: .5rem 0rem .5rem;
}

.planes .card-text .info, .planes .card-text .precio, .planes .mes-gratis {
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.625rem;
}

.planes .card-text .info {
  font-size:3.5rem;
  line-height:1.25rem;
}

.planes .card-text .descuento {
  margin-left:0.3125rem;
  font-size:0.9rem;
}

.planes .card-text .precio, .precio-promo {
  margin-bottom:0.3125rem;
  line-height:1.5625rem;
}

.planes .card-text .precio {
  font-size:4rem;
}

.planes .card-text .precio-promo {
  font-size:1rem;
  line-height: 1rem;
}

.planes .mes-gratis .texto {
  padding:1.25rem;
  font-size:1.5rem;
  margin-top:0.625rem;
}

.planes .mes-gratis .check-bloque {
  display:flex;
  align-items:center;
}

.planes .mes-gratis .linea-vertical {
  width:0.125rem;
  height:3.75rem;
  background-color:black;
  margin:0 1rem;
}

.planes .card-text .precio-decimales {
  font-size:2rem;
  margin-top:0.625rem;
  line-height: 1rem;
}

.planes .card-text .signo {
  margin-right:0.3125rem;
  font-size:2rem;
  margin-top:0.625rem;
}

.planes .card-text .imp {
  font-size:1rem;
  margin:0;
}

.sticker {
  position: fixed;
  left: 10%;
  top: 3%;
  background-color: #FFD700;
  color: black;
  font-size: 1.5rem;
  padding: 5px 10px;
  border-radius: 8px;
  z-index: 10;
  rotate: -30deg;
}

.megas-number {
  font-size: 3.5rem;
  text-align: center !important;
  margin: 3rem 0rem;
}

.card-megas-pro {
  background-position: 0rem !important;
}

.card-megas-dorado {
  background-color: var(--nl-gold) !important;
}

