@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@font-face {
  font-family: 'Avenir Next LT';
  font-style: normal;
  font-weight: normal;
  src: local("Avenir Next LT Pro Regular"), url("../fonts/avenir-next-lt-pro/AvenirNextLTPro-Regular.woff") format("woff"); }

/*colores web*/
/*borders web*/
body, html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  height: 100%; }

*,
*:after,
*:before {
  box-sizing: border-box; }

body {
  font-family: 'Avenir Next LT', 'Raleway', Calibri, Arial, sans-serif;
  color: #f2ede3;
  background: #333;
  font-size: 0.9em;
  font-weight: 300; }

a {
  color: #191919;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 80%; }

a:hover {
  color: #fff; }

small.small-boxes {
  color: #6a6a6a;
  font-size: .6em;
  display: block;
  margin-top: .2em;
  font-weight: bold; }

.container {
  height: 100%; }

.bl-main {
  position: absolute;
  height: 100%;
  width: 85%;
  right: 0;
  overflow: hidden;
  z-index: 1499; }

.bl-main-empty {
  background: #FFF;
  color: #191919;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center; }

.bl-main-empty img {
  max-width: 20%; }

.dashed-divider {
  width: 25%;
  border: 2px dashed black; }

.bl-main > section {
  position: absolute;
  color: #191919; }

/* 1 boxes */
.bl-main > section.boxes1:first-child {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF; }

/* 2 boxes */
.bl-main > section.boxes2:first-child {
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  /*border-right:2px dashed #191919;	*/ }

.bl-main > section.boxes2:first-child:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 2.5%;
  height: 95%;
  width: 5px;
  background-image: -webkit-linear-gradient(top, #191919 40%, transparent 0%);
  background-image: linear-gradient(to bottom, #191919 40%, transparent 0%);
  background-position: top;
  background-size: 5px 35px;
  background-repeat: repeat-y;
  z-index: 5; }

.bl-main > section.boxes2:nth-child(2) {
  width: 50%;
  height: 100%;
  top: 0;
  left: 50%;
  background: #FFF;
  /*border-left:2px dashed #191919;*/ }

.bl-main > section.boxes2:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2.5%;
  height: 95%;
  width: 5px;
  background-image: -webkit-linear-gradient(top, #191919 40%, transparent 0%);
  background-image: linear-gradient(to bottom, #191919 40%, transparent 0%);
  background-position: top;
  background-size: 5px 35px;
  background-repeat: repeat-y;
  z-index: 5; }

/* 3 boxes */
.bl-main > section.boxes3:first-child {
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  background: #FFF; }

.bl-main > section.boxes3:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90%;
  width: 5px;
  background-image: -webkit-linear-gradient(bottom, #191919 40%, transparent 0%);
  background-image: linear-gradient(to top, #191919 40%, transparent 0%);
  background-position: bottom;
  background-size: 5px 35px;
  background-repeat: repeat-y;
  z-index: 5; }

.bl-main > section.boxes3:first-child:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 10px;
  width: 95%;
  background-image: -webkit-linear-gradient(right, #191919 40%, transparent 0%);
  background-image: linear-gradient(to left, #191919 40%, transparent 0%);
  background-position: right;
  background-size: 35px 10px;
  background-repeat: repeat-x;
  z-index: 5; }

.bl-main > section.boxes3:nth-child(2) {
  width: 50%;
  height: 50%;
  top: 0;
  left: 50%;
  background: #FFF; }

.bl-main > section.boxes3:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  width: 5px;
  background-image: -webkit-linear-gradient(bottom, #191919 40%, transparent 0%);
  background-image: linear-gradient(to top, #191919 40%, transparent 0%);
  background-position: bottom;
  background-size: 5px 35px;
  background-repeat: repeat-y;
  z-index: 5; }

.bl-main > section.boxes3:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 10px;
  width: 95%;
  background-image: -webkit-linear-gradient(left, #191919 40%, transparent 0%);
  background-image: linear-gradient(to right, #191919 40%, transparent 0%);
  background-position: left;
  background-size: 35px 10px;
  background-repeat: repeat-x;
  z-index: 5; }

.bl-main > section.boxes3:nth-child(3) {
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  background: #FFF; }

/* 4 boxes */
.bl-main > section.boxes4:first-child {
  width: 50%;
  height: 50%;
  top: 0;
  left: 0;
  background: #FFF;
  /*border-right:2px dashed #191919;
	border-bottom:2px dashed #191919;*/ }

.bl-main > section.boxes4:first-child:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90%;
  width: 5px;
  background-image: -webkit-linear-gradient(bottom, #191919 40%, transparent 0%);
  background-image: linear-gradient(to top, #191919 40%, transparent 0%);
  background-position: bottom;
  background-size: 5px 35px;
  background-repeat: repeat-y;
  z-index: 5; }

.bl-main > section.boxes4:first-child:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 5px;
  width: 95%;
  background-image: -webkit-linear-gradient(right, #191919 40%, transparent 0%);
  background-image: linear-gradient(to left, #191919 40%, transparent 0%);
  background-position: right;
  background-size: 35px 5px;
  background-repeat: repeat-x;
  z-index: 5; }

.bl-main > section.boxes4:nth-child(2) {
  width: 50%;
  height: 50%;
  top: 0;
  left: 50%;
  background: #FFF;
  /*border-left:2px dashed #191919;
	border-bottom:2px dashed #191919;*/ }

.bl-main > section.boxes4:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  width: 5px;
  background-image: -webkit-linear-gradient(bottom, #191919 40%, transparent 0%);
  background-image: linear-gradient(to top, #191919 40%, transparent 0%);
  background-position: bottom;
  background-size: 5px 35px;
  background-repeat: repeat-y;
  z-index: 5; }

.bl-main > section.boxes4:nth-child(2):after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 5px;
  width: 95%;
  background-image: -webkit-linear-gradient(left, #191919 40%, transparent 0%);
  background-image: linear-gradient(to right, #191919 40%, transparent 0%);
  background-position: left;
  background-size: 35px 5px;
  background-repeat: repeat-x;
  z-index: 5; }

.bl-main > section.boxes4:nth-child(3) {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 0;
  background: #FFF;
  /*border-right:2px dashed #191919;
	border-top:2px dashed #191919;*/ }

.bl-main > section.boxes4:nth-child(3):before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 5px;
  width: 95%;
  background-image: -webkit-linear-gradient(right, #191919 40%, transparent 0%);
  background-image: linear-gradient(to left, #191919 40%, transparent 0%);
  background-position: right;
  background-size: 35px 5px;
  background-repeat: repeat-x;
  z-index: 5; }

.bl-main > section.boxes4:nth-child(3):after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 90%;
  width: 5px;
  background-image: -webkit-linear-gradient(top, #191919 40%, transparent 0%);
  background-image: linear-gradient(to bottom, #191919 40%, transparent 0%);
  background-position: top;
  background-size: 5px 35px;
  background-repeat: repeat-y;
  z-index: 5; }

.bl-main > section.boxes4:nth-child(4) {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  background: #FFF;
  /*border-left:2px dashed #191919;
	border-top:2px dashed #191919;*/ }

.bl-main > section.boxes4:nth-child(4):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 95%;
  background-image: -webkit-linear-gradient(left, #191919 40%, transparent 0%);
  background-image: linear-gradient(to right, #191919 40%, transparent 0%);
  background-position: left;
  background-size: 35px 5px;
  background-repeat: repeat-x;
  z-index: 5; }

.bl-main > section.boxes4:nth-child(4):after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 90%;
  width: 5px;
  background-image: -webkit-linear-gradient(top, #191919 40%, transparent 0%);
  background-image: linear-gradient(to bottom, #191919 40%, transparent 0%);
  background-position: top;
  background-size: 5px 35px;
  background-repeat: repeat-y;
  z-index: 5; }

/*Chrome - Safari bug 1px*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bl-main > section.boxes3:first-child:after {
    background-position: 101%; }
  .bl-main > section.boxes4:first-child:after, .bl-main > section.boxes4:nth-child(3):before {
    background-position: 101%; } }

.bl-box {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 1;
  /* Centering with flexbox */
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center; }

.bl-box h2 {
  text-align: center;
  margin: 0;
  padding: 20px;
  width: 100%;
  font-size: 1.5em;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase; }

.bl-icon {
  font-family: 'Avenir Next LT', 'Raleway';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  z-index: 1; }

.category-images {
  position: absolute;
  /* max-height: 95%; */
  max-width: 100%;
  z-index: 0; }

.box-icon {
  position: absolute;
  display: inline;
  width: auto !important; }

/* Images 2 boxes */
section.boxes2:first-child .category-images {
  right: 0; }

section.boxes2:nth-child(2) .category-images {
  left: 0; }

section.boxes2:first-child .box-icon {
  top: 20px;
  left: 5%; }

section.boxes2:nth-child(2) .box-icon {
  bottom: 20px;
  right: 5%; }

/* 3 boxes */
section.boxes3:first-child .category-images {
  right: 0;
  bottom: 0; }

section.boxes3:nth-child(2) .category-images {
  left: 0;
  bottom: 0; }

section.boxes3:nth-child(3) .category-images {
  top: 0; }

section.boxes3:first-child .box-icon {
  bottom: 20px;
  left: 5%; }

section.boxes3:nth-child(2) .box-icon {
  bottom: 20px;
  right: 5%; }

section.boxes3:nth-child(3) .box-icon {
  bottom: 20px; }

/* 4 boxes */
section.boxes4:first-child .category-images {
  right: 0;
  bottom: 0; }

section.boxes4:nth-child(2) .category-images {
  left: 0;
  bottom: 0; }

section.boxes4:nth-child(3) .category-images {
  top: 0;
  right: 0; }

section.boxes4:nth-child(4) .category-images {
  top: 0;
  left: 0; }

section.boxes4:first-child .box-icon {
  bottom: 20px;
  left: 5%; }

section.boxes4:nth-child(2) .box-icon {
  bottom: 20px;
  right: 5%; }

section.boxes4:nth-child(3) .box-icon {
  top: 20px;
  left: 5%; }

section.boxes4:nth-child(4) .box-icon {
  top: 20px;
  right: 5%; }

/*.bl-icon:before {
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
}

.bl-icon-about:before {
	content: "\e000";
}

.bl-icon-works:before {
	content: "\e001";
}

.bl-icon-blog:before {
	content: "\e002";
}

.bl-icon-contact:before {
	content: "\e003";
}*/
.bl-main > section .bl-icon-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  font-size: 3em; }

.bl-icon-close:before {
  /*content: "\e005";*/
  content: "\00d7"; }

.bl-content,
div.bl-panel-items > div > div {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
  overflow-y: auto; }

/* Custom content */
.bl-content p {
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 1.4em;
  line-height: 1.3; }

.bl-content h2 {
  font-size: 3em;
  font-weight: 300;
  margin: 0 0 20px 0;
  cursor: initial; }

.bl-content article {
  padding: 20px 40px 20px 0px; }

.bl-content article h3 {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding-top: 20px;
  font-size: 1.4em; }

.bl-content article a {
  color: rgba(0, 0, 0, 0.2); }

.bl-content > ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.bl-content > ul li {
  display: inline-block;
  width: 20%;
  margin: 1%; }

.bl-content > ul li a {
  display: block;
  padding: 0; }

.bl-content > ul li a img {
  display: block;
  max-width: 100%; }

/* Panel Items */
.bl-icon.bl-icon-close.bl-icon-close-panel-items {
  position: absolute;
  top: calc(-100% + 20px);
  right: 20px;
  font-size: 3em;
  z-index: 99999;
  color: #191919;
  display: none; }

div.bl-panel-items,
div.bl-panel-items > div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }

div.bl-panel-items > div > div {
  width: 95%;
  margin: 0 auto;
  opacity: 1;
  bottom: 90px;
  top: 90px;
  pointer-events: auto; }

div.bl-panel-items > div > div h3 {
  font-size: 2.4em;
  font-weight: 300;
  margin: 0 0 20px 0; }

div.bl-panel-items > div > div p {
  font-size: 1.3em; }

div.bl-panel-items > div > div img {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
  cursor: pointer; }

div.bl-panel-items > div > div img.main-work-photo {
  max-width: 350px;
  cursor: auto; }

div.bl-panel-items {
  top: 100%;
  z-index: 9999; }

div.bl-panel-items > div {
  background: #3ba5db;
  background: #fff;
  color: #191919;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
  -moz-transform: translateY(0);
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
  transform: translateY(0);
  -webkit-transition: opacity 0s linear 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0s linear 0.5s, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
  transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s, -webkit-transform 0.5s ease-in-out;
  -ms-transform: translateY(0); }

div.bl-panel-items nav {
  position: absolute;
  color: #191919;
  z-index: 9999;
  width: 216px;
  width: auto;
  left: 50%;
  top: 0px;
  margin-left: -108px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  transition: opacity 0.2s ease-in-out 0.5s; }

div.bl-panel-items.bl-panel-items-show nav span {
  float: left;
  margin: 5px; }

div.bl-panel-items nav span.bl-next-work {
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
  line-height: 2em;
  cursor: pointer;
  margin-right: 2em; }

div.bl-panel-items nav span.bl-next-work.bl-nav-work-hide {
  display: none; }

div.bl-panel-items.bl-panel-items-show nav {
  opacity: 1;
  top: -70px; }

div.bl-panel-items > div.bl-show-work {
  z-index: 1000;
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transform: translateY(-100%);
  -moz-transition: -moz-transform 0.5s ease-in-out;
  transform: translateY(-100%);
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -ms-transform: translateY(-100%); }

div.bl-panel-items > div.bl-hide-current-work {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -webkit-transform: translateY(-100%) scale(0.5);
  -moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transform: translateY(-100%) scale(0.5);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transform: translateY(-100%) scale(0.5);
  -ms-transform: translateY(-100%) scale(0.5);
  z-index: 0; }

.panel-section {
  display: none; }

.panel-section.ps-active {
  display: block; }

.ps-selector {
  /*position: fixed;
	bottom: 5%;
	right: 35px;
	font-size: 1.2em; */
  position: fixed;
  top: 35px;
  font-size: 1.2em;
  right: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 300px; }

.ps-selector .ps-selector-item {
  cursor: pointer;
  display: inline-block; }

.ps-selector .ps-selector-item span {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  display: inline-block; }

.ps-selector .ps-selector-item:not(.ps-selector-active):hover span {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.ps-selector .ps-selector-item:after {
  content: ' |';
  margin: 0px 10px; }

.ps-selector .ps-selector-item:last-child:after {
  content: '';
  margin: 0px; }

.ps-selector-active span {
  font-weight: bold; }

/* Transition classes and properties */
/* Separated for a better overview and control */
.bl-main > section {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.bl-main > section.bl-expand {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  border: none !important; }

.bl-main > section.bl-expand:before, .bl-main > section.bl-expand:after {
  display: none; }

.bl-main > section.bl-expand-top {
  z-index: 100; }

.bl-main > section:first-child.bl-expand {
  background: #fff; }

.bl-main > section:nth-child(2).bl-expand {
  background: #fff; }

.bl-main > section:nth-child(3).bl-expand {
  background: #fff; }

.bl-main > section:nth-child(4).bl-expand {
  background: #fff; }

.bl-main.bl-expand-item > section:not(.bl-expand),
.bl-main.bl-expand-item > section.bl-scale-down {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.bl-box {
  -webkit-transition: opacity 0.2s linear 0.5s;
  transition: opacity 0.2s linear 0.5s; }

section.bl-expand .bl-box {
  opacity: 0;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear; }

.bl-box h2 {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px); }

.bl-content,
.bl-icon-close {
  -webkit-transition: opacity 0.1s linear 0s;
  transition: opacity 0.1s linear 0s; }

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s; }

.ps-photos, .ps-plans {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px; }

.ps-photos img {
  /* Just in case there are inline attributes */
  float: none !important;
  width: 100% !important;
  height: auto !important; }

.ps-media-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ps-media-list > li {
  margin-right: 20px; }

.ps-media-list > li > img {
  margin: 0; }

a.main-work-link {
  color: #3ba5db;
  -webkit-transition: .25s all linear;
  transition: .25s all linear; }
  a.main-work-link:hover {
    color: #191919; }

@media all and (min-width: 768px) and (max-width: 1024px) {
  .bl-main {
    width: 75%; }
  .bl-content > ul li {
    width: 30%; } }

@media screen and (max-width: 46.5em) {
  .bl-content,
  .bl-box {
    font-size: 75%; }
  .bl-expand .bl-box {
    height: 130px; }
  .bl-content > ul li {
    width: 40%; }
  .bl-box h2 {
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    display: inline-block;
    width: 100% !important;
    left: 0 !important;
    font-size: .8em; }
  div.bl-panel-items > div > div img.main-work-photo {
    max-width: 85%; }
  .ps-selector {
    top: 30px;
    right: auto !important;
    bottom: auto !important;
    left: 25px; }
  div.bl-panel-items > div > div {
    bottom: 5%; }
  .bl-content, div.bl-panel-items > div > div {
    padding-right: 10%; } }

@media (max-width: 1200px) {
  .ps-photos, .ps-plans {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }

@media (max-width: 1000px) {
  .ps-photos, .ps-plans {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }

@media (max-width: 800px) {
  .ps-photos, .ps-plans {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }

@media (max-width: 400px) {
  .ps-photos, .ps-plans {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
  div.bl-panel-items.bl-panel-items-show nav {
    opacity: 1;
    top: -45px;
    background: -webkit-linear-gradient(#ffffff17, #fff);
    background: linear-gradient(#ffffff17, #fff);
    width: 100%;
    text-align: center;
    margin-left: 0;
    left: 0;
    padding-left: 15%;
    padding-top: 8px;
    padding-bottom: 8px; }
    div.bl-panel-items.bl-panel-items-show nav .bl-next-work {
      margin: 0 auto; } }

@media (max-width: 340px) {
  .bl-box h2 {
    font-size: .5em; } }

/* ----------- iPhone 4 and 4S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  font-size: .5em; }

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  font-size: .5em; }

.cMenu {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.cMenu .logo-desktop {
  width: 95%; }

.cMenu .logo-mobile {
  width: 45%;
  display: inline-block; }

.cMenu .logo-mobile img {
  max-width: 100%; }

/* Burger */
#burger {
  width: 35px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#burger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#burger span:nth-child(1) {
  top: 0px; }

#burger span:nth-child(2), #burger span:nth-child(3) {
  top: 10px; }

#burger span:nth-child(4) {
  top: 20px; }

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

#burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#burger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%; }

.cMenu-mobile {
  display: none;
  position: absolute;
  width: 100%;
  height: 10%;
  background-color: #191919;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px; }

.cButton {
  padding: 20px;
  font-size: 1.5em;
  background: transparent;
  color: #f0f0f0;
  border: 3px dashed #f0f0f0;
  cursor: pointer; }

.cMenu-links {
  background-color: #191919;
  position: absolute;
  width: 15%;
  height: 100%;
  z-index: 12000;
  box-shadow: 3px 0px 7px 0px #5d5555;
  padding: 0px 10px;
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease; }

.cMenu-logo {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px; }

.cMenu-languages {
  margin-bottom: 50px; }

.cMenu-languages li {
  display: inline-block; }

.cMenu-languages li a {
  color: #f0f0f0; }

.cMenu-content {
  background-color: #191919;
  display: none;
  width: 0;
  position: absolute;
  height: 100%;
  left: 15%;
  z-index: 11000;
  overflow: hidden; }

.cMenu-wrapper {
  display: none;
  margin: 0 auto;
  width: 95%;
  height: 97%;
  padding-left: 20px;
  padding-right: 20px; }

.cMenu-ul {
  padding: 0;
  text-align: center; }

.cMenu-ul-footer {
  position: absolute;
  bottom: 0; }

.cMenu-li {
  list-style: none;
  margin-bottom: 30px; }

.cMenu-ul-footer > .cMenu-li {
  display: inline-block;
  margin-bottom: 5px; }

.cMenu-link {
  font-size: 25px;
  font-weight: bold;
  color: #f0f0f0;
  text-transform: capitalize;
  cursor: pointer;
  padding: 0px; }

.cMenu-ul-footer > .cMenu-li > .cMenu-link {
  font-size: 80%;
  text-transform: uppercase;
  padding: 0 5px; }

.cMenu-link:hover {
  text-shadow: 3px 0px 12px white; }

.cMenu-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 4em;
  margin-right: 15px;
  cursor: pointer;
  color: #f0f0f0;
  font-weight: 100; }

.cMenu-content-box {
  display: none;
  height: 100%; }

.cMenu-content-box h1 {
  font-size: 2em; }

.vLine {
  position: absolute;
  border-right: 3px dashed #f0f0f0;
  right: 0; }

.t-center {
  text-align: center; }

.cMenu-container {
  height: 90%;
  overflow-y: auto;
  padding-right: 50px;
  padding-bottom: 50px;
  line-height: 1.75em;
  font-size: 1.25em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.cMenu-flex-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.contact-articles:nth-child(1) {
  width: 70%; }

.contact-articles:nth-child(2) {
  width: 25%; }

.contact-el {
  color: #f0f0f0; }

.contact-email {
  text-transform: lowercase; }

.form-element {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin: 20px 0px; }

.contact-submit.cButton {
  align-self: flex-end; }

.form-element label {
  font-size: 1.3em;
  padding: 5px 0px; }

.contact-input {
  font-size: 1.2em;
  font-family: 'Avenir Next LT','Raleway';
  padding: 5px;
  background: transparent;
  border: none;
  background: #322e2e;
  color: #f0f0f0; }

.contact-input:focus {
  outline: none; }

textarea.contact-input {
  height: 150px;
  resize: none; }

/** cMENU - MOBILE VERSIÓN**/
.cMenu-mobile-links {
  position: absolute;
  width: 100%;
  top: 10%;
  max-height: 100%;
  padding: 20px 0px;
  background: #191919;
  z-index: 1500;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: none; }

.cMenu-mobile-links .cMenu-link {
  font-size: 20px; }

.webcontact-message {
  display: none;
  position: absolute;
  width: 45%;
  top: 25%;
  background: #191919;
  z-index: 99999;
  border: 3px dashed #f0f0f0;
  right: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  color: #f0f0f0;
  text-align: center; }

.webcontact-message-cross {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 1.5em;
  cursor: pointer; }

.webcontact-message-succes {
  font-size: 2em;
  margin: 25px 0px;
  display: inline-block; }

/** OTHER STYLES**/
.bio-image {
  float: right;
  width: 40%;
  margin-left: 20px;
  margin-bottom: 41px; }

@media all and (min-width: 768px) and (max-width: 1024px) {
  .cMenu-links {
    width: 25%; }
  .cMenu-content {
    left: 25%; } }

@media all and (max-width: 767px) {
  .cMenu {
    width: 100%;
    height: 10%; }
  .cMenu-mobile {
    display: -webkit-box;
    display: flex; }
  .cMenu-links {
    display: none; }
  .cMenu-languages {
    margin-top: -15px;
    margin-bottom: 35px; }
  .bl-main {
    width: 100%;
    height: 90%;
    bottom: 0;
    overflow: hidden; }
  .cMenu-content {
    left: auto !important; }
  .cMenu-container.cMenu-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse; }
  .contact-articles {
    width: 100% !important;
    font-size: 1rem; }
    .contact-articles h3 {
      font-size: 1.5em; }
  .contact-submit.cButton {
    width: 100%;
    align-self: flex-end; } }

@media all and (max-width: 767px) and (orientation: landscape) {
  .cMenu, .cMenu-mobile {
    width: 100%;
    height: 15%; }
  .cMenu .logo-mobile {
    width: 35%; }
  .cMenu-mobile-links {
    top: 15%; }
  .bl-main {
    width: 100%;
    height: 85%;
    bottom: 0;
    overflow: hidden; } }

@media all and (max-width: 767px) and (orientation: portrait) {
  .bio-image {
    float: none;
    width: 90%; } }

/*@import "photoswipe/main.scss";
@import "photoswipe/default-skin/default-skin.scss";*/
.lg-backdrop, .lg-outer {
  z-index: 12000; }

.lg-backdrop.in {
  opacity: 0.95; }

/*# sourceMappingURL=style.css.map */
