.hero-content {
    background: rgba(0, 0, 0, 0.8);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(218, 165, 32, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Volvemos al ratio 16:9 estándar */
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 0.4rem auto; /* Reducido el espacio superior */
    border-radius: 10px;
    background: transparent; /* Eliminamos cualquier fondo */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; /* Eliminamos cualquier borde */
}

.btn-highlight {
    background-color: #fd7e14;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    width: auto;
    max-width: 100%;
}

.btn-highlight:hover {
    background-color: #dc3545;
}

body {
    background: #000000;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    overflow-x: hidden;
}

.bg-primary {
    background: transparent !important;
}

.bg-light {
    background: #ffffff !important;
}

.bg-dark {
    background: linear-gradient(to right, #fd7e14, #dc3545) !important;
}

.text-white {
    color: #ffffff !important;
}

.text-muted {
    color: #404040 !important;
}

h1, h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #ffffff;
    word-wrap: break-word;
}

.hero-content h1,
.hero-content p {
    color: #ffffff !important;
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #404040;
}

.lead {
    font-weight: 500;
}

.small {
    font-weight: 300;
}

.btn-primary {
    background: linear-gradient(45deg, #fd7e14, #dc3545) !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(253, 126, 20, 0.2);
}

.btn-primary:hover {
    background: linear-gradient(45deg, #C850C0, #4158D0) !important;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

footer {
    background: #000000 !important;
    padding: 40px 0 20px;
}

footer h3 {
    color: #DAA520 !important;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

footer p, 
footer li {
    color: #ffffff !important;
    margin-bottom: 10px;
}

footer .list-unstyled li {
    margin-bottom: 10px;
    cursor: pointer;
    transition: color 0.3s ease;
}

footer .list-unstyled li:hover {
    color: #DAA520 !important;
}

footer .fa-chevron-right {
    color: #DAA520 !important;
    margin-right: 10px;
    font-size: 0.8em;
}

footer .fa-envelope,
footer .fa-phone {
    color: #DAA520 !important;
    margin-right: 10px;
}

/* Redes sociales */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons a {
    color: #DAA520 !important;
    font-size: 1.5em;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: #ffffff !important;
    transform: translateY(-5px);
}

/* Copyright */
.copyright {
    color: #DAA520 !important;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(218, 165, 32, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    footer .col-md-4 {
        margin-bottom: 30px;
    }
    
    .social-icons {
        margin-top: 20px;
    }
}

/* Estilos para la sección de bonos */
.bonos-section {
    background-color: #DAA520;
    padding: 60px 0;
}

.bono-card {
    background: #000000;
    border-radius: 15px;
    padding: 2.5rem;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(218, 165, 32, 0.2);
}

.bono-card i {
    color: #DAA520;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.bono-card h3,
.bono-card p {
    color: #ffffff;
}

.bono-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    border-color: #DAA520;
}

.bono-card:hover i {
    transform: scale(1.1);
}

/* Estilos para la sección de estadísticas */
.stats-section {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 0;
}

.stats-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.stats-content h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.stats-content p {
    color: #ffffff;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.stats-highlight {
    color: #DAA520;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.quiero-crecer {
    display: inline-block;
    width: auto;
    min-width: 300px;
    margin: 20px auto;
    padding: 15px 40px;
    background-color: #000000;
    color: #DAA520;
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.2em;
    border: 2px solid #DAA520;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.quiero-crecer:hover {
    background-color: #DAA520;
    color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(218, 165, 32, 0.4);
}

.terminos {
    text-align: center;
    color: #ffffff;
    font-size: 0.8em;
    margin-top: 10px;
}

.btn-empezar {
    display: inline-block;
    padding: 15px 40px;
    background-color: #DAA520;
    color: #000000;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.2em;
    border: 2px solid #000000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-empezar:hover {
    background-color: #000000;
    color: #DAA520;
    border-color: #DAA520;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(218, 165, 32, 0.3);
}

section#hero {
    background-color: #DAA520 !important;
}

div#hero-contentconglas {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(218, 165, 32, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

h1#hero-title {
    font-size: 4.5rem;
    margin-bottom: 0.8rem; /* Reducido de 1.5rem */
    line-height: 1.1;
}

h1#hero-title span {
    font-size: 3.5rem;
    display: block;
    margin-top: 0.1rem;
}

/* Beneficios Section */
#beneficios {
    background-color: #ffffff;
    padding: 60px 0;
}

#beneficios .card {
    background: #000000;
    border: 1px solid rgba(218, 165, 32, 0.2);
    border-radius: 15px;
    transition: all 0.3s ease;
}

#beneficios .card:hover {
    transform: translateY(-5px);
    border-color: #DAA520;
    box-shadow: 0 8px 20px rgba(218, 165, 32, 0.2);
}

#beneficios .card-body i {
    color: #DAA520;
}

#beneficios .card-body h3,
#beneficios .card-body p {
    color: #ffffff;
}

/* Testimonios Section */
.testimonios-section {
    background: #000000;
    padding: 60px 0;
}

.testimonios-section .card {
    background: #ffffff;
    border: none;
    border-radius: 15px;
    margin-top: 60px;
    transition: all 0.3s ease;
}

.testimonio-icon {
    width: 80px;
    height: 80px;
    background-color: #DAA520;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -40px auto 20px;
    border: 5px solid #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.testimonio-icon i {
    color: #000000;
    font-size: 2rem;
}

.testimonios-section .card:hover .testimonio-icon {
    transform: rotate(360deg);
    background-color: #000000;
    border-color: #DAA520;
}

.testimonios-section .card:hover .testimonio-icon i {
    color: #DAA520;
}

.testimonios-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

/* CTA Section */
#contacto {
    background: #1a1a1a;
    padding: 60px 0;
}

/* Contenedor de la imagen del producto */
.product-image-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.8rem 0;
}

.product-image {
    max-width: 90%;
    height: auto;
    transition: transform 0.3s ease;
}

.product-image:hover {
    transform: scale(1.02);
}

/* Ajustes responsive */
@media (min-width: 992px) {
    .hero-content {
        padding: 3rem;
    }

    /* Ajustes específicos para desktop */
    .col-lg-6:first-child {
        padding-right: 2rem;
    }

    .col-lg-6:last-child {
        padding-left: 2rem;
    }

    .product-image {
        max-width: 100%;
    }

    .video-container {
        margin: 1rem auto;
    }
}

@media (max-width: 991px) {
    .hero-content {
        padding: 1.5rem;
    }

    h1#hero-title {
        font-size: 2.5rem;
    }

    h1#hero-title span {
        font-size: 2rem;
    }

    .product-image-container {
        margin: 0.6rem 0;
    }

    .video-container {
        margin: 0.3rem auto;
    }
}

@media (max-width: 768px) {
    h1#hero-title {
        font-size: 2.5rem;
    }

    h1#hero-title span {
        font-size: 2rem;
    }

    .product-image-container {
        margin: 0.5rem 0;
    }

    .video-container {
        margin: 0.2rem auto;
    }
}
}