/* CSS Personalizados
 * Author: Centro Municipal de Informática
-------------------------------------------------- */
/* Exclusivos para las páginas del CEMI. */

.container {
	width: auto;
	max-width: 680px;
	padding: 0 15px;
}

.footer {
	background-color: #f5f5f5;
}

.logo-ayto {
	height: 150px;
}

.logo-cemi {
	height: 100px;
}

/* Modificaciones de los .bg-primary, .bg-danger y .bg-warning de bootstrap */

.bg-primary {
	background-color: rgba(0, 94, 125, 1) !important;
	border-radius: 0px;
}

.bg-danger {
	background-color: #ff1744 !important; /* Material */
	border-radius: 0px;
}

.bg-warning {
	background-color: #ffc400 !important; /* Material */
	border-radius: 0px;
}

.decorate {
	margin-top: -2rem;
	height: 20px;
}

/*  Clases para efecto banner */

.bg-primary-9 {
	background-color: rgba(57, 135, 161, 0.9) !important;
}
.bg-primary-8 {
	background-color: rgba(57, 135, 161, 0.8) !important;
}
.bg-primary-7 {
	background-color: rgba(57, 135, 161, 0.7) !important;
}
.bg-primary-6 {
	background-color: rgba(57, 135, 161, 0.6) !important;
}
.bg-primary-5 {
	background-color: rgba(57, 135, 161, 0.5) !important;
}
.bg-primary-4 {
	background-color: rgba(57, 135, 161, 0.4) !important;
}
.bg-primary-3 {
	background-color: rgba(57, 135, 161, 0.3) !important;
}
.bg-primary-2 {
	background-color: rgba(57, 135, 161, 0.2) !important;
}
.bg-primary-1 {
	background-color: rgba(57, 135, 161, 0.1) !important;
}

.bg-warning-9 {
	background-color: rgba(255, 196, 0, 0.9) !important;
}
.bg-warning-8 {
	background-color: rgba(255, 196, 0, 0.8) !important;
}
.bg-warning-7 {
	background-color: rgba(255, 196, 0, 0.7) !important;
}
.bg-warning-6 {
	background-color: rgba(255, 196, 0, 0.6) !important;
}
.bg-warning-5 {
	background-color: rgba(255, 196, 0, 0.5) !important;
}
.bg-warning-4 {
	background-color: rgba(255, 196, 0, 0.4) !important;
}
.bg-warning-3 {
	background-color: rgba(255, 196, 0, 0.3) !important;
}
.bg-warning-2 {
	background-color: rgba(255, 196, 0, 0.2) !important;
}
.bg-warning-1 {
	background-color: rgba(255, 196, 0, 0.1) !important;
}

/* bg-danger-{opacidad} */
.bg-danger-9 {
	background-color: rgba(255, 23, 68, 0.9) !important;
}
.bg-danger-8 {
	background-color: rgba(255, 23, 68, 0.8) !important;
}
.bg-danger-7 {
	background-color: rgba(255, 23, 68, 0.7) !important;
}
.bg-danger-6 {
	background-color: rgba(255, 23, 68, 0.6) !important;
}
.bg-danger-5 {
	background-color: rgba(255, 23, 68, 0.5) !important;
}
.bg-danger-4 {
	background-color: rgba(255, 23, 68, 0.4) !important;
}
.bg-danger-3 {
	background-color: rgba(255, 23, 68, 0.3) !important;
}
.bg-danger-2 {
	background-color: rgba(255, 23, 68, 0.2) !important;
}
.bg-danger-1 {
	background-color: rgba(255, 23, 68, 0.1) !important;
}
