@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Muli:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ceviche+One&display=swap');
/*sfjfonts*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
/*ninafonts*/
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aldrich&display=swap');

@font-face {
  font-family: glacier;
  src: url(GlyphWorld-Glacier.otf);
}

@font-face {
  font-family: mountain;
  src: url(GlyphWorld-Mountain.otf);
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	/*font-family: arial;*/
}


.showcase {
	position: relative;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 0 20px;
		overflow: hidden;

}


.video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: /*var(--primary-color) */url('background.jpg') no-repeat center
		center/cover;
}
.video-container video {
	min-width: 100%;
	min-height: 100%;
  	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.video-container:after {
	content: '';
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.0);
	position: absolute;
}

.content {
	z-index: 2;



}

.titulo {
		font-size: 7em;
		/*font-family: mountain;*/
	
	font-family: 'Aldrich', sans-serif;
	
/*	border: solid white 8px;
	padding: 0.7em 1em;*/
	font-weight: bold;

	text-shadow: 2px 2px rgba(153, 255, 255, 0.5), 0 0 1.5em blue, 0 0 0.5em blue;
/*	background: url(https://i.gifer.com/ZELY.gif) no-repeat center;
*/
	  border-image: url('https://i.gifer.com/ZELY.gif') 30;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url('https://i.gifer.com/ZELY.gif');


transition: 500ms;

}

.titulo-borde {
	border: solid white 8px;
	  border-image: url('https://i.gifer.com/ZELY.gif') 30;
	padding: 0.7em 1em;

}


.titulo:hover {
/*transform: rotateZ(45deg) rotateY(10deg);
*/ transform: skewY(20deg);
transition: 1000ms;
/*font-family: glacier;*/
	font-family: mountain;


	text-shadow: 30px 30px rgba(153, 255, 255, 0.5), 0 0 1.5em blue, /*0 0 0.5em blue,*/ 0 0 1em red;

/*text-decoration: underline;
*/}

.subtitulo {
text-shadow: 0 0 1.5em blue, 0 0 0.5em blue;
line-height: 0.7em;
font-family: 'Montserrat', sans-serif;
}

.subtitulo a {
	text-decoration: none;
	color: white;
}

#proyectos {
font-size: 4em;
padding-top: 0.5em;
padding-bottom: 0.5em;
line-height: 1.1em;
margin-left: 1%;

/*text-shadow: 0 0 1.2em blue, 0 0 0.3em blue;*/
}

#proyectos a {
	color: white;
	text-decoration: none;
	transition: 200ms;
}

#proyectos a:hover {
	font-family: mountain;
	font-size: 1.35em;
	transition: 300ms;


}

#proyectos li {
	padding-top: 0em;
}

.uno {
  font-family: 'Jost', sans-serif;
/*  line-height: 1em;*/
  letter-spacing: 0.1em;
}

.dos {
  font-family: 'Nunito Sans', sans-serif;
/*  line-height: 1em;
*/}

.tres {
  font-family: 'Raleway', sans-serif;
/*  line-height: 1em;
*/}

#separador {
	background-color: white;
	height: 0.5em;
}
.footer {
	background-color: black;
	color: black;
	text-align: center;
	 	margin: 0px;
	 	margin-top: 150px;
	 	margin-bottom: 150px;
 	padding: 0px;
}
 .footer img {
 	display: inline;
/* 	background-color: white;
*/ 	padding-left: 1em;
 	padding-right: 1em;

 }

 #footerfooter {
	background-color: black;
	color: white;
	border-top: solid white 0.07em;
	font-family: 'Muli', sans-serif;
	text-align: center;
	margin-bottom: 0.5em;
	display: flex;
	justify-content: space-between;
	padding-left: 1%;
	padding-right: 1%;
		padding-top: 0.5em;

 }

 .redes {
 	display: inline;
 font-size: 0.4em;

 }

.redes a {
	text-decoration: none;
	color: white;
	transition: 200ms ease-out;
}

.redes a:hover {
	text-shadow: 0 0 1.5em blue, 0 0 0.5em blue;
	transition: 300ms ease-out;
}

.design {
 	display: inline;
 	 font-size: 0.75em;
/* 		font-size: 0.35em;

*/

}

i {
	padding-right: 0.5em;
}

.design a {
	color: white;
}


.contact-table {
	width: 80%;
}


/* ------------------------------ PAGINAS INTERNAS--------------- ---------------- */

 #footerfooter-interno {
 	background-color: white;
 	color: black;
 	border-top: solid black 0.07em;
 	font-family: 'Muli', sans-serif;
	text-align: center;
	margin-top: 150px;
	margin-bottom: 0.5em;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 0.5em;

		display: flex;
	justify-content: space-between;
 }

 .redes-int {
 	display: inline;
 font-size: 0.4em;

 }

.redes-int a {
	text-decoration: none;
	color: white;
	text-shadow: 0 0 1.5em black, 0 0 0.5em black;
	transition: 200ms ease-out;

}

.redes-int a:hover {
	color: black;
		text-shadow: none;
		transition: 300ms ease-out;
}

.design-int {
/* 	display: inline;
*/ 	 font-size: 0.75em;
/* 		font-size: 0.35em;

*/

}
.design-int a {
	color: black;
}

#navbar {

	position: fixed;
	display: flex;
	justify-content: space-between;
	border-bottom: solid black 0.07em;
	font-family: 'Muli', sans-serif;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
	background-color: white;
	z-index: 3;

}

#navbar a {
	color: black;
	text-decoration: none;
	transition: 200ms ease-out;
}

#navbar a:hover {
	/*font-family: glacier;*/
	font-family: 'Muli', sans-serif;
	transition: 300ms ease-out;
	text-shadow: 0 0 1.5em black, 0 0 0.5em white;
	font-size: 1em;


}

.posteo {
/*background-color: red;*/

font-size: 20px;
padding-bottom: 20px;
width: 80%;
margin-left: 10%;
margin-right: 10%;
/*min-width: 560px;*/
text-align: left;
}

h1 {
		padding-top: 5vh;
font-family: Arial;
font-size: 9.5vw;
text-align: center;
/*margin-left: 10%;
margin-right: 10%;
min-width: 560px;*/
}

.posteo h2 {
font-family: 'Muli', sans-serif;
font-size: 1.2em;

/*background-color: black;
color: white;*/
/*padding-right: 10%;
*//*padding: 0.2em;*/
margin-top: 4rem;
margin-bottom: 1rem;
font-weight: bold;
/*text-align: left;*/


}

.posteo h3 {
	/*padding-left: 10%;*/
	/*text-align: left;*/
	margin-top: 0;
	margin-bottom: 2rem;
	font-size:0.7em;
	font-weight: 100;
	font-family: arial;
	color: gray;



}

.posteo p {
		margin-bottom: 2rem;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		line-height: 1.5em;

/*		margin-left: 10%;
		margin-right: 10%;
		min-width: 560px;*/

		/*text-align: left;*/



}

.posteo a {
		color: black;


}

.posteo iframe {
		/*min-width: 560px;*/
		padding: 0;
		margin: 0;




}

.posteo img {
/*	width:500px;
	height: auto;
	display: inline;*/
	width: 80%;

/*	margin-left: 10%;
margin-right: 10%;
min-width: 560px;*/



}

.posteo ul {
		margin-bottom: 2rem;
		font-family: 'Montserrat', sans-serif;
		font-size: 0.8em;
		line-height: 1.5em;
}

/*-----------------bio-cv------------------------*/

.bio-cv {
			font-family: arial;
			margin-left: 10%;
			margin-right: 10%;

}

.bio-cv a {
	color: black;
}

.bio-cv h1 {
color: red;
}

.bio-cv ul {
			line-height: 2em;
			font-size: 0.8em;
			font-family: arial;
			list-style-type: none;

}

#bio-footer {
	color: black;
	text-align: center;
	 	margin: 0px;
	 	margin-top: 150px;
	 	margin-bottom: 150px;
 	padding: 0px;
}
 #bio-footer img {
 	display: inline;
 	background-color: white;
 	padding-left: 1em;
 	padding-right: 1em;

}

/*-----------------image scroll------------------------*/

.wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 1.2em;
  /*margin-bottom: 2em;*/
}

	.card {
	    flex: 0 0 auto;
	    margin-right: 1em;
	}

	.wrapper img {
	height: 500px;
	}
			

/*-----------------iframesss------------------------*/
.embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}





/* ------------------------------ Media Queries------------------------------  */

@media screen and /*(min-width : 768px) and */(max-width : 1024px) 
{

		  body {

		  }

.content {
	z-index: 2;
}

.titulo {
	font-size: 3em;
}

#proyectos {
	font-size: 2.5em;
		/*word-spacing: 0.3em;*/
}

#proyectos li {
	 padding-top: 0.50em;
	 line-height: 90%;
}

		  .posteo {
		  	width:90%;
		  	margin-left: 5%;
			margin-right: 5%;

		  	text-align: center;
		  }

		  .posteo h1 {
		  	font-size: 3em;
		  }

		  .posteo h2 {
		  }

		  .posteo h3 {
		  }

		  .posteo p {
		  	/*margin-left: 2%;
		  	margin-right: 2%;*/
		  }
		  .posteo iframe {

		  }

		  	.wrapper img {
				height: 300px;
			}


}

z

.contact-table {
	width: 9%;
}