html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* f################################################### */

html{
	font-size: 16px;
}
@media(max-width: 650px){
	html{

	}
}
body{
  color: gray;
  background-color: black;
}

header{
	width: 100%;
  	margin: auto;
  	height: 50px;
}

.center{
	margin: auto;
	text-align: center;
}

/* ##############MENU########################################## */

#menu{
  height: 50px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: fixed;
  top:30px;
  left: 30px;
  overflow: hidden;
  transition: 0.5s;
  z-index: 100;
}

#rectangulos{
  margin-top: 13px;
  margin-left: 10px;
  z-index: 100;
}

.rec{
  height: 4px;
  margin-top:6px;
  width: 30px;
  background-color: white;
  border-radius: 2px;
  transition: 0.5s;
}

#lista li{
  float: left;
}

#lista{
  position: relative;
  left: 40px;
  top: -35px;
}

#menu:hover{
  width: 500px;
  transition: 1.5s;
}

#menu:hover .rec{
	width: 25px;
	transition: 0.5s;
}

#lista a{
  text-decoration: none;
  font-family: roboto;
  font-weight: 400;
  color: white;
  margin-left: 40px;
  line-height: 50px;
  transition: 0.3s;
}

#lista a:hover{
  color: gray;
  letter-spacing: 1px;
  transition: 0.3;
    font-weight: 400;

}



#lang{
	position: fixed;
  	top:30px;
  	right: 30px;
}

#lang li{
			float: left;

}

#lang a{
		text-decoration: none;
		line-height: 50px;
		text-decoration: none;
		 font-family: roboto;
		 font-weight: 400;
		 color: white;
		 margin-left: 10px;
		 background-color: rgba(0,0,0,0.5);
		 padding: 6px;
		 border-radius: 5px;
		 transition: 0.3s;
}

#lang a:hover{
  color: gray;
  letter-spacing: 1px;
  transition: 0.3;
    font-weight: 400;
    transition: 0.3s;

}

@media screen and (max-width:600px){
	#menu{
		display: none;
	}
	#lang{
		top: 15px;
		left: 15px;
	}
}

/* ######################################################## */

/*PORTADA*/

#bg-video video{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;

}

#logo{
	position: fixed;
	z-index: 1;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
}

.subtitle{
	position: absolute;
	bottom: 5vh;
	left: 4%;
	color: white;
	z-index: 4;
	font-family: roboto;
	font-weight: 100;
	font-size: 20px;
	letter-spacing: 10px;
}

.arrow{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	z-index: 100;
	transition: 0.6s;
}

.arrow:hover{
	bottom: 3%;
	transition: 0.6s;
}

.media{

	height: 20px;
	width: 100px;
	position: absolute;
	bottom: 4vh;
	right: 4%;
	z-index: 4;	
}

.media div{
	height: 20px;
	width: 20px;
	margin-right: 10px;
	float: left;

}

#fb{
	background-image: url(img/media/fb.png);
}

#ig{
	background-image: url(img/media/ig.png);
}

#yb{
	background-image: url(img/media/yt.png);
}

@media screen and (max-width:900px){
	.arrow{
			bottom: 12%;
	}
	.arrow:hover{
			bottom: 9%;
	}

	.media{
		display: none;
	}

}




/*PORTADA FIN*/

/*REGLAS GENERALES SECCIONES*/

#content{
	position: absolute;
	top: 100%;
	width: 100%;
	font-size: 16px;
	text-align: center;
	z-index: 3;
}

#content::after{
	content: "";
	position: absolute;
	top: -149px;
	left: 0%;
	background: linear-gradient(to top, black, transparent);
	width: 100%;
	height: 150px;
	z-index: 0;

}

#content section .imagen{
	position: relative;
	width: 70%;
	height: 115vh;
	background-color: black;
	background-size: cover;
	background-position: center;
	float: left;
	background-repeat: no-repeat;
}

#content section{
	height: 115vh;
	overflow: hidden;
}

#content section .caja-texto{
	width: 30%;
	float: left;
	height: 115vh;
	position: relative;
}

@media screen and (max-width:900px){
	#content section .imagen{
		display: none;
	}
	#content section .caja-texto{
	width: 100%;
	}
}

.caja-texto{
	background-image: url(img/bg1.png);
	background-position: center;
	background-size: cover;
}

.caja-texto:after{
	content: " ";
	background-color: black;
	height: 60px;
	width: 60px;
	border-radius: 100%;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);

}

.text{
	padding: 15vh 20% 0% 20%;

}

.text h1{
	font-family: roboto;
	font-weight: 900;
	font-size: 40px;
	color: yellow;
}

.text h2{
	font-family: oswald;
	font-weight: 700;
	font-size: 25px;
	margin-top: 20px;
	color: gray;
}

.text p{
	font-family: roboto;
	font-weight: 300;
	margin-top: 20px;
	font-size: 16px;
	color: white;
	line-height: 1.3;
}



/*-----------------------------------------------------QUIEN*/

#quien{
	width: 100%;
	background-color: black;
	color: black;
}

#quien p{
	line-height: 1.4;
}

#quien .imagen video{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	min-height: 100%;
}

#quien .text ul{
	float: left;
	width: 50%;
	margin-top: 20px;
}
#quien .text li{
	margin-top: 25px;
}

#quien .text a{
	text-decoration: none;
	font-family: roboto;
	font-weight: 300;
	border: 1px solid gray;
	padding: 5px 10px 5px 10px;
	border-radius: 30px;
	color: white;
	background-color: rgba(100, 100, 100, 0.1);
}

#quien .text a:hover{
	background-color: rgba(100, 100, 100, 0.3);
	font-weight: 500;
	color: rgba(250, 250, 250, 0.75);
	transition: 0.5s;
}



@media screen and (max-width:900px){

	#quien section .caja-texto{
	width: 100%;
	height: 100vh;
	float: left;
	}

}
/*-----------------------------------------------------videoweb*/

.reel{
	height: 50vh !important;
	position: relative;
	background-color: black;
}

.reel video{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

@media screen and (min-width:900px){

	.reel{
		display: none;
	}

}

/**-----------------------------------------------------------**/

#activaciones{
	text-align: left;
	position: relative;

}

#activaciones .imagen{
	background-image: url(img/events/back.jpg);
}
/*-----------------------------------------------------SKILLS*/


#skills{
	background-color: white;
	box-sizing: border-box;
	background-image: url(img/bg11.jpg);
	background-size: cover;
	background-position: center;
}

.video{
	background-color: black;
	height: 30%;
	width: 30%;
	margin-left: 2.5%;
	margin-top: 4%;
	float: left;
}

.video video{
	width: 100%;
	height: 100%;
}

#skills h1{
	font-family: roboto;
	font-weight: 400;
	font-size: 50px;
	color: yellow;
	margin-top: 2%;
	letter-spacing: 20px;
	/**rgb(104, 17, 255)**/
}

@media screen and (max-width:900px){
	.video{
	background-color: black;
	height: 13%;
	width: 80%;
	margin-left: 10%;
	margin-top: 4%;
	float: left;
	}

	#skills{
		height: 300vh !important;
	}

}




/*-----------------------------------------------------GRafico*/

section .sliderbox{
	width: 80%;
	margin-left: 10%;
	margin-top: 15%;
}

#grafico .imagen{
	background-image: url(img/conven/back.jpg) !important;
	background-repeat: repeat;
	background-size: cover;
	width: 100%;
}


#grafico{
	position: relative;
	text-align: right;

}

#grafico p{
	line-height: 1.4;

}

#grafico .caja-texto{
	background-color: white;
	color: black;
	background-image: url(img/bg1.png) !important;

}

#grafico .imagen section{
	background-color: blue;
	float: left;
	margin-left: 2.5%;
	margin-top: 3%;
	border-radius: 15px;
	height: 43%;
}





/** INSTAGRAM *************************************************/


#instagram{
	position: relative;
	text-align: left;
}

#instagram .imagen{
		background-image: url(img/tech/back.jpg);
}

.gradientt:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0%;
	background: linear-gradient(to top, black, transparent);
	width: 100%;
	height: 200px;
	z-index: 1000;
}

@media screen and (max-width:900px){
 	#instagram .story1{
		display: none;
	}

	#instagram .story{
		width: 20%;
	}
	#instagram{
		height: 80vh;
	}
}


/** CONTACT *************************************************/

#contacto{
	background-color: white;
	position: relative;
	background-image: url(img/contact.png);
	background-size: cover;
	background-position: center;
	height: 100vh !important;
}



.gradientb:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	background: linear-gradient(to bottom, black, transparent);
	width: 100%;
	height: 150px;
	z-index: 1000;
}

#content section .c-text{
	margin-left: 60%;
	width: 40%;
	height: 115vh;
	position: relative;
}

.c-text .text{
	padding: 15vh 20% 0% 20%;

}

@media screen and (max-width:900px){
 	.c-text .text{
 		padding: 5vh 10% 0% 10%;
 	}
 	#content section .c-text{
	margin-left: 40%;
	width: 60%;
	height: 115vh;
	position: relative;
}
}


.c-text .text h1{
	font-family: roboto;
	font-weight: 900;
	font-size: 40px;
	color: yellow;
	text-align: right;
	margin-bottom: 4vh;
}


.c-text .text h2{
	font-family: oswald;
	font-weight: 700;
	font-size: 22px;
	margin-top: 20px;
	text-align: right;
}


.c-text .text p{
	font-family: roboto;
	font-weight: 300;
	margin-top: 15px;
	font-size: 16px;
	text-align: right;
}


.c-text .text p a{
	font-family: roboto;
	font-weight: 300;
	margin-top: 15px;
	font-size: 16px;
	text-align: right;
	color: white;
	text-decoration: none;
}

