.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3 !important;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-end {
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
}

.n-quienesSomos .banner {
  height: 150px;
  background-size: cover;
  background-position: center;
  background-color: #00162b;
}

.n-quienesSomos .banner .row {
  height: 150px;
}

.n-quienesSomos .banner h2 {
  color: white;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: initial;
  font-size: 24px;
}

.n-quienesSomos {
  min-height: 100vh;
}
.n-quienesSomos .small-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
}
.n-quienesSomos .card {
  padding: 24px;
  box-shadow: 0 0.5rem 1rem #032e581f !important;
  border-radius: 5px;
  background-color: white;
}
.n-quienesSomos .card.card-top {
  height: 336px;
}
.n-quienesSomos .card.card-bottom {
  height: 150px;
  transition: 0.2s ease-in-out;
}
.n-quienesSomos .card.card-bottom:hover {
  box-shadow: 0 1rem 1rem #032e581f !important;
}
.n-quienesSomos .title-card {
  color: black;
  margin-bottom: 50px;
  font-weight: 700;
  margin-top: 0;
  font-size: 20px;
  text-transform: initial;
}

.n-quienesSomos .col {
  margin-bottom: 50px;
}

.n-quienesSomos .col-card {
  margin-bottom: 10px;
}
.n-quienesSomos .display-1 {
  font-size: 24px;
  text-transform: initial;
}
.n-quienesSomos p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
}

.n-quienesSomos .btn-primary {
  width: 100%;
  background: #037fff;
  border: none;
  color: white;
  text-transform: initial;
  transition: 0.2s ease-in-out;
  border-radius: 5px;
}

.n-quienesSomos .btn-primary:hover {
  background: #065aaf;
}

.n-quienesSomos .primary-text {
  color: rgba(0, 0, 0, 0.4);
}

.n-quienesSomos p.sub-text {
  color: rgba(0, 0, 0, 0.4);
  text-align: right;
}

.n-quienesSomos .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.n-quienesSomos .modal-header {
  background: #037fff;
}

.n-quienesSomos .modal-title {
  color: white;
  text-transform: initial;
}
.n-quienesSomos .icon {
  width: 40px;
}
.n-quienesSomos .input-group {
  width: 100%;
}
.n-quienesSomos .modal-header {
  border: none;
}
.n-quienesSomos .text-modal {
  color: rgba(0, 0, 0, 0.5);
}
.n-quienesSomos .close {
  color: white;
  opacity: 1;
}

.contenedor {
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}

.contenedor img {
  width: 100%;
}

.imagen {
  box-sizing: border-box;
  flex-basis: 33.33%;
  flex-shrink: 0;
  padding: 13px;
}

.imagen h5 {
  margin: 5px 0;
}

@media (max-width: 991px) {
  .n-quienesSomos .card.card-top {
    height: auto;
  }

  .n-imagen {
    box-sizing: border-box;
    flex-basis: 100%;
    flex-shrink: 0;
    padding: 3px;
  }

  .n-quienesSomos .card.card-bottom {
    height: 140px;
  }
}
