.container-botonera-profe{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 auto;width:100%}.boton-profe{background:#efefef;border:1px solid #efefef;border-radius:8px;color:#005cab;font-size:18px;height:fit-content;min-width:250px;padding:20px 18px;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .3s ease,transform .2s ease,box-shadow .2s ease;width:320px}.boton-profe:hover{background:#0c7bbd;color:#fff}