@charset "UTF-8";


@media screen and (max-width: 800px) 
{
	.DotsHere
	{
		display: none;
	}

	.Intro
	{
		font-size: 44px;
	}

	.Palabra
	{
		font-size: 38px;
		padding: 5px 15px 3px 10px;
		margin-bottom: 30px;
	}

	.ContenedorPalabras
	{
		width: 100%;
	}

	.Menu
	{
		right: auto;
		top: auto;
		bottom: 30px;
		transform: none;
		transform-origin: none;
		text-align: center;
		width: 100%;
		left: 0px;
	}

	.SelectorPortafolio
	{
		width: 100%;
		height: 45vh;
	}

	.ContenedorSelectorPortafolios
	{
		margin-top: 40px;
		overflow: visible;
	}

	.DescripcionSelector
	{
		font-size: 16px;
	}

	.Proyecto
	{
		width: 100%;
		height: 80vh;
	}

	.TextoProyecto
	{
		width: 100%;
		box-sizing: border-box;
		padding: 0px 20px 0px 20px;
	}

	.TituloBar
	{
		padding: 150px 20px 100px 20px;
	}

	.TituloSeccion
	{
		position: relative;
		text-align: center;
		font-size: 20px;
		color: #333;
		font-weight: bold;
		margin-bottom: 80px;
		margin-top: 50px;
		background-color: rgba(180, 239, 208, 1.000);
		padding: 20px 0px 13px 0px;

	}

	.ContenedorMacroVideo
	{
		width: 100%;
		position: relative;
		display: inline-block;
		margin-left: 0px;
		margin-right: 0px;
	}


	.ContenedorVideo
	{
		position: relative;
		display: inline-block;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		overflow: hidden;
		transition: all 0.3s;
	}

	
	.ContenedorVideoLabel
	{
		
	}

	.BotonMas
	{
		position: relative;
		display: inline-block;
		border:1px solid white;
		font-size: 20px;
		color: white;
		text-align: center;
		padding:8px 20px 8px 20px;
		border-radius: 10px;
		margin-bottom: 150px;
		transition: all 0.5s;
		margin-top: 40px;
	}

	.BotonMas:hover
	{
		border:1px solid #75efa7;
		color: #75efa7;
	}

	.Footer
	{
		text-align: center;
	}

	.FooterLogo
	{
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		height: 50px;
		margin-bottom: 40px;
	}

	.TextoFooter
	{
		line-height: 2em;
		font-size: 16px;
		color: #444;
		text-align: center;
		padding-right: 0px;
	}


	.img50
	{
		display: inline-block;
		width: 97% !important;
		margin-left: 0% !important;
		margin-right: 0% !important;
		box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
		left: auto !important;
		margin-top: 0px !important;
	}

	.TextoProyecto img
	{
		position: relative;
		width: 100%;
		margin-left: 0px;
		left: auto;
		border-radius: 10px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.TextoProyecto video
	{
		position: relative;
		width: 100%;
		margin-left: 0px;
		left: auto;
		border-radius: 10px;
		margin-top: 30px;
		margin-bottom: 30px;
		border:1px solid #CCC;
	}

}
