/* Add here all your CSS customizations */

#footer{
  background-image: url('../img/footer-background.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

    /* black overlay with 50% transparency */
}

.footer-title{
	font-family:textMenu;
	letter-spacing: 1.5px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

.text-footer{
	margin-left: -10px;
	font-family:textMenu;
	letter-spacing: 1px;
	font-size: 10.5px;
	color: #909090;
}

.footer-a{
	color: #909090;
	margin-left: -10px;
	text-align: center;
	font-family:textMenu;
	letter-spacing: 1px;
	font-size: 10.5px;
}

.footer-a:hover{
	cursor: pointer;
	color: #909090;
	text-decoration: none;
}


#clientsBlade{
  background-image: url('../img/fondo-clientes.png');
  background-size: cover;
  background-repeat: no-repeat;
}