body {
	margin: 0px;
}

.gm-style-iw + div {
	display: block;
}

.gm-style-iw {
	width: 350px !important;
	min-height: 300px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #fff;
	box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
	border: 1px solid rgba(110, 67, 59, 0.6);
	border-radius: 2px 2px 10px 10px;
}

#iw-container {
	margin-bottom: 10px;
}

#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #F1631A;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}

#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.iw-content img {
	float: left;
	margin: 0 5px 5px 10px;
}

.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}

.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	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%);
}

div.card {
	width: 300px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: center;
	z-index: 2;
}

div.card-1 {
    width: 120%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    z-index: 2;
}

.card-1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


#wrapper {
	position: relative;
}

#over_map {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 99;
}

#over_map-1{
    position: absolute;
    top: 10px;
    right: 35%;
    z-index: 99;
}

.contendor-mapa {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

#map_container {
	position: relative;
}

#map-canvas {
	min-height: 820px;
	overflow: hidden;
	padding-bottom: 22.25%;
	padding-top: 30px;
	position: relative;
}

div.browse-wrap {
	top:0;
	left:0;
	margin:20px;
	cursor:pointer;
	overflow:hidden;
	padding:20px 60px;
	text-align:center;
	position:relative;
	background-color:#f6f7f8;
	border:solid 1px #d2d2d7;}
div.title {
	color:#3b5998;
	font-size:14px;
	font-weight:bold;
	font-family:tahoma, arial, sans-serif;}
input.upload {
	right:0;
	margin:0;
	bottom:0;
	padding:0;
	opacity:0;
	height:300px;
	outline:none;
	cursor:inherit;
	position:absolute;
	font-size:1000px !important;}
span.upload-path {
	text-align: center;
	margin:20px;
	display:block;
	font-size: 80%;
	color:#3b5998;
	font-weight:bold;
	font-family:tahoma, arial, sans-serif;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	h4{
		font-size: 11px !important;
	}

	#over_map {
	    position: relative;
	    top: 10px;
	    right: 20px;
	    left: 12%;
	    padding-bottom: 50px;
	}

	#over_map-1 {
	    position: relative;
	    top: 10px;
	    right: 20px;
	    left: 12%;
	    padding-bottom: 50px;
	    font-size: 11px;
	}

	#map-canvas {
		min-height: 520px;
	}	

	.md-section {
	    padding-top: 0px !important;
	    padding-bottom: 0px !important;
	}
	.gm-style-iw + div {display: inline-table;}

	div.card-1 {
	    width: 60%;
	    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	    text-align: center;
	    z-index: 2;
	}

	.card-1 {
	    position: relative;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    min-width: 0;
	    word-wrap: break-word;
	    background-color: #fff;
	    background-clip: border-box;
	    border: 1px solid rgba(0,0,0,.125);
	    border-radius: .25rem;
	}
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

