@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.video_background, .video_background_mobile {
	position: fixed;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index:-1;
}
.video_background_mobile {
	display: none;
}

.home {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0,0,0,.25);
}

.content {
margin: 0 75px 0 75px;
}

.align {
	display: table-cell; 
	vertical-align: middle;
}
.mouse {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	text-align: center;
	height: 50px;
	bottom: 25px;
}

.about {
	position: fixed;
	z-index: 20;
	left: 75px;
	width: calc(100vw - 150px);
	top: 0;
	text-align: left;
	display: none;
	padding: 150px 50px 0 200px;
max-width: 650px;
}


/*HEADER FOOTER*/
.header, .footer {
	width: 75px; 
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10;
	position: fixed;
	background-color: #ffed00;
}
.header_open {
width: calc(100vw - 75px);
-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.footer {
background-color: rgba(0,0,0,.5);
left: initial;
right: 0;
}
.footer_fix {
background-color: rgba(0,0,0,1);
}
.logo {
position: fixed;
top: 50px;
left: 12.5px;
width: 50px;
height: 200px;
z-index: 100;
background-image: url(images/logo.png);
background-position: top left;
background-repeat: no-repeat;
background-size: 140px auto;
color: transparent;
text-decoration: none;
}
.logo_open {
width: 140px;
}
.datos {
position: fixed;
left: -105px;
bottom: 175px;
transform: rotate(270deg)
}
.redes {
position: fixed;
right: 0;
bottom: 50px;
width: 75px;
text-align: center;
}




/* Fonts */


.menu {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:18px;
	text-decoration:none;
	display:inline-block;
	text-transform: uppercase;
	margin-right: 40px;
	font-weight: 300;
}


.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}
.t1, .t2, .t3 {
font-family: 'Open Sans Condensed', sans-serif;
text-decoration:none;
font-weight:300;
}
.t1 {
	font-size:40px;
	line-height: 35px;
}
.t2 {
	font-size:18px;
	line-height: 24px;
}
.t3 {
	font-size:24px;
}


.white {
	color:#FFF;
}
.black {
	color:#000;
}



.thumb {
	width: 50%; 
	float: left; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.thumb_wrapper {
	width: 100%; 
	padding-top: 60%; 
	position: relative;
}
.thumb_info {
	position: absolute; 
	top: 25px; left: 25px; 
	right: 25px;
	bottom: 25px; 
	background-color: #ffed00; 
	text-align: center;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.thumb_tittle {
	width: 100%; 
	height: 100%; 
	display: table;
}
.thumb:hover .thumb_info {
	opacity: 1;
}
/* Icons */

.fb, .in, .vm, .ld {
	color:transparent;
	display:block;
	cursor:pointer;
	margin: auto;
	text-decoration:none;
	width: 30px;
	height: 30px;
	margin-top: 25px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.fb {
background-image: url(images/icon_facebook.png);
}
.in {
background-image: url(images/icon_intagram.png);
}
.vm {
background-image: url(images/icon_vimeo.png);
}
.ld {
background-image: url(images/icon_linkedin.png);
}
.icon_menu, .icon_close {
	background-image:url(images/icon_menu.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% auto;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	right:17.5px;
	top: 25px;
	z-index:2;
	transition: transform 0.3s;
}
.icon_close {
	display: none;
	background-image:url(images/icon_close.png);
	
}
.icon_close:hover {
	transform: rotate(90deg);
}



@media screen and (max-width: 1000px) {
.video_background_mobile {
	display: block;
}
.video_background {
	display: none;
}
.thumb {
	width: 100%; 
}
.header, .footer {
	width: 50px; 
}
.content {
margin: 0 50px 0 50px;
}
.header_open {
width: calc(100vw - 50px);
}
	.about {
	left: 50px;
	width: calc(100vw - 150px);
	padding: 200px 75px 0 25px;
max-width: initial;
}
.t1 {
	font-size:30px;
	line-height: 25px;
}
.t2 {
	font-size:16px;
	line-height: 22px;
}
.t3 {
	font-size:20px;
}
.logo {
top: 25px;
left: 5px;
width: 40px;
height: 150px;
background-size: 110px auto;
}
.logo_open {
width: 110px;
}
.icon_menu, .icon_close {
	width:40px;
	height:40px;
	right:5px;
}
.fb, .in, .vm {
	width: 25px;
	height: 25px;
	margin-top: 20px;
}
.redes {
bottom: 25px;
width: 50px;
}
.datos {
left: -95px;
bottom: 125px;
}


}
	