*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: arial;
	font-weight: 500;
	font-size: 11px;
	overflow-y: hidden ;
	}

header {
	background: white;
	width: 100%;
	height: 100px;

	
}
/*///////////////////////////////////////*HEADER*/

.nombre a {
	
	float: left;
	padding: 25px;
	text-decoration: none;
	color: black;
	back

}

.menu {
	width: 100%;
	width: 0 auto;
}

nav {
	float: right;
}
nav ul li {
	list-style: none;
	float: left;
	padding: 25px;

}

nav ul li a {
	text-decoration: none;
	color: black;

}

/*///////////////////////////////////////*SLIDER*/


.contenedor{
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding-top: 50px;


}

#dynamic-image {
	cursor:crosshair;

}

/*///////////////////////////////////////*FOOTER*/

footer {

	height: auto;
	width: 100vw;
	padding-top: 40px;
	position: absolute;
	bottom: 0;


}

.footer-content {

	display: flex;
}

.email {
	position: relative;
	width: 50%;
	background: white;
	height: 50px;
}
.email a {
	text-decoration: none;
	color: black;
	list-style: none;
	padding-left: 25px;

}

.instagram {
	width: 50%;
	background: white;
}
.instagram a {
	padding-right: 25px;
	text-decoration: none;
	color: black;
	list-style: none;
	float: right;
}


.contenedor-info {
	float: left;
	padding-left: 25px;
}
.infopage {

	background-color: white;
	width: 100%;
	height: 660px;
	float: left;
	padding-top: 200px;
	background: white;


}



.infopage h1 {

	text-decoration: none;
	color: black;
	font-weight: 400;
	font-size: 11px;
	padding-top: 50px;
	padding-bottom: 15px;
}

.infopage h2 {
	text-decoration: none;
	color: black;
	font-weight: 400;
	font-size: 11px;
	padding-bottom: 15px;

}

.infopage a {
	text-decoration: none;
	color: black;
	font-weight: 400;
	font-size: 11px;
	padding-top: 50px;

}

.infopage h2 a {
	color: blue;
}