/* ESTILO SOBREESCRIBIR */

.navbar-default .navbar-nav>li.li-icon>a {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 20px;
    font-weight: 500;
}
.logo-mpc {

}

.fondo-menu {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 1em 0 1em 0;
}
.navbar-fixed-top .fondo-menu {
	background-color: transparent;
	padding: 0 0 0 0;
}
.header
{
	background: url('../../imagenes/mpc-header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	color: #fff;
	text-transform: uppercase;
}
.header-wrapper {

}
.header-fondo {
	background-color: rgba(0, 0, 0, 0.45);
	padding: 2em 0 2em 0;
}
.header-title {
	
}
.header-subtitle {
	
}

.one-page-nav {
	/* border-bottom: 1px solid black; */
	-webkit-box-shadow: 0px 10px 36px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 36px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 36px -4px rgba(0,0,0,0.4);
}

.section-item-title {
	font-size: 1.8em;
	color: #000;
}
.section-item-detail {
	font-size: 1.3em;
	color: #333;
}

.note .section-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
.call-to-action {
	font-size: 2em;
	color: white;
}
.call-to-action a {
	display: inline-block;
	margin: 0 0 0 1em;
	color: white;
	padding: 0.3em 1em 0.3em 1em;
	border: 1px solid white;
	text-decoration: none;
	background-color: transparent;
}
.call-to-action a:hover {
	background-color: white;
	color: #4a148c;
}

.contact-item h3 {
	font-size: 1.8em;
}
.contact-item p.contact {
	font-size: 1.1em;
}

footer {
	padding-bottom: 100px;
	color: #000;
	/* border-top: 1px solid black; */
	-webkit-box-shadow: 0px 10px 36px -4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -10px 36px -4px rgba(0,0,0,0.5);
	box-shadow: 0px -10px 36px -4px rgba(0,0,0,0.5);
}
.copy {
	color: #333;
}

.instagram {
	background-color: black;
}

.piediseno {
	font-size: 0.7em;
	color: #333;
}
.piediseno a {
	color: #333;
}

/*******************
** CLASES SUELTAS **
*******************/
.margintop10 { margin-top: 10px; }
.margintop20 { margin-top: 20px; }
.margintop30 { margin-top: 30px; }
.marginbottom10 { margin-bottom: 10px; }
.marginbottom20 { margin-bottom: 20px; }
.marginbottom30 { margin-bottom: 30px; }