/*                                              GENERAL*/

@import url('https://fonts.googleapis.com/css?family=Arima+Madurai');

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body{
	font-family: 'Arima Madurai', cursive;
}

.contenedor{
	width: 98%;
	margin: auto;
}

.contenedor hr{
	display: block;
	margin:30px auto;
	width: 70%;
}

.irarriba{ /*Botón que te redirecciona hacia arriba de la pantalla*/
	display: none;
	background-color: rgba(255,255,255,0.7);
	padding: 5px;
	border:1px solid #000;
	-webkit-box-shadow: 0px 0px 5px 1px #000;
	-moz-box-shadow: 0px 0px 5px 1px #000;
	-o-box-shadow: 0px 0px 5px 1px #000;
	cursor: pointer;
	position: fixed;
	bottom:50px;
	right: 20px;
}

/*                                                 HEADER*/
header {
	width: 100%;
	height: 50px;
	background: #333;
	color:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index: 100;
}

header .contenedor img{
	width: 185px;
	float:left;
	-webkit-box-shadow: 0px 0px 15px 8px #000;
	-moz-box-shadow: 0px 0px 15px 8px #000;
	-o-box-shadow: 0px 0px 15px 8px #000;
}

header label{
	float:right;
	font-size:28px;
	margin:6px 0;
	cursor: pointer;
}

header .contenedor{
	display:table;
}

/*                                                BANNER*/
#banner{
	margin-top:50px;
	position: relative;

}

#bannner img{

	width:100%;
	height:100%;


}

#banner .contenedor{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	color:#fff;
	text-shadow: 0 0 2px #000, 0 0 3px #000, 0 0 5px #000, 0 0 10px #000, 0 0 12px #000;
}
/*
#banner h1{
	font-size:28px;
}

#banner h2{
	font-size:28px;
}

*/

#menu-bar{
	display: none;
}



.menu{
	position:absolute;
	top:50px;
	left:0;
	width: 100%;
	height:100vh;
	background:rgba(51,51,51,0.9);
	transition: all 0.5s;
	transform: translateX(-100%);
}

.menu a{
	display: block;
	color: #fff;
	height: 50px;
	text-decoration: none;
	padding:15px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}

.menu a:hover{
	background: rgba(255,255,255,0.3);
}

#menu-bar:checked ~ .menu{
	transform: translateX(0%);
}

/*                                                SECCIONES*/
section{
	width: 100%;
	margin-bottom:25px;
}


.volverinicio .contenedor{
	text-align: center; 
	background-color: #333;
	font-size: 15px;
}

.volverinicio .contenedor a{
	display:block;
	width: 100%;
	text-decoration: none;
	color:#fff;
}

.volverinicio .contenedor a:hover{
	background-color: #333;
	background: rgba(255,255,255,0.3);
}

#paraempezar .contenedor{
	padding:10px;
	background-color: #F1F1F1;
}

#componentesvape .contenedor{
	text-align: center;
	padding:10px;
}

#componentesvape .contenedor div{			
	text-align: center;		
	}
	
#componentesvape .contenedor div a{
	text-decoration: none;
}

#componentesvape .contenedor div img{	
	border-radius: 50%;
	margin:15px;
	-webkit-transition:-webkit-transform 0.5s ease 0.3s;
	-moz-transition:-webkit-transform 0.5s ease 0.3s;
	-o-transition:-o-transform 0.5s ease 0.3s;
	border:2px solid #000;	
	width: 175px;
}

#componentesvape .contenedor div img:hover{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
}

#historiavape .contenedor{
	background-color: #F1F1F1;
	padding:10px;
}

#historiavape .contenedor article p{
	padding: 0 6px 6px 6px;
}

.artihistvape1{
	margin-top:10px;
}

.artihistvape2{
	margin-top:50px;
}

.artihistvape1 img{
	float:left;
	margin: 0 3% 3% 0%;
	width:400px;
}

.artihistvape2 img{
	float:right;
	margin: 0 0 3% 3%;
	width:360px;
}

#historiavape2 .contenedor{
	background-color: #F1F1F1;
	padding:10px;
}

#presentacion1 .contenedor{
	margin-bottom: 10px;
	padding:5px;
	background-color: #333;
	color:#fff;
	font-size: 15px;
}

#presentacion1 .contenedor img{
	margin:4px 10px 5px 4px;
	float:left;
	width: 90px
}

#presentacion2{
	padding:10px;
}

#presentacion2 .contenedor{
	margin-bottom: 15px;
}

#presentacion2 img{
	width: 120px;
	float:left;
	margin:0 10px 10px 0;
}

#presentacion2 video{
	margin-top:15px;
	width: 100%;
}

.complements img{
	display: block;
	margin:15px auto;
	width: 250px;
}

.complementsres .contenedor img{
	width: 15%;
	margin: 10px 2.5% 10px 2.5%;
}

#presentacionfloat{
	background-color: #333;
	color:#fff;
	margin-left: 15px;
	width: 15%;
	float:left;
	padding:10px;
	}

#presentacionfloat img{
	float:left;
	width: 70px;
	margin:0 7px 7px 0;	
	}

#enlacesfloat{
	background-color: #333;
	color:#fff;
	margin-right: 15px;
	width: 15%;
	float:right;
	text-align: center;
	padding:10px;
	border-top: 10px solid #89A3E9;
	border-bottom: 20px solid #D8E1F7;
}	

#enlacesfloat hr{
	width: 70%;
	background-color: #000;
	display: block;
	margin: 7px auto;

}

#enlacesfloat div{
	width: 100%;
}

#enlacesfloat div:hover{
	background: rgba(255,255,255,0.3);
}

#enlacesfloat div a{
	text-decoration: none;
	color:#fff;
}

#enlaces .contenedor{
	background-color: #333;
	color:#fff;
	padding:10px;
	text-align: center;
	border-top: 10px solid #89A3E9;
	border-bottom: 20px solid #D8E1F7;
	margin-bottom: 15px;
}	

#enlaces .contenedor hr{
	width: 70%;
	background-color: #000;
	display: block;
	margin: 7px auto;
}

#enlaces .contenedor div{
	width: 100%;
}

#enlaces .contenedor div:hover{
	background: rgba(255,255,255,0.3);
}

#enlaces .contenedor div a{
	text-decoration: none;
	color:#fff;
}


/*                                               FOOTER*/

footer{
	background-color: #333;
	color:#fff;
	padding:12px;
	overflow: hidden;
}

footer section{
	border-bottom:1px solid rgba(255,255,255,0.05);
}

footer section ul{
	list-style: none;
}

footer section img{
	margin-top: 5px;
	width: 75px;
}

footer img{
	-webkit-transition: -webkit-transform 0.5s ease 0.3s;
	-moz-transition: -moz-transform 0.5s ease 0.3s;
	-o-transition:-o-transform 0.5s ease 0.3s;
}

footer img:hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}


.footercenter{
	text-align: center;
}

.footercenter a{
	color: rgba(255,255,255,0.2);
	font-size: 35px;
	padding:5px;
}

.footercenter a .youtube{
	font-size: 20px;
}

.footercenter a:hover{
	color: rgba(255,255,255,0.5);
}

.footercenter2{
	clear:left;
	margin-top: 5px;
	text-decoration: none;
	margin-bottom: 5px;
}

.footercenter2 h4{
	font-size: 14px;
	color: #E1F0B7;
}

.footercenter2 h4:hover{
	color: #AFEE00;
}

.footercenter2 div a{
	text-decoration: none;
	color:#fff;
}

.footercenter3{
	clear:left;
	margin-top: 5px;
	text-decoration: none;
	margin-bottom: 5px;
}

.footercenter3 h4{
	font-size: 15px;
	color: #E1F0B7;
}

.footercenter3 div a{
	text-decoration: none;
	color:#fff;
}

.footercenter3 h4:hover{
	color: #AFEE00;
}

footer .footer p{
	font-size: 12px;
}

footer .footercenter p{
	font-size: 12px;
}

footer .footercenter2 p{
	font-size: 12px;
}

footer .footercenter3 p{
	font-size: 12px;
}


/*                                              MEDIAQUERIES*/

@media (min-width: 200px) {
	#presentacionfloat{
		display:none;
	}

	#enlacesfloat{
		display:none;
	}
	
	.contenedor p{
		font-size: 14px;
	}
	
	h1{
		font-size: 22px;
	}

	h2{
		font-size: 18px;
	}
	
	#banner{
		height: 200px;
	}

	#banner .contenedor p{
		font-size: 16px;
	}

	#banner img{
		width: 100%;
		height: auto;
	}

	#historiavape{
		display:none;
	}

	#presentacion1{
		display:none;
	}

	#historiavape{
		display:none;
	}

	#historiavape2 .contenedor{
		font-size: 12px;
	}

	#historiavape2 .contenedor .artihistvape1 img{
		width:200px;
	}

	#historiavape2 .contenedor .artihistvape2 img{
		width:180px;
	}
}

@media (min-width: 300px) {

	#banner{
		height: 250px;
		overflow: hidden;
	}

}

@media (min-width: 700px) {


	.footer{
		display: block;
		float:left;
		width: 30%;
		margin:0 1.59% 0 1.59%;
		text-align: center;
		list-style: none;
		border-bottom: none;
		border-left: 1px solid rgba(255,255,255,0.05);
		border-right: 1px solid rgba(255,255,255,0.05);
	}

	.footercenter2{
		text-align: center;
		border-top:1px solid rgba(255,255,255,0.05);
		padding-top: 15px;
	}

	.footercenter3{
		text-align: center;
		border-top:1px solid rgba(255,255,255,0.05);
		padding-top: 15px;
	}
}



@media (min-width: 1024px) { /*Tamaño estandar de monitor*/
	header .contenedor img{
		width: 220px;
	}

	.menu{
		position: static;
		width: auto;
		height: auto;
		transform: translateX(0%);
		float:right;
		display:flex;
	}

	.menu a{
		border:none;
	}

	.menu p{
		display:none;
	}

	.menu .historiavapeo{
		display:none;
	}
	
	.menu .descripcion{
		display:none;
	}

	header label{
		display: none;
	}

	.contenedor{
		width: 1000px;
	}

	#banner img{
		width: 100%;
		height: auto;
		margin-top: -350px;
	}

	#banner h1{
		font-size:27px;
	}

	#banner .contenedor p{
		font-size: 18px;
	}

	h2{
		font-size: 22px;
	}

	#historiavape{
		display:block;
	}

	#presentacion1{
		display:block;
	}

	.complements img{
	width: 350px;
	}
}

@media (min-width: 1500px) {
	
	#banner img{
		margin-top: -700px;
	}
}

@media (min-width: 1600px) {   /*Contenido que aparece en pantallas de gran tamaño*/
	
	#presentacionfloat{
		display:block;
	}

	#presentacionfloat p{
		font-size: 11px;
	}
	
	#enlacesfloat{
		display:block;
	}

	#presentacion1{
		display: none; /*Desaparece de la parte de abajo y aparece el presentaciónfloat en float left*/
	}

	.footercenter2{
		display:none; /*Desaparece del footer y se coloca con float left arriba solo en pantallas de gran tamaño de monitor*/
	}
	
	.footercenter3{
		display:block; /*Parte del footer exclusiva para las paginas de los complementos del vapeo. Como no tienen el media para tener los enlaces en float right, se les aplica critero diferente*/
	}
}

