/* BG Completo con foto y texto */
.cont_bg_total {
  background: #fff;
  padding: 15px 0;
  border:1px solid $colorBordes;
  border-radius: $border-radius-large;
}

.cont_bg_total .cabecera {
  font-size: 18px;
  clear: both;
  margin-top: 0;
}

.cont_bg_total p {
  padding: 0 !important
}

@media (min-width: 1200px) {
  .cont_bg_total img {
    width: 540px;
    height: 282px
  }

  .cont_bg_total {
    .col-lg-12 {
      img {
        width: auto;
        height: auto;
      }
    }
  }
}

@media (min-width: 1200px) {
  .cont_bg_total.airlines img {
    width: 100%;
    height: auto
  }
}

/* BG Completo con foto y texto */
