@import url("../fontawesome/css/fontawesome.min.css");
@import url("../fontawesome/css/all.min.css");
.scrolldown {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: fixed;
  bottom: 2.5em;
  left: 50%;
  width: 14.8em;
  font-size: 1em;
  margin: 0 0 0 -7.4em;
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 1.1s 1s ease-in-out, -webkit-transform 1.1s 1s ease-in-out;
  transition: opacity 1.1s 1s ease-in-out, -webkit-transform 1.1s 1s ease-in-out;
  transition: transform 1.1s 1s ease-in-out, opacity 1.1s 1s ease-in-out;
  transition: transform 1.1s 1s ease-in-out, opacity 1.1s 1s ease-in-out, -webkit-transform 1.1s 1s ease-in-out;
}
.scrolldown:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.scrolldown img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.loaded .scrolldown {
  opacity: 1;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}
.scrolled .scrolldown {
  opacity: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 1.1s 0s ease-in-out, -webkit-transform 1.1s 0s ease-in-out;
  transition: opacity 1.1s 0s ease-in-out, -webkit-transform 1.1s 0s ease-in-out;
  transition: transform 1.1s 0s ease-in-out, opacity 1.1s 0s ease-in-out;
  transition: transform 1.1s 0s ease-in-out, opacity 1.1s 0s ease-in-out, -webkit-transform 1.1s 0s ease-in-out;
}

.image_back {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.image_back picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.image_back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image_back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

.projects {
  font-family: ProximaNova-Regular, sans-serif;
  margin-bottom: 6em;
}
.projects .cabecera_seccion {
  padding-bottom: 1em;
  margin-bottom: 3em;
  background: #c4cedb;
}
.projects .submenu {
  padding: 0 0 1.4em;
}
.projects .submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.projects .submenu li {
  position: relative;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding: 0 0.8em;
  margin-bottom: 0.6em;
}
.projects .submenu li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 1.1em;
  margin: -0.55em 0 0;
  background: #000;
}
.projects .submenu li:last-child::after {
  display: none;
}
.projects .submenu a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  padding: 0 0.8em;
}
.post-type-archive-proyectos .projects .submenu .menu-item-type-post_type a {
  background-color: #FFF;
}
.tax-categoria-proyecto .projects .submenu .current-menu-item a {
  background-color: #FFF;
}
.projects .submenu .menu-activo a {
  background-color: #FFF !important;
}
.projects .submenu .menu-inactivo a {
  background: none !important;
}
.projects h2 {
  font-family: "PP Hatton Semibold", sans-serif;
  font-size: 4.8em;
  padding: 0 0 0.1em;
  margin-bottom: 0;
}
.projects .subtitulo {
  margin-bottom: 1em;
}
.projects .listado,
.projects #listado {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  padding: 0;
  margin: 0 -10px 3em;
}
.projects .listado article,
.projects .listado .proyecto,
.projects #listado article,
.projects #listado .proyecto {
  width: 33.33%;
  padding: 0;
  max-width: 700px;
  -webkit-transition: opacity 0.5s 0.5s ease-in-out, max-width 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s ease-in-out, max-width 0.5s ease-in-out;
}
.projects .listado article.aScroll,
.projects .listado .proyecto.aScroll,
.projects #listado article.aScroll,
.projects #listado .proyecto.aScroll {
  opacity: 0;
}
.projects .listado article.aScroll:nth-of-type(3n + 1),
.projects .listado .proyecto.aScroll:nth-of-type(3n + 1),
.projects #listado article.aScroll:nth-of-type(3n + 1),
.projects #listado .proyecto.aScroll:nth-of-type(3n + 1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.projects .listado article.aScroll:nth-of-type(3n + 2),
.projects .listado .proyecto.aScroll:nth-of-type(3n + 2),
.projects #listado article.aScroll:nth-of-type(3n + 2),
.projects #listado .proyecto.aScroll:nth-of-type(3n + 2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.projects .listado article.aScroll:nth-of-type(3n + 3),
.projects .listado .proyecto.aScroll:nth-of-type(3n + 3),
.projects #listado article.aScroll:nth-of-type(3n + 3),
.projects #listado .proyecto.aScroll:nth-of-type(3n + 3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.projects .listado article.aScroll.show,
.projects .listado .proyecto.aScroll.show,
.projects #listado article.aScroll.show,
.projects #listado .proyecto.aScroll.show {
  opacity: 1;
}
.projects .listado.cat-casas .cat-interiores,
.projects #listado.cat-casas .cat-interiores {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, max-width 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, max-width 0.5s 0.5s ease-in-out;
}
.projects .listado.cat-interiores .cat-casas,
.projects #listado.cat-interiores .cat-casas {
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, max-width 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, max-width 0.5s 0.5s ease-in-out;
}
.projects .listado a,
.projects #listado a {
  display: block;
  text-decoration: none;
}
.no-touch .projects .listado a:hover,
.no-touch .projects #listado a:hover {
  color: #000;
}
.projects .listado .boton_ver,
.projects #listado .boton_ver {
  margin-bottom: 0;
}
.projects .listado h2,
.projects .listado h3,
.projects #listado h2,
.projects #listado h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: ProximaNova-Regular, sans-serif;
  color: #FFF;
  font-size: max(1.6em, 13px);
  line-height: 1.1;
  text-align: right;
  padding: 2em 0.6em 0.5em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
}
.projects .bloque {
  position: relative;
  overflow: hidden;
  margin: 10px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .projects .bloque:hover {
  margin: 0px;
  z-index: 10;
  -webkit-box-shadow: 8px 8px 7px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 8px 8px 7px 3px rgba(0, 0, 0, 0.3);
}
.projects .bloque .textos {
  position: relative;
  text-align: right;
  padding: 3% 44% 3% 0;
}
.projects .bloque .textos .col {
  display: inline-block;
  vertical-align: top;
}
.projects .bloque .textos .intro {
  width: 74%;
  max-width: 580px;
  font-size: 2em;
}
.projects .bloque .textos .intro p {
  margin: 0 0 7px;
}
.projects .bloque .imagenes {
  position: relative;
  margin-left: 40%;
}
.projects .pral {
  display: block;
  width: 100%;
}
.projects .detalle {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  margin: 0 5% 0 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.projects .paginacion .flecha span {
  color: #000;
}
.projects .paginacion .flecha svg .st0 {
  stroke: #000;
}
.projects .paginacion .flecha svg .st1 {
  stroke: #000;
}

.single-proyectos main {
  padding-bottom: 6em;
}
.single-proyectos section.show-activa .image_back:after {
  opacity: 1;
}
.single-proyectos section.show-activa .destacados .col {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.single-proyectos .contenido {
  max-width: 1460px;
  padding: calc(100vh - 44em) 4em 0;
  color: #FFF;
  margin: 0 auto;
  overflow: hidden;
}
.single-proyectos h1 {
  font-family: "PP Hatton Semibold", sans-serif;
  font-size: 5.4em;
  text-transform: none;
  color: #FFF;
  padding: 0.54em 0.4em 0.6em;
  margin: 0 0 1.1em;
  border-bottom: 1px solid #FFF;
  text-shadow: 2px 2px 25px rgba(0, 0, 0, 0.7);
}
.single-proyectos h1 a {
  color: #FFF;
}
.single-proyectos .destacados {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 -4em;
  overflow: hidden;
}
.single-proyectos .destacados .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 4em;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.single-proyectos .destacados .col:last-child {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.single-proyectos .destacados a {
  display: block;
}
.single-proyectos .destacados a img {
  display: block;
  width: 100%;
}
.single-proyectos .info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  text-align: left;
  padding: 8em 0 0;
}
.single-proyectos .info > .col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin: 0 0 5em;
}
.single-proyectos .info.sin-descripcion .datos {
  padding: 0 4em 0;
}
.single-proyectos .info.sin-descripcion .datos .col {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}
.single-proyectos .info.sin-descripcion .datos li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.single-proyectos .categoria-proyecto-interiores .info.sin-descripcion .datos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}
.single-proyectos .categoria-proyecto-interiores .info.sin-descripcion .datos li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.single-proyectos .descripcion {
  position: relative;
  line-height: 1.3;
  padding: 0 0 0 8em;
  border-left: 1px solid #FFF;
}
.single-proyectos .descripcion p {
  margin: 0 0 1.5em;
}
.single-proyectos .descripcion p:last-child {
  margin-bottom: 0;
}
.single-proyectos .descripcion.no_datos {
  margin-bottom: 4em;
}
.single-proyectos .datos {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: right;
  padding: 0 8em 0 0;
}
.single-proyectos .datos .columnas {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-proyectos .datos .col {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
.single-proyectos .datos .col ul {
  font-size: 2em;
  margin: 0 0 2em;
}
.single-proyectos .datos .col ul li {
  line-height: 1.1;
  margin-bottom: 1.8em;
}
.single-proyectos .datos .col ul li.calificacion span {
  min-height: 1.5em;
  font-family: Arial, Helvetica;
  line-height: 1.2;
}
.single-proyectos .datos .col ul li.calificacion .valor {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
}
.single-proyectos .datos .col ul li.calificacion .letra {
  display: inline-block;
  width: auto;
  font-style: normal;
  vertical-align: middle;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  background: url("img/sprite_2.png") no-repeat -250px -50px;
}
.single-proyectos .datos .col ul strong {
  display: block;
  font-family: ProximaNova-Bold, sans-serif;
  font-weight: 400;
  margin-bottom: 0.1em;
}
.single-proyectos .datos .col ul span {
  display: block;
  min-height: 1em;
}
.single-proyectos .datos .col ul sup {
  font-size: 0.7em;
}
.single-proyectos .datos .plano {
  width: 47%;
  padding-right: 1em;
  margin-left: auto;
}
.single-proyectos .datos .plano img {
  display: block;
  width: 100%;
}
.single-proyectos .categoria-proyecto-interiores .datos .columnas {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4em;
}
.galeria li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 4em;
  margin: 0 0 5em;
}
.galeria li a {
  position: relative;
  display: block;
  width: 100%;
}
.no-touch .galeria li a:hover {
  background: #666;
}
.no-touch .galeria li a:hover img {
  opacity: 0.6;
  -webkit-opacity: 0.6;
}
.galeria li img {
  display: block;
  width: 100%;
}
.galeria li.vertical a {
  width: 46%;
}
.galeria li:nth-of-type(2n+1).vertical a {
  margin: 0 0 0 auto;
}
.galeria li.aScroll {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.galeria li.aScroll:nth-of-type(2n) {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.galeria li.aScroll.show {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#bottom_ref {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 44em;
}

@media only screen and (max-width: 1366px) {
  .single-proyectos .destacados {
    margin: 0 -2em;
  }
  .single-proyectos .destacados .col {
    padding: 0 2em;
  }
  .single-proyectos .contenido {
    padding: calc(100vh - 44em) 2em 0;
  }
  .single-proyectos .info {
    padding: 5em 0 0;
  }
  .single-proyectos .info > .col {
    margin-bottom: 4em;
  }
  .single-proyectos .info > .datos {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .single-proyectos .info > .descripcion {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .single-proyectos .info.sin-descripcion > .datos {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 2em 0 0;
  }
  .single-proyectos .info.sin-descripcion > .descripcion {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .single-proyectos .info.sin-descripcion .columnas {
    max-width: 400px;
    margin: 0 auto;
  }
  .single-proyectos .datos {
    padding: 0 4em 0 0;
  }
  .single-proyectos .datos .columnas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-proyectos .descripcion {
    padding: 0 0 0 4em;
  }
  .galeria {
    margin: 0 -2em;
  }
  .galeria li {
    padding: 0 2em;
    margin: 0 0 3em;
  }
}
@media only screen and (max-width: 1064px) {
  .projects .bloque {
    margin: 6px;
  }
  .projects .cabecera_seccion {
    margin-bottom: 4em;
  }
  .projects .listado,
  .projects #listado {
    padding: 0;
    margin: 0 -6px;
  }
  .projects .listado article,
  .projects .listado .proyecto,
  .projects #listado article,
  .projects #listado .proyecto {
    width: 50%;
  }
  .projects .listado article.aScroll:nth-of-type(3n + 2), .projects .listado article.aScroll:nth-of-type(3n + 3),
  .projects .listado .proyecto.aScroll:nth-of-type(3n + 2),
  .projects .listado .proyecto.aScroll:nth-of-type(3n + 3),
  .projects #listado article.aScroll:nth-of-type(3n + 2),
  .projects #listado article.aScroll:nth-of-type(3n + 3),
  .projects #listado .proyecto.aScroll:nth-of-type(3n + 2),
  .projects #listado .proyecto.aScroll:nth-of-type(3n + 3) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .projects .listado article.aScroll:nth-of-type(2n + 2),
  .projects .listado .proyecto.aScroll:nth-of-type(2n + 2),
  .projects #listado article.aScroll:nth-of-type(2n + 2),
  .projects #listado .proyecto.aScroll:nth-of-type(2n + 2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
@media only screen and (max-width: 768px) {
  .projects .submenu {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    height: 6em;
    font-size: 0.9em;
    max-width: 300px;
    padding: 0;
    margin: 0 auto 1em;
  }
  .projects .submenu:after {
    content: "";
    position: absolute;
    top: 2.4em;
    right: 1.5em;
    width: 2em;
    height: 1.5em;
    background: url("../img/desplegable.svg") no-repeat 0 0;
    background-size: 100% auto;
    z-index: 12;
  }
  .projects .submenu ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 1em;
    border: 1px solid #000;
    z-index: 10;
    background: #FFF;
  }
  .projects .submenu li {
    width: 100%;
    height: 3em;
    max-height: 0;
    text-align: center;
    letter-spacing: 0.07em;
    font-family: ProximaNova-Regular, sans-serif;
    margin: 0;
    overflow: hidden;
  }
  .projects .submenu li:after {
    display: none;
  }
  .projects .submenu li:first-child {
    position: relative;
  }
  .projects .submenu a {
    display: block;
    line-height: 3;
    padding: 0;
  }
  .post-type-archive-proyectos .projects .submenu .cat-todos {
    max-height: 3em;
    font-family: ProximaNova-Bold, sans-serif;
  }
  .post-type-archive-proyectos .projects .submenu .cat-todos.menu-inactivo {
    font-family: ProximaNova-Regular, sans-serif;
  }
  .post-type-archive-proyectos .projects .submenu .menu-inactivo {
    max-height: 0;
  }
  .post-type-archive-proyectos .projects .submenu .menu-activo {
    font-family: ProximaNova-Bold, sans-serif;
    max-height: 3em;
  }
  .projects .submenu .current-menu-item {
    max-height: 3em;
    font-family: ProximaNova-Bold, sans-serif;
  }
  .projects .submenu.desplegado:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .projects .submenu.desplegado a {
    pointer-events: all;
  }
  .projects .submenu.desplegado li {
    max-height: 3em;
  }
  .projects .submenu.desplegado .menu-inactivo {
    max-height: 3em;
  }
}
@media only screen and (max-width: 640px) {
  .scrolldown {
    bottom: 2em;
    width: 12em;
    margin: 0 0 0 -6em;
  }
  .single-proyectos h1 {
    font-size: 4.2em;
    padding: 0.54em 0.4em 0.85em;
    background-position: -360px bottom;
  }
  .single-proyectos .contenido {
    padding: calc(100vh - 36em) 0 0;
  }
  .single-proyectos .destacados {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 -1em;
  }
  .single-proyectos .destacados .col {
    padding: 0 1em;
    margin: 0 0 3em;
  }
  .single-proyectos .datos {
    text-align: left;
    padding: 0;
  }
  .single-proyectos .datos .columnas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .single-proyectos .datos .col:nth-of-type(1) {
    margin: 0 2em 0 0;
  }
  .single-proyectos .descripcion {
    padding: 0 0 6em;
  }
  .single-proyectos .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3em;
  }
  .single-proyectos .info > .descripcion {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-left: none;
  }
  .single-proyectos .info.sin-descripcion > .datos {
    padding-right: 0;
  }
  .single-proyectos .categoria-proyecto-interiores .datos .columnas {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-proyectos .categoria-proyecto-interiores .datos .columnas .col {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .galeria {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .galeria li.vertical a {
    margin: 0 auto;
  }
  .galeria li:nth-of-type(2n+1).vertical a {
    margin: 0 auto;
  }
  #bottom_ref {
    height: 36em;
  }
}
/* Smartphone */
@media only screen and (max-width: 480px) {
  .projects .listado article,
  .projects #listado article {
    width: 100%;
  }
  .projects .listado article.aScroll:nth-of-type(3n + 2), .projects .listado article.aScroll:nth-of-type(3n + 3), .projects .listado article.aScroll:nth-of-type(2n + 2),
  .projects #listado article.aScroll:nth-of-type(3n + 2),
  .projects #listado article.aScroll:nth-of-type(3n + 3),
  .projects #listado article.aScroll:nth-of-type(2n + 2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .single-proyectos .info.sin-descripcion {
    padding-top: 5em;
  }
  .single-proyectos .info.sin-descripcion .datos .col {
    margin-right: 0;
  }
  .single-proyectos .info.sin-descripcion .datos ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 390px) {
  .scrolldown {
    bottom: 2.5em;
    width: 10em;
    margin: 0 0 0 -5em;
  }
}/*# sourceMappingURL=proyectos.css.map */