/* Clases para el hero del home */
#home-hero{
	max-height:700px;
	height:80vh;
}
.hero-video-background-container{
	position: absolute !important;
	top:0;
	left:0;
  	overflow: hidden;
	z-index:0;
}
.video-player{
	height:100%;
	width:100%;
	object-fit: cover;
}

@media (max-width:768px){
	#home-hero{
		height:84vh;
	}
	.hero-title{
		font-size:50px !important;
		font-weight:400;
	}
	#ab-section-heading-container > *{
		margin-top:10px !important;
	}
	.vc_row.wpb_row.vc_row-fluid.banner-big-height.vc_custom_1773044379142{
		margin-top:5px !important;
	}
	.elements-bar.left.-unlist.dynamic-typo{
		display:none;
	}
	.video-player{
		height:100vh;
		width:100%;
		object-fit: cover;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.vc_row:after, .vc_row:before{
		display:none;
	}
	.vc_col-sm-3{
		width:45%;
	}
	#home-hero{
		height:50vh;
		max-height:450px;
		min-height: 100%;
		display: flex;
	}
	#home-hero > * {
		flex: 1;
	}
	.hero-title{
		font-size:50px !important;
		font-weight:400;
	}
	#ab-section-heading-container > *{
		margin-top:10px !important;
	}
	.vc_row.wpb_row.vc_row-fluid.banner-big-height.vc_custom_1773044379142{
		margin-top:5px !important;
	}
	.elements-bar.left.-unlist.dynamic-typo{
		display:none;
	}
}