﻿.movilgas-bg {
	/*background: linear-gradient(to top, #f1f1f1, #e9eaea, #d4dae0);*/
	background: #fafafa;
}

.movilgas-headers {
	color: #333;
	text-transform: uppercase;
	background-color: #1d345c;
	font-weight: inherit;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
}

.movilgas-sub-headers {
	color: #333;
	text-transform: uppercase;
	background-color: #a2a8ad !important;
	font-weight: inherit;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
}


.v-data-footer {
	text-transform: capitalize !important;
}

@media(max-width: 960px) {
	.margenMobile {
		position: relative !important;
		left: 35% !important;
		margin-bottom: 10px !important;
	}
}

.v-data-footer__pagination {
	text-transform: lowercase !important;
}

.hide {
	display: none;
}

.show {
	display: flex;
}