/* === CUSTOM CSS === */
@font-face {
  font-family: 'ECIFont-regular';
  src: url("https://ct-front.s3.amazonaws.com/2020/eci/fuentes/ECIFont-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ECIFont-light';
  src: url("https://ct-front.s3.amazonaws.com/2020/eci/fuentes/Ecifont-light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ECIFont-medium';
  src: url("https://ct-front.s3.amazonaws.com/2020/eci/fuentes/ECIFont-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@media only screen and (min-width: 560px) {
  body:not([data-previewing='1']) {
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; } }

body, .promo_info h1, .participate_button, .title h1, .title h2, .title h3, .pagination, .m_header > *, .m_popup_header, .m_action_share_title, .legal_row label, .m_countdown_time, .error, .notice, .error_explanation, .m_follow_text, .m_no_promo_header, .m_no_promo_content_title, .m_powered_by, .m_url_description, .pagination em.current, .footer_text, select, .form_fields .form_input label, .form_fields .form_select label, .form_fields .form_input input, .form_fields .form_input textarea, .form_fields .form_checkbox a, .m_btn, .alertify-button, .wizard > .actions a, .m_btn_goto, .link_btn, .m_action_count, .m_comment_name, .m_countdown_title, .m_entry_user, .m_entry_points, .m_entry_votes, .m_header_step, .m_no_promo_content p strong, .m_option, .m_participations_text, .m_powered_by strong, .m_score_value, .alertify-notifier, .m_tabs_nav, .m_url_content, .m_user_name, .m_wysiwyg_dialog_title, .wizard, .tabcontrol, .m_header_strong > *, .m_comment_date, .m_entry .m_figure_content_text .m_text_content, .m_entry .m_figure_content_quotes .m_text_content, .m_entry_date, .m_figure_caption .m_text, .m_user_created_at, .swiper-buttons button {
  font-family: "ECIFont-light", sans-serif !important; }

p b, p strong {
  font-family: "ECIFont-regular", sans-serif !important;
  font-weight: inherit; }

.form_layout {
  /* Left column */
  /* Right column */ }
  @media only screen and (min-width: 560px) {
    .form_layout {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  .form_layout .form_header {
    text-align: center; }
    @media only screen and (min-width: 560px) {
      .form_layout .form_header {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 50%;
        -ms-flexbox: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .form_layout .form_header p {
      padding: 0;
      margin-bottom: 0; }
    .form_layout .form_header img {
      margin: 0 auto; }
  .form_layout form {
    padding: 1em 1.5em; }
    @media only screen and (min-width: 560px) {
      .form_layout form {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 50%;
        -ms-flexbox: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .form_layout form .form_header_for_multistep_quizz {
      text-align: center; }
      .form_layout form .form_header_for_multistep_quizz p, .form_layout form .form_header_for_multistep_quizz h1 {
        margin-bottom: 0; }
    .form_layout form .form_fields_contender {
      padding: 0; }
    .form_layout form .fields-contender > * {
      width: 100%; }
    .form_layout form .form_fields.form_row {
      margin-bottom: 0;
      padding: 0.5em 0 1em; }
    .form_layout form .form_disclaimer {
      padding: 0; }
    .form_layout form .form_input {
      margin-bottom: 0; }
    .form_layout form .actions_section {
      padding: 0; }
      .form_layout form .actions_section .form_fields {
        padding-top: 0 !important; }
        .form_layout form .actions_section .form_fields a {
          font-size: 0.8rem; }
      .form_layout form .actions_section .actions ul {
        padding: 0; }
        .form_layout form .actions_section .actions ul li {
          margin: 0 !important; }
          .form_layout form .actions_section .actions ul li button {
            width: 100%; }

#error_explanation {
  background-color: transparent;
  padding: 0; }
  #error_explanation h3 {
    display: none; }
  #error_explanation ul {
    margin-bottom: 0;
    padding-left: 0; }
    #error_explanation ul li {
      color: #ff0033;
      font-size: 1rem;
      list-style: none; }

.form_fields .form_input label.step_error, label.step_error {
  background-color: transparent;
  color: #ff0033 !important; }

.modal .modal-content {
  background-color: white; }
  .modal .modal-content .modal-body a {
    color: #008C2E;
    font-weight: bold; }

.thank-you-message {
  /* Left column */
  /* Right column */ }
  @media only screen and (min-width: 560px) {
    .thank-you-message {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  .thank-you-message .col-left {
    text-align: center; }
    @media only screen and (min-width: 560px) {
      .thank-you-message .col-left {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 50%;
        -ms-flexbox: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .thank-you-message .col-left p {
      padding: 0;
      margin-bottom: 0; }
    .thank-you-message .col-left img {
      margin: 0 auto; }
  .thank-you-message .col-right {
    text-align: center;
    padding: 1em 1.5em; }
    @media only screen and (min-width: 560px) {
      .thank-you-message .col-right {
        -webkit-box: 0;
        -moz-box: 0;
        -webkit-flex: 0 0 50%;
        -ms-flexbox: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
