/**
 * General
 */
body {
	padding-top: 96px;
}

.container-fluid {
	padding: 0px;
}

.menu-redes {
	display: flex;
	align-items: center;
}

 .icono {
    max-height: 30px;
}

.icono-mail {
	max-height: 26px;
}

.navbar,
footer {
	background: #717270;
}

header ul,
footer ul {
	margin-bottom: 0px;
}

/**
 * Header
 */

header .menu-redes li {
	margin-left: 20px;
}

/**
 * Footer
 */
footer {
	padding: 10px 0px;
}