/* hide red sign */
.glyphicon.glyphicon-warning-sign.red {
display: none !important;
}

/* IMPORTANTE Las medidas deben coincidir con las de la imagen en el footer html editor */
img.footer-logo {
  width: 138px;
  height: 85px;
}

/* MÃ³viles y dispositivos pequeÃ±os */
@media (max-width: 768px) {
  img.footer-logo {
    width: auto !important;
    height: 100% !important;
  }
}