.testov-section{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:800px;padding:40px 20px}.testov-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.testov-title{color:#333;font-size:24px;font-weight:600;margin:0}.testov-counter{font-size:16px}.testov-progress-container{background-color:#e0e0e0;border:1px solid #fff;border-radius:10px;height:8px;margin-bottom:40px;overflow:hidden;width:100%}.testov-progress-bar{background:linear-gradient(90deg,#fe5a00,#ff8c42);border-radius:10px;height:100%;transition:width .3s ease;width:4%}.info-pregunta{animation:fadeIn .5s ease forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.testov-question-header{align-items:baseline;display:flex;gap:12px;margin-bottom:30px}.testov-question-number{align-items:center;border-radius:8px;box-sizing:border-box;display:flex;font-size:24px;font-weight:700;height:40px;justify-content:center;padding:10px;vertical-align:middle;width:40px}.pregunta{font-size:26px;font-weight:600;line-height:1.4;margin:0}.lista-respuesta{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}.respuesta-container{cursor:pointer;position:relative}.respuesta-input{opacity:0;pointer-events:none;position:absolute}.respuesta-option{background-color:#fafafa;border-radius:8px;box-shadow:0 0 4px 0 rgba(0,0,0,.3);-webkit-box-shadow:0 0 4px 0 rgba(0,0,0,.3);-moz-box-shadow:0 0 4px 0 rgba(0,0,0,.3);color:#555;font-size:16px;margin:0;padding:18px 20px;transition:all .2s ease}.respuesta-container:hover .respuesta-option{background-color:#f0f2f5;border-color:#b0b0b0}.testov-controls{display:flex;gap:16px;justify-content:space-between;margin-top:30px}.testov-btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;padding:12px 32px;transition:all .2s ease}.testov-btn-anterior:hover,.testov-btn-siguiente:hover{transform:scale(1.05)}.testov-btn-siguiente:disabled{background:#ccc;box-shadow:none;color:gray;cursor:not-allowed}.info-formulario{animation:fadeIn .5s ease forwards;opacity:0}@media (max-width:768px){.testov-section{padding:20px 15px}.testov-header{align-items:flex-start;flex-direction:column;gap:8px}.testov-title{font-size:20px}.testov-question-number{font-size:24px}.pregunta{font-size:18px}.respuesta-option{font-size:15px;padding:14px 16px}}