main {
	/* background-color: #feffef; */
	width: 100%;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    /* background-color: rgb(230, 230, 230); */
}
@font-face {
	font-family: AliensAndCows;
	src: url("/fonts/alien_and_cows/AliensAndCows.ttf");
  }
section{
	/* background-color: #feffef; */

	/* background-color: rgb(255, 255, 236); */
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}
section .content h2{
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
	font-size: 42px;
}
section p{
	text-align: center;
	font-size: 18px;
	font-family: 'Times New Roman', Times, serif;
}
.content {
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.modal9{
	margin-top: 30px;
	width: 50%;
	height: 700px;
	border-radius: 0px;
}

.categorias .cate {
	width: 100%;
}
.categorias .cate .cate2{
	background-color: #ffffff;
	width: 100%;
	margin: 1em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.categorias .cate .cate2 .a{
	background-color: #ffffff;
	width: 100%;
	display: flex;
	align-items: center;
}
.categorias .cate .cate2 .a p{
	margin-left: 15px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 45px;
}
.categorias .cate .cate2 .catImg{
	/* background-color: #63875d; */
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 600px;
	height: 920px;
	margin: 1em;
	transition: transform 0.3s ease;
}
.categorias .cate .cate2 .catImg img{
	width: 100%;
}
.categorias .cate .cate2 .catImg:hover{
	transition: all 0.25s ease;
	/* margin: 2.5em; */
}
.cbutton{
	background-color: rgb(255, 255, 255);
	width: 100%;
	display: flex;
	justify-content: right;
}
.btn-cerrar{
	margin: 1em;
}
section{
	/* background-color: rgb(255, 255, 236); */
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
}
section .content h2{
	font-family: 'Times New Roman', Times, serif;
	font-size: 42px;
}
section p{
	text-align: center;
	font-size: 18px;
	font-family: 'Times New Roman', Times, serif;
}

/** Categoria Detalles descripcion*/
.content{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* background-color: aquamarine; */
}
#content2{
	width: 100%;
	/* background-color: rgb(185, 141, 40); */
}
#content-joyas{
	width: 100%;
	/* background-color: #e50505;  */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.clientes{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 400px;
	background-color: #ffffff;
	margin: 1em;
}
.clientes h2{
	padding-left: 0px;
}
.clientes p{
	display: flex;
	flex-wrap: wrap;
	padding-left: 0px;
}


/** Sección Clientes **/
.contentimg1{
	width: 400px;
	position: relative;
	overflow: hidden;
}
.contentimg1 img {
	position: absolute;
	width: 100%;
  }
  .content-j{
	width: 400px;
	margin-bottom: 1em;
	/* background-color: #ffafaf; */
  }
  .clientes .content-j h2{
	text-align: justify;
	font-size: 28px;
	font-family: 'Times New Roman', Times, serif;
  }
  .clientes .content-j p{
	text-align: justify;
	margin-top: 0;
    margin-bottom: 1rem;
	height: 150px;
	width: 100%;
  }
  .clientes .content-j .btn2{
	border: 1px solid;
	padding: 1rem;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s ease;
  }
  .clientes .content-j .btn2:hover{
	padding-left: 3em;
	padding-right: 3em;
	border: none;
	color: #fff;
	background-image: linear-gradient(to right, #63875d, #759b6f);
	transition: all 0.3s ease;
  }
/** Nueva Seccion **/
.benner{
	width: 100%;
	height: 500px;
	animation: banner 15s infinite linear;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.benner2{
	width: 100%;
	height: 500px;
	animation: banner2 15s infinite linear;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

@keyframes banner{
	0%, 14%{
		background-image: url(/img/user1.PNG);
	}
	19%, 28%{
		background-image: url(/img/user2.PNG);
	}
	32%, 42%{
		background-image: url(/img/user3.PNG);
	}
	47%, 56%{
		background-image: url(/img/user4.PNG);
	}
	61%, 70%{
		background-image: url(/img/user5.jpeg);
	}
	75%, 84%{
		background-image: url(/img/user6.jpeg);
	}
	89%, 100%{
		background-image: url(/img/user7.jpeg);
	}
}
@keyframes banner2{
	
	0%, 30%{
		background-image: url(/img/maq2.JPG);
	}
	33%, 63%{
		background-image: url(/img/maq3.JPG);
	}
	60%, 100%{
		background-image: url(/img/telas.jpg);
	}
}

.capa{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Productos area*/

#content-anillos{
	text-align: center;
}
#content3{
    background-color: #ffffff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
#content3 .anillos{
	background-color: #ffffff;
    overflow: hidden;
	margin: 1em;
	width: 330px;
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	border-radius: 0px;
	/* box-shadow: 0px 5px 2px rgb(208, 208, 208); */
}
#content3 .anillos .anillo{
    
    overflow: hidden;
	/* background-color: #ececec; */
	background-color: #ececec;
	width: 100%;
	/* height: 250px; */
    display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
}

#content3 .anillos .anillo img{
    border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	cursor: pointer;
	width: 275px;
	transition: all 0.5s ease;
}
.descripcion{
	width: 100%;
}
.parrafoT p{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.parrafo{
	background-color: #ffffff;
	margin-top: -15px;
}
.parrafo p{
	margin-top: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
#blanco{
	height: 37px;
}
#content3 .anillos .anillo img:hover{
	cursor: pointer;
	transform: scale(1.2);
	transition: all 0.5s ease;
}

/* Boton flotante para regrsar a inicio */
.btn-flotante {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: 800;
	border: none;
	outline: none;
	background-color: #759b6f;/*color azul tipo tifany*/
	/*background-color: #f00;*/
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
  }
  .btn-flotante:hover{
	transform: scale(1.1);
	transition: all 0.3s ease-in-out;
  }
  
  .btn-flotante.oculto {
	display: none;
  }

  @media screen and (max-width: 768px) {
	.content {
		display: flex;
		width: 100%;
	}
	.clientes{
		display: flex;
		flex-wrap: wrap;
		min-width: 320px;
		/* background-color: #ee0d9b; */
		margin: 1em;
	}
	.content-j{
		width: 100%;
		height: 260px;
		/* background-color: #8a2424; */
	  }
	.content-j p{
		/* background-color: aqua; */
		margin-bottom: 100px;
	}

	#content3 .anillos{
		margin: 1em;
		margin-top: 4.5em;
		width: 250px;
	}
	#content3 .anillos .anillo{
		overflow: hidden;
		/* background-color: #55c487; */
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#content3 .anillos .anillo img{
		cursor: pointer;
		width: 200px;
	}
	.modal9{
		background-color: #ffffff;
		width:350px;
		height: 650px;
	}
	.descripcion{
		width: 100%;
	}
	.parrafoT p{
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
	}
	.parrafo{
		background-color: #ffffff;
		margin-top: -15px;
	}
	.parrafo p{
		margin-top: 0px;
		text-align: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 17px;
	}

	.categorias .cate .cate2 .catImg{
		background-color: #ffffff;
		width: 350px;
		height: 700px;
		overflow: hidden;
		margin: 1em;
		transition: transform 0.3s ease;
	}
	.categorias .cate .cate2 .catImg img{
		width: 400px;
	}
	
  }
  @media screen and (max-width: 352px) {
	
	.clientes{
		display: flex;
		flex-wrap: wrap;
		margin-top: 2em;
		width: 350px;
		background-color: #ffffff;
	}
}
  /* @media screen and (max-width: 1000px) {
	.modal9{
		margin-top: 20px;
		width: 700px;
		border-radius: 0px;
	}
	.categorias .cate .cate2 .catImg{
		/* background-color: #63875d; */
		/* overflow: hidden;
		width: 500px;
		height: 850px;
		margin: 1em;
		transition: transform 0.3s ease;

  }
} */