/* especifico para google map a pantalla completa */
html,
body {
  height: 100%;
  overflow: hidden;
  position: relative;
  --background-color: black;
}
.gmnoprint {
  display: none;
}
/**************/
/* GOOGLE MAP */
/**************/
#map_canvas {
  margin: 0;
  padding: 0;
  height: 100%;
  /* oculta terms of use */

}
/* Para que no se vean en la pagina,
es para usarlos con google maps */
.bubbles {
  display: none;
  __background-color: red;
}
/*
.rich_marker * { box-sizing: border-box; }
.rich_marker { display: block; }

.rich_marker .inner {
	display: block;
	__background-color: black;//Lo anulo porque manda sobre el color especifico 
	color: white;
	overflow: hidden;
	position: relative;
	
}

.rich_marker .triangle-topright {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
}

// limita la imagen
.rich_marker .inner div.img {
	width: 90%;
	height: 90%;
	overflow: hidden;
	position: absolute;
	top: 5%;
	left: 5%;
}
*/
/*
.rich_marker .inner div.img img {
	&.horizontal{
		width: auto;
		height: 100%;
	}
	&.vertical{
		width: 100%;
		height: auto;
	}
}
*/
/*
.rich_marker .inner div.txt {
	padding: 3px;
	position: absolute;
	bottom: 0px;
}

.rich_marker .inner div.txt * {
	font-size: 9px;
}

.rich_marker:hover {
	cursor: pointer;
}
*/
.rich_marker:hover {
  cursor: pointer;
}
.rich_marker .triangle-topright {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.rich_marker .inner {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 6%;
  box-sizing: border-box;
}
.rich_marker .inner_img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.rich_marker .inner_img .centered {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.rich_marker .inner_img .centered img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rich_marker .inner_img img.vertical {
  width: 100%;
  height: auto;
}
.rich_marker .inner_img img.horizontal {
  width: auto;
  height: 100%;
}
/* ME LO GENERA EL PLUGIN
/* diferentes zoom */
/*
.rich_marker.zoom20 					{ height: 110px; }
.rich_marker.zoom20 .inner 				{ width: 70px; height: 100px; }
.rich_marker.zoom20 .triangle-topright 	{ top:100px; right: 0px; }
	
.rich_marker.zoom10 					{ height: 56px; }
.rich_marker.zoom10 .inner 				{ width: 50px; height: 50px; }
.rich_marker.zoom10 .triangle-topright 	{ top:50px; right: 0px; }
.rich_marker.zoom10 .inner div.txt   	{ display: none; }

.rich_marker.zoom5 						{ height: 22px; }
.rich_marker.zoom5 .inner 				{ width: 14px; height: 14px; }
.rich_marker.zoom5 .triangle-topright 	{ top:10px; right: 0px; }
.rich_marker.zoom5 .inner div.txt   	{ display: none; }

.rich_marker.zoom2 						{ height: 5px; }
.rich_marker.zoom2 .inner 				{ width: 5px; height: 5px; }
.rich_marker.zoom2 .triangle-topright 	{display: none; }
.rich_marker.zoom2 .inner *				{ display: none; }
*/
/* ME LO GENERA EL PLUGIN
/* diferentes colores 

.rich_marker[data-type="proyecto"] *	{ background-color: black; }
.rich_marker[data-type="concurso"] * 	{ background-color: red; }
.rich_marker[data-type="conferencia"] * { background-color: magenta; }

/* el triangulito con su color y tamaño 
.rich_marker .triangle-topright { background-color: transparent; }

/* zoom20 
.rich_marker.zoom20[data-type="proyecto"] .triangle-topright 	{
	border-top: 10px solid black; border-left: 10px solid transparent; }
	
.rich_marker.zoom20[data-type="concurso"] .triangle-topright 	{
	border-top: 10px solid red; border-left: 10px solid transparent; }
	
.rich_marker.zoom20[data-type="conferencia"] .triangle-topright 	{
	border-top: 10px solid magenta; border-left: 10px solid transparent; }

/* zoom10 
.rich_marker.zoom10[data-type="proyecto"] .triangle-topright 	{ 
	border-top: 6px solid black; border-left: 8px solid transparent; }

.rich_marker.zoom10[data-type="concurso"] .triangle-topright 	{ 
	border-top: 6px solid red; border-left: 8px solid transparent; }
	
.rich_marker.zoom10[data-type="conferencia"] .triangle-topright 	{ 
	border-top: 6px solid magenta; border-left: 8px solid transparent; }

/* zoom5 
.rich_marker.zoom5[data-type="proyecto"] .triangle-topright  	{
	border-top: 4px solid black; border-left: 4px solid transparent; }

.rich_marker.zoom5[data-type="concurso"] .triangle-topright  	{
	border-top: 4px solid red; border-left: 4px solid transparent; }
	
.rich_marker.zoom5[data-type="conferencia"] .triangle-topright  	{
	border-top: 4px solid magenta; border-left: 4px solid transparent; }
*/
/* BUUBLE para google map */
/* ventana superpuesta con info del proyecto */
#info_bubble {
  z-index: 20;
  box-sizing: border-box;
  width: 150px;
  height: auto;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  top: 5000px;
  left: 100px;
  border: 1px solid black;
}
#info_bubble * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#info_bubble .bubble_cerrar {
  float: right;
  display: block;
  text-decoration: none;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 1.2em;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
}
#info_bubble .bubble_cerrar:hover {
  background-color: black;
  color: white;
}
/* Lo genera el plugin */
/*
#info_bubble.proyecto { background-color: red; }
#info_bubble.concurso { background-color: red; }
#info_bubble.conferencia { background-color: red; }
*/
/* contenido */
#info_bubble .bubble_content {
  clear: both;
  color: white;
  padding: 2px;
}
#info_bubble .bubble_content img {
  width: 100%;
  height: auto;
}
#info_bubble .bubble_content a {
  text-decoration: none;
  font-weight: 300;
  color: white;
  width: 100%;
  display: block;
}
#info_bubble .bubble_content a:hover {
  color: black;
  background-color: white;
}
#info_bubble .bubble_content a:hover img {
  border: 2px solid black;
  box-sizing: border-box;
}
#info_bubble .bubble_content .titulo {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 200;
  margin-top: 10px;
  color: black;
}
#info_bubble .bubble_content .titulo:hover {
  color: white;
  background-color: black;
}
#info_bubble .bubble_content .memoria {
  margin-top: 5px;
  font-size: 0.85em;
  min-height: 70px;
  max-height: 160px;
  overflow: auto;
  color: #555555;
}
#info_bubble .bubble_content .memoria p {
  font-size: 0.85em;
  margin-top: 5px;
}
#info_bubble .bubble_content .memoria::-webkit-scrollbar {
  width: 0;
}
#info_bubble .bubble_content .memoria a {
  font-size: 0.85em;
  color: gray;
  text-decoration: underline;
}
#info_bubble .bubble_content .memoria a:hover {
  color: white;
  background-color: black;
}
#info_bubble .bubble_content .superficie {
  margin-top: 30px;
}
#info_bubble .bubble_content .superficie,
#info_bubble .bubble_content .ciudad,
#info_bubble .bubble_content .fecha {
  font-size: 0.85em;
  line-height: 12px;
  color: gray;
}
#info_bubble .bubble_content .fecha {
  float: right;
  margin-top: 6px;
  color: black;
}
#info_bubble {
  background-color: white !important;
}
#info_bubble .bubble_cerrar {
  color: black !important;
}
#info_bubble .bubble_cerrar:hover {
  color: white !important;
}
#mapa_leyenda {
  z-index: 1000;
  position: fixed;
  top: 160px;
  left: -1px;
}
#mapa_leyenda .leyenda_ocultar {
  width: 100%;
  height: 22px;
  line-height: 22px;
  display: block;
  background-color: black;
  color: white;
  cursor: pointer;
  border: 1px solid black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#mapa_leyenda .leyenda_ocultar span {
  padding: 0 5px;
}
#mapa_leyenda .leyenda_ocultar:hover {
  background-color: white;
  color: black;
}
#mapa_leyenda .leyenda {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 2px 0;
  cursor: pointer;
}
#mapa_leyenda .leyenda.off {
  background-color: rgba(255, 255, 255, 0.2);
  color: gray;
}
#mapa_leyenda .leyenda:hover {
  background-color: black;
  color: white;
}
#mapa_leyenda .leyenda_cuadrado {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 1px 2px;
}
#mapa_leyenda .leyenda_subtitulo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
nav.map {
  position: fixed;
  bottom: 40px;
  left: 35px;
  z-index: 200;
}
nav.map .zoom_in,
nav.map .zoom_out {
  cursor: pointer;
  height: 50px;
  width: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
  display: block;
  box-sizing: border-box;
}
nav.map .zoom_in {
  background: url("../../include/less/img/map-controls.png") top center no-repeat;
}
nav.map .zoom_out {
  background: url("../../include/less/img/map-controls.png") bottom center no-repeat;
}
