@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#loader-iconstruye {
  position: fixed;
  z-index: 99999;
  bottom: 50px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 999px;
  color: #FF5722;
  padding: 10px;
  width: 150px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 0;
}
#loader-iconstruye span{
  vertical-align: top;
  padding-top: 12px;
  display: inline-block;
  font-weight: bold;
}
#loader-iconstruye img{
  width: 22px;
  margin-right: 10px;
  display: inline-block;
}