html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

BODY {
	font:19px/21px 'Open Sans', sans-serif;
	margin:0;
	padding:0;
	-webkit-user-select: none;
	user-select: none;
	width:100%;
	font-weight: 600;
}

BODY.test_body::-webkit-scrollbar {
  display: none;
}

BODY.test_body .overlay>div::-webkit-scrollbar {
  display: none;
}

BODY.modo_pantallazo {
	max-width:380px;
	height:620px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border:1px solid gray;
}

/* -------------------------------------------- */
/* ELEMENTOS BASICOS                            */
/* -------------------------------------------- */
.base_element {
	border-radius:10px;
	font-size:22px;
	line-height:24px;
	text-align:center;
	padding:20px 0;
	margin:0 10px;
}

.pager_button_responsive, .repeat_pw_label {
	white-space: nowrap;
}

.button, .cursor_hand {cursor: pointer !important;}

.action_button {
	background-image: linear-gradient(106deg, #fda5fe,  #462680);
	display:block;
	margin: 20px 10px 0px 10px;
	padding:22px;
	text-decoration: none;
	color: white;
	border-radius:10px;
	box-shadow: -3px 5px 11px 0 rgba(0, 0, 0, 0.24);
	text-overflow: ellipsis;
	overflow: hidden;
}

.action_button_tarea {
	background-color:rgb(155, 226, 55);
}

.bold {
	font-weight: bold;
}

.big_button {
	padding:34px;
	font-size:24px;
}

.link_button {
	text-decoration: underline;
	color:blue;
}

.cuadricula_button_text {
	padding:0px 16px;
	height: 60px;
	line-height: 30px;
}

.demo_button {
	font-size: 20px;
	padding: 14px;
	margin-left: 30px;
	margin-right: 30px;
}

.feedback_button {
	background-color:#fbed29 !important;
	color:#923e9a !important;
	line-height: 14px;
	font-size: 13px !important;
}

.notch_safe_table_cell_left {display:table-cell; width:env(safe-area-inset-left);}
.notch_safe_table_cell_right {display:table-cell; width:env(safe-area-inset-right);}


/* -------------------------------------------- */
/* ELEMENTOS DE CABECERA                        */
/* -------------------------------------------- */

.header_container {
	width:100%;
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
    height:80px;
    display:table;
    border-collapse:separate;
	border-spacing:10px;
    table-layout: fixed;
    padding-left: 0;
    padding-right: 0;
}

.header_container_no_spacing {border-spacing:0px;}

.header_container_row {display:table-row;}
.header_element {
	display:table-cell;
}

.header_title {
	font-family: Montserrat;
	font-size: 28px;
	font-weight: bold;
	padding:20px 0;
	margin:0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.header_title_responsive {
	font-family: Montserrat;
	font-size: 26px;
	font-weight: bold;
	padding:0px 0px;
	margin:0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	vertical-align: middle;
	position: relative;
}

.header_button_cell {
	width:76px;
	vertical-align: middle;
}

.header_button_cell_wide {
	width:90px;
}
.header_button {
	background-color:#eee;
	font-size:14px;
	padding:10px 0;
	vertical-align: middle;
	color: #4a4a4a;
	text-align:center;
	border-radius:8px;
	position:relative;
}

.header_button_alert_dot {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-color: red;
	border-radius: 12px;
	color: white;
	font-weight:bold;
	line-height: 15px;
	position:absolute;
	top:3px;
	right:3px;
}

.header_button_realce_test {
	background-color:rgb(223, 243, 246);
}

.header_simulator {
	max-width:400px;
	border:1px solid #d0d0d0;
	border-bottom:0;
	margin-bottom:20px;
}

.home_icon {
	background:url('img/home-icon.png') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.account_icon {
	background:url('img/account-icon.png') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.config_icon {
	background:url('img/config-icon.png') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.back_icon {
	background:url('img/back-icon.png') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.back_icon_round {
	background:url('img/back-icon-round.png') no-repeat;
	width: 32px;
	height: 24px;
	margin: 0 auto;
}

.medalla_icon {
	background:url('img/cup_26.png') no-repeat;
	width: 26px;
	height: 27px;
	margin: -1px auto 0 auto;
}

.ranking_icon {
	background:url('img/ranking.png') no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}

.debug_icon {
	background:url('img/bug.png') 50% no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.book_icon, .book_icon_star, .book_icon_with_white_checkmark {
	background:url('img/book_icon.png') no-repeat;
	width: 31px;
	height: 24px;
	margin: 0 auto;
}

.book_icon_with_white_checkmark {
	background:url('img/book_icon_with_white_checkmark.png') no-repeat;
}

.book_icon_star {
	background:url('img/book_icon_star.png') no-repeat;
}

.book_icon_gray_resultado, .book_icon_gray_with_star, .book_icon_gray_with_checkmark {
	background:url('img/book_icon_gray.png') 50% no-repeat;
	width: 25px;
	height: 20px;
	float:right;
	padding:5px 8px;
}

.book_icon_gray_with_star {
	background:url('img/book_icon_gray_with_star.png') 50% no-repeat;
}

.book_icon_gray_with_checkmark {
	background:url('img/book_icon_gray_with_checkmark.png') 50% no-repeat;
}

.back_icon_blue_blink {
	background:url('img/back_icon_blue_blink.gif') no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.config_icon_button {
	background:url('img/config-icon-white.png') no-repeat;
	width: 34px;
	height: 24px;
}

.kids_icon_button {
	background:url('img/kids-icon-white.png') no-repeat;
	width: 34px;
	height: 24px;
}

.chat_icon {
	background:url('img/chat_icon.png') no-repeat;
	width: 26px;
	height: 24px;
	margin: 0 auto;
}

.chat_icon_button {
	background:url('img/chat_icon_white.png') no-repeat;
	width: 24px;
	height: 24px;
}

.lock_icon_button {
	background:url('img/lock_24x24_white.png') no-repeat;
	width: 24px;
	height: 24px;
}

.resultado_icon_button {
	background:url('img/resultado-icon.png') no-repeat;
	width: 24px;
	height: 24px;
}

.star_icon_button {
	background:url('img/star_28.png') no-repeat;
	width: 28px;
	height: 28px;
	margin-top: -2px;
	margin-bottom: -2px;
	margin-right: 4px;
}

.moticoin_icon_button {
	background:url('img/moticoin_icon_26.png') no-repeat;
	width: 26px;
	height: 26px;
}

.phone_icon {
	background:url('img/phone_icon_36.png') no-repeat;
	width: 22px;
	height: 36px;
}

.phone_icon_40 {
	background:url('img/phone_icon_40.png') no-repeat;
	width: 24px;
	height: 40px;
}

.phone_icon_24 {
	background:url('img/phone_icon_24.png') no-repeat;
	width: 14px;
	height: 24px;
}

.phone_icon_resultado_name_bar {
	float:right;
	margin-top:4px;
	margin-right:4px;
}

.phone_icon_kid_name_title {
	display:inline-block;
	position:relative;
	margin-left:30px;
	top:3px;
}

.phone_icon_kid_name_title_with_nota_badge {
	display:inline-block;
	position:relative;
	margin-left:65px;
	top:1px;
}

.phone_icon_button {
	position:relative;
	top:2px;
}

.lock_icon_small, .lock_icon_small_gray {
	background:url('img/lock_20x20_white.png') no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	position:relative;
}

.lock_icon_small_gray {
	background:url('img/lock_20x20_gray.png') no-repeat;
}

.chat_overlay_close_button {
	position:absolute;
	left:10px;
	top:8px;
	background-color:#707070;
	border-radius:16px;
	width:28px;
	height:28px;
}

.chat_overlay_close_button div {
	display:inline-block;
	vertical-align:middle;
	font-family:'Arial Black, Helvetica';
	font-size:16px;
	color:white;
	font-weight:bold;
}

.trash_icon {
	background:url('img/trash.png') no-repeat;
	width: 16px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right:16px;
}

.header_help_button {
	font-size: 28px;
	height: 24px;
	color: #8f8f8f;
	font-weight:bold;
}

/* -------------------------------------------- */
/* COLORES				                        */
/* -------------------------------------------- */

/* Antiguos colores */
.use_color, .orange_button {background-image: linear-gradient(112deg, #fad961, #f76b1c);}
.config_color, .gray_button {background-image: linear-gradient(106deg, #d1d1d1, #5b5b5b);}
.contact_color, .green_button {background-image: linear-gradient(119deg, rgb(158, 237, 151), rgb(115, 252, 59));}
.salir_color, .magenta_button {background-image: linear-gradient(119deg, rgb(252, 209, 232), rgb(214, 11, 134));}
.disfrute_color, .blue_color {background-image: linear-gradient(106deg, #74d4fe, #1a54a7);}
.tareas_color {background-image: linear-gradient(106deg, #b1fe5b, #7fc500);}


/* Nuevos colores */
.cancel_color {background-image: linear-gradient(119deg, rgb(252, 175, 216), rgb(242, 6, 149));}
.cancel_color_new {background-image: linear-gradient(106deg, #dddcdc, #bab9b9);}
.red_button {background-image: linear-gradient(119deg, rgb(248, 138, 138), rgb(214, 11, 82));}

.green_color_new, 
.tareas_color_new,
.contact_color_new
	{background-image: linear-gradient(119deg, rgb(115, 252, 59), rgb(69, 182, 59));}
	
.blue_color_new,
.config_color_new												
	{background-image: linear-gradient(106deg, #85d2fb, #148cd8);}
	
.pink_color_new,
.recompensas_color_new
	{background-image: linear-gradient(106deg, #fb85d4, #d8147e);}

.gray_color_new,
.salir_color_new,
.volver_color_new
	{background-image: linear-gradient(106deg, #d1d1d1, #5b5b5b);}

.orange_color_new,
.use_color_new,
.kid_color_new
	{background-image: linear-gradient(112deg, #fad961, #f76b1c);}

.yellow_color_new {
	background-image: linear-gradient(112deg, #fadb61, #f7cb1c);
	color: #fffefe;
	text-shadow: 0px 0px 15px rgb(189, 160, 39);
}

.magenta_color_new {
	background-image: linear-gradient(106deg, #fda5fe,  #462680);
}

.save_color_new	{
	background-image: linear-gradient(106deg, #85bffb, #1448d8);
}

.consejo_color {
	background-image: linear-gradient(106deg, #fc99cc, #cb1577);
}

.disabled_button {
	background-image: linear-gradient(106deg, #deddde, #999899);
	cursor: default;
}

.orange_color_flat {background-color:#f79e1c !important;}
.config_color_flat {background-color:#5cb5ed;}
.blue_color_flat {background-color: #2c91fb !important; background-image: unset;}
.red_color_flat {background-color:rgb(231, 29, 99) !important; background-image: unset;}
.light_orange_flat {background-color:#feedcc !important; background-image: unset !important;}
.pink_color_flat {background-color: rgb(245, 83, 139) !important; background-image: unset !important;}
.orange_color_bright {
	background:linear-gradient(112deg, #fec756, #f7af1c);
}

.overlay_realce_text {
	color:rgb(43, 6, 231);
}

.overlay_realce_button {
	color:white;
	padding:0 6px 2px 6px;
	border-radius:4px;
}

.light_blue_text_highlight {
	background-color: rgb(214, 243, 255);
	padding: 0 6px;
	border-radius: 3px;
}

.disabled_function_button {
	background: repeating-linear-gradient(
		135deg,
		#727282,
		#727282 18px,
		#505060 18px,
		#505060 36px
	);
}

.disabled_function_button_light {
	background: repeating-linear-gradient(
		135deg,
		#929292,
		#929292 18px,
		#808080 18px,
		#808080 36px
	);
}

.gray_text_shadow {
	text-shadow: 1px 1px 1px rgb(166, 166, 165);
}

.gray_close_button, .gray_close_button_small {
	background-color:rgb(186, 186, 186) !important;
	border-radius: 25px !important;
}

.gray_close_button_small {
	width: 30px !important;
}

.margin_auto {
	margin:auto !important;
}

/* -------------------------------------------- */
/* BREADCRUMB			                        */
/* -------------------------------------------- */


.breadcrump_container {
	display: table-cell;
	width:16px;
}

.breadcrump_container_responsive {
	display: table-cell;
	width:16px;
	vertical-align: middle;
	line-height: 0;
}

.breadcrump_bullet {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	display:inline-block;
	margin-left:0px;
}

.breadcrump_config {
	display: table-cell;
	width:28px;
	vertical-align: middle;
	line-height: 0;
}

.breadcrump_config > .breadcrump_icon {
	background: url('img/config-icon.png') no-repeat;
	width: 24px;
	height: 24px;
	display:inline-block;
	float: right;
}

.breadcrump_kids {
	display: table-cell;
	width:28px;
	vertical-align: middle;
	line-height: 0;
}

.breadcrump_kids > .breadcrump_icon {
	background: url('img/kids-icon.png') no-repeat;
	width: 24px;
	height: 24px;
	display:inline-block;
	float: right;
}

.breadcrump_account {
	display: table-cell;
	width:28px;
	vertical-align: middle;
	line-height: 0;
}

.breadcrump_account > .breadcrump_icon {
	background: url('img/account-icon.png') no-repeat;
	width: 24px;
	height: 24px;
	display:inline-block;
	float: right;
}


.breadcrumb_container_top {
	border-spacing:0;
	height:auto;
}

.breadcrumb_container_cell {
	vertical-align:middle;
	white-space:nowrap;
}

.breadcrumb_container_line {
	margin-left:10px;
	margin-right:10px;
	font-size:14px;
	margin-top:10px;
	overflow-x:scroll;
	overflow-y:hidden;
	scrollbar-width: none;
	-ms-overflow-style: none; 
}

.breadcrumb_button {
	display:inline-block;
	padding:8px 12px;
	background-color:#d2eaec;
	color: rgb(99, 99, 99);
	border-radius:3px;
}

.breadcrumb_separator {
	display:inline-block;
	margin:0 5px;
	color: rgb(154, 154, 154);
}

.breadcrumb_container_line::-webkit-scrollbar {
	display:none;
}

/* -------------------------------------------- */
/* FONDO                                     */
/* -------------------------------------------- */

.lines_background_container {
	padding: 10px 0 5px 0;
	background-image: linear-gradient(to top, #ffffff, #f8f8f8, #f5f5f5);
}

.lines_container {
	max-width: 800px;
	margin:auto;
	overflow: hidden;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom:15px;
}

/* -------------------------------------------- */
/* MENSAJES                                     */
/* -------------------------------------------- */

.message {
	margin:20px 10px 30px 10px;
	padding:10px 30px;
	border-radius: 10px;
	box-shadow: -3px 5px 11px 0 rgba(0, 0, 0, 0.24);
	background-color: #ffffff;
	text-align: center;
	font-size:18px;
	line-height: 30px;
	color:#7b7b7b;
	border:1px solid #e4e4e4;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
}

.message_border {
	border:1px solid #e4e4e4 !important;
}

.page_title {
	margin:20px 40px 40px 40px;
	padding:20px 30px;
	border-radius: 10px;
	box-shadow: -3px 5px 11px 0 rgba(0, 0, 0, 0.24);
	background-color: #ffffff;
	text-align: center;
	font-size:18px;
	color:#7b7b7b;
	border:1px solid #e4e4e4;
}

.alert_message {
	background-color: #fafdff;
	border: 3px dashed #cbc8c2;
}

.alert_message b, .bubble b , .orange, .bubble_up b {
	color:rgb(255,127,80);
}

.alert_message .blured_text_bg {
	background-color: rgba(255,255,255,.8);
	display: inline-block;
}

.alert_message.orange_border {
	border-color: rgb(254, 186, 119);
	border-width: 4px;;
}

.alert_message .qr_image {
	display: block;
	margin: auto;
	height:256px;
	width:256px;
}

.blue {
	 color:#0084ff;
}

.error_message {
	background-color: #fdf8f9;
	border: 3px dotted #e5a8b2;
}

.success_message {
	background-color: #e7fee9;
	border: 3px dashed #cbc8c2;
}

.success_message_yellow {
	background-color: #fff9da;
	border: 3px dashed #cbc8c2;
}

.stats_message {
	background-color: #fff1c1;
	border: 3px dashed #cbc8c2;
}

.subscription_message {
	background-color: #fefde3;
	border: 2px dashed #cbc8c2;
}

.subscription_message b {
	color:rgb(255, 96, 5);
}

.subscription_price_message {
	background-color: #fefde3;
	border: 2px dashed #cbc8c2;
	padding: 20px 30px;
}

.subscription_banner_text {
	position:absolute;
	top:20px;
	right:20px;
	background-color:rgba(255, 241, 171, 0.9);
	border-radius:6px;
	padding:20px;
	line-height:16px;
	width:140px;
	padding:40px 20px;
}

.foreign_currency_string {
	display:inline-block;
	margin-top:1px;
	font-size:14px;
}

.subscription_allow_cancel_msg {
	font-size:12px;
	color:#52a2e3;
	display:inline-block;
	margin-top:30px;
}

.demo_alert {
	margin:20px 30px 30px 30px;
}

.debug_message {
	border:1px solid rgb(209, 209, 209);
	background-color: #f4f4f4;
	text-align: left;
	user-select: text;
	-webkit-user-select: text;
	overflow: hidden;
}

.info_legend {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	margin: 6px 10px 20px 10px;
	text-align: center;
	padding: 4px 0;
	background-color: #F5EEEE;
}

.info_text {
	text-align: center;
	font-size: 19px;
	line-height: 28px;
	color: #070980;
	text-shadow: 1px 1px rgb(231, 231, 231);
}

.empty_canvas, .align_left {
	text-align: left;
}

.empty_canvas_no_format {
	border:none;
	box-shadow: none;
	text-align: left;
	padding: 10px;
}

.resumen_tareas_kid_title_html {
	background-color:#f79e1c;
	padding:3px 16px;
	border-radius: 3px;
	color:white;
	margin-bottom: 10px;
	margin-top:30px;
}

.resumen_tareas_tarea_title_html {
	margin: 0 30px 10px 30px;
	background: #e5ffc6;
	padding:0px 12px;
	font-size:16px;
	border-radius: 3px;
	color:#595959;
}

.resumen_tareas_kid_title_html:first-child {
	margin-top:0px;
}

.resumen_tareas_kid_title_with_badge {
	background-color:#f79e1c;
	border-radius: 3px;
	color:white;
	margin-bottom: 10px;
	margin-top:30px;
	display: table;
	width:100%;
	border-width: 2px;
	border-style: solid;
	color:#6A6A6A;
	box-sizing: border-box;
}

.resumen_tareas_kid_title_with_badge:first-child {
	margin-top:0px;
}

.resumen_tareas_kid_title_with_badge .kid_name {
	display: table-cell;
	vertical-align: middle;
	padding-left:20px;
}

.resumen_tareas_kid_title_with_badge .nota_badge {
	background:url('img/nota_badge_40x48.png') 50% 50% no-repeat;
	width:70px;
	height:60px;
	font-size:14px;
	text-align:center;
	color:#754901;
	display: table-cell;
	line-height:14px;
	padding-top:0px;
	vertical-align: middle;
}

.resumen_tareas_kid_title_with_badge .nota_badge DIV {
	margin-top:-8px;
}

.resumen_tareas_kid_title_with_badge.nota_unknown {border-color:#a6dbfe;}
.resumen_tareas_kid_title_with_badge.nota_bad {border-color:#fcb895;}
.resumen_tareas_kid_title_with_badge.nota_normal {border-color:#fae18b;}
.resumen_tareas_kid_title_with_badge.nota_good {border-color:#a8fe7a;}

.index_banner {
	width:100%;
	height:auto;
}

/* -------------------------------------------- */
/* TABLA                                        */
/* -------------------------------------------- */

.table_lines_container {
	background-color: #fbe7da;
	margin:10px;
	padding:10px;
	border-radius: 5px;
}

.table_lines_container_table {
	display:table;
	border-collapse:separate;
    border-spacing:10px;
    font-size:18px;
    width: 100%;
}

.table_lines_container .date_time_cell {
	width:60px;
}

.table_100 {
	display:table;
	width:100%;
}

.table_centered {
	display:table;
	margin-left:auto;
	margin-right:auto;
}

.table_60_centered {
	display:table;
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

.table_line, .table_row, .table_header_row {
	display:table-row;
}

.table_cell {
	display:table-cell;
	vertical-align: top;
}

.table_cell_middle {
	display:table-cell;
	vertical-align: middle;
}

.lines_as_block_icon_top {
	margin-left:auto;
	margin-right:auto;
	margin-top:-12px;
	display:none;
}

/* -------------------------------------------- */
/* FORMULARIO                                   */
/* -------------------------------------------- */

.form_container {
	margin:10px;
	border-radius: 10px;
	padding:20px;
	background-color: #fdfee0;
	box-shadow: -3px 5px 11px 0 rgba(0, 0, 0, 0.24);
	background-image: linear-gradient(106deg, #fbea72, #fcde6b);
}

.form_container_light {
	background: #fcf2b8;
}

.form_container_light_orange {
	background:#feedcc !important;
}

.form_container_light_orange .form_line_group_header {
	background-color: rgb(255, 253, 251);
	box-shadow: -1px 3px 11px 0 rgba(0, 0, 0, 0.14);
}

.form_container_light_orange .form_line_text_checkbox_label {
	text-shadow: 0px 1px 1px #e5c378;
}

/* -------------------------------------------- */
/* INPUT Y TEXTAREA                             */
/* -------------------------------------------- */

.form_line_label {
	font:16px/18px;
	color:#444;
	margin-bottom:10px;
	vertical-align:middle;
}

.form_line_text_input, .form_line_text_textarea, .form_line_text_line {
	height: 36px;
	border-radius: 5px;
	border: 1px solid #DDD;
	box-shadow: 0 1px 1px 0 #d9d9d9 inset;
	padding: 4px 10px;
	font-size: 18px;
	width:100%;
	box-sizing : border-box;
	background-color: #F9F9F9;
}

.form_line_text_line {
	color: #373737;
	border: none;
	background: none;
	box-shadow: none;
}

.form_line_text_textarea {height: 72px;}
.form_line_text_textarea_120 {height: 120px;}
.form_line_text_textarea_tall {height: 160px;}

.input_with_error {background-color: #fddbcc !important;}

.form_line_group_header {
	padding:5px 15px;
	background-color: white;
	border-radius: 4px;
	color:#33548f;
}

.indented_form_line {
	margin-left:20px;
}

.textarea_pastel_yellow {
	background-color: #fff1c1;
	background-image: none;
}

.disabled_form_label {
	color:#a0a0a0;
}

/* -------------------------------------------- */
/* CHECKBOX                                     */
/* -------------------------------------------- */

.form_line_text_checkbox_container {
	display:table;
	margin-bottom: 15px;
	width:100%;	
}

.form_line_text_checkbox_container_line {display:table-row;}
.form_line_text_checkbox {display:table-cell; width:30px;}
.form_line_text_checkbox_label {display:table-cell; text-align: left; font-size: 16px; line-height:20px}

/* -------------------------------------------- */
/* SELECT                                       */
/* -------------------------------------------- */

.form_line_text_select_container {
	display: table;
	width:100%;	
}

.form_line_text_select_container span {
	display: table-cell;
	width:10px;
	white-space: nowrap;
	padding-right: 14px;
}

.form_line_text_select_container select {
	display:table-cell;
	font-size:19px;
	width: 100%;
	background-color:#fffffe;
}


/* -------------------------------------------- */
/* OTROS                                        */
/* -------------------------------------------- */

.form_line_margin_bottom {
	margin-bottom: 12px;
}

.form_line_margin_bottom_20 {
	margin-bottom: 20px;
}

.margin_bottom_20 {
	margin-bottom: 20px;
}

/* -------------------------------------------- */
/* BOTONES DE CONFIRMACION                      */
/* -------------------------------------------- */
.confirm_button_table {
	display:table;
	width:100%;
	border-collapse:separate;
    border-spacing:10px;
}

.confirm_button_row {display:table-row;}
.confirm_button {
	display: table-cell;
	width:100px;
	color:white;
	box-shadow: -3px 5px 11px 0 rgba(0, 0, 0, 0.24);
}

.confirm_button_yes {
	background-image: linear-gradient(150deg, #32ff44, #04c345);
}

.confirm_button_no {
	background-image: linear-gradient(150deg, #fb5b58, #ef0005);
}

.pager_button_left {display:inline-block;}
.pager_button_right {display:inline-block;}

.tabla_progreso_responsive_pager .confirm_button {
	width:200px;
	display:block;
}

.tabla_progreso_responsive_pager .pager_button_right {
	float:right;
}


/* -------------------------------------------- */
/* Icon                                         */
/* -------------------------------------------- */


a.icon {
	margin-left: 12px;
    background-color: #fed;
    border: 2px solid #fc6;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
a.icon:after,
a.icon:before {
    background: #fed;
    border: 2px solid #fc6;
    content: '';
    position: absolute;
}

/* -------------------------------------------- */
/* Clock Icon                                   */
/* -------------------------------------------- */

a.clock {
    border-radius: 100%;
    height: 20px;
    width: 20px;
}
a.clock:after,
a.clock:before {
    border-left: none;
    width: 0;
}
a.clock:after {
    height: 4px;
    left: 9px;
    top: 3px;
}
a.clock:before {
    height: 3px;
    left: 11px;
    top: 6px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

/* -------------------------------------------- */
/* Cross Icon                                   */
/* -------------------------------------------- */
a.cross {
    border-radius: 100%;
    height: 20px;
    width: 20px;
}
a.cross:after {
    height: 0;
    left: 3px;
    top: 8px;
    width: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
a.cross:before {
    height: 0;
    left: 3px;
    top: 8px;
    width: 10px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);           
}


/* -------------------------------------------- */
/* Pencil Icon                                  */
/* -------------------------------------------- */
a.pencil {
    height: 18px;
    margin-left: 18px;
    margin-right: 18px;
    top: 0px;
    width: 3px;
     -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);        
}
a.pencil:after {
    bottom: 0px;
    left: 0;
    right: 0px;
    top: 19px; 
}


/* -------------------------------------------- */
/* Right arrow Icon                             */
/* -------------------------------------------- */

a.eject {
    height: 4px;
    top: 22px;
    width: 26px;
    border:none;
    background-color: transparent;
}
a.eject:after,
a.eject:before,
a.eject:hover:after,
a.eject:hover:before {
    background: none;
}
a.eject:after {
    border-bottom: 14px solid transparent;
    border-left: 14px solid #6b71fa;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    height: 0;
    left: -2px;
    top: -23px;
    width: 0;
}
a.eject:before {
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent ;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    height: 0;
    left: 1px;
    top: -18px;
    width: 0;
    z-index: 1;
}


/* -------------------------------------------- */
/* ICONOS VARIOS		                        */
/* -------------------------------------------- */


.blink_arrow, .blink_arrow_flip {
	background:url('img/flecha_animada.gif') no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 10px;
	top: 2px;
	position: relative;
}

.blink_arrow_flip {
	margin-left:6px;
}

.blink_arrow_big {
	background:url('img/blink_arrow_26x22.gif') no-repeat;
	width: 26px;
	height: 22px;
	display: block;
	margin-right: 10px;
	top: 1px;
	position: relative;
}

.blink_arrow_down {
	background:url('img/flecha_animada_down.gif') no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	top: 18px;
	position: relative;
}

.blink_arrow_down_premios {
	background:url('img/flecha_animada_down.gif') no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top:-9px;
}

.double_blink_arrow {
	background:url('img/double_blue_arrow_40x20.gif') 0 0 no-repeat;
	width: 40px;
	height: 20px;
	display: block;
	margin:auto;
	position: relative;
}

.double_blink_arrow_up_down {
	background:url('img/double_blue_arrow_20x40_up_down.gif') 0 0 no-repeat;
	width: 20px;
	height: 40px;
	display: block;
	margin:auto;
	position: relative;
}

.blink_arrow_text_area {
	display:table-cell;
	padding-right:10px;
	top:8px;
}

.arrow_dot {
	display:table-cell;
	vertical-align:top;
	width:30px;
}

.arrow_dot div {
	background: red;
	color: white;
	border-radius: 12px;
	padding: 0 2px 0 2px;
	text-align: center;
	margin-top: 7px;
	font-size: 14px;
	margin-right: 8px;
	line-height: 22px;
}

.button .arrow_dot, .display_inline_block {
	display: inline-block;
}

.button .arrow_dot div {
	display: inline-block;
	padding: 0 8px 0 8px;
	margin-top: 2px;
	vertical-align:top;
}

.config_icon_right {
	display: inline-block;
	margin-left:10px;
	vertical-align: middle;
	position: relative;
}
.green_checkmark_20 {
	background:url('img/green-checkmark-20.png') no-repeat;
	width: 20px;
	height: 20px;
}

.check_mark_in_alert {
	margin-left: 7px;
	vertical-align: middle;
	top: -3px;
	position: relative;
	display: inline-block;
}

.warning_icon_22 {
	background:url('img/warning-icon-22.png') no-repeat;
	width: 22px;
	height: 26px;
}

.bc_config_not_ok_icon {
	background:url('img/warning-icon-20.png') no-repeat;
	width: 20px;
	height: 20px;
	display:inline-block;
	margin-left:6px;
	vertical-align: top;
}

.bc_config_ok_icon {
	background:url('img/green-checkmark.png') no-repeat;
	width: 14px;
	height: 16px;
	display:inline-block;
	margin-left:7px;
	vertical-align: middle;
}

.line_button_alert_dot {
	display: inline-block;
	width: 21px;
	height: 21px;
	background-color: red;
	border-radius: 12px;
	line-height: 21px;
	font-size: 17px;
	top: 2px;
	position: relative;
	font-weight: bold;
	vertical-align: top;
	margin-right:18px;
}

.help_icon {
	display: inline-block;
	background: rgb(190, 190, 190);
	padding: 3px 10px;
	border-radius: 16px;
	color: white;
	line-height: 22px;
	font-size:22px;
}

.help_icon_red {
	background: rgb(231, 38, 38);
	box-shadow: 0 0 3px rgba(1, 1, 1, 0.3);
}

.help_icon_small {
	display: inline-block;
	border-radius: 10px;
	background: rgb(231, 38, 38);
	box-shadow: 0 0 3px rgba(1, 1, 1, 0.3);
	line-height: 20px;
	font-size: 18px;
	width: 19px;
	height: 20px;
	text-align: center;
	color: white;
	vertical-align: middle;
	padding-left: 2px;
	position: absolute;
	right: 80px;
	top: 104px;
}

.help_icon_resultado {
	padding: 3px 8px;
	border-radius: 12px;
	line-height: 18px;
	font-size:18px;
	position:relative;
	top:1px;
	margin-left:14px;
}

.help_icon_responsive {
	padding: 3px 8px;
	border-radius: 16px;
	line-height: 20px;
	font-size: 21px;
	/*position:relative;*/
	top:2px;
}

.help_icon_with_arrow {
	margin-top:-30px;
}

.centered_help_icon_container {
	text-align:center;
	margin:30px;
}

.motikids_icon {
	width: 55px;
	height: 55px;	
	border-radius: 4px;
	margin: auto 0;
}

.estrella {
	background:url('img/star_40.png') no-repeat;
	width: 40px;
	height: 38px;
	display: inline-block;
	position: relative;
	margin: 5px 3px;
	vertical-align: middle;
	font-size: 13px;
	color: rgb(59, 58, 58);
	line-height: 20px;
	text-align: center;
	text-shadow: 2px 2px 4px rgba(250,250,250,.8);
}

.estrella span {
	background-color: rgba(254, 241, 219, 0.9);
	border-radius: 12px;
	padding: 1px 2px;
	border: 1px solid #e79701;
	display:inline-block;
	margin-top:8px;
	word-break:normal;
}

.estrella_24 span {display: none;}

.star_alert {overflow:visible;}

.star_container {
	margin-top:4px;
	line-height: 0px;
}

@keyframes star_scaler {
	  0% {transform:scale(18);}
	 76% {transform:scale(0.6);}
	 88% {transform:scale(1.3);}
	100% {transform:scale(1);}
}

@keyframes star_scaler_inversa {
	  0% {transform:scale(1);}
	 95% {transform:scale(15);}
	100% {transform:scale(40);}
}

@keyframes star_count_scaler {
	  0% {transform:scale(0);}
	 99% {transform:scale(0);}
	100% {transform:scale(1);}
}

@keyframes star_count_scaler_inversa {
	  0% {transform:scale(0);}
	 99% {transform:scale(0);}
	100% {transform:scale(0);}
}

@keyframes cup_scaler {
	  0% {transform:scale(0);}
	 33% {transform:scale(0);}
	 34% {transform:scale(40);}
	 40% {transform:scale(30);}
	 76% {transform:scale(0.6);}
	 88% {transform:scale(1.3);}
	100% {transform:scale(1);}
}

.estrella_animada {
	animation-name: star_scaler;
}

.estrella_animada_inversa {
	animation-name: star_scaler_inversa;
}

.estrella_animada, .estrella_animada span, .estrella_animada_24, .estrella_animada_24 span {
	animation-duration: 0.5s;
	animation-timing-function: linear;
}

.estrella_animada_inversa {
	animation-duration: 0.5s;
	animation-timing-function: linear;
}

.estrella_animada span {
	animation-name: star_count_scaler;
}

.estrella_animada_inversa span {
	animation-name: star_count_scaler_inversa;
	animation-duration: 1.5s;
	animation-timing-function: linear;
}

.cup_animada {
	animation-name: cup_scaler;
	animation-duration: 1.5s;
	animation-timing-function: linear;
}

.star_with_count_40 {
	background:url('img/star_40.png') 10px 0 no-repeat; 
	width:70px;
	height:40px;
	text-align:center;
	display:inline-block;
	margin-left:10px;
}

.star_with_count_40 > span {
	display:inline-block;
	margin-top:7px;
	font-size: 16px;
	color: #b63737;
	text-shadow: 0px 0px 3px white;
	margin-left:-9px;
}

.star_with_count_40_for_button, .star_with_count_40_for_button_gray {
	background:url('img/star_40.png') 4px 0 no-repeat;
	width:56px;
	height:20px;
	text-align:center;
	margin-top: -20px;
	padding-top:20px;
	top:10px;
	position: relative;
}

.star_with_count_40_for_overlay_button, .star_with_count_40_for_overlay_button_gray {
	background: url('img/star_40.png') no-repeat;
	width: 40px;
	height: 24px;
	text-align: center;
	margin-top: -22px;
	padding-top: 15px;
	top: 8px;
	left:10px;
	position: relative;
	display:inline-block;
	vertical-align: middle;
	line-height: 13px;
	font-size: 16px;
}

.star_with_count_40_for_overlay_button_gray {
	background:url('img/star_40_gray.png') no-repeat;
}

.star_with_count_40_for_overlay_button > span, .star_with_count_40_for_overlay_button_gray > span {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 16px;
	color: #b63737;
	text-shadow: 0px 0px 3px white;
	position:relative;
}

.star_with_count_40_for_button_gray {
	background:url('img/star_40_gray.png') 4px 0 no-repeat;
}

.star_with_count_40_for_button > span, .star_with_count_40_for_button_gray > span {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 16px;
	color: #b63737;
	text-shadow: 0px 0px 3px white;
	position:relative;
	top:-14px;
	left:-4px;
}

.star_with_count_40_for_button_gray > span, .star_with_count_40_for_overlay_button_gray > span {
	color:#666666;
}

.star_with_count_responsive, .star_with_count_responsive_gray, .overlay div.custom_title .star_32, .alert_message .star_32 {
	background:url('img/star_32.png') 0 0 no-repeat; 
	width:32px;
	height:32px;
	text-align:center;
	margin:auto;
}

.alert_message .star_32 {
	margin-top:4px;
	margin-bottom:6px;
}

.star_with_count_responsive_gray {
	background:url('img/star_32_gray.png') 0 0 no-repeat; 
}

.star_with_count_responsive > span, .star_with_count_responsive_gray > span {
	display:inline-block;
	margin-top:2px;
	font-size: 14px;
	color: #b63737;
	text-shadow: 0px 0px 3px white;
	margin-left:auto;
	margin-right:auto;
}

.star_with_count_responsive_gray > span {
	color: #575757;
}

.star_with_count_for_premios_list, .star_with_count_for_premios_list_gray, .star_with_count_for_cup_gray {
	background:url('img/star_24.png') 0 0 no-repeat; 
	width:24px;
	height:24px;
	text-align:center;
	margin-top:-2px;
	margin-left:auto;
	margin-right:auto;
}

.star_with_count_for_premios_list_gray, .star_with_count_for_cup_gray {
	background:url('img/star_24_gray.png') 0 0 no-repeat;
}

.star_with_count_for_premios_list > span, .star_with_count_for_premios_list_gray > span , .star_with_count_for_cup_gray > span {
	display:inline-block;
	margin-top:3px;
	font-size: 12px;
	color: #b63737;
	text-shadow: 0px 0px 3px white;
	margin-left:auto;
	margin-right:auto;
}

.star_with_count_for_premios_list_gray > span , .star_with_count_for_cup_gray > span {
	color: #575757;
}

.star_with_count_for_cup_gray {
	position:absolute;
	top:-8px;
	left:-12px;
}

.star_with_count_for_cup_gray > span {
	vertical-align: top;
	line-height: 25px;
	margin-top:0;
}

.star_with_count_40_inline {
	background:url('img/star_40.png') 0 0 no-repeat; 
	width:40px;
	height:40px;
	display:inline-block;
	margin-left:10px;
	text-align:center;
}

.star_with_count_40_inline > span {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 16px;
	color: #b63737;
	text-shadow: 0px 0px 3px white;
	position:relative;
	display:inline-block;
	margin-top:7px;
}

.star_container_premios_list {
	width:40px;
}

.star_with_count_for_config_guiada {
	background:url('img/star_24.png') 5px 0 no-repeat; 
	width:34px;
	height:24px;
	text-align:center;
	display: inline-block;
	position:relative;
}

.star_with_count_for_config_guiada span {
	font-size: 12px;
	position: relative;
	top: -1px;
	color: #b63737;
}

.star_36 {
	background: url('img/star_36.png') 0 0 no-repeat;
	width: 36px;
	height: 36px;
}

.star_36 span {
	text-align: center;
	display: block;
	position: relative;
	top: 6px;
	color: #b63737;
}

.confetti_bg {
	background: url('img/confetti.gif') 0 0 no-repeat;
	background-position: center;
	background-color:white;
}

.tareas_cumplidas_count_badge {
	background-color: red;
	color: white;
	border-radius: 15px;
	font-size: 12px;
	line-height: 18px;
}

.dias_transcurridos_badge {
	color: #455317;
	background-color: #b3ec04;
	border-radius: 7px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	padding-right: 1px;
}

.tareas_icon {
	width: 30px;
	height: 40px;
	border: 2px solid #e29321;
	border-radius: 7px;
	vertical-align: middle;
	position: relative !important;
	margin:auto !important;
	background-color: #fef5e1;
}

.tareas_icon span {
	position:absolute; 
}

.tareas_icon span:nth-child(1) {top:9px; left:2px; color:rgb(37, 187, 37); font-size:12px;}
.tareas_icon span:nth-child(3) {top:19px; left:2px; color:rgb(37, 187, 37); font-size:12px;}
.tareas_icon span:nth-child(5) {top:29px; left:3px; color:red; font-size:11px; font-weight:bold}

.tareas_icon span:nth-child(2) {font-size:4px; top:10px; left:12px;}
.tareas_icon span:nth-child(4) {font-size:4px; top:20px; left:12px;}
.tareas_icon span:nth-child(6) {font-size:4px; top:30px; left:12px;}

.intro_close_button {
	position:absolute;
	top:6px;
	left:6px;
	background-color:#dddddd;
	color:white;
	border-radius:16px;
	width:26px;
	height:26px;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}

/* --------------------------------------------------- */
/* NOTAS 											   */
/* --------------------------------------------------- */


.nota_badge {
	background: url('img/nota_badge_68x80.png') 0 0 no-repeat;
	width:68px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	padding-top: 17px;
	line-height: 30px;
	color: #696969;
	display: inline-block;
}

.nota_badge_in_title_fixed, .nota_badge_in_title_responsive {
	height:40px; padding-left:20px; min-width:54px;
}

.nota_container {
	padding-top: 17px;
	margin: 0 30px 30px 30px;
	border-radius: 5px;
	text-align:center;
	border:1px solid;
}

.nota_legend {
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom:1px solid #dedede;
	background-color:rgba(250,250,250,.7);
	padding:4px 0;
}

.nota_good {background-color: #d9f9c8; border-color: #d9f9c8;}
.nota_normal {background-color: #f9f2c8; border-color: #f9f2c8;}
.nota_bad {background-color: #f9d7c8; border-color: #fcb895;}
.nota_unknown {background-color: #def0fc; border-color: #def0fc;}

.nota_container .bubble {
	margin-right:-10px;
	margin-left:-320px;
}

.nota_container .bubble::before {
	left:308px;
}

.nota_badge_for_name_title, .nota_badge_for_name_button {
	background:url('img/nota_badge_40x48.png') 0 0 no-repeat;
	width:40px;
	height:48px;
	display:inline-block;
	font-size:14px;
	position:absolute;
	line-height:40px;
	text-align:center;
	color:#754901;
}

.single_nota_strip_container, .multiple_nota_strip_container {
	margin:30px 30px 30px 30px;
	position:relative;
}

.single_nota_strip_container {
	height:30px;
}

.nota_strip {
	display:table; width:100%; border:1px solid rgb(190,190,190); border-radius:5px; position:absolute;height:30px;
}

.nota_strip > div > div {
	display:table-cell; text-align:center; border-right:1px solid rgb(190,190,190); width:10%; vertical-align:middle; 
}

.resultado_nota_strip_container {
	margin:0 30px 30px 30px;
	position:relative;
	height:30px;
}

.radius_left_5 {
	border-top-left-radius:5px; border-bottom-left-radius:5px;
}

.radius_right_5 {
	border-top-right-radius:5px; border-bottom-right-radius:5px;
}

.border_right_none {
	border-right: 0px !important;
}

.one_nota_container {
	position:absolute;
	display:inline-block;
	height:30px;
	right:-1px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.nota_badge_in_strip {
	font-size:12px;
	position:absolute;
	text-align:center;
	background-color:#b5169b;
	color:white;
	border-radius:3px;
}

.single_nota_strip {
	background-color:rgba(100,100,100,.3);
	top:1px;
}

.single_nota_strip .nota_badge_in_strip {
	top:-20px;line-height: 15px;left:-16px; width:32px;
}

.single_nota_strip .marker_top {
	height: 4px;width: 1px;background-color: rgb(190, 190, 190);position: absolute;top: -5px;
}

.multi_nota_strip {
	float:right;
}

.multi_nota_strip .nota_badge_in_strip {
	top:10px;line-height: 15px;left:-60px; width:120px;
}

.multi_nota_strip .marker_top {
	height: 6px;width: 2px;background-color: #b5169b;position: absolute;top: 4px; left:-1px;
}

.multi_nota_strip .marker_bottom {
	height: 6px;width: 2px;background-color: #b5169b;position: absolute;top: 40px; left:-1px;
}	

/* -------------------------------------------- */
/* MENU HORIZONTAL                              */
/* -------------------------------------------- */
.menu_horizontal_container {
	margin: 10px 20px 10px 20px;
}

.menu_horizontal_cell {
	width:33%;
	text-align:center;
	border-color:red;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	line-height:46px;
	background-color:#f4f4f4;
}

.menu_horizontal_cell.left {
	border-left:1px solid #E5E5E5;
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}

.menu_horizontal_cell.center {
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
}

.menu_horizontal_cell.right {
	border-right:1px solid #E5E5E5;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}

.menu_horizontal_selected {
	background-color:#feac35;
	border-top-color:#feac35;
	border-bottom-color:#feac35;
	color:white;
}

.menu_horizontal_selected.left {
	border-left-color:#feac35;
}

.menu_horizontal_selected.right {
	border-right-color:#feac35;
}

.menu_horizontal_container .lock_icon_small, .menu_horizontal_container .lock_icon_small_gray {
	top:6px;
	margin-right:4px;
}

/* -------------------------------------------- */
/* Pantalla progreso                            */
/* -------------------------------------------- */
.progreso_table {
	font-size:16px;
	border-collapse:collapse;
}

.progreso_table .today_header {
	background-color:#fef7f7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
	box-shadow: 0px 0px 1px 1px rgba(214, 194, 194, 0.5);
	margin-left: 1px;
	width:98%;
}

.progreso_table .today_cell {
	background-color:#fef2f2;
}

.progreso_table .day_header {
	display:block;
	border-radius:4px;
	padding:2px 6px;
	margin-left:8px;
	margin-bottom:10px;
	margin-top:10px;
	background-color:rgb(227, 51, 150);
	color:white;
	word-break: normal;
}

.progreso_table .tareas_label {
	display:block;
	background-color:rgb(60, 196, 48);
	border-radius:4px;
	padding:8px 10px;
	margin-top:5px;
	margin-bottom:5px;
	color:white;
	margin-right:20px;
	line-height: 20px;
	word-break: break-word;
}

.progreso_table .star_cell {
	height:32px;
	min-width:40px;
	border:1px solid #e6e6e6;
	padding:10px 0;
}

.progreso_table .star_cell_relative {
	position:relative;
}

.progreso_table .selected_cell {
	background-color: rgb(232, 251, 224);
}

.progreso_table_padding {
	padding:20px 30px;
}

.progreso_table .header_margin_right-1 {
	margin-right:7px;
}

.progreso_table .header_margin_right {
	margin-right:8px;
}

.progreso_table .letter_days {
	display:none;
}

.progreso_table .cup_background {
	background-color:#edf5ff;
	margin:12px 0;
	padding:6px 0;
	border-left: 1px solid;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-image: linear-gradient( #edf5ff, #edf5ff 19%, #dddddd 20%, #dddddd 80%, #edf5ff 81%, #edf5ff) 1;
}

.progreso_table .table_cell:nth-child(2) > .cup_background {
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
	border-left:0px;
}

.progreso_table .table_cell:last-child > .cup_background {
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;	
}

.progreso_table .premios_label {
	vertical-align: middle;
	text-align:right;
	padding-right: 26px;
	color:#cccccc;
}

.progreso_table .bubble {
	margin-right:44px;
	max-width:unset;
	left:unset;
}

.progreso_table .botton_detalles {
	margin-right:20px;
	color:#0000DD;
	text-decoration: underline;
	line-height:20px;
}

.progreso_table .cup_responsive {
	position:relative;
}

.progreso_table .bubble_day_1			{margin-left:-40px;}
.progreso_table .bubble_day_1::before	{left: 33px;}

.progreso_table .bubble_day_2			{margin-left:-111px;}
.progreso_table .bubble_day_2::before	{left: 104px;}

.progreso_table .bubble_day_3			{margin-left:-182px;}
.progreso_table .bubble_day_3::before	{left: 175px;}

.progreso_table .bubble_day_4			{margin-left:-253px;}
.progreso_table .bubble_day_4::before	{left: 246px;}

.progreso_table .bubble_day_5			{margin-left:-324px;}
.progreso_table .bubble_day_5::before	{left: 317px;}

.progreso_table .bubble_day_6			{margin-left:-395px;}
.progreso_table .bubble_day_6::before	{left: 387px;}

.progreso_table .bubble_day_7			{margin-left:-466px;}
.progreso_table .bubble_day_7::before	{left: 459px;}

/*
.progreso_table p.bubble_up {
	m1argin-block-start: 16px;
	l1eft: -280px;
	r1ight: -43px;
	m1argin-left:unset;
	m1argin-right:unset;
}

.progreso_table p.bubble_up:after {
	l1eft: unset;
	r1ight: 45px;
}
*/

.table_detalle_progreso {
	font-size:16px;
	padding: 20px 30px;
	background-color: #eeeeee;
	border-radius: 6px;
	margin: 10px auto 30px auto;
}

.table_detalle_progreso .table_cell {
	vertical-align: middle;
}

.table_detalle_progreso .table_cell .star_with_count_for_premios_list > span , .table_detalle_progreso .table_cell .star_with_count_for_premios_list_gray > span {
	vertical-align: top;
	margin-top:-1px;
}

.table_detalle_progreso .last_line .table_cell {
	padding-bottom:6px;
}

.table_detalle_progreso .sum_line .table_cell {
	border-top:1px solid #dddddd;
	padding-top:6px;
}

.table_detalle_progreso .cup_margin_left {
	margin-left:20px;
}

.table_detalle_progreso .margin_left_star {
	margin-left:20px;
}

/* -------------------------------------------- */
/* Tabla de progreso temporal                   */
/* -------------------------------------------- */

.table_progreso_temporal {
	background-color:#F5F5F5;
	padding:10px 30px 20px 30px;
	margin-top:40px;
	border-radius:8px;
}

.table_progreso_temporal .date_cell {
	width:120px;
	vertical-align:middle;
	white-space: nowrap;
}

.table_progreso_temporal .line {
	height:44px;
}

.table_progreso_temporal .data_cell {
	text-align:center;
	vertical-align:middle;
}

.table_progreso_temporal .column_title {
	padding:10px 30px 20px 30px;
	white-space: nowrap;
}

.vertical_elipsis {
	margin-left:40px;
}

.vertical_elipsis .dot {
	width:4px;
	height:4px;
	border-radius:4px;
	background-color:#D0D0D0;
	margin:4px 0;
}

/* -------------------------------------------- */
/* Pantalla de selección de día                 */
/* -------------------------------------------- */

.week_table {
	font-size:16px;
}

.week_table .letter_days {display:none;}
.week_table .day_header {
	display:block;
	border-radius:4px;
	padding:12px 6px;
	margin:10px 4px;

	background-color:rgb(227, 51, 150);
	color:white;
	word-break: normal;
}

.week_table .today_header {
	border-top: 1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	background-color:#fef7f7;
	
}

.week_table .today_label {
	border-bottom: 1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding-bottom:9px;
	background-color:#fef7f7;
}

/* -------------------------------------------- */
/* Copa                                         */
/* -------------------------------------------- */
.cup_responsive, .cup_responsive_holder {
	width:40px;
	height: 41px;
	margin:10px auto 10px auto;
	line-height:30px;
}

.cup_responsive {
	background:url('img/cup_40.png') 0 0 no-repeat;
}

.cup_responsive > .count_premios_dot {
	position: relative;
	top: -14px;
	left: 27px;
	color: white;
	background-color: #FF0000;
	border-radius: 12px;
	padding: 0 6px 0 7px;
}

.cup_big {
	background:url('img/cup_100.png') 0 0 no-repeat;
	width:100px;
	height: 98px;
	margin:30px auto;
}

.cup_small {
	background:url('img/cup_26.png') 0 2px no-repeat;
	width:26px;
	height:29px;
	margin: auto;
}

.message .cup_32_on_side {
	background:url('img/cup_32.png') 0 0 no-repeat;
	width:32px;
	height:32px;
	margin: auto;
	display:inline-block;
	vertical-align:middle;
}

.message .text_with_side_icons {
	display:inline-block; 
	vertical-align:middle;
	font-size:24px;
}

.cup_40 {
	background:url('img/cup_40.png') 0 0 no-repeat;
	width:40px;
	height:40px;
	margin: 10px auto;
}

.cup_small span {
	background-color: red;
	color: white;
	padding: 0px 6px;
	border-radius: 8px;
	margin-left: 16px;
	margin-top: -5px;
	font-size: 11px;
	position: absolute;
	line-height: 16px;
}

.cup_small.centered span {
	margin-left:4px;
}



/* -------------------------------------------- */
/* Anchos y altos                               */
/* -------------------------------------------- */

.width_30 {width:30px;}
.width_34 {width:34px;}
.width_36 {width:36px;}
.width_40 {width:40px;}
.width_45 {width:45px;}
.width_50 {width:50px;}
.width_60 {width:60px;}
.width_70 {width:70px;}
.width_80 {width:80px;}
.width_90 {width:90px;}
.width_100 {width:100px;}
.width_120 {width:120px;}
.width_150 {width:150px;}
.width_180 {width:180px;}

.width_50_percent {width:50%;}

.width_180_or_85_below_360 {width:180px;}
.width_195_or_95_below_360 {width:195px;}
.width_60_or_50_below_380, .width_60_or_50_below_430 {width:60px;}

.height_40 {height: 40px;}

/* -------------------------------------------- */
/* Overlay                                      */
/* -------------------------------------------- */

.overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
    text-align: center;
}

.overlay_dimmed_bg, .overlay_dimmed_bg_white {
	background-color: rgba(100,100,100,0.4);
}

.overlay > div {
	position:relative;
	margin-left:30px;
	margin-right:30px;
	overflow:auto;
	display:inline-block; 
	margin-top:30px;
	border: 1px solid #bcd7e1;
	border-radius: 10px;
	background-clip: padding-box;
	background-color: rgba(255,255,255,.98);
	box-shadow: 0 3px 12px rgba(0,0,0,.6);
	padding:20px;
	max-height:90%;
	font-size: 18px;
	line-height:24px;
	max-width: 500px;
	color:#2F2F2F;
}

BODY.test_body .overlay > div::-webkit-scrollbar {
  display: none;
}

.overlay_dimmed_bg > div {
	background-color: #fafbef;
}

.overlay div h1 {
	font-size:22px;
	line-height:24px;
	color:#444da7;
	background-color: rgb(230, 242, 254);
	padding: 10px 7px 10px 7px;
	border-radius: 4px;
	margin-left: 36px;
	margin-right: 36px;
	line-height: 30px;
	font-weight: 600;
}

.overlay div h1 span.star_with_count_responsive {
	margin:5px auto;
	display:block;
}

.overlay div.texto_promo {
	color: #FF0000;
	font-weight: normal;
	font-size: 18px;
	line-height:24px;
	background-color: #f9f4f4;
	border: 1px solid #eee4e4;
	border-radius: 5px;
	margin: 30px 15px 30px 15px;
	padding: 20px;
}

.overlay div.overlay_button {
	margin-top:20px;
	padding:18px;
	text-align: center;
	background-color: #FF0033;
	border-radius: 10px;
	color: white;
	font-size:24px;
	font-weight: 600;
	box-shadow: -3px 5px 11px 0 rgba(0, 0, 0, 0.24);
	line-height: 28px;
}

.overlay div.overlay_button_gray {
	background-color: rgb(200,200,200);
}

.overlay div.overlay_button_blue {
	background-color: rgb(72, 132, 238);
}

.overlay div.overlay_button_alert {
	border:1px solid #f4dc07;
	margin:25px 10px 10px 10px;
	padding:40px 10px 20px 10px;
	border-radius:3px;
	background:url('img/warning-icon.png') 50% 12px no-repeat #fcf9c2;
}

.overlay div div.overlay_text_with_buttons , .overlay div div.overlay_text_box {
	line-height: 34px;
	padding: 20px;
	background-color: #f4f4f4;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	margin: 30px 15px 20px 15px;
}

.overlay div div.overlay_text_box {
	line-height: 28px;
	margin-bottom:30px;
}

.overlay div div.overlay_text_box .blink_arrow {
	margin-top:14px;
	margin-bottom:0px;
}

.overlay div div.custom_title {
	font-size: 22px;
	color: #1874e2;
	background-color: rgb(230, 242, 254);
	padding: 14px 7px 7px 7px;
	border-radius: 4px;
	margin:15px 10px 20px 10px;
	line-height: 42px;
	font-weight: 600;
}

.overlay input {
	text-align:left;
	border: 1px solid #DDD;
	box-shadow: 0 1px 1px 0 #d9d9d9 inset;
	padding: 6px 10px;
	font-size: 18px;
	box-sizing : border-box;
	background-color: #F9F9F9;
}

.overlay_error_msg {
	color:red;
}

.overlay_spacer , .overlay_spacer_2 {
	height: 24px;
}

.overlay_link_button_margin {
	margin-top:10px;
}

.overlay_table {
	display:table;
	text-align:left;
	margin:16px 20px 20px 20px;
	border-spacing: 0 14px;
}

.overlay_table .table_cell {
	padding:5px 0;
	vertical-align:middle;
	background-color: #f4f4f4;
	border:1px solid #e8e8e8;
}

.overlay_table .table_cell:first-child {
	padding-left:16px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right:0px;
}

.overlay_table .table_cell:first-child > span {
	display:table;
}

.overlay_table .table_cell:first-child > span > span {
	display:table-row;
}

.overlay_table .table_cell:first-child > span > span > span {
	display:table-cell;
}

.overlay_table .table_cell:first-child > span > span > span:first-child {
	padding-right:10px;
}

.overlay_table .table_cell:last-child {
	padding-left:16px;
	position: relative;
	padding-right:16px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left:0px;
}

.overlay_table .table_cell:last-child img {
	vertical-align:middle;
}

.overlay_table .star {
	background:url('img/star_40.png') 0 0 no-repeat; 
	width:40px;
	height:40px;
	margin:auto;
	position: relative !important;
}

.overlay_table .cup, .config_guiada_container .cup {
	background: url('img/cup_40.png') 0 0 no-repeat;
	width:40px;
	height:40px;
	margin:auto;
	position: relative !important;
}

.overlay_table .nota {
	background: url('img/nota_badge_40x48.png') 0 0 no-repeat;
	width:40px;
	height:48px;
	margin:auto;
	position: relative !important;
}

.overlay_table .book_icon_40 {
	background:url('img/book_icon_40.png') 0 0 no-repeat; 
	width:40px;
	height:32px;
	margin:auto;
	position: relative !important;
}

.overlay_table .table_cell:last-child div {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 2px;
	font-size:16px;
	color:#b63737;
}

.overlay_nota {
	top:calc(50% - 5px) !important;
	font-size:14px !important;
}

.help_icon_overlay_container {
	margin: 20px 0;
}

pre {font-size: 14px;}

/* ----------------------------------------------------- */
/* Overlay para convertir cuenta automática en ordinaria */
/* ----------------------------------------------------- */

.convert_account_data_container {
	margin:0 20px;
}

.convert_account_data_container .form_line_text_input {
	margin: 6px 0;
}

.convert_account_data_container .form_line_label {
	padding-right:10px;
}

/* -------------------------------------------- */
/* Configurción guiada                          */
/* -------------------------------------------- */

.config_guiada_table {
	margin:20px;
	word-break:normal;
}

.config_guiada_table > div {
	display:table;
	width:100%;
	border-spacing: 0 8px;
}

.config_guiada_table > div.empty_right > div > div:first-child {
	padding-right: 5px;
}

.config_guiada_table > div.empty_right > div > div:last-child {
	padding:0 3px;
}

.config_guiada_table > div > div , .config_guiada_table > div > div > div > div > div {
	display:table-row;
}

.config_guiada_table > div > div > div {
	display:table-cell;
	vertical-align: middle;
	background-color: rgb(240,248,255);
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid rgb(222, 231, 240);
}

.config_guiada_table > div > div > div:first-child {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.config_guiada_table > div > div > div:last-child {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.config_guiada_table > div > div > div > img {
	vertical-align: middle;
	float:right;
}

 .config_guiada_table > div > div > div > div {
 	display: table;
 	border-spacing: 0;
	line-height: 24px;
 }

.config_guiada_table > div > div > div > div > div > div {
	display:table-cell;
}

.config_guiada_table > div > div > div > div > div > div:first-child {
	padding-right:10px;
}

.config_guiada_table .reglas , .config_guiada_table .premios {
	margin-left: 20px;
	margin-top: 10px;
	font-size: 15px;
	color:black;
}

.config_guiada_table .reglas > span {
	color: rgb(0, 85, 255);
}

.config_guiada_table .premios > span {
	color: rgb(210, 3, 203);
}

.config_guiada_table .help_icon {
	line-height: 22px;
	font-size:18px;
	float: right;
	margin-right: 4px;
	position:relative;
}

.config_guiada_table p.bubble {
	margin-block-start: 16px;
	left: -280px;
	right: -43px;
	margin-left:unset;
	margin-right:unset;
}

.config_guiada_table p.bubble:before {
	left: unset;
	right: 46px;
}

.config_guiada_canvas {
	overflow: unset;
}

/* -------------------------------------------- */
/* Configurción guiada (Tabla avanzada)         */
/* -------------------------------------------- */

.config_guiada_container {
	margin:22px 20px 20px 20px;
}

.config_guiada_container .one_step {
	border: 1px solid rgb(222, 231, 240);
	border-radius:5px;
	background-color: rgb(240,248,255);
	padding:10px 20px;
	margin-bottom:16px;
	line-height: 24px;
}

.config_guiada_container .one_step .step_number {
	width:25px;
}

.config_guiada_container .one_step .help_icon_container {
	width: 52px;
	text-align: center;
	vertical-align:middle;
}

.config_guiada_container .help_icon {
	line-height: 18px;
	font-size:18px;
	position:relative;
	padding: 3px 8px;
}

.config_guiada_container p.bubble, .config_guiada_container p.bubble_up {
	margin-block-start: 16px;
	left: -280px;
	right: -43px;
	margin-left:unset;
	margin-right:unset;
}

.config_guiada_container p.bubble:before, .config_guiada_container p.bubble_up:after {
	left: unset;
	right: 45px;
}

.config_guiada_container .reglas, .config_guiada_container .premios {
	margin-left: 36px;
	margin-top: 6px;
	font-size: 15px;
	color:black;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.config_guiada_container .reglas > span {
	color: rgb(0, 85, 255);
}

.config_guiada_table .reglas > span.flecha, .config_guiada_table .premios > span.flecha {
	font-size:14px;
}

.config_guiada_container .premios > span {
	color: rgb(210, 3, 203);
}

.config_guiada_container .line_no_icon_padding {
	padding: 6px 0;
}

.config_guiada_container .star {
	background:url('img/star_40.png') 0 0 no-repeat; 
	width:40px;
	height:40px;
	margin:auto;
}

.config_guiada_container .star span {
	text-align: center;
	display: block;
	position: relative;
	top: 8px;
	color: #b63737;
}

/* -------------------------------------------- */
/* Bocadillos de ayuda                          */
/* -------------------------------------------- */

.bubble, .bubble_up {
	background:white;
	border:1px solid rgb(222,222,222);
	padding:10px;
	position:absolute;
	left:50%;
	margin-top:15px;
	margin-left:-130px;
	color:black;
	margin-right:60px;
	max-width:430px;
	z-index:1000;
	font-size:16px;
	text-align:left;
	border-radius:5px;
	box-shadow: -3px 3px 11px 0 rgba(0, 0, 0, 0.4);
	font: 16px/24px 'Open Sans', sans-serif;
	text-shadow: none;
}

.bubble::before, .bubble_up::after {
	position: absolute;
	display: block;
	content: '';
	border: 10px solid transparent;
	height: 0;
	width: 0;
	left: 120px;
	filter: drop-shadow(0px 0px 0px rgb(0, 0, 0));
}

.bubble::before {border-bottom: 10px solid white; top: -20px;}
.bubble_up::after {border-top: 10px solid white; bottom: -20px;}

.bubble_up  {
	bottom:26px;
}

.bubble_pos_new {margin-top:-8px;}
.bubble_pos_left {margin-left:-170px;}
.bubble_pos_left::before {left:40px;}
.bubble_pos_right {margin-right:35px;}
.bubble_pos_right::before {left:250px;}
.bubble_pos_config_status {top: 35px; left: -100px; width: 220px; margin:0; white-space: normal;}
.bubble_pos_config_status::before {left:100px;}


/* -------------------------------------------- */
/* ADD TO HOME SCREEN		                    */
/* -------------------------------------------- */

.add_to_home_screen {
	font-size:18px;
}

.add_to_home_screen .steps_container {
	color:black; 
	margin:0 0 10px 20px;
}

.add_to_home_screen .one_step {
	display:inline-block; margin-bottom:10px;
}

.add_to_home_screen .ya_esta {
	padding-right:15px;
	display:flex;
	margin:auto 0;
}

.add_to_home_screen_icon_ios {
	background:url('img/add_to_home_screen_icon_ios.png') no-repeat;
	width:31px;
	height:39px;
	margin-left:20px;
	display:inline-block;
	vertical-align: middle;
	margin-top:-10px;
}

.add_to_home_screen_icon_android {
	background:url('img/add_to_home_screen_icon_android.png') no-repeat;
	width:6px;
	height:22px;
	margin-left:20px;
	display:inline-block;
	vertical-align: middle;
	margin-top:-5px;
}

.share_sheet_add_to_home_screen_ios {
	border:1px solid gray;
	color:black;
	border-radius: 5px;
	display: inline-block;
	font-size:14px;
	padding-left:10px;
	margin-left:20px;
	margin-top:10px;
	line-height:30px;
}

.share_sheet_add_to_home_screen_android {
	font-family:Arial;
	color:black;
	display: inline-block;
	font-size:18px;
	margin-left:10px;
	margin-top:10px;
	line-height:30px;
}

.share_sheet_add_to_home_screen_plus_sign {
	display: inline-block;
	margin: 0 10px 0 20px;
	border:2px solid black;
	border-radius: 3px;
	line-height: 14px;
	padding: 0 2px;
}

.share_sheet_add_to_home_screen_icon_android {
	background:url('img/share_sheet_add_to_home_screen_android.png') no-repeat;
	width:23px;
	height:30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.share_sheet_add_to_home_screen_boton_añadir_ios {
	color: blue;
	font-size: 14px;
	margin-left: 30px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -3px;
	line-height: 10px;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	padding: 12px 12px 10px 10px;
	border-radius: 0 10px 0 0;
}

.share_sheet_add_to_home_screen_boton_añadir_android {
	color: blue;
	font-family:Arial;
	font-size: 22px;
	margin-left: 16px;
	margin-top:-3px;
	vertical-align: middle;
	display: inline-block;
}

/* -------------------------------------------- */
/* AYUDA Y EXPLICACION DE USO		            */
/* -------------------------------------------- */

.explain_app_container {
	margin:0 7px;
	color:#4a4a75;
}

.explain_app_container p {
	margin-block-start: 5px;
	line-height: 26px;	
}

.explain_app_container b {
	color: rgb(255, 159, 0);
}

.explain_app_container li {
	color:rgb(255, 159, 0);
}

.explain_app_container_big {
	font-size:21px;
	margin-top:14px;
	margin-left:14px;
	margin-right:14px;
}

.explain_app_container h1 {
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
}

.mot_pap_img_pag_0 {background:url('img/parents_with_kids_100.png') 50% 50% no-repeat; margin-top:40px; height:100px; }
.mot_pap_icon_container {text-align: center; margin-top:60px; position:absolute;left:16%; bottom:10%;}
.mot_pap_mother {background:url('img/mother_46x100.png') no-repeat; width:46px; height:100px; display:inline-block; margin:0 5px;}
.mot_pap_father {background:url('img/father_39x100.png') no-repeat; width:39px; height:100px; display:inline-block; margin:0 5px;}
.mot_pap_girl {background:url('img/girl_48x75.png') no-repeat; width:48px; height:75px; display:inline-block; margin:0 5px;}
.mot_pap_boy {background:url('img/boy_48x75.png') no-repeat; width:48px; height:75px; display:inline-block; margin:0 5px;}
.mot_pap_girl_with_ball {background:url('img/girl_with_ball_54x92.png') no-repeat; width:54px; height:92px; display:inline-block; margin:0 5px 0 25px;}
.mot_pap_boy_with_ball {background:url('img/boy_with_ball_54x92.png') no-repeat; width:54px; height:92px; display:inline-block; margin:0 5px 0 25px;}
.mot_pap_mother_arguing {background:url('img/mother_arguing_76x130.png') no-repeat; width:76px; height:130px; display:inline-block; margin:0 5px 0 5px;}
.mot_pap_father_arguing {background:url('img/father_arguing_76x130.png') no-repeat; width:76px; height:130px; display:inline-block; margin:0 5px 0 5px;}
.mot_pap_father_idea {background:url('img/father_idea_76x130.png') no-repeat; width:76px; height:130px; display:inline-block; margin:0 5px 0 5px;}
.mot_pap_mother_idea {background:url('img/mother_idea_76x130.png') no-repeat; width:76px; height:130px; display:inline-block; margin:0 5px 0 5px;}
.mot_pap_father_idea_list {background:url('img/father_idea_list_108x117.png') no-repeat; width:108px; height:117px; display:inline-block; margin:0 5px 0 5px;}
.mot_pap_mother_idea_list {background:url('img/mother_idea_list_108x117.png') no-repeat; width:108px; height:117px; display:inline-block; margin:0 5px 0 5px;}
.mot_pap_father_telling_ideas {background:url('img/father_telling_ideas_122x147.png') no-repeat; width:122px; height:147px; display:inline-block; margin:0 5px 0 5px;}
.mot_pap_mother_telling_ideas {background:url('img/mother_telling_ideas_122x147.png') no-repeat; width:122px; height:147px; display:inline-block; margin:0 5px 0 5px;}

/* -------------------------------------------- */
/* Charts                                       */
/* -------------------------------------------- */

.chart_nota {
	height: 500px;
}

.chart_nota.multi_chart {
	height: 400px;
}

/* -------------------------------------------- */
/* Varios                                       */
/* -------------------------------------------- */

.red_button_plain, .help_button { 
	color: #efefef;
	background-color: #e31014;
}

.help_button {
	line-height: 24px;
}

.query_with_error {
	margin:20px;
	padding:20px;
	background-color:#f2f2f2;
	border:1px solid #bdbdbd;
	border-radius:10px;
	user-select:text;
	-webkit-user-select:text;
	overflow-wrap:break-word;
	font-size:15px;
}

.email_address {
	padding: 0px 10px;
	border: 1px solid rgb(214, 212, 212);
	border-radius: 4px;
	margin-right: 10px;
	background-color: #e4e4e4;
	font-size: 14px;
	color: #1b1b1b;
}

.step_4 {font-size:20px;}

.spacer {
	height: 6px;
}

.spacer_10 {
	height: 10px;
}

span.spacer {
	height: 6px;
	display:block;
}

.realce_tutorial {
	color:rgb(230,0,0);
}

.no_padding {
	padding:0;
}

.padding_22 {
	padding:22px;
}

.padding_top_bottom_22 {
	padding:22px 0px;
}

.padding_top_bottom_long_lines {
	padding:22px 0px;
}

.align_middle {
	vertical-align: middle;
}

.align_top {
	vertical-align:top !important;
}

.align_center {
	text-align:center;
}

.align_right {
	text-align:right;
}

.debug_post_container {
	margin: 10px;
	background-color:#dedede;
	border-radius:10px;
	padding:10px 20px;
	overflow:auto;
	-webkit-user-select:text;
	font-weight:normal;
}

.debug_post_container::-webkit-scrollbar {
  display: none;
}

.translation_text_debug_tag {
	border-radius:2px;
}

.translation_text_debug_tag.resaltado {
	background-color: rgba(242, 197, 139, 0.8);
}

.translation_text_debug_tag.info:hover {
	background-color: rgba(251, 207, 144, 0.5);
	
}

.translation_text_debug_tag.info > span {
	position: absolute;
	margin-top:30px;
	padding:10px;
	background-color: white;
	color:black;
	font-size:12px;
	border:1px solid rgb(177,177,177);
	border-radius:4px;
	display:none;
	z-index: 1000;
}

.translation_text_debug_tag.info:hover > span {
	display:inline-block;
}

.translation_text_debug_tag .translation_editor {
	display:inline;
	-webkit-user-select:auto;
}

.nowrap {
	white-space: nowrap;
}

.compact_p {
	line-height:22px !important;
	margin-block-end:12px;
}

.margin_top_bottom_10 {
	margin-top:10px;
	margin-bottom:10px;
}

.height_55vh {
	min-height:55vh;
}

.margin_block_end_0 {
	margin-block-end:0px;
}

.white {
	color: white;
}

.with_overflow {
	overflow:visible;
}

.position_relative {
	position: relative;
}

.show_on_320, .show_on_430 {
	display:none;
}

ol.other_app_functions_list b {
	color:#4a4a75;
}

.other_app_functions_list {
	font-size:18px;
	line-height: 24px;
}

.padding_10_0_10_10 {
	padding:10px 0 10px 10px;
}

.padding_10_10_10_0 {
	padding:10px 10px 10px 0px;
}

.margin_top_10 {
	margin-top:10px;
}

.margin_left_10 {
	margin-left:10px;
}

.padding_8_0 {
	padding:8px 0;
}

.padding_4_0 {
	padding:4px 0;
}

.margin_bottom_10_or_2_on_320 {
	margin-bottom:10px;
}

.word_break_all {
	word-break:break-all
}

.padding_0_5 {
	padding:0 5px;
}

.padding_20 {
	padding:20px;
}

.line_height_20 {
	line-height: 20px;
}

.unset_overflow {
	overflow: unset;
}

.min_width_130 {
	min-width:130px;
}

.vertical_align_text_bottom {
	vertical-align: text-bottom;
}

.vertical_align_middle {
	vertical-align: middle;
}

.no_margin {
	margin:0;
}

.cup_alert_dot {
	width: 16px;
	height: 16px;
	font-size:12px;
	display: inline-block;
	background-color: red;
	border-radius: 12px;
	color: white;
	font-weight: bold;
	line-height: 15px;
	position: absolute;
	top: -5px;
	left: -6px;
	text-align: center;
}

.underline {
	text-decoration:underline;
}

.float_right {
	float:right;
}

.padding_tb_6 {
	padding-top:6px;
	padding-bottom:6px;
}

/* -------------------------------------------- */
/* PAGINA RESULTADOS	                        */
/* -------------------------------------------- */

.pagina_resultados .name_container {
	font-size:20px;
	display:inline-block;
	vertical-align:middle;
	padding: 7px 0;
}

.pagina_resultados .name_container_with_star {
	margin-right:20px;
}

.dot_numero_tareas {
	font-size:12px;
	padding:1px 7px;
	border-radius:10px;
	background-color:#5c8f3d;
	color:white;
	margin-left:20px;
	margin-right:20px;
}

.dot_numero_tareas_blue {
	background-color:#2c7fcc;
	padding: 2px 7px;
}

.tarea_title_red {
	background-color:#ffecec !important;
	color:#a37b7b !important;
}

.tarea_title_blue {
	background-color:#ddf1fe;
	color:#3c5373;
}

.star_with_count_28 {
	background:url('img/star_28.png') 0 0 no-repeat; 
	width:28px;
	height:28px;
	text-align:center;
	display:inline-block;
	vertical-align: middle;
}

.star_with_count_28 > span {
	display:inline-block;
	font-size: 14px;
	color: #b63737;
	text-shadow: 0px 0px 3px white;
	text-align: center;
}

.pagina_resultados .resumen_tareas_kid_title_html {
	margin-bottom:0px;
	margin-top:20px;
}

.pagina_resultados .resumen_tareas_kid_title_html:first-child {
	margin-top:0px;
}

.pagina_resultados .resumen_tareas_tarea_title_html {
	padding-top:5px;
	padding-bottom:5px;
	font-size:17px;
	min-height:32px;
	display:table-cell;
}

.pagina_resultados .resumen_tareas_tarea_title_tall {
	padding-top:12px;
	padding-bottom:12px;
}

.pagina_resultados .star_with_count_40 {
	width:40px;
	margin-left:0px;
	background-position-x:0;
}

.pagina_resultados .star_with_count_40 > span {
	margin-top:6px;
	margin-left:0;
}

.pagina_resultados .cup {
	width:33px;
	height:34px;
	background-image:url('img/cup_34.png');
	vertical-align:middle;
	display:inline-block;
	margin-left:8px;
	position:relative;
	margin-top:6px;
	float:right;
}

.cup_34_gray {
	background-image:url('img/cup_34_gray.png') !important;
}

.pagina_resultados .cup .estrellas {
	background-image:url('img/star_24_gray.png');
	width:24px;
	height:24px;
	position:absolute;
	top:-6px;
	left:-12px;
	background-repeat: no-repeat;
}

.pagina_resultados .cup .estrellas span {
	font-size:12px;
	color: #b63737;
	display: block;
	text-align: center;
	line-height: 26px;
}

.pagina_resultados .cup .dot {
	background-color: red;
	color: white;
	padding: 0px 6px;
	border-radius: 8px;
	margin-left: 23px;
	margin-top: -4px;
	font-size: 11px;
	position: absolute;
	line-height: 16px;
}

.margin_right_36 {
	margin-right:36px;
}
.margin_right_40 {
	margin-right:40px !important;
}

/* -------------------------------------------- */
/* AGRUPADORES DE BOTONES                       */
/* -------------------------------------------- */

.lines_group_container {
	margin:20px 10px 40px 10px;
	padding:20px;
	background-color: white;
	border-radius: 8px;
}

.lines_group_header_title {
	padding: 9px 20px;
	background-color: rgb(255, 248, 196);
	border-radius: 5px;
	color: #505050;
	border: 1px solid rgb(242, 234, 176);
}

.lines_group_container_after_title {
	padding: 0 20px;
}

.lines_group_lines_container {
	text-align:center;
	margin-top:16px;
}

.lines_group_lines_container div:nth-child(4n - 3):not(.lines_group_lines_container div.there_are_4_tareas_per_line:last-child) {
	margin-left:0px;
}

.lines_group_lines_container div:last-child:not(.lines_group_lines_container div.there_are_4_tareas_per_line:last-child) {
	margin-right:0px;
}

.lines_group_lines_container div.there_are_4_tareas_per_line:nth-child(4n) {
	margin-right:0px;
}


/* -------------------------------------------- */
/* CONSEJOS				                        */
/* -------------------------------------------- */

.pagina_consejo {
	padding:20px 50px 30px 50px;
	font-size:16px !important;
}

.pagina_consejo_no_numbers ol {
	list-style-type: none;
	padding-inline-start: 0px;
}

.titulo_consejo {
	font-weight: bold;
	color:rgb(22, 4, 252);
}

.pagina_consejo_no_numbers .titulo_consejo {
	color: #fefefe;
	display: block;
	background-color: #2c91fb;
	padding: 2px 10px;
	border-radius: 4px;
	margin-bottom:6px;
}

.consejo_intro, .consejo_frase_final {
	color: #c8622c;
}

.consejo_intro {
	margin-bottom: 24px;
	border: 1px solid rgb(251, 239, 178);
	background-color: rgb(255, 250, 222);
	padding: 10px 20px;
	border-radius: 8px;
	color: #b05c30;
}

.pagina_consejo_no_numbers .consejo_intro b {
	color:rgb(251, 111, 3);
}

.pagina_consejo_no_numbers .detalle_consejo {
	margin:4px 20px;
	display:inline-block;
}

.consejo_frase_final {
	margin-top:20px;
	border: 1px solid rgb(251, 239, 178);
	background-color: rgb(255, 250, 222);
	padding: 10px 20px;
	border-radius: 4px;
	color: #c8622c;
}

.pagina_consejo li {
	margin-bottom:20px;
}

.consejo_image_alert {
	padding:0 !important;
	line-height: 0px !important;
}

.image_consejo {
	width:100%;
	height: auto;
}


.image_button_container {
	display: inline-block;
	border-radius: 8px;
	padding:0px;
	background-color:#FFFFFF;
	border:1px solid #dddddd;
	vertical-align:top;
	margin:10px;
}
				
.image_button {
	border-radius: 4px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border:none;
}
				
.image_text {
	text-align:center;
	color:white;
	line-height: normal;
	border-radius: 0;
	border:none;
	margin-top:0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 4px 3px;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	white-space: break-spaces;
}

.image_button_container.there_are_1_tareas_per_line { width:400px; }
.image_button_container.there_are_1_tareas_per_line .image_button { height:140px; }
.image_button_container.there_are_1_tareas_per_line .image_text { font-size:18px; }

.image_button_container.there_are_2_tareas_per_line { width:300px; }
.image_button_container.there_are_2_tareas_per_line .image_button { height:120px; }
.image_button_container.there_are_2_tareas_per_line .image_text { font-size:18px; }

.image_button_container.there_are_3_tareas_per_line { width:220px; }
.image_button_container.there_are_3_tareas_per_line .image_button { height:100px; }
.image_button_container.there_are_3_tareas_per_line .image_text { font-size:18px; }

.image_button_container.there_are_4_tareas_per_line { width:160px; }
.image_button_container.there_are_4_tareas_per_line .image_button { height:80px; }
.image_button_container.there_are_4_tareas_per_line .image_text { font-size:16px; }

.disabled_image_button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(200,200,200,.5);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.disabled_image_button_star {
	width:32px;
	height:31px;
	background-image:url('img/star_32.png');
	position: absolute;
	right: 10px;
	top: 6px;
}

.unlocked_consejo {
	position: absolute;
	right: 10px;
	top: 6px;
	background-image: url('img/green-checkmark-20.png');
	background-color: rgb(255, 255, 255);
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 5px;
	border: 1px solid rgb(220,220,220);
	width: 26px;
	height: 26px;
}

.pagina_consejo_overlay {
	padding:20px 20px 30px 20px;
}

.consejo_in_overlay {
	text-align:left;
	font-size:14px !important;
	line-height: 22px !important;
	color: #7b7b7b !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.consejo_overlay_close_button {
	position:absolute;
	left:6px;
	top:4px;
	border: 2px solid #a7a7a7;
	border-radius:14px;
	width:22px;
	height:22px;
}

.consejo_overlay_close_button div {
	display:inline-block;
	vertical-align:middle;
	font-size:12px;
	color:#a7a7a7;
	font-weight:bold;
	text-align:center;
	width:23px;
}

.stripe_disclaimer {
	border:none;
	font-size: 15px;
	line-height: 25px;
	color: rgb(58, 109, 179);
}

.blue_text_shadow {
	text-shadow: 1px 1px 1px rgb(45, 68, 159);
}

/* -------------------------------------------- */
/* PANTALLAS MAS PEQUEÑAS                       */
/* -------------------------------------------- */

@media only screen and (max-width: 800px) {
	.count_estrellas_30 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_29 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.image_button_container.there_are_3_tareas_per_line {width:200px;}
	.image_button_container.there_are_4_tareas_per_line {width:140px;}
}

@media only screen and (max-width: 770px) {
	.count_estrellas_30 .estrella {width:32px; height:31px; background-image:url('img/star_32.png'); line-height: 16px;}
	.multiple_nota_strip_container {margin-left:10px; margin-right:10px;}
	.config_guiada_container {margin:22px 0px 20px 0px;}
}

@media only screen and (max-width: 740px) {
	.count_estrellas_29 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_28 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_27 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.star_with_count_for_cup_gray {left:-8px;}
	.image_button_container.there_are_4_tareas_per_line .image_text {font-size:14px;}
}

@media only screen and (max-width: 725px) {
	.image_button_container.there_are_3_tareas_per_line {width:170px;}
	.image_button_container.there_are_3_tareas_per_line .image_text {font-size:16px;}
	.image_button_container.there_are_4_tareas_per_line {width:120px;}
	.image_button_container.there_are_4_tareas_per_line .image_text {font-size:13px;}
}

@media only screen and (max-width: 710px) {
	.count_estrellas_26 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_25 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.progreso_table .bubble_day_2			{margin-left:-102px;}
	.progreso_table .bubble_day_2::before	{left: 95px;}
	.progreso_table .bubble_day_3			{margin-left:-164px;}
	.progreso_table .bubble_day_3::before	{left: 157px;}
	.progreso_table .bubble_day_4			{margin-left:-227px;}
	.progreso_table .bubble_day_4::before	{left: 220px;}
	.progreso_table .bubble_day_5			{margin-left:-290px;}
	.progreso_table .bubble_day_5::before	{left: 283px;}
	.progreso_table .bubble_day_6			{margin-left:-353px;}
	.progreso_table .bubble_day_6::before	{left: 346px;}
	.progreso_table .bubble_day_7			{margin-left:-417px;}
	.progreso_table .bubble_day_7::before	{left: 410px;}
	.blink_arrow_flip {background:url('img/flecha_animada_down.gif') no-repeat; margin-left:10px; top: 2px;}
	.help_icon_with_arrow {margin-top:-42px;}
	.double_blink_arrow {background:url('img/double_blue_arrow_20x40_up_down.gif') 0 0 no-repeat; width: 20px; height: 40px;}
}

@media only screen and (max-width: 710px) {
	.image_button_container.there_are_2_tareas_per_line {width:260px;}
}

@media only screen and (max-width: 680px) {
	.count_estrellas_30 .estrella {width:28px; height:27px; background-image:url('img/star_28.png'); line-height: 14px;} .star_alert_30 {padding:10px 10px;} .count_estrellas_30 .estrella span {margin-top:6px;}
	.count_estrellas_29 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_29 {padding:10px 10px;}
	.count_estrellas_28 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_27 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.table_progreso_temporal .column_title {padding-left:20px; padding-right:20px;}
}

@media only screen and (max-width: 650px) {
	.count_estrellas_26 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_25 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_24 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_23 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.progreso_table_padding {padding-left:6px; padding-right:6px;}
	.progreso_table .tareas_label {margin-right:10px;}
	.progreso_table .bubble {margin-right:20px;}
	.nota_container .help_icon_small {right:56px;}
}

@media only screen and (max-width: 640px) {
	.image_button_container.there_are_4_tareas_per_line {width:100px;}
}

@media only screen and (max-width: 635px) {
	.image_button_container.there_are_3_tareas_per_line {width:140px;}
}

@media only screen and (max-width: 620px) {
	.count_estrellas_30 .estrella {width:24px; height:23px; background-image:url('img/star_24.png'); line-height: 10px; font-size:10px;}
	.count_estrellas_29 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_28 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_28 {padding:10px 10px;}
	.count_estrellas_27 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_27 {padding:10px 10px;}
	.count_estrellas_22 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_21 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.chart_nota.multi_chart {height: 300px;}
	.image_button_container.there_are_2_tareas_per_line {width:220px;}
}

@media only screen and (max-width: 590px) {
	.count_estrellas_26 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_26 {padding:10px 10px;}
	.count_estrellas_25 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_25 {padding:10px 10px;}
	.count_estrellas_24 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_23 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.tabla_progreso_responsive_pager .confirm_button {font-size:20px; width:180px;}
	.star_with_count_for_cup_gray {left:-4px; top:unset; bottom:-7px; filter: drop-shadow(1px 1px 1px #ddd);}
	.table_progreso_temporal .date_cell {width:105px;}
}

@media only screen and (max-width: 560px) {
	.count_estrellas_28 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_27 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_24 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_24 {padding:10px 10px;}
	.count_estrellas_23 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_23 {padding:10px 10px;}
	.count_estrellas_22 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_21 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_20 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_19 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.progreso_table {font-size:15px;}
	.table_lines_container_table {font-size:16px;line-height:20px;border-spacing:8px;}
	.table_lines_container .date_time_cell {width:46px;}
	.cup_responsive {background-image:url('img/cup_32.png');}
	.cup_responsive, .cup_responsive_holder {width:32px; height: 33px;}
	.cup_responsive > .count_premios_dot {top: -18px;left: 18px;font-size:12px;padding: 0 5px 0 6px;}
	.table_progreso_temporal .date_cell {width:105px; font-size:16px;}
	.table_progreso_temporal .column_title {padding-left:16px; padding-right:16px; font-size:16px;}
	.config_guiada_container .line_no_icon_padding {padding:0;}
	.double_blink_arrow_up_down {top:-4px;}
	.image_button_container.there_are_4_tareas_per_line {margin-left: 5px; margin-right: 5px;}
}

@media only screen and (max-width: 550px) {
	.image_button_container.there_are_3_tareas_per_line {width:110px;}
	.image_button_container.there_are_3_tareas_per_line .image_text {font-size:14px;}
	.image_button_container.there_are_4_tareas_per_line .image_text {line-height:16px; padding:2px 2px;}
	.subscription_banner_text {padding-left:10px; padding-right:10px;}
	.subscription_status_banner {line-height:28px !important; padding:20px 10px !important; width:120px;}
	.lines_as_block_icon_top {display:block;}
	.lines_as_block_icon_left {display:none;}
}

@media only screen and (max-width: 540px) {
	.image_button_container.there_are_2_tareas_per_line {width:180px;}
}

@media only screen and (max-width: 530px) {
	.count_estrellas_22 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_22 {padding:10px 10px;}
	.count_estrellas_21 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_21 {padding:10px 10px;}
	.count_estrellas_20 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_19 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.progreso_table .day_header {margin-left:5px; padding: 2px 5px;}
	.progreso_table .header_margin_right {margin-right:5px;}
	.progreso_table .header_margin_right-1 {margin-right:4px;}
	.progreso_table .bubble_day_2			{margin-left:-90px;}
	.progreso_table .bubble_day_2::before	{left: 83px;}
	.progreso_table .bubble_day_3			{margin-left:-140px;}
	.progreso_table .bubble_day_3::before	{left: 133px;}
	.progreso_table .bubble_day_4			{margin-left:-190px;}
	.progreso_table .bubble_day_4::before	{left: 183px;}
	.progreso_table .bubble_day_5			{margin-left:-240px;}
	.progreso_table .bubble_day_5::before	{left: 233px;}
	.progreso_table .bubble_day_6			{margin-left:-289px;}
	.progreso_table .bubble_day_6::before	{left: 282px;}
	.progreso_table .bubble_day_7			{margin-left:-341px;}
	.progreso_table .bubble_day_7::before	{left: 334px;}
	.tabla_progreso_responsive_pager .confirm_button {font-size:18px; width:170px; padding:10px;}
	.image_button_container.there_are_4_tareas_per_line {width:90px}
}

@media only screen and (max-width: 500px) {
	.count_estrellas_30 .estrella {width:20px; height:19px; background-image:url('img/star_20.png'); font-size:9px;} .star_alert_30 {padding:10px 6px;} .count_estrellas_30 .estrella span {margin-top:4px;}
	.count_estrellas_29 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_29 {padding:10px 6px;}
	.count_estrellas_26 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_25 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_18 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_17 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.progreso_table_padding {margin-left: 0; margin-right: 0; border-radius: 0;}
	.pager_button_responsive {white-space: unset;}
	.message {font-size:17px; line-height: 25px; padding:10px; margin-top: 14px; margin-bottom: 24px; }
	.tabla_progreso_responsive_pager .confirm_button {margin:0px}
	.table_detalle_progreso:not(.table_situacion) {font-size:14px;	padding: 10px 20px; margin: 10px auto 20px auto;}
	.table_detalle_progreso:not(.table_situacion) .cup_margin_left {margin-left:10px;}
	.star_with_count_for_cup_gray {left:-5px; bottom:-12px; background:url('img/star_20_gray.png') 0 0 no-repeat; width:20px; height:19px;}
	.star_with_count_for_cup_gray > span {font-size:10px; line-height: 21px;}
	.table_progreso_temporal {padding-left:14px; padding-right:4px;}
	.multiple_nota_strip_container {margin-top:0px; margin-left:0px; margin-right:0px;}
	.config_guiada_container {margin:12px 0px 10px 0px;}
	.config_guiada_canvas {margin-bottom: 20px;padding-bottom: 4px;}
	.config_guiada_container .reglas, .config_guiada_container .premios {margin-left:26px;}
	.pagina_resultados .star_with_count_40 > span {margin-top:8px;}
	.phone_icon_resultado_name_bar {margin-top:2px;}
	.image_button_container.there_are_4_tareas_per_line {width:80px}
	.image_button_container.there_are_4_tareas_per_line {margin-left: 3px; margin-right: 3px;}
	.image_button_container.there_are_4_tareas_per_line:last-child:nth-child(4n - 3) {width:100px}
	.book_icon_gray_resultado {padding:2px 8px;}
}

@media only screen and (max-width: 470px) {
	.count_estrellas_28 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_28 {padding:10px 6px;}
	.count_estrellas_27 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_27 {padding:10px 6px;}
	.count_estrellas_24 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_23 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_20 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_20 {padding:10px 10px;}
	.count_estrellas_19 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_19 {padding:10px 10px;}
	.count_estrellas_18 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_17 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_16 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_15 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.progreso_table .letter_days {display: unset;}
	.progreso_table .short_days {display: none;}
	.star_with_count_for_cup_gray {left:-1px; bottom:-7px;}
	.convert_account_data_container {margin-left:10px; margin-right:10px; font-size:16px;}
	.convert_account_data_container .repeat_pw_label {white-space:normal;}
	.image_button_container.there_are_1_tareas_per_line {width:350px;}
	.subscription_banner_text {padding-left:0px; padding-right:0px;}
}

@media only screen and (max-width: 460px) {
	.image_button_container.there_are_2_tareas_per_line {width:150px;}
	.image_button_container.there_are_2_tareas_per_line .image_text { font-size:16px; }
}

@media only screen and (max-width: 450px) {
	.table_progreso_temporal .date_cell {width:80px; font-size:14px;}
	.table_progreso_temporal .column_title {padding-left:12px; padding-right:12px; font-size:14px;}
	.overlay_table {font-size: 16px; line-height: 20px;}
	.config_guiada_container .one_step {padding-right:6px}
	.config_guiada_container .one_step .help_icon_container {width: 42px;}
	.config_guiada_container .star {background-image: url('img/star_32.png'); width: 32px; height: 32px;}
	.config_guiada_container .star span {top: 5px; font-size: 15px;}
	.config_guiada_container .cup {background-image: url('img/cup_32.png'); width: 32px; height: 32px;}
	.config_guiada_container .one_step:last-child {margin-bottom:0;}
	.config_guiada_canvas {padding-bottom: 1px;}
	.config_guiada_container .one_step {margin-bottom:12px; padding-top:8px; padding-bottom:8px;}
	.config_guiada_container p.bubble, .config_guiada_container p.bubble_up {right:-23px;}
	.config_guiada_container p.bubble:before, .config_guiada_container p.bubble_up:after {right:25px;}
	.image_button_container.there_are_3_tareas_per_line {width:100px; margin-left: 5px; margin-right: 5px;}
	.image_button_container.there_are_3_tareas_per_line .image_button {height:80px;}
	.image_button_container.there_are_2_tareas_per_line .image_button {height:100px;}
}

@media only screen and (max-width: 440px) {
	.count_estrellas_30 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_30 {padding:10px 3px;} .count_estrellas_30 .estrella span {margin-top:1px;}
	.count_estrellas_29 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_29 {padding:10px 3px;}
	.count_estrellas_26 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_26 {padding:10px 6px;}
	.count_estrellas_25 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_25 {padding:10px 6px;}
	.count_estrellas_22 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_21 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_18 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_18 {padding:10px 10px;}
	.count_estrellas_17 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_17 {padding:10px 10px;}
	.count_estrellas_16 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.count_estrellas_15 .estrella {width:32px; height:31px; background-image:url('img/star_32.png');}
	.progreso_table .bubble {font-size:14px; line-height: 20px;}
	.progreso_table .bubble_day_2			{margin-left:-82px;}
	.progreso_table .bubble_day_2::before	{left: 75px;}
	.progreso_table .bubble_day_3			{margin-left:-124px;}
	.progreso_table .bubble_day_3::before	{left: 117px;}
	.progreso_table .bubble_day_4			{margin-left:-166px;}
	.progreso_table .bubble_day_4::before	{left: 159px;}
	.progreso_table .bubble_day_5			{margin-left:-208px;}
	.progreso_table .bubble_day_5::before	{left: 201px;}
	.progreso_table .bubble_day_6			{margin-left:-249px;}
	.progreso_table .bubble_day_6::before	{left: 242px;}
	.progreso_table .bubble_day_7			{margin-left:-291px;}
	.progreso_table .bubble_day_7::before	{left: 284px;}
	.tabla_progreso_responsive_pager .confirm_button {font-size:16px; width:140px;}
	.nota_container .bubble {margin-right:-30px; margin-left:-300px;}
	.nota_container .bubble::before {left:288px;}
	.overlay_table {margin:0px}
	.subscription_banner_text {font-size: 15px; width: 120px; padding-top: 20px; padding-bottom: 20px;}
}

@media only screen and (max-width: 430px) {
	.overlay_table {font-size: 15px; line-height: 19px;}
	.overlay div div.overlay_text_with_buttons {margin-left:0; margin-right:0;}
	.overlay div h1 {margin-left:0; margin-right:0;}
	.overlay div.texto_promo {margin-left:0; margin-right:0;}
	.config_guiada_container .one_step {padding-left:14px;}
	.config_guiada_container .one_step .step_number {width:20px;}
	.config_guiada_container .reglas, .config_guiada_container .premios {margin-left:10px;}
	.hide_on_430 {display:none;}
	.show_on_430 {display:inline-block;}
	.config_guiada_table {margin-top:10px; margin-bottom:0;}
	.config_guiada_table > div > div > div {padding-right:3px;}
	.kids_explain_config_guiada_end .config_guiada_container {font-size:16px;}
	.kids_explain_config_guiada_end h1 {margin-top:3px;}
	.kids_explain_config_guiada_end .one_step {line-height: 23px;}
	.image_button_container.there_are_1_tareas_per_line {width:320px;}
	.image_button_container.there_are_4_tareas_per_line {width:75px}
	.image_button_container.there_are_4_tareas_per_line {margin-left: 2px; margin-right: 2px;}
	.width_60_or_50_below_430 {width:50px;}
}

@media only screen and (max-width: 430px) and (min-width: 321px) and (max-height: 660px) {
	.overlay div div.overlay_text_with_buttons {line-height:30px; font-size:17px;}
	.overlay div.texto_promo {font-size:17px;}
}

@media only screen and (max-width: 430px) and (min-width: 321px) and (max-height: 620px) {
	.overlay div div.overlay_text_with_buttons {line-height:26px; font-size:16px;}
	.overlay div.texto_promo {font-size:16px;}
	.config_guiada_canvas {margin-top:2px}
	.config_guiada_container {font-size:15px;}
	.config_guiada_container .one_step {padding-top:4px !important; padding-bottom:4px !important; line-height:22px !important;}
	.config_guiada_table {margin-bottom:-10px !important;}
	.config_guiada_table > div > div > div > div {line-height: 22px;}
	.config_guiada_table > div > div > div {padding-top:7px; padding-bottom:7px;}
	.config_guiada_table > div {border-spacing:0 7px;}
	.kids_explain_config_guiada_end .config_guiada_container {font-size:15px;}
	.kids_explain_config_guiada_end .config_guiada_container .one_step {line-height:20px !important}
	.kids_explain_config_guiada_end h1 {margin-bottom:4px;}
	.kids_explain_config_guiada_end {padding-top:5px}
}

@media only screen and (max-width: 430px) and (min-width: 321px) and (max-height: 590px) {
	.overlay div div.overlay_text_with_buttons {margin-top:14px;padding: 10px 12px; margin-bottom:14px;}
	.overlay div.texto_promo {margin-top:14px; margin-bottom:20px; padding: 10px 12px;}
	.overlay_table .table_cell {padding:1px 0;}
	.overlay_table .table_cell:last-child {padding-left:6px; padding-right:6px;}
	.overlay_table {margin-top:-4px; line-height:18px; border-spacing: 0 12px;}
	.overlay > div {margin-top:20px;}
	.overlay > div h1 {margin-top:0;}
	.overlay_table + div.overlay_button {margin-top:0;}
	.overlay .overlay_text_with_buttons.start_30_day_trial {line-height: 28px; margin-top:16px;}
	.overlay .overlay_text_box.start_30_day_trial {padding: 10px;margin-left: 0;margin-right: 0; margin-top:18px; margin-bottom:20px;}
	.overlay .overlay_text_box.intro_last_step {line-height: 23px; margin-top:14px; margin-bottom:14px;}
}


@media only screen and (max-width: 415px) {
	.progreso_table .bubble_day_1			{margin-left:-30px;}
	.progreso_table .bubble_day_1::before	{left: 23px;}
	.progreso_table .bubble_day_2			{margin-left:-68px;}
	.progreso_table .bubble_day_2::before	{left: 61px;}
	.progreso_table .bubble_day_3			{margin-left:-105px;}
	.progreso_table .bubble_day_3::before	{left: 98px;}
	.progreso_table .bubble_day_4			{margin-left:-143px;}
	.progreso_table .bubble_day_4::before	{left: 136px;}
	.progreso_table .bubble_day_5			{margin-left:-181px;}
	.progreso_table .bubble_day_5::before	{left: 174px;}
	.progreso_table .bubble_day_6			{margin-left:-219px;}
	.progreso_table .bubble_day_6::before	{left: 212px;}
	.progreso_table .bubble_day_7			{margin-left:-257px;}
	.progreso_table .bubble_day_7::before	{left: 250px;}
	.overlay_table + div.overlay_button {margin-top:10px;}
}

@media only screen and (max-width: 410px) {
	.count_estrellas_28 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_28 {padding:10px 3px;}
	.count_estrellas_27 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_27 {padding:10px 3px;}
	.count_estrellas_24 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_24 {padding:10px 6px;}
	.count_estrellas_23 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_23 {padding:10px 6px;}
	.count_estrellas_20 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_19 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_18 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_17 .estrella {width:24px; height:23px; background-image:url('img/star_24.png');}
	.count_estrellas_16 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_16 {padding:10px 10px;}
	.count_estrellas_15 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_15 {padding:10px 10px;}
	.count_estrellas_14 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_13 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.progreso_table {font-size:14px;}
	.progreso_table .tareas_label {line-height:18px; padding-left:8px; padding-right:8px; margin-right:7px; margin-top:2px; margin-bottom:2px;}
	.progreso_table .star_cell {padding: 6px 0;}
	.star_with_count_responsive {background-image:url('img/star_28.png'); width:28px; height:28px;}
	.star_with_count_responsive_gray {background-image:url('img/star_28_gray.png'); width:28px; height:28px;}
	.star_with_count_responsive > span , .star_with_count_responsive_gray > span {margin-top:1px; font-size:12px;}
	.progreso_table .star_cell {min-width:36px;}
	.cup_responsive {background-image:url('img/cup_26.png');}
	.cup_responsive, .cup_responsive_holder {width:26px; height: 27px; margin-bottom: 6px;}
	.cup_responsive > .count_premios_dot {top: -18px;left: 14px;font-size:12px;}
	.help_icon_responsive {padding: 1px 7px; border-radius: 10px;font-size: 18px;}
	.table_detalle_progreso .margin_left_star {margin-left:10px;}
	.table_detalle_progreso {padding-left: 14px;padding-right: 18px;}
	.nota_container .bubble {margin-left:-240px;}
	.nota_container .bubble::before {left:228px;}
	.nota_strip {font-size:14px;}
	.nota_badge_in_title_responsive {padding-left:16px; min-width:44px;}
	.double_blink_arrow_up_down {top:-9px;}
}

@media only screen and (max-width: 400px) {
	.chart_nota {height: 400px;}
	.config_guiada_container .one_step {padding-top:6px; padding-bottom:6px;}
	.kids_explain_config_guiada_end .config_guiada_container .one_step .help_icon_container {width:30px;}
	.kids_explain_config_guiada_end .config_guiada_container .one_step {padding-left:10px; margin-bottom:10px;}
	.kids_explain_config_guiada_end {margin-top:3px; margin-bottom:-14px !important; padding-bottom:1px !important;}
	.kids_explain_config_guiada_end h1 {font-size:18px; margin-top:0;}
	.kids_explain_config_guiada_end .config_guiada_container {margin-top:0;}
	.alert_message .qr_image {height:200px;width:200px;}
	.lines_group_container {padding:15px 10px;}
	.image_button_container.there_are_1_tareas_per_line {width:300px;}
	.nota_badge_in_title_fixed div.phone_icon_kid_name_title {margin-left:20px;}
	.nota_badge_in_title_fixed {padding-left:10px;}
}

@media only screen and (max-width: 390px) {
	.nota_badge_in_title_responsive {padding-left:10px;}
	.config_guiada_canvas {padding-bottom:3px; margin-bottom:0px;}
	.config_guiada_table {margin-bottom:0px; margin-left:0px; margin-right:0px;}
	.image_button_container.there_are_3_tareas_per_line {width:95px; margin-left: 4px; margin-right: 4px;}
}

@media only screen and (max-width: 380px) {
	.width_60_or_50_below_380 {width:50px;}
	.count_estrellas_26 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_26 {padding:10px 3px;}
	.count_estrellas_25 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_25 {padding:10px 3px;}
	.count_estrellas_22 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_22 {padding:10px 6px;}
	.count_estrellas_21 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_21 {padding:10px 6px;}
	.count_estrellas_14 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_14 {padding:10px 10px;}
	.count_estrellas_13 .estrella {width:28px; height:27px; background-image:url('img/star_28.png');} .star_alert_13 {padding:10px 10px;}
	.count_estrellas_12 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.count_estrellas_11 .estrella {width:36px; height:35px; background-image:url('img/star_36.png');}
	.progreso_table .star_cell {min-width:32px;}
	.progreso_table .bubble_day_1			{margin-left:-30px;}
	.progreso_table .bubble_day_1::before	{left: 23px;}
	.progreso_table .bubble_day_2			{margin-left:-65px;}
	.progreso_table .bubble_day_2::before	{left: 58px;}
	.progreso_table .bubble_day_3			{margin-left:-101px;}
	.progreso_table .bubble_day_3::before	{left: 94px;}
	.progreso_table .bubble_day_4			{margin-left:-136px;}
	.progreso_table .bubble_day_4::before	{left: 129px;}
	.progreso_table .bubble_day_5			{margin-left:-172px;}
	.progreso_table .bubble_day_5::before	{left: 165px;}
	.progreso_table .bubble_day_6			{margin-left:-207px;}
	.progreso_table .bubble_day_6::before	{left: 200px;}
	.progreso_table .bubble_day_7			{margin-left:-243px;}
	.progreso_table .bubble_day_7::before	{left: 236px;}
	.tabla_progreso_responsive_pager .confirm_button {font-size:15px;}
	.table_progreso_temporal {padding-left:8px;}
	.table_progreso_temporal .column_title {padding-left:8px; padding-right:8px; font-size:14px;}
	.overlay_table .table_cell {padding:0px 0;}
	.overlay > div {margin-left:20px; margin-right:20px;}
	.overlay div div.overlay_text_with_buttons {margin-top:24px; line-height:30px;}
	.overlay div.texto_promo {margin-top:24px; margin-bottom:24px;}
	.overlay > div h1 {margin-bottom:6px;}
	.overlay .overlay_text_with_buttons.start_30_day_trial {padding: 10px; line-height: 30px; margin-top:18px;}
	.overlay .overlay_text_box.start_30_day_trial {padding: 10px;margin-left: 0;margin-right: 0; margin-top:20px; margin-bottom:22px;}
	.overlay .overlay_text_box.intro_last_step {padding: 10px;margin-left: 0;margin-right: 0; margin-top:17px; margin-bottom:17px;}
	.config_guiada_table > div > div > div {padding-left: 14px;}
	.config_guiada_table > div > div > div > div > div > div:first-child {padding-right:6px;}
	.config_guiada_table > div > div > div:last-child {padding-left:0;}
	.image_button_container.there_are_2_tareas_per_line {margin-left: 4px; margin-right: 4px;}
	.image_button_container.there_are_2_tareas_per_line .image_text { font-size:14px; }
	.subscription_banner_text {top:10px; right:10px;}
}

@media only screen and (max-width: 370px) {
	.tabla_progreso_responsive_pager .confirm_button {width:120px;}
}

@media only screen and (max-width: 365px) {
	.overlay div div.overlay_text_with_buttons {line-height:28px;}
}

@media only screen and (max-width: 365px) and (min-width: 321px) and (max-height: 680px) {
	.overlay .overlay_text_box.start_30_day_trial {font-size: 17px;line-height: 26px;}
	.overlay .overlay_text_box.intro_last_step {font-size:17px; line-height: 26px;}
	.overlay_table {line-height: 18px; border-spacing: 0 13px;}
}
@media only screen and (max-width: 365px) and (min-width: 321px) and (max-height: 630px) {
	.overlay .overlay_text_with_buttons.start_30_day_trial {line-height: 28px;}
	.overlay .overlay_text_box.intro_last_step {font-size:16px; line-height: 24px;}
	.overlay_table {line-height: 18px; border-spacing: 0 12px;}
}

@media only screen and (max-width: 360px) {
	.table_progreso_temporal .column_title {padding-left:6px; padding-right:6px; font-size:12px;}
	.table_progreso_temporal .date_cell {font-size:12px;}
	.header_container {height:60px;}
	.header_title_responsive {font-size:22px;}
	.config_guiada_container p.bubble, .config_guiada_container p.bubble_up {left:-240px;}
	.image_button_container.there_are_3_tareas_per_line {width:80px; margin-left: 2px; margin-right: 2px;}
	.image_button_container.there_are_3_tareas_per_line .image_button {height:70px;}
	.image_button_container.there_are_2_tareas_per_line {width:130px;}
	.image_button_container.there_are_4_tareas_per_line {width:70px}
	.image_button_container.there_are_4_tareas_per_line {margin-left: 1px; margin-right: 1px;}
}

@media only screen and (max-width: 350px) {
	.add_to_home_screen { font-size:16px; line-height:26px;}
	.empty_canvas { padding: 10px 20px; }
	.add_to_home_screen .steps_container { margin-left:10px; }
	.share_sheet_add_to_home_screen_ios { margin-left: 0;}
	.share_sheet_add_to_home_screen_plus_sign { margin-left: 10px; }
	.motikids_icon {width:45px; height: 45px;}
	.add_to_home_screen .ya_esta {padding-right: 10px; font-size:15px;}
	.share_sheet_add_to_home_screen_android {margin-left:0px;}
	.share_sheet_add_to_home_screen_icon_android {margin-right:10px;}
	.step_4 {font-size:18px;}
	.cuadricula_button_text {padding:0px;}
	.bubble_pos_left {margin-left:-130px;}
	.bubble_pos_right::before {left:190px;}
	.bubble_pos_config_status {left:-140px;}
	.bubble_pos_config_status::before {left:140px;}
	.hide_on_360 {display:none;}
	.width_180_or_85_below_360 {width:85px;}
	.width_195_or_95_below_360 {width:95px;}
	.star_with_count_responsive {background-image:url('img/star_24.png'); width:24px; height:24px;}
	.star_with_count_responsive_gray {background-image:url('img/star_24_gray.png'); width:24px; height:24px;}
	.star_with_count_responsive > span, .star_with_count_responsive_gray > span {margin-top:-2px; font-size:12px; position:relative; vertical-align:top;}
	.progreso_table .star_cell {min-width:28px;}
	.image_button_container.there_are_1_tareas_per_line {width:280px;}
}

@media only screen and (max-width: 350px) and (min-width: 321px) and (max-height: 680px) {
	.overlay div div.overlay_text_with_buttons {padding-top:10px; padding-bottom:10px; font-size:17px;}
	.overlay div div.texto_promo {padding-top:10px; padding-bottom:10px;}
}

@media only screen and (max-width: 350px) and (min-width: 321px) and (max-height: 630px) {
	.overlay div div.overlay_text_with_buttons {font-size:16px;}
}

@media only screen and (max-width: 340px) {
	.count_estrellas_24 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_24 {padding:10px 3px;}
	.count_estrellas_23 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_23 {padding:10px 3px;}
	.count_estrellas_22 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_22 {padding:10px 3px;}
	.count_estrellas_21 .estrella {width:16px; height:15px; background-image:url('img/star_16.png'); margin: 5px 2px;} .star_alert_21 {padding:10px 3px;}
	.count_estrellas_20 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_20 {padding:10px 6px;}
	.count_estrellas_19 .estrella {width:20px; height:19px; background-image:url('img/star_20.png');} .star_alert_19 {padding:10px 6px;}
	
	.estrella_30 {display:none;}
	.estrella_29 {display:none;}
	.estrella_28 {display:none;}
	.estrella_27 {display:none;}
	.estrella_26 {display:none;}
	.estrella_25 {display:none;}
	.estrella_24 span {display: inline-block;}
	.estrella_animada_24 {animation-name: star_scaler;}
	.estrella_animada_24 span {animation-name: star_count_scaler;}
	.menu_horizontal_container {font-size:14px; margin-left:10px; margin-right:10px;}
}

@media only screen and (max-width: 339px) {
	.overlay > div {margin-top: 16px; margin-left:16px; margin-right:16px; padding:16px; font-size:17px;}
	.overlay > div h1 {line-height: 16px; font-size:18px; margin-top:0px;}
	.overlay div div.overlay_text_with_buttons {line-height: 26px;}
	.overlay div.texto_promo {font-size:17px; line-height: 22px; margin-top: 16px;}
	.hide_on_320 {display:none;}
	.overlay_spacer {height: 16px;}
	.overlay_spacer_2 {height: 0px;}
	.help_icon_overlay_container {margin:14px 0;}
	.explain_app_container_big {font-size:unset;margin-top:unset;margin-left:7px;margin-right:7px;}
	.mot_pap_img_pag_0 {margin-top:25px;}
	.mot_pap_icon_container {left:7%;}
	.mot_pap_girl_with_ball {margin-left:20px;}
	.mot_pap_boy_with_ball {margin-left:20px;}
	.padding_top_bottom_long_lines {padding:10px 0px;}
	.other_app_functions_list {padding-inline-start:22px; font-size:15px;}
	.empty_canvas_margin_for_320 {margin-bottom:6px;}
	.explain_app_container p:last-child {margin-block-end:0px;}
	.show_on_320 {display:inline-block;}
	.margin_bottom_10_or_2_on_320 {margin-bottom:2px;}
	.message {margin-top: 10px; margin-bottom: 20px;}
	.star_with_count_responsive > span, .star_with_count_responsive_gray > span {margin-top:0;}
	.progreso_table .bubble_day_1			{margin-left:-30px;}
	.progreso_table .bubble {margin-right:12px;}
	.progreso_table .bubble_day_1::before	{left: 23px;}
	.progreso_table .bubble_day_2			{margin-left:-61px;}
	.progreso_table .bubble_day_2::before	{left: 54px;}
	.progreso_table .bubble_day_3			{margin-left:-92px;}
	.progreso_table .bubble_day_3::before	{left: 87px;}
	.progreso_table .bubble_day_4			{margin-left:-122px;}
	.progreso_table .bubble_day_4::before	{left: 115px;}
	.progreso_table .bubble_day_5			{margin-left:-152px;}
	.progreso_table .bubble_day_5::before	{left: 135px;}
	.progreso_table .bubble_day_6			{margin-left:-182px;}
	.progreso_table .bubble_day_6::before	{left: 175px;}
	.progreso_table .bubble_day_7			{margin-left:-213px;}
	.progreso_table .bubble_day_7::before	{left: 206px;}
	.progreso_table .star_cell {min-width:26px;}
	.progreso_table .day_header {padding: 2px 5px;}
	.chart_nota.multi_chart {height: 250px;}
	.overlay_table {font-size: 14px; line-height: 18px;margin-top:-4px; border-spacing: 0 10px;}
	.overlay_table .table_cell {padding:1px 0;}
	.overlay_table .table_cell:first-child {padding-left:8px;}
	.overlay_table .table_cell:last-child {padding-left:3px; padding-right:3px;}
	.overlay div div.overlay_text_with_buttons {margin-top:14px; line-height:26px; font-size:16px; padding: 10px 12px; margin-bottom:14px;}
	.overlay div.texto_promo {margin-top:14px; margin-bottom:20px; padding: 10px 12px; font-size:16px;}
	.overlay div h1 div.star_with_count_responsive {margin:-4px auto 6px auto}
	.overlay_realce_button {padding-bottom:0px;}
	.overlay_table + div.overlay_button {margin-top:0;}
	.overlay div.overlay_button {padding:12px; font-size:22px;}
	.overlay_table .star {background-image:url('img/star_32.png'); width:32px;height:32px;}
	.overlay_table .cup {background-image: url('img/cup_32.png');width:32px;height:32px;}
	.overlay_table .nota {background-image: url('img/nota_badge_32x38.png');width:32px;height:38px;}
	.overlay_nota {font-size:13px !important;}
	.overlay_table .table_cell:first-child > span > span > span:first-child {padding-right:5px;}
	.tareas_icon {height: 36px; margin: 2px auto !important;}
	.overlay .overlay_text_with_buttons.start_30_day_trial {line-height: 26px; margin-top:12px; padding:8px;}
	.overlay .overlay_text_box.start_30_day_trial {line-height: 24px; margin-top:14px; margin-bottom:14px; padding:8px;}
	.overlay_button.start_30_day_trial {margin-top:14px !important;}
	.overlay div div.overlay_text_box.start_30_day_trial .blink_arrow {margin-top:8px;}
	.overlay .overlay_text_box.intro_last_step {padding: 8px;margin-left: 0;margin-right: 0; margin-top:12px; margin-bottom:12px; line-height:22px;}
	.config_guiada_canvas {font-size:15px; margin-top:0; margin-bottom:-10px;}
	.explain_app_container {margin:0;}
	.config_guiada_container .one_step {padding-left:8px;}
	.config_guiada_container .one_step .step_number {width:16px;}
	.config_guiada_container .one_step .help_icon_container {width:34px;}
	.config_guiada_container .one_step {margin-bottom:8px; padding-top:3px; padding-bottom:3px; line-height: 21px;}
	.config_guiada_container .reglas, .config_guiada_container .premios {margin-top:2px; font-size:14px;}
	.config_guiada_table {margin-top:6px; margin-left:0; margin-right:0;}
	.explain_app_container {line-height:20px;}
	.config_guiada_table > div > div > div {padding-top:5px; padding-bottom:5px; padding-left:12px;}
	.config_guiada_table > div > div > div > div {line-height:20px;}
	.config_guiada_table > div > div > div > div > div > div {padding-right:6px;}
	.config_guiada_table > div {border-spacing:0 5px;}
	.kids_explain_config_guiada_end .config_guiada_container {font-size:14px;}
	.kids_explain_config_guiada_end .config_guiada_container .one_step {padding-left:7px; padding-right:0px;}
	.kids_explain_config_guiada_end h1 {display: none;}
	.kids_explain_config_guiada_end .config_guiada_container .one_step {line-height:19px;}
	.kids_explain_config_guiada_end {padding:6px 6px 0 6px !important;}
	.image_button_container.there_are_4_tareas_per_line {width:68px; margin-left: 1px; margin-right: 1px;}
	.image_button_container.there_are_4_tareas_per_line .image_text {font-size:12px;}
	.lines_group_container {padding:9px 6px;}
	.subscription_banner_text {font-size: 14px; width: 110px; padding-top: 10px; padding-bottom: 10px;}
	.base_element {font-size:20px; line-height:22px;}
}

/* ----------- iPhone 12 Mini ----------- */ 
/* 2340x1080 pixels at 476ppi */ 
@media only screen and (min-width: 375px) and (orientation: landscape) {
	
	.image_button_container.there_are_4_tareas_per_line { width:140px; }
}