.proyectos-page{background:linear-gradient(-45deg,#2ea062,#020919) 0 0/400% 400%;width:100%;height:auto;padding:5%;animation:9s infinite gradient}.proyectos-list{flex-wrap:wrap;justify-content:center;gap:30px;margin-top:20px;display:flex}.proyecto-item{background:#fff;border-radius:8px;flex-direction:column;justify-content:space-between;width:100%;max-width:400px;padding:20px;transition:transform .2s;display:flex;box-shadow:0 4px 15px rgba(0,0,0,.7)}.proyecto-meta{color:#2ea062;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.proyecto-imagen{border:2px solid #ccc;border-radius:8px;margin-top:10px}.proyecto-info{width:100%;height:auto;min-height:200px}.proyecto-info h2{color:#333;text-align:center;font-size:1.5rem;font-weight:700}.proyecto-info p{color:#666;text-align:justify;margin-top:10px;font-size:1rem;line-height:1.5}.tecnologias-list{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px;padding:0;list-style-type:none;display:flex}.tecnologias-list li{color:#fff;background-color:#2ea062;border-radius:5px;padding:5px 10px;font-size:.9rem}@media (max-width:768px){.proyecto-item{width:90%}}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
