@font-face {
  font-family: "montserrat-v14-latin-regular";
  src: url("fonts/montserrat-v14-latin-regular.eot") format("opentype");
}
@font-face {
  font-family: "montserrat-v14-latin-regular";
  src: url("fonts/montserrat-v14-latin-regular.SVG");
}
@font-face {
  font-family: "montserrat-v14-latin-regular";
  src: url("fonts/montserrat-v14-latin-regular.eot.ttf") format("opentype");
}
@font-face {
  font-family: "montserrat-v14-latin-regular";
  src: url("fonts/montserrat-v14-latin-regular.woff");
}
@font-face {
  font-family: "montserrat-v14-latin-regular";
  src: url("fonts/montserrat-v14-latin-regular.woff2");
}

header{
    height: 400px;
	background-image: url(img/notebook_1920.jpg);
	background-size: cover;
	/*margin-top: 110px;*/
	/*background-position: top center;*/
	background-position: 0 -140px;
	max-width: 100vw;
}
header h1{
	color: white;
}
#titulo{
	margin-top: 100px;
	margin-left: 0.6em;
	z-index: 1;
	font-size: 80px;
}

.horiznav{
    margin-left: 3em;
    margin-top: 260px;
    position: absolute;
    z-index: 5;
}
/*.burguer{
    position: fixed;
    color: white;
    z-index: 8;
    display: none;
    padding: 5% 40% 5% 7%;
}*/
#hambur{
    position: fixed;
    font-size: 2.5em;
    color: white;
    z-index: 8;
    display: none;
    padding: 5% 40% 5% 7%;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  /*background-color: #111;
  background-color: #140a00;
  background-color: rgb(20, 10, 0, 0.87)*/
  background-color: rgb(20, 10, 0);
  /*background-color: #1a0d00;
  background-color: #1a0d00de;*/
  /*background-color: rgba(26, 13, 0, 0.87);*/
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: none;
}
a:hover{
	text-decoration: none;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  font-size: 25px;
  /*color: #818181;*/
  color: rgb(152, 133, 115)!important;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: white!important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 50px;
  margin-left: 50px;
}

/*@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */
.buttonT {
  transition-duration: 0.4s;
}

.buttonT {
  /*background-color: #00000021;*/
  background-color: rgba(0, 0, 0, 0.13); 
  border: 2px solid white;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5%;
}
.buttonT:hover {
  /*background-color: #ffffffcc;*/
  background-color: rgb(255, 255, 255);
  color: rgb(59, 54, 48);
  /*color: black;*/
}

h2{
	color: #e98484;
	font-size: 2.6em;
	font-weight: bold;
	text-align: center;
	margin: 20px;
	font-family: "montserrat-v14-latin-regular", "Trebuchet MS";
}
.intro{
	font-size: 1.6em;
	text-align: center;
	font-weight: bold;
	margin: 20px;
}
.imagenYo{
	margin-top: 45px;
	margin-bottom: 45px;
	border-radius: 5%;
	height: 200px;
	width: auto;
}
/*
#logo{
	height: 3em;
}*/

body {
  font-family: "Lato", sans-serif;
}
main{
	/*background-color: #57503554;*/
	/*background-image: url("img/Fondo3.jpg");*/
	/*background-color: rgba(87, 80, 53, 0.33);*/
	background-color: rgb(229, 219, 206);
	max-width: 100vw;
	overflow: hidden;
}

footer{
	/*background-color: rgb(59, 54, 48);*/
	background-color: rgb(82, 73, 67);
	/*color: rgb(152, 133, 115);*/
	max-width: 100vw;
	position: bottom;
}

h3, h4{
	text-align: center;
	padding: 20px;
}
h2, h3, h4, h5, h6{
	color: #47576e;
}
p{
	/*color: #3b3630;*/
	color: rgb(59, 54, 48);
	padding: 0 10px 0 10px;
}
img{
	border-radius: 2%;
}
.imagenEnlace:hover{
	transform: scale(1.05);
	transition: transform 1s; /* Animation */
}
.videoGrande{
	width:100%;
	height:600px;
	border:0;
}
.carousel img{
	min-width: 100%
}
.presenta img{
	width:100%;
}
.network{
	font-size: 2em;
	background-color: rgb(152, 133, 115);
	color: white;
}
.network i{
	/*padding: 10px 20px;*/
}
.network a{
	color: white;
}
.network i:hover{
	color: rgb(59, 54, 48);
	transform: scale(1.2);
	transition: transform 0.8s; /* Animation */
}
#redes{
	font-size: 1.2em;
	text-align: center;
	padding: 20px;
	color: white;
}
#redes i{
	font-size: 1.4em;
	color: lightgrey;
	cursor: pointer;
	padding-top: 0;
	padding: 0 5px 0 5px;
}
#redes p{
	font-size: 0.8em;
	padding-bottom: 0;
	color: rgb(229, 219, 206);
}
.workIcons{
	color: rgb(152, 133, 115);
	font-size: 1.4em;
	padding: 0 10px 0 0;
}
.workIcons:hover{
	/*color: rgb(59, 54, 48);*/
}
.fecha{
	color: rgb(71, 87, 110);
	padding: 0 10px 0 10px;
	text-decoration:  underline;
}
.hobby{
	height: 100px;
}
/*Sección filtro*/
.container {
  overflow: hidden;
}

.filterDiv {
    display: none; 
  /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the filter buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  margin: 10px 5px;
  font-weight: bold;
  color: rgb(59, 54, 48);
}

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: rgb(152, 133, 115);
  color: white;
}

/* Add a dark background to the active button */
.btn.active {
  /*background-color: rgb(59, 54, 48);*/
  background-color: rgb(82, 73, 67);
  color: white;
}
.myBtnContainer{
	padding: 10px;
}

#arriba {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 24px;
  border: none;
  outline: none;
  background-color: rgb(101, 132, 115);
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
  /*transition: 0.5s;*/
}
#arriba:hover {
  background-color: rgb(152, 133, 115);
}
.titulos{
	color: #47576e;
	/*padding: 8px;*/	
}
.titulos:hover{
	text-decoration: none;
	color: white;
}
.more{
	color: #47576e;
	padding: 8px;
	font-weight: bold;	
}
.more:hover{
	text-decoration: none;
	color: white;
}
.moreBig{
	color: #47576e;
	/*padding: 8px;*/
}
.moreBig:hover{
	text-decoration: none;
	color: white;
}
@media screen and (max-width: 1200px){
	header{
		/*height: 400px;*/
	}
    .horiznav{
       /*margin-top: 280px;*/
    }
    h2{
		font-size: 2.2rem;
	}
/*	#logo{
		height: 2.8em;
	}*/
	#titulo{
		font-size: 70px;
		margin-left: 4.5%;
	}
/*
	#info i{
		font-size: 1.1em;
	}
	#info{
		font-size: 1.1em;
	}
*/
	.texto h5{
		font-size: 1em;
	}

	.intro{
		font-size: 1.5em;
		margin: 10px;
	}
	.imagenYo{
		margin-top: 35px;
		margin-bottom: 35px;
		height: 180px;
	}

@media screen and (max-width: 1050px){
	header{
		height: 360px;
		background-position: 0 -100px;
	}
	#titulo{
		/*font-size: 70px;*/
		margin-left: 5%;
	}
	.horiznav{
       margin-top: 240px;
    }
    .videoGrande{
		width:100%;
		height:500px;
		border:0;
	}
}
@media screen and (max-width: 850px){
	/*header{
		height: 320px;
		background-position: 0 -80px;
	}*/
}
@media screen and (max-width: 770px){
	header{
		height: 300px;
		background-position: 0 -50px;
	}
    .horiznav{
       margin-top: 200px;
    }
    .videoGrande{
		width:100%;
		height:400px;
		border:0;
	}
	.videoMediano{
		width:100%;
		height:253px;
		border:0;
	}
	h2{
		font-size: 2rem;
	}
	.buttonT {
	  	padding: 12px 20px;
	  	font-size: 16px;
	} 
	#titulo{
		margin-top: 90px;
		margin-left: 6.5%;
		font-size: 55px;
	}

	.btn {
	  	font-size: 16px;
	  	padding: 10px 14px;
  		margin: 6px 3px;
	}
/*	#arriba{
		font-size: 20px;
	}*/
/*
	#largo{
		display: none;
	}
	#corto{
		display: block;
	}
	#logo{
		height: 2.6em;
	}
	#info i{
		font-size: 1.1em;
	}
	#info{
		font-size: 1.1em;
	}
*/
	.texto h5{
		font-size: 1em;
	}
	.imagenYo{
		margin-top: 25px;
		margin-bottom: 25px;
		height: 160px;
	}
	.intro{
		font-size: 1.2em;
		margin: 10px;
	}
@media screen and (max-width: 650px){
	header{
		height: 220px;
		background-position: 0 0;
	}
	.horiznav{
		display: none;
	}
	/*.burguer{
		display: block;
	}*/
	#hambur{
		display: block;
	}
	.sidenav{
		display: block;
	}
	#titulo{
		margin-left: 20%;
	}
}
@media screen and (max-width: 580px){
	header{
		height: 200px;
	}
	h2{
		font-size: 1.8em;
	}
	.videoGrande, .videoMediano{
		width:100%;
		height:217px;
	}
	.horiznav{
       margin-top: 160px;
    }
	.buttonT {
	  	padding: 8px 16px;
	  	font-size: 14px;
	}
	#titulo{
		font-size: 40px;
		margin-top: 80px;
		margin-left: 25%;
		/*padding-left: 5em;*/
		/*justify-content: center;*/
	}
	.btn {
	  	font-size: 14px;
	  	padding: 10px 12px;
  		margin: 6px 3px;
	}
/*
	#largo{
		display: none;
	}
	#corto{
		display: block;
	}
	#logo{
		height: 2em;
	}
	#info i{
		font-size: 0.8em;
	}
	#info{
		font-size: 0.8em;
	}
	#info #derecha , #info #izquierda {
		float: right;
	}
*/
	
	.intro{
		font-size: 1.0em;
	}
	.imagenYo{
		margin-top: 30px;
		margin-bottom: 10px;
		height: 200px;
	}

}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media screen and (max-width: 400px){
	#titulo{
		margin-left: 20%;
	}
	.videoGrande, .videoMediano{
		width:100%;
		height:194px;
	}
}
@media screen and (max-width: 340px){
	header{
		height: 160px;
	}
	.videoGrande, .videoMediano{
		width:100%;
		height:163px;
	}
	.horiznav{
	    margin-top: 90px;
	}
	.buttonT {
	  	padding: 4px 14px;
	  	font-size: 12px;
	}
	/*.burguer{
		 font-size: 30px!important;
	}*/
	#hambur{
		 font-size: 2em!important;
	}
	#titulo{
		margin-top: 60px;
		margin-left: 18%;
		font-size: 35px;
	}
	.btn {
	  	/*padding: 4px 14px*/;
	  	font-size: 12px;
	  	padding: 8px 10px;
  		margin: 6px 3px;
	}
/*
	#info i{
		font-size: 0.75em;
	}
	#info{
		font-size: 0.75em;
	}
	#info #derecha , #info #izquierda {
		float: right;
	}
	.intro{
		font-size: 0.8em;
	}
*/
	h2{
		font-size: 1.5em;
	}

	
}