body{
    color:#003e80;
}
header{
    position: relative;
    z-index: 1;
}
.cta-boton {
    background: #0d6efd /* Gradiente elegante */
    border: none;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 30px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(0, 82, 212, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
  }

  .cta-boton:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 82, 212, 0.4);
    text-decoration: none;
  }
   .feature-item {
      display: flex;
      align-items: center;
      background-color: #f9f9f9;
      border-radius: 10px;
      padding: 20px;
      transition: background-color 0.3s ease;
      height: 100%;
    }

    .feature-item:hover {
      background-color: #f1f1f1;
    }

    .feature-icon {
      font-size: 2rem;
      color: #f24570;
      margin-right: 15px;
      flex-shrink: 0;
    }

    .feature-text .title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 4px;
      color:#353964;
      text-decoration: underline;
      font-weight: bold;
    }

    .feature-text .desc {
      font-size: 0.95rem;
      color: #555;
    }
    .dropzone {
      border: 2px dashed #6c757d;
      padding: 10px;
      min-height: 100px;
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      background-color: #f8f9fa;
      position: relative;
    }

    .drag-item {
      background-color: #ffffff;
      border: 1px solid #ced4da;
      padding: 6px 10px;
      border-radius: 5px;
      font-size: 16px;
      cursor: move;
      white-space: nowrap;
    }

    .invisible {
      opacity: 0.2;
    }

    .insert-placeholder {
      width: 3px;
      height: 40px;
      background-color: #0d6efd;
      margin: 2px;
    }

    #constructedQuote {
      font-weight: bold;
      color: #0d6efd;
    }

    .drag-item.hidden {
      visibility: hidden;
    }

    /* Estilos para el spinner */
    .spinner-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 9999;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      font-weight: bold;
      font-size: 18px;
    }

    .spinner-container.hidden {
      display: none;
    }

    /* Efecto de celebración con globos, papeles y cintas */
    .celebration {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: 10000;
      pointer-events: none;
      overflow: hidden;
    }

    .balloon, .confetti, .ribbon {
      position: absolute;
      animation: explode 5s ease-out forwards;
      opacity: 1;
      pointer-events: none;
      transform-origin: center center;
    }

    .balloon {
      font-size: 40px;
      color: #ff5733;
    }

    .confetti {
      width: 10px;
      height: 10px;
      background-color: #f39c12;
      border-radius: 50%;
    }

    .ribbon {
      width: 5px;
      height: 60px;
      background-color: #007bff;
    }

    @keyframes explode {
      0% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
      }
      100% {
        transform: translate(var(--x), var(--y)) scale(2) rotate(var(--rotate));
        opacity: 0;
      }
    }
    .template-card {
      border: 1px solid #ddd;
      border-radius: 10px;
      margin-bottom: 20px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .template-card:hover {
      transform: translateY(-5px);
    }

    .template-header {
      background-color: #007bff;
      color: white;
      padding: 15px;
      font-size: 18px;
      font-weight: bold;
    }

    .template-body {
      padding: 20px;
      background-color: #f8f9fa;
      font-size: 16px;
    }

    .template-footer {
      padding: 15px;
      background-color: #f1f1f1;
      text-align: center;
    }

    .btn-download {
      background-color: #28a745;
      color: white;
      border-radius: 5px;
      padding: 10px 20px;
      text-decoration: none;
      font-weight: bold;
    }

    .btn-download:hover {
      background-color: #218838;
    }
    .tablaconfiabilidad thead, th {
        border-color: inherit;
        border-style: solid;
        border-width: 0;
        border-top: 1px solid #000000;
    }
    #hot {
        margin-top: 20px;
        width: 100%;
        height: 100%;
    }
    .side-by-side {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }
    .side-by-side ul {
        max-height: 150px;
        overflow-y: auto;
        margin-top: 10px;
        padding: 0;
        list-style: none;
    }
    .side-by-side li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        background: #f8f9fa;
        margin-bottom: 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }
    .side-by-side li button {
        border: none;
        background: transparent;
        color: #dc3545;
        cursor: pointer;
        font-size: 1rem;
    }
    /* Estilo personalizado para el header */
    .navbar-custom {
        background-color: #333;
        padding: 10px 0;
    }
    .navbar-custom .navbar-brand {
        font-size: 1.5rem;
        color: white;
        font-weight: bold;
    }
    .navbar-custom .navbar-nav .nav-link {
        color: white;
        margin-left: 20px;
    }
    .navbar-custom .navbar-nav .nav-link:hover {
        color: #f8f9fa;
    }
    .social-icons i {
        color: white;
        margin-left: 15px;
        font-size: 1.3rem;
    }
    .social-icons i:hover {
        color: #00aaff;
    }

    /* Estilo para el contenedor del logo y la frase */
    .logo-container {
        text-align: left; /* Centrar logo y frase */
        color: white;
    }

    .logo-container .tagline {
        font-size: 1rem;
        font-style: italic;
        margin-top: 5px; /* Espacio entre el logo y la frase */
    }
    .tagline p{
        margin-top: 0;
        margin-bottom: 0.5rem !important;
    }
    .nav-link {
        color: white;
    }

    .nav-link.active {
        color: white;
        box-shadow: 0 5px 0px 0 white;  /* Sombra más pronunciada */
        border-radius: 5px;
    }

    .nav-item:hover {
        color: #ccc;
        box-shadow: 0 5px 0px 0 #ccc;  /* Sombra más pronunciada */
        border-radius: 5px;
    }

    .boton-perfil:hover {
        background-color: white;
    }

    .boton-perfil:checked {
        background-color: white;
    }

    .boton-perfil:focus {
        background-color: white;
    }

    @media (min-width: 992px) {
        .navbar-nav {
            flex-direction: row;
        }
        .nav-item {
            margin: 0 5px;
        }
    }

    /* Botones más grandes y centrados en pantallas pequeñas */
    @media (max-width: 767px) {
        .nav-link {
            padding: 20px;
            font-size: 18px;
        }
    }
    /* Estilo del input de búsqueda */
    .search-input {
        padding: 20px;
        border: 2px solid #28a745;
        border-radius: 5px 0 0 5px; /* Bordes redondeados a la izquierda */
        font-size: 16px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        color: #333;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); /* Text shadow en el texto */
    }

    /* Efecto al enfocar el input */
    .search-input:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 4px 8px rgba(0, 123, 255, 0.4);
    }

    /* Estilo del botón de búsqueda */
    .search-button {
        background-color: #28a745;
        color: white;
        border: none;
        padding: 20px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 0 5px 5px 0; /* Bordes redondeados a la derecha */
        transition: all 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* Efecto hover para el botón */
    .search-button:hover {
        background-color: #218838;
        box-shadow: 0 6px 12px rgba(0, 123, 255, 0.2);
    }

    /* Estilo para hacer el buscador responsivo */
    @media (max-width: 767px) {
        .search-input {
            font-size: 16px;
        }

        .search-button {
            padding: 15px;
            font-size: 16px;
        }
    }
    /* Contenedor responsivo para el video */
    .video-container {
        position: relative;
        padding-bottom: 56.25%; /* Esto mantiene la relación de aspecto 16:9 */
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .dropdown-menu {
        right: 0;
        left: auto;
    }
    .alert-icon {
        position: relative;
    }
    .alert-icon .badge {
        position: absolute;
        top: -10px;
        right: -10px;
        font-size: 0.7rem;
    }

    .remove-btn { color: red; cursor: pointer; }
    #hot {
        margin-top: 20px;
        width: 100%;
        height: 100%;
    }
    .recommendation-container {
        background-color: #f8f9fa;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        /*padding: 20px;*/
        margin-bottom: 20px;
    }
    .recommendation-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #343a40;
        margin-bottom: 10px;
    }
    .recommendation img {
        width: 100%;
        border-radius: 8px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .recommendation-text {
        font-size: 0.9rem;
        color: #6c757d;
    }
    .recommendation-link {
        font-size: 0.9rem;
        color: #007bff;
        text-decoration: none;
    }
    .recommendation-link:hover {
        text-decoration: underline;
    }


 .remove-btn { color: red; cursor: pointer; }
        #hot{
            margin-top: 20px;
            width: 100%;
            height: 100%;
        }
        .recommendation-container {
            background-color: #f8f9fa;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            /*padding: 20px;*/
            margin-bottom: 20px;
        }
        .recommendation-title {
            font-size: 1.2rem;
            font-weight: bold;
            color: #343a40;
            margin-bottom: 10px;
        }
        .recommendation img {
            width: 100%;
            border-radius: 8px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }
        .recommendation-text {
            font-size: 0.9rem;
            color: #6c757d;
        }
        .recommendation-link {
            font-size: 0.9rem;
            color: #007bff;
            text-decoration: none;
        }
        .recommendation-link:hover {
            text-decoration: underline;
        }

  .whatsapp-flotante {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Borde blanco */
    border: 3px solid white;
    /* Sombra más fuerte */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 0 10px rgba(37, 211, 102, 0.6);
    transition: transform 0.2s ease, box-shadow 0.3s ease;
  }

  .whatsapp-flotante:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6), 0 0 15px rgba(37, 211, 102, 0.8);
    text-decoration: none;
  }
  

.hero {
  background: #1a73e8; /* Azul vivo que no opaque al header real */
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}

.hero h1 {
  font-weight: 700;
  font-size: 2.5rem;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.btn-primary,
.btn-success {
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #0054b9; /* Azul header */
  border-color: #0054b9;
  color: #fff;
}

.btn-primary:hover {
  background-color: #003e80; /* Azul footer */
  border-color: #003e80;
  color: #fff;
}

.btn-success {
  background-color: #28a745; /* Verde estándar */
  border-color: #28a745;
  color: #fff;
}

.btn-success:hover {
  background-color: #1e7e34;
  border-color: #1e7e34;
  color: #fff;
}

.benefits {
  padding: 80px 20px;
  background-color: #fff;
  color: #003e80; /* Texto azul oscuro, similar al footer */
}

.benefits .col-md-3:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}

.benefits i {
  color: #0054b9; /* Íconos en azul header */
}
/*
.plans {
  background-color: #e6ebf8;
  padding: 80px 20px;
  color: #003e80;
}

.card {
  transition: all 0.3s ease;
  border-radius: 15px;
  border: 1px solid #d0d7e8; 
  background-color: #fff;
  color: #003e80;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.card-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f8faff; /* Fondo azul muy claro para header */
  color: #0054b9;
  font-weight: 600;
}
*/
.cta-final {
  background: #f24570; /* Fondo footer real */
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

a.btn {
  border-radius: 50px;
}

/*h2 {
  font-weight: 700;
  color: #003e80;
}*/

ul {
  padding-left: 0;
  list-style: none;
}

ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.fade-in-up {
  animation: fadeInUp 0.8s ease forwards;
}

.price-highlight {
  font-size: 2.5rem;
  font-weight: 700;
}

.price-decimal {
  font-size: 1.2rem;
  vertical-align: super;
}

.old-price {
  font-size: 1rem;
  color: #888;
  text-decoration: line-through;
  display: block;
  margin-bottom: 0.3rem;
}

.alt-price {
  font-size: 0.95rem;
  color: #555;
  margin-top: 10px;
}

.alt-price .label {
  font-weight: 600;
  margin-right: 5px;
  color: #003e80;
}

.alt-price.lifetime {
  color: #0a7a0a;
  font-weight: 600;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*.prefooter{
    background-color: #fff;
}*/