*{
	padding: 0;
	margin: 0;
}

html{
	scroll-behavior: smooth;
}

.pageContainer{
	display: grid;
	grid-template-areas: 
	"header"
	"main"
	"footer";
	overflow-x: hidden;
}

body{
	background-image: url("media/fondo1.jpg");
	background-size: 100vw 100vh;
}


header{
	grid-area: header;
	background-image: linear-gradient(to bottom,#171718, #1A151E);
	padding: 10px;
	width: 100%;
	position: fixed;
	z-index: 99;
}

.menuDesContainer{
	display: none;
}

.headerContentContainer{
	display: flex;
}

.logoContainer {
	margin: auto;
	margin-left: 30px;
}

.logoContainer h1{
	font-size: 30px;
	color: #fff;
	font-family:sans-serif;
	font-weight: Bolder;
}

.menuContainer{
	margin: auto ;
}

.menuPrincipal{
	display: flex;
	list-style: none;
}

.menuPrincipal li{
	margin: 0 2vw;
}

.menuPrincipal a{
	text-decoration: none;
	font-size: 16px;
	color: #aaa;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	transition: .3s;
}

.menuPrincipal a:hover{
	color: #fff;
}

.tiendaContainer{
	margin: auto;
	margin-right: 30px;
}

.tiendaContainer a{
	text-decoration: none;
}

.tiendaContainer i{
	margin-right: 5px;
}

.tiendaContainer h4{
	color: #fff;
	font-family: 'Inter',sans-serif;
}

main{
	grid-area: main;
}

.mainSection{
	position: relative;
	margin-top: 5vh;
	z-index: 5;
	overflow: hidden;
	background-color: #121312;
}

.mainSlider{
	width: 402.5%;
	display: flex;
	transition: 1s;
}

.prMS{
	position: relative;
	width:calc(100%/4);
	height: 100%;
}

.infoSection{
	position: absolute;
	top: 15vh;
	width: 100vw;
}

.fondoContainer{
	height: 95vh;
	background-image: radial-gradient(circle at center,#fff,#222,#000);
}

.fondoContainer video{
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 50%;
}

.mainSlider{
	background-color: #afa;
}

.mainInfoContainer{
	top: 20%;
	left: 5vw;
	position: absolute;
	width: 30%;
	display: flex;
	flex-direction: column;
}

.mainTittleContainer{
	margin: auto;
	padding: 10px;
}

.mainTittleContainer h3{
	color: #edefed;
	font-family: 'K2D',sans-serif;
	font-size: 10vh;
	font-weight: 800;
}

.classMainTextContainer{
	margin: auto;
	width: 70%;
	text-align: center;
}

.classMainTextContainer p{
	font-family: 'K2D',sans-serif;
	font-size: 3vh;
	color: #edefed;
}

.mainButtonsContainer{
	margin: auto;
	margin-top: 20px;
	padding: 10px;
	width: 80%;
	display: flex;
}

.mainButtonsContainer button{
	margin: auto;
	padding: 5px;
	width: 10vw;
	border-radius: 30px;
	border: hidden;
	outline: solid 1px #edefed;
	background-color: transparent;
	display: flex;
}

.mainButtonsContainer button>a{
	margin: auto;
	text-decoration: none;
	color: #edefed;
	font-family: 'K2D',sans-serif;
	font-size: 2.5vh;
}

.mainConntrolContainer{
	position: absolute;
	width: 30vw;
	display: flex;
	flex-direction: column;
	bottom: 10vh;
	left: 35vw;
}

.vertContainer{
	margin: auto;
	padding: 10px;
	margin-bottom: 2vh;
}

.vertContainer a{
	text-decoration: none;
	font-family: 'K2D',sans-serif;
	font-size: 3vh;
	color: #edefed;
}

.menuControlContainer{
	margin: auto;
}

.menuControl{
	display: flex;
	width: 30vw;
	height: 5vh;
	border-radius: 25px;
	outline: solid 1px #edefed;
}

.zx{
	background-color: #edefed;
}

.dElement{
	margin: auto;
	font-size: 2vh;
	color: #edefed;
	cursor: pointer;
}

.iElement{
	height: 2vh;
	width: 2vh;
	outline: solid 1px #edefed;
	border-radius: 1vh;
	margin: auto;
	transition: 1s;
}



.lMs{
	position: relative;
}

.fondoSec2Container{
	background-color: #EDE8EF;
	height: 100vh;
	position: relative;
}

.a1{
	transition: 1s;
	position: absolute;
	height: 70vh;
	opacity: 0;
	top: 10vh;
	left: 10vw;
	z-index: 2;
}

.animaPaint{
	animation-name: expande;
	animation-duration: 2s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.a2{
	transition: 1s;
	position: absolute;
	height: 70vh;
	opacity: 0;
	top: -25vh;
	right: 0;
	transform: rotateZ(220deg);
	z-index: 2;
}

.animaPaint2{
	animation-name: expande2;
	animation-duration: 2s;
	animation-fill-mode: both;
}

.contenidoSeccionExp{
	padding: 10px;
	width: 30vw;
	z-index: 5;
	position: absolute;
	top: 25vh;
	left: 15vw;
}

.textoS2Container{
	display: flex;
	flex-direction: column;
}

.tituloC{
	padding: 10px;
	margin: auto;
}

.tituloC h3{
	font-family: 'K2D',sans-serif;
	font-size: 6vh;
}

.parrafoC{
	padding: 10px;
	margin: auto;
}

.parrafoC p{
	font-family: 'K2D',sans-serif;
	font-size: 3vh;
}

.lmasContainer{
	padding: 10px;
	margin: 5vh auto;
}

.lmasContainer a{
	text-decoration: none;
	font-size: 3vh;
	font-family: 'K2D',sans-serif;
	color: #121412;
}

.lmasContainer a>button{
	margin-left: 20px;
	padding: 5px;
	width: 4vh;
	height: 4vh;
	border-radius: 4vh;
	border: hidden;
	outline: solid 1px #aaa;
	cursor: pointer;
}

.modeloContainer{
	position: absolute;
	background-color:rgba(0, 0, 0, 0.5);
	height: 65vh;
	width: 30vw;
	z-index: 5;
	top: 15vh;
	right: 15vw;
	border-radius: 20px;
	overflow: hidden;
}

.imgContainerM{
	position: relative;
	display: flex;
	height: 100%;
	width:300%;
	transition: 1s;
}
.modeloContainer img{
	margin: auto 0;
	height: 40vh;
	width: calc(100%/3);
	object-fit: cover;
}

.controlMContainer{
	position: absolute;
	height: 65vh;
	width: 30vw;
	top: 15vh;
	right: 15vw
}

.controlM{
	position: relative;
	z-index: 5;
	padding: 5px;
	width: 6vh;
	height: 6vh;
	border-radius: 4vh;
	border: hidden;
	outline: solid 1px #aaa;
	cursor: pointer;
	font-size: 1.8vh;
	top: 45%;
}

.m1{left:-4vw;}

.m2{right: -28vw}

/*___________________________________*/ 

.c4Img{
	background-color: #afa;
	display: flex;
	height: 100vh;
	flex-wrap: wrap;
}

.caracterirsticasContainer{
	height: 50vh;
	width: 50%;
	box-sizing: border-box !important;
	overflow: hidden;
	background-color:#aaf;
	outline: solid 1px #aaa;
}

.caracteristica{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
}
.caracteristica:hover img{
	transform: scale(1.1);
}

.fondoC{
	width: 100%;
	height: 100%;
	background-color: #000;
}

.fondoC img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 70%;
	transition: 2s;
}

.infoContainerC{
	position: absolute;
	display: flex;
	flex-direction: column;
	color: #fff;
	padding: 10px;
	top: 35%;
	left: 30%;
}

.infoContainerC h4{
	margin: auto;
	font-family: 'K2D',sans-serif;
	font-size: 6vh;
	margin-bottom: 30px;
}

.infoContainerC p{
	margin: auto;
	font-family: 'K2D',sans-serif;
	font-size: 2vh;
	text-align: center;
}

footer{
	grid-area: footer;
	background-color: #121412;
	padding: 10px;
	display: flex;
	flex-direction: column;
}

.redesContainerFooter{
	width: 80%;
	height: 20vh;
	margin: 30px auto;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #888;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}

.redContainer{
	margin: auto 30px;
	padding: 10px;
	width: 11vw;
}

.redContainer a{
	text-decoration: none;
	font-family: 'K2D',sans-serif;
	font-size: 3vh;
	color: #edefed;
}

.redContainer i{
	margin-right: 10px;
}

.terminosContainer{
	margin: auto;
	color: #aaa;
	text-align: center;
	font-family: 'K2D',sans-serif;
	font-size: 3vh;
}

.imgLogoContainer{
	margin: 30px auto;
	height: 20vh;
	width: 20vh;
}

.imgLogoContainer img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.menuDesContainer{
	display: none;
}

/*		Animaciones 		*/


@keyFrames expande{
	0%{
		opacity: 20%;
		transform: scale(0.3);
	}

	100%{
		opacity: 60%;
		transform: scale(1.2);
	}
}

@keyFrames expande2{
	0%{
		top: -50vh;
		opacity: 20%;
		transform:rotateZ(220deg);
	}

	100%{
		top: -25vh;
		opacity: 100%;
		transform:rotateZ(220deg);
	}
}

/*		Responsive design 	*/


@media screen and (max-width: 600px){
	.menuDesContainer{
		display: block;
		margin: auto;
	}
	
	.menuDesContainer i{
		color: #edefed;
		font-size: 3vh;
	}

	.logoContainer h1{
		font-size: 4vh;
	}

	.menuPrincipal{
		display: none;
		flex-direction: column;
		position: absolute;
		top: 8vh;
		left: 0;
		background-color:rgba(0, 0, 0, 0.8);
		backdrop-filter: blur(10px);
		width: 100%;
		list-style: circle;
		color: #fff;
	}

	.menuPrincipal li{
		padding: 10px;
		margin-left: 10%;
	}
	.menuPrincipal a{
		font-size: 2vh;
		color: #fff;
	}

	.fondoContainer{
		height: 70vh;
	}

	.infoSection{
		top: 20vh;
	}

	.mainInfoContainer{
		width: 100%;
		left:0;
	}

	.mainTittleContainer h3{
		font-size: 7vh;
	}

	.classMainTextContainer p{
		font-size: 2vh;
	}

	.mainButtonsContainer button{
		height: 4vh;
		width: 30vw;
	}

	.mainButtonsContainer button>a{
		font-size: 2vh;
	}

	.mainConntrolContainer{
		width: 70vw;
		left: 15vw;
		bottom: 5vh;
	}
	.vertContainer{
		margin-bottom: 1vh;
	}
	.vertContainer a{
		font-size: 2.5vh;
	}

	.menuControl{
		width: 70vw;
		height: 3vh;
		padding: 5px;
	}

	.iElement{
		width: 1.5vh;
		height: 1.5vh;
	}

	.mainSlider{
		width: 400%;
	}

	.a1{
	height: 50vh;
	top: 40vh;
	left:-30vw;
	}

	.a2{
	height: 60vh;
	top: -25vh;
	right: -60vw;
	}

	.contenidoSeccionExp{
	padding: 10px;
	width: 100%;
	z-index: 5;
	position: absolute;
	top: 4vh;
	left: 0;
	}

	.tituloC h3{
		font-size: 4.5vh;
	}

	.parrafoC p{
		font-size: 2.5vh;
		text-align: center;
	}

	.lmasContainer{
		margin: auto;
	}

	.lmasContainer a{
		font-size: 2.5vh;
	}

	.lmasContainer a>button{
	margin-left: 20px;
	padding: 5px;
	width: 3vh;
	height: 3vh;
	border-radius: 4vh;
	border: hidden;
	outline: solid 1px #aaa;
	cursor: pointer;
	}

	.modeloContainer{
	position: absolute;
	background-color:rgba(0, 0, 0, 0.5);
	height: 45vh;
	width: 70vw;
	z-index: 5;
	top: 45vh;
	right: 15vw;
	border-radius: 20px;
	overflow: hidden;
	}

	.controlMContainer{
	position: absolute;
	height: 45vh;
	width: 70vw;
	top: 45vh;
	right: 15vw;
	}

	.controlM{
	position: relative;
	z-index: 5;
	padding: 5px;
	width: 3.5vh;
	height: 3.5vh;
	border-radius: 4vh;
	border: hidden;
	outline: solid 1px #aaa;
	cursor: pointer;
	font-size: 1.8vh;
	top: 45%;
	}

	.m1{left:-8vw;}

	.m2{right: -62vw}

	.caracterirsticasContainer{
	height: 25vh;
	width: 100%;
	box-sizing: border-box !important;
	overflow: hidden;
	background-color:#aaf;
	outline: solid 1px #aaa;
	}

	.infoContainerC{
	position: absolute;
	display: flex;
	flex-direction: column;
	color: #fff;
	padding: 10px;
	top: 0%;
	left: 20%;
	}

	.redesContainerFooter{
	width: 80%;
	height: 50vh;
	margin: 30px auto;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #888;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	}

	.redContainer{
	margin: auto;
	padding: 10px;
	width: 50vw;
	}

	.redContainer a{
		font-size: 2.5vh;
	}

	.redContainer i{
		margin-right: 20px;
	}

	.infoContainerC h4{
	margin-bottom: 1vh;
	}

}