body {
	background: #D5E7FE;
	width: 100%
}

.title {
	font-size: 2em;
	text-align: center;
}

.margin-20 {
	margin: 20px;
}

.brasil {
	/*max-width: 1200px;*/
	height: auto;
	max-height: 100vh;
	width: auto;
	max-width: 100%;
}

.text-align-center {
	text-align: center;
}

.bg_brasil {
	background-image: url(capa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	/*background-position-y: center;*/
}

@media screen and (max-width: 700px) {
    .title {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    .title {
        font-size: 1em;
    }

    .margin-20 {
		margin: 10px;
	}
}