.lazy-background.page-head-sm{
	background-image: url(../img/img-low/exito.jpg);
	background-position: center bottom;
}

.lazy-background.visible.page-head-sm{
	background-image: url(../img/exito.jpg);
	background-position: center bottom;
}

.page-head-container{
	align-items: flex-end;
}

.page-head-txt h2 strong{
	color: #C1272D;
}

.yt{
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}

.yt iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.empresas h2{
	background-color: #C1272D;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

/*-------------------------------*/
/*MARCAS*/
/*-------------------------------*/

.Smooth-autoplay .owl-stage{
    transition-timing-function: linear!important;
}

.marcas .owl-carousel .d-flex img{
	filter: grayscale(1);
    max-width: 200px;
    width: auto;
    max-height: 100px;
    height: auto;
    transition: all .5s;
}

.marcas .owl-carousel .d-flex:hover img{
    filter: grayscale(0);
    transition: all .5s;
}

.marcas .marca-item{
    margin-bottom: 1px;
}
