/*
[003]-HOME PORTFOLIO
About: Home Portfolio Section
Author: Nacho Rico - Arrontes y Barrera
*/
.homeportfolio {
  margin-top: -20px; }
  .homeportfolio .col {
    max-width: 33.33% !important; }
  .homeportfolio .item {
    height: 650px;
    overflow: hidden;
    background-size: cover !important; }
    .homeportfolio .item:hover .item-overlay {
      opacity: 1; }
    .homeportfolio .item:hover .item-content {
      opacity: 1;
      bottom: 30px; }
  .homeportfolio .row {
    margin-bottom: 30px; }
  .homeportfolio .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; }
  .homeportfolio .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; }
    .homeportfolio .item-content .destacado {
      font-family: 'futura-pt', sans-serif;
      font-size: 31px;
      font-weight: 700;
      line-height: 35px; }
    .homeportfolio .item-content .texto {
      font-family: 'Source Sans Pro', sans-serif;
      font-size: 20px;
      font-weight: 100;
      margin-top: 10px; }

/*iPad Pro Portrait*/
@media screen and (max-width: 1100px) and (orientation: portrait) {
  .homeportfolio .item {
    height: 500px; } }

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

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

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

@media screen and (max-width: 500px) {
  .homeportfolio {
    margin-top: 0px;
    overflow-x: scroll;
    width: 100vw;
    display: flex;
    flex-flow: row;
    overflow-y: hidden;
    margin-left: -15px;
    height: 360px !important; }
    .homeportfolio .row {
      min-width: 525px;
      margin-right: 0px; }
    .homeportfolio .col {
      width: 160px;
      max-width: 160px !important; }
      .homeportfolio .col:nth-child(1) {
        margin-left: 30px; }
    .homeportfolio .item {
      height: 300px;
      width: 150px;
      margin-right: 30px; }
      .homeportfolio .item:active .item-overlay {
        opacity: 1; }
      .homeportfolio .item:active .item-content {
        opacity: 1;
        bottom: 30px; }
    .homeportfolio .item-content {
      position: relative;
      opacity: 1;
      color: #000;
      padding: 10px;
      background-color: #eee;
      width: 150px !important;
      height: 120px;
      margin-top: 50px; }
      .homeportfolio .item-content .destacado {
        font-size: 15px;
        line-height: 18px; }
      .homeportfolio .item-content .texto {
        font-size: 12px; } }
