.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 #5913ff;
}

.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;
}

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

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  *border-right-color: #5913ff;
}

#formasDePago .row {
  display: flex;
  flex-wrap: wrap;
}
#formasDePago .align-items-end {
  align-items: flex-end !important;
}
#formasDePago .justify-content-center {
  justify-content: center !important;
}
#formasDePago .banner {
  background-image: url("img/banner.jpg");
  height: 220px;
  background-size: cover;
  background-position: center;
}
#formasDePago .banner .row {
  height: 220px;
}
#formasDePago .col {
  margin-bottom: 30px;
  border-bottom: 1px solid rgb(75, 75, 75);
  padding-bottom: 16px;
}
#formasDePago h2 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 40px;
}

#formasDePago .titulo h2 {
  font-size: 25px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 40px;
  text-align: center;
}

#formasDePago h3 {
  text-transform: initial;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
#formasDePago h4 {
  text-transform: initial;
  margin-bottom: 10px;
}
#formasDePago p {
  font-size: 15px;
  line-height: 20px;
}
#formasDePago .tab-content a {
  color: #037fff;
}
#formasDePago .btn-default {
  background: #037fff;
  color: white;
  border: 2px solid #037fff;
}
#formasDePago .btn-default:hover {
  background: white;
  color: #037fff;
}

#formasDePago .faqBody {
  margin-top: 100px;
}
#formasDePago .faqContent {
  margin-bottom: 40px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 24px;
  border-radius: 5px;
  color: #ccc;
}

#formasDePago .faqContent a {
  color: #fff;
  text-decoration: underline !important;
}

#formasDePago .faqContent a:hover {
  color: #ccc;
}

#formasDePago .faqBodyMobile {
  margin-bottom: 40px;
}
#formasDePago .faqBodyMobile .card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 24px;
  cursor: pointer;
}
#formasDePago .faqBodyMobile .card h5 {
  margin: 0;
  text-transform: initial;
  display: inline-block;
}
#formasDePago .faqBodyMobile .well {
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: none;
}
#formasDePago .faqBodyMobile .col {
  margin-bottom: 20px;
}
#formasDePago .faqBodyMobile .fa-angle-down {
  float: right;
}
#formasDePago .faqBodyMobile .fa-angle-down:before {
  font-size: 16px;
}
#formasDePago .contacto {
  margin-bottom: 50px;
}
