.mi-boton {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 8px;
  background: #0073aa;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.mi-boton:hover { filter: brightness(0.9); }
.mi-boton img { width: 24px; height: 24px; display: inline-block; /*margin-right: 8px; */}
/* ---------------*/
.mi-boton {

  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 8px;
  background: #d5cabf;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  width: 170px;
  height: 170px;
  /* background: #fff; */
  box-shadow: 0px 4px 9px #00000029;
  border-radius: 18px;
  opacity: 1;
  margin-top: -67px;
  margin-right: 13px;
  justify-content: center;
  float: left;
  flex-flow: column;
  margin: 20px 20px 20px 0;


}
.mi-boton:hover { filter: brightness(0.9); text-decoration: none; color: #444;}
.mi-boton img { width: 100px; height: 100px; display: inline-block; /*margin-right: 8px; */}
.mi-boton span{text-align: center; line-height: 18px!important; font-size: 16px!important;font-weight: 500!important;}
/* Gutenberg añadirá clases como has-text-color / has-background; dependemos de WP para aplicar inline styles si el usuario elige colores. */



