*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


body{
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
}

/* Aspectes generals: Tipografia */

.semibold-titular{
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.regular-text{
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

/* Body */

.cont{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#logo-voolo{
	width: 144px;
	height: 44px;
	justify-content: center;
	align-items: center;
	margin: 20px 0px;
}

.forma-text{
	margin-top: 250px;
	color: #124944;
	margin-left: 20px;
	margin-right: 20px;
}

	.forma-text .regular-text{
		margin: 20px 0px;
	}

		.forma-vol-ong{
			display: flex;
			width: 300px;
			justify-content: space-between;
			align-items: center;
			border: 1px solid #124944;
			border-radius: 100px;
			padding: 6px 6px 6px 15px;
			margin-bottom: 15px;
		}

			a{
				font-family: Poppins;
				font-size: 16px;
				font-style: normal;
				font-weight: 500;
				line-height: 16px;
				color: #124944;
				text-decoration: none;
			}