@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'TheSans';
  src: url('../fonts/TheSans-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/TheSans-Regular.otf')  format('opentype'),
	     url('../fonts/TheSans-Regular.woff') format('woff'), url('../fonts/TheSans-Regular.ttf')  format('truetype'), url('../fonts/TheSans-Regular.svg#TheSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.Logo
{
	position: absolute;
	left: 5%;
	top: 80px;
	z-index: 999995;
}

.Logo img
{
	width: 193px;
}



.cortina
{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 0px;
	height: 100%;
	background-color: white;
	z-index: 999999999999;
}

.Menu
{
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transform-origin: 50% 50%;
	text-align: right;
}

.ElementoMenu
{
	font-size:20px;
	color: white;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 30px;
	padding:3px 10px 0px 10px;
	box-sizing: border-box;
	animation: fade 3s forwards;
	transition: background-color 1s;
	-webkit-transition: background-color 0.5s;
	background-color:rgba(0, 0, 0, 0);
	border-radius: 5px;
}

.ElementoMenu:hover
{
	background-color: rgba(0,0,0,0.6);
}

.Contenido
{
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 100vh;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 100px;
}

.TituloSeccion
{
	position: relative;
	text-align: center;
	font-size: 30px;
	color: rgba(180, 239, 209, 1.000);
	font-weight: bold;
	margin-bottom: 80px;
}

.ContenedorPrincipalPortafolio
{
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.ContenedorMacroVideo
{
	width: 33%;
	margin-left: 0.15%;
	margin-right: 0.15%;
	position: relative;
	display: inline-block;
}

.ContenedorVideo
{
	width: 100%;
	height: 300px;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	display: inline-block;
}

.ContenedorVideo video
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ContenedorVideoLabel
{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 0px 50px 0px;
	font-size: 20px;
	color: white;
	text-align: center;
}

.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;
	margin-top: 50px;
	transition: all 0.5s;
}

.BotonMas:hover
{
	border:1px solid #75efa7;
	color: #75efa7;
}
	
.preloader
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader video
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
}

.Footer
{
	position: relative;
	background: rgb(80,166,168);
	background: linear-gradient(158deg, rgba(80,166,168,1) 0%, rgba(170,248,210,1) 100%);
	width: 100%;
	box-sizing: border-box;
	padding:50px 30px 50px 30px;
}

.FooterLogo
{
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	height: 50px;
}

.TextoFooter
{
	line-height: 2em;
	font-size: 16px;
	color: #444;
	text-align: right;
	padding-right: 30px;
}
/*Estilos Standard*/

green
{
	color:#00F2C3;
}

html
{
	height:100%;
	
}

body
{
	border:0px;
	font-family:"TheSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	 -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin:0px;
	color:#666;
	font-size:0px;
	background-color: white;
	background-repeat: repeat;
	height:100%;
	
}

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;
}

h1
{
	font-size:23px;
	font-style:normal;
	text-shadow: 2px 2px 2px #000;
}

.debug
{
	position: fixed;
	left: 0px;
	bottom: 20px;
	padding: 30px;
	background-color: rgba(0,0,0,0.79);
	color: white;
	font-size: 20px;	
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}


