:root {
  --altura-slider-desktop: 70vh;
  --altura-slider-mobile: 500px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: var(--color-08);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif !important;
}

/* Maps */
#map {
  height: 100%;
}
.mapa{height: calc(100vh - 330px) !important;}
.iw_content {
	padding: 15px 15px 15px 0;
}
.div-busca{height: 55px !important;}
#map-canvas {
	width:100%;
	height: 100%;
}

/* Sections General */
section {
  padding: 0 0 80px 0;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 1.75em;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background:  var(--color-03);
  bottom: 0;
  left: calc(50% - 25px);
  display: none;
}

.section-title p {
  margin-bottom: 0;
}

.img-responsive{
  width: 100%;
}

.rds5{
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }   
  .section-title h2 {
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    font-family: "Poppins", sans-serif;
  }  
  section {
    padding: 0px;
  }  
}