.hero-section {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('curso-embudo-venta-digital.jpg');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: white;
        }
        .feature-icon {
            font-size: 2.5rem;
            color: #0d6efd;
        }
        .pricing-discount {
            font-size: 1.2rem;
            padding: 0.5rem 1rem;
        }
        .text-decoration-line-through {
            text-decoration: line-through;
        }
        .instructor-img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
        }
        .course-preview-img {
            width: 100%;
            max-height: 400px;
            object-fit: cover;
            border-radius: 10px;
            margin-bottom: 2rem;
        }
        .whatsapp-button {
            background-color: #25D366;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            width: 100%;
            transition: background-color 0.3s ease;
        }
        .whatsapp-button:hover {
            background-color: #128C7E;
            color: white;
        }
        .whatsapp-icon {
            font-size: 24px;
        }
        .modal-dialog {
            max-width: 500px;
        }
        .modal-content {
            border-radius: 15px;
        }
        .modal-header {
            border-bottom: none;
            padding: 2rem 2rem 1rem;
        }
        .modal-body {
            padding: 1rem 2rem 2rem;
        }
        .iti {
            width: 100%;
        }
        .iti__flag {
            background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
        }
        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
            .iti__flag {
                background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
            }
        }
		.carousel-control-prev-icon,
    .carousel-control-next-icon {
        padding: 20px;
    }
    .carousel-indicators {
        margin-bottom: 0;
    }
    .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .carousel {
        padding-bottom: 3rem;
    }
#contador-oferta {
        font-family: Arial, sans-serif;
        color: #ffffff;
        text-align: center;
    }

    #timer {
        font-size: 1.5rem;
        font-weight: bold;
    }
	.bg-plus-kommo {
        background-color: #f8f9fa; /* Color de fondo suave */
    }
	.highlight-section {
      background-color: #007bff; /* Fondo azul claro */
      color: white; /* Texto blanco */
      padding: 2rem;
      border-radius: 8px;
    }
    .highlight-section h2 {
      text-align: center;
      margin-bottom: 2rem;
    }
    .strategy-item {
      margin-bottom: 1.5rem;
    }
    .strategy-item i {
      color: #ffdd57; /* Iconos en amarillo para destacar */
    }
    .strategy-item p {
      margin: 0;
    }