html,
body {
    width: 100%;
}

* {
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #033c7d;
    background-image: url(../img/bg-1280.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

#quiz {
    display: block;
    height: 600px;
}

#app {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    height: calc(100vh - 40px);
}

#app .logo {
    max-width: 300px;
}

.quiz-ads {
    padding-top: 15px;
    text-align: center;
    cursor: pointer;
}

.quiz-ads-download {
    display: flex;
}

.quiz-ads-download img {
    width: 95%;
}

.quiz-ads img {
    max-width: 350px;
    cursor: pointer;
}

.quiz-question {
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.quiz-answers .quiz-img-button {
    max-width: 250px;
    cursor: pointer;
    padding: 0 10px;
}

.quiz-between-button {
    color: #fff;
}

.quiz-answers {
    text-align: center;
    padding-bottom: 5px;
    max-width: 350px;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
}

.quiz-answers .btn {
    float: left;
    clear: both;
}

.sweet-alert button {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.quiz-button.btn {
    margin-top: 10px;
    background-color: #f60;
    border-radius: 50px;
    text-transform: uppercase;
    white-space: normal !important;
    max-width: 250px;
    width: 250px;
    color: #fff;
    padding: 15px 0px;
}

.quiz-button.btn:hover {
    background-color: #0096D2;
    color: #fff;
}

.question-image {
    width: 100%;
    max-width: 500px;
    margin-bottom: -80px;
    margin: 0 auto;
}

.question-image img,
.results-ratio,
.results-social,
.quiz-title,
.quiz-subtitle,
.quiz-result-title {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    color: #fff;
}

.results-ratio,
.results-social,
.quiz-title,
.quiz-subtitle,
.quiz-result-title {
    max-width: 900px;
}

.question-image img {
    max-width: 150px !important;
    padding-top: 10px;
}

.image-credit {
    font-size: 12px;
    color: #696969;
    font-weight: 400;
    text-align: right;
    max-width: 1100px;
    margin: 0 auto;
}

.results-social {
    display: table;
}

.correct-text {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000;
}

.quiz-title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}

.quiz-result-title {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}

.quiz-subtitle {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

.results-ratio {
    margin: 20px auto;
    font-size: 24px;
    font-weight: bold;
}

.results-social {
    width: 270px;
    clear: both;
    padding-top: 20px;
}

#social-text {
    margin-bottom: 20px;
    width: 275px;
}

.results-social a:not(:first-child) {
    margin-left: 20px;
}

.progress-circles {
    position: relative;
    padding: 0;
    margin: 0;
    /*  left: 40px;*/
    margin-left: auto;
    margin-right: auto;
    top: 40px;
    display: none;
}

.progress-circles.show {
    display: block;
}

.show {
    display: table !important;
}

.progress-circles li {
    list-style: none;
    display: inline-block;
    background: #ccc;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
}

.progress-circles li.dark {
    background: #1696d2;
}

.follow-tw {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../img/twitter.png);
    background-size: cover;
    height: 32px;
    width: 32px;
}

.follow-fb {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../img/facebook.png);
    background-size: cover;
    height: 32px;
    width: 32px;
}

.follow-wp {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/whatsapp.png);
    height: 32px;
    width: 32px;
}

.sweet-alert {
    margin-top: -251px !important;
    position: absolute;
}

.rodape img {
    max-width: 450px;
}


/***** OVERRIDE **/

.progress-circles li {
    width: 5px;
    height: 5px;
}

@media (max-width: 760px) {
    .quiz-question {
        font-size: 18px;
        line-height: 25px;
    }
    .sweet-alert {
        margin-top: -251px !important;
        position: absolute;
    }
    .sweet-alert h2 {
        display: none;
    }
    #app .logo {
        max-width: 250px;
    }
    .quiz-title {
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
    }
    .quiz-button.btn {
        padding: 5px;
    }
    .quiz-answers {
        flex-direction: column;
    }
    .quiz-answers .quiz-img-button {
        max-width: 200px;
    }
    .rodape img {
        max-width: 100%;
    }
    body {
        background-image: url(../img/bg-728.png);
        background-size: cover;
        padding: 5px;
    }
    #app {
        max-height: calc(100vh - 60px);
    }
    #quiz {
        height: inherit;
    }
    .quiz-ads img {
        max-width: 250px;
    }
    .sweet-alert h2 {
        display: inherit;
        font-size: 25px;
        margin: 0
    }
    .quiz-result-title {
        font-size: 16px;
        line-height: 22px;
    }
}