@charset "UTF-8";


@font-face {
    font-family:"BebasNeue";
    src:url("../fuentes/BebasNeue.woff2") format("woff2"),url("../fuentes/BebasNeue.woff") format("woff"),url("../fuentes/BebasNeue.otf") format("opentype");
    font-style:normal;font-weight:400;
}


@font-face {
    font-family:"FuturaMedium";
    src:url("../fuentes/Futura-Medium-01.woff2") format("woff2"),url("../fuentes/Futura-Medium-01.woff") format("woff"),url("../fuentes/Futura-Medium-01.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"RobotoLight";
    src:url("../fuentes/Roboto-Light.woff2") format("woff2"),url("../fuentes/Roboto-Light.woff") format("woff"),url("../fuentes/Roboto-Light.otf") format("opentype");
    font-style:normal;font-weight:400;
}



.ContenedorGeneral
{
	position: relative;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}

.Entrada
{
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 90%;
	text-align: center;
}


.Entrada .Centerer
{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.Entrada img
{
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	width: 200px;
}

@media screen and (max-width: 800px) 
{
	.Entrada img
	{
		position: absolute;
		left: 50%;
		top: 50px;
		transform: translateX(-50%);
		width: 50%;
	}

	.Entrada .Centerer
	{
		position: absolute;
		width: 100%;
		left: 0px;
		top: 180px;
		transform: none;
	}
}

.Entrada .RedesSocialesIndex
{
	position: absolute;
	right: 20px;
	top: 20px;
}


@media screen and (max-width: 800px) 
{
	.Entrada .RedesSocialesIndex
	{
		position: absolute;
		left: 0px;
		text-align:center;
		width:100%;
		top: 10px;
	}
}

.RedesSocialesIndex img
{
	display: inline-block;
	height: 23px;
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	width: auto;
	margin-left: 50px;
	vertical-align: top;
	margin-top: 4px;
}



.Entrada i
{
	font-size: 30px;
	color: white;
	text-shadow: 1px 0px 5px rgba(0,0,0,0.5);
	margin-left: 15px;
}

@media screen and (max-width: 800px) 
{
	.Entrada i
	{
		font-size: 20px;
		margin-right: 5px;
		vertical-align:middle;
	}
}

.Entrada .Titulo, .TituloSelector
{
	position: relative;
	display: inline-block;
	font-family: "BebasNeue", sans-serif;
	width: 100%;
	text-align: center;
	font-size: 50px;
	color: white;
	text-shadow: 0px 0px 5px black;
	margin-bottom: 30px;
}

@media screen and (max-width: 800px) 
{
	.Entrada .Titulo, .TituloSelector
	{
		position: relative;
		display: inline-block;
		font-family: "BebasNeue", sans-serif;
		width: 100%;
		text-align: center;
		font-size: 30px;
		color: white;
		text-shadow: 0px 0px 5px black;
		margin-bottom: 30px;
	}
}

.Entrada .Links
{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	margin-right: 10px;
	font-size: 20px;
	color: white;
	font-family: "BebasNeue", sans-serif;
	text-shadow: 0px 0px 5px black;
	text-decoration:none;
}

@media screen and (max-width: 800px) 
{
	.Entrada .Links
	{
		position: relative;
		display: block;
		text-align:center;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		font-size: 20px;
		color: white;
		font-family: "BebasNeue", sans-serif;
		text-shadow: 0px 0px 5px black;
		text-decoration:none;
		vertical-align:middle;
	}
}

.Entrada .Links:hover
{
	text-decoration: underline;
}

.Degradado
{
	position: absolute;
	left: 0px;
	top: 60%;
	width: 100%;
	height: 650px;
	background-image: url(../design/degradado.png);
	background-repeat: repeat-x;
	pointer-events: none;
}

.ContenedorBlog
{
	position: relative;
	width: 100%;
}

.BlogPost
{
	position: relative;
	display: inline-block;
	height: 350px;
	background-color: white;
	box-shadow: 0px 0px 8px black;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
}

@media screen and (max-width: 800px) 
{
	.BlogPost
	{
		position: relative;
		display: inline-block;
		height: auto;
		background-color: white;
		box-shadow: 0px 0px 8px black;
		border-radius: 4px;
		overflow: auto;
		margin-bottom: 30px;
	}

}

.BlogPost3
{
	width: 100%;
}

.BlogPost3 .CuadroTexto
{
	position: absolute;
	width: 31%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.BlogPost3 .Imagen
{
	position: absolute;
	width: 67%;
	left: 33%;
	height: 100%;
	background-image:url(../test/1.jpg);
	background-size: cover;
	background-position: center center;
}

.BlogPost1
{
	width: 32.5%;
}

.BlogPost1 .CuadroTexto
{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.BlogPost1 .Imagen
{
	position: absolute;
	width: 0%;
	left: 34%;
	height: 0%;
}

@media screen and (max-width: 800px) 
{
	.BlogPost1
	{
		width: 100%;
	}

	.BlogPost1 .CuadroTexto
	{
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0px 20px 0px;
		text-align:center;
		top: 0px;
		transform: none;
	}

	.BlogPost1 .Imagen
	{
		display: none;
	}
}

.BlogPost2
{
	width: 66%;
}

.BlogPost2 .CuadroTexto
{
	position: absolute;
	width: 50%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.BlogPost2 .Imagen
{
	position: absolute;
	width: 50%;
	left: 50%;
	height: 100%;
	background-image:url(../test/1.jpg);
	background-size: cover;
	background-position: center center;
}

@media screen and (max-width: 800px) 
{
	.BlogPost2
	{
		width: 100%;
	}

	.BlogPost2 .CuadroTexto
	{
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0px 20px 0px;
		text-align:center;
		top: 0px;
		transform: none;
	}

	.BlogPost2 .Imagen
	{
		position: relative;
		width: 400%;
		height: 100%;
		background-image:url(../test/1.jpg);
		background-size: cover;
		left: 0px;
		background-position: center center;
	}
}

.BlogPostCCCDMX
{
	width: 99%;
}

.BlogPostCCCDMX .CuadroTexto
{
	position: absolute;
	width: 33%;
	left: 0px;
	top: 50%;
	font-size: 18px;
	transform: translateY(-50%);
}

.BlogPostCCCDMX .Imagen
{
	position: absolute;
	width: 67%;
	left: 33%;
	height: 100%;
	background-image:url(../test/1.jpg);
	background-size: cover;
	background-position: center center;
}

.BlogPostCCCDMX .Titulo
{
	box-sizing: border-box;
	padding: 10px 10px 10px 30px;
	font-size: 28px !important;
	text-decoration: none;
	line-height: 1em;
}

@media screen and (max-width: 800px) 
{
	.BlogPostCCCDMX
	{
		width: 100%;
	}

	.BlogPostCCCDMX .CuadroTexto
	{
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0px 20px 0px;
		text-align:center;
		top: 0px;
		transform: none;
	}

	.BlogPostCCCDMX .Imagen
	{
		position: relative;
		width: 100%;
		height: 200px;
		background-image:url(../test/1.jpg);
		background-size: cover;
		left: 0px;
		background-position: center center;
	}
}

.Separador
{
	position: relative;
	display: inline-block;
	width: 1%;
}


.TextoColorVerde
{
	color: #0C6A39;
}

.FondoColorVerde
{
	background-color: #0C6A39;
}

.TextoColorAzul
{
	color: #1D919E;
}

.FondoColorAzul
{
	background-color: #1D919E;
}


.TextoColorCafe
{
	color: #6F521E;
}

.FondoColorCafe
{
	background-color: #6F521E;
}


.BlogPost .Tipo
{
	position: relative;
	display: inline-block;
	padding: 5px 10px 2px 30px;
	color: white;
	font-size: 15px;
}

.BlogPost .Titulo
{
	box-sizing: border-box;
	padding: 10px 10px 10px 30px;
	font-size: 40px;
	text-decoration: none;
	line-height: 1em;
}

.BlogPost .Titulo:hover
{
	text-decoration: underline;
}

.BlogPost .Fecha
{
	box-sizing: border-box;
	padding: 10px 10px 1px 30px;
	font-size: 20px;
	color: #666;
}

.BlogPost .SubTitulo
{
	box-sizing: border-box;
	padding: 0px 10px 10px 30px;
	font-size: 20px;
	color: #AAA;
}

@media screen and (max-width: 800px) 
{
	.BlogPost .Tipo
	{
		position: relative;
		display: inline-block;
		padding: 5px 10px 2px 10px;
		box-sizing: border-box;
		width:100%;
		color: white;
		font-size: 15px;
	}

	.BlogPost .Titulo
	{
		box-sizing: border-box;
		padding: 20px 10px 10px 20px;
		font-size: 25px;
		text-decoration: none;
		line-height: 1.3em;
	}

	.BlogPost .Titulo:hover
	{
		text-decoration: underline;
	}

	.BlogPost .Fecha
	{
		box-sizing: border-box;
		padding: 10px 10px 20px 30px;
		font-size: 20px;
		color: #666;
	}

	.BlogPost .SubTitulo
	{
		box-sizing: border-box;
		padding: 0px 10px 10px 30px;
		font-size: 20px;
		color: #AAA;
	}
}



.Pagina
{
	position: relative;
	width: 100%;
}

.preloader
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 99999;
}

.preloader video
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: auto !important;
	object-fit: contain !important;
}

.Titulote
{
	position: relative;
	width: 100%;
	font-size: 40px;
	padding: 200px 0px 200px 0px;
	text-align: center;
	color:white;
	background-image: url(../design/titulo_fundido_01.jpg);
	background-size:cover;
}

.TituloteProyecto
{
	position: relative;
	width: 100%;
	max-width:1400px;
	margin-left: auto;
	margin-right:auto;
	font-size: 40px;
	padding: 200px 200px 200px 200px;
	text-align: left;
	color:white;
	background-image: url(../design/titulo_fundido_01.jpg);
	background-size:cover;
	box-sizing:border-box;
}

.TextosProyecto
{
	position: relative;
	width: 100%;
	max-width:1400px;
	margin-left: auto;
	margin-right:auto;
	font-size: 15px;
	line-height: 1.8em;
	padding: 0px 200px 0px 200px;
	text-align: left;
	color:white;
	font-family: sans-serif;
	box-sizing:border-box;
}

@media screen and (max-width: 800px) 
{
	.TextosProyecto
	{
		position: relative;
		width: 100%;
		max-width:1400px;
		margin-left: auto;
		margin-right:auto;
		font-size: 17px;
		line-height: 1.8em;
		padding: 0px 50px 0px 50px;
		text-align: left;
		color:white;
		font-family: sans-serif;
		box-sizing:border-box;
	}
}


.TextosProyecto li
{
	padding-left: 20px;
}

.TextosProyecto a
{
	text-decoration: underline;
	color:#22aadd;
}


.ContenedorAreas
{
	position: relative;
	width: 100%;
}

.Area
{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 14.05%;
	margin-right: 0.1%;
	margin-left: 0.1%;
	height: 550px;
	background-size:cover;
	
}

@media screen and (max-width: 800px) 
{
	.Area
	{
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		height: 300px;
		background-size:cover;
		
	}
}


.Area .Cover
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color:black;
	opacity: 0;
	transition: opacity 0.4s;
}

.Area .Texto
{
	position: absolute;
	width: 80%;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: white;
}

.Area .Texto img
{
	display: inline-block;
	margin-bottom: 30px;
	border:2px solid white;
	border-radius: 50px;
	padding: 25px;
	width: 50px;
}

.Footer
{
	position: relative;
	width: 100%;
	background-color: white;
	margin-top:100px;
	padding: 30px 0px 30px 0px;
	text-align: center;
	font-size: 0px;
}


.Footer img
{
	display: inline-block;
	width: 200px;
	vertical-align: middle;
}

.Footer .Direccion
{
	display: inline-block;
	width: calc(100% - 250px);
	font-size: 16px;
	color: #666;
	line-height: 1.3em;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 20px;
}

@media screen and (max-width: 800px) 
{
	.Footer img
	{
		display: inline-block;
		width: 40%;
		vertical-align: middle;
	}

	.Footer .Direccion
	{
		display: block;
		width:100%;
		font-size: 16px;
		color: #666;
		line-height: 1.3em;
		text-align: center;
		box-sizing: border-box;
		padding: 20px;
	}
}


.Footer .Direccion b
{
	color: #088768;
	font-weight: normal;
}

.Scroller
{
	position: relative;
	width: 100%;
	height: 0px;
}

.ContenedorCompleto
{
	position: relative;
	width: 100%;
}

.Pantalla
{
	position: relative;
	width: 100%;
	opacity: 1;
	background-size:cover;
	background-attachment: fixed;
	min-height: 90vh;
}

@media screen and (max-width: 800px) 
{
	.Pantalla
	{
		position: relative;
		width: 100%;
		opacity: 1;
		background-size:cover;
		background-attachment: scroll;
		min-height: 90vh;
	}
}


.Centrador
{
	width: 100%;
	padding-top:100px;
	padding-bottom: 100px;
	text-align: center;
}

.TituloFilos
{
	position: relative;
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
	padding: 30px;
	vertical-align: top;
	font-size: 60px;
	color: white;
	text-align: right;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);

}

.TextoFilos
{
	position: relative;
	display: inline-block;
	width: 70%;
	box-sizing: border-box;
	padding: 30px 60px 30px 30px;
	vertical-align: top;
	font-size: 16px;
	color: white;
	font-family: "FuturaMedium", sans-serif;
	text-align: justify;
	line-height: 1.6em;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

@media screen and (max-width: 800px) 
{
	.TituloFilos
	{
		position: relative;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		padding: 30px;
		font-size: 50px;
		color: white;
		text-align: center;
		text-shadow: 2px 2px 6px rgba(0,0,0,0.5);

	}

	.TextoFilos
	{
		position: relative;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		padding: 30px 30px 30px 30px;
		font-size: 16px;
		color: white;
		font-family: "FuturaMedium", sans-serif;
		text-align: justify;
		line-height: 1.6em;
		text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	}
}


.TextoFilos b
{
	text-decoration: underline;
}

.ScrollIndicator
{
	position: relative;
	display: inline-block;
	margin-top: 50px;
	background-color: white;
	width: 30px;
	height: 50px;
	border-radius: 10px;
}

.TextoScroll
{
	padding-top: 10px;
	font-size: 17px;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
	text-transform: none;
}

.ScrollIndicator img
{
	position: absolute;
	width: 15px;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}

.MenuTop
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 40px 20px 40px;
	text-align: right;
	background-color: #1A1A1A;
}

.MenuTop img
{
	position: absolute;
	left: 40px;
	top: 10px;
	width: 100px;
}

.MenuTop .ElementoMenu
{
	position: relative;
	display: inline-block;
	margin-left: 40px;
	font-size: 18px;
	color: white;
}

.MenuTop .ElementoMenuRS
{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	font-size: 20px;
	color: white;
}

.MenuTop .ElementoMenu:hover
{
	color: #00FFB5 !important;
}

.MenuTop .ElementoMenuSelected
{
	color: #00FFB5 !important;
}

@media screen and (max-width: 800px) 
{
	.MenuTop
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 40px 20px 40px;
		text-align: center;
		background-color: #1A1A1A;
	}

	.MenuTop img
	{
		position: relative;
		left: auto;
		top: auto;
		width: 30%;
		clear: both;
	}

	.MenuTop .ElementoMenu
	{
		position: relative;
		display: none;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 20px;
		color: white;
	}

	.MenuTop .ElementoMenuRS
	{
		display: none !important;
		position: relative;
		margin-left: 15px;
		font-size: 20px;
		color: white;
	}

	.MenuTop .ElementoMenu:hover
	{
		color: #00FFB5 !important;
	}

	.MenuTop .ElementoMenuSelected
	{
		color: #00FFB5 !important;
	}
}


.CuadroEventos
{
	position: relative;
	display: inline-block;
	width: 23%;
	margin:0% 1% 100px 1%;
	background-size: cover;
	min-height: 350px;
	box-sizing: border-box;
	padding: 20px 20px 60px 20px;
	background-position: center center;
	text-align: left;
	vertical-align: top;
	
}

@media screen and (max-width: 800px) 
{
	.CuadroEventos
	{
		position: relative;
		display: inline-block;
		width: 100%;
		margin:0% 0% 50px 0%;
		background-size: cover;
		min-height: 350px;
		box-sizing: border-box;
		padding: 20px 20px 60px 20px;
		background-position: center center;
		text-align: center;
		vertical-align: top;
		
	}
}


.DegradadoBlanco
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background-image: url(../design/degradado_blanco.png);
	background-repeat:repeat-x;
}

.FechaEvento
{
	text-transform: uppercase;
	color: white;
	font-size: 30px;
	position: absolute;
	top: -30px;
	left: 0px;
}

.TextoEvento
{
	position: relative;
	color: #333;
	font-size: 20px;
	text-shadow: 1px 1px 2px white;
}

.Lugar
{
	position: absolute;
	bottom:0px;
	left: 0px;
	text-align: center;
	color: white;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: #0BB181;
	font-size: 15px;
	transition: padding 0.5s;
	-webkit-transition: padding 0.5s;
}

.CoverImagen
{
	position: relative;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
}

.DegCover
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background-image: url(../design/degradado_blanco1.png);
	background-repeat:repeat-x;
}

.ContenedorGeneralArticulos
{
	position: relative;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
}

.TituloArticulo
{
	font-size: 35px;
	color: #0BB181;
}

.TextoArticulo
{
	margin-top: 40px;
	color: #666;
	line-height: 3em;
	font-family: "FuturaMedium", sans-serif;
	font-size: 15px;
}

.TextoArticulo b
{
	color: #0BB181;
}

.TextoArticulo a
{
	text-decoration: underline;	
}

.Miembro
{
	position: relative;
	display: inline-block;
	width: 21%;
	margin: 0px 2% 40px 2%;
	text-align: center;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.7);
	vertical-align: top;
}

.Miembro .Fotografia
{
	position: relative;
	width: 90%;
	display: inline-block;
	padding-top: 90%;
	background-size: cover;
	border-radius: 20px;
	overflow: hidden;
}

.Miembro .Nombre
{
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
}

.Miembro .Cargo
{
	position: relative;
	font-size: 14px;
	font-style: italic;
}

.Miembro .Correo
{
	position: relative;
	font-size: 13px;
}

.Miembro .Semblanza
{
	display: inline-block;
	width: 80%;
	background-color: white;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	text-align: center;
	text-shadow: none;
	border-radius: 10px;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
}

.Semblanzota
{
	position: fixed;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,1);
	display: none;
	font-size: 0px;
}

.Semblanzota .Fotografia
{
	position: relative;
	position: absolute;
	width: 20%;
	left: 5%;
	top: 150px;
	
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
}

.Semblanzota .Fotografia:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.Semblanzota .Textos
{
	font-family: "RobotoLight", Helvetica, sans-serif;
	position: absolute;
	width: 70%;
	box-sizing: border-box;
	padding:50px;
	font-size: 15px;
	line-height: 1.3em;
	top: 10vh;
	left: 30%;
	color: white;
	text-align: justify;
	height: 90vh;
	overflow: scroll;
}

.Semblanzota .Textos b
{
	color: #00FFB5;
	font-weight: bold;
	font-size: 16px;
}

.Semblanzota .equis
{
	position: absolute;
	right: 20px;
	top: -20px;
	font-size: 80px;
	color: white;
	font-family: "FuturaMedium", sans-serif;
	cursor: pointer;
}

@media screen and (max-width: 800px) 
{
	.Miembro
	{
		position: relative;
		display: inline-block;
		width: 100%;
		margin: 0px 0px 40px 0px;
		text-align: center;
		text-shadow: 0px 2px 5px rgba(0,0,0,0.7);
		vertical-align: top;
	}

	.Miembro .Fotografia
	{
		position: relative;
		width: 30%;
		display: inline-block;
		padding-top: 30%;
		background-size: cover;
		border-radius: 20px;
		overflow: hidden;
	}

	.Miembro .Nombre
	{
		position: relative;
		font-size: 24px;
		text-transform: uppercase;
		margin-top: 15px;
	}

	.Miembro .Cargo
	{
		position: relative;
		font-size: 16px;
		font-style: italic;
	}

	.Miembro .Correo
	{
		position: relative;
		font-size: 13px;
	}

	.Miembro .Semblanza
	{
		display: inline-block;
		width: 80%;
		background-color: white;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.7);
		font-size: 14px;
		color: #333;
		margin-top: 20px;
		text-align: center;
		text-shadow: none;
		border-radius: 10px;
		padding: 5px 0px 5px 0px;
		cursor: pointer;
	}

	.Semblanzota
	{
		position: fixed;
		left: -100%;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,1);
		display: none;
		font-size: 0px;
		overflow: scroll;
	}

	.Semblanzota .Fotografia
	{
		position: relative;
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center center;
	}

	.Semblanzota .Textos
	{
		font-family: "RobotoLight", Helvetica, sans-serif;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		padding:30px;
		font-size: 15px;
		line-height: 1.3em;
		top: 10vh;
		left: 0%;
		color: white;
		text-align: justify;
		height: auto;
		overflow: visible;
	}

	.Semblanzota .Textos b
	{
		color: #00FFB5;
		font-weight: bold;
		font-size: 16px;
	}

	.Semblanzota .equis
	{
		position: absolute;
		right: 20px;
		top: -20px;
		font-size: 80px;
		color: white;
		font-family: "FuturaMedium", sans-serif;
		cursor: pointer;
	}
}



.TituloteProyectos
{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

.TituloteProyectos img
{
	width: 100%;
}

.ContenedorGeneralProyectos
{
	position: relative;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
	font-size: 14px;
	text-align: center;
	color: white;
	padding-top: 250px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}

.ContenedorGeneralProyectos .Titulo
{
	font-size: 80px;
	margin-bottom: 80px;
}

.ContenedorGeneralProyectos .Textos
{
	font-size: 16px;
	line-height: 2em;
	font-family: "FuturaMedium", sans-serif;
}

.VideoVimeo
{
	position: relative;
	display: inline-block;
	width: 47%;
	margin:0px 1% 20px 1%;
}

.VideoVimeo iframe
{
	width:100%;
	height: 300px;
}

.VideoVimeoGrande
{
	position: relative;
	display: inline-block;
	width: 100%;
	margin:0px 0% 20px 0%;
}

.VideoVimeoGrande iframe
{
	width:100%;
	height: 700px;
}

.VideoVimeo i
{
	position: absolute;
	right: 30px;
	top: 10px;
	color: white;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.7);
	font-size:30px;
}

.PodcastSelector
{
	position: relative;
	display: inline-block;
	width: 47%;
	height: 400px;
	margin:0px 1% 20px 1%;
	background-size: cover;
	border-radius: 10px;
	overflow:hidden;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.PodcastYTSelector
{
	position: relative;
	display: inline-block;
	width: 47%;
	height: 315px;
	margin:0px 1% 20px 1%;
	background-size: cover;
	border-radius: 10px;
	overflow:hidden;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.PublicacionSelector
{
	position: relative;
	display: inline-block;
	width: 220px;
	height: 450px;
	margin:0px 1% 20px 1%;
	background-size: cover;
	background-color: rgba(255,255,255,1);
	border-radius: 10px;
	overflow:hidden;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	text-shadow: none;
}

.CentererPodcast
{
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	width: 80%;
	font-size: 30px;
	color: white;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}

.CentererButtonReturn {
    position: absolute;
    left: 10%;
    width: 80%;
    font-size: 30px;
    color: white;
    text-align: center;
}

.CentererPublicacion
{
	position: absolute;
	top: 70%;
	left: 10%;
	transform: translateY(-50%);
	width: 80%;
	font-size: 25px;
	color: #444;
	text-align: center;
}

.CentererSelector
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
}

.CentererSelector img
{
	width: 200px;
	margin-left: 30px;
	margin-right: 30px;
}

.PublicacionSelector img
{
	width: 120px;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 800px) 
{
	.VideoVimeo
	{
		position: relative;
		display: inline-block;
		width: 100%;
		margin:0px 0% 40px 0%;
	}

	.VideoVimeo iframe
	{
		width:100%;
		height: 300px;
	}

	.PodcastSelector
	{
		position: relative;
		display: inline-block;
		width: 100%;
		height: 500px;
		margin:0px 0% 40px 0%;
		background-size: cover;
		border-radius: 10px;
		overflow:hidden;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	}
}


.ContenedorGeneralProyectos .TituloProyectos
{
	font-size: 40px;
	margin-top: 50px;
	margin-bottom: 80px;
}

.SaberMas
{
	position: relative;
	display: inline-block;
	margin: 40px auto 130px auto;
	padding: 3px 40px 3px 40px;
	border-radius: 10px;
	border:1px white solid;
	font-size:14px;
	color:white;
}

.MasInfo
{
	display: none;
}

.Proyecto
{
	position: relative;
	display: inline-block;
	width:47%;
	margin:0px 1% 20px 1%;
	text-align:left;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	background-size:cover;
	background-position: center center;
}

.Proyecto img
{
	width:100%;
}

.TituloProyecto
{
	position: absolute;
	left: 5%;
	width:60%;
	top: 50%;
	transform: translateY(-50%);
	font-size:20px;
	color:white;

}

.Oscurizador
{
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height: 100%;
	background: rgb(27,27,27);
	background: linear-gradient(0deg, rgba(27,27,27,1) 0%, rgba(27,27,27,0.9) 50%, rgba(27,27,27,0) 100%);
}

.TituloEncimaOscurizador
{
	position: absolute;
	left: 10%;
	width: 80%;
	top: 50%;
	transform: translateY(-50%);
	text-shadow: 0px 0px 5px black;
}

.TituloteProyecto1
{
	position: relative;
	width: 100%;
	font-size: 40px;
	height: 550px;
	text-align: left;
	color:white;
	background-size:cover;
	box-sizing:border-box;
	background-position:center center;
}

@media screen and (max-width: 800px) 
{
	.Proyecto
	{
		position: relative;
		display: inline-block;
		width:100%;
		margin:0px 0px 20px 0px;
		text-align:left;
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		overflow: hidden;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
		background-size:cover;
		background-position: center center;
	}

	.Proyecto img
	{
		width:100%;
	}

	.TituloProyecto
	{
		position: absolute;
		left: 5%;
		width:70%;
		top: 50%;
		transform: translateY(-50%);
		font-size:20px;
		color:white;

	}

	.TituloEncimaOscurizador
	{
		position: absolute;
		left: 10%;
		width: 80%;
		top: 50%;
		transform: translateY(-50%);
		text-shadow: 0px 0px 5px black;
	}

	.TituloteProyecto1
	{
		position: relative;
		width: 100%;
		font-size: 40px;
		height: 550px;
		text-align: left;
		color:white;
		background-size:cover;
		box-sizing:border-box;
		background-position:center center;
	}
}

.MenuResponsivo
{
	display: none;
}

.Hamburguesa
{
	display: none;
}

@media screen and (max-width: 800px) 
{
	.MenuResponsivo
	{
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		width:100%;
		height: 100%;
		background-color:black;
		box-sizing:border-box;
		padding: 40px;
		text-align:center;
	}

	.Hamburguesa
	{
		position: fixed;
		display: block;
		top: 20px;
		right: 10px;
	}

	.Hamburguesa img
	{
		width:30px;
	}

	.MenuResponsivo .ElementoMenu
	{
		position: relative;
		margin-top: 30px;
		font-size:25px;
		color: white;
		text-align:center;
	}

	.MenuResponsivo .ElementoMenuRS
	{
		position: relative;
		display: inline-block;
		width:40%;
		margin-top: 40px;
		font-size:60px;
		color: white;
		text-align:center;
	}
}



video
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

@media screen and (max-width: 800px) 
{
	video
	{
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

}

html
{
	height:100%;
	width: 100%;
}

body
{
	height:100%;
	width: 100%;
	border:0px;
	font-family: "BebasNeue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin:0px;
	color:#333;
	font-size:0px;
	background-color: #1A1A1A;
}

div
{
	margin:0px;
	border:0;
}

p
{
	padding:0px 0px 0px 0px;
	margin:0px;
	border:0px;
}

td
{
	padding:0px 0px 0px 0px;
	border-spacing:0px;
}

table
{
	width:100%;
	padding:0px 0px 0px 0px;
	border-spacing:0px;
}

img
{
	border-style:none;
	border-width:0px;
	border:0;
	margin:0px;	
}

a
{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
	border-style:none;
	border:none;
}

a:hover
{
	font-family:inherit;
	color:inherit;
	text-decoration:none;
}
