@media only screen and (max-width : 1100px) {
.content{
	padding: 0;
}
.body {
	padding: 0;
}
.mobile {
	display: block;
}
.desktop {
	display: none;
}
.titulo-secciones {
	padding: 10px;
	margin: 0;
}
.confirmation-window{
	width: 300px;
	height: 320px;
	margin-top: -250px;
	margin-left: -150px;
}
.confirmation-window .evento{
	padding: 35px 0 30px 0;
	font-size: 18px;
}
.confirmation-window .evento i{
	font-size: 36px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 25px;
	margin-right: 10px;
}
.confirmation-window a{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 5px;
	margin: 0 0 20px 0;
}
.confirmation-window a.no{
	border: 1px solid #268C59;
}
#header {
	height: auto;
	padding: 0;
}
#header .content, #footer .content {
	padding: 0;
}
#header .logo {
	width: 70%;
	padding: 10px;
}
#header .logo img{
	height: 35px;
}
#header .user {
	display: none;
}
#header .menu-button {
	float: right;
	display: block;
	padding: 18px;
	color: #FFF;
	font-size: 20px;
}
#menu {
	float: left;
	width: 100%;
	background-color: #53585B;
	padding: 0;
	display: none;
	border-radius: 0;
}
#menu li{
	padding: 10px;
	float: left;
	width: 100%;
	text-align: center;
	border: none;
	border-bottom: solid #999 1px;
}
#menu li a{
	padding: 5px;
	border: none;
}
#menu i{
	float: left;
	margin: 0 10px 0 0;
	display: none;
}
#menu .titulo, #menu .cliente {
	width: 60%;	
	padding: 0;
	line-height: 18px;
}
#menu .realstatelogo{
	float: right;
	width: 90px;
	height: 33px;
	margin: 0;
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
}
#tiles {
	float: left;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr ;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-areas: "large large " ". ." ". ." ". .";
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
#tiles h1{
	left: 10px;
	top: 10px;
	font-size: 14px;
	line-height: 14px;
}
#tiles i{
	font-size: 30px;
	margin-top: -15px;
	margin-left: -15px;
}
#tiles h2, #tiles h3{
	left: 10px;
	bottom: 10px;
	font-size: 12px;
	line-height: 14px;
}
#tiles h3{
	left: auto;
	right: 10px;
	font-size: 12px;
}
#footer {
	padding: 20px;
}
#footer .logo{
	padding: 0;
	width: 50%;
	text-align: left;
}
#footer .version{
	padding: 0;
	width: 50%;
	text-align: right;
}
}
