/* 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: 252px;
  height: 56px;
}

/* Móviles y dispositivos pequeños */
@media (max-width: 768px) {
  img.footer-logo {
    width: 100% !important;
    height: auto !important;
  }
}
