.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-bottom: 0;
  border-right: 1px solid #15a0db;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
  font-size: 16px;
  padding: 10px 0;
}

.tabs-left > .nav-tabs {
  float: left;
  border-right: 1px solid #ddd;
  width: 90%;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  color: #ccc;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  color: #ccc;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  color: #ccc;
  background-color: #333;
}

#guiaCompra .row {
  display: flex;
  flex-wrap: wrap;
}
#guiaCompra .align-items-end {
  align-items: flex-end !important;
}
#guiaCompra .banner {
  background-image: url("img/banner.jpg");
  height: 220px;
  background-size: cover;
  background-position: center;
}
#guiaCompra .banner .row {
  height: 220px;
}
#guiaCompra .col {
  margin-bottom: 20px;
}
#guiaCompra h2 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 40px;
}
#guiaCompra h3 {
  text-transform: initial;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
}
#guiaCompra h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: initial;
}
#guiaCompra p {
  font-size: 15px;
}
#guiaCompra .btn-default {
  background: #15a0db;
  color: white;
  border: 2px solid #15a0db;
}
#guiaCompra .btn-default:hover {
  background: white;
  color: #15a0db;
}

#guiaCompra .faqBody {
  margin-top: 100px;
  color: #ccc;
}
#guiaCompra .faqContent {
  margin-bottom: 40px;
}
#guiaCompra .faqContent h4 {
  margin-bottom: 20px;
}
#guiaCompra .faqContent p {
  margin-bottom: 5px;
}
#guiaCompra .iconStep {
  width: 80px;
  filter: grayscale(100%);
}
#guiaCompra .faqBodyMobile {
  margin-bottom: 40px;
}
#guiaCompra .faqBodyMobile .card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 24px;
  cursor: pointer;
}
#guiaCompra .faqBodyMobile .card h5 {
  margin: 0;
  text-transform: initial;
  display: inline-block;
}
#guiaCompra .faqBodyMobile .well {
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: none;
}
#guiaCompra .faqBodyMobile .col {
  margin-bottom: 20px;
}
#guiaCompra .faqBodyMobile .fa-angle-down {
  float: right;
}
#guiaCompra .faqBodyMobile .fa-angle-down:before {
  font-size: 16px;
}
#guiaCompra .contacto {
  margin-bottom: 50px;
}
