﻿body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;line-height: 1.6;color: #333;max-width: 800px;margin: 0 auto;padding: 20px; }

h1 { color:#2c3e50;text-align:center;margin-bottom:1.5rem; }
h2 { color:#E30613;font-size:large;text-align:center;margin-top: 2rem;border-bottom: 2px solid #eee;padding-bottom: 0.5rem; }

.Cont { position:relative;width:100%;background:rgb(255,255,255);padding:20px;margin-bottom:30px;overflow:hidden;box-sizing:border-box; }
.Cont h2 { display:flex;align-items:center; }
.Cont a { float:left;display:block;width:50%;height:100px;text-align:center;box-sizing:border-box; }
.platform-icon { margin-right: 10px;font-size: 1.5rem; }
.steps { counter-reset: step-counter; }
.step { margin-bottom: 15px;position: relative;padding-left: 40px; }
.step::before { counter-increment: step-counter;content: counter(step-counter);position: absolute;left: 0;top: 0;background-color: #E30613;color: white;width: 28px;height: 28px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold; }
.note { background-color: #fffaed;border-left: 4px solid #f1c40f;padding: 12px;margin: 15px 0;font-size: 0.9rem; }
p.pCentr { text-align:center; }

.imgLogo { display:block;max-width:100%;height:auto;border:1px solid #ddd;border-radius:4px;margin:15px 0; }

.browser-specific { background-color: #e8f4fc;border-radius: 6px;padding: 15px;margin-top: 10px; }
.browser-specific h4 { margin-top: 0;color: #2980b9; }

footer { margin-top: 40px;text-align: center;font-size: 0.8rem;color: #7f8c8d;border-top: 1px solid #eee;padding-top: 20px; }


.ContBoton { text-align: center;margin: 10px 0; }

.btnAcceso { background-color: white;color: #E30613;padding: 10px 20px;border-radius: 5px;font-size: 16px;cursor: pointer;transition: background-color 0.3s;border: 1px solid #E30613;font-weight: bold; }
.btnAcceso:hover { background-color: #eee; }
.idioma-selector { text-align: right;padding: 10px;background-color: #f8f8f8;border-bottom: 1px solid #e0e0e0;margin-bottom: 10px; }
.idioma-selector a { padding:5px;color:#E30613;border:0px;font-size:large;text-decoration:none; }