/home/apktxduj/public_html/wp-content/themes/appyn-15/amp/style.css
@charset "utf-8";
html {
	scrollbar-width: thin;
	scrollbar-color: #1bbc9b transparent;
}
html.nofixed {
	overflow: hidden;
}
body {
    font-family: 'Open Sans', 'Arial', 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: #1bbc9b;
}
.box-content table::-webkit-scrollbar {
	width: 3px;
}
a {
	text-decoration: none;
	color: #1bbc9b;
}
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: left;
    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: #f6f6f6;
}
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;
    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 {
    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;
    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: 100%;
	margin: auto;
	position: relative;
	padding: 0;
}
.wrapper-inside {
	position: relative;
	z-index: 99;
	background: #e6e9ef;
}
#header {
	background: #1d222d;
	position: fixed;
	width: 100%;
	border-bottom: 2px solid #1bbc9b;
	z-index: 999;
	height: 60px;
	box-sizing: border-box;
    display: flex;
    align-items: center;
}
#header .container, #footer .container {
    padding-left: 10px;
    padding-right: 10px;
}
#header .logo {
	max-width: 200px;
}
.footer-bottom .logo img,
#header .logo a img {
    display: block;
    max-height: 40px;
    object-fit: contain;
    min-width: auto;
    width: auto;
    margin: 0
}
.hamburger {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 28px;
    top: 50%;
    transform: translateY(-50%)
}
.close-sidebar {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 5px 20px
}
#sidebar1 {
    background: #1d222d;
    width: 300px
}
#sidebar1 a,
[amp-nested-submenu-open],
[amp-nested-submenu-close] {
    display: block;
    padding: 12px 15px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid #000;
}
#sidebar1 a i {
	margin-right: 4px;
}
#sidebar1 ul li.menu-item-has-children a,
[amp-nested-submenu-open],
[amp-nested-submenu-close] {
    position: relative;
    overflow: hidden;
}
#sidebar1 ul li.menu-item-has-children a i,
[amp-nested-submenu-open] i,
[amp-nested-submenu-close] i {
    position: absolute;
    right: 0;
    padding: 16px 14px;
    border-left: 1px solid #000;
    cursor: pointer;
    color: #6b6c6c;
    font-size: 11px;
    z-index: 999;
    top: 0;
}
[amp-nested-submenu-close] i {
    position: inherit;
    padding: 0;
    margin-right: 10px;
    border: 0;
}
body.fixed #header {
	z-index: 999;
}
#subheader {
	padding: 90px 0px 40px;
	background: #000;
	color: #FFF;
	text-align: center;
	border-bottom: 2px solid #1bbc9b;
	position: relative;
	margin-bottom: 20px;
}
#subheader .social {
	margin-top: 30px;
}
#subheader .social li {
	display: inline-block;
	margin-left: 6px;
}
#subheader .social li a {
	color: #FFF;
	background: #000;
	border-radius: 50%;
	width: 40px;
	display: block;
	line-height: 40px;
	font-size: 23px;
	opacity: .5;
	transition: all ease 0.25s;
}
#subheader .social li a:hover {
	opacity: 1;
}
#subheader .social li a.facebook {  
	background: #3b5998;
}
#subheader .social li a.twitter {  
	background: #55acee;
}
#subheader .social li a.google-plus {  
	background: #dd4b39;
}
#subheader .social li a.instagram {
	background: #C13584;
}
#subheader .social li a.youtube {  
	background: #bb0000;
}
#subheader .social li a.pinterest {  
	background: #cb2027;
}
#subheader .social li a.telegram {  
	background: #0088CC;
}
#searchBox {
	text-align: center;
	width: 600px;
	max-width: 100%;
	margin: 30px auto 0;
	position: relative;
}
#searchBox form {
	overflow: hidden;
}
.sb_search[type=text] {
	width: 100%;
	padding: 0 110px 0px 20px;
	border: 0;
	float: left;
	font-size: 16px;
	height: 44px;
	margin-right: -70px;
	position: relative;
	border-radius: 2px;
}
.sb_submit[type=submit] {
	background: #1bbc9b;
	color: #FFF;
	border: 0;
	line-height: 44px;
	padding: 0 25px;
	box-sizing: border-box;
	font-size: 21px;
	float: right;
	min-width: 70px;
	width: 70px;
	height: 44px;
	cursor: pointer;
	position: relative;
	border-radius: 0px 2px 2px 0px;
}
#subheader.np {
    background: #fff;
    padding: 75px 10px 15px;
    max-width: 100%;
    text-align: inherit;
    box-shadow: 2px 2px 2px 0 #d2d1d1;
    overflow: initial;
    border: 0;
    border-radius: 2px
}
#subheader.np .container {
    display: flex;
}
#subheader.np #searchBox {
    margin: inherit;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin-bottom: 0;
}
#subheader.np .social {
 	display: flex;
 	text-align: center;
 	vertical-align: middle;
 	margin: 0;
 	flex: none;
}
#subheader.np .social li:nth-child(1) {
	margin-left: 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 .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: #C13584;
}
#subheader.np .social li a.youtube {  
	background: #bb0000;
}
#subheader.np .social li a.pinterest {  
	background: #cb2027;
}
.app-icb {
	float: left;
}
.app-s .app-spe {
	float: right;
}
.sidg .sections {
	width: 780px;
	max-width: 100%;
	min-width: 0;
}
.section {
	margin-bottom: 30px;
}
.section .title-section {
	font-size: 22px;
	padding-bottom: 10px;
	margin: 3px 10px 10px;
	border-bottom: 1px solid #eaeaea;
	display: flex;
	align-items: center;
	font-weight: 400;
}
.section .baps {
	display: flex;
	flex-wrap: wrap;
}
.baps .bav2 {
	padding: 10px;
	flex: none;
	width: 16.66667%;
}
.section .bav1, 
.rlat .bav1 {
	padding: 10px;
	text-align: center;
	flex: none;
	width: 16.66667%;
}
.aprp-3 .section .bav1,
.aprp-3 .baps .bav2 {
	width: 33.33333%;
}
.aprp-4 .section .bav1,
.aprp-4 .baps .bav2 {
	width: 25%;
}
.aprp-5 .section .bav1,
.aprp-5 .baps .bav2 {
	width: 20%;
}
.aprp-7 .section .bav1,
.aprp-7 .baps .bav2 {
	width: 14.285%;
}
.aprp-8 .section .bav1,
.aprp-8 .baps .bav2 {
	width: 12.5%;
}
.bav1 .bloque-imagen {
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.bloque-imagen.bi_ll {
	background: #EEE;
}
.bloque-status {
    position: absolute;
    top: -22px;
    left: -32px;
    width: 101px;
    margin: auto;
    text-align: center;
    padding: 4px 11px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 8;
    display: block;
    transform: rotate(-45deg);
    transform-origin: right bottom;
    color: #FFF;
}
.bloque-status.bs-new {
    background: #d22222;
}
.bloque-status.bs-update {
    background: #19b934;
}
.b-type {
    background: #20a400;
    font-size: 10px;
    padding: 2px 7px 2px;
    border-radius: 2px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    display: inline-block;
}
.fp_box .b-type {
	position: absolute;
	bottom: 70px;
	z-index: 1;
	left: 25px;
}
.app-spe .b-type {
	font-size: 11px;
	width: 45px;
}
.bav1 .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 .bav1 a {
	box-shadow: 2px 2px 2px 0px #e3e3e3;
	background: #FFF;
	position: relative;
	display: block;
	padding: 15px;
	border-radius: 2px;
}
.section .bav1 a > img, .rlat .bav1 a > img {
	display: block;
	margin: auto;
	max-height: 150px;
}

.bav1 .px-postmeta {
    padding: 0 16px 10px;
    margin: 10px -15px -15px
}
.bav .px-postmeta .box-rating {
    margin-top: 3px
}
.bav .box-rating .rating {
    float: none;
}
.bav1 .box-rating .rating {
    margin: auto;
}
.section .bav1 a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
    background: rgba(29,34,45,.33);
	opacity: 0;
	z-index: 9;
	border-radius: 2px 2px 0 0;
}
.section .bav1 a::after {
	content: '+';
	position: absolute;
	right: 0;
	left: 0;
	font-size: 33px;
	line-height: 33px;
	color: #FFF;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 9;
	background: #1bbc9b;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center
}
.section .bav1 a:hover::before, .section .bav1 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;
}
.bloque-blog img {
	width: 128px;
	height: 128px;
	display: block;
}
.bloque-blog a.title {
    font-size: 17px;
    font-weight: 600;
    color: #444;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
    white-space: normal;
    overflow: hidden;
}
.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 {
	background: #FFF;
	box-shadow: 2px 2px 2px 0px #e3e3e3;
	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: left;
	margin: 0 15px 15px 0px;
}
.section.blog .bloques li a .bloque-imagen {
	width: 150px;
}
.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;
}
.app-p .px-postmeta > span,
.section.blog .bloques li .s2 .px-postmeta > span {
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.app-p .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;	
}
.app-s .box::before,
.app-s .box::after {
	content: '';
	display: table;
}
.app-s .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: 48px;
    font-weight: 600;
    margin: 0;
    text-transform: inherit;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
}
#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-left: 50px;
    padding-right: 16px;
    margin: 0;
    text-transform: inherit;
    text-decoration: none;
}
.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, 
.app-s .entry,
.app-s .box-content {
    font-weight: 400;
    font-size: 14px;
    color: #4c4c4c;
	line-height: 25px;
}
.app-p .entry {
	margin-top: 10px;
}
.app-p .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 {
    text-align: center;
    margin-bottom: 15px;
	max-width: 100%;
}
.entry .wp-caption a {
    display: block
}
.entry .wp-caption amp-img {
    box-shadow: none;
    padding: 0;
    display: block
}
.entry .wp-caption .wp-caption-text {
    margin: 0;
    font-size: 13px;
    line-height: initial
}
.entry ol, .entry ul {
    margin: 0 0 20px 15px;
}
.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: right;
	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 .bav2 > a {
	background: #FFF;
	overflow: hidden;
	box-shadow: 2px 2px 2px 0px #e3e3e3;
	border-bottom: 2px solid #1bbc9b;
	padding: 10px;
	display: flex;
	position: relative;
	border-radius: 2px;
	width: 100%;
}
.section .bav2 > a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: rgb(57 61 69 / 10%);
	opacity: 0;
	z-index: 9;
	transition: all ease .25s;
}
.section .bav2 > a:hover::before {
	opacity: 1;
}
.bap-c {
	width: 100%;
	min-width: 0;
}

.bav .title {
    height: 20px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #444;
}

.bav.bav1 .title {
    margin-top: 10px;
}

.bav .version,
.bav .developer,
.bav .app-date {
    color: #a7a7a7;
    font-size: 12px;
    margin: 0;
    height: 18px;
    margin-top: 2px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section .bav2 .bloque-imagen {
	width: 75px;
	height: 75px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	flex: none;
	min-width: 0;
}

.rlat .bav .px-postmeta,
.section .bav2 .px-postmeta {
    padding: 0;
    margin: 0
}
.section .bav2 .box-rating {
	width: 75px;
	margin-top: 3px;
	overflow: hidden;
}
.rating {
	display: block;
	height: 15px;
	width: 75px;
	float: right;
}
.rating .stars {
	display: block;
	height: 15px;
	width: 100%;
	max-width: 100%;
	background-color: #f9bd00;
}
.rating .stars.hover {
	background: none;
}
.rating .stars, 
.box-rating .rating,
.box-rating .ratings-click .rating-click.active {
	mask-image: url(images/star.svg);
	mask-size: 15px;
	mask-repeat: repeat-x;
	-webkit-mask-image: url(images/star.svg);
	-webkit-mask-size: 15px;
	-webkit-mask-repeat: repeat-x;
}
.box-rating .rating {
	background-color: #d4dae2;
}
.box-rating .ratings-click {
	width: 75px;
	display: block;
	height: 15px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.box-rating .ratings-click .rating-click {
	width: 15px;
	height: 15px;
	display: inline-block;
}
.box-rating:not(.voted) .ratings-click .rating-click {
	cursor: pointer;
}
.box-rating .rating-text {
	display: block;
	text-align: center;
	font-weight: 600;
}
.pagination-wrap {
	clear: both;
	padding: 10px;
}
.post-type-archive-blog .pagination-wrap {
	padding: 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;
}
.buttond:not(.danv):hover:not(.t):hover, .buttond.danv:hover, .buttond.t:hover, .app-s .s2 .meta-cats a:hover, .app-s .readmore:hover, .tags a:hover, .section a.more:hover, .sb_submit[type=submit]:hover, #subheader.np #searchBox form button:hover, .botones_sociales a, #dl-telegram:hover, #dasl:not([disabled]):hover {
	background: #41495d;
}
.app-s, .app-p {
	width: 100%;
	min-width: 0;
}
#breadcrumbs {
	color: #c6c6c6;
	overflow: hidden;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}
#breadcrumbs li {
	float: left;
	margin-right: 5px;
}
#breadcrumbs a {
    color: #c6c6c6;
}
#breadcrumbs a:hover {
	color: #000;
}
.app-s .box, .app-p .box {
	background: #FFF;
	box-shadow: 2px 2px 2px 0px #e3e3e3;
	padding: 15px 10px 15px;
	margin-bottom: 20px;
	border-radius: 2px;
}
.box .box-title {
	color: #ababab;
	font-size: 17px;
	text-transform: uppercase;
	margin: -20px 0 15px;
	padding: 15px 0;
	position: relative;
	display: block;
}
.box .box-title::before {
	content: '';
	position: absolute;
	width: calc(100% + 50px);
	border-bottom: 1px solid #eaeaea;
	bottom: -0.5px;
	left: -25px;
}
#versiones table {
    border-style: hidden;
}
#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;
}
.app-p .box h1.box-title {
    text-transform: initial;
    font-size: 27px;
    color: #444;
    padding-top: 0;
    margin-top: 5px;
}
.box .box-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 45px;
	height: 5px;
	background: #1bbc9b;
	border-radius: 1px;
}
.app-s .box .entry a,
.app-s .box .box-content a,
.app-p .box .entry a {
	color: #1bbc9b;
}
.app-p .px-postmeta {
	color: #8e8e8e;
}
.app-p .px-postmeta a:hover {
	text-decoration: underline;
}
h1.main-box-title {
	font-size: 38px;
	line-height: 48px;
	color: #4c4c4c;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	word-break: break-word;
}
.app-spe .version {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #bbbbbb;
	font-weight: 600;
}
.app-s .s1 {
	margin: 0 20px 0 0;
	width: 150px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.app-s .box-versions .s1 {
	width: 120px;
}
.app-s .s1 .box-rating {
	text-align: center;
	margin-top: 6px;
	position: relative;
}
.app-s .s2 {
	width: 100%;
	padding-left: 170px;
	margin-left: -170px;
}
.app-s .box-versions .s2 {
	padding-left: 140px;
	margin-left: -140px;
}
.app-s .s2 .meta-cats {
	margin: 10px 0px 6px;
	display: inline-block;
}
.app-s .s2 .amount-app {
	display: inline-block;
}
.app-s .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 {
	margin-left: -2px;
	margin-right: -2px;
}
.post-categories li {
	display: inline-block;
	margin: 5px 2px;
}
.app-s .s2 .meta-cats a {
	background: #1bbc9b;
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	padding: 2px 10px 3px;
	font-weight: 600;
}
.app-s .s2 .descripcion {
	text-align: justify;
    margin: 14px 0px 6px;
    line-height: 21px;
}
.buttond {
	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 5px 8px 38px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
}
.buttond.danv {
	background-color: #f94040;
}
.buttond i {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0,0,0,0.1);
	padding: 0 9px;
	display: flex;
	align-items: center;
	font-size: 15px;
	border-right: 1px solid rgba(0,0,0,0.02);
	width: 33px;
	line-height: 32px;
	justify-content: center;
}
.app-s .bx-download {
	margin-top: 15px;
}
.bxt {
	padding-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
	color: #595959;
}
.ldl-b {
	text-align: center;
}
.app-s .bx-download ul li a i {
	position: absolute;
	left: 0;
	height: 100%;
	background: rgba(0,0,0,0.1);
	top: 0;
	display: flex;
	align-items: center;
	padding: 0 8px;
	border-radius: 3px 0px 0px 3px;
	width: 35px;
	justify-content: center;
}
.app-s .box-content > p:nth-last-child(1) {
	margin-bottom: 0;
}
.app-s .image-single {
	display: block;
    width: 100%;
    background-size: cover;
    padding-bottom: 100%;
}
.app-s .rating, .ratingBoxMovil .rating {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 7px 0px;
	position: relative;
}
.app-s .rating-average, .ratingBoxMovil .rating-average {
	display: inline-block;
	vertical-align: middle;
}
.app-s .rating-average b, .ratingBoxMovil .rating-average b {
	font-size: 19px;
	color: #1bbc9b;
}
.app-s .data-app {
	display: flex;
	padding-right: 10px;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 15px;
	max-width: 700px;
}
.app-s .data-app:nth-last-child(1) {
	padding-right: 0;
}
.app-s .da-s {
	margin-top: 8px;
	width: 33.333333%;
	padding-right: 10px;
}
.app-s .da-s a {
	text-decoration: underline;
}
.app-s .entry {
    clear: both;
    overflow: hidden;
    position: relative;
}
.app-s .entry.limit::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	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;
}
.entry a:hover {
	text-decoration: underline;
}
.app-s .entry b, .app-s .entry strong {
	font-weight: 600;
}
.app-s .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;
}
.app-s .entry p {
	margin: 0 0 15px;
}
.app-s .iframeBoxVideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	cursor: pointer;
}
.app-s .iframeBoxVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
.tags a {
	background: #1bbc9b;
	border-radius: 2px;
	font-weight: 600;
	color: #FFF;
	padding: 3px 10px;
	margin: 8px 8px 0px 0px;
	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;
}
.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 {
	list-style: none;
    margin: 5px 5px 0;
    flex: none;
    width: 104px;
}
.tags {
	clear: both;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.botones_sociales a {
    background: #f2f2f2;
    color: #6b6b6b;
    display: block;
    font-size: 11px;
    padding: 0 17px 0 5px;
    text-align: left;
    text-decoration: none;
    min-height: 31px;
    border-radius: 2px;
    display: flex;
    align-items: center
}
.botones_sociales li i {
    font-size: 15px;
    margin: 0 7px;
    padding: 6px 0;
    text-align: center;
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    position: relative;
    top: 1px
}
.botones_sociales li a:hover i::before {
    color: #FFF
}
.botones_sociales .facebook:hover,
.botones_sociales.color .facebook {
    background: #4864a0;
    color: #FFF
}
.botones_sociales .twitter:hover,
.botones_sociales.color .twitter {
    background: #1DA1F2;
    color: #FFF
}
.botones_sociales .pinterest:hover,
.botones_sociales.color .pinterest {
    background: #c8232c;
    color: #FFF
}
.botones_sociales .telegram:hover,
.botones_sociales.color .telegram {
    background: #08c;
    color: #FFF
}
.botones_sociales .whatsapp:hover,
.botones_sociales.color .whatsapp {
    background: #25d366;
    color: #FFF
}
.botones_sociales.color a i::before {
    color: #FFF!important
}
.rlat .baps {
	margin-left: -10px;
	margin-right: -10px;
	display: flex;
	flex-wrap: wrap;
}
.rlat .bav1 a {
    position: relative;
    display: block;
    max-width: 150px;
    margin: auto;
}
.bav1 amp-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;
}
.rlat .bav1 a:hover .title {
    color: #1bbc9b;   
}
.app-s .box.rlat {
	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-left: 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 amp-img {
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	position: absolute;
	left: 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 {
	float: right;
}
#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;
}
.w75.bloque-imagen img {
	width: 75px;
	height: 75px;
	display: block;
}
.w75.bloque-imagen {
	overflow: hidden;
	float: left;
	margin-right: 10px;
	position: relative;
}
.w75 .bloque-status {
    left: -27px;
    width: 80px;
    font-size: 7px;
    top: -18px;
    padding: 3px 11px;
}
.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;
}
.icop {
	background-image: url(images/categories-sprite.png);
	background-position: -342px -199px;
	height: 32px;
	width: 32px;
	margin-right: 5px;
	flex: none;
	display: inline-block;
}
.icop.photography {
	background-position: -296px -248px;
}
.icop.games {
	background-position: -342px -154px;
}
.icop.game-adventure {
	background-position: -152px -152px;
}
.icop.game-action {
	background-position: -104px -152px;
}
.icop.game-role-playing {
	background-position: -248px -8px;
}
.icop.game-arcade {
	background-position: -200px -8px;
}
.icop.game-casual {
	background-position: -8px -200px;
}
.icop.game-word {
	background-position: -8px -248px;
}
.icop.game-strategy {
	background-position: -248px -152px;
}
.icop.game-sports {
	background-position: -248px -104px;
}
.icop.game-simulation {
	background-position: -248px -56px;
}
.icop.game-racing {
	background-position: -200px -200px;
}
.icop.game-puzzle {
	background-position: -152px -200px;
}
.icop.game-card {
	background-position: -200px -104px;
}
.icop.game-casino {
	background-position: -200px -152px;
}
.icop.game-music {
	background-position: -104px -200px;
}
.icop.game-board {
	background-position: -200px -56px;
}
.icop.game-educational {
	background-position: -56px -200px;
}
.icop.game-trivia {
	background-position: -248px -200px;
}
.icop.tools {
	background-position: -200px -296px;
}
.icop.entertainment {
	background-position: -152px -8px;
}
.icop.communication {
	background-position: -8px -104px;
}
.icop.social {
	background-position: -104px -296px;
}
.icop.music-and-audio {
	background-position: -296px -56px;
}
.icop.video-players {
	background-position: -296px -296px;
}
.icop.personalization {
	background-position: -296px -200px;
}
.icop.productivity {
	background-position: -8px -296px;
}
.icop.sports {
	background-position: -152px -296px;
}
.icop.education {
	background-position: -104px -104px;
}
.icop.lifestyle {
	background-position: -200px -248px;
}
.icop.books-and-reference {
	background-position: -56px -56px;
}
.icop.shopping {
	background-position: -56px -296px;
}
.icop.business {
	background-position: -104px -8px;
}
.icop.health-and-fitness {
	background-position: -56px -248px;
}
.icop.travel-and-local {
	background-position: -248px -296px;
}
.icop.food-and-drink {
	background-position: -56px -152px;
}
.icop.maps-and-navigation {
	background-position: -248px -248px;
}
.icop.beauty {
	background-position: -8px -56px;
}
.icop.comics {
	background-position: -104px -56px;
}
.icop.dating {
	background-position: -56px -104px;
}
.icop.events {
	background-position: -152px -56px;
}
.icop.finance {
	background-position: -8px -152px;
}
.icop.news-and-magazines {
	background-position: -296px -104px;
}
.icop.weather {
	background-position: -344px -8px;
}
.icop.house-and-home {
	background-position: -104px -248px;
}
.icop.libraries-and-demo {
	background-position: -152px -248px;
}
.icop.medical {
	background-position: -296px -8px;
}
.icop.parenting {
	background-position: -296px -152px;
}
.icop.art-and-design {
	background-position: -8px -8px;
}
.icop.auto-and-vehicles {
	background-position: -56px -8px;
 }
.icop.android-wear {
	background-position: -342px -104px;
}
.icop.watch-face {
	background-position: -342px -57px;
}

#footer {
	clear: both;
	background: #1d222d;
	color: #FFF;
	border-top: 2px solid #1bbc9b;
	overflow: hidden;
}
#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-bottom {
	padding: 15px 0;
	overflow: hidden;
	clear: both;
	display: flex;
	align-items: center;
}
.footer-bottom .copy {
	color: rgba(255,255,255,0.3);
	vertical-align: middle;
	line-height: 22px;
	flex: none;
}
.footer-bottom .copy ul {
	margin-top: 10px;
	display: block;
}
.footer-bottom .copy ul li {
	display: inline-block;
}
.footer-bottom .copy ul li:not(:nth-child(1))::before {
	content: '-';
	display: inline-block;
	margin-right: 5px;
	margin-left: 1px;
}
.footer-bottom .logo {
	filter: grayscale(100%);
	opacity: .2;
    margin-left: auto;
    width: 100%;
}
.footer-bottom .logo img {
	margin-left: auto;
}
html[dir=rtl] .footer-bottom .logo img {
	margin-left: inherit;
	margin-right: 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 input[type=text] {
    width: 100%;
    padding-right: 90px;
}
#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_download_u_1 {
	margin-bottom: 30px;
}
.ads_download_u_2,
.ads_download_u_3 {
	margin-top: 30px;
}
.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: 20px;
	margin-bottom: 20px;
}
.ads_single_top, .ads_single_center {
	clear: both;
	padding-bottom: 20px;
}
.ct_description {
	margin: 0 10px 10px;
	line-height: 21px;
}
.ct_description p:nth-child(1) {
	margin-top: 0;
}

.single-product .product {
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 2px 0px #e3e3e3;
    border-radius: 2px;
}
.single-product .product h1,
.single-product .product h2,
.single-product .product h3 {
    margin-bottom: 20px
}
.section .bav2 .meta .version {
	max-width: calc(100% - 80px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.buttond, .app-s .s2 .meta-cats a, .app-s .readmore, .tags a, .section a.more, .section .bav1 a::before, .section .bav1 a::after, .section .bav2 a, .section .bav2 .meta .version, .section .bav2 .developer, .section.blog .bloques li a.title, .section.blog .bloques li .excerpt .readmore a, .bloque-blog a.title, .rlat .bav1 a:hover img, .rlat .bav1 a:hover .title, .app-s .bx-download ul li a, .section .bav2 .title, .pagination a:hover, .botones_sociales a, .section .bav2 > a, .sb_submit[type=submit], #header nav .menu > li > a::before, #header nav .menu .sub-menu li a, #menu-mobile ul li a, .app-s #dasl:not([disabled]) {
	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 {
	width: 100%;
    padding: 10px 15px;
    background: #f2f2f2;
    color: #4c4c4c;
    font-size: 13px;
}
.aligncenter {
    margin: auto;
    text-align: center;
}
.entry.bx-info-install {
	background: #F8F8F8;
	padding: 0px 15px;
	border: 1px solid #F2F2F2;
	margin: 15px 0;
	font-size: 13px;
	line-height: inherit;
}
.app-s .entry.bx-info-install p {
	margin: inherit;
}
.app-s .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;
	animation: spin .8s infinite linear;
	clear: both;
	margin: 10px auto 20px;
	right: 0;
	left: 0;
	border-radius: 50%;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@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;}
}
#dasl {
	display: inline-block;
	color: #FFF;
	border-radius: 3px;
	font-weight: bold;
	width: auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: initial;
	font-size: 13px;
	margin-top: 10px;
    background: #1bbc9b;
}
.buttond.t {
	background: #0088CC;
}
.buttond.yt {
    background: #c62a2a;
}

#featured_posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#featured_posts:hover .fp_box {
	opacity: .7;
}
.fp_box {
    width: 20%;
	transition: all ease .25s;
}
#featured_posts:hover .fp_box:hover {
	opacity: 1;
}
#featured_posts .bloque-status {
    transform: none;
    top: 5px;
    left: initial;
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    right: 5px;
    box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.5);
}
.fp_box a {
    display: block;
    padding: 30px;
    height: 100%;
    background-size: cover;
    padding-bottom: 60%;
    position: relative;
    background-color: #FFF;
    background-position: center;
}
.fp_box a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fpb_a {
    position: absolute;
    bottom: 0;
    padding: 15px 20px;
    left: 0;
    height: 78px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    backdrop-filter: blur(3px);
	display: flex;
}
.fpb_title {
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    text-shadow: 2px 2px rgba(0,0,0,0.5);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fpb_a .bloque-imagen {
	border-radius: 10px;
	width: 50px;
	flex: none;
}
.fpb_a .w75.bloque-imagen img {
	height: 50px;
}
.hdt-t, .hdt-b {
    padding: 0 10px 10px;
    line-height: 1.6;
    font-size: 14px;
}
.hdt-b {
    margin-bottom: 30px;
}
@media (max-width: 1250px){ 
	.vah.aprp-7 .baps .bav2,
	.vah.aprp-8 .baps .bav2,
	.sidg.vah[class*='aprp'] .baps .bav2 {
		width: 33.33333%;
	}
}
@media (max-width: 1100px){
	#subheader.np #searchBox {
		width: 100%;
	}
	.sidg .sections {
		width: 100%;
	}
	.app-s .box {
		position: relative;
	}
	.vah.aprp-5 .baps .bav2,
	.vah.aprp-6 .baps .bav2 {
		width: 33.33333%;
	}
	.vav.aprp-8 .section .bav1 {
		width: 25%;
	}
	.sidg.vav[class*='aprp'] .section .bav1 {
		width: 25%;
	}
}
@media (max-width: 950px){
	.box .box-title::before {
		width: calc(100% + 35px);
	}
	#main-site .app-s,
	.sidg #main-site .container {
		flex-direction: column;
	}
	.app-p {
		padding: 0;
		margin: 0;
		position: relative;
		flex-direction: column;
	}
}
@media (max-width: 900px){
	#subheader.np {
		padding-right: 10px;
		padding-left: 10px;
		position: relative;
	}
	.fp_box {
		width: 25%;	
	}
}
@media (max-width: 768px){
	#subheader.np #searchBox {
		position: inherit;
		padding: 0;
		margin: 0;
	}
	#subheader.np .social {
		display: none;
	}
	.app-s, .app-p {
		position: inherit;
		padding: 0;
		margin: 0;
		float: none;
	}
	.bloque-blogs .px-col {
		width: 100%;
	}
	.footer-bottom {
		text-align: center;
		display: block;
	}
	.footer-bottom .copy {
		width: 100%;
		margin-bottom: 15px;
	}
	.footer-bottom .logo {
		margin: auto;
	}
	.box-content table {
		table-layout: auto;
	}
	.fp_box {
		width: 33.33333%;	
	}
	#footer .footer-bottom .logo amp-img, 
	#footer .footer-bottom .logo img {
		margin: auto;
	}
}
@media (max-width: 650px){
	#menu-mobile > ul > li > a {
		font-size: 13px;
	}
	#subheader > img {
		width: 150%;
		animation-duration: 10s;
	}
	#subheader.np {
		padding-top: 75px;
	}
	.sb_submit[type=submit] {
		line-height: 38px;
		height: 38px;
		min-width: 38px;
		width: 38px;
		padding: 0;
		font-size: 15px;
	}
	.sb_search[type=text] {
		font-size: 14px;
		height: 38px;
	}
	#main-site .error404 form input[type=text] {
		padding-right: 50px;
	}
	.app-s .s1 {
		margin: 10px auto 0px;
	}
	.app-s .box.box-download .s1 {
		clear: both;
	}
	.app-s .box:not(.box-versions) .s2:nth-of-type(1) {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
    }
    .rlat .bav1 {
    	width: 50%;
    }
    .rlat .bav1:nth-of-type(5) {
        display: none;
    }
	#main-site .error404 {
		padding: 20px;
	}
	#main-site .error404 h1 {
		font-size: 13em;
	}
	.rlat .baps {
		display: block;
		white-space: nowrap;
		overflow-y: auto;
		padding-left: 10px;
	}
	.rlat .baps::-webkit-scrollbar {
		display: none;
	}
	.rlat .bav1 {
		width: 150px;
		display: inline-block;
		padding: 15px 20px 15px 0;
		vertical-align: top;
	}
	.fp_box {
		width: 100%;
	}
	.fp_box a {
		padding-bottom: 45%;
	}
	.section .baps {
		padding-left: 5px;
		padding-right: 5px;
	}
	.vah[class*='aprp'] .baps .bav2,
	.vah.aprm-1 .baps .bav2,
	.vav.aprm-1 .section .bav1,
	.sidg.vav[class*='aprp'] .section .bav1,
	.sidg.vah.aprm-1 .baps .bav2 {
		width: 100%;
		padding: 5px;
	}

	.vav.aprm-2 .section .bav1,
	.sidg.vav.aprm-2 .section .bav1,
	.sidg.vah.aprm-2 .baps .bav2 ,
	.vah.aprm-2 .baps .bav2 {
		width: 50%;
	}
	.vav.aprm-3 .section .bav1,
	.sidg.vav.aprm-3 .section .bav1,
	.vah.aprm-3 .baps .bav2 {
		width: 33.3333%;
	}
}
@media (max-width: 500px){
	#subheader > img {
		width: 200%;
    	left: -50%;
	}
	.ct_description {
		margin-left: 0;
		margin-right: 0;
	}
	.section .bav2 .meta .version {
		font-size: 11px;
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}
	.section .bav2 .box-rating,
	.section .bav2 .box-rating .rating {
		float: none;
	}
	h1.main-box-title {
		font-size: 30px;
		line-height: 38px;
	}
	.box .botones_sociales a {
		line-height: 16px;
	}
	.box:not(.box-download) .app-spe.s2.box-social {
		float: none;
		width: 100%;
		padding: 0;
		clear: both;
	}
	.box:not(.box-download) .botones_sociales {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.box:not(.box-download) .botones_sociales a {
		font-size: 0;
		padding: 2px 0px;
		justify-content: center;
	}
	.box:not(.box-download) .botones_sociales li {
		width: 20%;
		margin: 0;
		padding: 0px 2px;
	}
	.box:not(.box-download) .botones_sociales li:nth-child(1) {
		padding-left: 0;
	}
	.box:not(.box-download) .botones_sociales li:nth-last-child(1) {
		padding-right: 0;
	}
	.box:not(.box-download) .botones_sociales li:nth-last-child(1) {
		display: inline-block;
	}
	.app-s .s2 .meta-cats a {
		margin-right: 0;
	}
	.section.blog {
		padding: 20px 10px;
	}
	.section.blog .bloques li .scim {
		position: absolute;
	}
	.section.blog .bloques .bca {
		padding-left: 90px;
		min-height: 80px;
	}
	.section.blog .bloques li a img {
		width: 75px;
		height: 75px;
	}
	.section.blog .bloques li a.title {
		font-size: 17px;
	}
	.section.blog .bloques li a .bloque-imagen {
		width: 75px;
	}
	#subheader {
		padding-top: 80px;
		padding-bottom: 15px;
	}
	#subheader .social {
		margin-top: 20px;
	}
    #subheader.np {
        padding: 70px 10px 10px; 
    }
	.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;
	}
	.app-s .s1 {
		width: 50%;
		padding-right: 10px;
	}
	.app-s .s2 {
		width: 50%;
		margin: 0;
		padding: 0;
	}
	.app-s .box.box-versions .s2 {
        padding: 0;
        width: 100%;
        float: none;
        margin: 0;
    }
	.app-s .box.box-download .s2:nth-of-type(1) {
		margin-bottom: 5px;
	}
	.app-s .box.box-download .app-spe.s2.box-social {
		margin-top: 10px;
	}
	.app-s .box.box-download .app-spe.s2.box-social ul {
		padding-top: 0;
		margin: 0;
	}
	.app-s .box.box-download .app-spe.s2.box-social ul li {
		margin: 0;
		width: 100%;
		margin-bottom: 6px;
		display: block;
	}
	.app-s .box.box-download .app-spe.s2.box-social ul li a i {
	    padding-top: 5.5%;
		padding-bottom: 5.5%;
	}
	.app-s .box.box-download h1 {
		font-size: 25px;
		line-height: 31px;
	}
	.app-s .box.box-download h4.version {
		font-size: 16px;
	}
	.app-s .data-app {
		padding: 0;
		border-bottom: 0;
		border-top: 0;
		margin-bottom: 0;
	}
	.app-s .box-data-app {
		background: #F2F2F2;
		margin-top: 10px;
		position: relative;
		overflow: hidden;
	}
	.app-s .box-data-app::before {
		width: 2px;
		height: 100%;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
		display: block;
		background: #FFF;
	}
	.app-s .da-s {
		margin: 0;
		padding: 8px;
		border-bottom: 2px solid #FFF;
		width: 100%;
	}
	#comments ol.comment-list .comment .comment-body .comment-meta {
		float: none;
		clear: both;
		display: block;
	}
	.rlat .bav1 {
		width: 115px;
		padding-right: 15px;
	}
}
@media (max-width: 380px){
	.app-s .bx-download .bxt {
		font-size: 17px;
	}
	.app-s .bx-download ul li a {
		font-size: 13px;
	}
	.buttond {
		padding-left: 33px;
		font-size: 11px;
	}
	.buttond i {
		font-size: 14px;
		padding: 0 8px;
	}
	#main-site .error404 h1 {
		font-size: 10em;
		line-height: 1em;
	}
}