*{font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif!important;}

.navbar-brand{
	margin-top: -20px;
}
.txt-slider{
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 30px;
	font-weight: lighter;
	/*background: rgba(230, 67, 34, .8);*/
	background: rgba(0, 0, 0, .6);
}
.btn-u.btn-brd.btn-u-light{
	color: #000;
	background-color: #fff;
	background: #fff;
}
.title-v1 h1, .title-v1 h2{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 40px;
	color: #c64328;
	text-shadow: 1px 1px 1px #919191;
}
.mapa{
	width: 100%;
	z-index: 1;
    position: relative;
}
.mapa iframe{
	padding: 0;
	margin: 0;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

.listado-clientes{}
.listado-clientes li{
	list-style: none;
	display: inline-block;
	float: left;
	margin: 10px;
	cursor: pointer;
}
.listado-clientes li img{
	display: block;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s ease-in-out;
}
.listado-clientes li img:hover{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.1);
}
.back-to-top img{
	display: block;
}







