

.header2 {
	position: fixed;
    height:100px;
    top: 0px;
}
 
.header2 .logo {
	line-height:100px;
	font-size:30px;
}
 
.header2 nav {
	line-height:100px;
}
.wrapper {
    width: 100%;
    /* max-width: 1045px; */
    margin: auto;
    overflow: hidden;
}


@media screen and (max-width: 950px) {
	header3 .logo,
	header3 nav {
		width:100%;
		text-align:center; /*Centramos el menu y el logotipo*/
		line-height:100px;
	}
 
	.header2 {
		height:auto;
	}
 
	.header2 .logo,
	.header2 nav {
		line-height:50px;
	}
}