@charset "utf-8";
@import url("../fonts/fonts.css");
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, font, 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 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	vertical-align: baseline;
	text-decoration: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #0083cb;
	font-family: "OpenSans Regular";
	font-size: 14px;
}
.center {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	float: left;
	width: 100%;
	height: auto;
	/* padding: 0 20px 0 20px; */
	position: relative;
}
.body {
	float: left;
	width: 100%;
	background-color: #f0f0f0;
	padding: 20px 0 20px 0;
}
strong {
	font-family: "OpenSans Bold";
}
.mobile {
	display: none;
}
.desktop {
	display: block;
}
.titulo-secciones {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0 0 20px 0;
	font-family: "OpenSans Bold";
}
.titulo-secciones {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0 0 20px 0;
	font-family: "OpenSans Light";
	color: #0083cb;
	font-size: 16px;
}
.titulo-secciones li{
	float: left;
	padding: 0 5px 0 0;
}
.titulo-secciones li:last-child{
	padding: 0;
}
.titulo-secciones li::after{
	content: " / ";
}
.titulo-secciones li.back::after{
	content: " ";
}
.titulo-secciones .back{
	float: right;
	width: 10%;
	text-align: right;
}
.titulo-secciones a{
	color: #53585B;
}
.titulo-secciones a:hover{
	color: #333;
}
.confirmation-window{
	width: 500px;
	height: 248px;
	border-radius: 10px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
	-webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
	z-index: 1010;
	padding: 15px;
	border: 1px solid #ADADAD;
	display: none;
}
.confirmation-window .titulo{
	float: left;
	width: 100%;
	padding: 8px 14px 8px 14px;
	background-color: #ff5455;
	color: #fff;
	border-radius: 5px;
	text-align:left;
	font-family: "OpenSans Bold";
}
.confirmation-window .evento{
	float: left;
	width: 100%;
	padding: 45px 0 20px 0;
	color: #000;
	text-align: left;
	font-family: "OpenSans Light";
	font-size: 20px;
}
.confirmation-window .evento i{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	font-size: 36px;
	float: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 35px;
	margin-right: 30px;
	color: #666
}
.confirmation-window a{
	float: right;
	font-family: "OpenSans Bold";
	width: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #D82E2E;
	border-radius: 5px;
	text-align: center;
	background-color: #ff5455;
	color: #fff;
	margin-left: 20px;
	margin-right: 5px;
}
.confirmation-window a:hover{
	cursor: pointer;
}
.confirmation-window a.no{
	background-color: #24c166;
	border: 1px solid #268C59;
}
a:hover {
/*	-webkit-filter: brightness(130%);
	filter: brightness(130%);
	-webkit-filter: invert(100%);
	filter: invert(100%);
*/
}
#header {
	float: left;
	width: 100%;
	padding: 20px 0;
}
#header .logo {
	float: left;
	width: 50%;
}
#header .logo a{
	color: #FFF;
	font-size: 24px;
	font-family: "OpenSans Bold";
}
#header .logo img{
	max-width: 200px;
}
#header .user {
	float: right;
	list-style-type: none;
	padding: 6px 0 0 0;
}
#header .user i{
	margin: 0 5px 0 0;
}
#header .menu-button {
	display: none;
}
#header li {
	float: left;
	padding-left: 10px;
	margin-left: 20px;
}
#header li a{
	color: #fff;
}
#header .menu i{
	padding: 0 5px 0 0;
}
#menu {
	float: left;
	width: 100%;
	color: #fff;
	position: relative;
	background-color: #53585B;
}
#menu .titulo{
	float: left;
	width: 100%;
	padding: 0 0 5px 0;
}
#menu .cliente{
	float: left;
	width: 100%;
	padding: 0 0 0 29px;
	font-size: 12px;
	color: #fff;
}
#menu li{
	float: left;
	list-style-type: none;
}
#menu i{
	float: left;
	width: 20px;
	color: #fff;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
#menu a{
	float: left;
	width: 100%;
	color: #fff;
	padding: 20px 30px 20px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3a3e40;
	text-transform: uppercase;
	font-family: "OpenSans Bold";
}
#menu li:last-of-type{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3a3e40;
}
#menu a:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.1)
}
#menu a.selected{
	background-color: rgba(0,0,0,0.1);
	position: relative;
}
#menu a.selected::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #0083cb;
}
#menu li:hover > ul{
	display: block;
}
#menu li ul{
	display: none;
	top: 58px;
	position: absolute;
	width: 270px;
	height: auto;
	z-index: 10000;
	text-align: left;
	padding: 0;
	transition: all 0.5s ease;
}
#menu li ul span{
	position: absolute;
	left: 0;
	right: 0;
	top: -9px;
	height: 10px;
	overflow: hidden;
}
#menu li ul span::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background-color: #0083cb;
}
#menu li ul span::after{
	content: "";
	position: absolute;
	left: 25px;
	right: 0;
	top: 3px;
	height: 10px;
	width: 10px;
	transform: rotate(45deg);
	background-color: #0083cb;
}
#menu li ul li{
	text-align: left;
	padding: 0;
	width: 100%;
	border: none;
	z-index: 1000;
	background-color: #62676A;
}
#menu li ul li a{
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	border: none;
	width: 100%;
	font-family: "OpenSans Regular"
}
#menu li ul li a:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.1);
	border: 0px;
}
#tiles {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas: "large large ." ". . .";
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
#tiles a{
	background-color: #fff;
	padding: 20px;
	position: relative;
	padding-bottom: 35%;
	color: #0083cb;
	transition: 0.3s all ease;
	border: solid 1px rgba(0,0,0,0);
}
#tiles a:hover{
	border-color:rgba(0,0,0,0.3)
}
#tiles .large{ 
	grid-area: large; 
}
#tiles .blue{
	background-color:#0066ff;
	color: #FFF;
}
#tiles .green{
	background-color: #30B157;
	color: #FFF;
}
#tiles .red{
	background-color:#ff5455;
	color: #FFF;
}
#tiles .cyan{
	background-color: #00B0DD;
	color: #FFF;
}
#tiles h1{
	font-size: 18px;
	line-height: normal;
	font-family: "OpenSans Bold";
	position: absolute;
	left: 20px;
	top: 20px;
}
#tiles i{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	margin-top: -30px;
	margin-left: -30px;
}
#tiles h2, #tiles h3{
	position: absolute;
	left: 20px;
	bottom: 20px;
	text-align:left;
	font-size: 12px;
}
#tiles h3{
	left: auto;
	right: 20px;
	text-align:center;
	font-size: 12px;
	color: #FFF;
}
#tiles h3.off{
	color: rgba(255,255,255,0.3);
}
#footer {
	float: left;
	width: 100%;
	padding: 20px 0 20px 0;
	color: #FFF;
}
#footer .logo {
	float: left;
	width: 50%;
}
#footer .version {
	float: left;
	width: 50%;
	text-align: right;
}
