@charset "utf-8";

.apresentacao-descricao {
	color: #00ABC9;
}
.secao-apresentacao::before {
	background-image: url('/arquivos/imagens/topos/escolinha-musica-p.jpg');
}
.bloco:nth-child(odd) {
	background-image: url('/arquivos/imagens/fundos/musica-azul-p.jpg');
	background-size: cover;
	color: white;
}
.bloco:nth-child(even) {
    color: #00ABC9;
}
.bloco:last-child{
	border-bottom: 1px solid #00ABC9;
}
.centralizadores.direita .bloco-descricao{
	border-bottom: 2px solid #00ABC9;
	padding-bottom: 20px;
}
.bloco-texto a {
	background-color: #00ABC9;
}
@media (min-width: 400px ) {
	.secao-apresentacao::before {
		background-image: url('/arquivos/imagens/topos/escolinha-musica-m.jpg');
	}
}
@media (min-width: 900px ) {
	.secao-apresentacao::before {
		background-image: url('/arquivos/imagens/topos/escolinha-musica.jpg');
	}
}

@media(min-width: 500px) {
	.bloco:nth-child(odd) {
		background-image: url('/arquivos/imagens/fundos/musica-azul-m.jpg');
	}
}
@media(min-width: 1000px) {
	.bloco:nth-child(odd) {
		background-image: url('/arquivos/imagens/fundos/musica-azul.jpg');
	}
}
@charset "utf-8";

.centralizadores {
	display: flex;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.bloco {
	padding-top: 50px;
	padding-bottom: 50px;
}
.bloco:nth-child(2) {
	background-color: #E5F7EE
}
.bloco-imagens-area {
	flex: 1;
}
.bloco-imagens {
	max-width: 100%;
	height: 250px;
}
.bloco-texto {
	flex: 4;
	padding-left: 20px;
}
.bloco-titulo {
	margin-top: 0;
	text-transform: uppercase;
	font-family: 'Fredoka One', cursive;
}
.centralizadores {
	flex-direction: column;
}
.centralizadores.esquerda .bloco-descricao {
	padding-bottom: 20px;
	border-bottom: 2px solid white;
}
.centralizadores.direita .bloco-texto {
	padding-left: 0;
	padding-right: 20px;
}
.bloco-imagens-area {
	flex: 3;
	display: flex;
	align-items: baseline;
	position: relative;
}

.bloco-imagens-area {
	justify-content: center;
}
.bloco-texto a {
	text-decoration: none;
	display: inline-block;
	color: white;
	padding: 0px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.esquerda .bloco-texto a {
	border: 1px solid white;
}
.projeto-noticias {
	display: block;
	margin-left: 80px;
}
.bloco-texto a::before {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 22px;
	height: 15px;
	margin-right: 8px;
}
.projeto-fotos::before {
	background-image: url('/arquivos/imagens/svg/camera.svg');
}
.projeto-noticias::before {
	background-image: url('/arquivos/imagens/svg/jornal.svg');
}

@media(min-width: 400px) {
	.bloco-imagens-area {
		justify-content: flex-start !important;
		flex-direction: column;
	}
	.bloco-imagens-area img {
		max-width: 100% !important;
		position: absolute;
		top: -72px;
	}
	.bloco-imagens {
		max-height: 100%;
	}
	.direita .bloco-imagens {
		max-width: 30%;
		margin-right: 1%;
	}
	.centralizadores.direita {
		flex-direction: row;
	}
	.centralizadores.esquerda {
		flex-direction: row-reverse;
	}
	.bloco-imagens{
		height: auto;
	}
}

@media(min-width: 640px) {
	.projeto-noticias {
		display: inline-block;
		margin-left: 0px;
	}
}

