.hero-content {
    background: rgba(79, 79, 79, 0.6);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.7px);
    -webkit-backdrop-filter: blur(7.7px);
    border: 1px solid rgba(79, 79, 79, 0.08);
    position: relative;
    z-index: 1;
}

.video-container {
    position: relative;
    padding-bottom: 28.125%;
    height: 0;
    overflow: hidden;
    max-width: 50%;
    margin: 0 auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-highlight {
    background-color: #DAA520;
    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: #B8860B;
}

body {
    background: linear-gradient(to right, #fd7e14, #dc3545);
    background-attachment: fixed;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    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;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.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;
    color: #ffffff !important;
}

footer .social-icons a,
footer .fa-envelope,
footer .fa-phone,
footer .fa-chevron-right {
    color: #DAA520 !important;
}

footer .text-center.text-white.mt-4 p {
    color: #DAA520 !important;
}

footer h3 {
    color: #ffffff !important;
}

footer p, 
footer ul li,
footer .text-white {
    color: #ffffff !important;
}

footer ul li i {
    color: #ffffff !important;
    margin-right: 8px;
}

.footer-text {
    font-size: 1.2em;
    color: #ffffff;
}

.brand-name {
    color: #ffffff;
    font-weight: bold;
}

/* Estilos responsivos adicionales */
@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .card {
        margin-bottom: 1rem;
    }
    .social-icons {
        margin-top: 1rem;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .hero-content {
        padding: 15px;
    }
    .btn-highlight {
        width: 100%;
    }
}

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

.bono-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.bono-card i {
    color: #DAA520;
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bono-title {
    color: #000000;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.4rem;
    line-height: 1.4;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bono-card p {
    color: #000000;
    font-size: 0.85rem;
    line-height: 1.4;
    margin-bottom: 0;
    flex-grow: 1;
}

.bono-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(218, 165, 32, 0.2);
}

/* Ajustes responsivos para las tarjetas de bonos */
@media (max-width: 768px) {
    .bono-card {
        min-height: 180px;
    }
    
    .bono-title {
        min-height: 40px;
        font-size: 1.2rem;
    }
}

/* Estilos para la sección de estadísticas */
.stats-section {
    background-color: #000000;  /* Cambiado a negro */
    color: #ffffff;
    padding: 40px 0;
    margin-bottom: 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 {
    font-weight: bold;
    font-size: 1.1em;
    color: #DAA520;
}

.quiero-crecer {
    display: block;
    width: 300px;
    margin: 20px auto;
    padding: 15px 30px;
    background: #000000; /* Fondo negro */
    color: #ffffff; /* Texto blanco */
    text-decoration: none;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.2em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 2px solid #ffffff;
}

.quiero-crecer:hover {
    background: #333333;
    color: #ffffff;
    transform: scale(1.05);
    border-color: #DAA520;
}

.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;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.btn-empezar:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    color: #000000;
    background-color: #B8860B;
}

section#hero {
    background: linear-gradient(45deg, #DAA520, #B8860B) !important;
    min-height: 100vh;
    padding: 4rem 0;
    display: flex;
    align-items: center;
}

.hero-content {
    background: rgba(0, 0, 0, 0.85);
    border-radius: 20px;
    padding: 3.5rem;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(218, 165, 32, 0.3);
}

.hero-image-container {
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.hero-image-container:hover {
    transform: translateY(-15px);
}

.hero-image-container img {
    max-width: 400px;
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

h1#hero-title {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #DAA520;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

h1#hero-title i {
    color: #ffffff;
    background: #DAA520;
    padding: 8px;
    border-radius: 50%;
    margin-right: 10px;
}

h1#hero-title span {
    font-size: 2.2rem;
    color: #ffffff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 2rem 0;
    border-radius: 15px;
    border: 3px solid #DAA520;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.lead {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.lead i {
    color: #DAA520;
    font-size: 1.4rem;
}

.quiero-crecer {
    display: inline-block;
    width: auto;
    min-width: 280px;
    padding: 18px 35px;
    background: #DAA520;
    color: #000000;
    text-decoration: none;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1.2em;
    transition: all 0.3s ease;
    border: none;
    margin: 2rem 0;
    box-shadow: 0 5px 15px rgba(218, 165, 32, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quiero-crecer:hover {
    background: #ffffff;
    color: #000000;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.6);
}

.quiero-crecer i {
    margin-right: 10px;
    font-size: 1.3em;
}

.terminos {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9em;
    margin-top: 15px;
}

.terminos i {
    color: #DAA520;
}

/* Estilos responsivos mejorados */
@media (max-width: 768px) {
    .hero-content {
        padding: 2rem;
    }
    
    h1#hero-title {
        font-size: 2.2rem;
    }
    
    h1#hero-title span {
        font-size: 1.8rem;
    }
    
    .hero-image-container {
        padding: 0;
        margin-bottom: 2rem;
    }
    
    .hero-image-container img {
        max-width: 300px;
    }
    
    .quiero-crecer {
        width: 100%;
        font-size: 1.1em;
        padding: 15px 25px;
    }
    
    .lead {
        font-size: 1.1rem;
    }
}

/* Agregar estilos para la sección de testimonios */
.testimonios-section {
    background-color: #000000;
    color: #ffffff;
    padding: 40px 0;
}

.testimonios-section h2,
.testimonios-section p {
    color: #ffffff;
}

.testimonios-section .card {
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    transition: transform 0.3s ease;
}

.testimonios-section .card:hover {
    transform: translateY(-5px);
}

.testimonios-section .card-body {
    color: #ffffff;
}

.testimonios-section .card-text {
    color: #ffffff;
}

.testimonios-section .card-title {
    color: #DAA520;
}

/* Estilos para el icono de testimonios */
.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;
}

.testimonios-section .card:hover .testimonio-icon {
    transform: rotate(360deg);
    transition: transform 0.8s ease;
}

/* Ajustar tamaño de iconos en el footer */
footer .social-icons a {
    color: #DAA520 !important;
    font-size: 2em; /* Aumentar tamaño */
    margin: 0 15px; /* Ajustar espaciado */
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: #ffffff !important;
}

/* Estilos para la sección de beneficios */
#beneficios {
    background-color: #DAA520 !important; /* Fondo mostaza */
    padding: 4rem 0;
}

#beneficios h2 {
    color: #000000 !important; /* Título en negro para contraste con fondo mostaza */
}

#beneficios .card {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#beneficios .card-body {
    background: #000000; /* Negro puro sin transparencia */
    border-radius: 15px;
    padding: 2rem;
}

#beneficios .card-body i {
    color: #DAA520 !important; /* Iconos mostaza */
    font-size: 2rem;
    margin-bottom: 1rem;
}

#beneficios .h5 {
    color: #ffffff !important; /* Texto blanco */
    font-weight: bold;
}

#beneficios .card-text {
    color: #ffffff !important; /* Texto blanco */
}

#contacto {
    background: #1a1a1a !important; /* Negro sólido más claro */
    padding: 60px 0;
}

#contacto h2 {
    color: #DAA520 !important;
    margin-bottom: 2rem;
}

.btn-empezar {
    position: relative;
    overflow: hidden;
}

.btn-empezar::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.btn-empezar:hover::after {
    left: 100%;
}

/* Mejorar las transiciones globales */
* {
    transition: all 0.3s ease;
}

/* Efecto de scroll suave */
html {
    scroll-behavior: smooth;
}

/* Mejorar espaciado entre secciones */
section {
    position: relative;
    overflow: hidden;
}

/* Agregar efecto de hover a los iconos del footer */
footer .social-icons a:hover {
    transform: translateY(-5px);
}

.feature-image-container {
    margin: 2rem auto;
    max-width: 600px;
    padding: 1rem;
}

.feature-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 8px 24px rgba(218, 165, 32, 0.3);
    transition: transform 0.3s ease;
}

.feature-image:hover {
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .feature-image-container {
        max-width: 100%;
        padding: 0.5rem;
    }
}