header {
  top: 0px !important;
}
#header > div {
  display: flex !important;
  justify-content: space-between;
}
#carouselExampleIndicators {
  margin-top: 83px !important;
}
.title-l {
  color: #003057;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
}
.title-l ~ div {
  text-align: justify;
  margin-top: 15px;
}
.title-l ~ div strong {
  color: #003057;
}

.step-num {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  background: #83c040;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.d-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-stores img {
  width: 85%;
  margin-left: 10%;
  border: 1px solid #ccc;
  padding: 0px 8px;
  border-radius: 5px;
  margin-top: 22px;
}

.btn-link {
    padding: 6px 20px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
  }
  .btn-link:hover {
    padding: 6px 20px;
    background: #103c68;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
  }

.title-h5 {
  color: #003057;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.t-m {
  text-transform: uppercase;
}
.b-movil {
  display: none;
}
@media (max-width: 600px) {
  .b-desktop {
      display: none !important;
  }
  .b-movil {
      display: block !important;
  }
}
.redes-sociles img {
  width: 30px !important;
  border-radius: 50%;
}
.cont-faq {
  margin-top: 0px !important;
  margin-bottom: 60px !important;
}

.store-m-t {
  margin-top: 25px;
  margin-bottom: -5px;
}
.redes-sociles a {
  background: transparent !important;
  padding: 0px !important;
}
.redes-sociles {
  margin-top: 7px !important;
}
@media (max-width: 572px) {
  .title-l {
      font-size: 18px !important;
  }
  .section-title > h2 {
      font-size: 26px !important;
  }
  .m-movil {
      width: 92%;
      margin: auto;
  }
  .cont-mtb80 .col-xs-12.col-md-4:nth-child(2) {
      margin-top: 25px !important;
  }
  .cont-mtb80 .col-xs-12.col-md-4:nth-child(3) {
      margin-top: 25px !important;
  }
}

@media(max-width: 767px){
  .landing-stores{
    margin-top: 20px !important;
  }
}