@import url(menu.css);
@import url(banner.css);
@import url(peluquerias.css);
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header{
	width: 100%;
	height: 50px;
	background: #333;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.contenedor{
	width: 98%;
	margin: auto;
}
h1{
	float: left;
}

header .contenedor{
	display: table;
}

section {
	width: 100%;
	margin-bottom: 25px;
}
#bjuan{
	text-align: center;
}
#bpepe{
	text-align: center;
}
footer .contenedor{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 25px;
}

.sociales{
	width: 100%;
	text-align: center;
	font-size: 28px;
}

.sociales a{
	color: #333;
	text-decoration: none;
}


.copy{
	font-size: 20px;
}

@media(min-width: 1024px) {
	.contenedor {
		width: 1000px;
	}
}

.whatsapp-boton-flot{
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        background-color:#25d366;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }