
.topo-0{
	padding: 10px 0;
	background-color: darkred;
}

.texto-topo-0{
	color: #FFFFFF;
	margin: 0;
	font-size: 22px;
	font-weight: 700;
}

.topo-1{
	padding: 60px 0 40px 0;
	background-color: #fff;
}

.img-max{
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin: 20px auto;
}

.disclaimer {
    font-size: 13px;
    text-align: center;
    margin-bottom: 25px;
    color: #666;
    background: #f9f9f9;
    padding: 10px;
    border-left: 4px solid #ccc;
    border-radius: 4px;
}

.disclaimer img{
	height: 18px;
	width: auto;
}

h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.3;
}

h2 {
    font-size: 22px;
    margin-top: 30px;
    color: #444;
}

h3 {
    font-size: 18px;
    margin-top: 25px;
    color: #555;
}

p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000;
}

.byline {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
}

.botao{
	text-decoration: none;
	display: block;
	margin: 20px auto;
	text-align: center;
	background-color: #61ce70;
	font-family: "Roboto", Sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #fff;
    padding: 20px 15px;
}

.paragraph-2{
	font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000;
}

@media screen and (max-width: 600px) {

	.texto-topo-0{
		font-size: 18px;
	}	

}