* {
    margin: 0;
    padding: 0;
}

body {
    background: url(../img/background.jpg);
    background-position: left top;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.textodespedida {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: 'Anton', sans-serif;
    text-shadow: 2px 2px #000;
    margin-top: -10%;
    background: rgba(255, 255, 255, 0.6);
}

.logo2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: 'Anton', sans-serif;
    text-shadow: 2px 2px #000;
    margin-top: 10%;
    background: rgba(255, 255, 255, 0.6);
}

.proximamente {
    font-size: 32px;
    text-shadow: 2px 2px #000;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.logodesafio {
    width: 200px;
    margin-top: 50px;
    animation: latidos 2s infinite;
    -ms-animation: latidos 2s infinite;
    -moz-animation: latidos 2s infinite;
    -webkit-animation: latidos 2s infinite;
}

.footer1 {
    right: 40px;
    font-family: 'Anton', sans-serif;
    color: rgb(0, 0, 0);
}

.logodesafio2 {
    position: relative;
    width: 300px;
    margin-top: 10px;
    left: 110px;
}

@keyframes latidos {
    from {
        transform: none;
    }
    50% {
        transform: scale(1.1);
        filter: contrast(150%);
    }
    to {
        transform: none;
    }
}

.privacy {
    position: absolute;
    font-family: 'Times New Roman', Times, serif;
    width: 50%;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

.logosstorediv {
    position: absolute;
    bottom: -250px;
    width: 100%;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

.logosstore {
    margin: auto;
    text-align: center;
}

.logosstore img {
    max-width: 150px;
}

.logosstore2 img {
    max-width: 165px;
}

.backgroundpequeno {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 600px) {
    body {
        background: url(../img/background.jpg);
        background-position: left top;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-size: 250% auto;
        background-position-x: 60%;
    }
}