.demo-iframe iframe {
    min-height: 495px !important;
}
body.widget {
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #434343;
  overflow: auto;
  height: 490px;
}

.widget-arce {
  display: flex;
  align-items: flex-start;
  /* overflow-x: auto; */
  flex-direction: column;
  max-width:343px;
}

.info-sello-arce,
.div-left {
  background: #ededed;
}
.div-left {
  /* border: 1px solid #cecece; */
  /* flex: 1 0 50%; */
  width: auto;
  max-width: auto;
  display: flex;
  flex-direction: column;
}

.info-sello-arce {
  text-align: left;
  padding: 5px;
  border-bottom: 4px solid #fff;
}

.tabla-arce {
  /* margin: 0 2px; */
  color: #434343;
  display: flex;
  text-align: left;
  /* flex-wrap: wrap; */
  flex-direction: row;
}

.cabecera-tabla {
  font-weight: 700;
  padding: 5px 0 5px 5px;
  flex: 0 0 72px;
  /* width: 102px !important; */
}

.dato-arce {
  padding: 5px;
  background: #fff;
  width: -webkit-fill-available;
  flex-grow: 1;
  /* border-right: 1px solid #cecece; */
  text-align: left;
  /* flex: 1 0 20%; */
}

.bt-arce {
  border: 1px solid #cecece;
  /* width: 90px; */
}

.bb-arce {
  border-bottom: 1px solid #cecece;
}
.img-sello {
  width: 270px;
}
.img-cuartil {
  width: 30px;
}
@media (max-width: 675px) {
  body.widget {
    font-size: 11px;
  }
  .cabecera-tabla {
    word-break: break-word;
    max-width: 79px;
  }
  .img-cuartil {
    width: 20px;
  }

}