h1 {
  font-size: 24px;
}

.cont-precio {
  margin-top: 12px;
  margin-bottom: 30px;
}

.cont-precio span {
  font-size: 30px;
  font-weight: 700;
}

.cont-offer-timer {
  border: 1px solid #027A02;
  background: #e2e7ce;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 28px;
}

.cont-offer-timer svg.icon-anyfill-graph-clock {
  width: 26px;
  height: 34px;
  padding-top: 10px;
}

.cont-offer-timer svg.icon-anyfill-graph-clock, .cont-offer-timer svg.icon-anyfill-graph-clock * {
  fill: #027A02;
}

.cont-offer-timer .text-timer {
  text-transform: uppercase;
  font-weight: 700;
}

html.fonts-loaded .cont-offer-timer .text-timer {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .cont-offer-timer .text-timer, html[lang|="fa"].fonts-loaded .cont-offer-timer .text-timer, html[lang|="he"].fonts-loaded .cont-offer-timer .text-timer {
  font-weight: 700;
}

.cont-offer-timer .timer {
  font-size: 36px;
  color: #027A02;
  font-weight: normal;
  margin: 10px 0 0 0;
}

h2 {
  font-weight: 700;
  font-size: 20px;
}

h2:after {
  content: '';
  border-bottom: 2px solid #e6e6e6;
  width: 70px;
  margin: 25px 0 15px 0;
  display: block;
}

.info-promotion-flight svg.icon-anyfill-graph-check {
  width: 16px;
  height: 16px;
  float: left;
}

.info-promotion-flight svg.icon-anyfill-graph-check, .info-promotion-flight svg.icon-anyfill-graph-check * {
  fill: #027A02;
}

.info-promotion-flight h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  margin: 0 0 10px 5px;
}

.info-promotion-flight p {
  clear: both;
  margin-bottom: 40px;
}

.info-promotion-flight a {
  color: #3171c9;
}

.cont-bg-flights {
  overflow: hidden;
  background: #FFF;
  width: 100%;
  margin-top: 22px;
}

.img-logo-airline {
  margin: 20px 0 10px 0;
}

/* Small devices (tablets, 768px and up) */
/* Mobile */
@media (max-width: 767px) {
  .cont-precio {
    margin-bottom: 10px;
  }
  .cont-offer-timer {
    padding: 14px 0 20px 0;
  }
  .cont-offer-timer .text-timer {
    font-size: 13px;
  }
  .cont-offer-timer .timer {
    margin: 0;
    font-size: 34px;
  }
}

/*# sourceMappingURL=flights_offers.css.map */