/* ===== AVISO LEGAL ===== */
#aviso-legal{
    max-width: 900px;
    margin: 50px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-left: 6px solid #3CB371;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#aviso-legal h2{
    text-align: center;
    color: #2E8B57;
    margin-bottom: 20px;
    font-size: 28px;
}

#aviso-legal p{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #333;
}

#aviso-legal strong{
    color: #2E8B57;
}