* {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;

}


:root {
	font-size: 18px; /* es la medida base de los textos 18px = 1em */
}




#logopepsi {
	padding-top: 15px;
	padding-left: 0px;
	width: 160px;
	content: url(images/uniswap_logo.png);
}

body {
	background-size: cover;
	background-repeat: no-repeat;
	color: #00b13f;
}

/*  Header */
header {
	width: 100%;
	height: 71.09px;
	margin: 0 auto;
	background-color: #00b13f;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}



.header-container {
	width: 80%;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.derecha {
	display: flex;
	height: 100%;
	flex-direction: row;
	align-items: center;
	margin: auto 0;
	color: white;
}

.header-container2 {
	width: 80%;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
}

.derecha {
	display: flex;
	height: 100%;
	flex-direction: row;
	align-items: center;
	margin: auto 0;
	color: white;
}

.usuario {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 30px;
	padding: 5px 10px;
	margin: auto 10px;
	background-color: #ffffff;
}



header img{
	padding: 20px;
}

.topnav {
	animation-name: animacion-intro;
	animation-duration: 600ms;
	height: 100%;
	animation-timing-function: ease;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.topnav a{
	display: flex;
	align-items: center;
	font-size: 1.2em;
	padding: 0px 10px;
	height: 100%;
	text-decoration: none;
	color: white;
	justify-content: center;
}


.topnav a.active {
	/* ponle una linea abajo */
	border-bottom: 4px solid white;
	box-sizing: border-box;

}

.topnav .icon {
	display: none;
}

.topnav a:hover{
	font-size: 1.2em;
	padding: auto;
	border-bottom: 4px solid white;
	box-sizing: border-box;
	justify-content: center;
}


.topnav2 {
	animation-name: animacion-intro;
	animation-duration: 600ms;
	height: 100%;
	animation-timing-function: ease;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.topnav2 a{
	font-size: 1.1em;
	padding: 5px 0;
	padding-right: 20px;
	height: 100%;
	text-decoration: none;
	color: #5a5a5a;
	justify-content: center;
}

main {
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #ffffff;
}

/* Establecer el grid footer */
.grid-footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: "footer1 footer2 footer3";
  }
  
  /* Establecer el área del footer en el grid footer */
  footer {
	grid-area: footer1 / footer2 / footer3 / footer4;
  }
  
  /* Establecer el área del footer en una grilla */
  .mi-grilla {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-template-areas: "contenido footer";
  }
  
  /* Establecer el área del footer en la grilla */
  .mi-grilla footer {
	grid-area: footer;
  }
footer {


	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #00b13f;
}

footer p {
	color: white;
	padding-top: 20px;
}
section {
	width: 80%;
	height: 100%;
	overflow: hidden;
	padding: 0 10%;
	background-color: #ffffff;
	text-align: center;
}


#intro {
	background-image: url(images/carrusel2.jpg);
	display: grid;
	position: relative;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-size: cover;
	background-color: #1a1918;
	overflow: hidden;
	text-align: left;
	height: 100%;
	color: white;
}


#intro h1 {
	font-size: 2.5rem;
	padding: 1rem;
	line-height: 2.5rem;
	/* Cervo Neue Black, Helvetica Neue, Helvetica, Arial, sans-serif */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}

#intro h1, #intro p{
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}


#intro p{
	color: white;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#intro> div{
	grid-area: 1/1;
	width: 50%;
	padding: 5% 10%;
	background-image: linear-gradient(to right,#003316, rgba(0, 0, 0, 0))
}

/*aqui termina */

#sectionreseñas {
	margin-top: 50px;
	color: white;
}



#inicio {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 ;
	padding: 0;
	text-align: center;
}




.inicioclassimg img{
	width: 100%;
	overflow: hidden;
	margin: 0 ;
	padding: 0;
}

#inicio div {
	line-height: 0; /* para que no se vea el espacio entre las imagenes No olvidar xD*/ 
	height: fit-content;
}



@keyframes animacion-intro{
	from {
		filter: opacity(0%);
		transform:translateY(-50px)
	}
	to {
		filter: opacity(100%);
		transform: translateY(0px);
	}
}	
.container-01, .container-02 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}


.container-01 > div{
	border-radius: 2px;
	outline: solid 2px #b3b3b3;
	width: 20%;
	/* background-color: #e5e5e5; */
	background-image: linear-gradient(360deg, #f3f3f3, #e5e5e5);
	box-shadow: 10px 10px 12px 0px   #cbcbcb;
	margin: 2%;
}




.container-02 > div{
	width: 30%;
	background-color: white;
	border-radius: 10px;
	margin: 2.5%;
	padding: 2.5%;
}

.container-01 p{
	font-size: 1.1em;
	text-align: left;
}

.productos { /* Imagenes de los productos */
	width: 100%;
	margin-bottom: 10px;
}

#introsection{
	padding: 0%;
	width: 100%;
	background-color: #3d201a;
}

h3 {
	text-align: left;
	padding-bottom: 10px;
	color: #5a5a5a;
	font-size: 2rem;
}

h2 {
	color: rgb(119, 119, 119);
	text-align: left;
	font-size: 0.85rem;
}

p {
	padding-bottom: 20px;
	font-size: 1em;
	text-align: center;
	font-weight: 200;
	line-height: 1.5rem;
	color: rgb(90, 90, 90);
}


.btnscompra p{
	font-size: 1.2em;
	padding: 0px;
	color: white;
	text-align: center;
}

.btnscompra {
	width: 90%;
	margin: auto;
	color: white;
	border-radius: 30px;
	padding: 12px 10px;
	text-align: center;
	justify-content: center;
	border: rgb(104, 104, 104) 2px solid;
	background-image: linear-gradient(to top, #1a1918, rgb(39, 39, 39));
	margin-bottom: 10px;
}

.precioclass {
	font-size: 1.3rem;
	font-family:Arial, Helvetica, sans-serif;
	color: #00b13f;
	text-align: left;
}



.fijo {
	color: #00b13f;
	padding: 17px;
	background-color: #ffffff;
	border: #ffffff 4px solid;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 20px;
	border-radius: 90px;
}

.fijo:hover {
	color: #ffffff;
	padding: 17px;
	background-color: #00b13f;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 20px;
	border-radius: 90px;
}

a.primerboton{	
	position: relative;
	width: 30%;
	z-index: 50;
	padding: 10px 20px ;
	margin-bottom: 180px;;
	display: block;
	color: white;
	border-radius: 30px;
	border:#ffffff solid 2px;
}

a.primerboton:hover {

	color: #00b13f;
	border-radius: 30px;
	background-color: white;
}




/* 00b13f */
@font-face {
	font-family: pepsicola;
	src: url(fonts/LOKICOLA.TTF);
}




a{
	text-decoration: none;
	font-weight: bold;
}


a:hover{
	text-decoration: none;
}

.container-01 a{
	filter: none;
}

.container-01 a:hover{
	/* sombra */
	filter: drop-shadow(0px 0px 5px #0099ff);

}



a.boton {
	display: block;
	font-size: 1.1em;
	width: 90%;
	margin: auto;
	color: #00b13f;
	border-radius: 10px;
	margin-top: 10px;
	padding: 12px 0px;
	text-align: center;
	justify-content: center;
	border: #00b13f solid 2px;
	background-color: white;
	margin-bottom: 20px;
}


a.boton:hover {
	filter: none;
	background-image: none;
	background-color: #00b13f;
	color: white;
}



#intro2 {
	background-image: url(images/carrusel3.jpg);
	display: flex;
	flex-direction: row;
	color: white;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-repeat: repeat;
	background-position: center left;
	height: 100%;
	overflow: hidden;
}


#intro2 h1 {
	font-size: 2.5rem;
	padding: 71px 10%;
	line-height: 2.5rem;
	/* Cervo Neue Black, Helvetica Neue, Helvetica, Arial, sans-serif */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align: left;

}



#intro4{
	background-image: url(images/carrusel6.jpg);
	display: flex;
	flex-direction: row;
	color: white;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-repeat: repeat;
	background-position: center left;
	height: 100%;
	overflow: hidden;
}


#intro4 h1 {
	font-size: 2.5rem;
	padding: 90px 10%;
	line-height: 2.5rem;
	/* Cervo Neue Black, Helvetica Neue, Helvetica, Arial, sans-serif */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align: left;

}


#introsection2 {
	width: 100%;
	background-color: #00b13f;
	padding: 0;
}

#finalsection {
	padding: 0%;
	width: 100%;
	background-color: #3d201a;
}



#intro2 p{
	color: white;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#intro2> div{
	width: 50%;
	padding: 5%;
	background-image: linear-gradient(to right,#032549, rgba(0, 0, 0, 0));
}

#carta {
	width: 80%;
	margin: auto;
	margin-top: 20px;
	display: flex;
	flex: row;
}




.contenidoCarta{
	padding: 0px;
	width: 80%;
}

.contenidoCarta p{
	font-size: 1.2em;
	padding: 0px;
	color: #00b13f;
	text-align: center;
}

.contenidoCarta > section > .container-01{
	flex-direction: unset;
	justify-content: unset;
}

.contenidoCarta > section > .container-01 > div{
	box-shadow: 0px 4px 9px 0px #007703;
	width: 21%;
}

.contenidoCarta > section > .container-01 > div >p{
	text-align: left;
	margin-left: 10px;
}

.contenidoCarta > section > .container-01 > div >h2{
	text-align: left;
	margin-left: 10px;
}


a.botonP {
	display: block;
	font-size: 1.1em;
	width: 90%;
	margin: auto;
	color: #ffffff;
	margin-top: 10px;
	padding: 12px 0px;
	text-align: center;
	justify-content: center;
	border: #00250d solid 2px;
	background-color: #007027;
	margin-bottom: 20px;
}


a.botonP:hover {
	filter: none;
	background-image: none;
	background-color: #00b13f;
	color: white;
}


.contenidoCarta > section{
	background-color: #00b13f;
	padding: 0 2%;
	width: 100%;
	margin: 0;
}




.contenidoCarta section h3 {
	padding: 0 2%;
	color: #ffffff;
}


.sidenav {
	/* ponerle una naimacion y centrarlo */
	padding-top: 20px;
	display: flex;
	width: 20%;
	background-color: #00ff62;
	flex-direction: column;
	padding-bottom: 200px;
}

.sidenav p{
	padding: 10px 0 ;
	font-size: 1em;
	text-align: center;
	font-weight: 200;
	line-height: 1.5rem;
	color: rgb(90, 90, 90);
}

.cajasedit {
	width: 90%;
}

.sidenav a{
	display: flex;
	align-items: center;
	font-size: 1.1em;
	padding: 15px 0px;;
	filter: none;
	text-decoration: none;
	color: white;
	justify-content: center;
/* 	background-image: linear-gradient(to right, #00b13f, #2a45eb);
 */	z-index: 1;
}

/* Pintar activodia1 como prendido color azul */
#snav2 a :first-child{
	background-image: none;
	background-color: #ffffff;
	color: #00b13f;
}

.sidenav a:hover{
	background-image: none;
	font-size: 1.1em;
	color: #00b13f;
	background-color: white;
	justify-content: center;
}



/* Fin 3 Primeras sections */


/* MULTIMEDIA */
	video {
		width: 80%;
		height: auto;
		box-shadow: #000;
	}

	.container {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}



	/* Then style the iframe to fit in the container div with full height and width */
	.responsive-iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: 0;
		
	}

/*== FIN DE MULTIMEDIA ==*/


/* Resize text area vertical */

form {
	width: 60%;
	height: auto;
	background-color: white;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	padding: 2%;
	border-radius: 15px;
}

form label{
	color: #00b13f;
	margin: 10px;
	font-size: 1.2em;
}



input[type=text] , textarea , select{
	margin: 10px;
	border: solid #00b13f 2px;
}


/* input:focus{
	background-color: #5ea6e9 ;
} */

textarea {
	resize: vertical;
}

input[type=submit] {
	margin-top: 20px;
	background-color: transparent;
	border-radius: 20px;
	padding: 10px 20px ;
	background-image: none;
	font-size: 0.9em;
	background-color: #00b13f;
	color: white;
}


.header-container{
	z-index: 200;
}


/* media queries - mobiles */
@media screen and (max-width:768px) {
	/* .inicioclassimg img{
		content: url(images/inicio-thumbmobile.jpg);
		/* Cambiar el content Y listo por una imagen que se acomode */

	#intro{
		background-image: url(images/DreamShaper_v5_roblox_avatars_wallpaper_1.jpg);
	}

	.header-container{
		width: 100%;
		flex-direction: column;
	}
	
	

	body {
		background-image: none;
	}

	footer , header, main {
		width: 100%;
	}

	#section4 {
		flex-direction: column;
		align-items: center;
	}



	header {
		text-align: center;	
		z-index: 100;
		position: sticky;
		align-items: normal;
		top: 0;
		flex-direction: column;
		overflow: hidden;
		height: 100%;
	}

	.topnav {
		position: relative;
		display: block;
		width: 100%;
	}

	.topnav a.active {
		color: green;
		background: white;
		padding: 5px;
	}

	.topnav a{
		display: block;
		font-size: 1.3em;
	}
	
	.topnav a:hover{
		font-size: 1.3em;

	}

	.sidenav {
		width: 100%;
	}
	#carta {
		flex-direction: column;
	}
	.contenidoCarta{
		width: 100%;
	}

	a.primerboton{	
		display:flex
	}

	.fijo {
		color: #00b13f;
		padding: 12px;
		background-color: #ffffff;
		border: #ffffff 4px solid;
		bottom: 40px;
		outline: #00b13f 4px solid;
		right: 12px;
		border-radius: 90px;
	}
	
	.fijo:hover {
		color: #ffffff;
		padding: 12px;
		background-color: #00b13f;
		bottom: 40px;
		right: 12px;
		border-radius: 90px;
	}

	.topnav a:not(:first-child) {display: none;}



	.topnav a.icon {
		width: auto;
		padding: 0px 16px;
		float: right;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: max-content;
		color: #00b13f;
	}

	.topnav a.icon:hover {
		color: #ffffff;
	}


	.topnav.responsive {
		position: relative;
		display: block;
	}
	

	.topnav.responsive a {
		padding: 5px;
		display: block;
	}

	#logopepsi {
		content: url(images/uniswap_logo.png);
		width: 180px;
		padding: 20px 0px;
		margin: auto;
	}

	.container-01 > div , .container-02 >div
	{
		width: 95%;
		border-radius: 10px;
		margin: 6%;
		padding: 6%;
	}
	
	
	#intro h1 
	{
		font-size: 2rem;
		line-height: 3rem;
	}

	
	h3 
	{
		font-size: 1.4rem;
		padding-bottom: 20px;
		line-height: 1.4rem;
	}

	.headererase {
		display: none !important;
	}
	
	#section4 > div {
		width: 100%;
	}

	#section4 div h1 ,#section4 div p {
		text-align: center;
		justify-content: center;
	}

	.topnav2{
		display: none;
	}

	#section2div1{
		all: unset;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	#intro> div {
		width: 100%;
	}

	#carta {
		width: 100%;
	}

	.contenidoCarta{
		padding-top: 50px;
	}

	#asideeventos{
		padding-bottom: 12px;
	}
	
	#sectioneventos {
		padding: unset;
		margin: unset;
		padding-top: 90px;
		background-color: white;
	}

	#efectosc1e {
		width: 80%;
	}

	#efectosc1an >div{
		width: 80%;
	}

	#efectosc2an > div > div > div > h2{
		margin: unset;
	}

	#efectosf1c{
		width: 90%;
	}


}	/* Fin del media queries no borrar */
