* {
	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: 30px;
	width: 110px;
	content: url(images/logo.png);
}

body {
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(to top, #1a1918 94% ,#0065C3 97% );
	color: #0065C3;
}

header {
	width: 80%;
	height: 71.09px;
	margin: 0 auto;
	background-color: #0065C3;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


main {
	width: 80%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #ffffff;
}

footer {
	width: 80%;
	height: auto;
	margin: 0 auto;
	background-color: #000534;
}

footer p {
	color: white;
	padding-top: 20px;
}
section {
	width: 90%;
	height: 100%;
	overflow: hidden;
	margin: 17px 0 auto;
	padding: 5%;
	background-color: #0065C3;
	text-align: center;
}


#intro {
	background-image: url(images/intro-thumb.jpg);
	display: flex;
	flex-direction: row;
	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;
}


#intro p{
	color: white;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#intro> div{
	width: 50%;
	padding: 5%;
	background-image: linear-gradient(to right,#000433, rgba(0, 0, 0, 0))
}

/* #intro> div img{
	width: 200px;
}
 */

/* Quiero que el intro ocupe todo el espacio del section */



/*aqui termina */

#sectionnosotros {
	background-color: #000534;
	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: center;
}


.container-01 > div{
	width: 24%;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 12px 10px 0px #044588;
	margin: 1.5%;
	padding: 1.5%;
}



.container-02 > div{
	width: 30%;
	background-color: white;
	border-radius: 10px;
	margin: 2.5%;
	padding: 2.5%;
}

.container-01 p{
	text-align: left;
}

.productos { /* Imagenes de los productos */
	width: 58%;
	padding-bottom: 10px;
}

#introsection{
	padding: 0%;
	width: 100%;
	background-color: #3d201a;
}

h3 {
	padding-bottom: 10px;
	color: white;
	font-size: 2rem;
}

h2 {
	padding-bottom: 10px;
	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: #0065C3;
	text-align: left;
}



.fijo {
	color: #0065C3;
	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: #0065C3;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 20px;
	border-radius: 90px;
}

a.primerboton{	
	margin-left: 20px;
	padding: 10px 20px ;
	margin-bottom: 40px;;
	color: white;
	border-radius: 30px;
	border:#ffffff solid 2px;
}

a.primerboton:hover {

	color: #0065C3;
	border-radius: 30px;
	background-color: white;
}




/* 0065C3 */
@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: #0065C3;
	border-radius: 10px;
	margin-top: 10px;
	padding: 12px 0px;
	text-align: center;
	justify-content: center;
	border: #0065C3 solid 2px;
	background-color: white;
	margin-bottom: 20px;
}


a.boton:hover {
	filter: none;
	background-image: none;
	background-color: #0065C3;
	color: white;
}


header img{
	padding: 20px;
}

.topnav {
	animation-name: animacion-intro;
	animation-duration: 600ms;
	animation-timing-function: ease;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.topnav a{
	display: flex;
	align-items: center;
	font-size: 1.1em;
	padding: 0px 20px;
	height: 100%;
	text-decoration: none;
	color: white;
	justify-content: center;
}

.topnav a.active {
	background-color: #ffffff;
	color: #0065C3;
}

.topnav .icon {
	display: none;
  }

.topnav a:hover{
	font-size: 1.1em;
	color: white;
	background-image: linear-gradient(to top, #0065C3, #749fe8);
	justify-content: center;
}


#intro2 {
	background-image: url(images/intro-thumb.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: 2rem;
	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%;
	padding: 0;
}



#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 {
	display: flex;
	flex: row;
}



.contenidoCarta{
	padding: 0px;
	width: 80%;
}


.contenidoCarta > section > .container-01 > div{
	box-shadow: 0px 5px 10px 0px #525252;
}

.contenidoCarta > section{
	background-color: white;
	margin: 0;
}




.contenidoCarta section h3 {
	color: #0065C3;
}


.sidenav {
	/* ponerle una naimacion y centrarlo */
	display: flex;
	width: 20%;
	background-color: #0065C3;
	flex-direction: column;
}

.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 top, #0065C3, #749fe8);
	z-index: 1;
}

/* Pintar activodia1 como prendido color azul */
.sidenav :first-child {
	background-image: none;
	background-color: #ffffff;
	color: #0065C3;
}

.sidenav a:hover{
	background-image: none;
	font-size: 1.1em;
	color: #0065C3;
	background-color: white;
	justify-content: center;
}

/* 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/intro-thumbmobile.jpg);
	}

	

	body {
		background-image: none;
	}

	footer , header, main {
		width: 100%;
	}

	header {
		text-align: center;	
		z-index: 100;
		position: sticky;
		align-items: center;
		top: 0;
		flex-direction: column;
		overflow: hidden;
		height: 100%;
	}

	.topnav {
		position: relative;
		display: block;
		width: 100%;
	}

	.topnav a.active {

		display: block;

	}
	.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: #0065C3;
		padding: 12px;
		background-color: #ffffff;
		border: #ffffff 4px solid;
		bottom: 40px;
		outline: #0065C3 4px solid;
		right: 12px;
		border-radius: 90px;
	}
	
	.fijo:hover {
		color: #ffffff;
		padding: 12px;
		background-color: #0065C3;
		bottom: 40px;
		right: 12px;
		border-radius: 90px;
	}

	.topnav a:not(:first-child) {display: none;}
	

	.topnav a.icon {
		width: 3%;
		padding: 0px 8px;
		float: right;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: max-content;
		color: #0065C3;
	}

	.topnav a.icon:hover {
		color: #ffffff;
	}


	.topnav.responsive {
		position: relative;
		display: block;
	}
	

	.topnav.responsive a {
	  display: block;
	}

	#logopepsi {
		content: url(images/logo-mobile.png);
		width: 50px;
		padding: 15px 0px;
	}

	.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;
	}

	

}	/* Fin del media queries no borrar */
