/* estilos globales */

.fondo-app {
  background-image: url("fondo.jpg");
  background-color: #ebebeb;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.logo-cliente-login {
  height: 80px;
  background: url("logo.png") center no-repeat;
  background-size: contain;
  display: inline-block;
}
.logo-cliente-barra-app {
  width: 110px;
  margin-right: 10px;
  background: url("logo.png") left no-repeat;
  background-size: contain;
  display: inline-block;
}
.titulo-app {
  color: #003a80;
}
.barras-app {
  background-color: #BAE0FF !important;
}
.margen_paginas {
  padding: 14px 16px 0px 22px;
}