*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	height: 100vh;
	font-family: 'Montserrat', sans-serif;
}
.header{
	height: 20vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 5vw;
	font-weight: 600;
}
.header img{
	height:100px;
	padding: 0 40px;
}
nav ul{
	display: flex;
}
nav li{
	list-style: none;
}
nav li:nth-child(2){
	margin-left: 80px;
}
nav a{
	text-decoration: none;
	font-size: 20px;
	color: black;
	text-transform: uppercase;
	padding: 10px;
}
nav a:hover{
	border-bottom:2px solid black;
}
.responsive{
	display: none;
}
.abrir,.cerrar{
	-webkit-appearance:none;
	appearance: none;
	display:none;
}

/*__WORK__*/

.work{
	height: 80vh;
	display: flex;
}
.work div{
	width: calc(100% / 3);
	background-color: darkgrey;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.work a{
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.work a:hover{
	background-image: linear-gradient(to bottom, white 20%, lightgrey);
	opacity: 0.5;
}
.work span{
	display:block;
	color: #6D6E71;
	font-size: 1.5em;
	font-weight: 400;
	padding-bottom: 5vh;
	padding-right: 4vh;
}

.DG{
	display: block;
	background-image:url(../img/work-gd.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;	
}
.LD{
	display: block;
	background-image:url(../img/work-ld.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;	
}
.L{
	display: block;
	background-image:url(../img/work-l.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;	
}


@media screen and (max-width:1200px){

.DG{
	background-image:url(../img/work-gd_340.jpg);
}
.LD{
	background-image:url(../img/work-ld_340.jpg);
}
.L{
	background-image:url(../img/work-l_340.jpg);
}
}

@media screen and (max-width:900px){


.header{
	display: none;
}

.responsive{
	height: 20vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 7vw;
}
.responsive img{
	height: 75px;
}

nav{
	position: fixed;
	top:-100vh;
	left:0;
	z-index: 2;
	padding:20px;
	width: calc(100% - 5px);
	height: calc(100vh - 5px);
	display: block;
	background-image:url(../img/bckg-nav.jpg);
	background-repeat: no-repeat;
	background-position:right;
	background-size: cover;	
	display: flex;
	justify-content: center;
	align-items: center;
	transition: top 0.8s;
	}

nav a{
	font-weight: 600;
	color:white;
	font-size:2em;
}
nav a:hover{
	border-bottom:0;
}
.desplegado{
	top:0;
}
nav ul{
	display: block;
}
nav li:not(:last-child){
	margin-right:0;
}
nav li:not(:first-child){
	margin-top: 20px;
}
nav li:nth-child(2) {
    margin-left: 0;
}
.cerrar{
	display:block;
	background-color:transparent;
	border:none;
	color:#1b1a1d;
	font-size:1.5em;
	font-weight:600;
	cursor:pointer;
	position:absolute;
	top:20px;
	right:20px;
}

.abrir img{
	display: block;
	height: 40px;
	cursor: pointer;
}

.abrir{
	display: block;
	background-color: transparent;
	border: 2px solid #777;
	border-radius: 5px;
	width:45px;
	height: 40px;
	padding: 5px 5px 0;
	cursor: pointer;
}
.abrir span{
		display: block;
		height:2px;
		background-color: #777;
		margin-bottom:5px;
}

/*__WORK - 900px__*/

.DG{
	background-image:url(../img/work-gd_299px.jpg);
}
.LD{
	background-image:url(../img/work-ld_299px.jpg);
}
.L{
	background-image:url(../img/work-l_299px.jpg);
}
}

@media screen and (max-width:780px){

/*__WORK - 780px__*/

.work{
	height: 80vh;
	display: flex;
	flex-direction: column;
}
.work div{
	height: calc(100% / 3);
	width: 100%;
	background-color: darkgrey;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.DG{
	background-image:url(../img/work-gd_800-220px.jpg);
	background-position: left;
}
.LD{
	background-image:url(../img/work-ld_800-220px.jpg);
	background-position: left;
}
.L{
	background-image:url(../img/work-l_800-220px.jpg);
	background-position: left;
}
}

@media screen and (max-width:500px){

.responsive img{
	height: 58px;
}

/*__WORK - 500px__*/

.work span{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 3vh;
	padding-right: 3vh;
	color:#2020207d;
}
}