/*body {
	background-image: url('img/fondo_web.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}*/

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.btn-wsp{
	position: fixed;
	width: 55px;
	height: 55px;
	/* line-height: 42px; */
	bottom: 30px;
	right: 30px;
	/* background: #0df053; */
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	z-index: 100;
}

.btn-wsp:hover{
	text-decoration: none;
	color: #0df053;
	background: #fff;
}