/* 
 * Juguettos
 * custom scsss
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
/* Variables */
/* CSS general */
body {
  background-color: #f2f7fd !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px; }

h1,
h2,
h3,
h4 {
  font-family: 'Nunito', serif !important; }

h1,
h2 {
  text-align: center !important; }

h1 {
  color: #2e4597;
  margin: 0.5em 0;
  font-size: 2.25em !important;
  text-transform: uppercase !important;
  padding: 0 0.5em;
  font-weight: 400;
  line-height: 1em; }
  @media screen and (min-width: 768px) {
    h1 {
      padding: 0 2em; } }

strong {
  font-weight: 700; }

p {
  text-align: justify; }

a {
  color: #fc3a7b;
  text-decoration: none; }

.wrapper {
  background-color: #dbe9fb;
  margin-top: 0; }

/* Oculta elementos */
.section > .m_header_title,
.home_layout > div:last-of-type,
.home_layout > .section:last-child,
.legal_row,
.actions_row,
.details_row {
  display: none !important; }

.home_layout .section:nth-child(2) .m_header_title {
  display: block !important; }

.m_header_title,
.m_tab_nav_item,
.form_fields .form_input input,
.form_fields .form_input textarea,
.m_wysiwyg textarea,
.select_content,
.row + .row,
.fields,
.fields + .row,
.m_message:after,
.pagination a {
  border: 0 !important;
  margin-bottom: 0 !important; }

/* Landing */
.home_layout {
  background-color: #dbe9fb; }
  .home_layout .section {
    background-color: transparent;
    padding: 0 4.2em !important; }
  .home_layout .full_section {
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .home_layout .full_section {
        padding: 0; } }
    .home_layout .full_section ~ div {
      display: none; }
    .home_layout .full_section .banner_row .m_banner {
      border: 0 !important; }
      .home_layout .full_section .banner_row .m_banner .participate_row,
      .home_layout .full_section .banner_row .m_banner .participate_row:hover {
        display: none; }
    .home_layout .full_section .action_row {
      background-color: transparent; }
  .home_layout .full_section .action_row .m_btn {
    font-size: 1.6em; }
    .home_layout .full_section .action_row .m_btn span {
      font-size: inherit; }
    .home_layout .full_section .action_row .m_btn:after {
      background-color: transparent;
      content: none;
      display: inline-block;
      position: relative;
      text-align: center;
      font-family: inherit;
      color: inherit;
      height: 1em;
      top: 0;
      line-height: 1em; }
  .home_layout .headline_row {
    padding-bottom: 0 !important; }

/* Form */
.form_layout .section {
  padding: 0;
  background-color: #dbe9fb; }
.form_layout .wrapper_row .m_header_step {
  padding: 0;
  margin: 0 !important;
  padding: 2em 0;
  background-color: #2e4597; }
  .form_layout .wrapper_row .m_header_step:before {
    content: none !important; }
  .form_layout .wrapper_row .m_header_step h1 {
    font-family: 'Nunito', sans-serif !important;
    padding: 0;
    text-align: left !important;
    text-transform: none !important;
    line-height: 1em;
    font-weight: 400;
    color: #fff;
    padding: 0 4.2em; }
.form_layout .m_figure_content {
  padding: 0 !important;
  height: auto !important; }
  .form_layout .m_figure_content img {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    display: block;
    position: relative; }
.form_layout .m_figure_options_values::after {
  content: none; }
.form_layout #wizard {
  margin-top: 0;
  padding: 0 2.25em; }
.form_layout .wizard > .content {
  margin: 0;
  padding: 0; }
.form_layout .wizard > .content > .body {
  width: 100%;
  height: 100%;
  padding: 0 0 20px 0; }
.form_layout .question {
  font-family: 'Open Sans', serif !important;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 768px) {
    .form_layout .question {
      padding-left: 70px;
      padding-right: 70px; } }
  .form_layout .question p {
    font-size: 28px;
    color: #3f6874;
    padding-bottom: 30px;
    line-height: 1em; }
.form_layout .m_options {
  background-color: transparent;
  padding: 0;
  border: 0 !important; }
  .form_layout .m_options ul {
    margin: 0;
    text-align: center; }
    .form_layout .m_options ul li {
      display: block;
      margin: 0 auto; }
.form_layout .m_form_actions::before, .form_layout .m_form_actions::after {
  content: none; }
.form_layout .m_form_actions_content .m_btn_standard::after {
  content: none; }
.form_layout .wizard .actions ul {
  width: 100%;
  margin-bottom: 2em; }
  .form_layout .wizard .actions ul li {
    width: 100%;
    margin: 0; }
    .form_layout .wizard .actions ul li a {
      margin: 0 auto;
      max-width: 200px;
      width: 100%;
      display: block;
      font-weight: 300; }
    .form_layout .wizard .actions ul li:first-of-type {
      display: none; }

.form_input {
  position: relative;
  margin-top: 15px !important;
  display: block;
  width: 100%;
  margin: 0; }
  .form_input span {
    position: relative;
    height: 47px; }
  @media screen and (min-width: 768px) {
    .form_input {
      display: inline-block;
      width: 48%;
      margin-right: 1%; } }
  .form_input:nth-child(3) {
    display: block;
    margin: 0 auto;
    position: relative; }
  .form_input span {
    background-color: transparent !important;
    padding: 0 !important; }
    .form_input span input {
      border-radius: 0 !important;
      padding: 13px !important;
      font-family: 'Nunito', sans-serif !important;
      font-weight: 400 !important;
      font-size: 18px !important; }
  .form_input label {
    font-size: 15px !important;
    padding-left: 0 !important; }
    .form_input label.step_error {
      color: red; }

.m_option_label {
  border-radius: 0;
  border: 0;
  font-size: 2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  background-color: transparent;
  border: 1px solid #2e4597;
  color: #2e4597; }
  .m_option_label:hover, .m_option_label:active, .m_option_label:focus {
    background-color: #2e4597;
    color: #fff; }
  .m_option_label:after {
    content: none; }
  .m_option_label.step_error {
    color: red !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    position: absolute;
    bottom: -24px;
    left: 0;
    display: block; }

.m_header_guide,
.wizard > .steps {
  display: none; }

.m_badge.m_badge_icon {
  display: none; }

.form_fields .form_checkbox {
  text-align: center;
  position: relative;
  display: block;
  float: none;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .form_fields .form_checkbox {
      width: 30% !important; } }

.form_fields .form_checkbox .checkbox {
  border: 0;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  border: 7px solid #fff;
  width: 10px;
  height: 10px; }
  .form_fields .form_checkbox .checkbox.checked_checkbox {
    background-color: #fc3a7b;
    border: 7px solid #fff; }

/* Tras participar */
body.part_mine .m_btn_goto {
  display: none; }

/* Ganadores  */
.winners_layout .certificate_head {
  background-color: #fc3a7b; }
  .winners_layout .certificate_head .m_header.m_header_title h1 {
    color: #fff; }
.winners_layout .stats_row {
  background-color: #dbe9fb; }
.winners_layout .m_users .m_header_winners h2 {
  color: #2e4597; }
.winners_layout .m_users_list li {
  width: 100%;
  background-color: #fff; }

/* Botones y links */
.m_btn,
.actions ul li a {
  text-transform: uppercase;
  text-shadow: none !important;
  background-color: #fc3a7b !important;
  border: 1px solid #fc3a7b !important;
  color: #fff;
  font-family: 'Nunito', sans-serif !important;
  font-weight: 400;
  padding: 0.5em 3em;
  border-radius: 0; }
  .m_btn:hover, .m_btn:active, .m_btn:focus,
  .actions ul li a:hover,
  .actions ul li a:active,
  .actions ul li a:focus {
    background-color: transparent !important;
    color: #fc3a7b !important; }

.actions ul li a:after {
  content: none !important; }

/* Popups */
.m_popup {
  border-radius: 0 !important;
  background-color: transparent; }
  .m_popup h2 {
    font-family: 'Nunito', sans-serif !important;
    color: #3f6874 !important;
    font-weight: 400; }
  .m_popup a.m_btn:after {
    content: none; }

.m_popup_header {
  background-color: #fc3a7b;
  font-family: 'Nunito', sans-serif !important;
  font-size: 2em !important;
  padding: 0.5em 1em;
  text-align: center;
  border-radius: 0; }

.m_popup_content {
  padding: 2em !important;
  background-color: #c9e7e9; }

.m_popup_text {
  text-align: center;
  padding: 0;
  padding-left: 0 !important;
  margin: 1em 0 !important; }
  .m_popup_text p {
    padding: 0;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif !important;
    text-align: left; }
  .m_popup_text .common-btn {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative; }
    .m_popup_text .common-btn .common-bg {
      margin: 0 !important;
      width: 100%; }
      .m_popup_text .common-btn .common-bg a {
        line-height: 3em; }
        .m_popup_text .common-btn .common-bg a span {
          margin-left: 0;
          margin-top: 0;
          top: 0; }
    .m_popup_text .common-btn::after {
      position: absolute;
      top: 0; }

/* Video aspect ratio */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 0 !important; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
/*****************************************/
.quiz_questions_on_personal_data {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .quiz_questions_on_personal_data {
      width: calc(50% - 15px);
      display: block;
      float: right;
      position: relative; } }
  .quiz_questions_on_personal_data section {
    width: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .quiz_questions_on_personal_data section {
        top: -72.5px;
        right: 0;
        position: absolute; } }
  .quiz_questions_on_personal_data .wrapper_row .m_header_step {
    margin: 0;
    margin-top: 15px;
    margin-bottom: 0.5em !important; }
    @media screen and (min-width: 768px) {
      .quiz_questions_on_personal_data .wrapper_row .m_header_step {
        margin-top: 0; } }
    .quiz_questions_on_personal_data .wrapper_row .m_header_step h1 {
      margin: 0 !important; }
      .quiz_questions_on_personal_data .wrapper_row .m_header_step h1 label.step_error {
        bottom: 0 !important;
        left: 0 !important;
        padding: 0; }
  .quiz_questions_on_personal_data .wrapper_row .form_select {
    margin: 0 !important; }
    .quiz_questions_on_personal_data .wrapper_row .form_select select#participation_promo_response_attributes_response_14090 {
      font-size: 1em; }
    .quiz_questions_on_personal_data .wrapper_row .form_select .select {
      border: 0 !important;
      border-radius: 0;
      font-size: 18px !important;
      padding: 0 !important;
      height: 47px !important;
      background-color: transparent;
      font-family: 'Nunito', sans-serif !important;
      font-weight: 400 !important; }
      .quiz_questions_on_personal_data .wrapper_row .form_select .select .select_button {
        display: none; }
      .quiz_questions_on_personal_data .wrapper_row .form_select .select .select_label {
        padding: 0 !important;
        font-size: 18px !important;
        font-family: 'Nunito', sans-serif !important;
        font-weight: 400 !important; }
      .quiz_questions_on_personal_data .wrapper_row .form_select .select option {
        font-size: 18px !important;
        font-family: 'Nunito', sans-serif !important;
        font-weight: 400 !important; }

.form_layout .actions_section {
  padding: 0 20px !important; }
  @media screen and (min-width: 768px) {
    .form_layout .actions_section {
      padding: 0 !important; } }
  .form_layout .actions_section .form_checkbox {
    margin-bottom: 10px !important;
    width: 100%;
    padding-left: 32px; }
    .form_layout .actions_section .form_checkbox label {
      padding-left: 0 !important;
      margin-bottom: 0; }
      .form_layout .actions_section .form_checkbox label a {
        font-size: 13px !important;
        color: #3f6874;
        font-weight: 400; }
      .form_layout .actions_section .form_checkbox label ~ label.step_error {
        bottom: -15px !important;
        left: 25px !important;
        right: 0; }

.form_header_for_multistep_quizz {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .form_header_for_multistep_quizz {
      padding: 0; } }
  .form_header_for_multistep_quizz .question {
    padding: 0 !important; }

.part_mine .full_section.header_section {
  display: block !important;
  padding-bottom: 0; }
  .part_mine .full_section.header_section ~ .section {
    padding: 0;
    background-color: #dbe9fb; }

.entry_row .m_entry {
  display: none; }

.m_btn.js_share_options span {
  display: none; }
.m_btn.js_share_options:after {
  content: none; }

.image-banner {
  margin-bottom: 0 !important; }
  .image-banner img {
    margin: 0;
    width: 100%;
    height: auto; }

.thanks {
  text-align: center;
  width: 100%;
  background-color: #d7edef;
  margin-bottom: 0 !important;
  padding: 20px 0; }
  .thanks h4 {
    padding: 15px 0;
    line-height: 1em; }
  .thanks span {
    margin-bottom: 15px; }

.thanks_2 {
  background-color: #c9e7e9;
  padding: 20px;
  margin-bottom: 0 !important; }
  @media screen and (min-width: 768px) {
    .thanks_2 {
      padding: 20px 0; } }
  .thanks_2 p {
    text-align: center;
    margin-bottom: 15px; }

.wrapper .full_section {
  background-color: transparent;
  position: relative;
  display: block;
  float: none;
  margin-bottom: 2em; }

.entry_layout .messages_row {
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 0; }

.m_message:after {
  content: none; }

.notice {
  display: none; }

#wizard-p-1 {
  padding-top: 40px; }
  #wizard-p-1 .second {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif !important;
    color: #3f6874; }
    #wizard-p-1 .second:before {
      display: inline-block;
      content: '';
      width: 15px;
      height: 15px;
      margin-right: 10px;
      background-color: #55c0b4; }

.required_field:after {
  content: none !important; }

.m_text_content {
  line-height: 1.9em; }
