section.banner-header h1 {
  font-weight: bold;
  font-size: 4.8rem;
  text-align: left;
}

section.banner-header .carousel-caption {
  top: 30%;
  left: -3%;
}

section.locatorio h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

section.locatorio small {
  color: #c90c0f;
}

section.locatorio strong.red {
  color: #c90c0f;
}

section.locatorio ol li {
  font-size: 1rem;
  font-weight: bold;
}

section.locatorio li::marker {
  color: #c90c0f;
  font-size: 3rem;
  font-weight: bold;
}

section.locatorio h3 {
  font-size: 2.6rem;
  font-weight: bold;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
  border: none;
}

.accordion-flush .accordion-item {
  border: none;
}

section.locatorio .accordion .accordion-item button,
button.accordion-button {
  border: 2px solid #c90c0f;
  background-color: transparent;
  border-radius: 30px !important;
  font-size: 1.6rem;
  font-weight: 600;
}

section.locatorio .accordion .accordion-item button.accordion-button {
  color: #c90c0f;
}

section.locatorio .accordion-item .accordion-body {
  font-weight: bold;
}

@media (max-width: 1199.98px) {

  section.banner-header .carousel-caption {
    top: 30%;
    left: 0%;
  }

  section.banner-header h1 {
    font-size: 3rem;
  }
}

@media (max-width: 991.98px) {
  section.banner-header {
    margin-top: 45px;
  }

  section.banner-header h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  section.banner-header h1 {
    font-size: 2.3rem;
    margin-left: -60px;
  }

  section.banner-header {
    margin-top: 75px;
  }
}

@media (max-width: 575.98px) {
  section.locatorio h2 {
    font-size: 1.6rem;
    font-weight: bold;
  }

  section.locatorio h3 {
    font-size: 1.7rem;
    font-weight: bold;
  }

  section.banner-header .carousel-caption {
    top: 23%;
    left: -9px;
  }

  section.banner-header h1 {
    font-size: 1.4rem;
    margin-left: 20px;
  }

  section.locatorio li::marker {
    font-size: 2rem;
  }

  section.locatorio .accordion .accordion-item button,
  button.accordion-button {
    font-size: 1.3rem;
  }

  .banner-header {
    margin-top: 88px;
  }

}