
/**==== CONTENEDOR	====*/
	.gm-style-iw-chr{ height: 0 !important; }
    .gm-style-iw-chr button{ padding: 0 !important;  right: 0px !important; }
	.gm-style-iw-chr button span{ margin: 0 !important; transform: translateX(-4px)}
    
	.gm-style-iw.gm-style-iw-c{ 
		padding-top: 0  !important;
		padding-right: 0  !important;
		padding-bottom: 0  !important;
		padding-left: 0  !important;
		background: #fff !important;
		min-height: 380px !important;
		width: 300px !important;
		min-width: 300px !important;
		max-width: 300px !important;
	}
	.gm-style-iw-d{ 
		overflow: hidden !important; 
		max-height: 380px !important;
		width: 300px !important;
		min-width: 300px !important;
		max-width: 300px !important;
	}
/*===	BOTON CERRAR	===*/
	button.gm-ui-hover-effect{ 
		background: #fff !important;
		position: absolute; 
		z-index:99;
		top: 5px !important; 
		right: 7px !important; 
		border-radius: 50% !important;
		width: 26px !important;
		height: 26px !important;
		text-align: center
	}
	button.gm-ui-hover-effect span{ 
		margin: 0 !important;
		margin-left: 6px !important
	}
/*====	 MI CONTENIDO	====*/
	.infoWindowGmaps img{width: 100% !important; max-width: 100% !important;}
	.infoWindowGmaps p{margin-bottom:0; font-size:15px;line-height:1.4em; font-family: "Mulish";}
	.infoWindowGmaps strong{font-weight: 600 !important; color: black}
	.infoWindowGmaps .btn-icono-redondo{ display: inline-block; width: 30px; height:30px; text-align: center; line-height:30px; border-radius: 50%; background: #4285f4; color: #fff; font-size: 18px}

	.pin-precio {
		background: #1f3c88;
		color: #fff;
		padding: 6px 10px;
		border-radius: 8px;
		font-size: 13px;
		font-weight: 600;
		white-space: nowrap;
		box-shadow: 0 2px 6px rgba(0,0,0,.3);
		transform: translate(-50%, -100%);
		cursor: pointer;
		}

		.pin-precio:hover {
		background: #152b63;
		}