/* RESET */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: normal;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
button {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}



/* GERAL */

body {
    font-family: 'Roboto', Sans-serif;
    color: #333;
    background-color: #fbfbfb;
}

a {
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 28px;
    line-height: 40px;
}

h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}

main h3 {
    font-size: 24px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
    display: table;
    float: left;
    clear: both;
}

p {
    font-weight: 300;
    margin-bottom: 14px;
    color: #666;
    clear: both;
}


header, main {
    padding: 10px 10%;
    width: 100%;
}

header {
    position: fixed;
    top: 44px;
    background-color: #333;
    height: 60px;
}

header img {
    position: absolute;
    left: 10%;
    /*image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;*/
    -ms-interpolation-mode: nearest-neighbor;
}

header h1 {
    display: inline-block;
    color: #FFF;
    width: 100%;
    text-align: center;
}

main {
    padding-top: 144px;
    text-align: center;
    float:left;
    min-height: calc(100vh - 175px);
}

#barra-globocom {
    position: fixed;
}

#login {
    display: none;
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}

#participacao {
    display: none;
    width: 100%;
    text-align: right;
    margin: 60px 0 20px;
}

#regulamento {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #CCC;
}

.pergunta {
    font-size: 20px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
    display: table;
    float: left;
    clear: both;
}

input[type="text"] {
    float: left;
    clear: both;
    padding: 10px;
    width: 100%;
    margin-bottom: 40px;
}

label[for="aceitar"] {
    vertical-align: middle;
}

button {
    background-color: #333;
    color: #FFF;
    font-weight: 300;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 18px;
    clear: both;
    display: table;
    margin: 40px auto;
}

#mensagens {
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}

#resultado {
    width: 100%;
    text-align: left;
    margin-top: 72px;
    border-top: 1px solid #DDD;
    padding-top: 20px;
}



/* TEMAS */


/* cbn */

.cbn header {
    background-color: #e11b22;
}

.cbn button {
    background-color: #e11b22;
}

.cbn a {
    color:  #e11b22;
}


/* radio globo */

.radio-globo header {
    background-color: #2D2F31;
}

.radio-globo button {
    background-color: #F99D1C;
}

.radio-globo a {
    color: #F99D1C;
}



/* bh fm */

.bh-fm header {
    background-color: #941CD4;
}

.bh-fm button {
    background-color: #000000;
}
.bh-fm a {
    color: #ed1c24;
}


footer {
    width: 100%;
    float: left;
    clear: both;
    background-color: #454545;
    margin-top: 80px;
}
footer .wrapper {
    padding: 10px 10%;
    width: 100%;
}
footer .wrapper a {
    color: #FFF;
    display: block;
    padding: 8px 0;
}
footer .wrapper img {
    max-width: 200px;
    max-height: 40px;
    vertical-align: middle;
    padding: 4px 24px 4px 0;
    filter: grayscale(1);
}

footer .wrapper a span {
    vertical-align: middle;
    text-transform: lowercase;
}
footer .assinatura {
        width: 100%;
        border-top: 1px solid rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.75);
        background-color: rgba(0,0,0,0.75);
}

footer .assinatura .wrapper {
    /* padding: 8px 0; */
    overflow: auto;
    padding: 10px 10%;
}
footer .assinatura .wrapper span {
    float: left;
    font-size: 12px;
}
footer .assinatura .wrapper ul {
    float: right;
}
footer .assinatura .wrapper ul li {
    float: left;
    clear: none;
    font-size: 12px;
}

footer .assinatura .wrapper ul li:before {
    content: '|';
    margin: 0 16px;
    font-weight: 100;
}
footer .assinatura .wrapper ul li:first-child:before {
    display: none;
}

footer .assinatura .wrapper ul li a {
    color: #FFF;
    display: inline;
}

/* BREAK POINTS */

@media only screen and (max-width : 600px) {
    h2 {
        font-size: 28px;
    }
    header, main {
        padding: 10px;
    }
    header {
        padding: 15px;
        top:35px;
    }
    header img {
        height: 30px;
        position: relative;
        float: left;
        left: 0;
    }
    header h1 {
        display: block;
        font-size: 20px;
        line-height: 30px;
        text-align: right;
    }
    main {
        padding-top: 135px;
    }
    main h3{
        font-size: 20px;
    }
    input[type="text"] {
        border:1px solid #ccc;
    }
    #participacao{
        text-align: left;
    }
    #resultado{
        margin-top:42px;
    }
    .pergunta{
        font-size: 18px;
    }
    #mensagens{
        padding: 0;
    }
}

@media (max-width: 500px) {
    footer .wrapper {
        padding: 16px;
    }
    footer .wrapper a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    footer .wrapper a img {
        max-height: 30px;
        border: none;
        padding: 0;
    }
    footer .wrapper a span {
        float: right;
    }
    footer .assinatura .wrapper {
        padding: 8px;
    }
    footer .assinatura .wrapper ul {
        display: none;
    }
}
