body {
    background-image: url('../img/bg.jpg');
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.content {

    padding: 0 15px;

}

#mb-menu img {
    width: 100%;
}

.divisor-bx img {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 1096px;
}

.content > div {
    margin-bottom: 40px;
}

.pg-logo-top img {
    margin: 30px auto 0;
    display: block;
    max-width: 526px;
    width: 100%;
}

.pg-header h1,
.download-bx h2 {
    text-align: center;
    font-weight: bold;
}

.pg-header p {
    max-width: 600px;
    text-align: center;
    margin: 15px auto 0;
}

.link-bx img {
    width: 100%;
    margin-bottom: 20px;
}

.download-bx {
    padding-top: 20px;
}

.download-bx p {
    text-align: center;
    margin: 15px auto 35px;
}

.download-bx img {
    margin: 15px auto 0;
    display: block;
    width: 100%;
}

.download-bx img.app-logo {
    width: 168px;
    margin-bottom: 35px;
    border-radius: 10px;
}

.download-bx img.g-play {
    max-width: 564px;
}
.download-bx img.ios-store {
    max-width: 504px;
}

footer {
    background-color: #343a40;
    padding: 30px 0;
}

footer .ft-logo img {
    margin: 0 auto;
    width: 150px;
    display: block;
}

footer .copy {
    text-align: center;
    margin-top: 35px;
    line-height: 15px;
    color: #fff;
}

