body {
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', Times, serif;
  }
html {
	scroll-behavior: smooth;
}
header {
	position: relative;
	height: 100vh;
	overflow: hidden;
  }
  header a{
	text-decoration: none;
  }
  header #menu{
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	border-radius: 50px;
	background-color: #354632;
	padding: 0.6em;
	padding-left: 2em;
	padding-right: 2em;
	margin: 1em;
	font-size: 16px;
	display: none;
	transition: all 0.3s ease-in-out;
  }
  header #menu:hover{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
  }
  header .overlay{
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.75);
	overflow: hidden;
	transition: all 0.3s ease;
  }
  header .overlay .overlay-content{
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
  }
  header .overlay a{
	padding: 15px;
	font-size: 36px;
	display: block;
	transition: all 0.3s ease;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
  }
  header .overlay a:hover{
	color: rgb(53, 70, 50);
  }
  header .overlay a:focus{
	color: #000000;
  }
  header .overlay .close{
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 65px;
  }

  
  nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: transform 0.5s ease-in-out;
  }
  nav ul {
	list-style: none;
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 10px 20px;
	margin-right: 150px;
  }
  
  nav ul li a {
	/* color: #354632;Color del recuadro del boton menu */
	color: #354632;
	cursor: pointer;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid;
	padding: 0.8em;
	margin: 7px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
  }
  nav ul li a:hover {
	border: 1px solid;
	border-radius: 4px;
	background-color: rgba(53, 70, 50, 0.2);
	color: #ffffff;
	transition: all 0.5s ease-in-out;
  }
  .hidden {
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
  }
  header nav h2{
	font-size: 60px;
	font-weight: normal;
	font-family: AliensAndCows;
	color: #284519;
	cursor: pointer;
	margin-right: 5em;
  }
  header nav h2 .r{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #284519;
	font-weight: bold;
}
    /** Área de Imagen de Banner **/
  .hero-image {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: white;
	text-align: center;
	position: relative;
	width: 100%;
	background-image: url("/img/Principal.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  }
  @font-face {
	font-family: AliensAndCows;
	src: url("/fonts/alien_and_cows/AliensAndCows.ttf");
  }
  
  .hero-image h1 {
	color: #fff;
	font-size: 48px;
	text-align: center;
  }


.hero-image img {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: white;
	text-align: center;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.img-hero{
	width: 495px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding-left: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 12px;
}

.hero-image p{
	color: #ffffff;
	margin-bottom: 0;
	font-size: 1.5em;
	font-weight: bold;
}
.hero-image h2{
	color: #ffffff;
	font-size: 140px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: AliensAndCows;
}
.hero-image .r{
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.hero-image .boutique{
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: -1em;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: right;
}

.contBtn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 100%;
	margin-bottom: 20px;
}
.btn{
	background-color: #354632;
	/* background-color: #759b6f; */
	color: #fff;
	text-decoration: none;
	border: none;
	margin: 7px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 3em;
	padding-right: 3em;
	font-size: 18px;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.btn:hover{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
}

/** Cierra Banner **/


/**** Ventanas Emergentes ****/
.modal::backdrop{
	background-color: rgba(0, 0, 0, 0.255);
}
.modal{
	width: 90%;
	border: #d3cccc;
	border-radius: 16px;
	animation: myAnim 0.3s ease 0s 1 normal forwards;
	
}
.modal h2{
	margin-left: 10px;
	height: 30px;
	width: 100%;
}
.modal p{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 18px;
}
.modal.hide{
	animation: hideAnim  0.3s ease 0s 1 normal forwards;
}
@keyframes myAnim {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes hideAnim  {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(0.6);
	}
}

.modal button {
	background-color: #354632;
	color: #fff;
	font-size: 14px;
	padding: 7px 14px;
	margin-top: 20px;
	border-radius: 8px;
	font-size: 18px;
	cursor: pointer;
	border: none;
}
.modal button:hover {
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
	color: #fff;
}

.categorias{
	background-color: #ffffff;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.categorias .cate{ 
	/* background-color: #ffd2d2; */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 90%;
}
.datos{
	margin-top: 20px;
	margin-left: 40px;
	width: 100%;
	background-color: #ffffff;
}

#modal3{
	width: 50%;
}
#pedido{
	background-color: #ffffff;
	max-width: 450px;
	display: flex;
	justify-content: left;
}
.click{
	
	font-weight: 700;
	cursor: pointer;
	color: #3c8538;
	transition: all 0.3s ease;
}
.click:hover{
	color: #aeaeae;
	transition: all 0.3s ease;
}
/* Popup tallas*/
#dialog-tallas{
	max-width: 500px;
}
/* Fin popup tallas */
.cbutton{
	width: 100%;
	display: flex;
	justify-content: right;
}
.map{
	width: 100%;
	height: 450px;
}
#modal4{
	width: 50%;
}
#contact {
	width: 100%;
	margin-top: 10px;
	font-family: sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}



/**** Termina Ventanas Emergentes ****/



/* Pantalla de telefono 768px*/

  
 @media screen and (max-width: 768px) {
	header .overlay a{
		font-size: 20px;
		cursor: pointer;
	}
	header .overlay .close{
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
	nav ul{
		display: none;
	}
	header nav h2{
		font-size: 50px;
		margin-right: 0em;
	}
	header nav h2 .r{
		font-size: 14px;
	}
	header #menu{
		font-size: 15px;
		display: inherit;
	}
	/* Popup tallas*/
	#dialog-tallas{
		max-width: 350px;
	}

	#dialog-tallas img{
		max-width: 350px;
	}
/* Fin popup tallas */
	.modal{
		width: 100%;
	}
	.map{
		width: 90%;
		height: 400px;
	}
	.Gmap{
		height: 350px;
	}
	.datos{
		justify-content: center;
	}
	.datos p{
		text-align: center;
	}
	#modal3{
		width: 90%;
	}
	#catVideo{
		height: 100%;
	}
	#dialog-video{
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #ffffff;
	}
	#youtube-embed{
		height: 300px;
	}
	#pedido{
		width: 100%;
	}
	#dialog-tallas{
		width: 90%;
	}
	#modal4{
		width: 90%;
	}

	.img-hero{
		background-color: rgba(255, 255, 255, 0.4);
		/* min-width: 300px; */
		max-width: 90%;
	}
	
	.hero-image p{
		
		font-size: 1em;
		font-weight: bold;
	}
	.hero-image h2{
		text-align: center;
		color: #ffffff;
		font-size: 90px;
		font-weight: normal;
		margin-top: 10px;
		margin-bottom: 10px;
		font-family: AliensAndCows;
	}
	.hero-image .r{
		font-size: 30px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.hero-image .boutique{
		color: #ffffff;
		font-size: 1rem;
		font-weight: bold;
		margin-top: 0em;
		margin-bottom: 10px;
		text-align: right;
	}
	
	.contBtn{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		width: 100%;
		margin-bottom: 20px;
	}
	.btn{
		background-color: #354632;
		/* background-color: #759b6f; */
		color: #fff;
		text-decoration: none;
		border: none;
		margin: 7px;
		padding-top: 0.4em;
		padding-bottom: 0.4em;
		padding-left: 3em;
		padding-right: 3em;
		font-size: 18px;
		cursor: pointer;
		transition: transform 0.3s ease;
	}
  }
  /* Pantalla de telefono 900px*/

  @media screen and (max-width: 300px) {
	nav ul{
		margin-right: 50px;
	}
  }