.contenedor-inicio{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;padding:40px 20px 90px;gap:120px}.boton-inicio img{width:100%;max-width:200px;border:none;background-color:transparent;padding:10px;display:inline-block}.contenedor-pregrado,.contenedor-posgrado,.contendor-aducacioncontinua{opacity:0;transform:translateY(20px);animation:fadeIn 1s ease-out forwards}.boton-inicio:hover img{animation:respirar 1.5s infinite}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}@keyframes respirar{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width: 768px){.contenedor-inicio{flex-direction:column;align-items:center;gap:40px;padding:30px 10px}.boton-inicio img{max-width:180px}}
