.proyecto-card-info{opacity:0;transition:.3s;cursor:pointer}.proyecto-card img{transition:.3s}.proyecto-card .proyecto-card-info{opacity:1;animation:.5s forwards shrinkDown}.proyecto-card{cursor:pointer}.proyecto-card:hover .proyecto-card-info{height:80%;display:flex;justify-content:center;align-items:flex-start!important;animation:.5s forwards growUp}.proyecto-card:not(:hover) .proyecto-card-info{animation:.5s forwards shrinkDown}.proyecto-card:hover img{filter:grayscale()}.proyecto-card-info:hover{color:var(--blue300)!important}.bi-arrow-right-circle::before{font-size:35px;background:var(--blue300);border-radius:100%}.proyecto-card:hover .proyecto-card-data{display:flex!important;animation:.3s .3s forwards showText;opacity:0}@keyframes growUp{from{height:25%}to{height:50%}}@keyframes shrinkDown{from{height:50%}to{height:25%}}@keyframes showText{to{opacity:1}}