@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
::-webkit-scrollbar{
	background:#FF7800;
	width: 15px;
}
::-webkit-scrollbar-thumb{
	background: #D21E00;
	border-radius: 3px;
}
body{
	overflow-x:hidden;
}

.bg-color{
	background-color: #fff;
}
.bg-color-negative{
	background-color: #000;
}

/* MENU */

.background-menu{
	background-color: black;
	height: 100px;
}
.logomenu{
	height:70px;
}
.socialmenu{
	height: 30px;
	margin: 0px 10px;
	float: right;
}
nav li{
	list-style: none;
	color: white;
	padding-left: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-top: 0px;
}
nav a:hover{
	color:#FF7800;
}
nav li:hover{
	color: #FF7800;
}

/* HEADER*/

.background-header{
	background-image:url("../images/background-header.png");
	background-size: cover;
	background-position: center;
	height:500px;
	display: none;
}
.latas{
	height: 400px;
	margin-top: 50px;
}
.slogan{
	height: 300px;
	margin: 100px auto;
}

/* VIDEO */
.bg-video{
	display: block;
}
#video-background {
  position: fixed;
  top: -13%;
  right: 0;
  /*bottom: 0;*/
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
  opacity: 0.6;
}

/*SEPARADOR*/

.separador{
	width: 100%;
	margin-top: -20px;
}

/* QUE ES SHAKA */

.quees{
	width: 400px;
	margin: 0px auto 50px auto;
	display: block;
}
.textoshaka{
	font-size: 15px;
	width: 70%;
	margin: 0px auto 50px auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.sabores{
	height: 200px;
	margin: 50px auto;
	display: block;
}

																				/*SABORES*/

.titulosaborberries{
	width:300px;
	margin: 50px auto 0px auto;
	display: block;
}
.titulosaborpapaya{
	width:300px;
	margin: 50px auto 0px auto;
	display: block;
}
.imgsabores{
	width: 250px;
	margin: 50px auto;
	display: block;
}
.textosabores{
	font-size: 14px;
	width: 100%;
	margin: 100px auto 50px auto;
	text-align: justify;
	font-family: 'Lato', sans-serif;
}
.tablanutricional{
	width:200px;
	margin: 100px 0px;
	display:block;
}
																				/*EVENTOS*/

.tituloeventos{
	width:300px;
	margin: 50px auto;
	display: block;
}
.textoeventos h3{
	font-family: 'Lato', sans-serif;
}
.textoeventos p{
	font-family: 'Lato', sans-serif;
	font-size:14px;
}
.textoeventos a:hover{
	text-decoration:none;
	color: #FF7800;
}
.textoeventos a{
	color:#D21E00;
}

																				/*QUIERES PRODUCTO TIENDAS*/

.background-gris{
	background-color:rgba(237,237,237,1.00);
}
.quieres h3{
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 30px auto;
}
.quieres p{
	background-color:#D21E00;
	color: white;
	width: 150px;
	text-align: center;
	margin: 30px auto;
	display: block;
	padding: 15px;
	border-radius: 10px;
	font-size: 16px;
	text-decoration: none;
}
.quieres p:hover{
	color:#FF7800;
	text-decoration: none;
}
.quieres a{
	text-decoration: none;
}
.quieres a:hover{
	text-decoration: none;
}

																				/*PUNTOS DE VENTA*/

.titulopuntosdeventa{
	width:500px;
	margin: 50px auto;
	display: block;
}
.imagentienda{
	width: 100%;
	margin: 0px auto;
	display: block;
}
.tiendas p{
	font-size:14px;
	font-family: 'Lato', sans-serif;
}
.tiendas h3{
	font-family: 'Lato', sans-serif;
}
.tiendas span{
	font-size:16px;
	font-weight: 700;
}
.tiendas a:hover{
	text-decoration:none;
	color: #FF7800;
}
.tiendas a{
	color:#D21E00;
}.iconoinsta{
	width:30px;
	margin: 10px auto;
}
.map img{
	width:40px;
}


																				/*CONTACTO*/

.titulocontacto{
	width:250px;
	margin: 50px auto;
	display: block;
}
.background-contacto{
	background-image:url("../images/background-contacto.png");
	background-size: cover;
	background-attachment: fixed;
}
.background-contacto h1{
	color:white;
	font-size: 40px;
	text-align: center;
	margin: 50px auto;
}
.formulario{
	color:white;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:16px;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px white;
	display:block;
	margin:0 auto;
	width:40%;
	height:30px;
	padding:10px;}
.mensaje{
	color:white;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size: 16px;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px white;
	display:block;
	margin:0 auto;
	width:40%;
	height:100px;
	padding:10px;}
input::-webkit-input-placeholder{
	color:white;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;}
textarea::-webkit-input-placeholder{
	color:white;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;}
textarea{
	resize:none;}
.enviar{
	background-color: black;
	color:white;
	padding:5px 15px;
	border:none;
	font-family: 'Titillium Web', sans-serif;
	font-weight:700;
	letter-spacing:3px;
	font-size: 24px;
	display:block;
	margin:0px auto 100px auto;}

/*FOOTER*/

.background-footer{
	background-color: black;
}
.logofooter{
	height: 100px;
	margin: 50px 10px 10px 10px;
	display: block;
}
.socialfooter{
	height: 50px;
	margin: 10px 10px 50px 10px;
	display: block;
	float: left;
}
.background-footer p{
	color:white;
	font-size: 15px;
	margin: 5px auto;
	font-family: 'Lato', sans-serif;
}
.background-footer p:hover{
	color:#FF7800;
}
.linksfooter{
	margin:50px auto;
	display: block;
}
.linksfooter a:hover{
	text-decoration: none;
	color: red;
}
.contactofooter p{
	margin:100px auto;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}
.contactofooter a:hover{
	text-decoration:none;
	color:#FF7800;
}


/* @mediaquery  */
@media (max-width: 420px) {
	.background-header{
		display: block;
	}
	.bg-video{
		display: none;
	}
}

@media only screen and (min-width:600px) and (max-width:990px){
	
.imgsabores{
	width: 150px;
	margin: 100px auto;
	display: block;
}}

/*MOBILE*/

@media only screen and (min-width:300px) and (max-width:599px){

/* MENU */

.bg-color-negative{
	background-color: #FFF;
}
.background-menu{
	background-color: black;
	height: 130px;
}	
.logomenu{
	width: 100px;
	height: auto;
	margin-top:15px;
}
.socialmenu{
	height: 30px;
	margin: 0px 10px;
	float:left;
}	
.latas{
	height: 200px;
	margin:50px auto 10px auto;
	display: block;
}
.slogan{
	height:auto;
	width: 60%;
	margin: 10px auto;
	display: block;
}	
	
/*QUE ES SHAKA*/
	
.quees{
	width: 100%;
	margin: 0px auto 50px auto;
	display: block;
}
.textoshaka{
	font-size: 14px;
	width: 100%;
	margin: 0px auto 50px auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
}	
																				/*SABORES*/

.titulosaborberries{
	width:250px;
	margin: 50px auto;
	display: block;
}
.titulosaborpapaya{
	width:250px;
	margin: 50px auto;
	display: block;
}
.imgsabores{
	width: 50%;
	margin: 0px auto 20px auto;
	display: block;
}
.textosabores{
	font-size: 14px;
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
}	
.tablanutricional{
	width:200px;
	margin: 40px auto;
	display:block;
}																				/*EVENTOS*/

.tituloeventos{
	width:250px;
	margin: 50px auto;
	display: block;
}	
			
	
																				/*PUNTOS DE VENTA*/

.titulopuntosdeventa{
	width:250px;
	margin: 50px auto;
	display: block;
}
.imagentienda{
	width: 100%;
	margin: 0px auto;
	display: block;
}
	
	
																				/*CONTACTO*/

.formulario{
	color:white;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size:16px;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px white;
	display:block;
	margin:0 auto;
	width:100%;
	height:30px;
	padding:10px;}
.mensaje{
	color:white;
	font-family: 'Titillium Web', sans-serif;
	font-weight:400;
	font-size: 16px;
	background-color:hsla(0,0%,0%,0.00);
	border: none;
	border-bottom:solid 1px white;
	display:block;
	margin:0 auto;
	width:100%;
	height:100px;
	padding:10px;}

	
/*FOOTER*/

.logofooter{
	height: 100px;
	margin: 50px auto 0px auto;
	display: block;
}
.socialfooter{
	height: 50px;
	margin: 10px 10px 30px 10px;
	display: block;
	float: left;
}
.background-footer p{
	color:white;
	font-size: 16px;
	margin: 0px auto;
}
.linksfooter{
	margin:0px auto;
	display: block;
}
.linksfooter a:hover{
	text-decoration: none;
	color: red;
}
.contactofooter p{
	margin:30px auto;
	font-size: 20px;
	text-align: center;
}
.contactofooter a:hover{
	text-decoration:none;
}

}