@charset "utf-8";
/* CSS Document */
* {
	font-family: 'Krona One', sans-serif;
	cursor: url("img/cursor.png"), auto;
}

*{
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #FFFEF4;
	background: linear-gradient(#FFFBE7, #CFA9FE);
	background-size: 200% 200%;
	opacity: 100;
	animation: fadeIn 1.5s ease-in; 
}
@keyframes fadeIn {  
	from {
		opacity:0;
}

	to {
		opacity:1;
}
}

header{
	position: sticky;
	background-color: #83F35C;
	padding: 10px 96px;
	top: 0px;
}
.sectionheader{
	display: flex;
	justify-content: center;
}
.logo{
	display: flex;
	flex-direction: row;
	align-content: center;

	/*botonera header*/
}
.segundacolumnaheader{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 45px;
}
.botoneraheader{
	list-style: none;
	border-radius: 18px;
	border: 2px solid #313131;
	background: #FFDAA1; 
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: space-around;
	justify-content: center;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 100px;
	}
	nav ul {
	list-style: none;
	
	}
	nav ul li a{
	text-decoration: none;
	color: #313131;
}

.botoneraheader ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: space-around;
	gap: 70px;
	
}
.cajabuscar {
	display: flex;
	align-items: center;
	margin-left: 2rem;
	gap: 0.5rem;
}
.itemsinferioresheader{
	display: flex; 
	flex-direction: row;
	justify-content: space-around;
	margin-top: 50px;
	align-items: center;
}

.textoinferiorheader{
	justify-content: flex-start;
	
}

.textoinferiorheader h2{
	font-size: 18px;
	margin-right: 10px;
}

.imageninferiorheader{
	justify-content:flex-end;
	align-items: center;

}

.imageninferiorheader img{
	margin: 0px 15px 0px 15px;
	
}
.itemsbotonera li:hover {
	border-radius: 30px;
	background-color: #B388EB;
}

img.busqueda:hover {
	transform: scale(1.05);
}

img.icono-carrito:hover {
	transform: scale(1.08);
	align-items: center; 
}

img.icono-usuario:hover {
	transform: scale(1.08);
	align-items: center; 

}

#s {
	border-radius: 18px;
	border: 2px solid #313131;
	background: #FFDAA1; 
}

fieldset {
	border:none;
}

/*seccion New Arrivals*/



.Arrival{
	margin:auto; 
	display: flex;
	flex-direction: row-reverse;
	gap: 5%;
	justify-content: center;
}

.info-arrival {
	display: flex;
	width: 626px;
	padding: 80px 20px;
	align-items: flex-start;
	align-content: flex-start;
	gap: 30px;
	flex-wrap: wrap;
	flex-direction: column;	
}

p {
	font-size:26px;
	flex:1;
	padding-right: 20px;
}

h3 {
	color:#B388EB;
	font-family: "Montserrat", "sans-serif";
	font-size: 90px;
	text-shadow: 1px -1px 2px #000000;
}

.botonshop{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.shopnow {
	display: flex;
	width: 231px;
	height: 35px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	background: #B388EB;
	color: #000000;
	border: 1.5px solidblack;
	border-radius: 20px;
	list-style:none;
	font-size: 20px;
}

.shopnow:hover {
	background-color:#5ECD38;
}
.shopnow a {
	text-decoration: none;
	color: black;
}

/*productos*/

.catalogo {
	padding: 60px 0px 90px 0px;
	background-color:#FFFBE7;
	justify-content: center;
	background: linear-gradient(#FFFBE7, #E5D0FE); 
}

.catalogo h4 {
	display: flex;
	justify-content: center;
	color:#C39DF2;
	font-family: "Montserrat", "sans-serif";
	font-size: 20pt;
	padding: 40px;
}
.contenido h5 {
	color: #000000;
	margin: 30px 0px 20px 0px;
	font-size: 15pt;
}

.contenido p{
	margin: 0px 0px 40px;
	font-size: 15pt;
}
.productofila {
	width: 50%;
	padding: 0px;
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	margin: auto;
	flex-wrap: wrap;
	
}

.otros-productos {
	padding-top: 80px;
}

.otros-productos h4 {
	display:flex;
	justify-content: center;
	padding: 0px 0px 40px;
	color:#C39DF2;
	font-family: "Montserrat", "sans-serif";
	font-size: 15pt;
}

div.caja.a:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.b:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.c:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.d:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.e:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.f:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.g:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.h:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.i:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.j:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.k:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.l:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.m:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.n:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.o:hover {
    color: #B388EB;
    transform: scale(1.12);
}

div.caja.p:hover {
    color: #B388EB;
    transform: scale(1.12);
}


/*anuncio*/
.anuncio{
	display: flex;
	justify-content: center;
	margin-top: 75px;
	
}


/*video*/

.video{
	display: flex;
	margin-top: 60px;
	padding: 30px 100px;
	gap: 37px;
	align-items: center;
	justify-content: center;
}

.contenido-video{
	display: flex;
	padding: 25px 20px;
	align-items: flex-start;
	gap: 40px;
}

.contenido-video video{
	width: 600px;
	height: 316px;
	border-radius: 20px;
	border: 2px solid #000;
}

.contenido-info {
	display: flex;
	padding: 60px 10px;
	align-items: flex-start;
	align-content: flex-start;
	gap: 10px 10px;
	flex-wrap: wrap;
	border-radius: 30px;
	border: 1px solid #000;
	background: #FFFBE7;
	width: 605px;
	height: 200px;
}
.contenido-info h4{
	display: flex;
	padding: 10px 20px;
	align-items: flex-start;
	gap: 10px;
	color:#C39DF2;
	font-size: 20pt;
	font-family: 'Krona One', sans-serif;
}

.contenido-info p{
	display: flex;
	width: 811px;
	padding: 0px 20px;
	align-items: flex-start;
	gap: 10px;
	flex-shrink: 0;
	font-family: "Montserrat", "sans-serif";
	font-size: 14pt;
}


/*sale*/

.sale{
	background-image: url("img/pattern_cubos01.jpg");
	background-repeat: repeat;
	background-size: 100%;
	margin-top: 5rem;
	padding-top: 10px;
	display: flex;
	justify-items: center;
	flex-direction: row;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
}
.sale img {
	transition: var;
}

.sale img:hover {
	transform: scale(1.09);
}

/*formulario*/
.contacto {
	display: flex;
	justify-content: center;
	width: 100%;
}
.feedback-input {
	display: flex;
	color:#000000;
	font-weight:500;
	font-size: 18px;
	border-radius: 5px;
	line-height: 22px;
	background-color: transparent;
	border:2px solid #B388EB;
	transition: all 0.3s;
	padding: 13px;
	margin-bottom: 15px;
	width:100%;
	box-sizing: border-box;
	outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
	height: 150px;
	line-height: 150%;
	resize:vertical;
}

[type="submit"] {
	width: 100%;
	background:#B388EB;
	border-radius:5px;
	border:0;
	color:white;
	font-size:24px;
	padding-top:10px;
	padding-bottom:10px;
	transition: all 0.3s;
	font-weight:700;
}
/*usuariosesion*/

.usuario {
	margin: 3% auto 0 auto;
	padding: 60px;
	max-width: 400px;
	height: auto;
	overflow: auto;
	background: white;
	border-radius: 10px;
}

form label {
	font-size: 20px;
	color: darkgray;
	cursor: pointer;
}

form label,
form input {
	float: left;
	clear: both;
}

form input {
	margin: 15px 0;
	padding: 15px 10px;
	width: 100%;
	outline: none;
	border: 1px solid #bbb;
	border-radius: 20px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
	   -moz-transition: 0.2s ease all;
	    -ms-transition: 0.2s ease all;
	     -o-transition: 0.2s ease all;
	        transition: 0.2s ease all;
}

form input[type=text]:focus,
form input[type="password"]:focus {
	border-color:#B388EB;
}

input[type=submit] {
	padding: 15px 50px;
	width: auto;
	background: #B388EB;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	float: right;
	clear: right;
	-webkit-transition: 0.2s ease all;
	   -moz-transition: 0.2s ease all;
	    -ms-transition: 0.2s ease all;
	     -o-transition: 0.2s ease all;
	        transition: 0.2s ease all;
}

input[type=submit]:hover {
	opacity: 0.8;
}

input[type="submit"]:active {
	opacity: 0.4;
}

.forgot,
.register {
	margin: 10px;
	float: left;
	clear: left;
	display: inline-block;
	color: #B388EB;
	text-decoration: none;
}

.forgot:hover,
.register:hover {
	color: #5ECD38;
}

#logo {
	margin: 0 auto;
	width: 200px;
	font-family: 'Krona One', sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #B388EB;
	-webkit-transition: 0.2s ease all;
	   -moz-transition: 0.2s ease all;
	    -ms-transition: 0.2s ease all;
	     -o-transition: 0.2s ease all;
	        transition: 0.2s ease all;
}

#logo:hover {
	color: #83F35C;
}

/*COMPRA*/

.compra {
	display: flex;
	justify-content: center;
	gap: 5%;
	margin: 4% auto 0 auto;
}
ul.compra li:hover {
	color: #B388EB;
}
.informacion-producto{
	display: flex;
	padding: 10px 0px;
	flex-direction: column;
	align-items:flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10%;
}

.informacion-producto textos{
	width: 557px;
	height: 563px;
}

.informacion-producto h3{
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30%;
	padding-top: 10%;
	color: #1E1E1E;
	font-family: Montserrat;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.informacion-producto p{
	width: 556px;
	height: 124px;
	gap: 10%;
	padding-top: 5%;
	color: #000000;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 161.9%; /* 32.38px */
}

.compra b {
	width: 200px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: 1px solid #000000;
	background: #FFDAA1;
}

.vistas-cubo{
	width: 30%;
	height: 30%;
}

/*footer*/

footer {
	background-color: #83F35C;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border: 3px solid #313131;
	padding: 15px;
	margin-top: 50px;
}
footer ul li {
	list-style: none;
}
footer ul {
	display: flex;
	gap: 55px;
}
footer a {
	text-decoration: none;
	color: black;
}
/* galeria */

#galeria {
	display: none;
	width: 100%;
	justify-content: center;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	z-index: 10;
}

#galeria-oculta {
	display: flex;
	width: 100%;
	max-width: 1450px;
	overflow: hidden;
	z-index: 20;
}

.fraccion-galeria {
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	min-width: 1450px;
	height: 100vh;
	justify-content: space-between;
}

.primer-ultima-flecha {
	visibility: hidden;
}

.close {
	position: absolute;
	top: 10px;
	right: 2%;
}
#fondo-galeria {
	background-color: black;
	opacity: 0.1;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 0;
}
.gallery-image { transition: transform 400ms ease-out;} gallery-image:hover {
	transform: scale(1.15);
}
#foto-1 {
	background-image: url("img/comprapreview01.jpg");
}

#foto-2 {
	background-image: url("img/comprapreview02.jpg");
}

#foto-3 {
	background-image:url("img/comprapreview03.jpg");
}
#foto-4 {
	background-image:url("img/comprapreview04.jpg");
}

/* compra */
.productoespecifijo {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
.vistas-cubo {
	display: flex;
	gap: 2rem;
}
/* media */
@media screen and (max-width: 600px) {
	.itemsinferioresheader {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
	gap: 2rem;
	margin-bottom: 1rem;
}
.sectionheader {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.segundacolumnaheader {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0px;
}
.botoneraheader {
	margin: 0px;
}
.botoneraheader ul {
	gap: 20px;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.itemsbotonera li {
	font-size: 10pt;
}
footer ul li {
	font-size: 5pt;
}
.anuncio {
	display: none;
}
.textoinferiorheader h2{
	font-size: 15px;
	margin-right: 10px;
}
img.busqueda {
	width: 50%;
}
.imageninferiorheader {
	display: flex;
	justify-content: center;
}
.textoinferiorheader {
	text-align: center;
}
.productofila {
	width: 95%;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.busqueda {
	display: none;
}
header {
	padding: 10px 10px;
}
footer ul {
	display: flex;
	gap: 23px;
	flex-wrap: wrap;
	justify-content: center;
}
.video, .Arrival {
	flex-wrap: wrap;
}
.Arrival img {
	display: none;
}
.info-arrival h3 {
	font-size: 55px;
}
.contenido-info {
	width: 100%;
	height: auto;
}
.contenido-info h4 {
	font-size: 15pt;
}
.contenido-info p {
	font-size: 10pt;
}
.contenido-video video {
	width: 100%;
	height: auto;
}
.compra {
flex-wrap: wrap;
}
header{
	bottom: 0;
	top: auto;
}
}