
body {
    font-family: "Roboto", sans-serif;
    background-color: #f9f9f9;
    color: #333;
    margin: 0;
    padding: 0;
}

.topo-0{
	background-color: #FF0000;
	padding: 10px 0;
}

.texto-topo-0{
	margin: 0;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}

.topo-1{
	padding: 40px 0;
}

.fundo-topo-1{
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px;
}

.disclaimer {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    color: #666;
    background: #fff8c6;
    padding: 12px;
    border-left: 5px solid #f7c600;
    border-radius: 4px;
}

.emoji{
	height: 1em !important;
    width: 1em !important;
}

.titulo-topo-1{
	font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #212121;
    text-align: left;
    line-height: 1.3;
}

.byline {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.img-conteudo{
	width: 100%;
	height: auto;
	margin: 20px auto;
	border-radius: 15px;
}

.img-conteudo2{
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: 20px auto;
	border-radius: 15px;
}

.texto{
	font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #333;
    font-weight: 400;
}

h3 {
    font-size: 18px;
    margin-top: 25px;
    color: #555;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
}

h2 {
    font-size: 22px;
    margin-top: 30px;
    color: #2e7d32;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.botao{
	text-decoration: none;
	display: block;
	font-family: "Roboto", Sans-serif;
    font-size: 39px;
    font-weight: 500;
    text-align: center;
    margin: 20px auto;
    background-color: #61ce70;
    color: #fff;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    border-radius: 5px;
}

.rodape{
	padding: 40px 0 20px 0;
	background-color: #f2f2f2;
}

.texto-rodape{
	font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #7a7a7a;
}

.texto-rodape a{
	text-decoration: none;
	margin: 10px 5px;
}

@media screen and (max-width: 600px) {

	.botao{
		font-size: 30px;
	}	

}