
#mapa {
    width: 100%;
    height: 100%;    
}

#mapa img {
    max-width: none !important;    
    margin: 0px !important;
}

#mapa-wrapper {
    position: relative;
    padding: 0px;
}

#wrapper-top {
	z-index: 1;
    width: min-content;    
    position: absolute;    
    top: 10px;
    left: calc(50% - 48px);
}

#wrapper-mensagem-top {
	z-index: 1;
    width: max-content;    
    position: absolute;    
    top: 70px;
    left: calc(30% - 48px);
}

#wrapper-mensagem-top label {
	border-radius: 25px;
  	border: 2px solid #73AD21;
  	padding: 20px;
  	background-color: yellow;  	
}

#wrapper-top-right {
    position: absolute;
    z-index: 1;    
    top: 10px; 
    right: 50px;
}

#wrapper-top-right .btn {
	line-height: 26px;
}

#wrapper-top input {
	height: 40px;
}

#wrapper-top .btn {
	line-height: 26px;
}

.wrapper-bottom {
    width: fit-content;    
    position: absolute;    
    left: calc(50% - 48px);
    bottom: 20px;    
}

.wrapper-bottom .btn {
	border-radius: 6px 6px 6px 6px !important;
	padding-left: 30px;
    padding-right: 30px;
}

#wrapper-bottom-right {
	position: absolute;
    bottom: 200px;    
    right: 5px;    
}

.gm-style-iw-custom {
    width: 351px !important;
    /*top: 14px !important;*/
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    /*border: 1px solid rgba(72, 181, 233, 0.6); */
    /*border-radius: 2px 2px 10px 10px; */
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}

.modal-mapa .modal-dialog {
    max-width: 90%;  
    width: 90%;
    margin: 1.75rem auto;
}

.modal-mapa .close{
	right: 61px;
}

#iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    background-color: #48b5e9;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
    padding-right: 22px;
}

#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 5px 5px 8px 5px;
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
}

#iw-container .iw-content-servico {    
    max-height: 300px;    
}

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px; 
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}

.iw-paragrafo {
	font-size: 12px;
	margin-bottom: 10px;
}

.iw-bottom-gradient {
    position: absolute;
    width: 342px;
    height: 25px;
    bottom: 0px;
    right: 4px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.gm-ui-hover-effect {
	margin: 0px 0px !important;
	top: -1px !important;
}

.gm-style .gm-style-iw-c {    
    padding: 0px;
}

.gm-style .gm-style-iw-d {    
    max-height: 662px !important;
}

.gm-style-iw-ch {
    padding-top: 0px;
}

/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

