/* Add here all your css styles (customizations) */
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    top: 0;
}
.video-container video.fillWidth {
    width: 100%;
}
video.about-vid {
	width: 100%;
	z-index: 1000!important;
}
.height-50 {height: 50%;}
.tronco
{
	background-image : url(tronco.png);
	background-repeat : repeat-x;
	background-size: contain;
}
.navbar-brand img {height: 50px;}
.navbar-brand {padding-top: 0;}
img.productos{width: 300px;}
a.maestranza {font-weight: 700; color: #000}
.maestranza:hover {color: #2A590C;  text-decoration: none;}