.hero-section {
    background-image: url('ImagBIO/imag.webp');
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.hero-section .hero-content h1 {
    font-size: 3em;
    color: #F7931A;
    margin-bottom: 20px;
}

.hero-section .hero-content p {
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto 30px;
}

.cta-buttons .btn-primary, .cta-buttons .btn-secondary {
    padding: 15px 30px;
    font-size: 1em;
    border-radius: 5px;
    text-decoration: none;
}

.btn-primary {
    background-color: #333c44;
    color: #ffffff;
    margin-right: 10px;
}

.btn-secondary {
    background-color: #333c44;
    color: #ffffff;
}
.cta-buttons .btn-primary:hover {
    background-color: #d67816; /* Azul más oscuro en hover */
    transform: scale(1.03); /* Ligero aumento */
}
.cta-buttons .btn-secondary:hover {
    background-color: #d67816; /* Naranja más oscuro en hover */
    transform: scale(1.03); /* Ligero aumento */
}
.cta-buttons {
    padding: 40px;
}