.card-header{padding:16px;background-color:#f0f0f0}.card-header p{margin-bottom:10px;font-size:14px}.card-header video.preview{width:100%;max-height:300px}.card-header audio.preview{display:block;width:100%}.card-body{display:block !important}.card-body.d-flex{display:flex !important}.pergunta{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;background-color:#f0f0f0;gap:15px;font-size:16px;margin-bottom:30px;border-radius:5px;overflow:hidden}@media screen and (max-width: 768px){.pergunta{flex-direction:column;align-items:flex-start;justify-content:center;gap:0px}}.pergunta-number{display:flex;flex-direction:row;justify-content:center;align-items:center;background:#ed2939;color:#fff;gap:5px;font-size:16px;font-weight:900;padding:10px}@media screen and (max-width: 768px){.pergunta-number{width:100%;justify-content:flex-start}.pergunta-number::after{display:none}}.pergunta-number:after{display:block;content:" - "}.pergunta-texto{padding:10px}.pergunta-texto p{margin:0px 0px 5px 0px}.respostas{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}.respostas .alternativa{display:flex;flex-direction:row;justify-content:flex-start;text-align:left;white-space:normal;gap:10px;padding:10px;background:#eee5e5;flex:1;width:100%}.respostas .alternativa:before{font-family:"FontAwesome";display:block;width:20px;content:""}.respostas .alternativa.selecionado{background-color:red;color:#fff}.respostas .alternativa.selecionado:before{content:""}.card-footer{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}@media screen and (max-width: 768px){.card-footer{flex-direction:column;justify-content:center;align-items:center;gap:10px}}.progress-container{display:flex;flex-direction:column;flex:3;padding:5px}@media screen and (max-width: 768px){.progress-container{width:100%}}.progress-controller{position:relative;display:block;width:100%;height:15px;background:gray;border-radius:5px;overflow:hidden}.progress-andamento{position:absolute;background:red;top:0px;left:0px;height:100%;transition:width .5s linear}.buttons-container{display:flex;flex-direction:row;justify-content:center;align-items:center;flex:2}@media screen and (max-width: 768px){.buttons-container{width:100%}.buttons-container button{min-height:45px}}.buttons-container button{flex:1;margin:0px 20px}.loading{position:absolute;top:0px;left:0px;width:100%;height:100%;display:none;justify-content:center;align-items:center;gap:15px;font-size:25px;background:#fff}.loading-icon{animation:rotation 2s infinite linear;color:#ed2939}.loading-message{font-family:"Montserrat"}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.resultado-container{display:flex;justify-content:center;align-items:center;gap:20px;flex-direction:column;flex:1;min-height:100%;text-align:center}.resultado-container h1{margin:30px auto}div#timer{display:flex;min-width:140px;width:-moz-max-content;width:max-content;background:#1a1d20;padding:10px 20px;flex-direction:row;justify-content:space-evenly;align-items:center;gap:5px;line-height:1;color:#fff;border-radius:10px}div#timer .icon{font-size:18px;margin-right:10px}div#timer .minutes,div#timer .separator,div#timer .seconds{font-size:25px;font-weight:600}div#timer .minutes,div#timer .seconds{min-width:30px}