#banner-vys {
	background-color: #ececec;
}

#banner-vys .img {
    width: auto;
	height: auto;
}


#banner-vys .contenedor {
	padding-top: 30px;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

#banner-vys .banner1 p {
	padding-top: 40px;
	margin-bottom: 40px;
	padding: 10px;
	width: 1600px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-shadow: 2px 2px 2px #D0D0D0;
	text-align:center;
	font-size:24px;
	color: #666;
	line-height: 20px;
}

#banner-vys .banner2 p {
	justify-content: center;
	padding: 5px;
	width: 350px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size:20px;
	color: #666;
	line-height: 30px;
}

#banner-vys .banner2 {
	margin-bottom:40px;
	
}


@media (max-width:320px) {
		
	
#banner-vys .banner1 p {
	width: 300px;
	font-size:20px;
	line-height: 20px;
}

#banner-vys .banner2 p {
	margin:auto;
	font-size:18px;
	line-height: 20px;
}

}

@media (max-width:360px) {
		
#banner-vys .banner1 p {
	width: 310px;
	font-size:20px;
	line-height: 20px;
}

#banner-vys .banner2 p {
	margin:auto;
	font-size:18px;
	line-height: 20px;
}


}

@media (max-width:480px) {
		
#banner-vys .banner1 p {
	width: 310px;
	font-size:20px;
	line-height: 20px;
}

#banner-vys .banner2 p {
	margin:auto;
	font-size:18px;
	line-height: 20px;
}


}

@media (min-width:768px) {

#banner-vys .banner1 p {
	width: 450px;
	font-size:24px;
	line-height: 20px;
}	



}


@media (min-width:1024px) {
	
	
#banner-vys .banner2 img{
	width:auto;
	height:auto;
}

#banner-vys .banner1 p {
	width: 1600px;
	font-size:24px;
	line-height: 20px;
}	



	
}

