/* soporte.css */
body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    margin: 0;
    padding: 0;
}

.soporte-section {
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
}

h1 {
    color: #333;
    margin-bottom: 20px;
}

p {
    color: #555;
    font-size: 16px;
    line-height: 1.5;
}

.contacto p {
    margin: 10px 0;
    font-weight: bold;
}

.contacto a {
    color: #007bff;
    text-decoration: none;
}

.contacto a:hover {
    text-decoration: underline;
}
