/* Body and Hero Section */
body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
}

.btn {
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.programas {
    background: #7a3c3c;
}

/* Scroll to Top Button */
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ff0000;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
}

#scrollTopBtn:hover {
    background-color: #333;
}

/* Footer */
footer {
    background-color: #000;
}
