@charset "UTF-8";
/*¿Se usa esta hoja de estilos?*/
/* Probablemente no, llamada a este archivo desde index.html comentada */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------ Prncipal -------*/
html,
body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

html {
	background: #e3e3e3;
}

body {
	margin: 0;
	font: 400 1em/normal 'Montserrat', sans-serif;
	color: #444;
	overflow-x: hidden;
	background: #e3e3e3;
}

a,
a img,
img {
	border: none;
	outline: none;
	text-decoration: none;
	color: #444;
}

strong {
	font-weight: bolder;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
}

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.6em
}

h3 {
	font-size: 1.2em
}

ul,
ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	margin: 5px 0;
}

:-moz-placeholder {
	color: #777;
}

:-moz-placeholder {
	color: #777;
}

:-ms-input-placeholder {
	color: #777;
}

:-webkit-input-placeholder {
	color: #777;
}

.title_desc {
	width: 100%;
	margin-bottom: 10px
}

a,
.btn {
	transition: all 500ms ease-out;
}

.btn {
	display: block;
	font: bold 1em/40px 'Montserrat';
	background: #333;
	color: #fff;
	border-radius: 10em;
	border: none;
	position: relative;
	width: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .5);
	text-align: center;
}

.btn.secondary {
	background: #ff3535
}

.btn span {
	display: inline-block!important;
	padding: 0!important;
}

/***** loader */
#wrapLoader {
	position: fixed;
	top: calc(50% - 1000px);
	left: calc(50% - 1000px);
	width: 2000px;
	height: 2000px;
	background: rgba(0, 0, 0, .7);
	z-index: 9999999;
	border-radius: 0em;
}

#loader {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	border: 3px solid transparent;
	border-top-color: #ff3535;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 3px solid transparent;
	border-top-color: #ff3535;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border: 3px solid transparent;
	border-top-color: #ff3535;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

/*------ Containers -------*/
main {
	transition: .5s;
	position: relative;
	width: calc(100% - 60px);
	max-width: calc(100% - 60px);
	height: 100vh;
	overflow: hidden;
	left: 60px;
	padding: 60px 0 0 0;
}

.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0;
	clear: both;
}

.inner {
	width: 95%;
	margin: 0 auto;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 40px;
}

.col_aside {
	display: flex;
	width: calc(100% - 325px);
	float: left;
	background: #fff;
	flex-wrap: wrap;
	padding: 10px;
}

aside {
	width: 300px;
}

.floating {
	width: 50px;
	height: 50px;
	position: fixed;
	background: #f00;
	bottom: 50px;
	right: 30px;
	z-index: 3;
	text-align: center;
	color: #fff;
	border-radius: 10em;
	box-shadow: 0 4px 7px rgba(0, 0, 0, .3);
}

.floating:hover {
	background: #e10406
}

.floating i {
	display: block;
	font-size: 2em;
	line-height: 50px;
}

.floating em {
	bottom: 11px;
	display: none;
	position: absolute;
	line-height: normal;
	background: #333;
	padding: 5px 10px;
	border-radius: 10px;
	right: 110%;
	font-size: .8em;
	opacity: 0;
	transition: .4s;
	width: max-content;
}

.floating:hover em {
	display: block;
	opacity: 1;
}

.form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

form legend {
	width: 100%;
	font-weight: bold;
	margin: 20px 0;
}

form fieldset {
	width: 100%;
	font-weight: bold;
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

form .person {
	width: 100%;
	font-weight: bold;
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

form .edit-person {
	width: 100%;
	font-weight: bold;
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

form label {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .1);
	width: 49%;
	background: #f5f5f5;
	padding: 7px;
	border-radius: 5px;
	overflow: hidden;
}

form label.large {
	width: 100%;
}

form label.three_col,
.for_details>div.three_col {
	width: 32%;
}

form label span {
	display: block;
	font-size: .8em;
	background: #e6e6e6;
	margin: -9px -7px 10px;
	padding: 5px 10px;
}

form label i {
	width: 29px;
	line-height: 40px;
	display: inline-block;
	color: #ff3535;
}

form label input,
form label select,
form label textarea {
	display: inline-block;
	width: calc(100% - 45px);
	font: normal 1em/40px 'Montserrat';
	background: none;
	border: none;
	height: 40px;
	padding: 0;
}

form label textarea {
	height: 60px;
}

form button.block {
	width: 100%;
	margin-top: 20px
}

form input[type="file"] {
	width: 1px;
	height: 1px;
	position: absolute;
	left: 110%;
	display: none;
}

.multimedia-preview {
	width: 100%;
}

form label.files strong {
	display: inline-block;
	margin-top: 10px;
	width: calc(100% - 45px);
	font-weight: normal;
}

.info label {
	margin-bottom: 20px;
	border-radius: 0px;
	box-shadow: 0px 0px
}

form .checkbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

form .checkbox label {
	overflow: hidden;
	position: relative;
	line-height: 40px;
	display: flex;
	border-radius: 10em;
	cursor: pointer;
}

form .checkbox label input[type="checkbox"] {
	position: absolute;
	left: -100%;
}

form .checkbox label em {
	position: relative;
	display: block;
	line-height: 50px;
	width: 40px;
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	background: #fff;
	border-radius: 10em;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	text-align: center;
}

form .checkbox label span {
	display: inline-block;
	font-size: 1em;
	background: none;
	margin: 0;
	padding: 0;
	line-height: 40px;
}

form .checkbox label input:checked+em {
	background: #f00;
	color: #fff;
	font-family: 'LineAwesome';
	line-height: 40px;
	font-size: 1.2em;
}

form .checkbox label input:checked+em:after {
	content: "\f17b";
}

form .days {
	width: 100%;
	font-weight: bold;
	margin: 0 0 20px;
	display: block;
}

form .days .hours {
	width: 80%;
	padding: 0 30px 10px;
	border: 1px solid #ddd;
	border-radius: 10em;
	display: flex;
	justify-content: space-between;
	background: #eee;
	display: none;
	margin-left: 30px;
}

form .days .hours div {
	width: 46%;
	display: flex;
	padding: 10px 0 0;
}

form .days .hours div span {
	display: block;
}

form .days .hours div input {
	background: #fff;
	width: 61%;
	border-radius: 10em;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
	text-align: center;
}

form .checkbox.days label {
	justify-content: space-between;
	padding: 10px 10px 10px 70px;
	border-radius: 5px;
	width: 100%;
}

form .checkbox.days label em {
	position: absolute;
	left: 10px;
	top: calc(50% - 20px)
}

form .checkbox.days label span {
	align-items: center;
	display: flex;
	margin-right: 1%;
}

.add_person {
	display: block;
	width: 100%;
	text-align: center;
	background: #ddd;
	padding: 10px 0;
	margin: 0px 0 40px
}

.add_person:hover {
	background: #e4e4e4
}

.login {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 1);
	background: #444;
}

.login figure,
.login figure img {
	position: absolute;
	width: calc(100% - 200px);
	height: calc(100% - 200px);
	object-fit: cover;
	object-position: center;
	z-index: 0;
	top: 100px;
	left: 100px;
	box-shadow: 0 0 60px rgba(0, 0, 0, .3);
}

.login figure img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.login .logo {
	width: auto;
	height: auto;
	display: block;
	margin: 6% auto 10px;
	max-width: 30%;
	position: relative;
	z-index: 2;
}

.login .app_title {
	color: #fff;
	position: relative;
	z-index: 2;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.login form {
	background: rgba(255, 255, 255, 1);
	padding: 30px 30px 25px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
	width: 400px;
	border-radius: 4px;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	z-index: 2;
}

.login form label {
	background: #fff;
	width: 100%;
}

.login a {
	display: block;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, .4);
	border-radius: 10em;
	margin: 100px auto 60px;
	background: rgba(0, 0, 0, .2);
	font-size: 1.1em;
	width: 400px;
	max-width: 100%;
	box-shadow: 0 0 30px rgba(0, 0, 0, .3);
	position: relative;
	z-index: 2;
}

header {
	position: fixed;
	height: 60px;
	background: linear-gradient(135deg, #19222a 15%, #f10000 100%);
	width: 100%;
	top: 0;
	right: 0;
	display: flex;
	padding: 5px 20px;
	z-index: 2;
	justify-content: space-between;
}

header a {
	border-radius: 10em;
}

header form {
	visibility: hidden;
	background: #fff;
	border-radius: 10em;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	display: flex;
	overflow: hidden;
	width: calc(100% - 400px);
}

header form input {
	width: 90%;
	padding: 0 29px;
	border: none;
	text-overflow: ellipsis;
	font: normal 1em 'Montserrat';
}

header form button {
	font-size: 1.5em;
	position: relative;
	bottom: inherit;
	right: inherit;
	left: inherit;
	color: #f00;
	background: none;
	box-shadow: none;
	line-height: 30px;
	margin-top: 4px;
	width: 10%;
}

header .options {
	display: flex;
	margin-left: 80px;
}

header .options a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
}

header .options a img {
	width: 28px;
	margin: 0 auto;
	display: block;
	height: 50px;
	object-fit: contain;
}

header .open_nav {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 2em;
	margin: 0 60px 0 0;
}

header .back {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 2em;
	margin: 0 10px 0 0;
}

header .go_home {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 2em;
	margin: 0 10px 0 0;
}

header a:hover {
	background: rgba(0, 0, 0, .1)
}

header .options .open_search {
	display: none;
}

nav {
	position: fixed;
	top: 60px;
	min-height: calc(100vh - 60px);
	left: 0;
	width: 250px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-right: 1px solid #444;
	background: #555;
	transition: .5s;
	bottom: 0;
	z-index: 2;
}

nav {
	width: 70px;
}

nav a {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	position: relative;
	border-radius: 10em;
	transition: none;
}

nav a img {
	width: 30px;
	height: 50px;
	object-fit: contain;
}

nav a:hover,
nav a.active {
	background: #333
}

nav a i {
	position: relative;
	top: 4px;
	left: inherit;
	font-size: 1.5em!important;
}

nav a span {
	position: absolute;
	left: 125%;
	top: 0;
	opacity: 0;
	transition: .4s;
	padding: 0px 10px;
	background: #333;
	border-radius: 10px;
	display: none;
	white-space: nowrap;
}

nav a:hover span {
	opacity: 1;
	display: block;
}

nav a span:after {
	position: absolute;
	right: 97%;
	content: "\f0d9";
	font: normal 2em/50px 'FontAwesome';
	color: #333;
}

nav.users_nav {
	padding: 10% 0
}

.nav_open nav {
	width: 250px;
	padding: 0;
}

.nav_open nav a {
	color: #fff;
	display: block;
	padding: 0 20px 0 50px;
	line-height: 50px;
	margin: 0 30px;
	width: 100%;
	position: relative;
	border-radius: 10em;
	overflow: hidden;
	height: 50px;
	text-align: left;
}

.nav_open nav a i {
	font-size: 1.5em!important;
	position: absolute;
	left: 12px;
	top: 11px;
}

.nav_open nav a img {
	height: 1.5em!important;
	position: absolute;
	left: 12px;
	top: 11px;
}

.nav_open nav a span {
	opacity: 1;
	position: relative;
	left: inherit;
	text-align: left;
	background: none;
	display: block;
	margin-left: 10%;
}

.nav_open nav a span:after {
	display: none;
}

.nav_open main {
	left: 250px;
	width: calc(100% - 250px)
}

footer {
	position: fixed;
	width: 100%;
	background: #222;
	padding: 10px;
	color: #777;
	text-align: center;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: none;
}

#home {
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	padding: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #f10000 0%, #a5104c 100%);
	box-shadow: inset 0 0 100px rgba(0, 0, 0, .3);
}

#home:before {
	background: url(../img/bg_home.jpg) no-repeat center/cover;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	opacity: .1;
	left: 0;
	top: 0;
}

.list {
	width: 100%;
	min-height: 300px;
	display: contents;
}

.list:empty:after {
	content: "\f1ce";
	margin: 90px auto;
	width: 20px;
	height: 20px;
	font: normal 2em 'FontAwesome';
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: .4;
}

.list a {
	display: block;
	height: 170px;
	background: #fff;
	color: #333;
	overflow: hidden;
	box-shadow: 0 6px 10px rgba(0, 0, 0, .2);
	border-radius: 5px;
	margin: 0px 0 20px;
	font-size: 1.3em;
	position: relative;
	padding: 10px 0 45px 31%;
}

.list a figure,
.list a figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	object-fit: cover;
	border: none;
	z-index: 0;
	overflow: hidden;
}

.list a figure img {
	width: 100%
}

.list a figure:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(21, 21, 21, 0.8) 100%);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.list a strong {
	display: block;
	padding: 15px;
	z-index: 1;
	position: relative;
	font-size: 1.1em;
	font-weight: bold;
	width: 85%;
	margin-bottom: 3px;
}

.list a strong i {
	display: block;
	font-size: .6em;
	margin-top: 10px;
	font-weight: normal;
}

.list a em {
	font-size: .9em;
	display: block;
	position: relative;
	text-align: center;
	opacity: .7;
}

.list a span {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: .7em;
	background: rgba(233, 233, 233, 0.8);
	padding: 3px 10px;
	border-radius: 10em;
	color: #666;
}

.list a span.fecha {
	left: 32%;
	right: inherit;
}

.list[class^="list view_"] a {
	display: none;
}

.list.view_afectaciones a[data-val="afectaciones"] {
	display: block;
}

.list.view_denuncias a[data-val="denuncias"] {
	display: block;
}

.list.view_ataques a[data-val="ataques"] {
	display: block;
}

.lightbox {
	display: none;
	width: 95%;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 1), 0 0 100px rgba(0, 0, 0, 1), 0 0 200px rgba(0, 0, 0, 1);
	margin-bottom: 30px;
}

.lightbox h1 {
	font-size: 2em;
	margin-bottom: 30px
}

.close {
	position: absolute;
	top: 0;
	text-align: center;
	line-height: 40px;
	width: 40px;
	font-size: 2em;
	right: 0;
	z-index: 2;
	background: #eee;
}

.lightbox.previewer {
	background: #333;
}

.lightbox.previewer .close {
	background: #333;
	color: #fff;
}

.lightbox.previewer section {
	position: relative;
	height: 100%;
}

.lightbox.previewer section div {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #333;
}

.lightbox.previewer section div>* {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lightbox.previewer section audio {
	background: #fff;
}

.lightbox.previewer section video {
	background: #000;
}

.lightbox.previewer section div span {
	width: 100%;
	text-align: center;
	color: #fff;
	display: none;
}

.lightbox.previewer section div i {
	display: none;
}

.lightbox.previewer section div.inform span {
	display: none;
}

.for_details {
	background: #f3f3f3;
	width: 100%;
	margin: 0;
	position: relative;
	padding: 20px;
	box-shadow: 0 15px 15px rgba(0, 0, 0, .2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.for_details h1 {
	margin-bottom: 30px;
	width: 100%;
	padding-bottom: 29px;
	border-bottom: 1px solid #ddd;
	text-overflow: ellipsis;
	overflow-x: hidden;
}

.for_details h1 a {
	float: right;
	font-size: .7em;
	background: #fff;
	padding: 7px 10px 4px;
	border-radius: 3px;
	background: #333;
	color: #fff;
}

.for_details>div {
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0 2px 9px rgba(0, 0, 0, .2);
	border-radius: 3px;
	overflow: hidden;
	width: 49%;
}

.for_details>div.large {
	width: 100%;
}

.for_details>div .btn {
	line-height: 30px
}

.for_details>div h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 8px;
	border-radius: 2px;
	color: #444;
}

.for_details>div .clase {
	background: #4b4b4b;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 10px auto;
	border: 1px solid #ddd;
}

.for_details>div span {
	display: block;
	text-align: left;
	margin: 5px 0;
	padding: 0 10px;
}

.for_details>div span.fecha {
	float: left;
}

.for_details>div span.hora {
	float: right;
}

.for_details>div strong {
	font-weight: bold;
	display: block;
	padding: 0 10px
}

.for_details>div span.fecha,
.for_details>div span.hora {
	background: #4b4b4b;
	padding: 5px 20px;
	border-radius: 10em;
	color: #fff;
	font-size: .9em
}

.for_details>div .multimedia * {
	max-width: 100%;
}

.for_details>div#map {
	width: 100%;
	height: 300px
}

.place {
	font-weight: bold;
	display: block;
}

.place+em {
	font-size: .8em;
	display: block;
	padding: 3px 10px;
}

.description {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: .9em
}

.maquina,
.distrito,
.tren,
.division {
	font-weight: bold;
}

.km,
.lugar {
	text-align: left!important;
}

.for_details>div.automovil strong {
	display: block;
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
	padding: 20px 0;
}

.for_details>div.automovil .placa {
	display: block;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	float: right;
}

.for_details>div.persons ul {
	display: flex;
	flex-wrap: wrap;
}

.for_details>div.persons ul li {
	margin-right: 20px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
	min-width: calc(33% - 20px)
}

.for_details>div.persons ul li>* {
	display: block;
	margin-bottom: 4px;
}

.for_details>div.horario ul li {
	border-radius: 3px;
	display: block;
	overflow: hidden;
	padding: 3px;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
}

.for_details>div.horario ul li:last-child {
	border: none
}

.for_details>div.horario ul li span {
	display: inline;
	float: right;
	font-weight: bold;
	color: #666;
}

.lightbox .for_details {
	box-shadow: none;
}

.lightbox .for_details>div h4 {
	padding-bottom: 5px;
}

div.error {
	width: 100%;
	position: relative;
	font-size: 1.5em;
	padding: 20px 10px 20px 80px;
	margin: 0 0 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	background: #fff;
}

div.error strong {
	display: block;
}

div.error i {
	position: absolute;
	color: #da3636;
	font-size: 2em;
	left: 20px;
	top: 20px;
	margin: 0;
}

div.error .btn {
	max-width: 200px;
	line-height: 50px;
	font-size: .8em;
	display: block;
	margin: 20px 0 0;
}

.critico,
.controlado,
.resuelto {
	background: #da3636;
	color: #fff;
	padding: 10px!important;
	font-weight: bold;
	border-radius: 5px;
	text-align: center!important;
}

.controlado {
	background: #e0a704
}

.resuelto {
	background: #6dc802;
}

.critico:before,
.controlado:before,
.resuelto:before {
	font: normal 1.2em 'LineAwesome';
	content: "\f376";
	display: inline-block;
	margin-right: 6px;
}

.controlado:before {
	content: "\f1ce"
}

.resuelto:before {
	content: "\f17d";
}

.wagons {
	width: 100%
}

.wagons a:not(.btn) {
	display: block;
	padding: 10px 30px 10px 21px;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	border-radius: 4px;
	margin: 15px 0;
	color: #444;
	overflow: hidden;
}

.wagons a em {
	display: block;
	font-size: .8em;
	padding: 0 10px;
}

.wagons a strong {
	font-weight: bold;
	padding: 0 10px;
	display: block;
}

.wagons a:after {
	font: normal 20px/30px 'LineAwesome';
	content: "\f112";
	display: block;
	width: 30px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: calc(50% - 15px);
	color: #ef0102;
}

.wagons a:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 17px;
	background: #d6d6d6;
	content: '';
}

.wagons.for_3 a:nth-child(n+4) {
	display: none;
}

.wagons a.important_wagon {
	background: #f2f2f2
}

.wagons a.important_wagon:before {
	background: #ef0202;
	content: "\f1cd";
	font-family: 'LineAwesome';
	width: 18px;
	color: #fff;
	font-size: 1.2em;
	line-height: 310%;
}

.wagons .btn:before {
	display: none
}

.wagons .btn:after {
	display: none
}

.reducido div ul li a {
	display: inline-block;
	line-height: 50px;
	width: 100%!important;
	font-size: 1em!important;
	text-align: left!important;
}

.tripulacion {
	display: flex;
	font-size: .85em;
	border-bottom: 1px solid #ddd;
}

.tripulacion>* {
	padding: 5px;
}

.tripulacion>em {
	font-weight: bold;
}

.multimedia-preview {
	background: rgba(0, 0, 0, .3);
	margin-bottom: 20px;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.multimedia-preview:empty {
	display: none
}

.multimedia-preview:before {
	content: 'Multimedia';
	display: block;
	width: 100%;
	padding: 5px 10px;
	text-align: center;
	background: #ddd
}

.multimedia-preview div {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 5px 35px 5px 5px;
	margin: 8px 10px 8px;
	border-radius: 4px;
	background: #f7f7f7;
	font-size: .8em;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	position: relative;
	max-width: 310px;
	cursor: pointer;
	line-height: 60px;
	padding: 5px 5px 5px 80px;
	height: 60px;
}

.multimedia-preview div img,
.multimedia-preview div i {
	display: block;
	width: 80px;
	height: 60px;
	object-fit: cover;
	text-align: center;
	line-height: 60px;
	color: #f10000;
	border-radius: 4px;
	font-size: 2.1em;
	background: #eee;
}

.multimedia-preview div .thumb {
	display: block!important;
	width: 80px;
	height: 60px;
	object-fit: cover;
	text-align: center;
	line-height: 60px;
	color: #f10000;
	border-radius: 4px;
	font-size: 3em;
	background: #eee;
	position: absolute;
	left: 3px;
	top: 2px;
}

.multimedia-preview div i.remove-image {
	position: absolute;
	right: 0;
	font-size: 2em;
	width: 40px;
	background: none;
}

.multimedia-preview div span {
	display: block;
	margin: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.multimedia-preview div a {
	display: block;
	width: 50px;
	height: 50px;
	background: #ff3535;
	text-align: center;
	border-radius: 10em;
	line-height: 50px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	font-size: 1.8em;
	margin: 5px 15px;
}

.multimedia-preview div a i {
	position: relative;
	left: initial;
	width: auto;
	line-height: inherit;
	font-size: 1em;
	color: #fff;
}

.multimedia-preview div.inform {
	padding: 5px 5px 5px 85px;
	min-height: 70px
}

.multimedia-preview div.inform img {
	position: absolute;
	left: 5px;
}

.flechaDerecha {
	float: right;
	margin-bottom: 3px;
	margin-right: 35%;
	margin-left: 3px;
}

.flechaIzquierda {
	float: left;
	margin-bottom: 3px;
	margin-left: 40%;
}

.carro_list {
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 7px;
	margin-bottom: 20px
}

.carro_list li {
	display: flex;
	flex-wrap: nowrap;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	align-items: center;
	font-size: .9em;
	box-shadow: inset 0 -5px 7px -3px rgba(0, 0, 0, .1);
}

.carro_list li:last-child {
	border-bottom: none;
	box-shadow: none;
}

.carro_list li strong {
	font-weight: 700;
	padding-right: 10px;
	width: 50%;
	text-align: right;
}

.carro_list li span {
	text-align: left;
	width: 55%;
}

.filters {
	display: flex;
	padding: 10px 0 20px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: inset 0 -9px 11px -10px rgba(0, 0, 0, .2);
}

.filters legend {
	display: block;
	line-height: 40px;
	margin-right: 20px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.filters label {
	display: block;
	position: relative;
	padding: 0 10px 0 40px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	border-radius: 10em;
	overflow: hidden;
	margin-right: 20px;
}

.filters label input {
	position: absolute;
	left: -100%;
}

.filters label em {
	display: block;
	width: 30px;
	height: 30px;
	font: normal 1.4em/30px 'LineAwesome';
	content: '';
	color: #fff;
	background: #f4f4f4;
	text-align: center;
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 10em;
}

.filters label input:checked+em {
	background: #ccc
}

.filters label input:checked+em:after {
	content: "\f17b";
}

.filters label span {
	display: block;
}

.filters label span i {
	color: #f00;
}

.filters_search {
	display: flex;
	padding: 10px 0 20px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 20px;
	box-shadow: inset 0 -9px 11px -10px rgba(0, 0, 0, .2);
	justify-content: left;
}

.filters_search legend {
	display: block;
	line-height: 40px;
	margin-right: 20px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	white-space: nowrap;
}

.filters_search label {
	display: block;
	position: relative;
	padding: 0 10px 0 46px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	border-radius: 10em;
	overflow: hidden;
	margin-right: 20px;
	width: 29%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.filters_search label input {
	position: absolute;
	left: -100%;
}

.filters_search label em {
	display: block;
	width: 33px;
	height: 33px;
	font: normal 1.4em/30px 'LineAwesome';
	content: '';
	color: #fff;
	background: #f4f4f4;
	text-align: center;
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 10em;
}

.filters_search label input:checked+em {
	background: #ccc
}

.filters_search label input:checked+em:after {
	content: "\f17b";
}

.filters_search label span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.filters_search label span i {
	color: #f00;
}

.filters_search fieldset {
	background: #fff;
	display: block;
	overflow: hidden;
	border-radius: 10em;
	box-shadow: 0 0 3px rgba(0, 0, 0, .1);
	width: 100%;
}

.filters_search fieldset input {
	border: none;
	line-height: 40px;
	width: calc(100% - 40px);
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 20px;
	font-family: 'Montserrat', sans-serif;
}

.filters_search fieldset button {
	display: block;
	width: 40px;
	line-height: 40px;
	background: none;
	color: #f00;
	border: none;
	float: right;
	margin: 0;
}

.list[class^="list view_"] a {
	display: none;
}

.list.view_carro a[data-val="carro"] {
	display: block;
}

.list.view_tren a[data-val="tren"] {
	display: block;
}

.list.view_sello a[data-val="sello"] {
	display: block;
}

.jconfirm-scrollpane .container {
	max-width: 500px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.jconfirm-buttons {
	display: flex;
}

/*------ carousel-------*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: pan-Y;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0px, 0, 0);
	-webkit-transform: translate3d(0px, 0, 0);
	height: auto;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
}

.owl-carousel.owl-loaded {
	display: block;
	opacity: 1;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	color: #fff;
	font: normal 1.5em 'FontAwesome';
	text-align: center;
	text-indent: -999px!important;
	overflow: hidden;
	line-height: 50px;
	background: #333;
	border-radius: 3px;
}

.owl-prev {
	left: -5px;
	text-indent: -4px;
}

.owl-next {
	right: -5px;
	text-indent: 4px;
}

.owl-next.disabled,
.owl-prev.disabled {
	display: none;
}

.owl-next:after,
.owl-prev:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.owl-prev:hover,
.owl-next:hover {
	background: #e93741;
}

.owl-prev:after {
	content: '\f104';
	text-indent: -2px;
}

.owl-next:after {
	content: '\f105';
	text-indent: 2px;
}

.title_section {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	background: #fff;
	background-color: whitesmoke;
	border-radius: 5px;
	box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, .1);
}

.title_section span {
	font-size: .7em;
	padding: 4px 10px;
	background: #eee;
	border-radius: 4px;
	display: inline-block;
	margin: -4px 0 1px 10px;
}

.title_section .form {
	display: flex;
	flex-wrap: nowrap;
	background: #e4e4e4;
	float: right;
	border-radius: 10em;
	box-shadow: 0 0 4px rgba(0, 0, 0, .3);
	width: 400px;
	position: relative;
}

.title_section .form i {
	background: none;
	color: #f00;
	font-size: .8em;
	box-shadow: none;
	line-height: 40px;
	width: 40px;
	text-align: center;
}

.title_section .form input {
	width: 100%;
	background: none;
	border: none;
	font-size: 0.6em;
	padding: 0 10px;
	line-height: 40px;
}

.title_section .form div.easy-autocomplete {
	width: 100%!important;
}

.title_section .form div.easy-autocomplete ul {
	position: absolute;
	background: #fff;
	padding: 20px;
	z-index: 2;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
	font-size: .6em;
	width: 100%;
	font-weight: 100;
	top: 100%;
	border-radius: 5px;
}

.title_section .form div.easy-autocomplete ul:empty {
	display: none;
}

.title_section .form div.easy-autocomplete ul li {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}

.title_section .form div.easy-autocomplete ul li:hover,
.title_section .form div.easy-autocomplete ul li.selected {
	background: #e4e4e4;
	cursor: pointer;
}

.title_section .form div.easy-autocomplete ul li b {
	font-weight: 500;
}

.personal {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.personal div {
	width: 32%;
}

.personal.for_four div {
	width: 24%;
}

.personal div h2 {
	margin-bottom: 20px;
	width: 100%;
}

.personal div h2 a {
	width: 100%;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	display: block;
}

.personal div h2 a i {
	float: right;
	line-height: 30px;
}

.personal div ul {
	background: #fff;
	padding: 10px;
}

.personal div ul li {
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	overflow: hidden;
	line-height: 50px;
	display: block;
	font-size: 1.4em;
}

.personal div ul li:last-child {
	border-bottom: none;
}

.personal div ul li a {
	display: block;
	width: 50px;
	line-height: 50px;
	float: right;
	text-align: center;
	font-size: 1.4em;
}

.personal div ul li a.title {
	display: block;
	position: relative;
	float: none;
	font-size: 1em;
	width: calc(100% - 140px);
	float: left;
	text-align: left;
}

.personal.full div {
	width: 100%;
}

.for_details>div.transit {
	padding: 10px 20px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #4b4b4b;
	width: 100%;
}

.transit .progress {
	height: 5px;
	border-radius: 10px;
	background: #ddd;
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	margin-top: 20px;
}

.transit .progress div {
	width: 65%;
	position: absolute;
	left: 0;
	top: -5px;
	background: linear-gradient(to left, rgb(238, 1, 3) 0%, rgb(214, 6, 36) 100%);
	height: 16px;
	border-radius: 10px;
}

.transit span {
	font-weight: bold;
	color: #fff;
	font-size: .8em;
	text-align: left!important;
}

.transit span em {
	font-weight: normal;
	display: block;
}

.transit span.destino {
	text-align: right!important;
}

.timeline {
	width: 100%;
	padding: 20px;
	border: 1px solid #ddd;
}

.timeline h2 {
	width: 100%;
	margin: 0 0 20px;
}

.timeline .data {
	position: relative;
}

.timeline .data:after {
	position: absolute;
	width: 5px;
	height: 100%;
	left: 35%;
	top: 0;
	background: #ccc;
	content: '';
}

.timeline .event {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
}

.timeline .event a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.timeline .event:after {
	width: 20px;
	height: 20px;
	background: #ccc;
	display: block;
	position: absolute;
	content: '';
	left: calc(35% - 8px);
	top: 26px;
	border-radius: 10em;
}

.timeline .event p {
	padding: 20px;
	width: 40%;
}

.timeline .event p span {
	background: #4b4b4b;
	padding: 5px 20px;
	border-radius: 10em;
	color: #fff;
	font-size: .9em;
}

.timeline .event div {
	background: #fff;
	width: 60%;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
}

.timeline .event div span {
	display: block;
	padding: 5px 0;
}

.timeline .event div strong {
	font-size: 1.4em;
	display: block;
	margin: 0 0 10px;
}

.event_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
}

.event_top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.event_top p {
	margin: 10px 0;
	overflow: hidden;
}

.event_top p span {
	background: #4b4b4b;
	padding: 5px 20px!important;
	border-radius: 10em;
	color: #fff;
	font-size: .9em;
}

.event_top p span.date {
	float: left;
}

.event_top p span.hour {
	float: right;
}

.event_top div {
	background: #fff;
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
}

.event_top div span {
	display: block;
	padding: 5px 0;
}

.event_top div strong {
	font-size: 1.4em;
	display: block;
	margin: 0 0 10px;
}

.sellos_lista {
	background: #e4e4e4;
	padding: 40px;
	min-width: 500px;
	border-radius: 7px;
	max-width: 95%;
	overflow: hidden;
}

.list_notifications {
	width: 100%;
	padding: 20px 20px 10px;
	border: 1px solid #ddd;
	background: #f4f4f4;
}

.list_notifications section {
	display: block;
	background: #666;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .6);
	border-radius: 8px;
	margin: 0px 0 20px;
	text-shadow: 0 0 14px rgba(0, 0, 0, .5);
	font-size: 1.1em;
	position: relative;
}

.list_notifications section.ataques {
	background: #4b4b4b;
}

.list_notifications section.denuncias {
	background: #727272;
}

.list_notifications section.afectaciones {
	background: #8d7272;
}

.list_notifications section:hover {
	transform: none;
	transition: none;
	opacity: 1;
}

.list_notifications section figure,
.list_notifications section figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	z-index: 0;
}

.list_notifications section figure:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(21, 21, 21, 0.8) 100%);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.list_notifications section strong {
	display: block;
	z-index: 1;
	position: relative;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
}

.list_notifications section strong i {
	display: block;
	font-size: .6em;
	margin-top: 10px;
}

.list_notifications section strong b {
	display: block;
	font-size: .8em;
	margin: -5px 0 5px
}

.list_notifications section em {
	font-size: .9em;
	display: block;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.list_notifications section span {
	font-size: .7em;
	background: rgba(0, 0, 0, .8);
	padding: 3px 10px;
	border-radius: 10em;
	margin: 0 0 10px 10px;
	display: block;
	float: right;
}

.list_notifications section span.fecha {
	left: 10px;
	right: inherit;
}

.list_notifications section a.general {
	color: #fff;
	display: block;
	position: relative;
	padding: 12px;
}

.list_notifications section a.notification_url {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	color: #fff;
	font-size: 1.3em;
	width: 40px;
	line-height: 40px;
	text-align: center;
}

.list_notifications[class^="list_notifications view_"] section {
	display: none;
}

.list_notifications.view_afectaciones section[class^="afectaciones"] {
	display: block;
}

.list_notifications.view_denuncias section[class^="denuncias"] {
	display: block;
}

.list_notifications.view_ataques section[class^="ataques"] {
	display: block;
}

.list_graphs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list_graphs a {
	display: block;
	width: 24%;
	text-align: center;
	padding: 20px;
	background: #555;
	margin: 0 0 20px;
	box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
	border-radius: 4px;
	color: #fff;
}

.list_graphs a i {
	display: block;
	text-align: center;
	font-size: 8em;
}

.graph {
	width: 100%;
	min-height: 500px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.desc_graph {
	background: #fff;
	width: 100%;
	background: #f4f4f4;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.desc_graph a {
	width: 50px;
	min-height: 50px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: #ccc;
}

.graph .error {
	margin: 20px;
}

.map_gestion {
	width: 100%;
	min-height: 500px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map_gestion>* {
	width: 100%;
	height: 100%;
}

.map_cuadrilla {
	width: 100%;
	min-height: 200px;
}

.slider-container {
	width: 300px;
}

.slider-container .back-bar {
	height: 10px;
	position: relative;
}

.slider-container .back-bar .selected-bar {
	position: absolute;
	height: 100%;
}

.slider-container .back-bar .pointer {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: red;
	cursor: col-resize;
	opacity: 1;
	z-index: 2;
}

.slider-container .back-bar .pointer.last-active {
	z-index: 3;
}

.slider-container .back-bar .pointer-label {
	position: absolute;
	top: -37px;
	font-size: 8px;
	background: #111;
	white-space: nowrap;
	line-height: 1;
	padding: 10px;
	margin-left: -10px;
	border-radius: 5px;
}

.slider-container .back-bar .focused {
	z-index: 10;
}

.slider-container .clickable-dummy {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slider-container .scale {
	top: 2px;
	position: relative;
}

.slider-container .scale span {
	position: absolute;
	height: 5px;
	border-left: 1px solid #999;
	font-size: 0;
}

.slider-container .scale ins {
	font-size: 9px;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 5px;
	color: #999;
	line-height: 1;
}

.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
	cursor: auto;
}

.theme-green .back-bar {
	height: 10px;
	border-radius: 10em;
	background-color: #ccc;
	background-color: #e7e7e7;
	background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-green .back-bar .selected-bar {
	border-radius: 10px;
	background-color: #f00;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f13f3f), to(#e02525));
	background-repeat: repeat-x;
}

.theme-green .back-bar .pointer {
	width: 25px;
	height: 25px;
	top: -8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10em;
	background-color: #ff0000;
}

.theme-green .back-bar .pointer-label {
	color: #fff;
}

.theme-green .back-bar .focused {
	color: #333;
}

.theme-green .scale span {
	border-left: 1px solid #e5e5e5;
}

.theme-green .scale ins {
	color: #999;
}

.move_time {
	background: #fff;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.move_time {
	background: #fff;
	width: 100%;
	border-radius: 10em;
	display: flex;
	padding: 40px;
	background: #333;
}

.list_chat a {
	display: block;
	position: relative;
	padding: 10px 40px 10px 100px;
	min-height: 110px;
	border-radius: 10px;
	margin: 10px 0;
	border: 1px solid #ddd;
}

.list_chat a img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 10em;
	position: absolute;
	left: 10px;
	top: 10px;
}

.list_chat a strong {
	font-size: 1.2em;
	display: block;
	margin: 15px 0;
}

.list_chat a i {
	position: absolute;
	right: 20px;
	font-size: 2em;
	color: #f00;
	top: 0;
	line-height: 110px;
}

.lightbox .map {
	width: 100%;
	height: 200px;
}

.profile {
	margin: 20px 10px;
	width: 100%;
}

#view-perfil {
	overflow: hidden;
	background: #e3e3e3;
	width: 100%;
	padding: 7%;
	min-height: calc(100vh - 60px);
	max-width: 100% !important;
}

#view-perfil form {
	width: 95%;
	max-width: 500px;
	margin: 0 auto 20px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
	border-radius: 5px;
	height: fit-content;
}

#view-perfil:after {
	width: 160%;
	height: 160%;
	position: absolute;
	z-index: -1;
	left: -30%;
	top: -30%;
	opacity: .3;
	filter: blur(5px);
	transform: rotate(-10deg);
}

#view-perfil label:last-child {
	margin-bottom: 0;
}

#view-perfil label.image {
	border: none;
	box-shadow: none;
	position: relative;
	background: none;
	margin: 0px auto 0px;
}

#view-perfil label.image em {
	position: absolute;
	width: 50px;
	line-height: 53px;
	text-align: center;
	border-radius: 10em;
	display: block;
	background: #ff3535;
	color: #fff;
	left: calc(50% + 15px);
	top: calc(50% + 18px);
	font-size: 2em;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	height: 50px;
}

#view-perfil label.image em i {
	color: #fff;
	text-align: center;
	width: auto;
	line-height: inherit;
}

#view-perfil label.image img {
	width: 130px;
	height: 130px;
	object-fit: cover;
	display: block;
	margin: 10px auto;
	border-radius: 10em;
	border: 5px solid #fff;
	box-shadow: 0 0 5px;
}

#view-perfil label.image input {
	position: absolute;
	left: -120%;
}

#view-perfil label {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 96%;
}

#view-perfil label span {
	display: block;
	font-weight: bold;
	font-size: .7em;
	width: 109%;
	background: none;
	padding: 10px 0 0 8px;
	margin-bottom: 0;
}

#view-perfil label input {
	width: calc(100% - 30px);
	font-size: .9em;
}

#view-perfil label i {
	text-align: center;
	width: 30px;
	line-height: 40px;
	cursor: pointer;
}

#view-perfil label input:not(:disabled) {
	background: #fff;
	border: 1px solid #f4f4f4;
	border-radius: 4px;
}

#view-perfil label input:not(:disabled)+em {
	display: block;
}

#view-perfil .btn {
	left: 0px;
	bottom: 0;
	width: 96%;
}

#verUsuario label {
	background: #fff;
}

#verUsuario label p {
	display: inline;
}

.lightbox.olvido_contrasena,
.login_error,
.lightbox.change_pass {
	max-width: 500px;
}

.form #AgregarUsuario label {
	background: #fff;
}

.form #EditarUsuario label {
	background: #fff;
}

.user_list {
	background: #fff;
	width: 100%;
	font-size: 1.1em;
}

.user_list tr>* {
	padding: 15px;
}

.user_list tr:nth-child(even) td {
	background: #fbfbfb;
}

.user_list th {
	font-weight: bold;
	background: #eee;
	text-align: left;
}

.user_list a {
	display: block;
	text-align: center;
	height: 25px;
	width: 25px;
	background: #888;
	color: #fff;
	line-height: 25px;
	border-radius: 5px;
}

label.switch {
	display: block;
	position: relative;
	background: #ececec;
	width: 50px;
	height: 30px;
	border-radius: 10em;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	cursor: pointer;
	overflow: hidden;
	float: right;
}

label.switch span {
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	background: #fff;
	width: 24px;
	height: 24px;
	border-radius: 10em;
	transition: .4s;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}

label.switch input {
	position: absolute;
	left: -100%;
}

label.switch input:checked+span {
	left: calc(100% - 25px);
	background: #13ca2b;
}

/*////////// responsive ///////////////*/
/******* large *****/
@media screen and (min-width: 1640px) {}

/******* tablet landscape *****/
@media screen and (min-width: 850px) and (max-width: 1050px) {}

/******* tablet portrait *****/
@media screen and (max-width: 1020px) and (min-width: 737px) {}

@media screen and (max-width: 1100px) {
	.personal.reducido.for_four {
		display: block;
	}
	.personal.reducido.for_four div {
		width: 100%;
		margin-bottom: 20px;
	}
}

/******* mobile portrait *****/
@media screen and (max-width: 736px) {
	html {
		overflow-x: hidden;
	}
	html,
	body {
		overflow: initial;
		overflow-x: hidden;
	}
	body {
		background: linear-gradient(135deg, #f10000 0%, #000000 100%);
	}
	.login {
		padding: 20px;
		height: auto;
	}
	.login .logo {
		max-width: 70%;
	}
	nav {
		top: 0;
		left: 0;
		z-index: -1;
		bottom: 0;
		width: 250px;
		left: -100px;
		padding: 20px 0;
		opacity: 0;
	}
	nav a span,
	.nav_open nav a span {
		display: block;
		opacity: 1;
		background: none;
		position: relative;
		transition: inherit;
		left: inherit;
		text-align: left;
	}
	nav a span:after,
	.nav_open nav a span:after {
		display: none;
	}
	.nav_open nav a,
	nav a {
		color: #fff;
		display: block;
		padding: 0 20px 0 50px;
		line-height: 50px;
		margin: 0 30px;
		width: 100%;
		position: relative;
		border-radius: 10em;
		overflow: hidden;
		height: 50px;
		text-align: left;
	}
	.nav_open nav a i,
	nav a i {
		font-size: 1.5em!important;
		position: absolute;
		left: 12px;
		top: 11px;
	}
	.nav_open nav {
		z-index: 1;
		left: 0;
		padding: 20px 0;
		opacity: 1;
	}
	main {
		width: 100%;
		top: 0;
		left: 0;
		background: #ddd;
		padding: 50px 0 0;
		overflow: hidden;
		min-height: 100%;
		max-width: 100%;
	}
	.nav_open main {
		width: 100%;
	}
	.inner {
		padding-bottom: 45px;
	}
	header {
		height: 50px;
		padding: 5px;
		justify-content: space-between;
		transition: .5s;
		right: inherit;
		left: 0;
	}
	header a:hover {
		background: none;
	}
	header .options a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	header .open_nav {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0;
	}
	header .options {
		margin: 0;
	}
	header .options a.open_search {
		display: block;
	}
	header form {
		position: absolute;
		top: -100%;
		margin: 0;
		width: 96%;
		left: 2%;
		box-shadow: 0 3px 11px rgba(0, 0, 0, .5);
		opacity: 0;
		transition: .4s;
	}
	header form.visible {
		top: 110%;
		opacity: 1;
	}
	header form button {
		width: 50px;
	}
	header form input {
		width: calc(100% - 60px);
	}
	.nav_open header {
		left: 250px;
	}
	footer {
		font-size: .8em;
		padding: 3px;
		transition: .5s;
	}
	.nav_open footer {
		left: 250px;
	}
	.list a {
		font-size: 1em;
	}
	.floating {
		bottom: 35px;
		right: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.floating i {
		line-height: 40px;
		font-size: 1.5em;
	}
	form label {
		width: 100%!important;
	}
	#home {
		position: relative;
	}
	.for_details>div {
		width: 100%;
	}
	.for_details h1 {
		font-size: 1.5em;
	}
	.lightbox {
		padding: 0 20px 20px;
		height: 100%!important;
		top: 0!important;
		bottom: 0!important;
		position: fixed!important;
		width: 100%;
	}
	.lightbox h1 {
		font-size: 1.5em;
		margin-top: 15px;
		padding-right: 21px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.lightbox .content_lightbox {
		position: absolute;
		left: 0;
		bottom: 0;
		top: 50px;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.lightbox.previewer {
		padding: 0;
	}
	.lightbox.previewer section {
		height: 100%!important;
		padding: 0;
	}
	.lightbox.previewer section div {
		padding: 0;
	}
	.filters {
		flex-wrap: wrap;
		position: relative;
		height: 42px;
		overflow: hidden;
		padding: 42px 0 0;
		box-shadow: none;
	}
	.filters label {
		width: 100%;
		margin: 0 0 5px;
	}
	.filters legend {
		width: 100%;
		margin: 0;
		position: absolute;
		top: 0;
		text-align: center;
		border: 1px solid #ccc;
		background: #f4f4f4;
		border-radius: 10em;
	}
	.filters.view {
		height: auto;
		padding-top: 50px;
	}
	.filters_search {
		flex-wrap: wrap;
		position: relative;
		height: 42px;
		overflow: hidden;
		padding: 42px 0 0;
		box-shadow: none;
	}
	.filters_search label {
		width: 100%;
		margin: 0 0 5px;
	}
	.filters_search legend {
		width: 100%;
		margin: 0;
		position: absolute;
		top: 0;
		text-align: center;
		border: 1px solid #ccc;
		background: #f4f4f4;
		border-radius: 10em;
	}
	.filters_search.view {
		height: auto;
		padding-top: 50px;
	}
	.for_details {
		padding: 10px;
	}
	.multimedia-preview div {
		width: 100%;
	}
}

/******* mobile landscape *****/
@media screen and (max-width: 736px) and (orientation:landscape) {
	html,
	body {
		-webkit-text-size-adjust: none;
	}
}

/******* firefox *****/
@-moz-document url-prefix() {
	.block1 .main_note:nth-child(5) {
		top: 30px;
	}
	.block2 .main_note:nth-child(1) {
		top: 0;
	}
}

/******* laptop medium *****/
@media screen and (max-width: 1300px) and (max-height: 700px) {
	header {
		height: 60px;
		padding: 15px;
	}
	header .options a {
		height: 30px;
		line-height: 30px;
		width: 30px;
		margin: 0 0 0 15px;
		font-size: 1.3em;
	}
	header .options a i {
		font-size: .9em;
	}
	header .options a img {
		height: 20px;
		width: 20px;
		margin: 6px;
	}
	header .open_nav {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.5em;
	}
	header form input {
		font-size: .8em;
	}
	header form button {
		line-height: 16px;
		height: 30px;
		font-size: 1em;
		margin: 0;
	}
	header .go_home {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.5em;
	}
	footer {
		padding: 5px;
		font-size: .6em;
	}
	main {
		padding-top: 60px;
		width: 100%;
	}
	nav {
		top: 60px;
		font-size: .7em;
		bottom: 20px;
		width: 60px;
	}
	nav a {
		height: 40px;
		line-height: 40px;
	}
	nav a img {
		width: 20px;
	}
	h1 {
		font-size: 1.6em;
	}
	.filters_search {
		font-size: .5em;
	}
	.filters_search legend {
		line-height: 30px;
	}
	.filters_search label {
		height: 30px;
		line-height: 30px;
		padding: 0 5px 0 30px;
	}
	.filters_search label span {
		height: 30px;
		line-height: 30px;
	}
	.filters_search label em {
		width: 20px;
		height: 20px;
		line-height: 20px
	}
	.filters_search fieldset input {
		height: 30px;
		line-height: 30px;
	}
	.filters_search fieldset button {
		height: 30px;
		line-height: 30px;
	}
	.filters {
		font-size: .7em;
	}
	.filters legend {
		line-height: 30px;
	}
	.filters label {
		height: 30px;
		line-height: 30px;
		padding: 0 5px 0 30px;
	}
	.filters label span {
		height: 30px;
		line-height: 30px;
	}
	.filters label em {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.filters fieldset input {
		height: 30px;
		line-height: 30px;
	}
	.filters fieldset button {
		height: 30px;
		line-height: 30px;
	}
	.list a {
		font-size: .8em;
		height: 110px;
	}
	.list.sao a {
		height: auto;
	}
	.buttons_section a {
		font-size: .7em;
	}
	.for_details {
		font-size: .7em;
	}
	.floating {
		width: 40px;
		height: 40px;
		font-size: .6em;
		line-height: 40px;
	}
	.floating i {
		font-size: 1.8em;
		line-height: 40px;
	}
	.title_section {
		font-size: 1.2em;
		padding: 5px;
	}
	.lightbox h1 {
		font-size: 1.3em;
	}
	.lightbox p {
		margin: 20px 0;
	}
}

#option_usermanager {
	display: none;
}

#permiso_edicion .user_list {
	margin-bottom: 20px;
}

#usuario_edicion h1.title_section {
	position: relative;
}

#btn_changeuserpass {
	position: absolute;
	right: 10px;
	cursor: pointer;
}

h2#seals_title {
	margin-top: 20px;
}

input[type="date"] {
	width: 100%;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 30px;
	text-align: center;
	font-size: 0.8em;
}

input[type="time"] {
	width: 100%;
	margin-right: 10px;
	border: 1px solid #ccc;
	border-radius: 30px;
	text-align: center;
	font-size: 0.8em;
}

input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

input[type="date"]::-webkit-clear-button {
	display: none;
}

.add_vehiculo {
	display: block;
	width: 100%;
	text-align: center;
	background: #ddd;
	padding: 10px 0;
	margin: 0 0 40px;
}

.add_vehiculo:hover {
	background: #e4e4e4;
}

.remove_vehiculo {
	display: block;
	width: 100%;
	text-align: center;
	background: #f00100;
	padding: 10px 0;
	margin: 0 0 10px;
	color: white;
}

.remove_vehiculo:hover {
	background: #f00100;
}

.remove_persona {
	display: block;
	width: 100%;
	text-align: center;
	background: #f00100;
	padding: 10px 0;
	margin: 0 0 30px;
	color: white;
}

.remove_persona:hover {
	background: #f00100;
}

form .vehiculo {
	width: 100%;
	font-weight: bold;
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

form .edit-vehiculo {
	width: 100%;
	font-weight: bold;
	margin: 0 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.traininfo {
	display: block;
	padding: 0px 10px 0 5px;
	z-index: 1;
	position: relative;
	font-size: 0.7em;
	width: fit-content;
	overflow: hidden;
	background: #ff0000;
	color: white;
	border-radius: 100px;
	margin-left: 10px;
}

.traininfo>i {
	font-size: 1.6em;
	float: left;
	margin-right: 10px;
	line-height: 28px;
}

.traininfo>p {
	float: left;
	width: fit-content;
}

.traininfo b {
	font-weight: bolder;
}

#AgregarCuadrilla #mapClone {
	height: 400px;
}

.leader>li {
	list-style: none;
	margin-right: 20px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #ddd;
	min-width: calc(33% - 20px);
}

.personas-add {
	width: 100%;
}

/* NEW */
form input[type="file"] {
	visibility: hidden;
}

.one_half {
	width: 48%!important;
}

div.three_col {
	width: 33%;
}

.acta-preview:before {
	content: 'Acta de hechos';
}

.tarjeta-preview:before {
	content: 'Tarjeta informativa';
}

.form_sao h1 {
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.form_sao .btns_flex {
	margin-top: 0;
}

.form_sao .fields {
	margin: 0;
	padding-bottom: 0;
}

.subfields h1 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.fields .subsequence {
	margin-top: 0;
}

textarea {
	resize: none;
}

.sao-info label {
	display: block;
	float: left;
	margin: 10px 1%;
}

.sao-info label:nth-child(1) {
	margin-left: 0;
}

.sao-info label:nth-child(3) {
	margin-right: 0;
}

.list a span.status {
	position: relative;
	right: inherit;
	margin-left: 12px;
	display: inline-block;
	border: 1px solid #ddd;
	font-size: .9em;
	border-radius: 5px;
	background: #eee;
}

.section_multi {
	height: 80% !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.draggable {
	width: 30% !important;
	margin-left: 3% !important;
}

.image_left {
	float: left !important;
	width: 100% !important;
}

.image_img {
	height: 150px !important;
	width: 360px !important;
}

.label_contenedor {
	float: left !important;
	width: 100% !important;
	padding-left: 5% !important;
	padding-top: 5% !important;
}

.contenedor {
	width: 80% !important;
	height: 50px !important;
}

.div_delete {
	position: absolute !important;
	bottom: 5% !important;
	padding-left: 35% !important;
	width: 100% !important;
	padding-left: 10% !important;
}

.btnDelete {
	width: 85%;
	height: 20%;
}

.hotel_multi {
	width: 100%;
	display: flex;
}

.borrado {
	float: right;
	margin-bottom: 3px;
}

.figure_img {
	margin-top: 5px;
}

.print_date {
	float: right;
	padding-right: 2%;
}

.btnDeleteReserva {
	width: 50%;
	height: 20%;
	margin-left: 25%;
	margin-top: 10%;
}

.hover {
	background-color: rgb(255, 255, 255);
	padding: 8px 0 8px 0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.hover_room {
	background-color: rgb(255, 255, 255);
	padding: 8px 0 8px 0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.hover_promocion {
	background-color: rgb(255, 255, 255);
	padding: 8px 0 8px 0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.section_res {
	height: 100% !important;
	padding-left: 0 !important;
	padding-top: 0 !important;
}

.notificacion {
	max-width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-left: 3%;
	font-size: 0.85em;
}

.notificacion_det {
	padding-left: 0 !important;
	height: 95px !important;
}

.slide-placeholder {
	background: #DADADA;
	position: relative;
}

.slide-placeholder:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 15px;
	background-color: #FFF;
}

.image_multimedia {
	height: 150px !important;
	width: 100% !important;
}

.reserva_det {
	padding-left: 0 !important;
	height: 80px !important;
	display: flex !important;
}

.reserva_text {
	position: relative;
	width: 100%;
	right: -20%;
}

.contenedor {
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 15px;
	user-select: none;
	border-radius: 10em;
	background-color: #ececec;
	display: flex;
	justify-content: space-between;
	width: 25%;
	align-items: center;
	padding: 13px 10px 12px 60px;
	overflow: hidden;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	font-family: 'Montserrat';
}

.contenedor input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark_room {
	background: #f00;
	line-height: 50px;
	width: 40px;
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	background: #fff;
	border-radius: 10em;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	text-align: center;
	left: 7px;
	position: absolute;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

.checkmark_portada {
	background: #f00;
	line-height: 50px;
	width: 40px;
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	background: #fff;
	border-radius: 10em;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	text-align: center;
	left: 7px;
	position: absolute;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

.checkmark_hotel {
	background: #f00;
	line-height: 50px;
	width: 40px;
	display: inline-block;
	height: 40px;
	margin-right: 10px;
	background: #fff;
	border-radius: 10em;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	text-align: center;
	left: 7px;
	position: absolute;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

.contenedor input:checked~.checkmark_room {
	background: #f00;
	color: #fff;
	font-family: 'LineAwesome';
	line-height: 40px;
	font-size: 1.2em;
	position: absolute;
	left: 7px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

.contenedor input:checked~.checkmark_portada {
	background: #f00;
	color: #fff;
	font-family: 'LineAwesome';
	line-height: 40px;
	font-size: 1.2em;
	position: absolute;
	left: 7px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

.contenedor input:checked~.checkmark_hotel {
	background: #f00;
	color: #fff;
	font-family: 'LineAwesome';
	line-height: 40px;
	font-size: 1.2em;
	position: absolute;
	left: 7px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

.checkmark_room:after {
	content: "";
	position: absolute;
	display: none;
	left: 15px;
	top: 7px;
	width: 8px;
	height: 20px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.checkmark_portada:after {
	content: "";
	position: absolute;
	display: none;
	left: 15px;
	top: 7px;
	width: 8px;
	height: 20px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.checkmark_hotel:after {
	content: "";
	position: absolute;
	display: none;
	left: 15px;
	top: 7px;
	width: 8px;
	height: 20px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.contenedor input:checked~.checkmark_room:after {
	display: block;
}

.contenedor input:checked~.checkmark_portada:after {
	display: block;
}

.contenedor input:checked~.checkmark_hotel:after {
	display: block;
}

.contenedor .checkmark_room:after {
	left: 15px;
	top: 7px;
	width: 8px;
	height: 20px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.contenedor .checkmark_portada:after {
	left: 15px;
	top: 7px;
	width: 8px;
	height: 20px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.contenedor .checkmark_hotel:after {
	left: 15px;
	top: 7px;
	width: 8px;
	height: 20px;
	border: solid white;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}

.grid {
	position: relative;
	width: 90%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.item {
	display: block;
	position: absolute;
	height: 100px;
	margin: 5px;
	z-index: 1;
	background: #000;
	color: #fff;
	width: 30% !important;
	margin-left: 3% !important;
	margin-top: 5% !important;
}

.item.muuri-item-dragging {
	z-index: 3;
}

.item.muuri-item-releasing {
	z-index: 2;
}

.item.muuri-item-hidden {
	z-index: 0;
}