section.sec-quienes-somos-intro {
  min-height: 300px;
  background-position-y: -300px;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 18px;
  background-image: url(.././media/fotos/quienes-somos.jpg);
  padding: 30px 0;
  overflow: hidden;
  max-height: 300px;
  background-size: cover;
  background-position-y: -400px;
}

.sec-quienes-somos-intro .div-intro-title {
  color: white;
  transform: translateY(80px);
}

.sec-quien-somos {
  width: calc(100% - 20px);
  background: #f3f3f3;
  padding: 30px 10px;
  font-size: 18px;
  color: #60441f;
  min-height: calc(100% - 440px);
}

.quien-somos-junta {
  width: calc(100% - 20px);
  background: #f3f3f3;
  padding: 30px 10px;
  font-size: 18px;
  color: #60441f;
  min-height: calc(100% - 440px);
}

.divCell-full {
  flex-basis: calc(100% - 82px) !important;
  /* border: 1px solid #dddddd5c; */
  border-width: 0 0 2px 0;
  max-width: 1200px;
  padding: 20px 20px 0px 20px;
  text-align: left;
  font-size: 30px !important;
  min-height: 30px;
  margin: 0;
  border-radius: 2px;
}

.divCell-full .cell-title {
  font-size: 26px;
}

.sec-quien-wrap {
  max-width: 1200px;
  margin: auto;
}

.cell-video {
  /* width: 300px; */
  flex-grow: 1;
  padding: 0 10px;
  min-width: 460px;
  max-width: 700px;
}

.cell-quien {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 300px;
  /* color: #444; */
}

.cell-quien .cell-title {
  flex-basis: 100%;
}

.cell-quien .cell-desc {
  padding: 0 10px;
  margin-bottom: 50px;
}

.cell-quien .cell-video iframe {
  height: 400px;
  width: 100%;
}

.quien-somos-junta {
  background: white;
}

.section-title {
  font-size: 26px;
  padding: 0px 0px 20px 0;
  font-weight: bold;
}

.junta-cargo {
  font-weight: bold;
  padding: 5px 0;
  margin-top: 30px;
}

.cargo-value {
  /* margin-bottom: 20px; */
}

.sec-quien-wrap.quien-somos-junta-wrap {
  padding: 20px 20px;
}

.sec-quien-wrap .divCell {
  flex-basis: auto;
  flex-grow: 0;
  flex-basis: calc(50% - 70px);
}

.sec-quien-wrap .section-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  /* color: #c3c3c3; */
  /* mix-blend-mode: difference; */
}

.cargo-value small {
  font-style: italic;
  margin-left: 0px;
  display: block;
}

ul.ulObjetivos {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 10px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}

.ulObjetivos li {
  margin-bottom: 10px;
}