body{
	background-color: #000;
}
#home{
	padding:4% 10%;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(71,190,245,1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(71,190px,145px,1);
	box-shadow: 0px 10px 20px 0px rgba(71,190,245,1);
}
	main{
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 5px;
		margin-top: 140px;
		background-color:#046307;
	}
	.welcome-section{
		display: flex;
		align-items: center;
		justify-content: space-around;
		background-color: #000;
		border-radius: 10px;
		padding: 20px;
		gap:20px;
	}
	.content-image{
		flex: 1 1 250px;
		width: 40%;
		max-width: 70%;
		height: 500px;
		border-radius: 10px;
	}
	.texto-welcome{
		text-align: justify;
		padding:2% 0%;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction:column;
			flex: 1 1 200px;
			width: 50%;
			height: auto;
			border:solid 3px #3ADF00;
			border-radius: 20px;
			background-color:#000;
		}
		.texto-welcome h1{
			text-align: center;
			font-size: 2.5em;
			font-family: 'comicsans';
			color: #555;
		}
		p{
			font-size: 2em;
			font-family: 'comicsans';
			padding: 0 10% 0 10%;
			color: #fff;
		}
.noscroll{
	overflow: hidden;
	height: 100vh;
}
