/* === CUSTOM CSS === */
@charset "UTF-8";
/* Tamaño columnas opciones*/
.form_fields ul, ol {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.form_fields ol li,
.form_fields ul li {
  -webkit-box-flex: 0;
  flex: 0 1 calc(100%/3) !important;
  text-align: center;
  padding: 0;
  margin: 0 5px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  position: relative;
  height: 134px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 560px) {
    .form_fields ol li,
    .form_fields ul li {
      padding: 0 2px; } }

.swiper_m_options_list_content {
  max-width: 560px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media screen and (max-width: 560px) {
  .wizard .form-contender, .wizard .full_section {
    padding: 0; } }

/*Estilos respuestas */
.control-point, .control-checks input:disabled ~ .control-point {
  opacity: 0; }

.li_wrapper {
  background-color: transparent !important; }
  .li_wrapper:hover {
    background-color: rgba(122, 20, 53, 0.5) !important; }
    .li_wrapper:hover > * {
      transform: scale(1.1); }
  .li_wrapper .m_options_list_input {
    background-color: transparent; }
    .li_wrapper .m_options_list_input .m_option label:not(.step_error) {
      padding: 0.8em 0;
      text-align: center; }
      @media screen and (min-width: 560px) {
        .li_wrapper .m_options_list_input .m_option label:not(.step_error) {
          padding: 1em 0; } }
  .li_wrapper figure a {
    text-align: center; }
    .li_wrapper figure a:before {
      content: none; }
    .li_wrapper figure a img {
      max-width: 80px; }
      @media screen and (min-width: 560px) {
        .li_wrapper figure a img {
          max-width: 110px; } }

span.click_to_view {
  display: none !important; }

.form_fields .form_input label {
  color: #FFFFFF !important; }

.control-checks label {
  border: none;
  margin: 0 auto;
  min-width: 80px; }
  @media screen and (min-width: 560px) {
    .control-checks label {
      min-width: 110px; } }

.control-checks label:not(.image_description):not(.click_to_view):hover {
  background-color: transparent !important; }

.control-checks:not(.js_quizz_question_ok):not(.js_quizz_question_ko):not(.no-answer-with-image) input:checked ~ label:not(.image_description) {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  max-width: 80px; }
  @media screen and (min-width: 560px) {
    .control-checks:not(.js_quizz_question_ok):not(.js_quizz_question_ko):not(.no-answer-with-image) input:checked ~ label:not(.image_description) {
      max-width: 110px; } }

.control-checks:not(.js_quizz_question_ok):not(.js_quizz_question_ko) .m_options_list_input:not(.no-answer) input:checked ~ label:not(.image_description) {
  color: #7A1435 !important; }

.form_fields ol li:nth-child(2n).control-checks:not(.js_quizz_question_ok):not(.js_quizz_question_ko):not(.no-answer-with-image) input:checked ~ label:not(.image_description),
.form_fields ul li:nth-child(2n).control-checks:not(.js_quizz_question_ok):not(.js_quizz_question_ko):not(.no-answer-with-image) input:checked ~ label:not(.image_description) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.last_step .form-contender {
  background-color: rgba(122, 20, 53, 0.6); }

/* Pantalla final */
.m_ribbon_text {
  background-color: rgba(255, 255, 255, 0.5); }

/* Listado participantes */
.m_entry_user_info,
.m_entry_user_info .m_entry_user a,
.m_entry_user_info * {
  color: #000000; }

dl.quizz_answers dt {
  background-color: #f6f6f6; }

.quizz_answers dt h5 {
  color: #000 !important;
  font-size: 0.8rem;
  margin-bottom: .2rem;
  padding: .3rem .3rem 0 .3rem; }

.quizz_answers dt p {
  color: #000 !important;
  font-size: 0.8rem;
  margin-bottom: 0.3rem; }

.quizz_answers dd {
  color: #000;
  text-align: center; }

@media screen and (max-width: 767.9999px) {
  .m_entries .m_entries_entry_body .m_entries_entry_figure {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; } }
.m_entries_entry_figure {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

body.part_list .m_entries_entry_figure {
  display: none; }
