.btn-midt-movil {
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    background: url(https://www.dt.gob.cl/apps_biblioteca/css/images/logo_midt.svg) center 2px no-repeat #fff;
    background-size: auto;
    background-size: 75px;
    width: 100px;
    height: 50px;
    display: block;
    /*position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -50px;*/
  	margin: 0 auto;
    cursor: pointer;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    z-index: 200001;
  }
#btn_mi_dt_movil {
  position: fixed;
  bottom: 0;
  z-index: 200000;
  height: 75px;
  width: 100%;
  background-image: url(channels-912_bg_btn_midt_movil.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

.binary-correo{
    margin: 3px 8px;
}

.binary-correo:before {
    font-family: FontAwesome;
    content: "\f003";
    font-size: 1.4em;
    color: #6f8890;
    margin-right: 5px;
}