@charset "utf-8";
/*  
Theme Name: Appyn
Theme URI: https: //themespixel.net/appyn/
Author: ThemesPixel
Author URI: https: //themespixel.net
Description: Theme Wordpress para aplicaciones Android.
Version: 2.0.9
*/
html {
	scrollbar-width: thin;
	scrollbar-color: #5a6071 transparent;
}
html.nofixed {
	overflow: hidden;
}
body {
    font-family: 'Tajawal', sans-serif;
    font-size: 13px;
    color: #4c4c4c;
    background: #e6e9ef;
    margin: 0;
    font-weight: 400;
}
*, *::before, *::after, *:hover, *:focus {
	box-sizing: border-box;
	outline: none;
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
} 
::-webkit-scrollbar-track {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	background: #5a6071;
}
.box-content table::-webkit-scrollbar {
	width: 3px;
}
a {
	text-decoration: none;
	color: #000;
}
ul, ol, li, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	margin: 0;
	padding: 0;
}
b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
}
.lazyload {
	opacity: 0;
}
table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table caption {
    padding: 1em 0;
    font-weight: 600;
}
table td, table th {
    padding: 1em 1.41575em;
    text-align: right;
    vertical-align: top;
    border: 1px solid #F2F2F2;
}
table td p:last-child, table th p:last-child {
    margin-bottom: 0;
}
table th {
    font-weight: 600;
}
table th {
    padding: 1em 1.4575em;
    vertical-align: middle;
    background: #F9F9F9;
}
fieldset {
    padding: 1.618em;
    padding-top: 1em;
    border: 0;
    margin: 0;
    margin-bottom: 1.618em;
    margin-top: 1.618em;
}
fieldset legend {
    font-weight: 600;
    padding: .6180469716em 1em;
    margin-left: -1em;
	border: 0;
}
label {
	line-height: 28px;
}
input[type=email], input[type=password], input[type=search], input[type=text], input[type=url], textarea, textarea:focus, select {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    line-height: 1.618;
    border-radius: 2px;
}
select {
    -webkit-appearance: auto;
}
button, button:focus, input[type=button], input[type=reset], input[type=submit] {
    border: 0;
    cursor: pointer;
    padding: .6em 1.4em;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    background-color: #EEE;
    border-color: #EEE;
    color: #333;
}
table tbody th {
    background: #F4F4F4;
}
table tr:nth-child(even) {
	background: #F9F9F9;
}
fieldset {
	background: #fbfbfb;
}
.container {
	width: 996px;
	max-width: 100%;
	margin: auto;
	position: relative;
	padding: 0;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.wrapper-inside {
	position: relative;
	z-index: 99;
	background: #e6e9ef;
}
.toggle-nav .wrapper-inside > * {
	overflow: hidden;
	transform: translate3d(80%, 0, 0);
	-moz-transform: translate3d(80%, 0, 0);
	-ms-transform: translate3d(80%, 0, 0);
	-o-transform: translate3d(80%, 0, 0);
	-webkit-transform: translate3d(80%, 0, 0);
}
.wrapper-inside > *,
#menu-mobile {
    transition: all ease .2s;
}
#header {
	background: #363b48;
	position: fixed;
	width: 100%;
	border-bottom: 2px solid #1bbc9b;
	z-index: 999;
	height: 60px;
	box-sizing: border-box;
}
#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
}
#header .logo a img {
	display: block;
	max-height: 40px;
	height: 24px;
	width: auto;
}
#header .logo {
	float: right !important;
}
#header nav {
	margin-right: auto;
	flex: none;
}
#header nav .menu {
	margin: auto;
	float: right;
}
#header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header nav ul li {
	float: right;
	margin-right: 1px;
	position: relative;
}
#header nav ul li.current-menu-item a {
	background: #1bbc9b;
	border-radius: 3px;
	color: #FFF;
}
#header nav a {
	color: #FFF;
	display: block;
	line-height: 35px;
	padding: 0 15px;
	position: relative;
	font-size: 13px;
	font-weight: 600;
}
#header nav .menu > li > a::before {
	content: '';
	width: 0;
    height: 100%;
	background: #1bbc9b;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	z-index: -1;
	border-radius: 3px;
}
#header nav .menu li:hover a::before {
	width: 100%;
}
#header nav .menu li.menu-item-has-children a {
    padding-left: 25px;
	padding-right: 15px;
}
#header nav .menu > li.menu-item-has-children > .sub-menu::before {
    color: #1bbc9b;
    border-bottom: 2px solid #1bbc9b;
    content: "\f0d8";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    line-height: 8px;
    position: relative;
    margin-top: -10px;
    left: 0;
    padding-left: 15px;
    display: block;
}
#header nav .menu > li > .sub-menu {
	display: block;
	position: absolute;
	z-index: 9;
	background: #1d222d;
	border-radius: 3px;
	max-height: 0;
	overflow: hidden;
}
#header nav .menu > li.menu-item-has-children:hover .sub-menu {
	max-height: 450px;
}
#header nav .menu > li.menu-item-has-children:hover .sub-menu:hover {
	overflow-y: auto;
}
#header nav .menu .sub-menu li {
	display: inherit;
	margin-right: 0;
	width: 100%;
}
#header nav .menu .sub-menu li a {
	border: 0;
	box-sizing: border-box;
	display: block;
	font-size: 13px;
	min-width: 180px;
	line-height: 20px;
	padding: 5px 15px;
	text-align: right;
	background: #1d222d;
}
#header nav .menu .sub-menu li a:hover {
	background: rgba(255,255,255,0.15);
}
#header nav .menu .sub-menu li:nth-child(1) a {
	border-radius: 3px 3px 0px 0px;
}
#header nav .menu .sub-menu li:nth-last-child(1) a {
	border-radius: 0 0px 3px 3px;
}
#header nav ul .sub-menu .sub-menu {
    padding-right: 15px;
}
#header nav .menu > li.menu-item-has-children > a::after {
	color: #FFF;
  	content: '\f0d7';
  	font: normal normal normal 14px/1 FontAwesome;
  	position: absolute;
  	left: 8px;
  	top: 11px;
}
#header nav .menu-open {
	 display: none;
	 font-size: 26px;
	 color: #FFF;
	 text-align: center;
	 cursor: pointer;
	 width: 42px;
	 height: 48px;
	 line-height: 48px;
}
#header nav .menu-open i.fa-bars, #header nav .menu-open i.fa-close{
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NjggMTAyNCI+PHBhdGggZD0iTTAgMTkydjEyOGg3NjhWMTkySDB6bTAgMzg0aDc2OFY0NDhIMHYxMjh6bTAgMjU2aDc2OFY3MDRIMHYxMjh6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 24px;
}
#header nav .menu-open i.fa-close {
	background-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjI0NSA0LjAxNWEuODA4LjgwOCAwIDAgMSAwIDEuMTM5bC02LjI3NiA2LjI3YS44MS44MSAwIDAgMCAwIDEuMTRsNi4yNzMgNi4yNzJhLjgxLjgxIDAgMCAxIDAgMS4xNGwtMi4yODUgMi4yNzdhLjgxNC44MTQgMCAwIDEtMS4xNDIgMGwtNi4yNzEtNi4yNzFhLjgxLjgxIDAgMCAwLTEuMTQxIDBsLTYuMjc2IDYuMjY3YS44MS44MSAwIDAgMS0xLjE0MSAwbC0yLjI4Mi0yLjI4YS44MS44MSAwIDAgMSAwLTEuMTRsNi4yNzgtNi4yNjlhLjgxLjgxIDAgMCAwIDAtMS4xNEwxLjcwOSA1LjE0N2EuODA4LjgwOCAwIDAgMSAwLTEuMTRsMi4yODQtMi4yNzhhLjgxMy44MTMgMCAwIDEgMS4xNDIuMDAxTDExLjQwNSA4YS44MS44MSAwIDAgMCAxLjE0MS4wMDFsNi4yNzYtNi4yNjdhLjgxMi44MTIgMCAwIDEgMS4xNDEgMGwyLjI4MiAyLjI4MXoiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==')
}
#header nav ul.menu.active {
	right: 0;
    background: #FFF;
    box-shadow: inset 2px 0 4px 0 #d2d1d1;
}
#header nav ul.menu.active li {
	display: block;
	float: none;
}
#header nav ul.menu.active li a {
	color: #444;
	padding-left: 20px;
}
body.fixed #header {
	z-index: 999;
}
#menu-mobile {
	position: fixed;
	background: #1d222d;
	width: 80%;
	right: auto;
	left: 0;
	overflow-y: auto;
	height: 100%;
	z-index: 999;
	visibility: hidden;
	transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}
body.toggle-nav #menu-mobile {
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
#menu-mobile ul li {
	margin-right: 0;
	position: relative;
}
#menu-mobile ul li a {
	display: block;
	padding: 12px 15px;
	border-top: 1px solid rgba(255,255,255,0.05);
	border-bottom: 1px solid #000;
	color: #FFF;
	position: relative;
}
#menu-mobile > ul > li > a {
	font-size: 15px;
}
#menu-mobile > ul > li > ul > li > ul > li a {
	font-size: 12px;
}
#menu-mobile ul li.menu-item-has-children i {
	position: absolute;
	left: 0;
	padding: 17px 14px 18px;
	border-left: 1px solid rgba(255,255,255,0.05);
	cursor: pointer;
	color: #6b6c6c;
	font-size: 11px;
	z-index: 999;
	top: 0;
}
#menu-mobile ul ul li.menu-item-has-children i {
	padding: 12px 14px 11px;
}
#menu-mobile ul li.menu-item-has-children > a {
	padding-left: 60px;
	padding-right: 15px;
}
#menu-mobile ul li .sub-menu {
	display: none;
}
#menu-mobile ul ul a {
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#menu-mobile ul ul ul a {
	padding-left: 40px;
}
#menu-mobile ul.social {
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.05);
}
#menu-mobile ul.social li {
	display: inline-block;
}
#menu-mobile ul.social li a {
	padding: 12px 10px;
	font-size: 17px;
	border: 0;
}
#menu-mobile ul.social li a:hover {
	background: transparent !important;
	opacity: .8;
}
/**/

#subheader {
	padding: 80px 0px 20px;
	background: #434854;
	color: #FFF;
	text-align: center;
	border-bottom: 2px solid #1bbc9b;
	position: relative;
	margin-bottom: 20px;
}
#subheader .imgbg {
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}
#subheader .imgbg img {
    position: absolute;
    width: 120%;
    max-width: inherit;
    opacity: 0.3 !important;
}
#subheader .subcontainer {
	width: 730px;
	max-width: 100%;
	margin: auto;
	position: relative;
}
#subheader h1 {  
    font-size: 40px;
	padding-bottom: 20px;
	font-weight: 300;
	line-height: 46px;
}
#subheader h2 {  
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;}


#subheader #searchBox {
	text-align: center;
	width: 600px;
	max-width: 100%;
	margin: 0 auto 0;
	position: relative;
}
#subheader #searchBox  i.fa-search{
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMjE2IDgzMnEwLTE4NS0xMzEuNS0zMTYuNVQ3NjggMzg0IDQ1MS41IDUxNS41IDMyMCA4MzJ0MTMxLjUgMzE2LjVUNzY4IDEyODB0MzE2LjUtMTMxLjVUMTIxNiA4MzJ6bTUxMiA4MzJxMCA1Mi0zOCA5MHQtOTAgMzhxLTU0IDAtOTAtMzhsLTM0My0zNDJxLTE3OSAxMjQtMzk5IDEyNC0xNDMgMC0yNzMuNS01NS41dC0yMjUtMTUwLTE1MC0yMjVUNjQgODMydDU1LjUtMjczLjUgMTUwLTIyNSAyMjUtMTUwVDc2OCAxMjh0MjczLjUgNTUuNSAyMjUgMTUwIDE1MCAyMjVUMTQ3MiA4MzJxMCAyMjAtMTI0IDM5OWwzNDMgMzQzcTM3IDM3IDM3IDkweiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	padding:0 35px;
}
#subheader #searchBox form {
	overflow: hidden;
}
#subheader #searchBox form.wait::after {
    content: '';
    position: absolute;
    left: 75px;
    top: 0;
    width: 30px;
    background: url(images/loading.svg) center no-repeat;
    background-size: contain;
    height: 100%;
}
#subheader #searchBox form input[type=text]{
	width: 100%;
	padding: 0 20px 0px 120px;
	border: 0;
	float: right;
	font-size: 16px;
	height: 44px;
	margin-left: -70px;
	position: relative;
	border-radius: 2px;
}
#subheader #searchBox form button {
	background: #1bbc9b;
	color: #FFF;
	border: 0;
	line-height: 44px;
	padding: 0 25px;
	box-sizing: border-box;
	font-size: 21px;
	float: left;
	min-width: 70px;
	width: 70px;
	height: 44px;
	cursor: pointer;
	position: relative;
	border-radius: 2px 0px 0px 2px;
}
#subheader #searchBox ul {
	background: #1d222d;
	clear: both;
	position: absolute;
	top: 44px;
	z-index: 99;
	width: 100%;
	max-height: 255px;
	overflow-x: auto;
	scrollbar-width: thin;
}
#subheader #searchBox ul li a {
	color: #FFF;
	display: block;
	padding: 10px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	word-break: break-word;
}
#subheader #searchBox ul li a:hover {
	background: rgba(255,255,255,0.1);
}
#subheader.np #searchBox ul li a:hover {
	background: rgba(255,255,255,0.4);
}
#subheader #searchBox ul li a .bloque-imagen {
	flex: none;
	width: 75px;
	height: 75px;
}
#subheader #searchBox ul li a img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#subheader.np {
	background: #ffffff;
	padding: 75px 25px 15px;
	box-sizing: border-box;
	border: 0;
	width: 996px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
	box-shadow: 2px 2px 2px 0px #d2d1d1;
	overflow: initial;
}
#subheader.np #searchBox {
	margin: inherit;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 0;
}
#subheader.np .social {
 	display: -webkit-box;
 	display: -moz-box;
 	display: -ms-flexbox;
 	display: -webkit-flex;
 	display: flex;
 	text-align: center;
 	vertical-align: middle;
 	margin: 0;
 	flex: none;
}
#subheader.np .social li:nth-child(1) {
	margin-right: 25px;
}
#subheader.np .social li a {
	opacity: 1;
}
#subheader.np .social li a:hover {
	opacity: .8;
}
#subheader.np #searchBox form {  
	padding: 0;
}
#subheader.np #searchBox form input[type=text] {
	background: #F2F2F2;
} 
#subheader.np #searchBox form button, #subheader .np .social li a { 
    background: #1bbc9b;
}
#subheader.np #searchBox ul {
	top: 44px;
	background: #F2F2F2;
}
#subheader.np #searchBox ul li:nth-child(1) {
	border-top: 1px solid #d9d9d9;
}
#subheader.np #searchBox ul li a {
	color: #444;
	display: flex;
	/* align-items: center; */
}
#subheader #searchBox ul li a span {
    font-size: 11px;
    color: #777;
}
#subheader.np .social li a.facebook {  
	background: #3b5998;
}
#subheader.np .social li a.twitter {  
	background: #55acee;
}
#subheader.np .social li a.google-plus {  
	background: #dd4b39;
}
#subheader.np .social li a.instagram {  
	background: #125688;
}
#subheader.np .social li a.youtube {  
	background: #bb0000;
}
#subheader.np .social li a.pinterest {  
	background: #cb2027;
}

.left {
	float: right;
}
.right {
	float: left;
}
#main-site {
	overflow: hidden;
}
.section {
	margin-bottom: 30px;
	clear: both;
}
.section .title-section {
	font-size: 22px;
	font-weight: 300;
	padding-bottom: 10px;
	margin: 0 10px 10px;
	border-bottom: 1px solid #eaeaea;
}
.section .bloque-apps {
	font-size: 11px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.section .bloque-app, .relacionados .bloque-app {
	font-weight: 400;
	padding: 5px;
	text-align: center;
	width: 11.11111%;
}
.category .section .bloque-app {width:16.6666666%}
.bloque-app .bloque-imagen {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.bloque-imagen.bi_ll {
	background: #EEE;
}
#footer .bloque-imagen.bi_ll {
	background: #282d3a;
}
.bloque-status {
    position: absolute;
    top: -22px;
    right: -31px;
    width: 101px;
    margin: auto;
    text-align: center;
    padding: 4px 11px;
    font-size: 12px;
	line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 8;
    display: block;
    transform: rotate(45deg);
    transform-origin: left bottom;
    color: #FFF;
}
.bloque-status.bs-new {
    background: #d22222;
}
.bloque-status.bs-update {
    background: #19b934;
}
.bloque-app .bloque-imagen img {
	position: absolute;
	left: 0;
	display: block;
    height: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 0;
    margin: auto;
}
.section .bloque-app{float:right}
.section .bloque-app a {
	box-shadow: 2px 2px 2px 0px #e3e3e3;
	background: #FFF;
	position: relative;
	display: block;
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.section .bloque-app a > img, .relacionados .bloque-app a > img {
	display: block;
	margin: auto;
	max-height: 150px;
}
.section .bloque-app .title, .section .bloque-app .developer, .relacionados .bloque-app .title, .relacionados .bloque-app .developer, .bloque-app .app-date {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 0 3px;
	color: #444;
	height: 19px;
}
.section .bloque-app .title{direction:ltr;}
.section .bloque-app .developer, .bloque-app .app-date, .relacionados .bloque-app .developer {
	color: #CCC;
	font-size: 12px;
	margin: 0;
	height: 17px;
	margin-top: 2px;
}
.section .bloque-app .px-postmeta, .relacionados .bloque-app .px-postmeta {
	background: #fafafa;
	border-top: 1px solid #eaeaea;
	padding: 5px 16px 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #1bbc9b;
}
.section .bloque-app .px-postmeta .version, .relacionados .bloque-app .version {
	color: #717171;
    font-size: 11px;
    height: 18px;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.section .bloque-app .px-postmeta .box-rating , .relacionados .bloque-app .box-rating {
	margin-top: 3px;
}
.section .bloque-app .px-postmeta .box-rating .rating, .relacionados .bloque-app .box-rating .rating {
	float: none;
	margin: auto;
}
.section .bloque-app a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(29, 34, 45, 0.5);
	opacity: 0;
	z-index: 9;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	border-bottom: 2px solid #1bbc9b;
}

.section .bloque-app a:hover::before, .section .bloque-app a:hover::after {
	opacity: .1;
}
.bloque-blogs .px-col {
    width: 50%;
    flex: none;
    padding: 10px;
}
.bloque-blog {
	background: #FFF;
	padding: 20px;
	display: flex;
	border-bottom: 2px solid #1bbc9b;
	border-radius: 2px;
}
.bloque-blog .bb-image {
	width: 128px;
	margin-right: 15px;
	flex: none;
}
.section .bloque-blog .bb-image {
	margin-left: 15px;
	margin-right: 0;
}
.bloque-blog img {
	width: 128px;
	height: 128px;
	display: block;
}
.bloque-blog a.title {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: #444;
}
.bloque-blog a.title:hover {
	color: #1bbc9b;
}
.bloque-blog .date {
	color: #CCC;
	font-size: 12px;
	display: block;
	margin: 9px 0px;
}
.bloque-blog .excerpt {
	overflow: hidden;
}
.bloque-blog .excerpt p {
	margin: 0;
}
.section.blog {
	float: right;
    width: 780px;
	max-width: 100%;
    background: #FFF;
    box-shadow: 2px 2px 2px 0px #d2d1d1;
    padding: 20px 25px;
    overflow: hidden;
    margin-bottom: 20px;
}
.section.blog .title-section, .section.blog .pagination  {
	margin-left: 0;
	margin-right: 0;
}
.section.blog .pagination .current,
.section.blog .pagination .page-numbers, 
.section.blog .pagination a {
    background: #F2F2F2;
}
.section.blog .bloques {
	margin-top: 15px;
}
.section.blog .bloques li {
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.section.blog .bloques li:nth-last-child(1) {
	border: 0;
	padding-bottom: 0;
}
.section.blog .bloques li .scim {
	float: right;
	margin: 0 0 15px 15px;
}
.section.blog .bloques li a .bloque-imagen img {
	display: block;
}
.section.blog .bloques li .s2 {
	overflow: hidden;
}
.section.blog .bloques li .s2 .px-postmeta {
    color: #9f9f9f;
    margin: 7px 0px;
    font-size: 12px;
}
.aplication-page .px-postmeta > span,
.section.blog .bloques li .s2 .px-postmeta > span {
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.aplication-page .px-postmeta a:hover,
.section.blog .bloques li .s2 .px-postmeta a:hover  {
	text-decoration: underline;
}
.section.blog .bloques li a.title {
    font-weight: 600;
    font-size: 22px;
    color: #444;
}
.section.blog .bloques li a.title:hover {
    color: #1bbc9b;
}
.section.blog .bloques li .excerpt p {
	margin: 0;	
}

.aplication-single .box::before,
.aplication-single .box::after,
.ads_single_top::after,.ads_single_top::before {
	content: '';
	display: table;
}
.bs1{height:280px !important}
.aplication-single .box::after {
	clear: both;
}
.list-downloadlinks,
.list-downloadlinks li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-downloadlinks {
	margin-left: -5px;
	margin-right: -5px;
}
.list-downloadlinks li {
    display: inline-block;
    padding: 5px;
}
.list-downloadlinks li a:hover {
    color: #FFF;
}
.list-downloadlinks li a.dapk_b {
    display: block;
    padding-right: 15px;
    padding-left: 47px;
    font-weight: 600;
    margin: 0;
    text-transform: inherit;
    font-size: 14px;
    text-decoration: none;
}
.list-downloadlinks.ldl-b {
	text-align: center;
}
.list-downloadlinks.ldl-c li {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
} 
.dl-verified {
    margin: 10px 0;
    font-weight: 600;
}
.dl-verified i {
    font-size: 18px; 
    color: #2ECC71;
    vertical-align: bottom;
    margin-right: 5px;
}
#dl-telegram {
    background: #0084C6;
    display: inline-block;
    width: auto;
    padding-right: 50px;
    padding-left: 16px;
    margin: 0;
    text-transform: inherit;
    text-decoration: none;
    border-radius: 50px;
	font-size: 12px;
}
#dl-telegram i {
	border-radius: 50px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzY0IDExcTMzIDI0IDI3IDY0bC0yNTYgMTUzNnEtNSAyOS0zMiA0NS0xNCA4LTMxIDgtMTEgMC0yNC01bC00NTMtMTg1LTI0MiAyOTVxLTE4IDIzLTQ5IDIzLTEzIDAtMjItNC0xOS03LTMwLjUtMjMuNVQ2NDAgMTcyOHYtMzQ5bDg2NC0xMDU5LTEwNjkgOTI1LTM5NS0xNjJxLTM3LTE0LTQwLTU1LTItNDAgMzItNTlMMTY5NiA5cTE1LTkgMzItOSAyMCAwIDM2IDExeiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}
.entry {
	overflow: hidden;
}
.entry h1 {
    margin: 25px 0;
}
.entry h2 {
    margin: 20px 0;
}
.entry h3 {
    margin: 18px 0;
}
.entry h4 {
    margin: 16px 0;
}
.entry h5 {
    margin: 15px 0;
}
.entry, .section.blog .bloques li .excerpt, 
.aplication-single .entry,
.aplication-single .box-content {
    font-weight: 400;
    font-size: 16px;
    color: #4c4c4c;
	line-height: 28px;
}
.aplication-page .entry {
	margin-top: 10px;
}
.aplication-page .entry p:nth-of-type(1) {
	margin-top: 0;
}
.entry blockquote {
    border-left: 4px solid #F2F2F2;
    padding: 0 15px 0px 15px;
    font-style: italic;
}
.entry .aligncenter {
	display: block;
	margin: auto;
	text-align: center;
}

.entry pre {
	word-break: break-word;
}
.entry .alignleft {
	float: left;
	margin: 0 15px 15px 0px;
}
.entry .alignright {
	float: right;
	margin: 0 0px 15px 15px;
}
.entry .wp-caption {
	background: #F2F2F2;
	overflow: hidden;
	padding: 15px;
	text-align: center;
	max-width: 100%;
}
.entry .wp-caption a {
	display: block;
}
.entry .wp-caption img {
	border-color: #FFF;
	box-shadow: none;
	padding: 0;
}
.entry .wp-caption .wp-caption-text {
	margin: 0;
	font-size: 13px;
	line-height: initial;
}
.entry ol, .entry ul {
    margin: 0 20px 20px 0;
}
.entry li {
	margin: 0 0 5px 0;
}
.entry ol li {
	list-style: outside decimal;
}
.entry ul li {
	list-style: outside disc;
	list-style-image: none;
}
.entry h1 {
	line-height: 30px;
}
.entry iframe {
    max-width: 100%;
    max-height: 450px;
}
.section.blog .bloques li .excerpt .readmore a {
	background: #1bbc9b;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	clear: both;
	padding: 2px 10px;
	margin-top: 10px;
	float: left;
	font-size: 11px;
	border-radius: 2px;
}
.section.blog .bloques li .excerpt .readmore a:hover {
	background: #41495d;
}
.section a.more {
	background: #1bbc9b;
	color: #FFF;
	display: block;
	font-weight: 600;
	width: 225px;
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 2px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-right: 1px solid rgba(0,0,0,0.3);
	text-align: center;
	margin: auto;
	clear: both;
}
.section a.more:hover {
	opacity: .8;
}
.section .bloque-app-second {
	background: #FFF;
	overflow: hidden;
	box-shadow: 2px 2px 2px 0px #EEE;
	border-bottom: 2px solid #d6dae0;
	padding: 10px;
	display: flex;
	position: relative;
	border-radius: 2px;
}
.section .bloque-app-second > a {
	flex: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 2px 2px 0 0;
}
.section .bloque-app-second > a:hover {
	background: rgba(29, 34, 45, 0.05);
}
.bap-c {
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.section .bloque-app-second .bloque-imagen {
	width: 75px;
	height: 75px;
	float: right;
	margin-left: 10px;
	position: relative;
	overflow: hidden;
	flex: none;
}
.section .bloque-app-second img {
	display: block;
}
.section .bloque-app-second .title, 
.section .bloque-app-second .developer, 
.section .bloque-app-second .app-date {
	color: #444;
	font-weight: 600;
	font-size: 14px;
	display: block;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.section .bloque-app-second .developer,
.section .bloque-app-second .app-date,
.section .bloque-app-second .px-postmeta {
	font-weight: 400;
	color: #a8a8a8;
	font-size: 12px;
	height: inherit;
	margin-top: 3px;
}
.section .bloque-app-second .px-postmeta {
	margin-top: 4px;
}
.section .bloque-app-second .box-rating {
	float: left;
}
.rating {
	display: block;
	height: 15px;
	width: 75px;
	float: right;
}
.rating .stars {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAP1BMVEUAAAD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gCUYkgMAAAAFHRSTlMAbArKcFcY0ZKIYJqMhD4pE9nElUDbnKIAAABdSURBVAjXbc1HEoAgDAVQEyA0KWruf1YRAWX0b+ClTJb/pJAmO1aTDZs388Y6t78EcAczGwcgizU/EcVoBwPWDaXv5jixVttOEtU7NcdrttTiGPe0kO8LKAH788kJWEYFSLtTwmMAAAAASUVORK5CYII=') right;
	display: block;
	height: 15px;
	width: 100%;
}
.rating .stars.hover {
	background: none;
}
.box-rating .rating {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAWlBMVEUAAAD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wD/2wAgbKKTAAAAHXRSTlMAVQHviBDNvYD0LyEUCgbb0cikgnZPSDga4GRjJGUmpXsAAAB3SURBVAjXdY9HDsNACEUHmN7cSwr3v2Y8DgtHilkAT/p60lc3o39x5fWKaB8WLwyUCORPoF2Y1RychtRMbP1SVF285WbFsctnMHfj6ahuKMcpg6tfg+F47MhGjDtnjGh4F94C9NwDbcLANL0nYhB+etMs/vWn1wfMkgSGZ6IN2gAAAABJRU5ErkJggg==') right;
}
.box-rating .ratings-click {
	width: 75px;
	display: block;
	height: 15px;
	position: absolute;
	top: 0;
}
.box-rating .ratings-click .rating-click {
	width: 15px;
	height: 15px;
	display: inline-block;
	float: right;
}
.box-rating:not(.voted) .ratings-click .rating-click {
	cursor: pointer;
}
.box-rating .ratings-click .rating-click.active {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAP1BMVEUAAAD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gD/2gCUYkgMAAAAFHRSTlMAbArKcFcY0ZKIYJqMhD4pE9nElUDbnKIAAABdSURBVAjXbc1HEoAgDAVQEyA0KWruf1YRAWX0b+ClTJb/pJAmO1aTDZs388Y6t78EcAczGwcgizU/EcVoBwPWDaXv5jixVttOEtU7NcdrttTiGPe0kO8LKAH788kJWEYFSLtTwmMAAAAASUVORK5CYII=');
  background-repeat: repeat-x;
}
.box-rating .rating-text {
	display: block;
	text-align: center;
	font-weight: 600;
}
.rating-loading {
	background: url(images/loading.svg) center no-repeat rgba(255,255,255,0.7);
	width: 100%;
	height: 47px;
	background-size: contain;
	margin-top: 6px;
	position: absolute;
	top: 0;
}

.ratingBoxMovil {
    position: fixed;
    background: rgba(0,0,0,0.7);
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999;
}
.ratingBoxMovil .box-rating .rating-text {
    margin-top: 10px;
}
.ratingBoxMovil .box-rating.movil {
    top: 50%;
    z-index: 9999999;
    position: absolute;
    width: 165px;
    background: #FFF;
    padding: 20px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.ratingBoxMovil button {
    display: none;
    background: #1bbc9b;
    border: 0;
    color: #FFF;
    margin: 15px auto 0px;
    display: block;
    padding: 5px 10px;
}
.ratingBoxMovil .rating-loading {
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    background-size: 41px;
    z-index: 999;
}

.section .bloque-app-second .hover {
	display: none;
}


.si-prev, .si-next {
	position: absolute;
	top: 0;
	left: 15px;
	height: 96%;
	vertical-align: middle;
	font-size: 30px;
	cursor: pointer;
	width: 45px;
	background: transparent;
	padding: 0;
	text-align: left;
}
.si-next {
	right: 15px;
	left: inherit;
	text-align: right;
}
.si-prev i, .si-next i {
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	top: 50%;
	margin: auto;
	left: 0;
	right: 0;
	color: #979aa1;
	width: 45px;
	display: flex;
	width: 45px;
	height: 45px;
	line-height: 0;
	justify-content: center;
	align-items: center;
}  
.pagination-wrap {
	clear: both;
	padding: 10px 10px 0;
}
.post-type-archive-blog .pagination-wrap {
	padding-left: 0;
	padding-right: 0;
}
.pagination {
	list-style: none;
	padding: 0;
	clear: both;
	font-size: 14px;
}
.pagination a, .pagination .current {
    color: #41495d;
    background: #FFF;
    padding: 9px 12px 9px 12px;
    display: inline-block;
    margin-right: 4px;
	margin-bottom: 4px;
    font-weight: 500;
    border-radius: 2px;
}
.pagination .current, .pagination .page-numbers{
    color: #41495d;
    background: #FFF;
}
.pagination a:hover, .pagination .page-numbers.current {
    background: #1bbc9b;
    color: #FFF;
}
.pagination li {
	display: inline-block;
}
.pagination .dots {
	display: inline-block;
	background: transparent;
	margin-right: 4px;
}

/*HOVER*/
.aplication-single .downloadAPK:not(.danv):hover, .aplication-single .downloadAPK.danv:hover, .aplication-single .s2 .meta-cats a:hover, .aplication-single .readmore:hover, .aplication-single .etiquetas a:hover, #comments input[type=submit]:hover, .section a.more:hover, #subheader #searchBox form button:hover, #subheader.np #searchBox form button:hover, .widget.widget_tag_cloud a:hover #box-report input[type=submit]:hover, .widget .search-form input[type=submit]:hover, .widget .wp-block-search .wp-block-search__button:hover, .botones_sociales.color a.facebook:hover, .botones_sociales.color a.twitter:hover, .botones_sociales.color a.pinterest:hover, .botones_sociales.color a.telegram:hover, .botones_sociales.color a.whatsapp:hover, #dl-telegram:hover {
	background: #41495d;
}

/*Single*/

.aplication-single, .aplication-page {
	float: left;
	width: 780px;
    max-width: 100%;
}
#breadcrumbs {
	margin-bottom: 5px;
	color: #c6c6c6;
	overflow: hidden;
	padding: 0;
	margin: 0 0 5px;
}
#breadcrumbs li {
	float: right;
	margin-left: 5px;
}
#breadcrumbs a {
    color: #c6c6c6;
}
#breadcrumbs a:hover {
	color: #000;
}
.aplication-single .box, .aplication-page .box {
	background: #FFF;
	box-shadow: 2px 2px 2px 0px #d2d1d1;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 2px;
}
.aplication-single .box h2.box-title, .aplication-single .box h3.box-title, .aplication-page .box h1.box-title, .box #reply-title, .box .comments-title {
	color: #ababab;
	font-size: 17px;
	border-bottom: 1px solid #eaeaea;
	text-transform: uppercase;
	margin: -20px -25px 15px;
	padding: 15px 25px;
	position: relative;
	display: block;
}
#versiones table thead th:nth-child(1),
#versiones table thead th:nth-child(2),
#versiones table thead th:nth-child(3) {
    min-width: 130px;
}
.box #reply-title{
	margin-top: 0;
	padding-top: 0;
}
.form-submit {
	margin-bottom: 0;
}
.aplication-page .box h1.box-title {
    text-transform: initial;
    font-size: 27px;
    color: #444;
    padding-top: 0;
    margin-top: 5px;
}
.aplication-single .box h2.box-title::after, .aplication-single .box h3.box-title::after, .aplication-page .box h1.box-title::after, .box #reply-title::after, .box .comments-title::after {
	content: '';
	position: absolute;
	right: 25px;
	bottom: -3px;
	width: 45px;
	height: 5px;
	background: #1bbc9b;
	border-radius: 1px;
}
.aplication-single .box .entry a,
.aplication-single .box .box-content a,
.aplication-page .box .entry a {
	color: #1bbc9b;
}
.aplication-page .px-postmeta {
	color: #8e8e8e;
}
.aplication-page .px-postmeta a:hover {
	text-decoration: underline;
}
.aplication-single h1 {
	font-size: 28px;
	line-height: 48px;
	color: #4c4c4c;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
	word-break: break-word;
}
.aplication-single h4.version {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #bbbbbb;
	font-weight: 600;
}
.aplication-single .s1 {
	margin: 0 0 0px 10px;
	width: 80px;
	position: relative;
	z-index: 9;
	overflow: hidden;
	text-align:center
}
.aplication-single .box-versions .s1 {
	width: 120px;
}
.aplication-single .s1 .box-rating {
	text-align: center;
	margin-top: 6px;
	position: relative;
}
.aplication-single .s2 {
	width: 100%;
	padding-right: 90px;
	margin-right: -90px;
}
.aplication-single .box-versions .s2 {
	padding-right: 140px;
	margin-right: -140px;
}
.aplication-single .s2 .meta-cats {
	margin: 10px 0px 6px;
	display: inline-block;
}
.aplication-single .s2 .amount-app {
	display: inline-block;
}
.aplication-single .s2 .amount-app li {
	background: #e14444;
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 10px 3px;
    margin-right: 5px;
    font-weight: 600;
}
.post-categories,
.post-categories li {
	display: inline-block;
}
.aplication-single .s2 .meta-cats a {
	background: #1bbc9b;
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	padding: 2px 10px 3px;
	margin-left: 5px;
	font-weight: 600;
}
.descripcion {
	text-align: justify;
    margin: 14px 0px 6px;
    line-height: 21px;
}
.aplication-single .downloadAPK {
	background: #1bbc9b;
	color: #FFF;
	width: 100%;
	display: block;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 8px 40px 8px 40px;
	position: relative;
	overflow: hidden;
	font-size: 24px;
}
.aplication-single .s1 .downloadAPK {
	font-size: 13px;
	padding-right: 33px;
}
.aplication-single .s1 .downloadAPK i {
	font-size: 10px;
}
.aplication-single .downloadAPK.danv {
	background-color: #f94040;
}
.aplication-single .downloadAPK.dapk_b {
    padding-right: 47px;
    padding-left: 15px;
	background: #6ba935 !important;
}
.aplication-single .downloadAPK i, .aplication-single .bx-download ul li a i {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	padding: 0 20px;
	display: flex;
	align-items: center;
	font-size: 15px;
	border-right: 1px solid rgba(0,0,0,0.02);
}
.aplication-single .bx-download ul li a i {
	margin-left: 5px;
	margin-right: 0;
}
.aplication-single .downloadAPK i.fa-download, .aplication-single .bx-download ul li a i.fa-download {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMzQ0IDEzNDRxMC0yNi0xOS00NXQtNDUtMTktNDUgMTktMTkgNDUgMTkgNDUgNDUgMTkgNDUtMTkgMTktNDV6bTI1NiAwcTAtMjYtMTktNDV0LTQ1LTE5LTQ1IDE5LTE5IDQ1IDE5IDQ1IDQ1IDE5IDQ1LTE5IDE5LTQ1em0xMjgtMjI0djMyMHEwIDQwLTI4IDY4dC02OCAyOEgxNjBxLTQwIDAtNjgtMjh0LTI4LTY4di0zMjBxMC00MCAyOC02OHQ2OC0yOGg0NjVsMTM1IDEzNnE1OCA1NiAxMzYgNTZ0MTM2LTU2bDEzNi0xMzZoNDY0cTQwIDAgNjggMjh0MjggNjh6bS0zMjUtNTY5cTE3IDQxLTE0IDcwbC00NDggNDQ4cS0xOCAxOS00NSAxOXQtNDUtMTlMNDAzIDYyMXEtMzEtMjktMTQtNzAgMTctMzkgNTktMzloMjU2VjY0cTAtMjYgMTktNDV0NDUtMTloMjU2cTI2IDAgNDUgMTl0MTkgNDV2NDQ4aDI1NnE0MiAwIDU5IDM5eiIgZmlsbD0iI2ZmZmZmZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center;
}
.aplication-single .downloadAPK i.fa-send{
	padding: 0 16px;
}
.aplication-single .s1 .downloadAPK i{
	background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTcuNzAxIDE0LjI3NiA5LjU4Ni05LjU4NWEyLjI2NyAyLjI2NyAwIDAgMSAzLjE5NSAwbC44MDEuOGEyLjI2NiAyLjI2NiAwIDAgMSAwIDMuMTk0TDEzLjk2OCAxNmw3LjMxNSA3LjMxNWEyLjI2NiAyLjI2NiAwIDAgMSAwIDMuMTk0bC0uODAxLjhhMi4yNjUgMi4yNjUgMCAwIDEtMy4xOTUgMGwtOS41ODYtOS41ODdBMi4yNCAyLjI0IDAgMCAxIDcuMDU0IDE2YTIuMjQ4IDIuMjQ4IDAgMCAxIC42NDctMS43MjR6IiBmaWxsPSIjZmZmY2ZjIiBjbGFzcz0iZmlsbC01MTUxNTEiPjwvcGF0aD48L3N2Zz4=');
	padding:0 10px;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
}
.aplication-single .bx-download {
	margin-top: 15px;
}
.aplication-single .bx-download .bxt {
	padding-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
	color: #36a1ff;
	text-align:center
}
.aplication-single .bx-download .bxt.sdl_text{
	color:#4c4c4c
}
.aplication-single .bx-download .bxt.sdl_text span {
	color:#ff0000
}
.show_download_links{
	text-align:center;
	margin-bottom:10px
}
.ldl-b {
	text-align: center;
}
.aplication-single .bx-download ul li a:hover {
	background: rgba(0,0,0,0.1);
}
.aplication-single .bx-download ul li a i {
	padding: 0 15px;
	border-radius: 3px 0px 0px 3px;
}
.aplication-single .box-content > p:nth-last-child(1) {
	margin-bottom: 0;
}
.aplication-single .image-single {
	display: block;
    width: 100%;
    background-size: cover;
    padding-bottom: 100%;
}
.aplication-single .rating, .ratingBoxMovil .rating {
	display: inline-block;
	vertical-align: middle;
	margin: 7px 0px;
	position: relative;
}
.aplication-single .text-rating, .ratingBoxMovil .text-rating {
	display: inline-block;
	vertical-align: middle;
}
.box-rating .rating-text{
	margin-top: 6px;
    margin-right: 5px;
}
.box-rating .text-rating{
	margin-right: 5px;
}
.aplication-single .text-rating b, .ratingBoxMovil .text-rating b {
	font-size: 19px;
	color: #1bbc9b;
}
.aplication-single .box-data-app{
	text-align:center
}
.aplication-single .data-app {
	display: inline-block;
	width: 33.333333%;
}

.aplication-single .data-app span {
	display: inline-block;
	float:right;
	right:0
}
.app-info .data-app span {
	display: block;
    margin-top: 8px;
	float:none;
	text-align:right
}
.aplication-single .data-app span a {
	color: #1bbc9b;
	text-decoration: underline;
}
.aplication-single .entry {
    clear: both;
    overflow: hidden;
    position: relative;
}
.aplication-single .entry.limit::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	bottom: 0;
}
.aplication-single .entry a:hover {
	text-decoration: underline;
}
.aplication-single .entry b, .aplication-single .entry strong {
	font-weight: 600;
}
.aplication-single .readmore {
	color: #FFF;
	margin-top: 10px;
	display: inline-block;
	line-height: 28px;
	border-radius: 3px;
	font-weight: bold;
	background: #1bbc9b;
	padding: 0 15px;
	text-align: center;
}
.aplication-single .entry p {
	margin: 0 0 15px;
}
.aplication-single .iframeBoxVideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	cursor: pointer;
}
.aplication-single .iframeBoxVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.aplication-single .etiquetas a {
	background: #1bbc9b;
	border-radius: 2px;
	font-weight: 600;
	color: #FFF;
	padding: 3px 10px;
	margin: 8px 0px 0px 8px;
	display: inline-block;
	font-size: 13px;
}
#versiones .box-content {
	overflow-y: auto;
}
#versiones table thead tr th {
	border-bottom: 1px solid #e6e9ef;
}
#versiones table tbody tr td a:hover {
	text-decoration: underline;
}

.px-carousel {
	position: relative;
	padding: 0;
}

.px-carousel-nav .px-prev,
.px-carousel-nav .px-next {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	vertical-align: middle;
	font-size: 30px;
	cursor: pointer;
	background: transparent;
	padding: 0;
	text-align: left;
	z-index:9;
}
.px-carousel-nav .px-next {
	left: 35px;
	right: initial
}
#slidehome .px-carousel-nav .px-prev i, #slidehome  .px-carousel-nav .px-next i {
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 17px
}
.px-carousel-nav .px-prev i {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6IiBmaWxsPSIjNzA3MDcwIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=);
}
.px-carousel-nav .px-next i {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzTDgwMCA5NjBsMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBMNjMxIDk4M3EtMTAtMTAtMTAtMjN0MTAtMjNsNDY2LTQ2NnExMC0xMCAyMy0xMHQyMyAxMGw1MCA1MHExMCAxMCAxMCAyM3oiIGZpbGw9IiM3MDcwNzAiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==);
}
.px-carousel-nav .px-prev i:hover, .px-carousel-nav .px-next i:hover {
	opacity:.8
}
.px-carousel-nav .px-prev i::before, 
.px-carousel-nav .px-next i::before {
	position: relative;
	top: -1px;
	left: -1px;
	line-height: 0;
}
.px-carousel-nav .px-next i::before {
	left: initial;
	right: -1px;
}
.px-carousel-wrapper {
	overflow: hidden;
}
.px-carousel-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	height: 100%;
    scrollbar-width: none;
    font-size: 0;
}
.px-carousel-item {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.px-carousel-item:nth-last-child(1) {
	margin-left: 0;
}
#slideimages .px-carousel-item:nth-last-child(1) {
	margin-left: 0;
}
#slidehome {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
#slidehome.pxcn {
	padding-left: 35px;
	padding-right: 35px;
}
#slidehome .px-carousel-item {
	width: 33.333333%;
}
#slideimages .px-carousel-item {
	margin-left: 5px;
	margin-right: 0;
}
#slideimages .px-carousel-item img {
 	max-height: 260px;
 	cursor: pointer;
 	display: block;
	width: auto;
	height: auto;
}
#slideimages .px-prev {
	right: -20px;
	z-index:9;
}
#slideimages .px-prev i{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=);
}
#slideimages .px-next {
	left: -20px;
	z-index: 9;
}
#slideimages .px-next i{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzTDgwMCA5NjBsMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBMNjMxIDk4M3EtMTAtMTAtMTAtMjN0MTAtMjNsNDY2LTQ2NnExMC0xMCAyMy0xMHQyMyAxMGw1MCA1MHExMCAxMCAxMCAyM3oiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==);
}
#slideimages .px-prev i, 
#slideimages .px-next i {
	background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
	background-color:#36a1ff;
	border-radius: 50%;
	color: #FFF;
	border: 5px solid #FFF;
	width: 40px;
	height: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#slideimages .px-prev i::before, 
#slideimages .px-next i::before {
	position: relative;
	top: -1px;
	left: -1px;
	line-height: 0;
}
#slideimages .px-next i::before {
	left: initial;
	right: -1px;
}
#slideimages .px-prev:hover i, 
#slideimages .px-next:hover i {
background-color: #41495d;
color: #FFF;
}
.imageBox {
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.85);
	z-index: 999999;
	width: 100%;
	height: 100%;
}
.imageBox .close {
	color: #afafaf;
	background: #363636;
	position: absolute;
	right: 0;
	padding: 7px;
	font-size: 23px;
	line-height: 12px;
	top: 0;
	cursor: pointer;
	z-index: 99;
}
.imageBox .close:hover {
	color: #FFF;
}
.imageBox .bn {
    color: rgba(255,255,255,0.6);
    position: absolute;
    right: 10px;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    font-size: 70px;
    cursor: pointer;
    text-shadow: 0 0px 3px #000;
    width: 25px;
    z-index: 9;
}
.imageBox .bn.before {
	right: 15px;
	left: initial;
	text-align: left;
}
.imageBox .bn.disabled {
	color: rgba(255,255,255,0.3) !important;
	cursor: no-drop;
}
.imageBox .bn:hover {
	color: #FFF;
}
.imageBox .item {
    max-width: 100%;
    margin: auto;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100%;
    width: 800px;
    color: #FFF;
    text-align: center;
    background: url(images/loading.svg) center no-repeat;
    background-size: 50px;
}
.imageBox .item span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0px;
    font-size: 13px;
}
.imageBox .item img {
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-height: 90%;
    left: 0;
    right: 0;
    padding: 0 15px;
    width: auto;
    height: auto;
}
.imageBox .bn.next {
	left: 15px;
}
.clear {
	clear: both;
}
.botones_sociales {
	list-style: none;
	margin: 0 -5px;
	overflow: hidden;
	padding: 6px 0 0;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.botones_sociales li {
    display: inline-block;
    list-style: none;
    margin: 10px 5px 0;
    flex: none;
	width: 112px;
	position:relative
}
.botones_sociales li.ws {
	display: none;
}
.etiquetas {
	clear: both;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.botones_sociales a {
	display: block;
	font-size: 11px;
	padding: 1px 30px 3px 5px;
	text-align: right;
	text-decoration: none;
	min-height: 27px;
	line-height: 27px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.botones_sociales a i {
	font-size: 15px;
	padding: 0px 30px 0 0;
	text-align: initial;
	display: inline-block;
	vertical-align: baseline;
	width: 20px;
	position: relative;
	top: 0;
	background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    position: absolute;
    right: 0;
    height: 100%;
}

.botones_sociales a.facebook, 
.botones_sociales.color a.facebook {
	background: #4864a0;
	color: #FFF;
}
.botones_sociales a.facebook i{
	background-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMzQzIDEydjI2NGgtMTU3cS04NiAwLTExNiAzNnQtMzAgMTA4djE4OWgyOTNsLTM5IDI5NmgtMjU0djc1OUg3MzRWOTA1SDQ3OVY2MDloMjU1VjM5MXEwLTE4NiAxMDQtMjg4LjVUMTExNSAwcTE0NyAwIDIyOCAxMnoiIGZpbGw9IiNmZmZmZmYiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==');
}
.botones_sociales a.twitter, .botones_sociales.color a.twitter {
	background: #1DA1F2;
	color: #FFF;
}
.botones_sociales a.twitter i {
	background-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjg0IDQwOHEtNjcgOTgtMTYyIDE2NyAxIDE0IDEgNDIgMCAxMzAtMzggMjU5LjVUMTM2OS41IDExMjUgMTE4NSAxMzM1LjV0LTI1OCAxNDYtMzIzIDU0LjVxLTI3MSAwLTQ5Ni0xNDUgMzUgNCA3OCA0IDIyNSAwIDQwMS0xMzgtMTA1LTItMTg4LTY0LjVUMjg1IDEwMzNxMzMgNSA2MSA1IDQzIDAgODUtMTEtMTEyLTIzLTE4NS41LTExMS41VDE3MiA3MTB2LTRxNjggMzggMTQ2IDQxLTY2LTQ0LTEwNS0xMTV0LTM5LTE1NHEwLTg4IDQ0LTE2MyAxMjEgMTQ5IDI5NC41IDIzOC41VDg4NCA2NTNxLTgtMzgtOC03NCAwLTEzNCA5NC41LTIyOC41VDExOTkgMjU2cTE0MCAwIDIzNiAxMDIgMTA5LTIxIDIwNS03OC0zNyAxMTUtMTQyIDE3OCA5My0xMCAxODYtNTB6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=');
}
.botones_sociales a.pinterest, 
.botones_sociales.color a.pinterest {
	background: #c8232c;
	color: #FFF;
}
.botones_sociales a.pinterest i{
	background-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0yNTYgNTk3cTAtMTA4IDM3LjUtMjAzLjVUMzk3IDIyN3QxNTItMTIzIDE4NS03OFQ5MzYgMHExNTggMCAyOTQgNjYuNVQxNDUxIDI2MHQ4NSAyODdxMCA5Ni0xOSAxODh0LTYwIDE3Ny0xMDAgMTQ5LjUtMTQ1IDEwMy0xODkgMzguNXEtNjggMC0xMzUtMzJ0LTk2LTg4cS0xMCAzOS0yOCAxMTIuNXQtMjMuNSA5NS0yMC41IDcxLTI2IDcxLTMyIDYyLjUtNDYgNzcuNS02MiA4Ni41bC0xNCA1LTktMTBxLTE1LTE1Ny0xNS0xODggMC05MiAyMS41LTIwNi41VDYwNCA5NzJ0NTItMjAzcS0zMi02NS0zMi0xNjkgMC04MyA1Mi0xNTZ0MTMyLTczcTYxIDAgOTUgNDAuNVQ5MzcgNTE0cTAgNjYtNDQgMTkxdC00NCAxODdxMCA2MyA0NSAxMDQuNXQxMDkgNDEuNXE1NSAwIDEwMi0yNXQ3OC41LTY4IDU2LTk1IDM4LTExMC41IDIwLTExMSA2LjUtOTkuNXEwLTE3My0xMDkuNS0yNjkuNVQ5MDkgMTYzcS0yMDAgMC0zMzQgMTI5LjVUNDQxIDYyMXEwIDQ0IDEyLjUgODV0MjcgNjUgMjcgNDUuNVQ1MjAgODQ3cTAgMjgtMTUgNzN0LTM3IDQ1cS0yIDAtMTctMy01MS0xNS05MC41LTU2dC02MS05NC41LTMyLjUtMTA4VDI1NiA1OTd6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=');
}
.botones_sociales a.telegram, 
.botones_sociales.color a.telegram {
	background: #0088cc;
	color: #FFF;
}
.botones_sociales a.telegram i{
	background-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIj48cGF0aCBkPSJNOTUgOS45Yy0xLjMtMS4xLTMuNC0xLjItNy0uMS0yLjUuOC0yNC43IDkuMi00NC4zIDE3LjMtMTcuNiA3LjMtMzEuOSAxMy43LTMzLjYgMTQuNS0xLjkuNi02IDIuNC02LjIgNS4yLS4xIDEuOCAxLjQgMy40IDQuMyA0LjcgMy4xIDEuNiAxNi44IDYuMiAxOS43IDcuMSAxIDMuNCA2LjkgMjMuMyA3LjIgMjQuNS40IDEuOCAxLjYgMi44IDIuMiAzLjIuMS4xLjMuMy41LjQuMy4yLjcuMyAxLjIuMy43IDAgMS41LS4zIDIuMi0uOCAzLjctMyAxMC4xLTkuNyAxMS45LTExLjYgNy45IDYuMiAxNi41IDEzLjEgMTcuMyAxMy45bC4xLjFjMS45IDEuNiAzLjkgMi41IDUuNyAyLjUuNiAwIDEuMi0uMSAxLjgtLjMgMi4xLS43IDMuNi0yLjcgNC4xLTUuNCAwLS4xLjEtLjUuMy0xLjIgMy40LTE0LjggNi4xLTI3LjggOC4zLTM4LjcgMi4xLTEwLjcgMy44LTIxLjIgNC44LTI2LjguMi0xLjQuNC0yLjUuNS0zLjIuMy0yIC41LTQuMy0xLTUuNnpNMzAgNTguM2w0Ny43LTMxLjZjLjEtLjEuMy0uMi40LS4zLjEgMCAuMS0uMS4yLS4xcy4xIDAgLjItLjFjLS4xLjEtLjIuNC0uNC42TDY2IDM4LjFjLTguNCA3LjctMTkuNCAxNy44LTI2LjcgMjQuNHYuMWwtLjEuMXMwIC4xLS4xLjFjMCAuMSAwIC4xLS4xLjJ2LjJjLS41IDUuNi0xLjQgMTUuMi0xLjggMTkuNXYtLjFjLS40LTEuMi02LTIwLjMtNy4yLTI0LjN6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=');
}
.botones_sociales a.whatsapp, 
.botones_sociales.color a.whatsapp {
	background: #25d366;
	color: #FFF;
}
.botones_sociales a.whatsapp i{
	background-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMTEzIDk3NHExMyAwIDk3LjUgNDR0ODkuNSA1M3EyIDUgMiAxNSAwIDMzLTE3IDc2LTE2IDM5LTcxIDY1LjV0LTEwMiAyNi41cS01NyAwLTE5MC02Mi05OC00NS0xNzAtMTE4VDYwNCA4ODlxLTcyLTEwNy03MS0xOTR2LThxMy05MSA3NC0xNTggMjQtMjIgNTItMjIgNiAwIDE4IDEuNXQxOSAxLjVxMTkgMCAyNi41IDYuNVQ3MzggNTQ0cTggMjAgMzMgODh0MjUgNzVxMCAyMS0zNC41IDU3LjVUNzI3IDgxMXEwIDcgNSAxNSAzNCA3MyAxMDIgMTM3IDU2IDUzIDE1MSAxMDEgMTIgNyAyMiA3IDE1IDAgNTQtNDguNXQ1Mi00OC41em0tMjAzIDUzMHExMjcgMCAyNDMuNS01MHQyMDAuNS0xMzQgMTM0LTIwMC41IDUwLTI0My41LTUwLTI0My41VDEzNTQgNDMydC0yMDAuNS0xMzRUOTEwIDI0OHQtMjQzLjUgNTBUNDY2IDQzMiAzMzIgNjMyLjUgMjgyIDg3NnEwIDIwMyAxMjAgMzY4bC03OSAyMzMgMjQyLTc3cTE1OCAxMDQgMzQ1IDEwNHptMC0xMzgycTE1MyAwIDI5Mi41IDYwVDE0NDMgMzQzdDE2MSAyNDAuNSA2MCAyOTIuNS02MCAyOTIuNS0xNjEgMjQwLjUtMjQwLjUgMTYxLTI5Mi41IDYwcS0xOTUgMC0zNjUtOTRsLTQxNyAxMzQgMTM2LTQwNXEtMTA4LTE3OC0xMDgtMzg5IDAtMTUzIDYwLTI5Mi41VDM3NyAzNDN0MjQwLjUtMTYxVDkxMCAxMjJ6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=');
}
.botones_sociales.color a i::before {
	color: #FFF !important;
}
.relacionados .bloque-apps {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}
.relacionados .bloque-app {
    width: 14.285%;
}
.relacionados .bloque-app a {
    position: relative;
    display: block;
}
.relacionados .bloque-app a:hover img {
    opacity: .8;
}
.relacionados .bloque-app a:hover .title {
    color: #1bbc9b;   
}
.aplication-single .box.relacionados {
	padding-bottom: 5px;
}
.box.personalizadas ul,
.box.personalizadas ol {
    padding-left: 15px;
}
.box.personalizadas ul li {
	list-style: outside disc;
}
.box.personalizadas ol li {
    list-style: outside decimal;
}
#comments ol.comment-list {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
#comments ol.comment-list .comment {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments ol.comment-list .trackback,
#comments ol.comment-list .pingback {
	padding: 5px 0;
	font-size: 14px;
}
.trackback a, .pingback a {
	color: #1bbc9b;
}
#comments ol.comment-list .comment .comment-body {
	position: relative;
	padding: 20px 0px;
	padding-right: 70px;
}
#comments ol.comment-list .comment .comment-body .comment-author {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
#comments ol.comment-list .comment .comment-body .comment-author img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	position: absolute;
	right: 0;
}
#comments ol.comment-list .comment .comment-body .comment-author .fn {
	font-weight: bold;
}
#comments ol.comment-list .comment .comment-body em.comment-awaiting-moderation {
	color: #8C8CA0;
	margin-top: 10px;
	display: block;
}
#comments ol.comment-list .comment .comment-body .comment-meta {
	display: inline-block;
	float: none;
}
#comments ol.comment-list .comment .comment-body .comment-meta a {
	font-size: 12px;
	opacity: .4;
}
#comments ol.comment-list .comment .comment-body .comment-content p {
	line-height: 21px;
	color: #444;
	font-size: 14px;
	margin-top: 10px;
}
#comments ol.comment-list .comment .children {
	padding-left: 25px;
}
#comments ol.comment-list .comment .comment-body .reply a {
	color: #1bbc9b;
    display: inline-block;
    font-weight: 600;
}
#comments input[type="text"],
#comments input[type="email"], 
#comments input[type="url"], 
#comments textarea {
	border: 0;
	padding: 8px 10px;
	border-radius: 3px;
	display: block;
	margin-top: 7px;
	font-family: 'Open sans', sans-serif;
	max-width: 100%;
	background: #f2f2f2;
}
#comments textarea {
	width: 100%;
	background: #F2F2F2;
	resize: none;
}
#comments input[type=submit] {
	cursor: pointer;
	background: #1bbc9b;
	color: #FFF;
	font-weight: bold;
	border-radius: 2px;
}

.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	cursor: pointer;
}
.video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#recentcomments {
	padding: 0;
}
#recentcomments li {
	padding: 7px 0;
}
#recentcomments li a {
	border: 0;
}
#recentcomments li a::before {
	display: none;
}

#footer {
	clear: both;
	background: #1d222d;
	color: #FFF;
	border-top: 2px solid #1bbc9b;
	overflow: hidden;
	margin-top: 20px;
}
#footer a {
	color: #c4c4c4;
}
#footer a:hover {
	color: #FFF;
}
#footer .container > ul {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	overflow: hidden;
}
#footer .widget {
	box-shadow: none;
	float: left;
	width: 32%;
	margin-right: 2%;
	background: transparent;
	margin-top: 20px;
}
#footer .widget:nth-of-type(3) {
	margin-right: 0;
}
#footer .widget ul li a {
	border: 0;
}
#footer .widget .widget-content ul li:hover a::before {
	background: #282d3a;
}
#footer .widget ul li .s2 .title {
	color: #FFF;
}
#footer .widget ul li .s2 .developer {
	color: rgba(255,255,255,0.3);
}
#footer .widget .widget-title {
	border-bottom: 1px solid #373b44;
}
#footer .widget.widget_tag_cloud .tagcloud {
	padding-left: 0;
	padding-right: 0;
}
#footer .widget.widget_tag_cloud a {
	color: #FFF;
}
#footer .footer-bottom {
	padding: 15px 10px;
	overflow: hidden;
	clear: both;
	display: flex;
	align-items: center;
}
#footer .footer-bottom .copy {
	color: rgba(255,255,255,0.3);
	vertical-align: middle;
	line-height: 22px;
}
#footer .footer-bottom .copy ul {
	margin-top: 10px;
	display: block;
}
#footer .footer-bottom .copy ul li {
	display: inline-block;
}
#footer .footer-bottom .copy ul li:not(:nth-child(1))::before {
	content: '-';
	display: inline-block;
	margin-left: 5px;
	margin-right: 3px;
}
#footer .footer-bottom .logo {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .2;
	display: inline-block;
	margin-right: auto;
}
#footer .footer-bottom .logo img {
	max-height: 40px;
	display: block;
	width: auto;
}
#main-site .error404 {
	text-align: center;
    color: #444;
	padding: 70px;
}
#main-site .error404 h1 {
	font-size: 200px;
    line-height: 210px;
}
#main-site .error404 form {
	display: -webkit-box; 
  	display: -moz-box;   
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	padding: 0 20px;
	width: 540px;
	max-width: 100%;
	margin: 20px auto 0px;
}
#main-site .error404 form input[type=text] {
	width: 100%;
	padding: 12px 15px;
	font-size: 14px;
	color: #404040;
	border: 0;
}
#main-site .error404 form button {
	border: 0;
	background: #1bbc9b;
	color: #FFF;
	padding: 0 12px;
	font-size: 19px;
	cursor: pointer;
}
.ads {
	text-align: center;
}
.ads_download_1,
.ads_download_1_movil {
	margin-top: 10px;
}
.ads_download_2,
.ads_download_2_movil {
    margin: 10px 0 5px;
}
.ads small {
	color: #777;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
	font-size: 9px;
}
.ads > img {
	display: block;
	margin: auto;
}
.ads_header {
	margin-top: 15px;
	margin-bottom: 20px;
}
.ads_home, .ads_single_center {
	clear: both;
	padding-bottom: 20px;
}

.ads_home {
	padding-top: 20px;
}
.ct_description {
	margin: 0 10px 10px;
	line-height: 21px;
}
.ct_description p:nth-child(1) {
	margin-top: 0;
}
@keyframes subheaderimg {
	0% 		{left: -20%}
	25% 	{left: -15%}
	50% 	{left: -10%}
	75% 	{left: -15%}
	100% 	{left: -20%}
}
@keyframes subheaderimgr {
	0% 		{left: -100%}
	25% 	{left: -80%}
	50% 	{left: -60%}
	75% 	{left: -80%}
	100% 	{left: -100%}
}



.link-report {
    margin-left: 5px;
	display:inline-block;
	position: relative;
    top: -11px;
}
.s1 .link-report{
	position: inherit;
	top: inherit;
	margin-top:5px
}

 .link-report a{
	margin-left: 0;
}
.link-report a i{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04OTYgMTI4cTIwOSAwIDM4NS41IDEwM1QxNTYxIDUxMC41IDE2NjQgODk2dC0xMDMgMzg1LjUtMjc5LjUgMjc5LjVUODk2IDE2NjR0LTM4NS41LTEwM1QyMzEgMTI4MS41IDEyOCA4OTZ0MTAzLTM4NS41VDUxMC41IDIzMSA4OTYgMTI4em0xMjggMTI0N3YtMTkwcTAtMTQtOS0yMy41dC0yMi05LjVIODAxcS0xMyAwLTIzIDEwdC0xMCAyM3YxOTBxMCAxMyAxMCAyM3QyMyAxMGgxOTJxMTMgMCAyMi05LjV0OS0yMy41em0tMi0zNDQgMTgtNjIxcTAtMTItMTAtMTgtMTAtOC0yNC04SDc4NnEtMTQgMC0yNCA4LTEwIDYtMTAgMThsMTcgNjIxcTAgMTAgMTAgMTcuNXQyNCA3LjVoMTg1cTE0IDAgMjMuNS03LjV0MTAuNS0xNy41eiIgZmlsbD0iIzRkNTM1ZiIgY2xhc3M9ImZpbGwtMDAwMDAwIj48L3BhdGg+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    width: 14px;
    height: 20px;
    float: right;
    margin-left: 2px;
}
.box-rating{
	display:inline-block;
	position:relative;
}
.link-report:after {
	content: '';
    height: 10px;
    background: #ccc;
    width: 1px;
    display: inline-block;
    overflow: auto;
    position: relative;
    top: 2px;
}
.s1 .link-report:after{
	width: 0;
}
.link-report a {
    color: #4d535f;
	margin-left:5px
}
.link-report a:hover {	
    color: #444;
}
#box-report {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	z-index:  99999;
	display: none;
	padding: 0 15px;
	white-space: nowrap;
}
#box-report label {
	position: relative;
	padding-right: 20px;
	display: block;
	line-height: 22px;
	margin-bottom: 10px;
}
#box-report label input {
	position: absolute;
	right: 0;
	margin: 0;
	top: 4px;
	padding: 0;
	line-height: 0;
	width: 12px;
	height: 12px;
}
#box-report a.close-report {
    position: absolute;
    line-height: 0;
    color: #888;
    padding: 7px;
    left: 0;
    top: 0;
}
#box-report a.close-report i{
	background-image:url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjI0NSA0LjAxNWEuODA4LjgwOCAwIDAgMSAwIDEuMTM5bC02LjI3NiA2LjI3YS44MS44MSAwIDAgMCAwIDEuMTRsNi4yNzMgNi4yNzJhLjgxLjgxIDAgMCAxIDAgMS4xNGwtMi4yODUgMi4yNzdhLjgxNC44MTQgMCAwIDEtMS4xNDIgMGwtNi4yNzEtNi4yNzFhLjgxLjgxIDAgMCAwLTEuMTQxIDBsLTYuMjc2IDYuMjY3YS44MS44MSAwIDAgMS0xLjE0MSAwbC0yLjI4Mi0yLjI4YS44MS44MSAwIDAgMSAwLTEuMTRsNi4yNzgtNi4yNjlhLjgxLjgxIDAgMCAwIDAtMS4xNEwxLjcwOSA1LjE0N2EuODA4LjgwOCAwIDAgMSAwLTEuMTRsMi4yODQtMi4yNzhhLjgxMy44MTMgMCAwIDEgMS4xNDIuMDAxTDExLjQwNSA4YS44MS44MSAwIDAgMCAxLjE0MS4wMDFsNi4yNzYtNi4yNjdhLjgxMi44MTIgMCAwIDEgMS4xNDEgMGwyLjI4MiAyLjI4MXoiIGZpbGw9IiM4ODg4ODgiIGNsYXNzPSJmaWxsLTAwMDAwMCI+PC9wYXRoPjwvc3ZnPg==');
	background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
	padding: 15px;
}
#box-report a.close-report:hover {
	color: #000;
}
#box-report .box-content {
    padding: 20px 15px;
    background: #FFF;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    position: relative;
    white-space: normal;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 500px;
    max-width: 100%;
    margin: auto;
    right: 0;
}
#box-report h2 {
	text-align: center;
	margin-bottom: 20px;
}
#box-report textarea {
	width: 100%;
	font-family: inherit;
	height: 90px;
	resize: none;
}
#box-report input[type=submit] {
	background:#1bbc9b;
	color: #FFF;
	border-radius: 2px;
}
#box-report .g-recaptcha > div {
    max-width: 100%;
}
.screen-reader-text, .wp-block-search__label {
	display: none;
}
.widget .wp-block-search .wp-block-search__input {
	border: none;
}
@keyframes subheaderimg_ {
	0% 		{transform: translateX(-35%)}
	50% 	{transform: translateX(-65%)}
	100% 	{transform: translateX(-35%)}
}
.section .bloque-app-second .meta .version {
	max-width: calc(100% - 80px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aplication-single .downloadAPK, .aplication-single .s2 .meta-cats a, .aplication-single .readmore, .aplication-single .etiquetas a, #comments input[type=submit], .section a.more, .widget ul li:hover::before, .widget.widget_tag_cloud a, .section .bloque-app a::before, .section .bloque-app-second, .section .bloque-app-second .meta .version, .section .bloque-app-second .developer, .imageBox .close, .section.blog .bloques li a.title, .section.blog .bloques li .excerpt .readmore a, .bloque-blog a.title, .relacionados .bloque-app a:hover img, .relacionados .bloque-app a:hover .title, .aplication-single .bx-download ul li a, .section .bloque-app-second .title, .widget ul>li>a::before, .pagination a:hover, .botones_sociales a, .section .bloque-app-second > a, #slideimages .px-prev i, #slideimages .px-next i, #subheader #searchBox form button, .widget .search-form input[type=submit]:hover, .widget .wp-block-search .wp-block-search__button:hover, #box-report input[type=submit]:hover, #header nav .menu > li > a::before, #header nav .menu .sub-menu li a, #menu-mobile ul li a {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, width 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.wp-caption {
    position: relative;
}
.wp-caption-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    background: rgba(0,0,0,0.6);
    color: #FFF;
    font-size: 13px;
}
.aligncenter {
    margin: auto;
    text-align: center;
}

.bld_ {
    display: block;
    width: 45px;
    height: 13px;
    background: #1bbc9b;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.bld_ico {
    position: absolute;
    top: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #1bbc9b;
    top: 1px;
    z-index: 2;
    left: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAA9lBMVEUAAAD/pij+lzj+iRL/ywD/uAn+lzj9mDf/lzf/mCP/hSn+mDj+lzf/jR7/mDj/jh390QD7zAD/mTj/zgD8yQH+jBn+iRP+lTX+ihX+lzj90gL9ixb+lzj7ywH91AL6xQD/jBz/jB36xgD9mDf9lDP9ygL/ixz/0gL7xQD/1AL/lzj6xgD/mDf/1AP/ljn7ygD7xwD/mDb/kCH/0gD+1AL+iA/+31b+z1D+wUr+u0f+lzj+3jf+4FL+ojz+2y7+kCT8zxD+1g/8zQL7ygL7yAH+4ln+2VX+yk/+4Uf+skT+sUT+rEH93UD+ozz+mjn+nzL80x38zwHT3ZSbAAAANHRSTlMABfv4FwnZkXYMCNF+bkk8NB0WEvPv7uro5+fZurenpJuXl4qIh4B9fHBgXlRNPz87NC4o6sfGkgAAAL1JREFUGNNVjtWOAkEURKvHZ5CFZRd3d+1x3F3+/2eYdAKB81Yn91YKb4S6iC/6OeEzBjW8DhqCGIDq84N0MSJA6K8G/j/mOFJCQbYDoAeVv5gbw7rKiMDjJx+9jefLhWtypTYBoKV0c76ilO6PXJC1DnVj/fDE1EqDEdC3q6UnXFsirIPX7ema0oUx4WRmUJ3tznd3fPD9vmbys5NlTxwFCLGsxQtlTmoqfmSSYWbUligPAAKhAkakGH6/PwGFlhWNs2+ckAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 3px 2px;
    background-color: #FFF;
    color: #000;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transform: translate(0px, 0);
}

body.no-sidebar .aplication-page, 
body.no-sidebar .aplication-single,
body.no-sidebar .section.blog {
    width: 100%;
    float: none;
}
.aplication-single .entry.bx-info-install {
	background: #F8F8F8;
	padding: 0px 15px;
	border: 1px solid #F2F2F2;
	margin: 15px 0;
	font-size: 13px;
	line-height: inherit;
}
.aplication-single .entry.bx-info-install p {
	margin: inherit;
}
.aplication-single .entry.bx-info-install ul {
	margin-top: inherit;
}
.no-entries {
    margin: 0 10px 10px;
}
.px-columns {
    display: flex;
    flex-wrap: wrap;
}
.px-col {
    flex: 1;
}
#wp-calendar th, 
#wp-calendar td {
    padding: 10px;
    text-align: center;
}
#wp-calendar td a {
	color: #1bbc9b;
	display: block;
	font-weight: bold;
}
.loading {
	border-radius: 50%;
	width: 33px;
	height: 33px;
	border: 0.25rem solid rgba(0, 0, 0, 0.2);
	border-top-color: #1bbc9b;
	-webkit-animation: spin .8s infinite linear;
	animation: spin .8s infinite linear;
	clear: both;
	margin: 10px auto 20px;
	right: 0;
	left: 0;
	border-radius: 50%;
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#backtotop {
	position: fixed;
	bottom: -100px;
	right: 15px;
	cursor: pointer;
	z-index: 999;
	background: #1bbc9b;
	color: #FFF;
	width: 36px;
	height: 36px;
	text-align: center;
	transition:all ease 0.25s;
	-webkit-transition:all ease 0.25s;
	-moz-transition:all ease 0.25s;
	-o-transition:all ease 0.25s;
	user-select: none;
}
#backtotop i{
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMzk1IDExODRxMCAxMy0xMCAyM2wtNTAgNTBxLTEwIDEwLTIzIDEwdC0yMy0xMEw4OTYgODY0bC0zOTMgMzkzcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6IiBmaWxsPSIjZmZmZmZmIiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 18px;
}
@media ( min-width: 580px ) {
	#backtotop:hover { 
		background: #41495d; 
	}
}
@keyframes fadein{
	from{opacity:0}
	to{opacity:1}
}
@-webkit-keyframes fadein{
	from{opacity:0}
	to{opacity:1}
}

@keyframes fadeingb{
	to{background-color:transparent;}
}
@-webkit-keyframes fadeingb{
	to{background-color:transparent;}
}
@media (max-width: 1100px){
	#subheader.np #searchBox {
		width: 100%;
	}
	.aplication-single, .aplication-page {
		width: 100%;
	}
	.aplication-single .box {
		position: relative;
	}
}
@media (max-width: 950px){
	.section .bloque-app-second {
		max-width: 100%;
	}
	.aplication-single, .aplication-page{
		width: 100%;
		padding: 0;
		margin: 0;
		position: relative;
		float: none;
	}
	.aplication-single .data-app {
		display: inline-block;
		float: none;
		vertical-align: top;
		width: 320px;
	}
	#sidebar {
		float: none;
		margin: auto;
		width: 100%;
	}
	#footer .widget {
		width: 49%;	
		margin-right: 0;
	}
	#footer .widget:nth-of-type(1) {
		margin-right: 2%;
	}
	#footer .widget:nth-of-type(3) {
		clear: both;
		margin: auto;
		float: none;
		margin-bottom: 20px;
		overflow: hidden;
	}
}
@media (max-width: 900px){
	.aplication-single .box,
	.aplication-page .box {
		padding-left: 10px;
		padding-right: 10px;
	}
	#subheader.np {
		padding-right: 10px;
		padding-left: 10px;
		position: relative;
	}
	#header nav {
		margin-top: 0;
		float: none;
	}
	#header nav .menu-open {
		display: block;
		float: left;
	}
	#header nav a {
		color: #000;
	}
	#header nav ul {
		display: none;
	}
	#slideimages .px-next {
		left: -10px;
	}
	#slideimages .px-prev {
		right: -10px;
	}
	
}
@media (max-width: 768px){
	#header .container {
		padding-left: 0;
		padding-right: 0;
	}
	#header .logo {
		padding-right: 10px;
	}
	.section .bloque-apps .bloque-app {
		width: 33.3333%;
	}
	.section .bloque-apps .bloque-app:nth-of-type(3n) {
		margin-right: 0;
	}
	#subheader .subcontainer {
		padding: 0 20px;
	}
	#subheader.np #searchBox {
		position: inherit;
		padding: 0;
		margin: 0;
	}
	#subheader.np .social {
		display: none;
	}
	.aplication-single, .aplication-page{
		position: inherit;
		padding: 0;
		margin: 0;
		float: none;
	}
	#sidebar {
		float: none;
		clear: both;
	}
	.bloque-blogs .px-col {
		width: 100%;
	}
	#footer .footer-bottom {
		text-align: center;
		display: block;
	}
	#footer .footer-bottom .copy {
		width: 100%;
		margin-bottom: 15px;
	}
	#footer .footer-bottom .logo {
		margin: auto;
	}
	.box-content table {
		table-layout: auto;
	}
}
@media (max-width: 650px){
	#menu-mobile > ul > li > a {
		font-size: 13px;
	}
	#subheader.np {
		padding-top: 75px;
	}
	#subheader #searchBox form button {
		line-height: 38px;
		height: 38px;
		min-width: 35px;
		width: 35px;
		padding: 0;
		font-size: 15px;
	}
	#subheader #searchBox i.fa-search{
		padding: 0 17px 0 18px;
	}
	#subheader #searchBox form input[type=text] {
		font-size: 14px;
		height: 38px;
		padding-left: 75px;
		margin-left: -35px;
		padding-right: 10px;
	}
	#subheader #searchBox form.wait::after {
		left: 40px;
	}
	#subheader #searchBox ul {
		top: 38px;
	}
	#subheader.np #searchBox ul {
		top: 38px;
	}
	.si-prev {
		left: 0;
	}
	.si-next {
		right: 0;
	}
	.aplication-single .s1 {
		margin: 0 auto 0px;
	}
	.aplication-single .box.box-download .s1 {
		clear: both;
	}
	.aplication-single .box:not(.box-versions) .s2:nth-of-type(1) {
		margin: 0;
		padding: 0;
    }
	.imageBox .item img {
		top: calc(50% - 16px);
		padding: 0 30px;
	}
	.imageBox .item span {
		background: #444;
	}
	.imageBox .bn {
		font-size: 50px;
		right: 2px;
	}
	.imageBox .bn.next {
		text-align: right;
		left: 2px;
	}
	.imageBox .bn.before {
		right: 2px;
	}
    .relacionados .bloque-app {
    	width: 50%;
    }
    .relacionados .bloque-app:nth-of-type(5) {
        display: none;
    }
	#footer .widget {
		width: 100%;	
		margin-right: 0 !important;
	}
	#main-site .error404 {
		padding: 20px;
	}
	#main-site .error404 h1 {
		font-size: 13em;
	}
	.relacionados .bloque-apps {
		flex-wrap: nowrap;
		display: block;
		white-space: nowrap;
		overflow-y: auto;
		padding-left: 10px;
	}
	.relacionados .bloque-apps::-webkit-scrollbar {
		display: none;
	}
	.relacionados .bloque-app {
		width: 150px;
		display: inline-block;
		padding: 15px 10px 15px 0;
	}
}
@media (max-width: 500px){
	.bs1{height:333px !important}
	.aplication-single .s1 {
    	width: 60px;
	}
	.aplication-single .s2 {
    	width: -moz-calc(100% - 65px);
    	width: -webkit-calc(100% - 65px);
    	width: calc(100% - 65px);
		padding:0;
		margin:0
	}
	.section .bloque-app-second .meta .version {
		font-size: 11px;
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}
	.section .bloque-app-second .box-rating,
	.section .bloque-app-second .box-rating .rating {
		float: none;
	}
	.aplication-single h1 {
		font-size: 20px;
    	margin: 0;
    	line-height: 30px;
	}
	.aplication-single h4.version{
		font-size: 14px;
		margin-right: 5px;
	}
	.aplication-single .entry-limit h1 {
		font-size: 20px;
    	margin: 0 0 10px;
    	line-height: 30px;
	}
	.box .botones_sociales a {
		line-height: 23px;
	}
	.box:not(.box-download) .right.s2.box-social {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
		clear: both;	
	}
	.box:not(.box-download) .botones_sociales {
		width: 100%;
		text-align: center;
		padding-top: 10px;
		margin: 0;
	}
	.box:not(.box-download) .botones_sociales a {
		font-size: 0;
		text-align: center;
		padding: 2px 0px;
	}
	.box:not(.box-download) .botones_sociales li {
		width: 20%;
		float: left;
		margin: 0;
		padding: 0px 2px;
	}
	.box:not(.box-download) .botones_sociales li:nth-last-child(1) {
		display: inline-block;
	}
	.aplication-single .s2 .meta-cats a {
		margin-right: 0;
	}
	.si-prev, .si-next {
		font-size: 20px;
	}
	#slideimages .si-prev i, #slideimages .si-next i {
		border-width: 3px;
		width: 30px;
		height: 30px;
	}
	#slideimages .si-next {
		right: -9px;
		width: 30px;
	}
	#slideimages .si-prev {
		left: -9px;
		width: 30px;
	}
	.section.blog {
		padding: 20px 10px;
	}
	.section.blog .bloques li .scim {
		position: absolute;
	}
	.section.blog .bloques .bca {
		padding-right: 90px;
		min-height: 80px;
	}
	.section.blog .bloques li a img {
		width: 75px;
		height: 75px;
	}
	.section.blog .bloques li a.title {
		font-size: 17px;
	}
	
	#subheader {
		padding-top: 80px;
		padding-bottom: 15px;
	}
    #subheader.np {
        padding: 70px 10px 10px; 
    }
	.section .bloque-apps {
		padding-left: 5px;
		padding-right: 5px;
	}
	.section .bloque-apps .bloque-app {
		width: 33.3333%;
		padding: 5px;
	}
	.section .bloque-apps .bloque-app:nth-of-type(n+1) {
		margin-right: 0 !important;
	}
	.bloque-blog {
		padding: 10px;
	}
	.bloque-blog a.title {
		font-size: 15px;
	}
	.bloque-blog .bb-image {
		width: 100px;
		margin-right: 10px;
	}
	.bloque-blog img {
		width: 100px;
		height: 100px;
	}
	.aplication-single .box-download .s2 {
		width:100%
	}

	.aplication-single .box, .aplication-page .box {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 15px;
	}
	.aplication-single .box.box-versions .s2 {
        padding: 0;
        width: 100%;
        float: none;
        margin: 0;
    }
	.aplication-single .box.box-download .s2:nth-of-type(1) {
		margin-bottom: 5px;
	}
	.aplication-single .box.box-download h1 {
		font-size: 25px;
		line-height: 31px;
	}
	.aplication-single .box.box-download h4.version {
		font-size: 16px;
	}
	.aplication-single .data-app {
		display: inline-block;
		float: none;
		vertical-align: top;
		padding: 0;
		width: 100%;
		border-bottom: 0;
		border-top: 0;
	}
	.aplication-single .box-data-app {
		margin-top: 10px;
		position: relative;
	}
	.aplication-single .box-data-app::before {
		width: 2px;
		height: 100%;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
		display: block;
		background: #FFF;
	}
	#comments ol.comment-list .comment .comment-body .comment-meta {
		float: none;
		clear: both;
		display: block;
	}
	#footer {
		padding-top: 15px;
	}
    #box-report .g-recaptcha > div {
        transform: scale(0.775);
        -webkit-transform: scale(0.775);
        -moz-transform: scale(0.775);
        -ms-transform: scale(0.775);
        -o-transform: scale(0.775);
        transform-origin: left top;
    }
	#slideimages .px-prev i, #slideimages .px-next i {
		width: 35px;
		height: 35px;
		border-width: 3px;
	}
	#slideimages .px-prev i::before, 
	#slideimages .px-next i::before {
		font-size: 20px;
	}
	.app-info .data-app span{
		display: inline-block;
		width: 50%;
	}
}
@media (max-width: 380px){
	#subheader > img {
		width: 300%;
		left: -100%;
		animation-name: subheaderimgr;
	}
	#subheader .subcontainer {
		padding: 10px;
		margin-bottom: 0px;
	}
	#header nav .menu-open {
		padding-right: 10px;
		padding-left: 10px;
	}
	#header .logo {
		padding-right: 10px;
	}
	.aplication-single .bx-download .bxt {
		font-size: 17px;
	}
	.aplication-single .bx-download ul li a {
		font-size: 13px;
	}
	.aplication-single .downloadAPK {
		padding-right: 40px;
	}
	.aplication-single .downloadAPK i {
		font-size: 14px;
		padding: 0 16px;
	}
	.aplication-single .rating,
	.aplication-single .box-rating .ratings-click {
		width: 70px;
		background-size: 14px;
	}
	.aplication-single .box-rating .ratings-click .rating-click {
		width: 14px;
		height: 14px;
	}
	.aplication-single .rating .stars {
		background-size: 14px;
	}
	#main-site .error404 h1 {
		font-size: 10em;
		line-height: 1em;
	}
}