@charset "utf-8";
/* Reset =================================================== */
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,em,images,small,strong,ol,ul,li,fieldset,form,label,table,td,font,video,input,select,article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  font-weight:inherit;
  list-style-type:none;
  -webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end:0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a{
  text-decoration:none;
  outline:0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover{
	/*cursor:w-resize;*/
	filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a img{
  border:none;
  outline:0;
}
img{
  max-width: 100%;
  height: auto;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix{
  *zoom: 1;
  clear:both;
}
.left {
  float:left;
}
.right {
  float:right;
}
.center{
  text-align:center;
  }

html {
  width:100%;
  height:100%;
  background: #f5f5f5;
  font-size: 100%;
  font-family: 'montserratlight', sans-serif;
  -webkit-overflow-scrolling: touch; /*iOS by default have a "momentum" style scrolling where a flick of the finger sends the web page scrolling and it keeps going until eventually slowing down and stopping as if friction is slowing it down.*/
  -webkit-tap-highlight-color: transparent; /*Overrides the highlight color shown when the user taps a link or a JavaScript clickable element in Safari on iPhone.*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  width: 100%;
  height:100%;
}
a {
  text-decoration: none;
  color:#000;
}
ul {
  margin: 0;
}
li {
  list-style: none;
}
.limpiador {
  width: 100%;
  clear: both;
}

	
/* FUENTES */
@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

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

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

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

}

.tipo { font-family:'montserratultra_light', sans-serif;}
.tipo2 { font-family:'montserratlight', sans-serif;}
.tipo3 { font-family:'montserratregular', sans-serif;}
.tipo4 { font-family:'montserratbold', sans-serif;}
.tipo_gris { color:#ccc;}
.tipo_gris2 { color:#999;}
.tipo_azul { color:#00ffec;}
.tipo_azul2 { color:#1ddacc;}
.tipo_azul3 { color:#008b98;}
.tipo_blanco { color:#fff;}

h1 {
	font-weight:200;
	font-size:32px;
	font-size:2rem;
	/*font-size:28px;
	font-size:1.75rem;*/
	line-height:1;
	font-family:'montserratlight', sans-serif;
}
h1 span {
	font-weight:200;
}
h1 a:hover {
	opacity:0.6;
}
h2 {
	margin-bottom: 10px;
	font-weight: bold;
}

/* HIGHLIGHTS */
::selection {color:#fff; background:#00ffec;}
::-moz-selection { color: #fff; background:#00ffec;}
::-webkit-selection {color: #fff; background:#00ffec;}


/* PLUGIN TO TOP */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 47px;
  height: 47px;
  border: none;
  text-indent: 100%;
  background: url("../img/flecha_top.png") no-repeat left top;
  z-index:10000;
}
#toTopHover {
  background: url("../img/flecha_top.png") no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}


/* ESTILOS GENERALES*/
.container {
	z-index:10;
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
	position: relative;
	padding:10px;
}
.marco_sup {
	background:#fff;
	height:20px;
	width:100%;
	position:fixed;
	top:0;
	z-index:10;
}
.marco_der {
	background:#fff;
	height:100%;
	width:20px;
	position:fixed;
	right:0;
	top:0;
	z-index:10;
}
.marco_inf {
	background:#fff;
	height:20px;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:10;
}
.marco_izq {
	background:#fff;
	height:100%;
	width:20px;
	position:fixed;
	left:0;
	top:0;
	z-index:10;
}
.columns {
	position: relative;
	float: left;
	margin-bottom:12px;
}
.small-1 {
	width: 8.33333%;
}
.small-2 {
	width: 16.66667%;
}
.small-3 {
	width: 25%;
}
.small-4 {
	width: 33.33333%;
}
.small-5 {
	width: 41.66667%;
}
.small-6 {
	width: 50%;
}
.small-7 {
	width: 58.33333%;
}
.small-8 {
	width: 66.66667%;
}
.small-9 {
	width: 75%;
}
.small-10 {
	width: 83.33333%;
}
.small-11 {
	width: 91.66667%;
}
.small-12 {
	width: 100%;
}

/* HEADER */
header {
	margin-bottom:20px;
	z-index: 30;
    position: relative;
}
.logo_cont {
	position:fixed;
	z-index:7;
}
.logo_cont a {
	position: relative;
}
.logo_cont img {
	max-width:210px;
	position: absolute;
}
.logo_peq {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.logo_grande {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.stick .logo_grande {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.stick .logo_peq {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Menú */
.menu_cont {
	position:fixed;
	right:10px;
	z-index:10000;
}
/**/
#nav-icon3 {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  cursor: pointer;
  border: 3px solid #00ffec;
  padding:10px;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 36px;
  background: #00ffec;
  opacity: 1;
  left: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 10px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 21px;
}

#nav-icon3 span:nth-child(4) {
  top: 32px;
}

#nav-icon3.open {
	border: 3px solid #fff;
}
#nav-icon3.open span {
	background-color:#fff;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/**/
nav.menu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00ffec+20,00ffb4+100 */
background: #00ffec; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwZmZlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGZmYjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
/*background: -moz-linear-gradient(-45deg,  #00ffec 20%, #00ffb4 100%);*/ /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right bottom, color-stop(20%,#00ffec), color-stop(100%,#00ffb4));*/ /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(-45deg,  #00ffec 20%,#00ffb4 100%);*/ /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(-45deg,  #00ffec 20%,#00ffb4 100%);*/ /* Opera 11.10+ */
/*background: -ms-linear-gradient(-45deg,  #00ffec 20%,#00ffb4 100%);*/ /* IE10+ */
/*background: linear-gradient(135deg,  #00ffec 20%,#00ffb4 100%);*/ /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffec', endColorstr='#00ffb4',GradientType=1 );*/ /* IE6-8 fallback on horizontal gradient */
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow:hidden;
	z-index:2000;
	text-align:center;
	padding-top:80px;
}
nav.menu li {
	margin:30px 0;
	font-size:20px;
	font-size: 1.25rem;
}
nav.menu li a:hover {
	opacity:0.7;
}

nav.menu li.rrss_menu {
	display: inline-block;
	margin: 20px 15px;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.menu li.rrss_menu:hover {
 -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);   
    -moz-transform: scale(1.1);
    transform: scale(1.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* CONTENIDO PRINCIPAL */
.home .container_int, .contact .container_int {
	margin-top: 120px;
	padding:10px 10px 100px 10px;
}
.container_int {
	margin-top: 100px;
	padding:10px 10px 20px 10px;
}

/* TRABAJOS */
.cont_thumb_trabajo {
	position:relative;
}
.filtro {
	margin-bottom: 40px;
	text-align:left;
	display: inline-block;
	line-height: 1.5;
}
.filtro a {
	margin-right: 20px;
    color: #999;
}
.desc_thumb_trabajo p {
	position:absolute;
	padding-right:12px;
	top:35%;
	font-size:20px;
	font-size:1.25rem;
	z-index:20;
	opacity: 0;
	color: #666;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.desc_thumb_trabajo p span {
	font-size:14px;
	font-size:0.875rem;
}
.img_thumb_trabajo {
	position:relative;
	z-index:6;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.vacio_thumb_trabajo {
	position: absolute;
	top: 0;
	left:0;
	z-index: 1;
}
.cont_thumb_trabajo a:hover {
	opacity: 1 !important;
}
.cont_thumb_trabajo a:hover .img_thumb_trabajo {
	opacity: 0.1;
    z-index: 3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.cont_thumb_trabajo a:hover p {
	opacity: 1 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* TRABAJO INTERIOR */
.cont_work_int {
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.texto_work {
	text-transform:uppercase;
	font-size:14px;
	/*font-size:rem;*/ /*CAMBIAR*/
	line-height:1.5;
	font-weight:100;
	margin-bottom: 40px;
}
.work_int h1 {
	font-size:32px;
	font-size:2rem;
	font-weight:300;
	margin-bottom:10px;
}
.nav_work {
	text-align:center;
	margin-bottom:20px;
}
.nav_work div {
	display:inline-block;
}
.nav_work div:nth-child(1) {
	float:left;
	max-width:15px;
}
.nav_work div:nth-child(2) {
	padding-top:4px;
	max-width:22px;
}
.nav_work div:nth-child(3) {
	float:right;
	max-width:15px;
}
.img_work {
	margin-bottom:40px;
}
.img_work_vertical {
	max-width:600px;
}
.video_work {
    border: 8px solid #fff;
}
.work_desktop {
	display:none;
}
.img_work img {
	width:100%; /*CAMBIAR*/
	display:block;
}
.img_work img {
	width:auto;
}
.pie_foto {
	font-size:12px;
	font-size:0.75rem;
	text-transform:uppercase;
	margin-bottom:30px;
}

/* ABOUT */
.cont_about {
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.texto_about {
	/*text-transform:uppercase;*/
	font-size:14px;
	/*font-size:rem;*/ /*CAMBIAR*/
	line-height:1.5;
	font-weight:100;
	margin-bottom:80px;
}
.texto_about span {
	color: #666;
    font-family: 'montserratregular', sans-serif;
}
.cv_download {
	background-color: #00ffec;
	padding:2px 6px;
	font-size:16px;
	font-size:1rem;
	margin-top:20px;
	display:inline-block;
	margin-bottom: 100px;
}
.cv_download:hover {
	
}
.conocimientos {
margin-top:20px;
}
.conocimientos p i {
	color:#00ffec;
	}
.img_about {
	max-width: 320px;
    margin: 0 auto;
}

/* CONTACT */
.cont_contact {
	width:100%;
	max-width:980px;
	margin:0 auto;
}
.texto_contact {
	text-transform:uppercase;
	font-size:14px;
	/*font-size:rem;*/ /*CAMBIAR*/
	line-height:1.5;
	font-weight:100;
	margin-bottom:20px;
}
.texto_contact p {
	margin-bottom:15px;
}
.texto_contact a {
	background-color: #00ffec;
	padding:2px 6px;
	font-size:16px;
	font-size:1rem;
	line-height:1.8;
}
.texto_contact a:hover {
	opacity:1;
	color:#fff;
}
.flecha_rrss_mobile {
	display:block;
	margin:0 auto;
}
.flecha_rrss_desktop {
	display:none;
}

/* FOOTER */
footer {
	width:100%;
	margin-bottom: 5px;
	text-align:center;
	z-index: 30;
    position: relative;
}
.home footer, .contact footer {
	width:94%;
	position:fixed;
	bottom:0;
	text-align:center;
}
.link_illus {
	margin-bottom:10px;
	z-index:7;
}
.link_illus span {
	font-weight:700;
}
.rrss_cont {
	font-size:30px;
	color:#00ffec;
	z-index:7;
}
.rrss_cont .fa {
	margin:0 10px;
}


/* 480 =================================================== */
@media only screen and (min-width: 480px) {
/* CONTACTO */
.flecha_rrss_mobile {
	display:none;
}
.flecha_rrss_desktop {
	display:block;
	margin:0 auto;
}
/* FIN CONTACTO */

/* FOOTER */
.home footer .link_illus, .contact footer .link_illus {
	margin-bottom: 0;
    position: fixed;
    bottom: 7px;
}
.home footer .rrss_cont, .contact footer .rrss_cont {
    right: 10px;
    position: fixed;
    bottom: 5px;
}
.rrss_cont .fa:last-child {
	margin-right:0;
}
}

/* 600 =================================================== */
@media only screen and (min-width: 600px) {
h1 {
	font-weight:200;
	font-size:48px;
	font-size:3rem;
	line-height:1;
	font-family:'montserratultra_light', sans-serif;
}
h1 span {
	font-weight:200;
}

nav.menu {
	padding-top:120px;
}
nav.menu li {
	margin:40px 0;
}
/* ESTILOS GENERALES */
.columns {
 padding-left: 8px;
 padding-right: 8px;
}
.medium-1 {
	width: 8.33333%;
}
.medium-2 {
	width: 16.66667%;
}
.medium-3 {
	width: 25%;
}
.medium-4 {
	width: 33.33333%;
}
.medium-5 {
	width: 41.66667%;
}
.medium-6 {
	width: 50%;
}
.medium-7 {
	width: 58.33333%;
}
.medium-8 {
	width: 66.66667%;
}
.medium-9 {
	width: 75%;
}
.medium-10 {
	width: 83.33333%;
}
.medium-11 {
	width: 91.66667%;
}
.medium-12 {
	width: 100%;
}


.filtro {
	margin: 0 10px 40px 10px;
}
	

/* CONTENIDO PRINCIPAL */
.home .container_int {
    padding: 5px 5px 50px 5px;
}
.work .container_int {
    padding: 2px 2px 50px 2px;
}
.work_int .container_int, .work_int .container_int, .about .container_int {
    padding: 10px 10px 50px 10px;
}
	
/*WORK INTERIOR*/
.img_work_2_col {
    width: 48%;
    margin: 0 1% 40px;
    text-align: center;
    float: left;
}
.video_work {
    width: 48%;
    margin: 0 1% 40px;
    text-align: center;
    float: left;
}
	
/* INTERIOR MONIGOTES */
.monigotes1, .monigotes2, .monigotes3, .monigotes4, .monigotes5, .monigotes6, .monigotes7, .monigotes8 {
	width:48%;
	margin-bottom:90px;
}
.monigotes1, .monigotes3, .monigotes5, .monigotes7 {
	float:left;
}
.monigotes2, .monigotes4, .monigotes6, .monigotes8 {
	float:right;
}
.monigotes2 {
	margin-top:180px;
}
/* FIN INTERIOR MONIGOTES */

/* FOOTER */
.work footer .link_illus, .work_int footer .link_illus, .about footer .link_illus {
	margin-bottom: 0;
    position: fixed;
    bottom: 7px;
}
.work footer .rrss_cont, .work_int footer .rrss_cont, .about footer .rrss_cont  {
    right: 10px;
    position: fixed;
    bottom: 5px;
}
.rrss_cont .fa:last-child {
	margin-right:0;
}
}

/* 768 =================================================== */
@media only screen and (min-width: 768px) {

.large-1 {
	width: 8.33333%;
}
.large-2 {
	width: 16.66667%;
}
.large-3 {
	width: 25%;
}
.large-4 {
	width: 33.33333%;
}
.large-5 {
	width: 41.66667%;
}
.large-6 {
	width: 50%;
}
.large-7 {
	width: 58.33333%;
}
.large-8 {
	width: 66.66667%;
}
.large-9 {
	width: 75%;
}
.large-10 {
	width: 83.33333%;
}
.large-11 {
	width: 91.66667%;
}
.large-12 {
	width: 100%;
}	

.logo_cont img {
	max-width:300px;
}
	
.container_int {
    margin-top: 130px;
}
nav.menu li.rrss_menu {
    font-size: 24px;
    font-size: 1.5rem;
	margin: 20px 25px;
}
	
/* TRABAJOS */	
.filtro-div {
	text-align: right;
}
.filtro a {
	margin-right: 0;
	margin-left: 20px;
}
	
/* TRABAJO INTERIOR */
.texto_work {
	width:50%;
	float:left;
}
/*.nav_work {
	float: right;
	margin:0 -10px 0 auto;
}
.nav_work div:nth-child(1), .nav_work div:nth-child(2), .nav_work div:nth-child(3) {
	float:none;
	display:block;
}
.nav_work div:nth-child(2) {
	margin:15px 0;
}*/
.work_mobile {
	display:none;
}
.work_desktop {
	display:block;
}

/* INTERIOR MASONRY */
.cont_masonry {
	margin-left:-1%;
}
.grid-sizer, .grid-item {
	width: 48%;
	margin: 1%;
}
/* FIN INTERIOR MASONRY */

/* ABOUT */
.texto_about {
	width:58%;
	float:right;
}
.img_about {
    margin: 0;
    width: 38%;
	float:left;
}

/* CONTACT */
.texto_contact {
	width:50%;
}
.flecha_rrss_desktop {
	display:block;
	float:right;
}

/* FOOTER */
.link_illus {
	margin-bottom: 0;
    position: fixed;
    bottom: 7px;
}
.rrss_cont {
    right: 10px;
    position: fixed;
    bottom: 5px;
}
.rrss_cont .fa {
	margin:0 30px;
}
}


/* 960 =================================================== */
@media only screen and (min-width: 960px) {

	.xlarge-1 {
	width: 8.33333%;
}
.xlarge-2 {
	width: 16.66667%;
}
.xlarge-3 {
	width: 25%; /*antes 25%*/
}
.xlarge-4 {
	width: 33.33333%;
}
.xlarge-5 {
	width: 41.66667%;
}
.xlarge-6 {
	width: 50%;
}
.xlarge-7 {
	width: 58.33333%;
}
.xlarge-8 {
	width: 66.66667%;
}
.xlarge-9 {
	width: 75%;
}
.xlarge-10 {
	width: 83.33333%;
}
.xlarge-11 {
	width: 91.66667%;
}
.xlarge-12 {
	width: 100%;
}

h1 {
	font-size:72px;
	font-size:4.5rem;
	margin-top:20px;
}
h1 .saludo_h1 {
	display:inline-block;
	margin-bottom:30px;
}

.logo_cont img {
	max-width:360px;
}
	
.container_int, .contact .container_int {
    margin-top: 150px;
}
	
.nav_work {
	top: 140px;
    position: fixed;
    right: 10px;
	z-index: 20;
}
.nav_work div:nth-child(1), .nav_work div:nth-child(2), .nav_work div:nth-child(3) {
	float:none;
	display:block;
}
.nav_work div:nth-child(2) {
	margin:15px 0;
}

}
/* 1200 =================================================== */
@media only screen and (min-width: 1200px) {
/* ESTILOS GENERALES*/
.container {
	padding:20px;
}
.marco_sup {
	height:30px;
}
.marco_der {
	width:30px;
}
.marco_inf {
	height:30px;
}
.marco_izq {
	width:30px;
}



/* HEADER */
/* Menú */
.menu_cont {
	right:20px;
}

/* WORK INT */
.nav_work {
	float: none;
    position: fixed;
    right: 20px;
    top: 170px;
}
.nav_work div:nth-child(1), .nav_work div:nth-child(2), .nav_work div:nth-child(3) {
	float:none;
	display:block;
}
.nav_work div:nth-child(2) {
	margin:15px 0;
}

/* FOOTER */
.link_illus {
	bottom:10px;
}
.rrss_cont  {
	right:20px;
	bottom:10px;
}
}

/* 1350 =================================================== */
@media only screen and (min-width: 1350px) {
	.xxlarge-1 {
	width: 8.33333%;
}
.xxlarge-2 {
	width: 16.66667%;
}
.xxlarge-3 {
	width: 25%;
}
.xxlarge-4 {
	width: 33.33333%;
}
.xxlarge-5 {
	width: 41.66667%;
}
.xxlarge-6 {
	width: 50%;
}
.xxlarge-7 {
	width: 58.33333%;
}
.xxlarge-8 {
	width: 66.66667%;
}
.xxlarge-9 {
	width: 75%;
}
.xxlarge-10 {
	width: 83.33333%;
}
.xxlarge-11 {
	width: 91.66667%;
}
.xxlarge-12 {
	width: 100%;
}
}


/* AJUSTES FIREFOX */

@-moz-document url-prefix() { 

}

/* AJUSTES EXPLORER */
/* Internet Explorer 8+ (Media Query) */

@media screen\0 {
	

}

