.sec-proyectos {
  width: calc(100% - 20px);
  background: #f3f3f3;
  padding: 30px 10px;
  font-size: 18px;
  color: #60441f;
  min-height: calc(100% - 440px);
  /* background-image: url("../media/images-saem/Quienes Somos-2.jpg"); */
  /* background-size: 100% 100%; */
  /* color: white; */
  /* background-attachment: fixed; */
}

.sec-proyectos .section-grid {
  display: flex;
  justify-content: flex-start;
  margin: 0 30px;
}

.sec-proyectos .section-grid .divCell {
  flex-basis: calc(90% - 50px);
  background: var(--divCell-sm-background);
  margin: 20px 20px 30px 20px;
}

.div-postal-address {
  padding: 5px;
  font-style: normal;
  font-size: 16px;
}

.sec-proyectos ol li {
  margin: 20px 0px;
}

section.sec-proyectos-intro {
  min-height: 300px;
  /* border: 1px solid blue; */
  background-position-y: -170px;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 18px;
  background-image: url(.././media/fotos/foto-4.JPG);
  padding: 30px 0;
  overflow: hidden;
  max-height: 300px;
  background-size: cover;
}

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

img.img-proyecto, .img-proyecto-wrap video {
  width: calc(100%);
  max-height: 300px;
  width: auto;
  max-width: 100%;
  border-radius: 4px;
  cursor: pointer;
}

.img-proyecto-wrap {
  padding: 30px;
}

.proyecto-desc {
  padding: 0px 10px 0px 10px;
}

.section-grid-title {
  padding: 0 20px;
  font-size: 19px;
  font-weight: bold;
  margin: 0px 0 30px 0;
}

.proyectos-title {
  font-weight: bold;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.proyecto-desc li {
  margin-top: 10px;
}

.cell-desc.cell-proyectos {
  max-width: 900px;
}

.sec-proyectos .section-grid-title {
  padding: 0 20px 30px 20px;
  margin: 40px 0 0 0;
}

@media (max-width: 870px) {
  .sec-proyectos .divCell {
    flex-basis: calc(100% - 0px) !important;
    background: var(--divCell-sm-background);
    border-radius: 5px;
    margin-bottom: 30px;
    margin: 20px 0px 30px 0px !important;
    padding: 20px 10px !important;
    font-size: 16px;
  }
  .sec-proyectos .section-grid {
    margin: 0 20px;
  }

  .proyecto ol{
    padding-inline-start: 20px;
  }
  .proyecto ol li{
    margin-bottom: 10px;
  }
}

.proyectos-title span.spn-popup {
  /* text-decoration: underline; */
}

.proyecto {
  color: var(--text-global);
  max-width: 1200px;
  margin: 0 auto;
}

.miembro img, .miembro logo-text {
  height: auto;
  width: 100px;
  margin-bottom: 10px;
}

button.btn.btnShowMore.hover-efect.dom-link {
    background: #d5d5d5;
}

.miembro logo-text {
    height: 100%;
    border: 1px solid #e5e5e5;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0 0px;
    font-size: 25px;
    background: #e9e9e9;
    max-height: 90px;
    max-width: 90px;
    min-height: 90px;
}

.miembro span {
    min-height: 100px;
}

span.spn-new-proj {
    background: red;
    color: white;
    font-size: 10px;
    padding: 2px 3px;
    margin-left: 20px;
}