@charset "UTF-8";
/*
[014]-PORTFOLIO FILTRO POR CATEGORÍAS
About: Portfolio Filter by Categories
Author: Nacho Rico - Arrontes y Barrera
*/
.categorias .fa.fa-caret-right {
  font-size: 14px;
  line-height: 1em;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 5px; }

.categorias span.selector {
  border-bottom: 1px dotted #000; }

.categorias a {
  margin-right: 30px; }

.categorias .category-item {
  display: none; }
  .categorias .category-item .visible {
    display: block !important; }
  .categorias .category-item .hidden {
    display: none; }

.portfoliobycat {
  margin-top: 0px; }
  .portfoliobycat .col {
    max-width: 33.33%; }
  .portfoliobycat .item {
    height: 650px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center; }
    .portfoliobycat .item:hover .item-overlay,
    .portfoliobycat .item:active .item-overlay {
      opacity: 1; }
    .portfoliobycat .item:hover .item-content,
    .portfoliobycat .item:active .item-content {
      opacity: 1;
      bottom: 30px; }
  .portfoliobycat .row {
    margin-bottom: 30px; }
  .portfoliobycat .item-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    background-color: #F9DC16 !important; }
  .portfoliobycat .item-content {
    z-index: 20;
    position: absolute;
    opacity: 0;
    bottom: 100px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    color: #000;
    padding: 30px; }
    .portfoliobycat .item-content .destacado {
      font-family: 'futura-pt', sans-serif;
      font-size: 31px;
      font-weight: 700;
      line-height: 35px; }
    .portfoliobycat .item-content .texto {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px;
      font-weight: 100;
      margin-top: 10px; }

.categorias span.selector {
  cursor: pointer !important; }

.categorias i, .categorias a {
  cursor: pointer !important; }

/*iPad Portrait*/
@media screen and (max-width: 770px) and (orientation: portrait) {
  .portfoliobycat .item {
    height: 350px; }
    .portfoliobycat .item .item-content {
      padding: 15px; }
      .portfoliobycat .item .item-content .destacado {
        font-size: 15px;
        line-height: 18px; }
      .portfoliobycat .item .item-content .texto {
        font-size: 10px;
        line-height: 18px; } }

/*iPad Landscape*/
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .portfoliobycat .item {
    height: 450px; } }

@media screen and (max-width: 500px) and (orientation: portrait) {
  .portfoliobycat-mobile {
    overflow: auto; }
    .portfoliobycat-mobile .row {
      width: 2300px !important;
      white-space: nowrap;
      display: flex;
      flex-flow: row; }
    .portfoliobycat-mobile .item {
      height: 400px;
      width: 250px; }
      .portfoliobycat-mobile .item:hover .item-overlay,
      .portfoliobycat-mobile .item:active .item-overlay {
        opacity: 1; }
      .portfoliobycat-mobile .item:hover .item-content,
      .portfoliobycat-mobile .item:active .item-content {
        opacity: 1;
        bottom: 30px; }
    .portfoliobycat-mobile .item-overlay {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 5;
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
      background-color: #F9DC16 !important; }
    .portfoliobycat-mobile .item-content {
      z-index: 20;
      position: absolute;
      opacity: 0;
      bottom: 100px;
      -webkit-transition: all 0.6s ease-in-out 0s;
      -moz-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      color: #000;
      padding: 12px;
      height: 100px; }
      .portfoliobycat-mobile .item-content .destacado {
        font-family: 'futura-pt', sans-serif;
        font-size: 35px;
        line-height: 38px;
        font-weight: 700; }
      .portfoliobycat-mobile .item-content .texto {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 20px;
        line-height: 28px;
        font-weight: 100; }
  .categorias a {
    line-height: 50px; }
    .categorias a:nth-child(1) {
      margin-top: 20px; }
  .categorias span.selector {
    margin-bottom: 10px !important;
    display: inline-block; }
    .categorias span.selector:hover {
      cursor: pointer !important; }
    .categorias span.selector i:hover {
      cursor: pointer !important; }
  #portfoliobycat {
    margin-top: 0px;
    overflow-x: scroll;
    width: 100vw;
    display: flex;
    flex-flow: row;
    overflow-y: hidden;
    margin-left: -30px; }
    #portfoliobycat .row {
      min-width: 870px;
      margin-right: 30px; }
    #portfoliobycat .col {
      width: 290px;
      max-width: 290px; }
    #portfoliobycat .item {
      height: 550px;
      width: 280px;
      margin-right: 30px; }
      #portfoliobycat .item:active .item-overlay {
        opacity: 1; }
      #portfoliobycat .item:active .item-content {
        opacity: 1;
        bottom: 30px; }
    #portfoliobycat .item-content {
      position: relative;
      opacity: 1;
      color: #000;
      padding: 30px;
      background-color: #eee;
      width: 280px !important;
      height: 250px;
      margin-top: 50px; } }
