.container-boton-profe{display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:800px;padding:20px;width:100%}.boton-profes{background:#005cab;border:1px solid #005cab;border-radius:8px;font-size:18px;height:fit-content;min-width:200px;padding:20px 18px;text-align:center;text-decoration:none;text-transform:uppercase;transition:background .3s ease,transform .2s ease,box-shadow .2s ease;width:200px}.boton-profes .boxed-prof-pato{align-items:center;display:flex;flex-direction:column;height:150px;justify-content:space-around}.boton-profes .boxed-prof-pato img{background:#005cab;border-radius:50%;max-height:120px;padding:.5rem;transition:max-height .2s ease;width:fit-content}.boton-profes .boxed-prof-pato .inicial-box{border-radius:50%;color:#fff;display:flex;flex-direction:column;font-size:30px;height:64px;justify-content:center;padding:0;width:64px}.boton-profes .boxed-prof-pato h3{color:#fff;font-size:18px;font-weight:400}.boton-profes:hover{background:#fff;color:#005cab}.boton-profes:hover .boxed-prof-pato h3{color:#005cab}.boton-profes:hover .boxed-prof-pato img{box-shadow:0 0 5px #d0d0d0;max-height:130px;padding:.1rem}.boton-profes:hover .boxed-prof-pato .inicial-box{box-shadow:0 0 5px #d0d0d0;color:#005cab;max-height:72px}