.equipoW  .over {width:100%;}
.equipoW .overflow { overflow: hidden; width:100%; height: 302px;}
.equipoW .foto {width:319px; height:302px;}
.equipoW .over-up { width:100%; height:302px; transition: 0.45s; position:relative;    
    background: background:#435bc6;
    background: -moz-linear-gradient(45deg,rgba(67,91,198,0.7) 0%,rgba(216,17,130,0.7) 100%);
    background: -webkit-linear-gradient(45deg,rgba(67,91,198,0.7) 0%,rgba(216,17,130,0.7) 70%);
    background: linear-gradient(45deg,rgba(67,91,198,0.7) 0%,rgba(216,17,130,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#435bc6',endColorstr='#d81182',GradientType=1);}
.equipoW  .over:hover .over-up { transition: 0.45s;display:table; margin-top: -302px;}
.equipoW  .over:hover .over-up p {Color:#fff; transition: 1s;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-delay: 0s; }
.equipoW .over-up p {color:transparent;  transition: 0.45s}