.landing-offer-block .landing-offer-details {
  width: 100%;
  background: #0E659B !important;
  border: 0;
  min-height: 78px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.cta-circuitos{
  color: #ffffff !important;
  background-color: #0E659B;
  border-color: #EA7B2A;
  border-radius: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: lato-bold;
  transition: all .2s ease-out;
  cursor: pointer;
  font-size: 15px;
  white-space: nowrap;
  padding: .5rem 1rem;
  height: 30px;
}
.container-7-blocks {
  background: #2B6295;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c46c23',endColorstr='#db912a',GradientType=1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.container-7-blocks__text {
  color: #fff;
  font-size: 12px;
  padding-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase
}
.container-7-blocks__module {
  padding: 10px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff
}
@media screen and (max-width: 767px){
  .landing-offer-block .offer-block .landing-img-block {
    display: block !important;}
}
.landing-offer-block .landing-offer-details p{
  font-family: "lato-light";
  padding: 0 20px;
}
@media screen and (min-width: 1200px){
  .offer-section h3, .offer-section .offer-location {
    white-space: inherit !important;
  }
  .landing-offer-block .offer-block h3 {
    padding-bottom: 14px;
    font-size: 16px;
  }
}
.landing-offer-block .offer-block {
  padding: 0;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}
.landing_hotels>div {
  margin-top: 10px;
}
#container-search-engine {
  max-width: 545px;
  width: 100%;
  pointer-events: all!important;
}
.landing-offer-block .landing-offer-details {
  min-height: 130px;
  font-size: 16px;
}