@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
}

header {
	width: 100%;
	height: 50px;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #5499DC;
}
.contenedor {
	width: 98%;
	margin: auto;
}

h1 {
	float: left;
}

.logouno{
	background-image: url(../img/logo_reparaciones.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	float: left;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 64px;
	}

.logouno p1{
	display:none;
}

.logouno p2{
	display:block;
}


.logodos{
	visibility:hidden;
	background-image: none;
	background-repeat: no-repeat;
	height: 50px;
	width: 145px; 
	float: right;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 64px;
	line-height:18px;

	}

header .contenedor {
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
}

#bienvenidos {
	text-align: center;
}

footer {
	width: 100%;
}

footer .contenedor {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: #FFFFFF;
	padding-top: 30px;
}

footer .contenedorex {
	width: 100%;
	margin: auto;
	background-color: #333333;
	height: 200px;
}


.copy {
	font-size: 20px;
}

.copy2 {
	font-size: 16px;
}


.sociales {
	width: 100%;
	text-align: center;
	font-size: 28px;
}

.sociales a {
	color: #666666;
	text-decoration: none;
}

@media (min-width: 768px) {
	.sociales {
		width: auto;
	}
	
	footer .contenedor {
		justify-content: space-between;
	}
	
}



@media (min-width: 1024px) {
	.contenedor {
		width: 1000px;
	}
	
	header .contenedor {
	display: flex;
	justify-content: space-between;
}


.logouno{
	background-image: url(../img/logo_reparaciones.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 181px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 64px;
	line-height:18px;
	}

.logodos{
	visibility:visible;
	background-image: url(../img/logo_fachadas.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 145px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 64px;
	line-height:18px;
	}
	
.logouno p1{
	display:block;
}

.logouno p2{
	display:none;
}

		
