/* === CUSTOM CSS === */
@charset "UTF-8";
/**

--- INFO ---

· Las variables se han agrupado por páginas (landing, formulario, gracias y ganadores).
· En cada página se incluye la variables de posición para Desktop y para Mobile.
· Las variables de posición determinan la distancia desde arriba o desde abajo de la página.
· Admite cantidades fijas o porcentajes (ejem: 150px o 54%)

Terminaciones:
_top -----> Distancia desde la parte superior de la página
_bottom --> Distancia desde la base de la página
_m -------> Versión mobile de resolución mínimo (320x480)
_md ----> Tamaño de móvil mediano (iPhone 5 - 7 / Galaxy S3 - S7) [414x736]
_lg ----> Tamaño de móvil grande (iPhone X / Galaxy S8) [375x812]

Para los dispositivos de resolución mínima se usa la imagen de tamaño mediano y se aplica
un espacio extra forzando un scroll para no distorsionar el diseño.

**/
/**************************/
/* VARIABLES GENERALES */
/**************************/
/* Fuentes */
/* Colores */
/* Imágenes */
/**************************/
/* ENLACES FOOTER */
/**************************/
/* desktop */
/* mobile */
/**************************/
/* LANDING */
/**************************/
/* desktop */
/* mobile */
/**************************/
/* FORMULARIO */
/**************************/
/* desktop */
/* mobile */
/**************************/
/* GRACIAS */
/**************************/
/* desktop */
/* mobile */
/**************************/
/* GANADORES */
/**************************/
/* desktop */
/* mobile */
/**************************/
/**************************/
/* FIN DE VARIABLES */
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/**************************/
/*****************/
/*  CSS GENERAL  */
/*****************/
/* Fuentes */
@font-face {
  font-family: 'main_font';
  src: url("https://appfb.com/cool-tabs/thunderbitch/fonts/GT-Haptik-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'secondary_font';
  src: url("https://appfb.com/cool-tabs/thunderbitch/fonts/GT-Pressura-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Estilos reset */
* {
  margin: 0;
  padding: 0; }

.wrapper {
  margin: 0 auto;
  max-width: 810px;
  color: white;
  position: relative; }

.form_checkbox a, .form_checkbox label, .m_text_content a, .m_entry_user a, .gallery_entry .gallery_entry_media a {
  color: white; }

.m_btn::after, #wizard > .steps .current a, #wizard > .actions a::after {
  background-color: transparent !important; }

.m_popup {
  background-color: #fff;
  border-radius: 4px;
  font-size: x-small;
  margin: 0 auto;
  position: relative;
  width: 80%; }

.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-log,
.m_tabs_nav,
.m_url_content,
.m_user_name,
.m_wysiwyg_dialog_title {
  font-family: "main_font"; }

/* landing principal */
.home_background {
  background-image: url("https://appfb.com/cool-tabs/thunderbitch/landing/landing.gif");
  background-repeat: no-repeat;
  height: 800px;
  width: 810px; }

/* botón participar */
.participate_btn_container {
  top: 280px;
  position: absolute;
  left: 20px;
  right: 0; }

.participate_btn {
  background: url("https://appfb.com/cool-tabs/thunderbitch/landing/btn_participar.png") repeat scroll 0 0/100% 200%;
  margin: 0 auto;
  width: 227px;
  height: 70px;
  display: block; }

.participate_btn:hover {
  background-position: 0 98%; }

/* Enlaces footer */
.footer_link {
  color: white;
  font-family: "main_font";
  font-size: 10px;
  font-weight: normal;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  top: auto;
  bottom: 36px;
  width: 100%;
  height: auto;
  z-index: 150;
  padding: 0 !important;
  background-color: transparent !important; }

.footer_link > a {
  color: white;
  cursor: pointer;
  font-family: "main_font";
  text-decoration: none;
  text-transform: uppercase; }

.footer_link > a:hover {
  text-decoration: underline;
  text-transform: uppercase;
  color: #d22630; }

.footer_legal {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  z-index: 160;
  padding: 0 !important;
  background-color: transparent !important; }

.footer_legal > .show_legal {
  color: white;
  font-family: "secondary_font";
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase; }

.footer_legal > .show_legal:hover {
  color: #d22630;
  font-family: "secondary_font";
  font-size: 15px;
  text-decoration: underline;
  text-transform: uppercase; }

/* página gracias - thanks */
.thanks_background {
  background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/thanks_background.gif");
  background-repeat: no-repeat;
  height: 800px;
  width: 810px; }

.fb_btn {
  left: 23%;
  max-width: 80px;
  position: absolute;
  top: 55%; }

.tw_btn {
  position: absolute;
  max-width: 80px;
  top: 55%;
  left: 60%; }

.popup {
  background: url("https://appfb.com/cool-tabs/thunderbitch/thanks/follow_us.png") repeat scroll 0 0;
  height: 247px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 305px;
  width: 410px;
  z-index: 2000; }

.popup_wrapper {
  background: #0b0b0b none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.8;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

.popup_close {
  background: url("https://appfb.com/cool-tabs/thunderbitch/thanks/btn_close_popup.png") repeat scroll 0 0/cover rgba(0, 0, 0, 0);
  cursor: pointer;
  height: 45px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 175px;
  width: 174px; }

.popup_close:hover {
  background-position: 0 100%; }

.whatsapp {
  color: white; }

.thanks_msg {
  color: white;
  font-family: "main_font";
  font-size: 43px;
  font-weight: bold;
  left: 0;
  line-height: 30px;
  margin: auto;
  max-width: 710px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 160px; }

.thanks_share_txt {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 330px;
  width: 227px;
  height: 70px; }

.btn_share:hover {
  background-position: 0 104%; }

.btn_share {
  background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/btn_share.png");
  display: block;
  width: 227px;
  height: 70px; }

/* Formulario */
.form_layout {
  background-image: url("https://appfb.com/cool-tabs/thunderbitch/form/form_background.gif");
  background-repeat: no-repeat;
  height: 800px;
  width: 810px; }

.form_layout .m_header_section {
  display: none; }
.form_layout label.step_error {
  font-size: 12px;
  margin: 5px 0px;
  position: absolute !important;
  bottom: -4px; }
.form_layout .actions_section {
  margin-top: 10px;
  text-align: center;
  padding: 0; }
  .form_layout .actions_section .form_fields {
    text-align: right; }
  .form_layout .actions_section .form_checkbox {
    margin-bottom: 15px; }
.form_layout .form_header {
  width: 40%;
  z-index: 100;
  padding-top: 120px;
  text-align: center;
  font-size: 16px;
  font-family: "secondary_font";
  margin: 0 auto; }
.form_layout .section {
  z-index: 200; }
.form_layout .form_fields .form_input span, .form_layout .select {
  background-color: transparent;
  border: none;
  position: relative; }
.form_layout .form_fields > * + * {
  margin-top: 0px; }
.form_layout #wizard {
  width: 60%;
  margin: 10px auto; }
.form_layout .form_fields .form_input input, .form_layout .form_fields .form_input textarea, .form_layout .form_fields .form_input label, .form_layout .select .select_label {
  color: #000000;
  line-height: 1em;
  padding: 5px;
  position: relative; }
.form_layout input {
  background-attachment: fixed;
  background-clip: border-box;
  background-color: white;
  border-color: #FE2EF7;
  border-radius: 0;
  border-width: 1px;
  color: #000000;
  font-family: "main_font";
  font-size: 14px;
  width: 50%;
  height: 40px; }
.form_layout .form_fields .form_checkbox label,
.form_layout .form_fields .form_checkbox label a {
  font-size: 14px;
  color: #ffffff;
  font-family: "secondary_font";
  padding-top: 0px;
  position: relative;
  line-height: 1.4em; }
.form_layout .checkbox {
  background-image: url("https://appfb.com/cool-tabs/thunderbitch/form/check_white.svg");
  background-repeat: no-repeat; }
.form_layout .checkbox, .form_layout input[type=checkbox] {
  height: 15px;
  width: 16px; }
.form_layout .form_fields .form_checkbox {
  position: relative;
  padding-left: 17px; }
.form_layout .checked_checkbox {
  background-position: -15px bottom; }
.form_layout .m_form_actions:after, .form_layout .m_form_actions:before {
  background-color: transparent; }
.form_layout .m_form_actions_content {
  background-color: transparent; }
  .form_layout .m_form_actions_content .m_btn {
    background-color: transparent;
    text-shadow: none;
    background: url("https://appfb.com/cool-tabs/thunderbitch/form/btn_send.png") repeat scroll 0 0/100% 200%;
    width: 150px;
    height: 46px;
    min-width: initial;
    font-size: 0px; }
  .form_layout .m_form_actions_content .m_btn:hover {
    background-position: 0 90%; }

/* winners */
.winners_layout {
  background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/pantalla_ganadores.jpg");
  background-repeat: no-repeat;
  height: 800px;
  width: 810px;
  color: black; }
  .winners_layout .m_header_winners h1, .winners_layout .m_header_winners h2, .winners_layout .m_header_alternates h1, .winners_layout .m_header_alternates h2 {
    color: black; }
  .winners_layout .m_user_name, .winners_layout .winner_date {
    color: black; }
  .winners_layout .section {
    background-color: transparent; }
  .winners_layout .m_users, .winners_layout .m_user {
    border: none; }
  .winners_layout .certificate_head {
    border: none; }
    .winners_layout .certificate_head .m_header_title {
      display: none; }
  .winners_layout .image {
    display: none; }
  .winners_layout .m_users {
    border: none;
    margin-top: 150px !important; }
  .winners_layout .winner_date {
    line-height: 1em; }
  .winners_layout .legal {
    color: white; }

/**************************/
/**************************/
/* @media queries */
/**************************/
/**************************/
@media screen and (max-width: 480px) {
  /* botón participar */
  .participate_btn {
    background: url("https://appfb.com/cool-tabs/thunderbitch/landing/btn_participar_m.png") repeat scroll 0 0/100% 200% rgba(0, 0, 0, 0);
    width: 113px;
    height: 35px; }

  .participate_btn:hover {
    background-position: 0 90%; }

  /* Pagina gracias*/
  .thanks_share_txt {
    top: 40%; }

  .btn_share {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/btn_share_m.png");
    width: 230px;
    height: 68px; }

  .btn_share:hover {
    background-position: 0 104%; }

  .fb_btn, .tw_btn {
    top: 49%; }

  .fb_btn {
    left: 16%; }

  .popup_close {
    top: 64%;
    background: url("https://appfb.com/cool-tabs/thunderbitch/thanks/btn_close_popup_m.png") repeat scroll 0 0/cover rgba(0, 0, 0, 0);
    height: 45px;
    width: 174px; }

  .popup_close:hover {
    background-position: 0 100%; }

  .popup {
    background: url("https://appfb.com/cool-tabs/thunderbitch/thanks/follow_us.png") repeat scroll 0 0;
    height: 196px;
    background-size: 100% auto;
    top: 10%;
    width: 320px; }

  .fb_btn {
    left: 16%;
    top: 49%; }

  .tw_btn {
    top: 49%;
    left: 59%; }

  /* formulario */
  .form_layout {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/form/form_background_md.gif");
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: 100% 100%;
    height: auto;
    min-height: 100vh; }

  .form_layout .form_header {
    font-size: 14px;
    line-height: 14px;
    width: 90%;
    padding-top: 80px; }

  .form_layout #wizard {
    width: 80%; }

  .form_layout .actions_section .form_checkbox {
    margin-bottom: 8px;
    margin-left: 15px;
    padding-right: 0; }

  .form_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .form_fields .form_checkbox label {
    padding-top: 9px; }

  .form_layout .m_form_actions_content {
    margin: 0;
    padding: 0;
    text-align: center; }

  .form_layout .m_form_actions_content .m_btn {
    background: url("https://appfb.com/cool-tabs/thunderbitch/form/btn_send_m.png");
    width: 105px;
    height: 32px;
    min-width: 105px;
    margin: 0; }

  .WinnersLanding .winner_date {
    margin: 0;
    padding: 5px; }
  .WinnersLanding .legal {
    margin-top: 0;
    line-height: 1em; }
  .WinnersLanding .winner_date, .WinnersLanding .legal {
    text-align: center; }
  .WinnersLanding .m_users_viewport_alternates {
    margin-bottom: 5px; } }
/****************************/
/* variables by screen size */
/****************************/
@media screen and (max-width: 480px) and (min-height: 740px) and (max-height: 812px) {
  .landing_layout .footer_legal > .show_legal {
    font-size: 12px; }
  .landing_layout .footer_link {
    font-size: 7px;
    bottom: 24px; }
  .landing_layout .footer_legal {
    bottom: 10px; }

  .form_layout .footer_link {
    font-size: 7px;
    bottom: 27px; }
  .form_layout .footer_legal {
    bottom: 12px; }
  .form_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .thanks_layout .footer_link {
    font-size: 7px;
    bottom: 21px; }
  .thanks_layout .footer_legal {
    bottom: 5px; }
  .thanks_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .home_background {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/landing/landing_sonar_lg.gif");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  .participate_btn_container {
    left: -1px;
    top: 290px; }

  .form_layout {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/form/form_background_lg.gif"); }
    .form_layout #wizard > .actions a {
      margin-bottom: 5px; }

  #wizard > .content {
    min-height: 34vh; }

  .thanks_background {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/thanks_background_lg.gif");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  .thanks_msg {
    top: 15%;
    font-size: 1em;
    line-height: 2.2em; }

  .thanks_share_txt {
    top: 40%; }

  /* winners */
  .winners_layout {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/pantalla_ganadores_lg.jpg");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .winners_layout .m_users {
      margin-top: 20% !important; }
      .winners_layout .m_users .m_header {
        line-height: 2em; }
    .winners_layout .no_paginate .m_users_list li {
      margin-bottom: 30px; } }
@media screen and (max-width: 414px) and (max-height: 736px) {
  .landing_layout .footer_legal > .show_legal {
    font-size: 12px; }
  .landing_layout .footer_link {
    font-size: 7px;
    bottom: 29px; }
  .landing_layout .footer_legal {
    bottom: 10px; }

  .form_layout .footer_link {
    font-size: 7px;
    bottom: 25px; }
  .form_layout .footer_legal {
    bottom: 10px; }
  .form_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .thanks_layout .footer_link {
    font-size: 7px;
    bottom: 21px; }
  .thanks_layout .footer_legal {
    bottom: 5px; }
  .thanks_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .home_background {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/landing/landing_sonar_md.gif");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  .participate_btn_container {
    left: -1px;
    top: 272px; }

  .form_layout {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/form/form_background_md.gif"); }
    .form_layout #wizard > .actions a {
      margin-bottom: 5px; }

  .thanks_background {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/thanks_background_md.gif");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }

  .thanks_msg {
    top: 15%;
    line-height: 1.2em;
    font-size: 2.1em; }

  .thanks_share_txt {
    top: 42%; }

  /* winners */
  .winners_layout {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/pantalla_ganadores_md.jpg");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .winners_layout .m_users {
      margin-top: 20% !important; }
      .winners_layout .m_users .m_header {
        line-height: 2em; }
    .winners_layout .no_paginate .m_users_list li {
      margin-bottom: 30px; } }
@media screen and (max-width: 360px) and (max-height: 640px) {
  .landing_layout .footer_legal > .show_legal {
    font-size: 12px; }
  .landing_layout .footer_link {
    font-size: 7px;
    bottom: 22px; }
  .landing_layout .footer_legal {
    bottom: 10px; }

  .form_layout .footer_link {
    font-size: 7px;
    bottom: 25px; }
  .form_layout .footer_legal {
    bottom: 10px; }
  .form_layout .footer_legal > .show_legal {
    font-size: 12px; }

  .thanks_layout .footer_link {
    font-size: 7px;
    bottom: 21px; }
  .thanks_layout .footer_legal {
    bottom: 5px; }
  .thanks_layout .footer_legal > .show_legal {
    font-size: 12px; }

  /* landing principal */
  body.landing {
    min-height: 100vh; }

  .home_background {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/landing/landing_sonar_md.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 0;
    height: 0;
    padding-top: 177.8%;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0; }

  .participate_btn_container {
    left: -1px;
    top: 246px; }

  .form_layout {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/form/form_background_md.gif"); }
    .form_layout #wizard > .actions,
    .form_layout #wizard > .actions_section {
      margin-bottom: 180px; }
      .form_layout #wizard > .actions a,
      .form_layout #wizard > .actions_section a {
        margin-bottom: 5px; }

  body.thanks_layout {
    min-height: 100vh; }

  .thanks_background {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/thanks_background_md.gif");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    font-size: 0;
    line-height: 0;
    min-height: 0;
    height: 0;
    padding-top: 177.8%;
    display: block; }

  .thanks_msg {
    font-size: 3em;
    top: 14%;
    line-height: 1.2em; }

  .thanks_share_txt {
    top: 40%; }

  /* winners */
  .winners_layout {
    background-image: url("https://appfb.com/cool-tabs/thunderbitch/thanks/pantalla_ganadores_md.jpg");
    min-height: 100vh;
    height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-size: 0;
    line-height: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    float: left; }
    .winners_layout .m_users {
      margin-top: 20% !important; }
      .winners_layout .m_users .m_header {
        line-height: 2em; }
    .winners_layout .no_paginate .m_users_list li {
      margin-bottom: 30px; } }
