

footer{
	background: #592A2A;
	color: #E7E7E7;
	padding-top: 25px;
	box-sizing: border-box;
}
.contentFooter{
	padding: 0 25px;
}
.fraseFooter{
	font-size: 25px;
	text-align: center;
	color: #F3F3F3;
}
/*- Menú de enlaces del footer -*/
.menuFooter{
	text-align: center;
	margin: 20px 0;
}
.MB .menuFooter{
	margin: 30px 0;
}
.menuFooter a{
	font-size: 16px;
	margin: 0 10px 5px 0;
	color: #D4D4D4;
}
.DK .menuFooter a:hover{
	color: #fff;
}
/*- Lugares que se mencionan en el footer -*/
.lugaresFooter{
	font-size: 13px;
	margin-bottom: 20px;
	text-align: justify;
}
/*- Redes sociales en el footer -*/
.MB .wpSiguenosFooter{
	margin: 35px 0;
}
.textContactanosFooter{
	font-size: 17px;
}
.redSocialFooter{
	font-size: 15px;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 5px;
	margin: 10px 10px 0 0;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #fff;
}
.iconRedFooter svg{
	width: 20px;
	height: 20px;
	margin: 5px 5px 0 0;
	fill: #fff;
}
/*- Mi nombre al final en el footer -*/
.firmaFooter{
	margin-top: 20px;
/*	background: #002a52;*/
	background: #451D1D;
}
.firmaFooter img{
	width: 300px;
	max-width: 97%;	
}

@media (max-width: 500px){
	.fraseFooter{
		font-size: 18px;
	}
	.menuFooter a {
	    font-size: 14px;
	}
	.textContactanosFooter{
		font-size: 15px;
	}
	.redSocialFooter a{
		font-size: 14px;
	}
	
}