@charset "UTF-8";
/*!
Estilo para Aporta y APP
*/
/*
//======================================================================
// A N I M A L  P O L Í T I C O
//======================================================================

*****************************************
****  Hoja de variables
****  Utilizar únicamente para variables SASS
****
****  Contenido
****  0. Utilities para _mixins.scss
****  1. Colores
****  2. Tamaños
****
*****************************************

*****************************************
****  No introducir las variables de fuentes en este documento
****  Las variables de fuente tienen que estar definidas en _fonts.scss
*****************************************

*/
/*
//======================================================================
// A N I M A L  P O L Í T I C O
//======================================================================

*****************************************
****  Hoja de mixins
****  Insertar únicamente mixins de SASS
*****************************************

*/
/*
* Mixin para hacer compatibilidad web
*
* Desde que se utiliza Autoprefixer este mixin no es
* necesario sin embargo por retrocompatibilidad
* se sigue utilizando en los siguientes mixins
*
*/
/*
*
* Mixin para realizar animaciones
*
*/
/*
*
* Mixin para realizar transformaciones
*
*/
/*
*
* Mixin para realizar transiciones
*
*/
/*
*
* Mixin para aplicar filtros
*
*/
/*
*
* Mixin para incluir media css
* $medias acepta un array de resoluciones
* Utilizar nl para móviles de forma global
* Utilizar ll para no-móviles de forma global
*
*/
/*
* Apply to all - all
* Aplica a todos los elementos DOM
* Evita utilizar * que demuestra retraso en cargas
* Fácil de realizar un override
*
*/
/*
//======================================================================
// A N I M A L  P O L Í T I C O  
//======================================================================

*****************************************
****  Clases útiles
****  Clases útiles para utilizar @extend
*****************************************

*/
/*
* Transición lenta
* Ejemplo @extend .ta
*/
.ta {
  transition: all 0.5s ease-out;
}

/*
* Transición rápida
* Ejemplo @extend .ta_q
*/
.ta_q, .ap_premium_menu_avatar_circle_ball, #ap_premium_login #ap_premium_login_box_ctas .ap_premium_login_box_cta a, #ap_premium_login #ap_premium_login_box_form .ap_premium_login_row_submit button, #ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_s_btn, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_s_btn, #ap_aporta_box_payment_methods_container .ap_aporta_method img, #ap_aporta_box_plans_container .ap_aporta_method img, #ap_aporta_box_payment_methods_container .ap_aporta_method_container, #ap_aporta_box_plans_container .ap_aporta_method_container, #app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification, #app_dashboard_action_notifications .app_dashboard_action_group_title::after, #app_dashboard_action_notifications .app_dashboard_action_group_title, .app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea button, .app_comments .app_post_comments_actions_likes_button .app_post_comment_like_button, .app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_single_card_delete {
  transition: all 0.25s ease-out;
}

/*
* Centra verticalmente un elemento y asigna posición absoluta relativa al parent
*/
.cy, #app_dashboard_action_notifications .app_dashboard_action_group_title::after, .app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*
* Centra horizontalmente un elemento y asigna posición absoluta relativa al parent
*/
.cx, #ap_premium_login #ap_premium_login_box form .ap_premium_login_loader img:last-child, .ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_bird, .ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/*
* Centra verticalmente y horizontalmente un elemento y asigna posición absoluta relativa al parent
*/
.cxy, .ap_premium_menu_avatar_circle_photo, .ap_premium_menu_avatar_notifications span, #ap_premium_login #ap_premium_login_box form .ap_premium_login_loader img:first-child, #ap_premium_login #ap_premium_login_box form .ap_premium_login_loader, #ap_aporta_compromisos .ap_aporta_compromisos_eagle div, #ap_aporta_box_loading_container, #ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc_input input, .app_dashboard_notification_content_comments_comment_info_a .app_post_comment_avatar .app_comments_op_avatar .app_comments_op_avatar_pic, .app_comments .app_comments_op_avatar_pic, .app_comments .app_comments_op_avatar_gradient, .app_comments .app_comments_op_avatar, .app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea button i, .app_comments .app_post_comments_actions_likes_button .app_post_comment_like_button i, .app_comments .app_post_comments_actions_likes_button input, .app_dashboard_notes_note_c_img .ap_thumbnail, .app_dashboard_sections .app_dashboard_section .app_dashboard_section_loader, #app_profile .app_profile_actions_action i, .app_dashboard_action .app_dashboard_action_avatar_pic, .app_dashboard_action .app_dashboard_action_avatar_gradient, .app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_single_card_delete i, .ap_fondea_parallax, .ap_fondea > a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*
* Convierte en flex un elemento
*/
.flex, .ap_premium_menu_avatar_submenu_row:not(.ap_premium_menu_avatar_userinfo), .ap_premium_menu_avatar_submenu, .ap_premium_menu_avatar > a, .ap_premium_menu_avatar, #ap_premium_login #ap_premium_login_box_ctas, #ap_premium_login #ap_premium_login_box_form .ap_premium_login_row_submit, #app_login_cta_button, #ap_aporta_compromisos .ap_aporta_compromisos_binder, #ap_thanks .ap_thanks_cta, #ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc, #ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row, #ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_s_btn, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_s_btn, #ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_s, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_s, #ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner, #ap_aporta_box_payment_screen #ap_aporta_box_payment_cta, #ap_aporta_box_plan_screen #ap_aporta_box_payment_cta, #ap_aporta_box_plans_container#ap_aporta_box_plans_container .ap_aporta_method .ap_aporta_method_container_plan, #ap_aporta_box_payment_methods_container, #ap_aporta_box_plans_container, #ap_aporta #ap_aporta_beneficios .slick-dots, #ap_aporta #ap_aporta_beneficios_carr, .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_c, .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_t .dapp_tr, .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td, .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row, .app_dashboard_notification_content_comments_comment_info, #app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data_type, #app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data, #app_dashboard_action_notifications .app_dashboard_action_group_title, .app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row, .app_comments .app_post_comments_actions_likes, .app_comments .app_post_comments_actions_comment > div, .app_comments .app_post_comments_actions_comment, .app_comments .app_post_comments_actions, .app_comments .app_comments_list .app_post_comment_info_top, .app_comments .app_comments_list .app_post_comment_meta, .app_comments .app_comments_list .app_post_comment, .app_comments .app_comments_list_overflow_button, .app_comments_cta_container, .app_dashboard_notes_note_c, .app_dashboard_cols, .app_dashboard_ctas_container, #app_profile .app_profile_actions, #app_profile .app_profile_info_actions, #app_dashboard_tabs, .app_membership_info .app_membership_ctas, .app_membership_info_card_data, .app_dashboard_action_group_form .app_dashboard_action_group_form_tr_save, .app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container, .app_dashboard_action_group_form_tr.app_dashboard_action_singlecard, .app_dashboard_action_group_form_tr {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.ap_fondea {
  width: 100%;
  position: relative;
  margin: 1em 0;
  background: #f1f1f1;
}
@media (min-width: 1020px) {
  .ap_fondea {
    margin: 3em 0 2em;
  }
}
.ap_fondea > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ap_fondea_parallax {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_text {
  width: 35%;
  top: 10%;
  padding-right: 2%;
}
.ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_text img {
  width: 100%;
  margin: 0 auto;
}
.ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_text img.ap_desktop {
  display: none;
}
@media (min-width: 1020px) {
  .ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_text {
    width: auto;
    height: 50%;
    top: 50%;
    left: 50%;
    padding-right: 0;
    transform: translate(-50%, -50%);
  }
  .ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_text img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_text img.ap_desktop {
    display: block !important;
  }
  .ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_text img.ap_mobile {
    display: none !important;
  }
}
@media (max-width: 1020px) {
  .ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_text img.ap_desktop {
    display: none !important;
  }
}
.ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_bird {
  width: 20%;
  bottom: 5%;
  padding-right: 2%;
}
.ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_bird img {
  width: 100%;
  animation: fondea_bird_bounce 0.9s ease infinite alternate;
}
@media (min-width: 1020px) {
  .ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_bird {
    width: 10%;
    padding-right: 0;
    bottom: 5%;
    left: 7%;
    transform: none;
  }
}
.ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_colors {
  width: 28%;
  height: 100%;
  position: absolute;
  top: 0;
  background: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 1020px) {
  .ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_colors {
    width: 15%;
  }
}
.ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_colors:not(.ap_fondea_p_layer_colors_last) {
  background-position: left bottom;
}
.ap_fondea_parallax .ap_fondea_p_layer.ap_fondea_p_layer_colors.ap_fondea_p_layer_colors_last {
  background-position: right bottom;
  transform: rotateY(180deg);
  right: 0;
}
.ap_fondea::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}
@media (min-width: 1020px) {
  .ap_fondea::after {
    padding-top: 10%;
  }
}

@keyframes fondea_bird_bounce {
  0% {
    transform: none;
  }
  10% {
    transform: translateY(-5px) rotate(-2deg);
  }
  40% {
    transform: none;
  }
}
.jconfirm .jconfirm-box {
  width: 500px;
  border-radius: 0;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .jconfirm .jconfirm-box {
    width: 310px;
  }
}
.jconfirm .jconfirm-box .jconfirm-title {
  font-size: 32px !important;
  color: #585858;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 1020px) {
  .jconfirm .jconfirm-box .jconfirm-title {
    font-size: 28px !important;
  }
}
.jconfirm .jconfirm-box .jconfirm-content {
  font-size: 18px !important;
}
@media (max-width: 1020px) {
  .jconfirm .jconfirm-box .jconfirm-content {
    font-size: 16px !important;
  }
}
.jconfirm .jconfirm-box .btn {
  border-radius: 0 !important;
}

.jconfirm-bg {
  background: #0a0a0a !important;
}

#ap_menu_newsletter_cta {
  background: white !important;
  color: #ff3c41 !important;
  border-color: white !important;
}
#ap_menu_newsletter_cta a {
  color: #ff3c41 !important;
}

.ap_fondea_link_premium {
  background-color: #ff3c41 !important;
  padding-left: 20px !important;
  position: relative;
}
.ap_fondea_link_premium span {
  color: white;
  display: inline-block;
  padding-left: 25px;
  font-family: acumin-pro, serif !important;
}
@media (min-width: 1020px) {
  .ap_fondea_link_premium span {
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 30px;
  }
}
.ap_fondea_link_premium .ap_menu_img_button {
  width: auto !important;
  height: 120%;
  position: absolute;
  left: 0;
  transform: translate(0, -10%);
}
@media (min-width: 1020px) {
  .ap_fondea_link_premium .ap_menu_img_button {
    height: 140%;
    transform: translate(0%, -30%);
  }
}

.ap_menu_submenu_login {
  display: block;
  background: #ff3c41;
  box-sizing: border-box;
  padding: 2px 2px 3px;
  font-style: italic;
}

.app_premium_note_cintillo {
  position: relative;
  width: 100%;
}
.app_premium_note_cintillo_text {
  background: #1a1a1a;
  color: white;
  font-family: acumin-pro, serif;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: #d7d7d7;
  font-size: 1rem;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2px 5px;
  position: relative;
  font-size: 0.8rem;
  border-right: 2px solid #ff3c41;
}
.app_premium_note_cintillo_img {
  position: absolute;
  bottom: 0;
  width: 50px;
  display: none;
}
.app_premium_note_cintillo_img img {
  width: 100%;
}
.app_premium_note_cintillo.app_premium_cintillo_big {
  margin-top: 1.5rem;
  margin-bottom: -10px;
}
.app_premium_note_cintillo.app_premium_cintillo_big .app_premium_note_cintillo_text {
  padding: 4px 15px 4px 10%;
  z-index: 2;
  font-size: 1rem;
}
@media (min-width: 1020px) {
  .app_premium_note_cintillo.app_premium_cintillo_big .app_premium_note_cintillo_text {
    padding-left: 15px;
  }
}
.app_premium_note_cintillo.app_premium_cintillo_big .app_premium_note_cintillo_img {
  left: 110px;
}
@media (min-width: 1020px) {
  .app_premium_note_cintillo.app_premium_cintillo_big .app_premium_note_cintillo_img {
    left: 90px;
  }
}

.ap_home_extra .app_premium_note_cintillo {
  margin-bottom: 5px;
}

@media (min-width: 1020px) {
  body.single .app_premium_note_cintillo {
    position: absolute;
    top: 180px;
  }
}

.app_fondea {
  width: 100%;
  position: relative;
  margin: 1em 0;
  background: #f1f1f1;
}
@media (min-width: 1020px) {
  .app_fondea {
    margin: 3em 0 2em;
  }
}
.app_fondea img {
  width: 100%;
}

.app_box_banner {
  width: 80%;
  margin: 1.5rem auto;
  box-sizing: border-box;
  padding: 1.8rem 0;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 1020px) {
  .app_box_banner {
    width: 100%;
  }
}
.app_box_banner p {
  padding: 0 !important;
  font-size: 1.2rem !important;
}
@media (min-width: 1020px) {
  .app_box_banner p {
    max-width: 85%;
    font-size: 1.4rem !important;
  }
}
.app_box_banner p:not(.app_box_banner_sp) {
  margin: 0 0 10px !important;
  font-family: ivyjournal, sans-serif;
  font-weight: 600;
  color: #676767;
}
.app_box_banner p.app_box_banner_sp {
  margin: 0 !important;
}
.app_box_banner p.app_box_banner_sp, .app_box_banner p.app_box_banner_sp * {
  color: #676767;
  font-weight: 300;
  font-family: ivyjournal, sans-serif;
}
.app_box_banner p.app_box_banner_sp span {
  color: #FF6D6F;
  font-weight: 600 !important;
}
.app_box_banner p.app_box_banner_sp em {
  font-weight: 500 !important;
}
.app_box_banner .app_box_banner_content_cta {
  margin: 1rem 0;
  line-height: 1.2;
}
.app_box_banner .app_box_banner_content_cta, .app_box_banner .app_box_banner_content_cta * {
  font-family: ivyjournal, sans-serif;
  color: #676767;
  font-size: 1.35rem;
}
@media (min-width: 1020px) {
  .app_box_banner .app_box_banner_content_cta, .app_box_banner .app_box_banner_content_cta * {
    font-size: 1.6rem !important;
  }
}
.app_box_banner .app_box_banner_content_cta a {
  font-size: 1.75rem;
  color: #FF6D6F;
  font-style: italic;
  text-decoration: underline;
}
@media (min-width: 1020px) {
  .app_box_banner .app_box_banner_content_cta a {
    font-size: 2.3rem !important;
  }
}

#app_premium_dashboard {
  overflow: hidden;
}

#app_simple_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  background: rgba(255, 255, 255, 0.6) url("./static/assets/loader.gif") no-repeat center center;
  background-size: 50px auto;
  display: none;
}

.app_dashboard_action {
  width: 100%;
  margin: 0 auto 0;
  max-width: 2000px;
  overflow: hidden;
}
.app_dashboard_action_group {
  width: 90%;
  margin: 2rem auto;
  background: #f0f0f0;
  overflow: hidden;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
}
.app_dashboard_action_group:first-child {
  margin-top: 0;
}
@media (max-width: 1020px) {
  .app_dashboard_action_group:first-child {
    margin-top: 2rem;
  }
}
.app_dashboard_action_group p, .app_dashboard_action_group ul {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  font-size: 0.95rem;
  line-height: 1.2;
}
.app_dashboard_action_group p, .app_dashboard_action_group p *, .app_dashboard_action_group ul, .app_dashboard_action_group ul * {
  font-family: acumin-pro, serif;
}
.app_dashboard_action_group ul {
  list-style: disc;
  box-sizing: border-box;
  padding-left: 35px;
}
.app_dashboard_action_group ul li {
  margin-bottom: 5px;
}
.app_dashboard_action_group_title {
  font-size: 1.5rem;
  font-style: italic;
  box-sizing: border-box;
  padding: 1rem 1rem 1rem;
  color: #444;
  font-weight: 800;
  margin-bottom: 1rem;
  background: rgba(0, 0, 0, 0.05);
}
.app_dashboard_action_group_des {
  font-size: 1.15rem;
  box-sizing: border-box;
  padding: 1rem;
  color: #222;
  margin-bottom: 0.5rem;
  font-weight: 300;
}
.app_dashboard_action_group_des em {
  font-style: italic;
}
.app_dashboard_action_group_des strong {
  font-weight: 600;
}
.app_dashboard_action_group_form {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem 1rem;
  overflow: hidden;
}
.app_dashboard_action_group_form_tr {
  width: 100%;
  margin: 1.5rem 0;
  align-items: center;
}
.app_dashboard_action_group_form_tr:first-child {
  margin-top: 0;
}
.app_dashboard_action_group_form_tr * {
  font-family: acumin-pro, serif;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard {
  width: 100%;
  position: relative;
  margin: 0.75rem 0;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_single_card_choose {
  flex: 1;
  position: relative;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_single_card_choose:hover .app_dashboard_action_singlecard_container {
  background: rgba(0, 0, 0, 0.05);
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_single_card_delete {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border-radius: 50%;
  position: relative;
  background: #ff3c41;
  cursor: pointer;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_single_card_delete:hover {
  background: #ff090f;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_single_card_delete i {
  color: white;
  font-size: 18px;
  line-height: 18px;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard:last-of-type {
  margin-bottom: 1rem;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container {
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  padding: 0.5rem 0.25rem;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container_brand {
  width: 35px;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container_brand img {
  width: 100%;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container_info {
  flex: 1;
  box-sizing: border-box;
  padding-left: 10px;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container_number, .app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container_mmyy {
  width: 100%;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container_number {
  font-size: 1.1rem;
  font-weight: 600;
  color: #4d4d4d;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container_number span {
  opacity: 0.8;
  font-weight: 300;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard .app_dashboard_action_singlecard_container_mmyy {
  font-size: 0.8rem;
  color: #424242;
  font-weight: 600;
  margin-top: 0.15rem;
  opacity: 0.8;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_singlecard input:checked ~ .app_dashboard_action_singlecard_container {
  background: rgba(0, 0, 0, 0.05) url("./static/assets/checked.svg") no-repeat right 0.5rem center !important;
  background-size: auto 20px !important;
}
.app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_label {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}
.app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_label label {
  font-weight: 600;
  color: #333;
  font-size: 0.9rem;
}
.app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_input {
  flex: 1;
  position: relative;
}
.app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_input input:not([type=file]) {
  background: white;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: acumin-pro, serif;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}
.app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_input input:not([type=file])#app_ncf_card {
  padding-right: 3rem;
  background: white no-repeat right 1rem center;
  background-size: 2rem auto;
}
.app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_input:not(.app_dashboard_action_group_form_td_pic)::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #13dd03;
}
.app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_input:not(.app_dashboard_action_group_form_td_pic).app_valid::after {
  background: #13dd03;
}
.app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_input:not(.app_dashboard_action_group_form_td_pic).app_invalid::after, .app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_input:not(.app_dashboard_action_group_form_td_pic).ap_invalid::after {
  background: red;
}
.app_dashboard_action_group_form_tr .app_dashboard_action_group_form_td.app_dashboard_action_group_form_td_hint {
  width: 100%;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  color: rgba(34, 34, 34, 0.8);
  line-height: 1.2;
  box-sizing: border-box;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_group_form_group .app_action_tr_group {
  width: 100%;
}
.app_dashboard_action_group_form_tr.app_dashboard_action_group_form_group .app_action_tr_group:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 1020px) {
  .app_dashboard_action_group_form_tr.app_dashboard_action_group_form_group .app_action_tr_group {
    width: 50%;
    margin-bottom: 0 !important;
  }
  .app_dashboard_action_group_form_tr.app_dashboard_action_group_form_group .app_action_tr_group:not(:last-child) {
    padding-right: 1.5rem;
  }
}
.app_dashboard_action_group_form .app_dashboard_action_group_form_tr_save {
  width: 100%;
}
.app_dashboard_action_group_form .app_dashboard_form_hint {
  width: 100%;
  margin: 1.5rem 0 0.5rem;
  font-family: acumin-pro, serif;
  color: #505050;
  line-height: 1.2;
}
.app_dashboard_action .app_dashboard_action_avatar {
  width: 100px;
  height: 100px;
  margin: 0.5rem 0;
  position: relative;
}
.app_dashboard_action .app_dashboard_action_avatar_pic, .app_dashboard_action .app_dashboard_action_avatar_gradient {
  background: no-repeat center center;
  border-radius: 50%;
}
.app_dashboard_action .app_dashboard_action_avatar_gradient {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url("./static/assets/gradient_circle.png");
}
.app_dashboard_action .app_dashboard_action_avatar_pic {
  width: 92%;
  height: 92%;
  z-index: 2;
  background-size: cover;
}
.app_dashboard_action .app_dashboard_action_button {
  display: block;
  color: #ff3c41;
  font-size: 0.9rem;
  font-family: acumin-pro, serif;
  border: 2px solid #ff3c41;
  background: none;
  font-weight: 600;
  padding: 0.5rem 0.75rem 0.6rem;
  border-radius: 2rem;
  cursor: pointer;
  display: block;
  line-height: 1;
}
.app_dashboard_action .app_dashboard_action_button.app_button_solid {
  background: #ff3c41;
  color: white;
  font-size: 1.1rem;
}
.app_dashboard_action .app_dashboard_action_button.app_button_disabled {
  opacity: 0.5;
  pointer-events: none;
  background: #fd9497;
  border-color: #fd9497;
}

.app_membership_cancel_cta {
  width: 100%;
  margin-top: 2rem;
}
.app_membership_cancel_cta a {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: white !important;
  background: #ff3c41;
  box-sizing: border-box;
  padding: 1rem;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

.app_button_file {
  width: 100%;
  position: relative;
}
.app_button_file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.app_dashboard_action_text {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1rem 0;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: acumin-pro, serif;
  color: #404040;
}
.app_dashboard_action_text * {
  font-family: acumin-pro, serif;
}
.app_dashboard_action_text a {
  color: #ff3c41 !important;
  text-decoration: underline !important;
}
.app_dashboard_action_text strong {
  font-weight: 600;
}

.app_membership_info {
  width: 100%;
  overflow: hidden;
}
.app_membership_info_data {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1rem 0;
  font-family: acumin-pro, serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.app_membership_info_data * {
  font-family: acumin-pro, serif;
}
.app_membership_info_data .app_membership_info_des {
  margin-top: 1rem;
}
.app_membership_info_data .app_membership_info_des strong {
  font-weight: 600;
}
.app_membership_info_qty {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  color: #222;
  margin: 1rem 0 0;
}
.app_membership_info_renewal {
  width: 100%;
  font-family: acumin-pro, serif;
  font-size: 0.9rem;
  text-align: center;
  color: #393939;
  margin-top: 0.5rem;
}
.app_membership_info_renewal em {
  font-weight: 600;
  font-style: italic;
}
.app_membership_info_renewal * {
  font-family: acumin-pro, serif;
}
.app_membership_info_card {
  width: 100%;
  margin-top: 1rem;
}
.app_membership_info_card_data {
  width: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.05);
}
.app_membership_info_card_data_img {
  width: 50px;
}
.app_membership_info_card_data_img img {
  width: 100%;
}
.app_membership_info_card_data_number {
  box-sizing: border-box;
  padding-left: 10px;
  font-family: acumin-pro, serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #4a4a4a;
  font-size: 1.2rem;
}
.app_membership_info_origin {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  font-family: acumin-pro, serif;
  line-height: 1.2;
  font-size: 0.85rem;
}
.app_membership_info .app_membership_ctas {
  width: 100%;
  margin: 1rem 0;
  justify-content: center;
}

#app_dashboard_tabs {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  background: #0a0a0a;
  overflow: hidden;
}
#app_dashboard_tabs .app_dashboard_tab {
  flex: 1;
}
#app_dashboard_tabs .app_dashboard_tab .app_dashboard_tab_href_binder {
  box-sizing: border-box;
  padding: 0.75rem 1rem calc(0.75rem + 3px);
  color: white;
  font-family: acumin-pro, serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  background: #212121;
  position: relative;
}
#app_dashboard_tabs .app_dashboard_tab .app_dashboard_tab_href_binder::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2;
  background: #fd9497;
}
#app_dashboard_tabs .app_dashboard_tab.app_dashboard_tab_active .app_dashboard_tab_href_binder {
  color: white;
  background: #fd7b7f;
}
.app_form_submitting .app_dashboard_action_group_form_tr_save button {
  opacity: 0.2;
  pointer-events: none;
}

#app_profile {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 5%;
}
#app_profile .app_profile_avatar {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
#app_profile .app_profile_avatar_circle {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
#app_profile .app_profile_avatar_circle.app_profile_avatar_gradient, #app_profile .app_profile_avatar_circle.app_profile_avatar_upload {
  width: 100%;
  height: 100%;
}
#app_profile .app_profile_avatar_circle.app_profile_avatar_upload {
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#app_profile .app_profile_avatar_circle.app_profile_avatar_gradient {
  z-index: 1;
  background-image: url("./static/assets/gradient_circle.png");
  background-size: cover;
}
#app_profile .app_profile_avatar_circle.app_profile_avatar_current {
  width: 90%;
  height: 90%;
  background: no-repeat center center;
  background-size: cover;
  z-index: 2;
}
#app_profile .app_profile_avatar_holder {
  width: 100%;
  padding: 1rem;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
#app_profile .app_profile_info_actions {
  width: 100%;
  margin-top: 1.5rem;
  justify-content: center;
}
#app_profile .app_profile_info_actions_action {
  font-style: italic;
  color: white;
  background: #ff3c41;
  font-size: 0.85rem;
  padding: 8px 10px;
  font-weight: 600;
}
#app_profile .app_profile_info_actions_action *, #app_profile .app_profile_info_actions_action {
  font-family: acumin-pro, serif;
}
#app_profile .app_profile_actions {
  position: absolute;
  top: 1rem;
  right: 1rem;
  align-items: center;
}
#app_profile .app_profile_actions_action {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #3c3c3c;
  margin-left: 10px;
}
#app_profile .app_profile_actions_action.app_profile_action_oval {
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 5px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 0.65rem;
}
#app_profile .app_profile_actions_action.app_profile_action_oval span {
  font-family: acumin-pro, serif;
  color: white;
  font-weight: 600;
}
#app_profile .app_profile_actions_action i {
  color: white;
  font-size: 20px;
  line-height: 20px;
}
#app_profile .app_profile_actions > a:active .app_profile_actions_action {
  background: #fd9497;
}
#app_profile .app_profile_info {
  width: 100%;
  color: white;
  margin: 0rem 0 1.5rem;
  box-sizing: border-box;
  text-align: center;
  padding: 0 1rem;
}
#app_profile .app_profile_info_name {
  font-size: 2rem;
  font-weight: 300;
}
#app_profile .app_profile_info_email {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  font-style: italic;
}
#app_profile .app_profile_info_since {
  font-family: acumin-pro, serif;
  margin-top: 1rem;
  font-size: 0.8rem;
  padding-top: 0.85rem;
  position: relative;
  color: #737373;
}
#app_profile .app_profile_info_since em {
  font-family: acumin-pro, serif;
  font-weight: 600;
  font-style: italic;
}
#app_profile .app_profile_info_since::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background: #737373;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.app_dashboard_ctas_container {
  width: 100%;
  margin: 1rem 0;
  box-sizing: border-box;
  padding-left: 1rem;
}
.app_dashboard_ctas_container.app_dashboard_cta_pwd_binder {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.app_dashboard_sections {
  width: 100%;
  margin: 0 auto 2rem;
  max-width: 2000px;
  background: #fafafa;
}
@media (max-width: 1020px) {
  .app_dashboard_sections {
    margin: 0 auto;
  }
}
.app_dashboard_sections .app_dashboard_section {
  width: 100%;
  min-height: 180px;
  position: relative;
  display: none;
  overflow: hidden;
}
.app_dashboard_sections .app_dashboard_section .app_dashboard_section_loader {
  width: 100%;
  height: 100%;
  background: #f0f0f0 url("./static/assets/loader.gif") no-repeat center center;
  background-size: auto 50px;
  display: none;
}
.app_dashboard_sections .app_dashboard_section h1.app_error {
  width: 100%;
  text-align: center;
  margin: 4rem 0 2rem;
  color: #444;
  font-style: italic;
  font-size: 1.8rem;
}
.app_dashboard_sections .app_dashboard_section.app_dashboard_section_active {
  display: block;
}
.app_dashboard_sections .app_dashboard_section.app_dashboard_section_active.app_dashboard_section_loading .app_dashboard_section_loader {
  display: block;
}

.app_dashboard_cols {
  flex-direction: column;
}
@media (min-width: 1020px) {
  .app_dashboard_cols {
    flex-direction: row;
    width: 1000px;
    margin: 2rem auto;
  }
}
.app_dashboard_cols .app_dashboard_col_1, .app_dashboard_cols .app_dashboard_col_2 {
  margin: 0 auto;
  box-sizing: border-box;
  height: 0%;
}
@media (max-width: 1020px) {
  .app_dashboard_cols .app_dashboard_col_1, .app_dashboard_cols .app_dashboard_col_2 {
    width: 100%;
  }
}
.app_dashboard_cols .app_dashboard_col_1 {
  background: #161616 url("./static/assets/eagle_alpha.png") no-repeat right center;
  background-size: contain;
}
@media (min-width: 1020px) {
  .app_dashboard_cols .app_dashboard_col_1 {
    margin-right: 20px;
    width: 400px;
  }
}
@media (min-width: 1020px) {
  .app_dashboard_cols .app_dashboard_col_2 {
    flex: 1;
  }
}

.app_dashboard_notes {
  width: 100%;
  box-sizing: border-box;
}
.app_dashboard_notes_note {
  width: 100%;
  box-sizing: border-box;
}
.app_dashboard_notes_note_c {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem 1rem;
  border-bottom: 2px solid #fd9497;
}
.app_dashboard_notes_note_c_img {
  width: 100%;
  position: relative;
}
.app_dashboard_notes_note_c_img .ap_thumbnail {
  width: 100%;
  height: 100%;
}
.app_dashboard_notes_note_c_img::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}
.app_dashboard_notes_note_c_info {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0;
  color: #222;
}
.app_dashboard_notes_note_c_info_title {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 300;
}
.app_dashboard_notes_note_c_info_date {
  width: 100%;
  font-size: 0.8rem;
  font-family: acumin-pro, serif;
  margin-top: 0.25rem;
  line-height: 1.2;
  opacity: 0.8;
  font-weight: 600;
}
.app_dashboard_notes_note_c_info_excerpt {
  width: 100%;
  font-size: 0.9rem;
  font-family: acumin-pro, serif;
  margin-top: 0.5rem;
  line-height: 1.2;
}

.ap_single_footer_recomendadas {
  display: none;
}

@media (max-width: 1020px) {
  .ap_single_infinite .ap_single_from_infinite {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1020px) {
  .ap_single_cintillo_bbc_final {
    margin-bottom: 1rem !important;
  }
}

.app_comments {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 1020px) {
  .app_comments {
    margin: 1rem auto 2rem;
    width: 95%;
  }
}
.app_comments_cta_container {
  width: 100%;
  padding: 1rem 0;
  justify-content: center;
  background: #f0f0f0;
}
.app_comments_cta_container a {
  display: inline-block;
  background: #ff3c41;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  font-style: italic;
  color: white !important;
}
.app_comments_title {
  width: 100%;
  background: #0a0a0a;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  color: white;
  font-family: acumin-pro, serif;
}
.app_comments .app_comments_list {
  width: 100%;
  box-sizing: border-box;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.app_comments .app_comments_list.app_comments_overflow .app_comments_list_overflow_button {
  display: block !important;
}
.app_comments .app_comments_list_overflow_button {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff3c41;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  display: none;
}
.app_comments .app_comments_list_overflow_button i {
  transform: rotate(90deg);
}
.app_comments .app_comments_list_overflow_button span {
  font-weight: 600;
}
.app_comments .app_comments_list.app_comments_list_empty {
  max-height: none;
}
.app_comments .app_comments_list.app_comments_list_empty .app_comments_list_empty_h {
  font-family: acumin-pro, serif;
  width: 90%;
  margin: 2rem auto;
  text-align: center;
  font-family: acumin-pro, serif;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.3rem;
  opacity: 0.5;
}
.app_comments .app_comments_list .app_post_comment {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1rem 1rem;
}
.app_comments .app_comments_list .app_post_comment .app_comments_answers {
  width: 100%;
  box-sizing: border-box;
}
.app_comments .app_comments_list .app_post_comment .app_comments_answers .app_comments_answers_textbox {
  width: 100%;
  margin-top: 20px;
  display: none;
}
.app_comments .app_comments_list .app_post_comment .app_comments_answers .app_comments_answers_textbox .app_comments_textbox_premium {
  padding: 0.5rem;
}
.app_comments .app_comments_list .app_post_comment .app_comments_answers .app_comments_answers_textbox .app_comments_textbox_premium_avatar {
  width: 40px;
  height: 40px;
}
.app_comments .app_comments_list .app_post_comment .app_comments_answers .app_comments_answers_list {
  box-sizing: border-box;
  padding-left: 10px;
}
.app_comments .app_comments_list .app_post_comment .app_comments_answers .app_comments_answers_list .app_post_comment {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.5rem;
}
.app_comments .app_comments_list .app_post_comment .app_comments_answers .app_comments_answers_list .app_post_comment:first-child {
  margin-top: 1rem;
}
.app_comments .app_comments_list .app_post_comment:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.app_comments .app_comments_list .app_post_comment .app_post_comment_msg {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  padding: 10px;
  border-radius: 20px;
  font-size: 1rem;
  pointer-events: none;
  font-family: acumin-pro, serif;
  line-height: 1.2;
  margin-top: 5px;
  border-top-left-radius: 0;
}
.app_comments .app_comments_list .app_post_comment .app_post_comment_msg * {
  font-family: acumin-pro, serif;
}
.app_comments .app_comments_list .app_post_comment_meta {
  width: 100%;
  align-items: center;
}
.app_comments .app_comments_list .app_post_comment .app_post_comment_avatar {
  width: 30px;
  height: 30px;
  position: relative;
}
.app_comments .app_comments_list .app_post_comment_info {
  flex: 1;
  box-sizing: border-box;
  padding-left: 10px;
}
.app_comments .app_comments_list .app_post_comment_info_top {
  width: 100%;
  align-items: center;
  color: #323232;
}
.app_comments .app_comments_list .app_post_comment_info_top_name {
  font-weight: 400;
  font-size: 1rem;
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-family: ivyjournal, sans-serif !important;
}
.app_comments .app_comments_list .app_post_comment_info_top_date {
  margin-left: 10px;
  opacity: 0.8;
  font-size: 0.8rem;
  flex: 1;
  text-align: right;
}
.app_comments .app_comments_list .app_post_comment_info_top * {
  font-family: acumin-pro, serif;
}
.app_comments .app_comments_list .app_post_comment.app_current_op > .app_post_comment_msg {
  background: #ccc;
}
.app_comments .app_comments_list .app_post_comment.app_prohibit_likes .app_post_comment_like_button {
  background: none;
  pointer-events: none;
  cursor: default;
}
.app_comments .app_comments_list .app_post_comment.app_prohibit_likes .app_post_comment_like_button i {
  opacity: 0.7;
}
.app_comments .app_post_comments_actions {
  width: 100%;
  margin-top: 0.5rem;
}
.app_comments .app_post_comments_actions_comment {
  flex: 1;
  justify-content: flex-end;
  cursor: pointer;
}
.app_comments .app_post_comments_actions_comment > div {
  align-items: center;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #fd9497;
  color: white;
  cursor: pointer;
  border-radius: 15px;
}
.app_comments .app_post_comments_actions_comment > div span {
  font-family: acumin-pro, serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}
.app_comments .app_post_comments_actions_comment > div i {
  font-size: 0.7rem;
  line-height: 0.7rem;
  margin-right: 5px;
  opacity: 0.8;
}
.app_comments .app_post_comments_actions_likes {
  align-items: center;
}
.app_comments .app_post_comments_actions_likes_info {
  font-family: acumin-pro, serif;
  margin: 0 8px;
  color: #363636;
  font-weight: 600;
}
.app_comments .app_post_comments_actions_likes_button {
  position: relative;
}
.app_comments .app_post_comments_actions_likes_button input {
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.app_comments .app_post_comments_actions_likes_button input:hover {
  opacity: 0.5;
}
.app_comments .app_post_comments_actions_likes_button .app_post_comment_like_button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
}
.app_comments .app_post_comments_actions_likes_button .app_post_comment_like_button i {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.app_comments .app_post_comments_actions_likes_button input:checked ~ .app_post_comment_like_button.app_post_comment_like_button_like {
  background: rgba(42, 199, 72, 0.8);
}
.app_comments .app_post_comments_actions_likes_button input:checked ~ .app_post_comment_like_button.app_post_comment_like_button_dislike {
  background: rgba(255, 0, 0, 0.8);
}
.app_comments .app_post_comments_actions_likes_button input:checked ~ .app_post_comment_like_button i {
  color: white;
}
.app_comments_textbox {
  margin-bottom: 1rem;
  background: #f0f0f0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.app_comments_textbox.app_comments_textbox_premium {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  position: relative;
}
.app_comments_textbox.app_comments_textbox_premium.app_textbox_loading::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.5) url("./static/assets/loader.gif") no-repeat center center;
  background-size: 40px auto;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row {
  width: 100%;
  align-items: center;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comments_textbox_premium_avatar {
  width: 50px;
  height: 50px;
  position: relative;
}
@media (max-width: 1020px) {
  .app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comments_textbox_premium_avatar {
    display: none;
  }
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comments_ghost_textarea {
  box-sizing: border-box;
  padding: 10px 60px 10px 10px;
  border-radius: 20px;
  font-size: 1rem;
  position: fixed;
  bottom: -99999px;
  right: -99999px;
  pointer-events: none;
  opacity: 0;
  font-family: acumin-pro, serif;
  line-height: 1.2;
  background: blue;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comments_textbox_disclaimer {
  width: 100%;
  font-family: acumin-pro, serif;
  font-size: 0.75rem;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 5px;
  color: #626262;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comments_textbox_disclaimer strong {
  font-weight: 600;
  font-family: acumin-pro, serif;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea {
  flex: 1;
  box-sizing: border-box;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 1020px) {
  .app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea {
    padding-left: 0;
  }
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea button {
  width: 30px;
  height: 30px;
  background: #ff3c41;
  right: 10px;
  border-radius: 50%;
  z-index: 2;
  border: 0;
  cursor: pointer;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea button:hover {
  background: #ff090f;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea button i {
  color: white;
  font-size: 18px;
  line-height: 1;
  display: block;
  padding-left: 4px;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea form {
  position: relative;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea form:not(.app_comment_form_valid) button {
  opacity: 0.5;
  pointer-events: none;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea textarea {
  width: 100%;
  display: block;
  border: 0;
  box-sizing: border-box;
  padding: 10px 60px 10px 10px;
  border-radius: 20px;
  font-size: 1rem;
  resize: none;
  min-height: calc(20px + 1rem + 3px);
  height: calc(20px + 1rem + 3px);
  font-family: acumin-pro, serif;
  color: #444;
  overflow: hidden;
  line-height: 1.2;
}
.app_comments_textbox.app_comments_textbox_premium .app_comments_textbox_premium_row .app_comment_textarea textarea:focus {
  outline: 0;
}
.app_comments .app_comments_op_avatar {
  width: 100%;
  height: 100%;
}
.app_comments .app_comments_op_avatar_pic, .app_comments .app_comments_op_avatar_gradient {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 50%;
}
.app_comments .app_comments_op_avatar_gradient {
  width: 100%;
  height: 100%;
  background-image: url("./static/assets/gradient_circle.png");
}
.app_comments .app_comments_op_avatar_pic {
  width: 90%;
  height: 90%;
  z-index: 2;
  background-color: gray;
}

.app_action_comments {
  width: 100%;
}
.app_action_comments_comment_container {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  color: #111;
  border-bottom: 1px solid rgba(253, 148, 151, 0.2);
}
.app_action_comments_comment_container_top {
  width: 100%;
  font-size: 0.8rem;
  opacity: 0.8;
}
.app_action_comments_comment_container_top *, .app_action_comments_comment_container_top {
  font-family: acumin-pro, serif;
}
.app_action_comments_comment_container_top span {
  font-weight: 600;
}
.app_action_comments_comment_container_msg {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  border-top-left-radius: 0;
  margin-top: 0.5rem;
}
.app_action_comments_comment_container_msg *, .app_action_comments_comment_container_msg {
  font-family: acumin-pro, serif;
}
.app_action_comments_comment_container_date {
  width: 100%;
  color: #222;
  font-size: 0.7rem;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 3px;
  opacity: 0.5;
  font-weight: 600;
}
.app_action_comments_comment_container_date *, .app_action_comments_comment_container_date {
  font-family: acumin-pro, serif;
}

.ap_body_single_plumaje .app_comments_textbox {
  background: #ccc !important;
}

#app_dashboard_action_notifications .app_dashboard_action_group_title {
  background: #f8b500;
  color: black;
  align-items: flex-end;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
#app_dashboard_action_notifications .app_dashboard_action_group_title:hover {
  background: #dfa200;
}
#app_dashboard_action_notifications .app_dashboard_action_group_title::after {
  content: ">";
  display: block;
  width: 20px;
  height: 20px;
  right: 10px;
  font-family: acumin-pro, serif;
  font-weight: 600;
  padding-bottom: 7px;
}
#app_dashboard_action_notifications .app_dashboard_action_group_title .badge {
  font-family: acumin-pro, serif;
  font-style: initial !important;
  background: #0a0a0a;
  color: white;
  padding: 4px 12px;
  font-size: 0.9rem;
  margin-left: 10px;
  border-radius: 16px;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content {
  box-sizing: border-box;
  background: #e8ebe9;
  display: none;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_empty {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_empty h1 {
  font-size: 1.15rem;
  color: #454545;
  text-align: center;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder {
  width: 100%;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder_group_title {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  background: #0a0a0a;
  font-style: italic;
  color: white;
  font-weight: 600;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 1rem;
  overflow: hidden;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification:hover {
  background: rgba(0, 0, 0, 0.05);
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data {
  width: 100%;
  margin-bottom: 1rem;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data_type * {
  font-size: 12px;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data_type_icon {
  color: #00adb5;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data_type_name {
  flex: 1;
  box-sizing: border-box;
  padding-left: 0.5rem;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data_type_name, #app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data_type_name * {
  font-family: acumin-pro, serif;
  line-height: 1.1;
  color: #444;
}
#app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data_type_name strong, #app_dashboard_action_notifications .app_dashboard_action_group_content .app_dashboard_notifications_binder .app_dashboard_notification_data_type_name * strong {
  font-weight: 600;
}
#app_dashboard_action_notifications.app_active .app_dashboard_action_group_title::after {
  transform-origin: center;
  transform: translateY(-30%) rotate(90deg);
}
#app_dashboard_action_notifications.app_active .app_dashboard_action_group_content {
  display: block !important;
}

.app_dashboard_notification_content_comments {
  width: 100%;
}
.app_dashboard_notification_content_comments_comment {
  width: 100%;
}
.app_dashboard_notification_content_comments_comment:last-child {
  width: calc(100% - 1rem);
  margin-left: 1rem;
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.app_dashboard_notification_content_comments_comment_info {
  align-items: center;
}
.app_dashboard_notification_content_comments_comment_info_a .app_post_comment_avatar {
  width: 30px;
  height: 30px;
  position: relative;
}
.app_dashboard_notification_content_comments_comment_info_a .app_post_comment_avatar .app_comments_op_avatar {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
}
.app_dashboard_notification_content_comments_comment_info_a .app_post_comment_avatar .app_comments_op_avatar .app_comments_op_avatar_pic {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 50%;
}
.app_dashboard_notification_content_comments_comment_info_a .app_post_comment_avatar .app_comments_op_avatar .app_comments_op_avatar_pic {
  width: 100%;
  height: 100%;
}
.app_dashboard_notification_content_comments_comment_info_b {
  flex: 1;
  box-sizing: border-box;
  color: #222;
  font-weight: 600;
  padding-left: 10px;
}
.app_dashboard_notification_content_comments_comment_text {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 0.5rem;
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  font-size: 0.9rem;
}
.app_dashboard_notification_content_comments_comment_text, .app_dashboard_notification_content_comments_comment_text * {
  font-family: acumin-pro, serif;
}

.ap_page_dapp #ap_menu {
  display: none;
}
.ap_page_dapp #ap_menu_desktop {
  display: none;
}
.ap_page_dapp .ap_home_main_ad {
  display: none;
}
.ap_page_dapp #app_dapp {
  width: 100%;
  min-height: 100vh;
  background: #f0f0f0;
  overflow: hidden;
}
.ap_page_dapp #app_dapp .app_dapp_container {
  width: 1200px;
  margin: 3rem auto;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_divider {
  width: 100%;
  margin: 3rem 0 0.5rem !important;
  font-size: 1.6rem;
  color: #555;
}
@media (max-width: 1020px) {
  .ap_page_dapp #app_dapp .app_dapp_container {
    width: 90%;
  }
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_h1 {
  font-size: 2rem;
  color: #1e1433;
  font-style: italic;
}
@media (max-width: 1020px) {
  .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_h1 {
    font-size: 2rem;
  }
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_dbinder {
  width: 100%;
  margin: 2rem 0;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row {
  width: 100%;
  margin: 1rem 0;
}
@media (min-width: 1020px) {
  .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row.app_dapp_min {
    width: 80%;
    margin: 1rem auto;
  }
}
@media (max-width: 1020px) {
  .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row {
    margin: 0;
  }
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row *, .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row {
  font-family: acumin-pro, serif;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td {
  flex: 1;
  box-sizing: border-box;
  margin: 0 1rem;
  padding: 1rem 1.5rem;
  background: #1e1433;
  flex-direction: column;
  border-radius: 3px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1020px) {
  .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td {
    width: 100%;
    max-width: 100% !important;
    flex: auto;
    margin: 0.5rem 0;
    padding: 1rem;
  }
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_g {
  order: 2;
  width: 100%;
  margin-top: 1.5rem;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_g canvas {
  width: 100%;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_t {
  order: 3;
  width: 100%;
  margin-top: 0.5rem;
  color: white;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_t .dapp_tr {
  width: 100%;
  font-size: 0.8rem;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_t .dapp_tr .dapp_td {
  flex: 1;
  box-sizing: border-box;
  padding: 0.5rem 0.25rem;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_t .dapp_tr.dapp_th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_t .dapp_tr.dapp_th .dapp_td {
  font-weight: 600;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_c {
  font-size: 2rem;
  font-weight: 300;
  color: #f0f0f0;
  order: 2;
  width: 100%;
  margin-top: 0.5rem;
  align-items: baseline;
}
@media (max-width: 1020px) {
  .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_c {
    font-size: 1.7rem;
    flex-direction: column;
  }
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_c span {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  margin-left: 10px;
}
@media (max-width: 1020px) {
  .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_c span {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_c span.app_dp_g {
  color: #6eee7b;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_input {
  order: 2;
  width: 100%;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_input input {
  background: rgba(0, 0, 0, 0.2);
  width: 350px;
  display: block;
  box-sizing: border-box;
  color: beige;
  border: 2px solid #403469;
  font-size: 1rem;
  padding: 0.5rem;
  font-weight: 600;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1020px) {
  .ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_input input {
    width: 100%;
  }
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_l {
  order: 1;
  text-transform: uppercase;
  width: 100%;
  font-size: 0.7rem;
  font-weight: 600;
  color: #f1a259;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td_l strong {
  font-style: italic;
  font-weight: 800;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td:first-child {
  margin-left: 0;
}
.ap_page_dapp #app_dapp .app_dapp_container .app_dapp_data_row .app_dapp_data_td:last-child {
  margin-right: 0;
}

#ap_aporta_sharers {
  width: 100%;
  left: 0;
  z-index: 999;
}

.ap_page_aporta #ap_menu_desktop {
  background-image: none;
  background-color: #0a0a0a;
}

.app_payment_paypal_btn_binder.app_invalid_paypal {
  opacity: 0.3;
}

#ap_aporta {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#ap_aporta .ap_aporta_section {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: -1px;
}
@media (min-width: 1020px) {
  #ap_aporta .ap_aporta_section {
    min-height: 0;
  }
}
#ap_aporta #ap_aporta_beneficios {
  background: #ff3c41;
  overflow: hidden;
  transform: translateY(-2px);
  margin-bottom: -2px;
}
#ap_aporta #ap_aporta_beneficios_title {
  width: 100%;
  font-size: 2rem;
  color: white;
  margin: 2rem 0 1rem;
  text-align: center;
  font-weight: 600;
  font-style: italic;
}
#ap_aporta #ap_aporta_beneficios_carr {
  width: 100%;
}
@media (min-width: 1020px) {
  #ap_aporta #ap_aporta_beneficios_carr {
    box-sizing: border-box;
    padding: 0 5%;
  }
}
@media (max-width: 1020px) {
  #ap_aporta #ap_aporta_beneficios_carr {
    flex-direction: column;
  }
}
#ap_aporta #ap_aporta_beneficios_carr .ap_aporta_beneficios_carr_slide {
  box-sizing: border-box;
  padding: 20px 50px 30px;
  flex: 1;
}
@media (min-width: 1020px) {
  #ap_aporta #ap_aporta_beneficios_carr .ap_aporta_beneficios_carr_slide {
    padding: 20px 20px 40px;
  }
}
#ap_aporta #ap_aporta_beneficios_carr .ap_aporta_beneficios_carr_slide_img {
  width: 80%;
  margin: 0 auto;
  background: no-repeat center center;
  background-size: contain;
  text-align: center;
}
#ap_aporta #ap_aporta_beneficios_carr .ap_aporta_beneficios_carr_slide_img::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70%;
}
#ap_aporta #ap_aporta_beneficios_carr .ap_aporta_beneficios_carr_slide_img img {
  width: 170px;
  margin: 0 auto;
}
#ap_aporta #ap_aporta_beneficios_carr .ap_aporta_beneficios_carr_slide_title {
  font-size: 1.4rem;
  color: white;
  line-height: 1.2;
  width: 100%;
  font-family: acumin-pro, serif;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (min-width: 1020px) {
  #ap_aporta #ap_aporta_beneficios_carr .ap_aporta_beneficios_carr_slide_title {
    padding: 20px 20px 0;
    font-weight: 400;
    font-size: 1.1rem;
  }
}
#ap_aporta #ap_aporta_beneficios_carr .ap_aporta_beneficios_carr_slide_title strong {
  font-weight: 600;
  font-family: acumin-pro, serif;
}
#ap_aporta #ap_aporta_beneficios .slick-dots {
  width: 100%;
  justify-content: center;
  margin-bottom: 30px;
}
#ap_aporta #ap_aporta_beneficios .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  background: white;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.5;
}
#ap_aporta #ap_aporta_beneficios .slick-dots li.slick-active button {
  opacity: 1;
}
#ap_aporta #ap_aporta_first {
  background: url("./static/assets/aporta/txtr_b.png") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 50px;
}
@media (min-width: 1020px) {
  #ap_aporta #ap_aporta_first {
    background: url("./static/assets/aporta/txtr_left.png") no-repeat left top;
    background-size: auto 100%;
  }
}
@media (min-width: 1020px) {
  #ap_aporta #ap_aporta_first {
    padding: 0px calc(50% - 450px) 50px;
    display: flex;
  }
}
#ap_aporta #ap_aporta_first .ap_aporta_side_txtr {
  width: 14%;
  position: absolute;
}
@media (min-width: 1020px) {
  #ap_aporta #ap_aporta_first .ap_aporta_side_txtr {
    display: none;
  }
}
#ap_aporta #ap_aporta_first .ap_aporta_side_txtr#ap_aporta_side_txtr_left {
  top: 0;
  left: 0;
}
#ap_aporta #ap_aporta_first .ap_aporta_side_txtr#ap_aporta_side_txtr_right {
  top: 15%;
  right: 0;
}
@media (min-width: 1020px) {
  #ap_aporta .ap_aporta_first_first {
    width: 50%;
    box-sizing: border-box;
    padding-right: 5%;
  }
}
#ap_aporta .ap_aporta_center_info {
  width: 70%;
  min-height: 250px;
  position: relative;
  z-index: 2;
  margin: 50px auto;
}
@media (min-width: 1020px) {
  #ap_aporta .ap_aporta_center_info {
    width: 100%;
  }
}
#ap_aporta .ap_aporta_center_info p {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 300;
  color: #575757;
  line-height: 1.25;
  opacity: 0;
}
@media (min-width: 1020px) {
  #ap_aporta .ap_aporta_center_info p {
    text-align: left;
    opacity: 1;
  }
}
#ap_aporta .ap_aporta_center_info p strong {
  font-weight: 400;
  margin-top: 1.5rem;
  display: block;
  color: #444242;
  font-style: italic;
}
#ap_aporta .ap_aporta_center_info img {
  width: 100px;
  margin: 3rem auto;
  display: block;
  opacity: 0;
}
@media (min-width: 1020px) {
  #ap_aporta .ap_aporta_center_info img {
    opacity: 1;
  }
}
#ap_aporta .ap_aporta_center_info img.ap_aporta_img_showing {
  animation-delay: 1s;
}
#ap_aporta .ap_aporta_first_info {
  width: 70%;
  margin: 0 auto 1.5rem;
  opacity: 0;
}
@media (min-width: 1020px) {
  #ap_aporta .ap_aporta_first_info {
    width: 100%;
    opacity: 1;
  }
}
#ap_aporta .ap_aporta_first_info p {
  margin: 1.3rem 0;
  font-size: 1rem;
  color: #363636;
  line-height: 1.2;
  font-family: acumin-pro, serif;
}
#ap_aporta .ap_aporta_first_info p strong {
  font-family: acumin-pro, serif;
  font-weight: 600;
}

.ap_aporta_payment_box .ap_aporta_box_email {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
  text-align: center;
  color: #ff3c41;
  font-weight: 600;
  font-style: italic;
}
@media (min-width: 1020px) {
  .ap_aporta_payment_box {
    flex: 1;
    box-sizing: border-box;
    padding-left: 50px;
  }
}

#ap_aporta_box {
  width: 80%;
  background: white;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  margin: 3rem auto 0rem;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (max-width: 1020px) {
  #ap_aporta_box {
    min-width: 305px;
  }
}
@media (min-width: 1020px) {
  #ap_aporta_box {
    width: 100%;
  }
}
#ap_aporta_box_controls {
  width: 100%;
  margin: 1.5rem auto;
  box-sizing: border-box;
  padding: 0 0.5rem;
}
#ap_aporta_box_controls_title {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  color: #363636;
  text-align: center;
}
#ap_aporta_box_controls_title strong {
  font-weight: 500;
  font-style: italic;
}
#ap_aporta_box_controls_title span {
  color: #ff3c41;
}
#ap_aporta_box_controls_disclaimer {
  width: 90%;
  font-size: 0.7rem;
  margin: 1rem auto 0.5rem;
  color: #666;
  line-height: 1.2;
  font-family: acumin-pro, serif;
}
#ap_aporta_box_controls_disclaimer span, #ap_aporta_box_controls_disclaimer a {
  font-family: acumin-pro, serif;
  color: #ff3c41;
}
#ap_aporta_box_controls_disclaimer a {
  text-decoration: underline;
}
#ap_aporta_box #ap_aporta_box_qty {
  width: 90%;
  margin: 1rem auto;
}
#ap_aporta_box #ap_aporta_box_qty_slider {
  margin-top: 1rem;
}
#ap_aporta_box #ap_aporta_box_qty_slider .rangeslider__fill {
  background: #ff3c41;
}
#ap_aporta_box #ap_aporta_box_qty_slider .rangeslider--horizontal {
  height: 15px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  background: transparent;
}
#ap_aporta_box #ap_aporta_box_qty_slider .rangeslider--horizontal .rangeslider__handle {
  width: 21px;
  height: 21px;
  top: -3px;
  box-shadow: none;
  border: 0;
  background: #d50005;
}
#ap_aporta_box #ap_aporta_box_qty_slider .rangeslider--horizontal .rangeslider__handle::after {
  display: none;
}
#ap_aporta_box #ap_aporta_box_qty_formatted {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  color: #444444;
  font-style: italic;
  margin-top: 1rem;
}
#ap_aporta_box_payment_methods, #ap_aporta_box_plans {
  width: 100%;
  margin-top: 0rem;
}
#ap_aporta_box_payment_methods#ap_aporta_box_payment_methods, #ap_aporta_box_plans#ap_aporta_box_payment_methods {
  margin-top: 1rem;
}
#ap_aporta_box_payment_methods_title, #ap_aporta_box_plans_title {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  font-weight: 400;
  text-align: left;
  font-size: 1.2rem;
  color: #555;
}
#ap_aporta_box_payment_methods_container, #ap_aporta_box_plans_container {
  width: 100%;
  padding: 0 0.5rem;
}
#ap_aporta_box_payment_methods_container .ap_aporta_method, #ap_aporta_box_plans_container .ap_aporta_method {
  flex: 1;
  position: relative;
  text-align: center;
  margin: 0 0.5rem;
  background: #f8f8f8;
  border-radius: 5px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#ap_aporta_box_payment_methods_container .ap_aporta_method input, #ap_aporta_box_plans_container .ap_aporta_method input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
#ap_aporta_box_payment_methods_container .ap_aporta_method_container, #ap_aporta_box_plans_container .ap_aporta_method_container {
  width: 100%;
  text-align: center;
}
#ap_aporta_box_payment_methods_container .ap_aporta_method_container_plan, #ap_aporta_box_plans_container .ap_aporta_method_container_plan {
  font-size: 1rem;
  box-sizing: border-box;
  padding: 1rem 0.5rem;
  color: #444;
}
#ap_aporta_box_payment_methods_container .ap_aporta_method_container_plan span, #ap_aporta_box_plans_container .ap_aporta_method_container_plan span {
  color: #ff3c41;
  font-weight: 600;
  font-family: acumin-pro, serif;
  display: block;
  padding-top: 5px;
}
#ap_aporta_box_payment_methods_container .ap_aporta_method img, #ap_aporta_box_plans_container .ap_aporta_method img {
  width: 40px;
  margin: 7px 0;
  filter: grayscale(1);
  opacity: 0.9;
}
#ap_aporta_box_payment_methods_container .ap_aporta_method input:checked ~ .ap_aporta_method_container, #ap_aporta_box_plans_container .ap_aporta_method input:checked ~ .ap_aporta_method_container {
  background: rgba(0, 0, 0, 0.2);
}
#ap_aporta_box_payment_methods_container .ap_aporta_method input:checked ~ .ap_aporta_method_container img, #ap_aporta_box_plans_container .ap_aporta_method input:checked ~ .ap_aporta_method_container img {
  opacity: 1;
  filter: none;
}
#ap_aporta_box_payment_methods_container#ap_aporta_box_plans_container .ap_aporta_method, #ap_aporta_box_plans_container#ap_aporta_box_plans_container .ap_aporta_method {
  flex: auto;
  width: 100%;
  margin: 0.5rem;
}
#ap_aporta_box_payment_methods_container#ap_aporta_box_plans_container .ap_aporta_method span, #ap_aporta_box_plans_container#ap_aporta_box_plans_container .ap_aporta_method span {
  display: inline-block;
  padding: 0;
  margin-right: 0.5rem;
  width: 50px;
}
#ap_aporta_box_payment_methods_container#ap_aporta_box_plans_container .ap_aporta_method .ap_aporta_method_container_plan, #ap_aporta_box_plans_container#ap_aporta_box_plans_container .ap_aporta_method .ap_aporta_method_container_plan {
  padding: 0.5rem 1rem;
  text-align: left;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
#ap_aporta_box_payment_methods_container#ap_aporta_box_plans_container .ap_aporta_method input:checked ~ .ap_aporta_method_container, #ap_aporta_box_plans_container#ap_aporta_box_plans_container .ap_aporta_method input:checked ~ .ap_aporta_method_container {
  background: #ff3c41;
}
#ap_aporta_box_payment_methods_container#ap_aporta_box_plans_container .ap_aporta_method input:checked ~ .ap_aporta_method_container .ap_aporta_method_container_plan, #ap_aporta_box_plans_container#ap_aporta_box_plans_container .ap_aporta_method input:checked ~ .ap_aporta_method_container .ap_aporta_method_container_plan {
  color: white;
  font-weight: 600;
}
#ap_aporta_box_payment_methods_container#ap_aporta_box_plans_container .ap_aporta_method input:checked ~ .ap_aporta_method_container .ap_aporta_method_container_plan span, #ap_aporta_box_plans_container#ap_aporta_box_plans_container .ap_aporta_method input:checked ~ .ap_aporta_method_container .ap_aporta_method_container_plan span {
  color: white;
  font-weight: 800;
}
#ap_aporta_box_payment_screen, #ap_aporta_box_plan_screen {
  width: 100%;
  position: relative;
}
#ap_aporta_box_payment_screen .ap_aporta_plan_mini_screen .ap_aporta_payment_mini_screen_disclaimer, #ap_aporta_box_plan_screen .ap_aporta_plan_mini_screen .ap_aporta_payment_mini_screen_disclaimer {
  padding-bottom: 0 !important;
  margin-bottom: -20px;
}
#ap_aporta_box_payment_screen.ap_loading #ap_aporta_box_loading, #ap_aporta_box_plan_screen.ap_loading #ap_aporta_box_loading {
  display: block;
}
#ap_aporta_box_payment_screen #ap_aporta_box_payment_cta, #ap_aporta_box_plan_screen #ap_aporta_box_payment_cta {
  width: 100%;
  justify-content: center;
  margin-bottom: 1rem;
}
#ap_aporta_box_payment_screen #ap_aporta_box_payment_cta_button, #ap_aporta_box_plan_screen #ap_aporta_box_payment_cta_button {
  display: none;
  background: #ff3c41;
  margin: 10px 0;
  color: white;
  box-sizing: border-box;
  padding: 10px 25px;
  border-radius: 35px;
  font-family: acumin-pro, serif;
  cursor: pointer;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1px;
}
#ap_aporta_box_payment_screen #ap_aporta_box_payment_cta_button.ap_disabled, #ap_aporta_box_plan_screen #ap_aporta_box_payment_cta_button.ap_disabled {
  opacity: 0.3;
  pointer-events: none;
}
#ap_aporta_box .ap_aporta_payment_mini_screen, #ap_aporta_box .ap_aporta_plan_mini_screen {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0;
  display: none;
}
#ap_aporta_box .ap_aporta_payment_mini_screen .app_choose_input_sample, #ap_aporta_box .ap_aporta_plan_mini_screen .app_choose_input_sample {
  display: none;
}
#ap_aporta_box .ap_aporta_payment_mini_screen .app_choose_email, #ap_aporta_box .ap_aporta_plan_mini_screen .app_choose_email {
  width: 100% !important;
  flex: auto !important;
  margin-bottom: 5px;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
#ap_aporta_box .ap_aporta_payment_mini_screen .app_choose_email input, #ap_aporta_box .ap_aporta_plan_mini_screen .app_choose_email input {
  margin-right: 0 !important;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose, #ap_aporta_box .ap_aporta_plan_mini_screen_choose {
  width: 100%;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_h1, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_h1 {
  color: #333;
  padding: 5px 1.25rem 10px;
  text-align: center;
  box-sizing: border-box;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_h1, #ap_aporta_box .ap_aporta_payment_mini_screen_choose_h1 *, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_h1, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_h1 * {
  font-family: acumin-pro, serif;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_h1 strong, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_h1 strong {
  font-weight: 600;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner {
  padding: 5px 1.25rem 10px;
  box-sizing: border-box;
  justify-content: center;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_input input, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_input input {
  text-align: center;
  font-size: 2.4rem;
  padding: 0.5rem 0;
  width: 100px;
  background: #ff3c41;
  color: white;
  line-height: 1.8;
  font-family: acumin-pro, serif;
  -moz-appearance: textfield;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_input input::-webkit-outer-spin-button, #ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_input input::-webkit-inner-spin-button, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_input input::-webkit-outer-spin-button, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_s, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_s {
  width: 30px;
  background: #ff3c41;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  flex-direction: column;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_s_btn, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_s_btn {
  flex: 1;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 800;
  color: white;
  align-items: center;
  cursor: pointer;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_s_btn[disabled], #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_s_btn[disabled] {
  opacity: 0.25;
  pointer-events: none;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_s_btn:hover, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_s_btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
#ap_aporta_box .ap_aporta_payment_mini_screen_choose_spinner_s_btn:first-child, #ap_aporta_box .ap_aporta_plan_mini_screen_choose_spinner_s_btn:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#ap_aporta_box .ap_aporta_payment_mini_screen_title, #ap_aporta_box .ap_aporta_plan_mini_screen_title {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 1.25rem 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #464646;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_disclaimer, #ap_aporta_box .ap_aporta_plan_mini_screen_disclaimer {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 1.25rem 15px;
  font-family: acumin-pro, serif;
  font-size: 0.8rem;
  color: #222;
  line-height: 1.1;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_disclaimer strong, #ap_aporta_box .ap_aporta_payment_mini_screen_disclaimer a, #ap_aporta_box .ap_aporta_plan_mini_screen_disclaimer strong, #ap_aporta_box .ap_aporta_plan_mini_screen_disclaimer a {
  font-family: acumin-pro, serif;
  font-weight: 600;
}
#ap_aporta_box .ap_aporta_payment_mini_screen_disclaimer a, #ap_aporta_box .ap_aporta_plan_mini_screen_disclaimer a {
  text-decoration: underline;
  color: #ff3c41;
}
#ap_aporta_box .ap_aporta_cardform {
  width: 90%;
  margin: 10px auto;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row {
  width: 100%;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc {
  width: 100%;
  margin-top: 5px;
  align-items: center;
  position: relative;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc_input {
  position: relative;
  box-sizing: border-box;
  padding: 5px;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc_input input {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 3;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc_input i {
  font-size: 18px;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc_input i.app_checked {
  display: none;
  color: #27bd43;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc_input i.app_notchecked {
  display: block;
  color: #333;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc_input input:checked ~ .app_checked {
  display: block;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc_input input:checked ~ .app_notchecked {
  display: none;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc label {
  flex: 1;
  font-family: acumin-pro, serif;
  font-size: 14px;
  font-weight: 600;
  color: #222;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_checkbox_tc label a {
  font-family: acumin-pro, serif;
  text-decoration: underline;
  color: #ff3c41;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row:not(:last-child) {
  margin-bottom: 10px;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_cardform_row_td {
  flex: 1;
  box-sizing: border-box;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_cardform_row_td:not(:last-child) {
  margin-right: 10px;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_cardform_row_td:first-child {
  flex-grow: 2;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_cardform_row_td .ap_input_des {
  font-size: 0.8rem;
  font-family: acumin-pro, serif;
  line-height: 1.15;
  color: #555;
  font-weight: 600;
  box-sizing: border-box;
  padding: 5px 10px;
  display: none;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_cardform_row_td .ap_input_des span {
  font-family: acumin-pro, serif;
  color: #ff3c41;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_cardform_row_td input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  background: #f0f0f0 no-repeat center right 10px;
  background-size: auto 30px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #222222;
  border-bottom: 2px solid transparent;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_cardform_row_td input.ap_invalid {
  border-color: #ff3c41;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_cardform_row_td input#ap_aporta_cardform_number {
  box-sizing: border-box;
  padding-right: 45px;
}
#ap_aporta_box .ap_aporta_cardform .ap_aporta_cardform_row .ap_aporta_cardform_row_td input:focus ~ .ap_input_des {
  display: block;
}

#ap_thanks {
  width: 100%;
  overflow: hidden;
  background: url("./static/assets/aporta/txtr_b.png") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 50px;
}
#ap_thanks_container {
  width: 95%;
  margin: 50px auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-sizing: border-box;
  padding: 30px;
}
@media (min-width: 1020px) {
  #ap_thanks_container {
    width: 600px;
  }
}
#ap_thanks_container h1 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.15;
  color: #383838;
  font-weight: 300;
  margin-bottom: 1rem;
}
#ap_thanks_container h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#ap_thanks_container p {
  margin: 1rem 0;
  line-height: 1.2;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 0 5%;
  font-family: acumin-pro, serif;
}
#ap_thanks_container p * {
  font-family: acumin-pro, serif;
}
#ap_thanks_container p em {
  color: #ff3c41;
  font-weight: 600;
}
#ap_thanks_container p a {
  font-weight: 600;
  color: #ff3c41;
  text-decoration: underline;
}
#ap_thanks .ap_thanks_cta {
  width: 100%;
  margin-top: 2rem;
  justify-content: center;
}
#ap_thanks .ap_thanks_cta_btn {
  display: inline-block;
  background: #ff3c41;
  box-sizing: border-box;
  color: white;
  padding: 10px 15px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 500;
  font-style: italic;
}

#ap_aporta_box_loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background: #ff3c41 no-repeat center center;
  background-size: auto 150px;
  display: none;
}
#ap_aporta_box_loading_container {
  width: 300px;
}
#ap_aporta_box_loading_img {
  width: 180px;
  margin: 0 auto;
}
#ap_aporta_box_loading_img img {
  width: 100%;
}
#ap_aporta_box_loading_text {
  text-align: center;
  overflow: hidden;
  top: 50%;
}
#ap_aporta_box_loading_text .ap_loading_h1 {
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  font-style: italic;
}
#ap_aporta_box_loading_text p {
  line-height: 1.25;
  font-family: acumin-pro, serif;
  margin-top: 10px;
  font-weight: 600;
  color: #f0f0f0;
}
#ap_aporta_box_loading_text p strong {
  color: white;
  font-style: italic;
}

#ap_aporta_compromisos {
  background: #0a0a0a no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 3rem 0;
}
@media (min-width: 1020px) {
  #ap_aporta_compromisos {
    background: repeat-x center center;
  }
}
#ap_aporta_compromisos .ap_aporta_compromisos_title {
  font-size: 2rem;
  text-align: center;
  color: white;
  opacity: 0.95;
  font-weight: 300;
  margin-bottom: 3rem;
}
@media (min-width: 1020px) {
  #ap_aporta_compromisos .ap_aporta_compromisos_title {
    font-size: 2.5rem;
  }
}
#ap_aporta_compromisos .ap_aporta_compromisos_title strong {
  font-weight: 500;
  font-style: italic;
}
#ap_aporta_compromisos .ap_aporta_compromisos_binder {
  width: 100%;
  box-sizing: border-box;
  padding: 0 3rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1020px) {
  #ap_aporta_compromisos .ap_aporta_compromisos_binder {
    flex-direction: row;
    padding: 0 20% 2rem 20%;
  }
}
#ap_aporta_compromisos .ap_aporta_compromisos_binder_comp {
  width: 100%;
  color: white;
  font-size: 1.3rem;
  font-family: acumin-pro, serif;
  line-height: 1.25;
}
@media (min-width: 1020px) {
  #ap_aporta_compromisos .ap_aporta_compromisos_binder_comp {
    flex: 1;
    text-align: center;
  }
}
#ap_aporta_compromisos .ap_aporta_compromisos_binder_comp * {
  font-family: acumin-pro, serif;
}
#ap_aporta_compromisos .ap_aporta_compromisos_binder_comp strong {
  font-weight: 600;
  font-style: italic;
}
#ap_aporta_compromisos .ap_aporta_compromisos_binder_divider {
  background: #ff3c41;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 2.5rem 0;
}
@media (min-width: 1020px) {
  #ap_aporta_compromisos .ap_aporta_compromisos_binder_divider {
    margin: 0 2rem;
  }
}
#ap_aporta_compromisos .ap_aporta_compromisos_eagle {
  width: 75%;
  margin: 4rem 0 0 25%;
  position: relative;
}
@media (min-width: 1020px) {
  #ap_aporta_compromisos .ap_aporta_compromisos_eagle {
    width: 15%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
#ap_aporta_compromisos .ap_aporta_compromisos_eagle div {
  width: 100%;
  height: 100%;
  background: url("./static/assets/aporta/circle.png") no-repeat right center;
  background-size: contain;
}
#ap_aporta_compromisos .ap_aporta_compromisos_eagle img {
  position: relative;
  z-index: 2;
  width: 100%;
}

#app_progress_bar {
  width: 90%;
  height: 15px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  margin: 1rem auto 0;
  border-radius: 10px;
  position: relative;
}
#app_progress_bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.5s ease;
  background: rgba(255, 255, 255, 0.85);
}

.ap_page_suscribete #ap_newsletter_lightbox {
  margin-top: 0 !important;
}
.ap_page_suscribete .ap_menu, .ap_page_suscribete #ap_menu_desktop, .ap_page_suscribete #ap_menu, .ap_page_suscribete .ap_home_main_ad {
  display: none;
}

.ap_aporta_plan_mini_screen[data-plan=r] .ap_aporta_plan_mini_screen_choose_h1 {
  font-weight: 600;
  color: #999;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}
.ap_aporta_plan_mini_screen[data-plan=r] .app_ms_r {
  display: flex;
  width: 80%;
  justify-content: center;
  margin: 0 auto 1rem;
}
.ap_aporta_plan_mini_screen[data-plan=r] .app_ms_r, .ap_aporta_plan_mini_screen[data-plan=r] .app_ms_r * {
  font-family: acumin-pro;
}
.ap_aporta_plan_mini_screen[data-plan=r] .app_ms_r .app_ms_r_r {
  position: relative;
}
.ap_aporta_plan_mini_screen[data-plan=r] .app_ms_r .app_ms_r_r_d {
  padding: 0.5rem 0.75rem;
  margin: 0 0.5rem;
  background: #ddd;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #333;
  border-radius: 1.25rem;
  cursor: pointer;
}
.ap_aporta_plan_mini_screen[data-plan=r] .app_ms_r .app_ms_r_r input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.ap_aporta_plan_mini_screen[data-plan=r] .app_ms_r .app_ms_r_r input:checked ~ .app_ms_r_r_d {
  background-color: #ff3c41;
  color: white;
}
.ap_aporta_plan_mini_screen[data-plan=r] .ap_aporta_cardform_row_td {
  flex: 1;
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto;
}
.ap_aporta_plan_mini_screen[data-plan=r] .ap_aporta_cardform_row_td input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 12px 15px 10px;
  background: #f0f0f0 no-repeat center right 10px;
  background-size: auto 30px;
  font-size: 1rem;
  font-weight: 600;
  color: #222222;
  border-radius: 25px;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.ap_aporta_plan_mini_screen[data-plan=r] .ap_aporta_cardform_row_td input.ap_invalid {
  border-color: #ff3c41;
}
.ap_aporta_plan_mini_screen[data-plan=r] .ap_aporta_cardform_row_td input#ap_aporta_cardform_number {
  box-sizing: border-box;
  padding-right: 45px;
}
.ap_aporta_plan_mini_screen[data-plan=r] .ap_aporta_cardform_row_td input:focus ~ .ap_input_des {
  display: block;
}

.app_dashboard_welcome {
  width: calc(100% - calc(2rem + 40px));
  box-sizing: border-box;
  line-height: 1.25;
  font-size: 1rem;
  color: #555;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  margin: 1rem calc(2rem + 40px) 1rem 1.5rem;
  background: #eee;
  font-family: acumin-pro, serif;
  position: relative;
}
@media (min-width: 1020px) {
  .app_dashboard_welcome {
    margin-bottom: 3rem;
  }
}
.app_dashboard_welcome::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  background: url("./static/assets/aporta/pajarito.png") no-repeat center center;
  background-size: contain;
  transform: translate(50%, 50%);
  right: 0;
}
.app_dashboard_welcome strong {
  font-weight: 600;
  font-size: 1.3rem;
  max-width: 90%;
  display: block;
  font-family: acumin-pro, serif;
}
@media (min-width: 1020px) {
  .ap_user_premium:not(.single-video) .ap_single_first {
    margin-top: 160px !important;
  }
}
@media (min-width: 1020px) {
  .ap_user_premium:not(.single-video) .ap_desktop_container.ap_desktop_ramon_ad .ap_desktop_ramon {
    margin: 0 auto !important;
    width: 75% !important;
  }
}
.ap_user_premium:not(.single-video) .ap_desktop_small_col_two_thirds .ap_home_populares {
  margin-bottom: 0 !important;
}
@media (max-width: 1020px) {
  .ap_user_premium:not(.single-video) .ap_desktop_small_col_one_third .ap_home_hablemosde {
    border-top: 2px solid white;
    margin-top: 0 !important;
  }
}

#app_login_cta {
  width: 100%;
}
#app_login_cta_button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.55rem 0.7rem;
  background: #ff3c41;
  margin-top: 1.75rem;
  color: white;
  margin-bottom: 1.25rem;
  font-weight: 600;
  margin-left: 1rem;
  font-style: italic;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  align-items: center;
}
#app_login_cta_button img {
  height: 25px;
  margin-right: 0.5rem;
  transform: translateY(2px);
}

#ap_premium_login {
  width: 100%;
  background: #181818 no-repeat center center;
  background-size: cover;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 150px;
}
#ap_premium_login #ap_premium_login_box {
  width: 400px;
  margin: 80px auto;
  background: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 1020px) {
  #ap_premium_login #ap_premium_login_box {
    width: 95%;
    margin: 30px auto;
  }
}
#ap_premium_login #ap_premium_login_box_form {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  #ap_premium_login #ap_premium_login_box_form {
    width: 95%;
  }
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row_submit {
  width: 100%;
  justify-content: center;
  margin-top: 1rem;
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row_submit button {
  background: #ff3c41;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  color: white;
  display: inline-block;
  border: 0;
  font-size: 1.2rem;
  font-family: ivyjournal, sans-serif;
  padding: 3px 20px 5px;
  cursor: pointer;
  font-style: italic;
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row_submit button:hover {
  background: #ff090f;
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row_submit button:focus {
  outline: 0;
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row {
  width: 100%;
  margin: 0.8rem 0;
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem 0;
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row input:not([type=checkbox]) {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white !important;
  color: #555;
  border-right: 5px solid rgba(0, 0, 0, 0.1);
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  color: #666;
  transition: transform 0.2s ease;
  pointer-events: none;
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row label span {
  color: #ff3c41;
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row input:not([type=checkbox]), #ap_premium_login #ap_premium_login_box_form .ap_premium_login_row label {
  display: block;
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  padding: 15px;
  font-weight: 600;
  font-family: ivyjournal, sans-serif;
  font-size: 1.1rem;
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row input:focus ~ label, #ap_premium_login #ap_premium_login_box_form .ap_premium_login_row input.ap_active ~ label {
  height: auto;
  width: auto;
  display: inline-block;
  background: white;
  font-size: 0.7rem;
  padding: 5px;
  left: 10px;
  transform: translateY(-50%);
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row.ap_input_valid input {
  border-color: #a2fe86;
}
#ap_premium_login #ap_premium_login_box_form .ap_premium_login_row.ap_input_invalid input {
  border-color: #e61919;
}
#ap_premium_login #ap_premium_login_box_ctas {
  width: 85%;
  margin: 2rem auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#ap_premium_login #ap_premium_login_box_ctas .ap_premium_login_box_cta {
  color: white;
  padding: 5px 10px;
}
#ap_premium_login #ap_premium_login_box_ctas .ap_premium_login_box_cta a {
  color: #fd9497;
  font-weight: 600;
  font-style: italic;
}
#ap_premium_login #ap_premium_login_box_ctas .ap_premium_login_box_cta a:hover {
  opacity: 0.9;
}
#ap_premium_login #ap_premium_login_box_img {
  width: 70px;
  margin: 1rem auto;
}
@media (max-width: 1020px) {
  #ap_premium_login #ap_premium_login_box_img {
    width: 60px;
  }
}
#ap_premium_login #ap_premium_login_box_img img {
  width: 100%;
}
#ap_premium_login #ap_premium_login_box_title {
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 1rem;
}
#ap_premium_login #ap_premium_login_box form .ap_premium_login_loader {
  width: 110%;
  height: 110%;
  background: #ff3c41;
  z-index: 2;
  display: none;
}
#ap_premium_login #ap_premium_login_box form .ap_premium_login_loader img:first-child {
  width: 150px;
  padding-bottom: 20px;
}
#ap_premium_login #ap_premium_login_box form .ap_premium_login_loader img:last-child {
  width: 50px;
  bottom: 70px;
}
#ap_premium_login #ap_premium_login_box form.ap_premium_form_invalid .ap_premium_login_row_submit {
  pointer-events: none;
  opacity: 0.4;
}
#ap_premium_login #ap_premium_login_box form.ap_loading .ap_premium_login_loader {
  display: block;
}

.jconfirm .jconfirm-box {
  width: 500px;
  border-radius: 0;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .jconfirm .jconfirm-box {
    width: 95%;
  }
}
.jconfirm .jconfirm-box .jconfirm-title {
  font-size: 32px !important;
  color: #585858;
  font-weight: 300;
  font-style: italic;
}
.jconfirm .jconfirm-box .jconfirm-content {
  font-size: 18px !important;
}
.jconfirm .jconfirm-box .btn {
  border-radius: 0 !important;
  background: #ff3c41 !important;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  text-transform: none !important;
  color: white !important;
  font-style: italic;
  font-size: 1rem !important;
  padding: 5px 10px !important;
  font-weight: 400 !important;
  font-family: ivyjournal, sans-serif;
}

.jconfirm-bg {
  background: #0a0a0a !important;
}

body.ap_user_premium .inview-bottom-right, body.ap_user_premium div[id^=gpt_unit] {
  display: none !important;
}
body.ap_user_premium .ap_fondea_link, body.ap_user_premium .ap_fondea_link_premium, body.ap_user_premium div[id^=div-gpt-ad], body.ap_user_premium #ap_footer_newsletter, body.ap_user_premium .ap_single_fondea_text, body.ap_user_premium .ap_home_main_ad, body.ap_user_premium #ap_menu_newsletter_cta, body.ap_user_premium .ap_home_partners_ad, body.ap_user_premium .ap_page_generic_ad, body.ap_user_premium .ap_plumaje_page_ad, body.ap_user_premium .ap_fondea, body.ap_user_premium .ap_home_newsletter, body.ap_user_premium .ap_home_first_extras_ad {
  display: none !important;
}

body.ap_page_suscribete .ap_fondea_link_premium {
  display: none !important;
}

body.ap_user_premium {
  /** AP PREMIUM DARK MODE **/
}
@media (min-width: 1020px) {
  body.ap_user_premium #ap_desktop_primeras {
    padding-top: 190px;
  }
}
@media (min-width: 1020px) {
  body.ap_user_premium.ap_layout_breaking #ap_desktop_primeras {
    padding-top: 160px;
  }
}
body.ap_user_premium #ap_menu_desktop, body.ap_user_premium #ap_footer {
  background-color: #0a0a0a;
}
body.ap_user_premium.ap_past_principal #ap_menu {
  background-size: cover;
}
@media (max-width: 1020px) {
  body.ap_user_premium #ap_home_especiales {
    margin-bottom: 0;
  }
}
@media (max-width: 1020px) {
  body.ap_user_premium .ap_home_videos, body.ap_user_premium .ap_home_populares {
    margin-top: 0 !important;
  }
}
@media (max-width: 1020px) {
  body.ap_user_premium .ap_home_videos {
    border-top: 2px solid white;
  }
}
body.ap_user_premium.ap_premium_nightmode #ap_premium_submenu_dark {
  display: none;
}
body.ap_user_premium.ap_premium_nightmode .ap_premium_menu_avatar_submenu {
  background: #393939;
}
body.ap_user_premium.ap_premium_nightmode #ap_menu_drawer_menu, body.ap_user_premium.ap_premium_nightmode #ap_menu_drawer_search {
  background: #0a0a0a !important;
}
body.ap_user_premium.ap_premium_nightmode #ap_menu_drawer_search input {
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
body.ap_user_premium.ap_premium_nightmode #ap_premium_submenu_light {
  display: flex;
}
body.ap_user_premium.ap_premium_nightmode .ap_container, body.ap_user_premium.ap_premium_nightmode .ap_note {
  background: #0a0a0a;
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_home_main_note_main_box, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_home_main_note_main_box {
  background: none;
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_home_main_note_related_note_info_title, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_home_main_note_related_note_info_title {
  color: #fd9497;
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_home_main_note_main_box_title, body.ap_user_premium.ap_premium_nightmode .ap_container .ap_secondary_note_data_title, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_home_main_note_main_box_title, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_secondary_note_data_title {
  color: white;
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_single_first_title, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_single_first_title {
  color: white;
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_single_first_excerpt, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_single_first_excerpt {
  color: #f0f0f0;
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_single_first_info_author, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_single_first_info_author {
  color: #fd9497;
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_single_first_info_date, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_single_first_info_date {
  color: #fec6c8;
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_single_sharers_title, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_single_sharers_title {
  color: white;
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_single_sharers_share img, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_single_sharers_share img {
  filter: invert(1);
}
body.ap_user_premium.ap_premium_nightmode .ap_container .ap_single_content *, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_single_content * {
  color: #f0f0f0;
}
@media (min-width: 1020px) {
  body.ap_user_premium.ap_premium_nightmode .ap_container .ap_home_partners, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_home_partners {
    height: 100%;
  }
  body.ap_user_premium.ap_premium_nightmode .ap_container .ap_home_extra_data, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_home_extra_data {
    background: #111 !important;
  }
  body.ap_user_premium.ap_premium_nightmode .ap_container .ap_home_extra_data .ap_home_extra_data_title, body.ap_user_premium.ap_premium_nightmode .ap_note .ap_home_extra_data .ap_home_extra_data_title {
    color: white;
  }
}

.ap_premium_menu_avatar {
  margin-right: 5px;
  position: relative;
  z-index: 6;
  display: none;
}
.ap_premium_menu_avatar > a {
  align-items: center;
}
.ap_premium_menu_avatar_text {
  background: #333;
  padding: 5px 10px 5px 10px;
  transform: translateX(-5px);
  color: white;
  font-size: 0.9rem;
  font-family: ivyjournal, sans-serif !important;
  font-style: italic;
  font-weight: 600;
  position: relative;
  display: none;
}
.ap_premium_menu_avatar_notifications {
  background: #f8b500;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 10px;
  color: black;
  width: 18px;
  height: 18px;
  font-weight: 600;
  border-radius: 50%;
  line-height: 1;
  transform: translate(25%, -15%);
}
.ap_premium_menu_avatar_notifications, .ap_premium_menu_avatar_notifications * {
  font-family: acumin-pro, serif;
}
.ap_premium_menu_avatar_notifications span {
  padding-bottom: 2px;
}
.ap_premium_menu_avatar_circle {
  width: 45px;
  border-radius: 50%;
  height: 45px;
  position: relative;
  cursor: pointer;
  z-index: 2;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1020px) {
  .ap_premium_menu_avatar_circle {
    width: 38px;
    height: 38px;
  }
}
.ap_premium_menu_avatar_circle_ball {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: url("./static/assets/gradient_circle.png") no-repeat center center;
  background-size: cover;
}
.ap_premium_menu_avatar_circle_photo {
  width: 90%;
  height: 90%;
  z-index: 2;
  border-radius: 50%;
  background: #0a0a0a;
  background-size: cover;
}
.ap_premium_menu_avatar_circle:hover .ap_premium_menu_avatar_circle_ball {
  transform: rotate(45deg);
}

.ap_premium_menu_avatar_submenu {
  width: 220px;
  position: fixed;
  top: 45px;
  z-index: 4;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: #1a1a1a;
  border-radius: 5px;
  display: none;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1020px) {
  .ap_premium_menu_avatar_submenu {
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    top: 0;
    padding: 1rem;
  }
}
.ap_premium_menu_avatar_submenu_triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #1a1a1a;
  position: absolute;
  top: 0;
  left: 23px;
  transform: translate(-50%, -95%);
}
@media (max-width: 1020px) {
  .ap_premium_menu_avatar_submenu_triangle {
    display: none;
  }
}
.ap_premium_menu_avatar_submenu #ap_premium_submenu_dark {
  display: flex;
}
.ap_premium_menu_avatar_submenu #ap_premium_submenu_light {
  display: none;
}
.ap_premium_menu_avatar_submenu_row {
  width: 100%;
  font-family: acumin-pro, serif;
  text-align: left;
  box-sizing: border-box;
  padding: 0.7rem 0.5rem;
  cursor: pointer;
}
.ap_premium_menu_avatar_submenu_row div, .ap_premium_menu_avatar_submenu_row p {
  font-family: acumin-pro, serif !important;
}
.ap_premium_menu_avatar_submenu_row.ap_premium_menu_avatar_userinfo {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.ap_premium_menu_avatar_submenu_row.ap_premium_menu_avatar_userinfo h1 {
  font-family: ivyjournal, sans-serif !important;
  color: white;
  font-size: 1.1rem;
}
@media (max-width: 1020px) {
  .ap_premium_menu_avatar_submenu_row.ap_premium_menu_avatar_userinfo h1 {
    font-size: 1.3rem !important;
    text-transform: none !important;
  }
}
.ap_premium_menu_avatar_submenu_row.ap_premium_menu_avatar_userinfo p {
  color: #f0f0f0;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 3px;
  text-transform: none !important;
}
.ap_premium_menu_avatar_submenu_row:not(.ap_premium_menu_avatar_userinfo) {
  align-items: center;
}
.ap_premium_menu_avatar_submenu_row:not(.ap_premium_menu_avatar_userinfo):hover {
  background: #1f1f1f;
}
.ap_premium_menu_avatar_submenu_row:not(.ap_premium_menu_avatar_userinfo):last-child {
  margin-top: 10px;
}
.ap_premium_menu_avatar_submenu_row:not(.ap_premium_menu_avatar_userinfo) i {
  font-size: 16px;
  color: white;
  opacity: 0.5;
  line-height: 16px;
}
.ap_premium_menu_avatar_submenu_row:not(.ap_premium_menu_avatar_userinfo) span {
  display: block;
  background: #ff3c41;
  padding: 2px 3px;
  border-radius: 7px;
  font-size: 12px;
  font-family: acumin-pro, serif;
  font-weight: 800;
  color: white;
  text-align: center;
}
.ap_premium_menu_avatar_submenu_row:not(.ap_premium_menu_avatar_userinfo) span, .ap_premium_menu_avatar_submenu_row:not(.ap_premium_menu_avatar_userinfo) i {
  min-width: 20px;
}
.ap_premium_menu_avatar_submenu_row:not(.ap_premium_menu_avatar_userinfo) div {
  flex: 1;
  box-sizing: border-box;
  padding-left: 5px;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1020px) {
  body.logged-in .ap_premium_menu_avatar_submenu {
    padding-top: 96px;
  }
}

#ap_premium_avatar_close_screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
}

body.ap_premium_show_avatar_submenu .ap_premium_menu_avatar_submenu, body.ap_premium_show_avatar_submenu #ap_premium_avatar_close_screen {
  display: block;
}

body.ap_page_dashboard .ap_container {
  background: white;
}
body.ap_page_dashboard #app_premium_dashboard {
  opacity: 0;
}

.grecaptcha-badge {
  bottom: 70px !important;
  transform: scale(0.8);
  right: -180px !important;
}

body.ap_user_premium.single-video .ap_single_first {
  margin-top: 0 !important;
}

/*# sourceMappingURL=style.css.map */
