.cont_home
{
	margin-top: -100px;
	padding-top: 150px;
	background-color: rgb(235,249,198);
	padding-bottom: 200px;
	width: 100%;
	height: auto;
	background-image: url('../../img/Back.png');
	min-height: calc(100% - 0px);
}
.cont_video_home
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url('../../img/INTRO_WEB.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.texto_home h1
{
	font-size: 26px;
	font-family: 'Oswald_Light' !important;
	color: #334B56;
	text-align: center;
	letter-spacing: 1px;
}
.texto_home div
{
	width: 600px;
	height: 1px;
	background-color: #334B56;
	margin-left: auto;
	margin-right: auto;
}
video 
{
	width: 1000px;
}

@media screen and (max-width: 1150px) {
	
	.cont_home 
	{
	    width: 100%;
	}
	video 
	{
	    width: 90% !important;
	    margin-right: auto;
	    margin-left: auto;
	}
	.cont_video_home
	{
		width: 100%;
	}
	.texto_home h1
	{
		font-size: 17px;
	}
}
@media screen and (max-width: 600px) {
	
	video 
	{
	    width: 90% !important;
	}
	.texto_home h1
	{
		font-size: 10px;
		margin-top: 20px;
	}
	.cont_home
	{
		height: 100%;
	}
	.cont_home
	{
		margin-top: -100px;
		padding-top: 100px;
		padding-bottom: 100px;
		height: 100px;
		min-height: calc(100% - 100px);
	}
}
@media screen and (max-width: 550px) {
	
	video 
	{
	    opacity: 0 !important;
	}
	
}