*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	width: 100vw;
	height: 100vh;
	background-image: url("../assets/image/nuevoFondoInicio.jpg");
	background-repeat: no-repeat; 
	background-size:cover;
	
}
.menu{
	width: 100vw;
	height: 100vh;
	padding: 250px;
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
}
.btn-1{
	padding: 25px 25px;
	border-radius: 20px;
	background: transparent;
	width: 300px;
	color: azure;
	font-size: 30px;
	border: 4px solid white;
	margin-bottom: 50px;
	font-family: 'Comic Neue', cursive;


}

.btn{
		padding: 25px 25px;
		border-radius: 20px;
		background: transparent;
		width: 300px;
		color: azure;
		font-size: 30px;
		border: 4px solid white;
		margin-bottom: 50px;
		font-family: 'Comic Neue', cursive;
	
	
	}


.btn-1:hover{
	background-color: rgb(7, 3, 3,.5);
	animation:heartBeat;
	animation-duration: 1s;
	border:1px solid white;
}
.btn:hover{
	background-color: rgb(7, 3, 3,.5);
	animation:heartBeat;
	animation-duration: 1s;
}

.modal-backdrop.show{
	display: none !important;
}