/* Reset */
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{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline;}html{line-height:1;}ol,ul{list-style:none;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;vertical-align:middle;}q,blockquote{quotes:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";content:none;}a img{border:none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}body{width:100%;*zoom:1;}body:before,body:after{content:"";display:table;}body:after{clear:both;}

/* Geral */
html, body {
    height: 100%;
}
body {
    background-image: url(img/back.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #f6f6f6;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    line-height: 1.2;
	font-color: #f6f6f6;
}
.main {
    float: left;
    height: 100%;
    width: 100%;
}
    .content {
        background-color: #585c7e;
        float: left;
        height: 80px;
        position: absolute;
        top: 0;
        overflow: hidden;
        width: 100%;
    }
        .info {
            background-color: #585c7e;
            /*border-right: 1px solid #303132;*/
            /*float: left;*/
			width: 100%;
            height: 80px;
            padding-top: 10px;
        }
            .info h1 {
               float: left;
               font-size: 16px;
               margin: 20px 20px 0 30px;
            }
            .countdown_section {
                border-left:1px solid #303132;
                float: left;
                line-height: 1;
                padding: 0 13px;
            }
            .countdown_section:first-child {
                border: none;
            }
                .countdown_amount {
                    display: block;
                    font-size: 45px;
                }
        .nav {
            float: left;
            margin: 34px 0 0 15px;
        }
            .nav li {
                border-left: 1px solid #fff;
                float: left;
                padding: 0 15px;
                text-transform: uppercase;
            }
            .nav li:first-child {
                border: none;
            }
                .nav a {
                    color: #fff;
                    text-decoration: none;
                }
    .footer {
        background-color: #585c7e;
        bottom: 0;
        float: left;
        height: 80px;
        overflow: hidden;
        position: absolute;
        width: 100%;
    }
        .cidades {
            float: left;
            margin: 20px 0 0 40px;
            position: relative;
            height: 55px;
            font-size: 12px;
        }
            .cidade {
                float: left;
                margin-right: 20px;
                border-left: 1px solid #303132;
                padding-left: 20px;
            }
            .cidades .cidade:first-child {
                border-left: none;
                padding-left: 0;
            }
                .cidade h2 {
                    font-weight: bold;
                    margin-bottom: 5px;
                    text-transform: uppercase;
                    font-size: 14px;
                }
        .logo {
            float: right;
            margin: 20px 40px 0 0;
        }
/* Responsive */
@media screen and (max-width: 979px) {
body {
    background-size: 70% auto;
}
.content {
    height: auto;
}
    .info {
        width: 100%;
        height: 100px;
    }
        .info h1 {
            margin: 0 0 10px 0;
            width: 100%;
            text-align: center;
            font-size: 13px;
        }
    .nav {
        margin: 0;
        width: 100%;
    }
        .nav ul {
            margin: 17px auto 0 auto;
            width: 360px;
        }
    .date {
        width: 310px;
        margin: 20px auto 0 auto;
    }
    .countdown_amount {
        font-size: 35px;
    }
    .logo {
        margin-top: 20px;
    }
}
@media screen and (max-width: 715px) {
    .content {
        top: 0;
    }
    .footer {
        height: 140px;
    }
        .logo {
            width: 100%;
            float: left;
            padding: 0 0 5px 0;
            position: absolute;
            bottom: 5px;
        }
            .logo img {
                display: block;
                margin: 0 auto;
            }
}
@media screen and (max-width: 428px) {
    .cidades {
        margin: 10px auto 0 auto;
        float: none;
        width: 220px;
    }
        .cidade {
            margin: 0;
            padding: 0;
            border: none;
        }
    .logo img {
        height: 30px;
        width: auto;
    }
}
@media screen and (max-width: 360px) {
    body {
        background-size: 100% auto
    }
    .nav ul {
            font-size: 11px;
            width: 245px;
        }
            .nav li {
                padding: 0 5px;
            }
}
@media screen and (max-width: 280px) {
    .date {
        font-size: 10px;
        width: 245px;
    }
        .countdown_amount {
            font-size: 30px;
        }
    .footer {
        height: 150px;
    }
}
@media screen and (max-height: 400px) {
    .content {
        top: 0;
    }
    .footer {
        height: 110px;
    }
}
@media screen and (min-width: 360px)  and (max-width: 980px) and (min-height: 560px) and (max-height: 1920px) {
    body {
        background-size: 100% auto;
    },
}
@media screen and (min-width: 800px)  and (max-width: 1920px) and (min-height: 500px) and (max-height: 650px) {
    body {
        background-position: center 120px!important;
    }
}