@font-face {
  font-family: 'Dialog';
  font-weight: 300;
  font-style: normal;
  src: url('fonts/dialog_light_regular-webfont.woff2') format('woff2'),
       url('fonts/dialog_light_regular-webfont.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Dialog';
  font-weight: bold;
  font-style: normal;
  src: url('fonts/dialog_bold-webfont.woff2') format('woff2'),
       url('fonts/dialog_bold-webfont.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Dialog';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/dialog_regular-webfont.woff2') format('woff2'),
       url('fonts/dialog_regular-webfont.woff') format('woff');
  font-display: swap;
}

:root {
  --green: #61A60E;
  --green-border: #B0D386;
  --orange: #FF5A00;
}

html div.contenidoInterior ul>li:before {
    content: "\2022" !important;
    color: transparent;
    position: absolute;
    margin: 0.1em 0 0 -2.29em !important;
    font-size: 10px !important;
	display: none !important;
}

#biodiversity {
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
}

#biodiversity * {
  box-sizing: border-box;
}

#biodiversity .biodiversity_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative;
}

#biodiversity .biodiversity_container:before {
  content: '';
  width: 4px;
  height: calc(100% - 30px);
  background-color: var(--green-border);
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  z-index: -1;
}

#biodiversity .biodiversity_item {
  display: flex;
  align-items: center;
}

#biodiversity .biodiversity_item:nth-of-type(2) {
  margin-top: 80px;
}

#biodiversity .biodiversity_item:nth-of-type(3) {
  margin-top: 55px;
}

#biodiversity .biodiversity_item:nth-of-type(4),
#biodiversity .biodiversity_item:nth-of-type(5) {
  margin-top: 25px;
}

#biodiversity .biodiversity_item strong {
  color: var(--orange);
  font-family: 'Dialog';
  font-weight: bold;
  font-style: normal;
  font-size: 16px;   
  line-height: 18px;
  text-align: left;
  width: calc(50% - 78px);
  text-align: right;
}

#biodiversity .biodiversity_item:nth-of-type(odd) strong {
  order: 1;
  text-align: left;
}

#biodiversity .biodiversity_item span {
  color: var(--green);
  font-family: 'Dialog';
  font-weight: 300;
  font-style: normal;
  font-size: 15px;   
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  width: calc(50% - 78px);
}

#biodiversity .biodiversity_item:nth-of-type(odd) span {
  order: -1;
  text-align: right;
}

#biodiversity .biodiversity_icon {
  width: 135px;
  margin: 0 10px;
  display: flex;
}

#biodiversity .biodiversity_item:nth-of-type(even) .biodiversity_icon {
  justify-content: flex-end;
}

#biodiversity .biodiversity_item img {
  display: block;
  max-width: 95px;
}

#biodiversity .biodiversity_item:nth-of-type(3) img,
#biodiversity .biodiversity_item:nth-of-type(4) img,
#biodiversity .biodiversity_item:nth-of-type(5) img {
  transform: translateX(1px);
}


@media (min-width: 746px) {

  #biodiversity .biodiversity_container {
    flex-direction: row;
  }

  #biodiversity .biodiversity_container:before {
    width: 80%;
    height: 4px;
    top: calc(50% - 1px);
    left: 10%;
  }

  #biodiversity .biodiversity_item {
    flex-direction: column-reverse;
    width: 20%;
    
  }

  #biodiversity .biodiversity_item,
  #biodiversity .biodiversity_item:nth-of-type(2),
  #biodiversity .biodiversity_item:nth-of-type(3),
  #biodiversity .biodiversity_item:nth-of-type(4),
  #biodiversity .biodiversity_item:nth-of-type(5) {
    margin: auto 0;
  }

  #biodiversity .biodiversity_item span,
  #biodiversity .biodiversity_item:nth-of-type(odd) span {
    width: 190px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #biodiversity .biodiversity_item:nth-of-type(1) span {
    width: 180px;
  }

  #biodiversity .biodiversity_item:nth-of-type(4) span {
    width: 230px;
  }

  #biodiversity .biodiversity_item strong,
  #biodiversity .biodiversity_item:nth-of-type(odd) strong {
    text-align: center;
    width: 100%;
    margin: 15px auto;
  }

  #biodiversity .biodiversity_item:nth-of-type(odd) strong {
    transform: translateY(75px);
  }

  #biodiversity .biodiversity_item:nth-of-type(3) strong,
  #biodiversity .biodiversity_item:nth-of-type(5) strong {
    transform: translateY(84px);
  }

  #biodiversity .biodiversity_item:nth-of-type(even) strong {
    transform: translateY(-75px);
  }

  #biodiversity .biodiversity_icon {
    margin: 8px 0;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 182px;
  }

  #biodiversity .biodiversity_icon img {
    max-width: 66px;
    transform: translateY(-2px);
  }

  #biodiversity .biodiversity_item:nth-of-type(even) .biodiversity_icon {
    align-items: flex-start;
    justify-content: center;
  }

  #biodiversity .biodiversity_item:nth-of-type(1) .biodiversity_icon img {
    transform: translateY(2px);
  }

  #biodiversity .biodiversity_item:nth-of-type(3) .biodiversity_icon img {
    transform: translateY(19px);
  }

  #biodiversity .biodiversity_item:nth-of-type(4) .biodiversity_icon img {
    transform: translateY(-19px);
  }

  #biodiversity .biodiversity_item:nth-of-type(5) .biodiversity_icon img {
    transform: translateY(20px);
  }

}
