   .header-top {
      background: linear-gradient(to right, #3d84e5, #00dbff, #4d4ddf);
      color: white;
      font-size: 14px;
      padding: 5px 0;
    }

    .header-top-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .header-top-left ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      gap: 15px;
    }

    .header-top-left a,
    .header-top-right a {
      color: white;
      text-decoration: none;
    }

    .navbar-nav .nav-link {
      text-transform: uppercase;
      font-weight: 500;
      color: #0d1050;
    }

    .navbar-nav .dropdown-menu {
      background-color: white;
      border-radius: 0;
      border: 1px solid #ddd;
    }

    .dropdown-menu .dropdown-item:hover {
      background-color: #f8f9fa;
    }

    .mobile-sidebar {
      position: fixed;
      top: 0;
      right: -300px;
      width: 280px;
      height: 100vh;
      background: #fff;
      z-index: 1050;
      transition: right 0.3s ease-in-out;
      box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
      overflow-y: auto;
    }

    .mobile-sidebar.open {
      right: 0;
    }

    .mobile-sidebar-header {
      display: flex;
      justify-content: flex-end;
      padding: 1rem;
      border-bottom: 1px solid #ddd;
    }

    .btn-close {
      background: transparent;
      border: none;
      font-size: 1.5rem;
    }

    @media (min-width: 992px) {
      .mobile-sidebar {
        display: none;
      }
    }

    .sticky-header {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1060;
      background: white;
    }

    body {
      padding-top: 102px;
    }

    @media (min-width: 992px) {
      .navbar-expand-lg {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        bottom: -29px !important;
      }
    }

    .dropdown-toggle::after {
      display: none !important;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: .3em solid;
      border-right: .3em solid transparent;
      border-bottom: 0;
      border-left: .3em solid transparent;
    }

    .ms-1 {
      margin-left: .25rem !important;
      float: inline-end;
    }

    .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: all 0.3s ease;
      pointer-events: none;
    }

    .dropdown:hover .dropdown-menu,
    .dropdown-menu.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto;
    }

    .collapse {
      transition: max-height 0.4s ease-in-out;

    }

    .feature__items p {
      color: #60d4e3;
      font-weight: 600;
      transform: skewX(7deg);
      transition: all 0.4s;
    }


    /*slider del banner*/
    .hero-carousel {
      position: relative;
      overflow: hidden;
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
      height: 70vh;
      background-color: #000;
      /* Previene fondo blanco */
    }

    .carousel-fade .carousel-item {
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      backface-visibility: hidden;
    }

    .carousel-fade .carousel-item.active {
      opacity: 1;
      z-index: 2;
    }

    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }

    .overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 2;
    }

    .carousel-caption-custom {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      text-align: center;
      color: white;
      padding: 0 1rem;
      width: 100%;
    }

    .carousel-caption-custom h1 {
      font-size: 2.5rem;
      font-weight: bold;
      color: #fff;
    }

    .carousel-caption-custom p {
      font-size: 1.2rem;
      margin-bottom: 20px;
    }

    .btn-gradient {
      background: linear-gradient(135deg, #00c6ff, #0072ff);
      border: none;
      color: white;
      padding: .75rem 2rem;
      border-radius: 50px;
      font-weight: 600;
    }

    @media (max-width: 768px) {
      .carousel-caption-custom h1 {
        font-size: 1.8rem;
        color: #fff;

      }

      .carousel-caption-custom p {
        font-size: 1rem;
      }
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 50px;
      height: 50px;
      background-color: rgb(255 255 255);
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease;
    }

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
      background-color: rgba(0, 0, 0, 0.8);
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-size: 100% 100%;
      width: 24px;
      height: 24px;
      filter: invert(1);
      /* White arrows */
    }

    /***************cards section1 planes*************************/
    .hero-section {
      padding: 60px 0;
      background-image: url('https://vps.com.pe/images/background-vps.webp');
    }

    .main-title {
      font-size: 3.5rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 1.5rem;
      line-height: 1.2;
    }

    .subtitle {
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 4rem;
      color: #ecf0f1;
      font-weight: 400;
    }

    .features-list1 {
      font-size: 1.1rem;
      line-height: 2;
      color: #fff;
    }

    .features-list1 li {
      margin-bottom: 0.8rem;
      position: relative;
      padding-left: 1.5rem;
    }

    .features-list1 li::before {
      content: "•";
      color: #3498db;
      font-weight: bold;
      position: absolute;
      left: 0;
      font-size: 1.2rem;
    }

    .pricing-card1 {
      background: rgba(255, 255, 255, 0.95);
      border-radius: 15px;
      padding: 2rem;
      margin-bottom: 2rem;
      color: #2c3e50;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;

      overflow: hidden;
    }



    .no-setup-badge {
      background: #3498db;
      color: white;
      padding: 0.4rem 1rem;
      border-radius: 20px;
      font-size: 0.9rem;
      font-weight: 600;
      position: absolute;
      top: -10px;
      right: 63px;

    }

    .card-category {
      font-size: 0.9rem;
      color: #7f8c8d;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 0.5rem;
    }

    .card-title {
      font-size: 1.3rem;
      font-weight: 600;
      color: #3498db;
     
      line-height: 1.3;
    }

    .price-section {
      text-align: center;
      margin: 2rem 0;
    }

    .price {
      font-size: 35px;
      font-weight: 700;
      color: #2c3e50;
      line-height: 0.6;
    }

    .price-small {
      font-size: 2rem;
      vertical-align: top;
    }

    .price-period {
      font-size: 1rem;
      color: #7f8c8d;
      margin-left: 0.5rem;
    }

    .old-price {
      text-decoration: line-through;
      color: #95a5a6;
      font-size: 1.2rem;
      margin-right: 0.5rem;
    }

    .from-text {
      color: #7f8c8d;
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }

    .cta-button {
      background: #3498db;
      border: none;
      padding: 5px 0px;
      border-radius: 25px;
      color: white;
      font-weight: 600;
      font-size: 15px;
      width: 100%;
      transition: background 0.3s ease;
    }

    .cta-button:hover {
      background: #2980b9;
      color: white;
    }

    .card-specs {
      font-size: 0.9rem;
      color: #7f8c8d;
      margin-top: 1.5rem;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .main-title {
        font-size: 2.5rem;
      }

      .subtitle {
        font-size: 1.2rem;
      }

      .features-list1 {
        font-size: 1rem;
      }
    }

    .icon-toggle {
      float: right;
      font-size: 22px;
      font-weight: bold;
      transition: transform 0.3s ease;
      color: #fff;
      background: linear-gradient(to right, #3d84e5, #00dbff, #4d4ddf);
      border-radius: 50%;
      width: 30px;
      padding: 0 9px;

    }

    /*Separador*/

.text-hr {
  display: flex;
  align-items: center;
  font-family: sans-serif;
  width: 20%;
  margin: 15px auto;
  color: #00d7ff;
}

.text-hr::after {
  flex: 1;
  background: #00d7ff;
  content: "";
  height: 2px;
  display: block;
}

/* Cuando quieres líneas a ambos lados */
.text-hr--center {
  display: flex;
  align-items: center;
}

.text-hr--center::before,
.text-hr--center::after {
  flex: 1;
  background: #2791de;
  content: "";
  height: 2px;
  display: block;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
    color: #000;
    /*margin-bottom: 10px;*/
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 25px;
    position: relative;
}