@charset "UTF-8";
/* CSS Document */

/* Tipografías */
	@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


/* Bloque general */
.bloque_central{
	width: 50%;
	margin-left:calc(50vw - 25%);
	text-align: center;
	margin-top: 9%;
	font-family: 'Oswald', sans-serif;
	font-size: 16pt;
	color: #4F4848;
	font-weight: 400;
	font-style: normal;
}

.info{
	 font-family: 'Work Sans', sans-serif;
	 font-size: 12pt;
	 color: black;
	 font-weight: 400;
	 margin-top: 0;
	 margin-bottom: 6%;
}


@media screen and (max-width: 700px) {
	.info{
		font-size: 9pt;
		margin-bottom: 10%;
	}
}