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


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

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

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


html{
	background: #303030;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: 'HelveticaNeueLTStd-Roman';		
	-webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar-track{
	width: 15px;
	margin-left: -15px;
	-webkit-box-shadow: none;
	border-radius: 0px;
	background-color: transparent;
}
body::-webkit-scrollbar{
	width: 0px;
	background-color: transparent;
}
body::-webkit-scrollbar-thumb{
	border-radius: 0px;
	-webkit-box-shadow: none;
	background-color: #303030;
}

a{
	color:white;
	text-decoration:none;  
}
a:hover{
	color:white;
	text-decoration:none;	
}
b{
	font-family: 'HelveticaNeueLTStd-Bd';
}
i{
  font-style: normal;
  font-style: italic;
}
input, textarea{
  outline: none;
}
button{
  text-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.img{
  position: absolute;
  width: 100%;
  height: 100%;
  background: center center no-repeat;  
}
.img_load{
  display: none;
}
.img_loader{
  display:none;
}
::-webkit-input-placeholder {
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}
::-moz-placeholder {  /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder {
  color: white;
}
.sep img{
	width:100%;
}
.desaturada{
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
}






/*
	CONTAINER
*/
.container, .container-fluid{
	z-index: 2;
}



/*
	BOTONERA
*/
.navbar{
	position:fixed;
	width: 100%;
    height: 80px;
    padding: 0px!important;
	top:0px;	
	/*background: #000;*/
	background: rgba(0,0,0,0.9);
	z-index:200;	
}
.navbar .toggler{
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 30px;
	top: 30px;
	z-index: 10;	
}
.navbar .toggler .top, .navbar .toggler .bottom{
	position: absolute;
	width: 100%;
	border-top: 2px solid #fff;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
.navbar .toggler .bottom{
	bottom: 0px;
}
.navbar .toggler.active .top{
	width: 26px;
	left: 1px;
	transform: rotate(45deg);
	transform-origin: left top;
}
.navbar .toggler.active .bottom{
	width: 26px;
	left: 1px;
	transform: rotate(-45deg);
	transform-origin: left bottom;
}
.navbar-brand {
	position: absolute;
	width: 150px;
	height:80px;
	margin:0px!important;
	left: 0px;
	background: url(../images/logo.svg) 15px 15px no-repeat ;
	background-size: auto 45px;
	z-index: 5;
}
.navbar-collapse {
	width: 100%;	
	text-align: center;
}
.navbar ul{
	display: inline-block;
	width: 33.333%;
}
.navbar li{
	display: inline-block;
    float: left;
    width: 33.333%;
    height: 100%;
}
.navbar li a{
	display: inline-block;
	width: 100%;   
    height: 80px;
    padding: 34px 0px;    
    color: white;
    font-size: 20px;
    line-height: 1;
	font-family: 'HelveticaNeueLTStd-bd';
	text-shadow: none;
	text-decoration: none;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
.navbar li.active a{
	background-color: #ff0099!important;
	color: black;
}
.navbar li a:hover{
	background:rgba(236,0,140,1);
	background: #ff0099;
	color: black;
}
.navbar .btn-group{
	position: absolute;
	right: 20px;
	top: 28px;
	border: 1px solid white;
}
.navbar .btn{
	width: 32px;
    padding: 7px 0px;
    padding-bottom: 4px;
    background: black;
    font-size: 11px;
    line-height: 1;
    border: none!important;
    border-radius: 0px;
    color: #ff0099;
    color: white;
    background: black;
    font-family: 'HelveticaNeueLTStd-md';
    text-align: center;
}
.navbar .btn:hover{
	background: white;
	color: black;
}
.navbar .btn.active{
	background: #fff;	
	color: #000;
	/*font-family: 'HelveticaNeueLTStd-Bd';*/
	/*border: 1px solid white!important;*/
}
.navbar .fa{
	width: 20px;	
	margin-top: 28px;
	font-size: 20px;
	line-height:1;
}
.navbar .fa:hover{
	color: #ff0099;
}
.navbar .fa-twitter{
	margin-left: 15px;
	margin-right: 30px;
}
.navbar .menu{
	display: none;
}




/*
	WORKS
*/
.works{
	position:relative;
	float:left;
	width:100%;
	padding: 0px;
	padding-top: 80px;
	color:#000;
	font-size: 20px;
    line-height: 30px;
	z-index: 10;
}
.works .row{
}
.works .col{
	padding: 0px;
	overflow: hidden;
	cursor: pointer;
	cursor: hand;	
}
.works .img_load{
	position: relative;
	float: left;
	width: 100%;
	background-size: 102%!important;	
	background-position: center center;
	display: none;
}
.works .img_load:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.works .over{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	/*background-color: #ff0099!important;*/
}
.works .img{
	position: relative;
	float: left;
	width: 100%;
	background-size: 100%;
}
.works .data{
	position: absolute;
	width: 100%;
	padding: 20px 20px;
	bottom: 0px;
	/*mix-blend-mode: screen;*/
	color: #000;
	opacity: 0;
}
.works .data .tit{
	display: block;
	height: auto;
	font-family: 'HelveticaNeueLTStd-bd';
	font-size: 20px;
	line-height: 1;		
}
.works .data .tit span{
	display: inline-block;
	padding: 10px 12px;
	padding-bottom: 4px;
	background: white;
}
.works .data .subtit{
	position: relative;
	float: left;	
	margin-top: 2px;
	font-size: 14px;
	line-height: 1;
	/*letter-spacing: .75px;*/
	/*opacity: .5;*/
	/*font-family: 'HelveticaNeueLTStd-lt';*/
}
.works .data .subtit span{
	display: inline-block;
	padding: 10px 12px;
	padding-bottom: 8px;
	background: white;
}



/*
	WORK
*/
.work{
	position: relative;
    float: left;
    width: 100%;
	padding: 0px!important;	
    padding-bottom: 100px;
	background: none;
	/*display: none;*/
}
.work .row{
	margin: 0px -15px;
}
.work .cont{
	position: relative;
}
.work .top{
	padding-top: 80px;
}
.work .top .container{
	position: relative;
	padding: 0px;
	overflow: hidden;
	max-height: 530px;
}
.work .top .container::before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.work .top .img_load{
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	max-height: 500px;
}
.work .info{
    /*padding-top: 50px;*/
    padding-bottom: 50px;
    /*background: #fff!important;*/
}
.work .tit{
	display: block;
	height: auto;
	padding: 0px;
	font-family: 'HelveticaNeueLTStd-bd';
	font-size: 24px;
	line-height: 1;	
}
.work .tit span{
	display: inline-block;
	padding: 10px 15px;
	padding-bottom: 4px;
	background: white;
}
.work .subtit{
	display: block;
	position: relative;
	float: left;	
	margin-top: 2px;
	font-size: 16px;
	line-height: 1;
	font-family: 'HelveticaNeueLTStd-roman';
}
.work .subtit span{
	display: inline-block;
	padding: 12px 15px;
	padding-bottom: 8px;
	background: white;
}
.work .desc{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .5px;
	color: #fff;
	font-family: 'HelveticaNeueLTStd-lt';
}
.work .desc a {
    display: inline-block;
    float: left;
    height: 30px;
    margin-right: 15px;
    margin-top: 20px;
    padding: 8px 12px;
    padding-bottom: 4px;
    border: 1px solid white;
    line-height: 16px;
    font-size: 14px;
    color: white;
    text-decoration: none!important;
    /*font-family: 'HelveticaNeueLTStd-roman';*/
}
.work .desc a.share {
	width: 32px;
	margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.work .desc a.tw {
	margin-left: -1px;
}
.work .desc a.tw:hover {
    border-left: 1px solid white;
}
.work .desc a:hover{
	background: #ff0099;
	background: #fff;
	border: 1px solid #ff0099;
	border: 1px solid #fff;
	color: black;
}
.work .imgs{
	padding-top: 100px;
	padding-bottom: 0px;
	background: #f7f7f7;
	background: #eee;
	background: #ccc;
}
.work .imgs .over{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.1;	
}
.work .imgs_foot{
	padding: 0px;
	overflow-x: hidden;
}
.work .imgs_foot img{
	position: relative;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}
.work .imgs .fdo{
	opacity: 0.5;
}
.work .imgs .row{
	margin: 0px -10px;
}

.work .imgs .full{
    margin-bottom: 100px;
    padding: 0px;
    text-align: center;
}
.work .imgs .full img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 12px 20px -7px rgba(0,0,0,.25);
}

.work h6 {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0px;
    margin-bottom: 20px;
    padding: 12px 10px;
    padding-bottom: 8px;
    background: rgba(0,0,0,0.9);
    background: white;
    color: black;
    mix-blend-mode: screen;
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-Bd';
}







/*
	ESTUDIO
*/
.estudio{
	position:relative;
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	color:black;
	font-size: 20px;
    line-height: 30px;
	background:#eee;
	color:#222;
}
.estudio .franja{
	position:relative;
	float:left;
	width:100%;
	height:200px;
	margin-bottom:100px;
	background:#ddd;
	display:none;
}
.estudio .franja .imag{
	height:0%;
	width:100%;
	height:100%;
	background:url(../images/trama_logo.svg) center center no-repeat;
	background-size:2000px;
	opacity:1;
}
.estudio h1{
	margin-top:0px;
	margin-bottom:20px;
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size:55px;
}
.estudio h2{
	margin-top:0px;
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size:35px;
	margin-bottom:20px;
}
.estudio h3{
	margin-top:75px;	
	margin-bottom:10px;
	font-family: 'HelveticaNeueLTStd-Bd';
	font-size: 30px;
}
.estudio span{
	display:block;
	font-family: 'HelveticaNeueLTStd-Lt';
	font-size: 21px;
    line-height: 32px;
}
.estudio .cliente{
	height:130px;
}
.estudio .cliente:before{
	/*content: "";
	display: block;
	padding-top: 90%;*/
}
.estudio .cliente .img{
	position: relative;
	width:calc(100% - 20px);
	width:100%;
	height:calc(100% - 20px);
	left:10px;
	top:10px;
	background-size:140px;
	mask-image-size:125px;
	mask-image-repeat:no-repeat;
	opacity:1;
}





/*
	SECCION
*/
.sec .tit{
	position: relative;	
	margin-bottom: 25px;
	z-index: 5;
	color: white;
	font-family: 'HelveticaNeueLTStd-Bd';
}
.sec .tit h2, .sec .tit h3{
    display: inline-block;
    margin: 0px;
    background: black;
    padding: 15px;
}
.sec .tit h2{
	margin-top: 140px;
	padding-bottom: 8px;
    line-height: 1;
}
.sec .tit h3{
	margin-top: 50px;
	padding-bottom: 8px;
    line-height: 1;
}
.sec .txt{
	position: relative;
	float: left;
	padding: 30px 25px;
	background: rgba(0,0,0,0.5);
	color: rgba(255,255,255,1);
	font-size: 16px;
	line-height: 26px;
	z-index: 5;
}
.sec .txt h3{
	margin: 0px;
	margin-bottom: 20px;
	line-height: 18px;
	font-family: 'HelveticaNeueLTStd-Bd';
	color: white;
}
.sec .txt p{
	margin-top: 30px;
	margin-bottom: 50px;
}
.sec .txt b{
	font-family: 'HelveticaNeueLTStd-Bd';
}
.sec .txt .row{
	/*margin: 0px -25px;*/
	/*background-color: rgba(0,0,0,0.25)*/
	/*border-left: 1px solid rgba(0,0,0,0.25);
	border-top: 1px solid rgba(0,0,0,0.25);*/
}
.sec .txt .col{
	padding: 0px;
	background-color: rgba(0,0,0,0.25);
	/*border-right: 1px solid rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);*/
}
.sec .txt .col::before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.sec .txt .col div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	opacity: 0;
}
.sec .txt .col .cliente{
	background-size:auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1!important;
}

	



/*
	FOOT
*/
.foot{
	position:relative;
	float:left;
	width:100%;
	background:black;
	color:white;
	font-size:14px;
	line-height:1;
	padding:20px 0px;
	text-transform:none;
}
.foot span{
	position:relative;
	float:right;
}





/*
	WORK IN
*/
.full img, .web img {
    width: 100%;
    box-shadow: 0 12px 20px -7px rgba(0,0,0,.25);
}
.full img {
    border-radius: 0px!important;
}
.full, .web, .half, .smart{
	margin-bottom: 100px;
	text-align: center;
}
.web img {
	border-radius: 5px;
}
.half img {
	width: 100%;
    box-shadow: 0 12px 20px -7px rgba(0,0,0,.25);
}
.smart img{
	width: 100%;
	max-width: 375px;
	margin-left: 50%;
    transform: translateX(-50%);
	-webkit-filter: drop-shadow(0px 10px 5px rgba(0,0,0,.05));
    filter: drop-shadow(0px 10px 5px rgba(0,0,0,.05));
}




/*
	ABOUT
*/
.sec{
	background: none!important;
}






@media (min-width: 1500px){
	.navbar ul{
		width: 25%;
	}
	.works .col{
		flex: 0 0 25%;
	    max-width: 25%;
	}
}



@media screen and (max-width: 992px) {

	.container {
	    width: 100%;
	}
	
	.navbar {
	    height: 70px;
	}
	.navbar-header {
		position: absolute;    
	    width: 100%;
	    height: 100%;
	    background: black;
	    z-index: 10;
	}
	.navbar-collapse {
		position: absolute;
	    height: calc(100vh - 70px);
	    top: 70px;
	    padding: 0px;
	    background: rgba(0,0,0,0.9);
	    z-index: 1;
	    display: none;
	}
	.navbar-nav {
	    height: auto!important;
	    margin: 0px;
	    top: 50%;
	    transform: translateY(-70%);
	}
	.navbar-brand {
	    width: 125px;
	    height: 40px;
	    left: 15px;
	    top: 15px;
	    background-size: contain;
	    background-position: left top;
	}
	.navbar-toggle{
		display: block;
		position: absolute;
		width: 24px;
		height: 24px;
		margin: 0px;
		right: 15px;
		top: 23px;
		border-radius: 0px;
		/*background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(../images/menu.svg);*/
		border: none!important;
		outline: none!important;
		box-shadow: none!important;
	}
	.navbar-toggle .top, .navbar-toggle .mid, .navbar-toggle .bottom{
		position: absolute;
		width: 100%;
		border-top: 4px solid white;
		-webkit-transition: all 250ms ease-out;
		-moz-transition: all 250ms ease-out;
		-o-transition: all 250ms ease-out;
		-ms-transition: all 250ms ease-out;
		transition: all 250ms ease-out;
	}
	.navbar-toggle .mid{
		top: 10px;
	}
	.navbar-toggle .bottom{
		bottom: 0px;
	}
	.navbar-toggle.active .top{
		width: 30px;
		left: 1px;
		transform: rotate(45deg);
		transform-origin: left top;
	}
	.navbar-toggle.active .mid{
		width: 0px;
		opacity: 0;
	}
	.navbar-toggle.active .bottom{
		width: 30px;
		left: 1px;
		transform: rotate(-45deg);
		transform-origin: left bottom;
	}
	.navbar ul{
		position: absolute;
		width: 100%;
		left: 0px;
		top: 50px;
		transform: translateY(0%);
		/*top: 50%;
		transform: translateY(-50%;);*/
	}
	.navbar li {
	    width: 100%;
	    height: auto;
	}
	.navbar li a {
        width: 100%;
	    height: 60px;
	    padding: 22px 30px;
	    display: inline-block;
	}
	.navbar .fa {
	    position: absolute;
	    left: 10px;
	    bottom: 20px;
	}
	.navbar .fa-twitter {
	    margin-right: 0px;
	    left: 30px;
	}
	.navbar .btn-group {
	    position: absolute;
	    width: 64px;
	    height: 24px;
	    margin: 0px!important;
	    left: 50%;
	    transform: translateX(-50%);
	    top: auto;
	    bottom: 50px;
	}
	.owl-carousel {	    
		height: calc(100vh - 70px);
		height: 100vh;
	    margin-top: 70px;
	    margin-top: 0px;
	}
	.owl-carousel .img_load{	
		height: calc(100vh - 70px);
		height: 100vh;
	    background-size: 180%;
	    background-repeat: no-repeat;
	    background-position-y: center;
	}
	.nom {
	    position: absolute;
	    width: calc(100vw - 90px);
	    left: 15px;
	}
	.nom .tit {
	    height: 110px;
	}
	.nom .tit span {
		height: auto;
		padding-top: 12px;
	    padding-bottom: 6px;
	    font-size: 24px;
	}
	.owl-controls{
		display: none!important;
	}
	.scroll{	    
	    right: 15px;
	}
	.works {
	    padding-top: 70px;
	}
	.works .data {
	    height: auto;
	    padding: 15px;
	    opacity: 0;
	    /*display: none;*/
	}
	.works .data .tit, .works .data .subtit {
	    margin-left: 0px!important;
	}
	.works .data .tit{
		position: relative;
		width: auto;
		max-width: 85%;
		height: auto;
		padding: 0px;
		margin-left: 15px;
		/*background: rgba(0,0,0,0.3);*/
	}
	.works .data .tit span {
		position: relative;		
		height: auto;
		padding-bottom: 8px;
		bottom: 0px!important;
		font-size: 20px;
		opacity: 1!important;
	}
	.works .data .subtit{
		display: block;
		position: relative;
	    clear: both;
	    width: auto;
		max-width: 85%;
	    margin-left: 15px;
	    padding: 0px;		
		height: auto;
		background: rgba(0,0,0,0.3);
	}
	.works .data .subtit span {
		height: auto;
		padding-bottom: 8px;
	    top: 0px!important;
	    opacity: 1!important;
        font-size: 14px;
	}
	.works .over {
	    opacity: 0;
	}
	.work .top{
		padding-top: 100px;
		padding-bottom: 30px;
	}
	.work .info{
	    padding-bottom: 30px;
	}
	.work .info .container{
		padding: 0px;
	}
	.work .info .container .col{
		padding: 0px 15px;
	}
	.work .tit{
		display: block;
		height: auto;
		font-family: 'HelveticaNeueLTStd-bd';
		font-size: 20px;
		line-height: 1;		
	}
	.work .tit span{
		display: inline-block;
		padding: 10px 12px;
		padding-bottom: 4px;
		background: white;
	}
	.work .subtit{
		position: relative;
		float: left;	
		margin-top: 2px;
		font-size: 14px;
		line-height: 1;
	}
	.work .subtit span{
		display: inline-block;
		padding: 8px 12px;
		padding-bottom: 8px;
		background: white;
	}
	.work .desc {
	    margin-top: 20px;
	    font-size: 14px;
	    line-height: 28px;
	    letter-spacing: 0px;
	    font-family: 'HelveticaNeueLTStd-roman';
	}
	.work .desc a {
	    font-size: 13px;
	}
	.work .imgs {
	    padding-top: 50px;
	}
	.work .imgs .full, .work .imgs .half {
	    margin-bottom: 50px;
	    text-align: center;
	}
	.sec .tit h2 {
	    margin-top: 100px;
	    padding-left: 15px;
	    padding-right: 15px;
	    padding-bottom: 8px;
	    font-size: 24px;
	}
	.sec .container-fluid{
		padding: 0px;
	}
	.sec .txt {
	    padding: 22px 18px;
	    font-size: 14px;
	    line-height: 24px;
	}
	.sec .txt h3 {
	    line-height: 1;
	}
	.sec .txt p {
	    margin-top: 20px;
	}
	.half{
		padding: 0px;
	}
	.full, .web, .half, .smart{
		margin-bottom: 50px;
	}
	.smart img{
		max-width: 300px;
	}	

}


@media screen and (max-width: 767px) {	
	
	.navbar .fa {
	    left: 10px;
	}
	.navbar .fa-twitter {
	    left: 30px;
	}
	.navbar .btn-group {
		right: 15px;
	}
	.owl-carousel {
	}
	.owl-carousel .img_load{
	    background-position-y: center;
	}
	.nom {
	    width: calc(100vw - 30px);
	}
	.nom .tit span {
	    font-size: 22px;
	}	
	.scroll{
		display: none;
	}
	.proyectos .filtros{		
	}
	.proyectos .filter {
		width: 33.3%;
	    font-size: 16px;
	    padding: 15px 20px;
	    padding-bottom: 10px;	    
	}
	.proyectos .filtros .filter:nth-child(4), .proyectos .filtros .filter:nth-child(5) {
		/*width: 50%;*/
	}
	.proyectos .filter {
	    font-size: 16px;
	    padding: 15px 20px;
	    padding-bottom: 10px;
	}
	.proyecto_open #cerrar {
		right: 10px;
		top: 10px;
	    transform: scale(.75);
	}
	.proyecto_open #cerrar.abs {
	    top: 10px!important;
	}
	.proyecto_open #cerrar.menu {
	    top: 85px;
	}
	.proyecto_open .tit h3 {
		margin-top: 10px;
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.proyecto_open .tit h5 {
	    margin-bottom: 25px;
	}

}



@media (min-width: 576px){

	.smart img{
		/*max-width: 400px;*/
	}

}











