.banner {
    background-color: #ff9800; /* Color vibrante para captar atención */
    color: white;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 1200px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}

.banner h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

.banner p {
    margin: 10px 0 0;
    font-size: 1.1rem;
    line-height: 1.5;
}
