body,html{
	width: 100%;
}
.list-group-item:first-child {
}

.tel, .mail, .direccion {
color:#000 !important;
}
.tel .mail .direccion: hover {
color:#000 !important;
}

a:hover {
	text-decoration:none;
	color:none;
}
.sinpadding:hover .overlay{
	opacity: 1;
		transition: all .10s ease;
	cursor: pointer;
}
.sinpadding:focus .overlay{
	opacity: 1;
		transition: all .10s ease;
	cursor: pointer;
}

.overlay{
	text-align: center;
	color: #fff;
position: absolute;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	transition: all .10s ease;
	top: 0;
	width: 100%;
	height: 100%;
}

.textp{
color: #fff;
	width: 100%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.textp p{
	margin-top: 15px;
	color: #fff !important;
	font-size: 18px;
	padding-bottom: 30px;
}
.binfo{
	
	position: relative;
	margin: 0 auto;
	display: block;
	color:#000;
	background: #D9CD40;
	padding: 5px;
	width: 150px;
	text-align: center;

}

.binfo:hover{
color:#000;
}
.binfo:focus{
color:#000;
}


.isStuck {
width: 100%;
position: fixed;
top:0px;
}
a.current {
background-color: #222;
}

.garantia{
	width:1000px;
	max-width: 85%;
	text-align: center;
}