h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: 600;
  letter-spacing: -2px;
}


.bg-orange {
  background-color: #f48634;
}

.text-orange {
  color: #f48634 !important;
}

.bar .logo {
  max-height: 4em;
  top: -4px;
}

.text-border{
  font-weight: 800;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 2px;
}

.normal-spacing {
  letter-spacing: 0;
}

.feature__body h5{
  min-height: 0 !important;
}

.product h4 {
  font-size: 1.1em;
  margin-bottom: 0;
}

.product img {
  width: auto;
  max-height: 160px;
}

.clientes-slider img {
  opacity: 0.6;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 200px;
  height: auto;
}

article .type--bold {
  font-weight: bold !important;
}

.paquete h3 {
  font-weight: 300;
}

.precio {
  color: black !important;
  font-weight: 500;
  background-color: #cccccc;
  padding: 4px;
  border-radius: 15px;
}

#paquetes .flickity-prev-next-button.previous {
  left: -49px;
}

#paquetes .flickity-prev-next-button.next {
  right: -49px;
}