* {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;

}


:root {
	font-size: 18px; /* es la medida base de los textos 18px = 1em */
}



#logococa {
	padding-top: 15px;
	padding-left: 30px;
	width: 110px;
}

body {
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(to top, #1a1918 94% ,#fe001a 97% );
	color: #fe001a;
}

header {
	width: 80%;
	height: 71.09px;
	margin: 0 auto;
	background-color: #fe001a;
	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: #1a1918;
}

footer p {
	padding-top: 20px;
}
section {
	width: 90%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px	;
	padding: 5%;
	background-color: #fe001a;
	text-align: center;
}


#intro {
	background-image: url(images/intro-thumb.jpg);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	background-size: cover;
	background-color: #1a1918;
	overflow: hidden;
	height: 100%;
	color: white;
}


#intro h1 {
	font-size: 2.5rem;
	font-family: Cocacola;
}

#intro h1, #intro p{
	text-shadow: rgb(0, 0, 0) 4px 0 4px;
}

#intro > div{
	width: 70%;
}




#sectionnosotros {
	background-color: #1a1918;
	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;
}

.container-01, .container-02 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}


.container-01 > div{
	width: 24%;
	outline: rgb(104, 104, 104) 2px solid;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 12px 10px 0px #5e020b;
	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;
}


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: #fe001a;
	text-align: left;
}


#intro p {
	color: white;
	font-size: 1.2rem;
}

.fijo {
	color: #fe001a;
	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: #fe001a;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 20px;
	border-radius: 90px;
}


@font-face {
	font-family: Cocacola;
	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: white;
	border-radius: 30px;
	margin-top: 10px;
	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;
}


a.boton:hover {
	filter: none;
	background-image: linear-gradient(to top, #1a1918,#5c5c5c);
}


header img{
	padding: 20px;
}

.topnav {
	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: #fe001a;
}

.topnav .icon {
	display: none;
  }

.topnav a:hover{
	font-size: 1.1em;
	color: white;
	background-image: linear-gradient(to top, #fe001a, #ffb0b0);
	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 */
	}

	

	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;

	}

	
	.fijo {
		color: #fe001a;
		padding: 12px;
		background-color: #ffffff;
		border: #ffffff 4px solid;
		text-align: center;
		position: fixed;
		bottom: 40px;
		right: 12px;
		border-radius: 90px;
	}
	
	.fijo:hover {
		color: #ffffff;
		padding: 12px;
		background-color: #fe001a;
		text-align: center;
		position: fixed;
		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: #fe001a;
	}

	.topnav a.icon:hover {
		color: #ffffff;
	}


	.topnav.responsive {
		position: relative;
		display: block;
	}
	

	.topnav.responsive a {
	  display: block;
	}

	#logococa {
		padding: 20px 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 */
