.parall{
    background:url(presence.png);
    background-attachment: fixed;
    height: 1200px!important;
}
/*Menu*/
div#full{
    margin-top: 23%!important;
    position: relative;
    height: 0;
    margin: 0 auto;
    padding: 0 0 570px;
    background: #000;
}
.main {
  width: 90%;
  display: flex;
  margin: 0 auto;
  
}
.item {
  flex: 1;
  position: realative;
  margin-top: 3%;
}
.content {
    position: absolute;
    width: 150%;
    height: 100%;
    background-size: cover;
    left: -64px;
    top: 0;
}
.skew {
    transform: skew(13deg);
    height: 500px;
    overflow: hidden;
    border: 5px solid #000;
}
.unskew {
    transform: skew(-13deg);
    position: relative;
    height: 500px;
}
.fontA{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: HelveticaLTStd-Cond;
    line-height: .5;
}
.active{
    opacity: 1;
}
.unskew.active {
    width: 540px;
}
.active .fontA{
    display: none;
} 
.active.content p{
  display: block;
}
.arte, .foto, .brand, .mkt{
  display: none;
}
.active .arte, .active .foto, .active .brand, .active .mkt{
  display: block;
  color: #fff;
  font-size: 16px;
}

.box{
    border:4px solid #fff;
    box-shadow:0 0 4px grey;
    position:relative;
}
.box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #141414 0%, #691100 40%, #1b1b1b 100%);
    opacity: 0.3;
    transition:all 0.5s ease;
}
.box img{
    width:100%;
    height: auto;
}
.box .box-content{
    background: rgba(0,0,0,0);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 38px;
    transition: all 0.35s ease 0s;
}
.box:hover .box-content{
    background: rgba(0,0,0,0.5);
}
.box .box-content:after{
    content: "";
    border: 7px solid #fff;
    position: absolute;
    top:21px;
    left: 20px;
    right: 30px;
    height: 35%;
    transition: all 0.35s ease 0s;
}
.box:hover .box-content:after{
    top:60%;
}
.box .title{
    color:#fff;
    font-size:20px;
    font-weight: bolder;
    text-transform:uppercase;
}
.box .description{
    position: relative;
    top:5%;
    color:#fff;
    opacity:0;
    transition: all 0.35s ease 0s;
}
.box:hover .description{
    top:55%;
    opacity:1;
}
@media only screen and (max-width: 990px) {
    .box{
        margin-bottom:15px;
    }
}

.name.fontA{
    font-size: 18px;
}

@media only screen and (max-width: 479px) {
    .box .title{ font-size: 15px;}
    .box .description{ font-size: 13px; }
    .box:hover .description{ top:48%; }
}

@media screen and (max-width:762px) {
    .name.fontA {
        line-height: 1.2;
        font-size: 11px !important;
    }
}


.unskew.active .content.orange {
    background: #FE7431;
    background-image: none!important;
}

.unskew.active .content.purple {
    background: #7B1047;
    background-image: none!important;
}

.unskew.active .content.blue {
    background: #0E4C8F;
    background-image: none!important;
}

.unskew.active .content.brown {
    background: #E54219;
    background-image: none!important;
}

.text-shadow {
    text-shadow: 4px 4px 8px rgba(80, 80, 80, .8);
}