@charset "UTF-8";
/**
 * Estilos que afectan a los componentes de Brok Guten Blocks que están en el editor
 */
.bgb-media-upload {
  position: relative;
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
  min-height: 200px;
  width: 100%;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  background: linear-gradient(135deg, #00cad5, #ff00eb); }
  .bgb-media-upload .bgb-media-upload-icon {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #fff; }
    .bgb-media-upload .bgb-media-upload-icon svg {
      height: 20px;
      width: auto; }
    .bgb-media-upload .bgb-media-upload-icon span {
      margin-left: 5px;
      font-size: 1rem;
      font-weight: bold; }
  .bgb-media-upload .bgb-media-upload-text {
    margin: 0;
    margin-bottom: 1rem;
    color: #fff; }
  .bgb-media-upload .bgb-media-upload-buttons {
    display: flex;
    justify-content: center; }
    .bgb-media-upload .bgb-media-upload-buttons .bgb-media-upload-button {
      margin-bottom: 1rem;
      border: 2px solid #fff;
      border-radius: 7px;
      padding: 3px 10px;
      font-size: 1rem;
      font-weight: bold;
      color: #fff;
      background-color: transparent;
      transition: all 200ms ease-in-out;
      cursor: pointer; }
      .bgb-media-upload .bgb-media-upload-buttons .bgb-media-upload-button:hover {
        color: #04c8d4;
        background-color: #fff;
        text-decoration: none; }
@charset "UTF-8";
/**
 * Estilos que afectan únicamente al editor
 */
@charset "UTF-8";
/**
 * Estilos que afectan únicamente al editor
 */
@charset "UTF-8";
/**
 * Estilos que afectan únicamente al editor
 */
@charset "UTF-8";
/**
 * Estilos que afectan únicamente al editor
 */
.mwm-bloques.mwm-bloques-bloque-gist svg {
  width: 24px;
  margin-right: 5px; }
@charset "UTF-8";
/**
 * Estilos que afectan únicamente al editor
 */
.mwm-bloques.mwm-bloques-bloque-google-maps .shadow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background-color: transparent;
  color: transparent;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: all 200ms ease-in-out; }
  .mwm-bloques.mwm-bloques-bloque-google-maps .shadow:hover {
    background: linear-gradient(135deg, #00cad588, #ff00eb88);
    color: #fff; }
@charset "UTF-8";
/**
 * Estilos que afectan únicamente al editor
 */
