/* 6 banners */
@media screen and (max-width: 767px) {
  .landing_hotels>.custom-html.pepe {
    margin-top:185px;
  }
}
.landings-section .content-frame#main {
  max-width: inherit;
  background: #fff;
  overflow: hidden;
}
.landings-section .content-frame#main #elige-viaje {
  float: left;
  width: 100%;
}
.column {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 19px;
  width: 100%;
  height: 100%;
}
.title11 {
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #3a3f3a;
  padding-bottom: 5px;
  font-family: "lato-semibold";
  font-size: 24px;
  line-height: 26px;
  color: #3a3f3a;
}
.list-section ul {
  float: left;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 20px);
}
.margin-b20 {
  margin-bottom: 20px !important;
}
.list-section ul li {
  flex: 1 1 auto;
  overflow: hidden;
  margin: 0 10px 0 0;
  position: relative;
}
.list-section ul li img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  filter: brightness(50%);
  transition: all 0.3s ease-in-out;
}
.list-section ul li .title-section {
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  color: #fff;
  font-size: 25px;
  font-family: "lato-semibold";
  text-transform: uppercase;
  text-align: center;
}
.list-section ul li .btn02a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  margin-left: -70px;
  position: absolute;
  left: 50%;
  bottom: 30px;
}
.cta-light {
  border: 1px solid #fff;
  color: #fff;
}
.btn02a {
  width: auto;
  height: 40px;
  padding: 0 15px 0 20px;
  border: 1px solid #fff;
  border-radius: 2px;
  box-sizing: border-box;
  background: none;
  position: relative;
  font-family: "lato-semibold";
  font-size: 14px;
  color: #fff;
}
.btn02a:after {
  width: auto;
  margin-left: 2px;
  position: relative;
  top: 0;
  content: "";
  font-family: "lato-semibold";
  font-size: 21px;
  line-height: 6px;
  vertical-align: middle;
  text-transform: lowercase;
}
.landings-section .content-frame#main .container-row {
  float: left;
  width: 100%;
  padding-top: 30px;
}
.landings-section .content-frame#main .container-row .row {
  float: none;
  margin: 0 auto;
}
.list-section.list-section-x6 ul li .title-section {
  font-size:16px
}
.list-section.list-section-x6 ul li .title-section.big-text {
  font-size:17px
}
.list-section.list-section-x6 ul li .btn02a {
  width:130px;
  margin-left:-65px
}
@media screen and (max-width: 959px) {
  .list-section.list-section-x6 ul {
    padding-left: 10px!important;
    float:none;
    display:inline-block
  }
  .list-section.list-section-x6 ul li {
    display:inline-block;
    width:calc(50% - 12px);
    margin-bottom:10px
  }
  .list-section.list-section-x6 ul li .title-section {
    top:30px
  }
  .list-section.list-section-x6 ul li .title-section.big-text {
    font-size:22px
  }
}
/* 6 destacadas móvil */
@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 {
  padding: 0;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}
.landing_hotels>div {
  margin-top: 5px;
}