.maps-xpainel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    min-height: 300px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.maps-xpainel-loadingWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.maps-xpainel [role="dialog"] {
	background-color: #000000d9;
	color: #FFFFFF;
	font-size: 12px;
	margin: 45px 0px;
	padding: 0;
}

.maps-xpainel [role="dialog"]:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.btn-mapsx {
	border: solid #f9f6f6 1px;
	border-radius: 5px;
	margin: 2px;
	color: white !important;
	background: transparent;
	padding: 3px 6px !important;
	font-size: 16px;
	transition: all 0.5s;
}

.btn-mapsx:hover {
	color: black !important;
	background: white !important;
}

.maps-xpainel  .gm-style-iw-d{
	overflow: hidden !important;
}


.maps-xpainel  .gm-style .gm-style-iw-tc::after {
	display: none !important;
}

#mapa{
	width: 100%;
	height: 410px;
}

.mapxdescription {
	margin: 0;
	font-family: 'Ubuntu';
	font-size: 7px;
	border: none;
	padding: 20px;
	text-align: center;
}

.mapxdescription h4{
	line-height: 16px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	color: white !important;
}
.mapxdescription h5 {
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	color: white !important;
}
.mapxdescription address {
	line-height: 16px;
	font-size: 10px;
	font-weight: 100;
	text-align: center;
	margin: 5px auto;
	max-width: 150px;
	display: block;
	color: white !important;
}
.mapxdescription strong{
	line-height: 16px;
	font-size: 16px;
	font-weight: 100;
	text-align: center;
	margin: 0 auto;
}
.gm-ui-hover-effect span {
	background: white;
	width: 20px !important;
	height: 20px !important;
	margin: 4px !important;
}

