/*
 * Globals
 */

.map-responsive{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.baterias-heliar-logo {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.heliar_agm {
	margin-left: 20px;
	margin-right: 20px;
}

.heliar_original {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.heliar_agm, .heliar_original {
		display: none;
	}
}


.address {
	font-weight: bold;
	color: #fff;
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}