.cmp_encuesta_opcion_tema{width:100%;height:52px;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:10px;background:#8CBFFF33;padding:6px;cursor:pointer;border:0;outline:0;appearance:none;-webkit-appearance:none;transition:background .2s ease,color .2s ease}
.cmp_encuesta_opcion_tema img.cmp_encuesta_opcion_tema_logo{width:18px;height:18px}
.cmp_encuesta_opcion_tema h4.cmp_encuesta_opcion_tema_titulo{width:auto;height:22px;font-family:Avenir;font-size:14px;font-weight:900;line-height:22px;letter-spacing:0;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;color:#002d72;margin-top:0;margin-bottom:0;white-space:nowrap;flex-shrink:0;flex:1}
.cmp_encuesta_opcion_tema:hover,.cmp_encuesta_opcion_tema.is-selected{background:#3481fe}
.cmp_encuesta_opcion_tema:hover h4.cmp_encuesta_opcion_tema_titulo,.cmp_encuesta_opcion_tema.is-selected h4.cmp_encuesta_opcion_tema_titulo{color:#fff}
@media(max-width:768px){button.cmp_encuesta_opcion_tema{width:100%;height:38px;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:10px;background:#8CBFFF33;padding:6px;cursor:pointer}
div.cmp_encuesta_opcion_tema img.cmp_encuesta_opcion_tema_logo{width:18px;height:18px}
div.cmp_encuesta_opcion_tema h4.cmp_encuesta_opcion_tema_titulo{width:auto;height:22px;font-family:Avenir;font-size:14px;font-weight:900;line-height:22px;letter-spacing:0;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;color:#002d72;margin-top:0;margin-bottom:0;white-space:nowrap;flex-shrink:0;flex:1}
button.cmp_encuesta_opcion_tema:hover{background:#3481fe}
button.cmp_encuesta_opcion_tema:hover h4.cmp_encuesta_opcion_tema_titulo{color:#fff}
}