<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	padding: 0px;
	margin:0px;
}
html * {
	box-sizing: border-box;
	font-weight: 400;
}

body {
	font-family: 'Alegreya Sans', sans-serif;
	background-color: #fff;
	color: #333;
}
a{
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
.clear {clear:both;}
div[class*="col-"] &gt;img, .row &gt;img, .relative-credito &gt;img {width: 100%;}
.row {margin-bottom: 30px;}
::-moz-selection {
	background-color:#3030AC;
	color:#fff;
}
::selection {
	background-color:#3030AC;
	color:#fff;
}

/* *******************************
 * ********** HEADER ************
 * **************************** */
#header {height: 220px;}
#logo {
	margin-top:35px;
	min-height: 130px;
	position:relative;
	z-index: 10;
	max-width: 290px;
}
#logo img {
	float: left;
	margin-right:10px;
	width: 80px;
	margin-top:9px;
}
#logo h1, .logo h3 {
	font-size: 25px;
	line-height: 30px;
	margin:0px;
	padding-top:45px;
}
#logo h1 b, .logo h3 b {
	font-weight: 800;
}
#logo h2, .logo h4 {
	font-size: 20px;
	line-height: 24px;
	font-family: 'Alegreya Sans', sans-serif; font-weight:300;
	font-style: italic;
	margin: 0px;
}
.idioma {display: none;}
#header .navbar-nav {float:right;}
#header .navbar-default {
	background: transparent; 
	border: none;
	padding:0px;
	margin:0px;
	margin-top: -73px;
    max-width: 525px;
    float: right;
    z-index: 20;
}
.navbar-nav &gt; li &gt; a, .menu-lateral a {
	color:#333;
	font-size: 12px;
	margin: 0px 15px;
	padding: 0 0 5px 0;
	letter-spacing: 0.1em;
}
body.home li.trabajos a, 
body.project li.trabajos a, 
body.aboutMe li.aboutMe a, 
.navbar-nav &gt; li &gt; a:hover,
.menu-lateral a:hover {
	border-bottom: 3px solid #333;
	background: transparent;
	color:#333;
}
/* Menu lateral */
.menu-lateral {
	position:fixed;
	right: 10px;
	filter: alpha(opacity=0);
    opacity: 0.0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.menu-lateral.top{
	top:30px;
	z-index: 100;
}
.menu-lateral.bottom {
	bottom:275px;
	z-index: 100;
}
.menu-lateral.bottom .show,
.menu-lateral.show {
	filter: alpha(opacity=100);
    opacity: 1.0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.menu-lateral li {
	text-align: right;
	list-style: none;
}
.menu-lateral a {
	padding:0px;
}
.menu-lateral li {
	margin-bottom:5px;
}
.menu-lateral.bottom li{
	width: 69px;
    height: 20px;
}
.menu-lateral.bottom li a {margin-left: 0px;}
.menu-lateral.bottom span{
	display: inline-block;
	width: 15px;
	text-align: center;
	float: left;
    margin-top: 3px;
}
.filters {
	margin-bottom: 70px;
	float: none;
	text-align: center;
}
.filters .btn-group {
	width: 100%;
}
.filters.btn-toolbar .btn{
	float: none;
}
.filters label {
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 0 0;
	line-height: 42px;
}
.filters label:hover,
.filters label.active {
	background-color: transparent !important;
    border: none !important;
    text-decoration: underline;
    box-shadow: none;
}

/* *******************************
 * ********** GRID HOME **********
 * **************************** */
.grid {text-align: center;}
.grid-item, .grid-sizer { 
	/* Firefox */
	width: -moz-calc(20% - 20px);
	/* WebKit */
	width: -webkit-calc(20% - 20px);
	/* Opera */
	width: -o-calc(20% - 20px);
	/* Standard */
	width: calc(20% - 20px);
	margin-bottom : 20px;
}
.grid-item2 { width: 40%; }
.grid-item img, .grid-sizer img {width: 100%;}

.prova {position: relative;}
.grid-item a.link{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.project-name {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    text-align: left;
    color: #333;
	z-index: 1;
	display: none;
}
.project-name p {
	font-size:15px;
	text-transform: uppercase;
	margin-bottom: 11px;
    border-bottom: 1px solid #333;
    padding-bottom: 4px;
    padding-left:3px;
}
.project-name .name {
	font-family: 'Alegreya Sans', sans-serif; font-weight:300;
	font-style: italic;
	font-size: 30px;
	text-transform: none;
	line-height: 30px;
    padding-bottom: 13px;
    margin-bottom: 4px;
}
.grid-item .prova:hover .project-name {display: block;}

/* *******************************
 * ********** WRAPPER ************
 * **************************** */
.text-italic {
	font-size: 38px;
	line-height: 42px;
	font-family: 'Alegreya Sans', sans-serif; font-weight:300;
	font-style: italic;
	text-align: center;
	margin-top:80px;
	margin-bottom:80px;
}
.text-italic span, .relative-credito p {
	color: #333;
    font-size: 15px;
    margin-top: 30px;
    padding: 0 0 5px 0;
    letter-spacing: 0.1em;
	font-family: 'Alegreya Sans SC', sans-serif;
	display: block;
	font-style: normal;
    line-height: 22px;
}
.cabecera {
	height:690px;
	background:50% 0 no-repeat fixed;
	background-size:100%;
	margin: 0 auto;
	padding: 0;
}
.cabecera .container {position: relative; min-height: 100%;}
.cabecera .rotation {
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
    width: 660px;
    position: absolute;
    bottom: 289px;
    left: -251px;
}
.cabecera h1 {
	font-family: 'Alegreya Sans', sans-serif; font-weight:300;
	color:#fff;
	font-size: 35px;
	line-height: 49px;
	padding-top:10px;
	padding-bottom: 10px;
	margin:0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	text-align: right;
}
.cabecera h2 {
	color:#fff;
	font-size: 19px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-transform: uppercase;
	border-bottom:1px solid #fff;
	text-align: right;
	font-weight: 300;
}
.cabecera h2 strong {
	display: inline-block;
	padding-right: 10px;
	font-weight:700;
	
}
.cabecera .negro h1,.cabecera .negro h2 {
	color:#333;
}
.cabecera .negro h1 {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.cabecera .negro h2 { border-bottom: 1px solid #333;}


/* *** CAROUSEL *** */
.imac{
	background: url('../img/imac.png') no-repeat;
	background-size: contain;
	padding: 46px 39px;
	min-height: 628px;
	margin-top:35px;
	max-width: 62%;
    margin-left: 26%;
}
.imac.laptop {
	background: url('../img/mac_book.png') no-repeat;
	background-size: contain;
	max-width: 70%;
	padding: 23px 102px;    
	position: absolute;
    margin-top: 105px;
    top: 0px;
    left: 0px;
}
.carousel-control {background: transparent;}
.carousel-control.left {
	left: -150px;
	background: transparent;
}
.carousel-control.right {
	background: transparent;
	right: -150px;
}
.carousel-indicators {display: none;}
#carousel a.carousel-control {
    font-size: 13px;
    top:50%;
    text-shadow: none;
}
#carousel span[class*="glyphicon-menu-"] {
    font-size: 16px;
    display: inline-block;	
    text-shadow: none;
}
.carousel-inner .item {
            transition-property: opacity;
        }
        
.carousel-inner .item,
.carousel-inner .active.left,
.carousel-inner .active.right {
            opacity: 0;
        }

.carousel-inner .active,
.carousel-inner .next.left,
.carousel-inner .prev.right {
            opacity: 1;
        }

.carousel-inner .next,
.carousel-inner .prev,
.carousel-inner .active.left,
.carousel-inner .active.right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }
.relative-credito {
	position: relative;
}
.relative-credito p {
	position: absolute;
	bottom:10px;
	width: 100%;
	text-align: center;
}

.aboutMe .texto p {
	margin-bottom: 17px;
	font-size: 16px;
}
div img.ilustracion{
	width: 200px;
}

.isma {
	text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 60px;
}
a.descarga {
	display: block;	
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 3px 13px;
}
a.descarga i {
	margin-right:10px;
}
a.descarga:hover {
	background: #333;
	color: #fff;
}
/* ******************************************
 ******************* FOOTER ******************
 * **************************************** */
footer {	    
	margin-top: 150px;
    border-top: 1px solid #fdfdfd;
    padding: 40px 0 20px;
}
.web footer {
	margin-top:0px;
}
footer .logo h3 {
	font-size:21px;
	text-transform: uppercase;
	padding-top:0px;
}
footer .logo h4 {
	font-size:16px;
}
footer h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

footer a {
	text-decoration: none;
	cursor:pointer;
}
footer a:hover {text-decoration: underline;}
footer .logo a:hover {text-decoration: none;}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
@media only screen and (min-width : 1800px) {
	.cabecera {background-size:cover;}
}
@media only screen and (min-width : 1800px) {
	.grid-item, .grid-sizer { 
		/* Firefox */
		width: -moz-calc(16.667% - 20px);
		/* WebKit */
		width: -webkit-calc(16.667% - 20px);
		/* Opera */
		width: -o-calc(16.667% - 20px);
		/* Standard */
		width: calc(16.667% - 20px);
	}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.imac {
		max-width: 70%;
	    padding: 44px 37px;
	}
	.imac.laptop {    
		max-width: 72%;
	    padding: 19px 85px;
	    margin-left: 220px;
    }
    .grid-item, .grid-sizer { 
		/* Firefox */
		width: -moz-calc(25% - 20px);
		/* WebKit */
		width: -webkit-calc(25% - 20px);
		/* Opera */
		width: -o-calc(25% - 20px);
		/* Standard */
		width: calc(25% - 20px);
	}
}
@media only screen and (max-width : 1024px) {
	.cabecera {
		background-size: 1024px 535.552px;
		height: 350px !important;
	}	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
	.imac {
		max-width: 71%;
		margin-left: auto;
		margin-right:auto; 
		padding: 37px 19px;
	}
	.imac.laptop {
	    max-width: 100%;
	    margin-left: auto !important;
	    margin-right: auto !important;
	    margin-top: 50px;
	    padding: 24px 105px;
	    width: 85%;
    }
	.cabecera {
		background-size: 1024px 535.552px;
		height: 350px !important;
	}
	.cabecera .rotation {
	    -ms-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg); 
	    transform: rotate(0deg); 
	    width: 100%;
		bottom: 89px;
		left:0px;
		padding:0 20px;
	}
	.cabecera .rotation h1, .cabecera .rotation h2 {text-align: left;}
	#header.container {
 		width: 100%;
 		padding-left:30px;
 	}
 	.grid-item, .grid-sizer { 
		/* Firefox */
		width: -moz-calc(33.33% - 20px);
		/* WebKit */
		width: -webkit-calc(33.33% - 20px);
		/* Opera */
		width: -o-calc(33.33% - 20px);
		/* Standard */
		width: calc(33.33% - 20px);
	}
	.text-italic {
		font-size: 32px;
		line-height: 36px;
	}
	footer .col-md-3 + .col-md-3 { border-top: 1px solid #CCC;}
	.project.web .cabecera {
		margin-bottom:130px;
	    height: 740px !important;
    	margin-bottom: 0px;
	}
	.project.web .cabecera .rotation {bottom: 42px;}
}
@media only screen and (max-width : 991px) {
	.col-md-6 +.col-md-6 {
    	margin-top: 30px;
	}
}
@media only screen and (max-width : 965px) {
	.menu-lateral.top{display:none !important;}
}


@media only screen and (max-width : 923px) {
	.menu-lateral.bottom {
		width: 100%;
		background: rgba(255, 255, 255, 0.4);
		text-align: center;
		position: fixed;
		bottom: 0px;
		z-index: 200;
	}
	.menu-lateral.bottom li {
		display: inline-block;
		margin: 0 20px;
	}
}
 @media only screen and (max-width : 871px) {
	#header .navbar-default {
		margin-top:-72px;
	}
	.navbar-header{
		margin-bottom: 72px;
	}
	.navbar-toggle {
	    display: block;
   	}
	#header .navbar-default {
	    width: 100%;
	    float: none;
	    max-width: 100%;
	    position: absolute;
	    right: 0px;
	 }
	 .navbar-default .navbar-toggle {
	 	border: none;
	 }
	 .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	    background-color: #DDD;
	    border-radius: 0pc;
	    padding: 9px 9px;
	 }
	 .navbar-default .navbar-toggle:hover span , .navbar-default .navbar-toggle:focus span {
	 	background: #fff;
	 }
	 .navbar-default .navbar-collapse, .navbar-default .navbar-form{
	 	background: #fff;
	 	border: none;
	 }
	 .nav.navbar-nav {    
	 	text-align: center;
    	width: 100%
    }
    .nav.navbar-nav li {
    	border-bottom: 1px solid #ccc;
    }
    .navbar-nav &gt; li &gt; a {
	    font-size: 18px;
	    padding: 20px 0;
	    display: block;
    }
    .navbar-default .navbar-nav &gt; .active &gt; a, 
    .navbar-default .navbar-nav &gt; .active &gt; a:hover, 
    .navbar-default .navbar-nav &gt; .active &gt; a:focus, 
    .navbar-nav &gt; li &gt; a:hover {
    	border:none;
    }
    .cabecera {
	}
	
 } 
 @media only screen and (min-width : 872px) {
	.navbar-toggle {
	    display: none;
	}
 }

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.imac {
		width: 68%;
		margin-left: auto;
		margin-right: auto;
	}
	.grid-item, .grid-sizer { 
		/* Firefox */
		width: -moz-calc(50% - 20px);
		/* WebKit */
		width: -webkit-calc(50% - 20px);
		/* Opera */
		width: -o-calc(50% - 20px);
		/* Standard */
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width : 630px) {
	#header {height: 170px;}
	#logo img {width: 50px}
	#logo h1 {font-size: 20px; padding-top: 21px;}
    #logo h2 {font-size: 16px;}
    .navbar-header {margin-top:-23px;}
	.text-italic {
	    font-size: 27px;
	    line-height: 30px;
	    margin-top: 30px;
	    margin-bottom: 50px;
	}
	.cabecera .rotation {
		top:10px;
		z-index: 0;
	}
	.cabecera {
	    height: 160px;
	    background-image: none !important;
	}
	.web .cabecera {height: 460px;}
	.row {
	    margin-bottom: 15px;
	}
	.cabecera h1{
		color:#333;
		border-top: 1px solid #333;
		border-bottom: none;	
		font-size:25px;
		padding-bottom:0px;
	}
	.cabecera h2{
		color:#333;
		border-bottom: 1px solid #333;
		font-size: 15px;
		padding-top:0px;
		letter-spacing: 0.2em;	
	}
	.imac {
		width: 95%;
		max-width: 100%;
		margin-top: 145px;
    	padding: 22px 10px;
    	z-index: 10;
    }
	.imac.laptop {
    	padding: 10px 44px;
		margin-top: 190px;
    }
    .home .text-italic {display: none;}
}
@medi ony screen (max-width: 1000px) and (orientation:landscape) {
	.cabecera .rotation {
		top:10px;
		z-index: 0;
	}
	.cabecera {
	    height: 160px;
	    background-image: none !important;
	}
	.web .cabecera {height: 460px;}
	.row {
	    margin-bottom: 15px;
	}
	.cabecera h1{
		color:#333;
		border-top: 1px solid #333;
		border-bottom: none;	
		font-size:25px;
		padding-bottom:0px;
	}
	.cabecera h2{
		color:#333;
		border-bottom: 1px solid #333;
		font-size: 15px;
		padding-top:0px;
		letter-spacing: 0.2em;	
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 500px) {
    .grid-item, .grid-sizer { 
		/* Firefox */
		width: 100%;
	}
}







</pre></body></html>