.section .bloque-app {
    width: 25%;
}

.related_section .bloque-app {
	width: 33.33%;
}

.card_section {
	background-color: #fff!important;
	border-radius: 0.25rem!important;
	border: 1px solid #dee2e6!important;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	padding: 1rem;
}

.section .bloque-app a {
    display: flex;
    align-items: center;
	overflow: hidden;
}

.section .bloque-app a img {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    margin-left: 0.5rem;
}

.footer-container {
    display: inline-block;
    width: 100%;
}

.footer-top-right, .footer-top-left {
    width: 50%;
    display: inline-block;
    float: right;
}

.footer-top-right h4, .footer-top-left h4 {
	font-size: 22px;
	margin-bottom: 5px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}

.footer-menu li a, .footer-menu li a:hover {
    color: #000;
}

.footer-top {
    padding: 2rem 0;
}

.footer-socials {
    display: flex;
    width: 100%;
    margin-top: 20px;
    align-items: center;
}

.footer-container {
    display: inline-block;
    width: 100%;
}

span.social-border {
    border-top: 1px solid #cecece;
    flex-grow: 1;
}

ul.social li {
    display: inline-block;
    text-align: center;
}

footer ul.social li a {
    margin: 5px;
    line-height: 40px;
    background: #eee;
    width: 40px;
    height: 40px;
    border-radius: 50px;
	display: inline-block;
	font-size: 18px;
}

#footer .footer-bottom .copy a {
	color: #fff;
}

#header nav ul li:hover {
    background: #eee;
}

.home-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-item {
    width: 32.333%;
    position: relative;
}

.blog-wrapper {
    padding: 20px;
    height: 200px;
    display: flex;
    align-items: flex-end;
	background-size: cover !important;
}

.blog-wrapper a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.blog-wrapper a {
    color: #fff;
    z-index: 99;
    font-size: 18px;
}

.blog-wrapper:after {
    content: "";
    background: #000000ba;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.svg-5 {
    width: 1.25rem;
    height: 1.25rem;
}

.svg-primary {
    fill: #eb144c;
}

.table th, .table td {
    padding: 0.625rem;
}

.app-info-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.app-info-wrapper img {
    width: 70px;
}

.app-info h1 {
    font-size: 22px;
    display: block;
    line-height: 1;
}

.aplication-single .downloadAPK {
    font-size: 15px;
    padding: 10px;
}

#header nav .menu .sub-menu li {
    background: #fff;
}

#header nav .menu .sub-menu li {
    background: #fff;
}

h2.box-title {
	margin-bottom: 15px;
}

.app-desc {
    font-size: 18px;
    margin-bottom: 20px;
}

.app-desc span {
    display: block;
    font-weight: 700;
}

.aplication-single {
    float: none;
    margin: 0 auto;
}

.appdata-table td {
	text-align: center;
}

.appdata-table td a {
	color: blue;
} 

.appdata-table {
    font-size: 16px;
}

.appdata-table th i {
    color: #01385a;
    margin-left: 10px;
}






@media only screen and (max-width: 768px) {
	.footer-top {
    text-align: center;
}
	.footer-menu li {
    display: block;
}
	.blog-item {
    width: 100%;
    margin-bottom: 10px;
}
}