.bg-dark {
  background-color: #3b6aa8!important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgb(69,60,61);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(59,106,168);
}

.navbar-collapse.show {
  background: #fff !important;
  z-index: 999;
}

.navbar-collapse.show a {
  color: #FFF !important;
}

.navbar-collapse.show {
  background: #3e69a5 !important;
  z-index: 999;
  padding: 20px;
  margin-top: 20px;
}

footer img {
  max-width: 90% !important;
}

main, footer {
  max-width: 100vw;
  overflow-x: hidden;
}

.bs-icon {
  --bs-icon-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--white);
  background: var(--primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--primary);
  background: rgba(0,123,255,0.2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

main {
  background: #fff;
}
.section-header > div {
  position: relative;
}
.section-header > div:first-child:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff4d;
    z-index: 1;
}
.section-header .container {
  position: relative;
  z-index: 2;
}
.section-header h1 {
  font-weight: 300;
  font-size: clamp(1.5rem, 5rem, 6rem);
  text-align: center;
  margin-bottom: 3rem;
  color: #000;
}
.section-header h2 {
  font-weight: 700;
  font-size: clamp(1.5rem, 3rem, 6rem);
  color: #000;
}

body {
  font-size: 16px;
  background: rgb(255,255,255);
  color: #453c3d;
  font-family: 'Montserrat', sans-serif;
  width: 100vw;
  overflow-x: hidden;
}
h2 {
  color: #375f66;
}
.text-light h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

h3 {
  color: #453c3d;
}
.text-light h3 {
  color: #fff;
}

h1 {
  color: #3b6aa6;
}

footer h3 {
  color: #d8c4a2;
}

.navbar {
  max-width: 100vw;
  background: #fff;
}

.container-row {
  margin: auto !important;
}


.empresas {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    align-items: stretch;
    gap: 20px;
}
.empresa img {
    max-width: 100%;
}
@media (min-width: 992px){
.empresa {
    width: calc(25% - 20px);
}
}

.empresa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.empresa:last-child {
    width: 100%;
    text-align: center;
}
.empresa:last-child img {
    height: 143px;
}
.empresa .nombre {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
    background: #3b6aa8;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 260px;
}