.medio {
	display: none;
}

.chico {
	display: none;
}

#seccion-folleto {
	height: 231px;
	width: 100%;
	background-image: url("../images/folleto_1280.png");
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: -webkit-flex; /* Safari 6.1+ */
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-webkit-flex-direction: column;
}

#boton-folleto {
	height: 45px;
	width: 45px;
}

#boton-folleto:hover{
	background: #D0D0D0 ;
	opacity: 0.5;
}

#seccion-folleto p {
	color: #33CA00;
	font-size: 36pt;
	line-height: 1.4;
	text-align: center;
	font-weight: lighter;
	font-family: "Helvetica Neue LT Std Ultra",sans-serif;
	letter-spacing: 5px;
}

@media (max-width: 768px) {
	.medio {
		display: block;
	}

	.grande {
		display: none;
	}
}

@media (max-width: 400px) {
	.chico {
		display: block;
	}

	.medio {
		display: none;
	}
}