body, html {
	background-color: #f1f1f1;
	background-image: url(../../img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #5d6974;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin:0px;
	height: 100%;
	padding:0px;
}
body, html {
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img { display:block }
table { border:none; border-collapse:collapse }
a {
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
p, form, input, ul, ol, h1, h2, h3, h4, h5, h6, figure, hr, span, blockquote, fieldset {
	margin:0px;
	padding:0px;
}
ul li { list-style-type:none; list-style-position:outside }
ol li { list-style-position: inside }
img { border:0px }
input, textarea, select, button {
	border-radius:0px;
	color:#5d6974;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	border:none;
	resize:none;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
}

strong { font-weight: 600 }
.generalWrap {
	margin:auto;
	max-width:1216px;
}


/*-----------login-----------*/
.login {
	display: grid;
	height: 100vh;
}
.login h1 {
	background-color: #fff;
	border-bottom: 1px solid #d9dee1;
	color: #07bcbe;
	font-size: 1.9em;
	font-weight: 600;
	padding: 20px 14px 22px 14px;
	text-align: center;
}
.login h1 i { margin-right: 16px }
.insideLogin {
	border-radius: 10px;
	box-shadow: 0 0 0 6px rgba(255,255,255,.5);
	margin: auto;
	width: 600px;
}
.whiteBox {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding: 34px 40px;
}
.whiteBox.inside {
	min-height: 400px;
}
.whiteBox h2 {
	color: #07bcbe;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
}
.whiteBox h2 span {
	border-bottom: 2px solid #07bcbe;
	margin: 0 0 0 6px;
	padding-bottom: 2px;
}
.whiteBox h2 i { margin-right: 16px }
.whiteBox h2 .back {
	color: #a5b3be;
}

.titleMuni {
	background-color: #5d6974;
	border-radius: 10px 10px 0 0;
	color:#fff;
	display: grid;
	grid-gap: 14px;
	grid-template-columns: 50px auto;
	justify-content: center;
	padding: 18px 14px 12px 14px;
}
.titleMuni img {
	width: 50px;
}
.txtMuni p {
	font-weight: 700;
	font-size: 2.2em;
	text-transform: uppercase;
}
.spanTittle {
	font-size: 1.35em;
	font-weight: 600;
	text-transform: uppercase;
}
@media only screen and (max-width:652px) {
	.insideLogin {
		margin: auto 26px;
		width: calc(100% - 52px);
	}
}
@media only screen and (max-width:640px) {
	.login { height: initial }
	.insideLogin { margin: 26px }
	.whiteBox { padding: 20px 22px }

}
@media only screen and (max-width:520px) {
	.login h1 { font-size: 1.7em }
	.whiteBox h2 { font-size: 1.8em }
	.whiteBox h2 i { margin-right: 10px }
}


/*-----------container-----------*/
.container {
	margin: auto;
	max-width: 900px;
	padding: 40px 0;
}
@media only screen and (max-width:952px) {
	.container { margin: 0 20px }
}


/*-----------Magnific-----------*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200000;
	overflow: hidden;
	position: fixed;
	background-color: #252d38;
	opacity: .8;
	filter: alpha(opacity=8);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200002;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close, button.mfp-arrow {
	background-color: transparent;
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner { padding: 0; border: 0 }
.mfp-close {
	cursor: pointer;
	font-size: 13px;
	height: 34px;
	line-height: 33px !important;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	width: 34px;
	z-index: 5000;
}
.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-close-btn-in .mfp-close { color: #a8b1b6 }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	width: 100%;
}
.mfp-counter {
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: 7px;
	right: 10px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active { margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left { left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }
.mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure { line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 14px rgba(41, 41, 41, 0.4);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure { margin: 0; }
.mfp-bottom-bar {
	margin-top: -40px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	min-height: 34px;
	text-align: left;
	line-height: 18px;
	word-wrap: break-word;
	padding: 8px 0 10px 0;
}
.mfp-image-holder .mfp-content { max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
	.mfp-img-mobile img.mfp-img { padding: 0; }
	.mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
	.mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; }
	.mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
	.mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
	.mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; }
}
@media all and (max-width: 900px) {
	.mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
	.mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
	.mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
	.mfp-container { padding-left: 14px; padding-right: 14px; }
}


/*----------- modalBox -----------*/
.modalWindow {
	background: #fff;
	border-radius: 3px;
	margin: 26px auto;
	max-width: 700px;
	padding: 42px 48px;
	position: relative;
}
.modalWindow.v2 {
	max-width: 450px;
}
.modalWindow h2 {
	color: #07bcbe;
	font-size: 1.8em;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: center;
}
.modalWindow h3 {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 4px;
}
.modalWindow p {
	font-size: 1.05em;
	line-height: 1.6em;
	margin-bottom: 18px;
}
.modalWindow p:last-of-type { margin-bottom: 0 }
@media only screen and (max-width:700px) {
	.modalWindow { padding: 28px 32px }
}


/*------------generalForm-------------*/
.generalForm label.title {
	display: table;
	font-size: .94em;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 6px;
	text-transform: uppercase;
	transition:all 0.3s ease;
	z-index: 0;
}
.generalForm input[type="text"],
.generalForm textarea,
.generalForm select {
	background-color: transparent;
	border: 1px solid #5d6974;
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 24px;
	outline: none;
	padding: 14px;
	width: 100%;
}
.generalForm .uploadDiv {
	position: relative;
}
.generalForm .wrapUpload {
	background-color: #0e4a7f;
	color: #fff;
	font-size: .9em;
	font-weight: 600;
	overflow: hidden;
	padding: 6px 14px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 6px;
	z-index: 100;
}
.generalForm input[type="file"] {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	width: 100%;
}
.generalForm input[type="text"]:focus,
.generalForm textarea:focus,
.generalForm select:focus {
	border-color: #07bcbe;
}
.generalForm input[type="text"].error,
.generalForm textarea.error,
.generalForm select.error {
	border-color: #ce3d39;
}
.generalForm select {
	background-color: transparent;
	background-image: url(../../img/arrow.png);
	background-repeat: no-repeat;
	background-position: right 19px;
	background-size: 24px;
	max-height: 51px;
	padding: 14px 42px 14px 14px;
	-webkit-appearance: none;
}
::placeholder {
	color: #b6bdc8;
	opacity: 1;
}
.generalForm textarea {
	min-height: 32px;
	overflow: hidden;
	overflow-y: auto;
}

.generalForm input[type="checkbox"] {
	background-color: transparent;
	box-shadow: 0 0 0 1px #b7bbbe;
	cursor: pointer;
	height: 16px;
	margin-right: 10px;
	outline: none;
	top: 1px;
	width: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.generalForm input[type="checkbox"]:hover { background-color: #efefef }
.generalForm input[type="checkbox"]:checked {
	background-color: #07bcbe;
	border:3px solid #fff;
	box-shadow: 0 0 0 1px #07bcbe;
}

.generalForm input[type="radio"] {
	background-color: transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #b7bbbe;
	cursor: pointer;
	height: 16px;
	margin-right: 10px;
	outline: none;
	top: 1px;
	width: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.generalForm input[type="radio"]:hover { background-color: #efefef }
.generalForm input[type="radio"]:checked {
	background-color: #07bcbe;
	border:3px solid #fff;
	box-shadow: 0 0 0 1px #07bcbe;
}

.generalForm .mChoice {
	font-size: 1.05em;
	line-height: 1.45em;
	padding: 0 0 18px 28px;
}
.generalForm .mChoice label { position: static }
.generalForm .mChoice input {
	left: 0;
	position: absolute;
	top: 3px;
}
.generalForm .mChoice a {
	color: #07bcbe;
	font-weight: 600;
	margin-left: 4px;
}
.generalForm .mChoice a:hover {
	text-decoration: underline;
}

.generalForm .mChoice2 {
	display: inline-block;
	font-size: 1.05em;
	margin: 0 18px 24px 0;
}
.generalForm .mChoice2 input {
	top: 2px;
}

.generalForm input[type="submit"],
.generalForm button[type="submit"] {
	background-color: #07bcbe;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: table;
	font-size: 1.2em;
	font-weight: 600;
	outline: none;
	padding: 14px 22px;
	text-shadow: none;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
.generalForm input[type="submit"].right,
.generalForm button[type="submit"].right { margin-left: auto }
.generalForm input[type="submit"].center,
.generalForm button[type="submit"].center { margin: 14px auto 0 auto }

.generalForm button[type="submit"]:hover {
	filter: brightness(1.1);
}
.generalForm button[type="submit"] i { margin-right: 12px }
.generalForm input[type="submit"]:disabled,
.generalForm button[type="submit"]:disabled {
	background-color: #a2abb4;
	pointer-events: none;
}
@media only screen and (max-width:920px) {
	.generalForm h2 { font-size: 2.5em }
}
@media only screen and (max-width:520px) {
	.generalForm h2 { font-size: 2.3em }
}


/*------------misc-------------*/
.col50 {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.colPlate {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 66% auto;
}
.legend {
	color: #9babb7;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.4em;
	margin: 12px 0 0 0;
	text-align: center;
}
.legend i {
	margin-right: 8px;
}
.btnPdf {
	background-color: #e8f8f8;
	border-radius: 4px;
	color: #5d6974;
	display: table;
	font-size: .9em;
	font-weight: 600;
	margin: 20px 0 0 auto;
	padding: 10px 16px;
	text-transform: uppercase;
	transition:all 0.3s ease;
}
.btnPdf i { margin-right: 9px }
.btnPdf:hover {
	color: #03b3b5;
}
.msjError,
.msjSuccess {
	display: none;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 30px;
	padding: 14px 18px;
	text-align: center;
}
.msjError i,
.msjSuccess i { margin-right: 12px }
.msjError {
	border: 1px solid #ce3d39;
	color: #ce3d39;
}
.msjSuccess {
	border: 1px solid #07bcbe;
	color: #07bcbe;
}
.noInfractions {
	border: 1px solid #ccd0d3;
	border-radius: 10px;
	font-size: 1.3em;
	font-weight: 500;
	margin-top: 20px;
	padding: 30px;
	text-align: center;
}
.noInfractions.v2 {
	margin-bottom: 30px;
	margin-top: 0;
}
.noInfractions i {
	color: #9babb7;
	font-size: 2.4em;
	margin-bottom: 10px;
}
.noInfractions.v2 i {
	color: #07bcbe;
}
@media only screen and (max-width:540px) {
	.col50 { grid-gap: 0; grid-template-columns: repeat(1, 1fr) }
	.legend { margin: 18px 0 0 0 }
}
@media only screen and (max-width:430px) {
	.btnPdf {
		font-size: 1em;
		margin-bottom: 20px;
		padding: 12px 16px;
		text-align: center;
		width: 100%;
	}
}


/*------------table-------------*/
.table {
	display: grid;
	font-size: 1.05em;
	grid-template-columns: 40px 122px auto 110px 115px;
	margin: 14px 0 0 0;
}
.table .head {
	border-bottom: 2px solid #ccd0d3;
	border-top: 2px solid #ccd0d3;
	font-weight: 700 !important;
	padding: 10px;
}
.table .end {
	border-bottom: none;
	padding: 4px 10px;
}
.table .end.first {
	padding: 14px 10px 4px 10px;
}
.table .span5 {
	font-weight: 700 !important;
	grid-column: span 5;
	text-align: right !important;
}
.table .span5.total {
	color: #07bcbe;
}
.table .span5 em {
	color: #5d6974;
	font-style: normal;
	font-weight: 500;
	position: absolute;
	right: 98px;
}
.table .span5.total em {
	color: #07bcbe;
	font-weight: 600;
}

.table p {
	border-bottom: 1px solid #ccd0d3;
	padding: 16px 10px;
}

.table p:nth-child(5n+2) {
	font-weight: 600;
}
.table p:nth-child(5n+4) {
	text-align: center;
}
.table p:nth-child(5n+5) {
	font-weight: 700;
	text-align: right;
}

.table a {
	color: #5d6974;
	transition:all 0.3s ease;
}
.table a:hover {
	color: #07bcbe;
}
.table a i {
	color: #07bcbe;
	margin-left: 6px;
}
@media only screen and (max-width:650px) {
	.table { grid-template-columns: 1fr }
	.table .head { display: none }
	.table .span5 { grid-column: span 1 }
	.table p {
		border: none;
		padding: 6px 0 6px 30px;
		text-align: left !important;
	}
	.table p:nth-child(5n+1) input {
		left: 0;
		position: absolute;
		top: 1px;
	}
	.table p:nth-child(6) {
		border-top: 1px solid #ccd0d3;
		padding-top: 17px !important;
	}
	.table p:nth-child(6) input {
		margin-top: 18px;
	}
	.table p:nth-child(5n+5) {
		border-bottom: 1px solid #ccd0d3;
		margin-bottom: 21px;
		padding-bottom: 18px;
	}
	.table p:nth-child(5n+6) {
		padding: 0;
		z-index: 100;
	}
	.table p:nth-child(5n+7) {
		padding: 0 0 6px 30px;
	}
	.table p:nth-child(5n+2) a {
		color: #07bcbe;
	}
	.table p:nth-child(5n+2) a:before {
		content: "Nº boleta: ";
	}
	.table p:nth-child(5n+3):before {
		content: "Infracción: ";
		font-weight: 600;
	}
	.table p:nth-child(5n+4):before {
		content: "Fecha: ";
		font-weight: 600;
	}
	.table p:nth-child(5n+5):before {
		content: "Monto: ";
		font-weight: 600;
	}
	.table .end {
		padding: 0 0 4px 0 !important;
	}
	.table .end.first {
		padding: 4px 0;
	}
	.table .end.total {
		padding: 4px 0 23px 0 !important;
	}
	.table .end:before {
		display: none;
	}
	.table .end { display: none }
	.table .span5 { display: block }
}


/*------------detailBox-------------*/
.detailBox {
	display: grid;
	grid-gap: 0 36px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 24px;
}
.detailBox p {
	border-top: 1px solid #ccd0d3;
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1.4em;
	padding: 12px 0 12px 82px;
}
.detailBox p span {
	font-size: .8em;
	font-weight: 500;
	left: 0;
	position: absolute;
	top: 13px;
	text-transform: uppercase;
}
@media only screen and (max-width:660px) {
	.detailBox {
		grid-template-columns: repeat(1, 1fr);
	}
}


/*------------photoBox-------------*/
.photoTitle {
	font-size: .9em;
	font-weight: 500;
	margin: 18px 0 7px 0;
	text-transform: uppercase;
}
.photoBox {
	display: grid;
	grid-gap: 0 18px;
	grid-template-columns: repeat(4, 1fr);
}
.photoBox img {
	border: solid 2px #ccd0d3;
	border-radius: 8px;
	transition:all 0.3s ease;
	width: 100%;
}
.photoBox a:hover img {
	border: solid 2px #07bcbe;
}
@media only screen and (max-width:660px) {
	.photoBox { grid-gap: 18px; grid-template-columns: repeat(2, 1fr) }
}
@media only screen and (max-width:420px) {
	.photoBox { grid-gap: 12px; grid-template-columns: repeat(1, 1fr) }
}


/*------------numberBox-------------*/
.numberBox {
	border-top: 3px solid #ccd0d3;
	padding-top: 10px;
	text-align: right;
}
.numberBox p {
	font-size: 1.1em;
	font-weight: 700;
	padding: 5px 0;
}
.numberBox p span {
	font-weight: 500;
	position: absolute;
	right: 80px;
	top: 4px;
}