﻿.header {
	width: 100%;
}

.footer {
	width: 100%;
	background: #0c3659;
	min-height: 100px;
}

.logo-branco {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.list-itens {
	margin-top: 50px;
}

li {
	list-style: none;
	max-width: 30px;
	display: inline-block;
}

body { 
	overflow-x: hidden; 
}

.ico-face {
	margin-left: -10px;
}

.frase {
	text-align: center;
}

.contador {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	padding-bottom: 25px;
}

.conteudo-final {
	text-align: center;
}

iframe {
	display: block;
    margin-left: auto;
    margin-right: auto;
    border-top: 100px solid #ebebeb;
    border-bottom: 30px solid #ebebeb;
    border-right: 30px solid #ebebeb;
    border-left: 30px solid #ebebeb;
}

.div_iframe {
	/*z-index: -1;*/
    margin-top: -55px;
    border-top: 100px solid #ebebeb;
    border-bottom: 30px solid #ebebeb;
    border-right: 30px solid #ebebeb;
    border-left: 30px solid #ebebeb;
}

.div_contador {	
	z-index: 999;
	background-repeat: no-repeat; 
	background-position: center;
}

/* -- Novo conteúdo -- */

h1 {
	text-align: center;
}

.frase_divulgacao{
	font-size: 28px;
}

p {
	text-align: center;
}

.tabela {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
}

@media only screen and (max-width: 600px) {
    .frase_divulgacao{
        font-size: 20px;
    }

    .contador {
    	padding: 20px;
    	font-size: 25px;
    }

    .tabela {
    	margin-bottom: 30px;
    }

    .logo-branco {
    	max-width: 150px !important;
    	margin-top: 20px;
    }
}