:root {
  --sustroadmap-white: #fff;
  --sustroadmap-green: #00a443;
  --sustroadmap-green-1: #007f33;
  --sustroadmap-green-4: #5BD38C;
  --sustroadmap-sand: #fff5ec;
  --sustroadmap-sand-1: #fffeff;
  --sustroadmap-sand-3: #D8CFC7;
  --sustroadmap-sand-7: #3A3735;
  --sustroadmap-forest: #00402a;
  --sustroadmap-forest-1: #DCEBE1;
  --sustroadmap-forest-4: #2F6852;
  --sustroadmap-sky: #0DA9FF;
  --sustroadmap-sunset: #FF9C1A;
}

#sustroadmap {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background: var(--sustroadmap-white);
  padding: 24px 16px;
}

#sustroadmap * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#sustroadmap strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#sustroadmap h2 {
  margin-top: 0 !important;
}

#sustroadmap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sustroadmap ul li:before {
  content: none !important;
  display: none !important;
}

#sustroadmap img {
  display: block;
  width: 100%;
}

#sustroadmap .sustroadmap_title {
  color: var(--sustroadmap-green-1) !important;
  font-size: 32px;
  line-height: 1.15;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea' !important;
  text-align: left;
  margin-bottom: 24px;
}

#sustroadmap .sustroadmap_title strong {
  font-weight: normal;
  font-family: 'IberPangea Bold' !important;
  font-size: 32px;
  line-height: 1.15;
}

#sustroadmap .sustroadmap_description {
  color: var(--sustroadmap-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  margin-bottom: 24px;
}

#sustroadmap .sustroadmap_description strong {
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.33;
}

#sustroadmap .sustroadmap_description em {
  font-family: "IberPangeaText" !important;
  font-style: italic;
  font-weight: normal;
}

#sustroadmap .sustroadmap_description a {
  color: var(--sustroadmap-green-1) !important;
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
}

#sustroadmap .sustroadmap_graph {
  width: 100%;
  position: relative;
}

#sustroadmap .sustroadmap_media {
  width: 100%;
  max-width: 258px;
  height: 258px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/hoja-ruta-metas-sostenibilidad/images/icons.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 131px;
}

#sustroadmap .sustroadmap_media_text {
  color: var(--sustroadmap-sand-1) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
  max-width: 170px;
  text-align: center;
  text-wrap: balance;
}

#sustroadmap .sustroadmap_media_text strong {
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.25;
}

#sustroadmap .sustroadmap_legend_item {
  color: var(--sustroadmap-forest) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  padding-left: 32px;
  position: relative;
  margin-bottom: 10px !important;
}

#sustroadmap .sustroadmap_legend_item:last-child {
  margin-bottom: 0 !important;
}

#sustroadmap .sustroadmap_legend_item strong {
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

#sustroadmap .sustroadmap_legend_item:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}

#sustroadmap .sustroadmap_legend_item-1:after {
  background-color: var(--sustroadmap-sky);
}

#sustroadmap .sustroadmap_legend_item-2:after {
  background-color: var(--sustroadmap-sunset);
}

#sustroadmap .sustroadmap_legend_item-3:after {
  background-color: var(--sustroadmap-forest-1);
}

#sustroadmap .sustroadmap_legend_item-4:after {
  background-color: var(--sustroadmap-forest-4);
}

#sustroadmap .sustroadmap_subtitle {
  color: var(--sustroadmap-forest) !important;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.16;
  text-align: left;
  border-top: 1px solid var(--sustroadmap-sand-3);
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

#sustroadmap .sustroadmap_subtitle strong {
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.16;
}

#sustroadmap .sustroadmap_boxes {
  margin-bottom: 24px;
}

#sustroadmap .sustroadmap_box {
  border-radius: 15px;
  border: 1px solid;
  border-top: none;
  margin-bottom: 16px;
}

#sustroadmap .sustroadmap_box-1 {
  border-color: var(--sustroadmap-sky);
}

#sustroadmap .sustroadmap_box-2 {
  border-color: var(--sustroadmap-sunset);
}

#sustroadmap .sustroadmap_box-3 {
  border-color: var(--sustroadmap-forest-1);
}

#sustroadmap .sustroadmap_box-4 {
  border-color: var(--sustroadmap-forest-4);
  margin-bottom: 0;
}

#sustroadmap .sustroadmap_box_title {
  border-radius: 15px;
  padding: 8px 8px 8px 55px;
  color: var(--sustroadmap-sand-1) !important;
  font-family: "IberPangea Medium" !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  min-height: 55px;
  background-position: 7px 7px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#sustroadmap .sustroadmap_box-1 .sustroadmap_box_title {
  background-color: var(--sustroadmap-sky);
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/hoja-ruta-metas-sostenibilidad/images/ico-1.svg');
}

#sustroadmap .sustroadmap_box-2 .sustroadmap_box_title {
  background-color: var(--sustroadmap-sunset);
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/hoja-ruta-metas-sostenibilidad/images/ico-2.svg');
}

#sustroadmap .sustroadmap_box-3 .sustroadmap_box_title {
  color: var(--sustroadmap-forest) !important;
  background-color: var(--sustroadmap-forest-1);
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/hoja-ruta-metas-sostenibilidad/images/ico-3.svg');
}

#sustroadmap .sustroadmap_box-4 .sustroadmap_box_title {
  background-color: var(--sustroadmap-forest-4);
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/hoja-ruta-metas-sostenibilidad/images/ico-4.svg');
}

#sustroadmap .sustroadmap_box_list {
  padding: 16px;
}

#sustroadmap .sustroadmap_box_list_item {
  color: var(--sustroadmap-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 10px !important;
}

#sustroadmap .sustroadmap_box_list_item:last-child {
  margin-bottom: 0 !important;
}

#sustroadmap .sustroadmap_box_list_item strong {
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
}

#sustroadmap .sustroadmap_source {
  color: var(--sustroadmap-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 14px;
  line-height: 1.28;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

@media (min-width: 700px) {

  #sustroadmap {
    padding: 32px;
  }

  #sustroadmap .sustroadmap_description {
    margin-bottom: 36px;
  }

  #sustroadmap .sustroadmap_media {
    max-width: 393px;
    height: 393px;
    padding-top: 205px;
  }

  #sustroadmap .sustroadmap_media_text,
  #sustroadmap .sustroadmap_media_text strong {
    font-size: 16px;
    line-height: 1.25;
    max-width: 206px;
  }

  #sustroadmap .sustroadmap_boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
  }

  #sustroadmap .sustroadmap_box {
    width: calc(50% - 8px);
    margin-bottom: 0 !important;
  }

}

@media (min-width: 1000px) {

  #sustroadmap .sustroadmap_media {
    margin-bottom: 0;
  }

  #sustroadmap .sustroadmap_legend_item {
    position: absolute;
    max-width: 246px;
    padding: 0 16px;
    min-height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
  }

  #sustroadmap .sustroadmap_legend_item-1 {
    top: -10px;
    left: 0;
    text-align: right;
    border-right: 1px solid var(--sustroadmap-sky);
  }

  #sustroadmap .sustroadmap_legend_item-2 {
    top: -10px;
    right: 0;
    border-left: 1px solid var(--sustroadmap-sunset);
  }

  #sustroadmap .sustroadmap_legend_item-3 {
    bottom: -10px;
    left: 0;
    text-align: right;
    border-right: 1px solid var(--sustroadmap-forest-1);
  }

  #sustroadmap .sustroadmap_legend_item-4 {
    bottom: -10px;
    right: 0;
    border-left: 1px solid var(--sustroadmap-forest-4);
  }

  #sustroadmap .sustroadmap_legend_item:after {
    border-radius: 0;
    width: 20px;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
  }

  #sustroadmap .sustroadmap_legend_item-2:after,
  #sustroadmap .sustroadmap_legend_item-4:after {
    left: auto;
    right: 100%;
  }

  #sustroadmap .sustroadmap_subtitle {
    margin-top: 34px;
  }

  #column-2 #sustroadmap .sustroadmap_media {
    margin-bottom: 24px;
  }

  #column-2 #sustroadmap .sustroadmap_legend_item {
    position: relative;
    max-width: 100%;
    padding: 0 0 0 32px;
    min-height: 16px;
    display: block;
    margin-bottom: 10px !important;
  }

  #column-2 #sustroadmap .sustroadmap_legend_item:last-child {
    margin-bottom: 0 !important;
  }

  #column-2 #sustroadmap .sustroadmap_legend_item-1 {
    top: auto;
    left: auto;
    text-align: left;
    border-right: none;
  }

  #column-2 #sustroadmap .sustroadmap_legend_item-2 {
    top: auto;
    right: auto;
    border-left: none;
  }

  #column-2 #sustroadmap .sustroadmap_legend_item-3 {
    bottom: auto;
    left: auto;
    text-align: left;
    border-right: none;
  }

  #column-2 #sustroadmap .sustroadmap_legend_item-4 {
    bottom: auto;
    right: auto;
    border-left: none;
  }

  #column-2 #sustroadmap .sustroadmap_legend_item:after {
    border-radius: 100%;
    width: 16px;
    height: 16px;
    top: 2px;
    transform: none;
    left: 0;
  }

  #column-2 #sustroadmap .sustroadmap_legend_item-2:after,
  #column-2 #sustroadmap .sustroadmap_legend_item-4:after {
    left: 0;
    right: auto;
  }

  #column-2 #sustroadmap .sustroadmap_subtitle {
    margin-top: 24px;
  }

}