:root {
  --cecmap-white: #fff;
  --cecmap-green: #00a443;
  --cecmap-green-1: #007f33;
  --cecmap-green-4: #5BD38C;
  --cecmap-sand: #fff5ec;
  --cecmap-sand-1: #fffeff;
  --cecmap-sand-3: #D8CFC7;
  --cecmap-sand-4: #B0A9A3;
  --cecmap-sand-7: #3A3735;
  --cecmap-forest: #00402a;
  --cecmap-forest-1: #DCEBE1;
}

#cecmap {
  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;
  border: 1px solid var(--cecmap-sand-3);
  background: var(--cecmap-white);
  padding: 24px 16px;
}

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

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

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

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

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

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

#cecmap .cecmap_title {
  color: var(--cecmap-green-1) !important;
  font-size: 32px;
  line-height: 1.125;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea' !important;
  text-align: left;
  text-wrap: balance;
  margin-bottom: 8px;
}

#cecmap .cecmap_title strong {
  font-weight: normal;
  font-family: 'IberPangea Bold' !important;
}

#cecmap .cecmap_subtitle {
  color: var(--cecmap-forest) !important;
  font-style: normal;
  font-weight: normal;
  font-family: 'IberPangea' !important;
  text-align: left;
  font-size: 24px;
  line-height: 1.16;
  margin-bottom: 24px;
}

#cecmap .cecmap_media {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 0px;
  transition: all 1s;
}

#cecmap .cecmap_media:before {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/clean-energy-connect-mapa/images/map-base-es.svg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

#cecmap.cecmap-en .cecmap_media:before {
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/clean-energy-connect-mapa/images/map-base-en.svg');
}

#cecmap.cecmap-pt .cecmap_media:before {
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/clean-energy-connect-mapa/images/map-base-pt.svg');
}

#cecmap.viewport .cecmap_media {
  padding-bottom: 200px;
}

#cecmap .cecmap_media_tag-m {
  display: block;
}

#cecmap .cecmap_media_tag-d {
  display: none;
}

#cecmap .cecmap_legend {
  border-radius: 8px;
  border: 1px solid var(--cecmap-sand-4);
  background: var(--cecmap-sand-1);
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#cecmap .cecmap_legend_item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px !important;
  color: var(--cecmap-sand-7) !important;
  font-family: 'IberPangeaText' !important;
  font-size: 14px;
  line-height: 1.1;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

#cecmap .cecmap_legend_item:last-child {
  margin-bottom: 0 !important;
}

#cecmap .cecmap_legend_item img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#cecmap .cecmap_legend_item-1 img,
#cecmap .cecmap_legend_item-2 img,
#cecmap .cecmap_legend_item-3 img {
  max-width: 18px;
}

#cecmap .cecmap_legend_item-4 img,
#cecmap .cecmap_legend_item-5 img,
#cecmap .cecmap_legend_item-6 img {
  max-width: 11px;
  left: 3px;
}

#cecmap .cecmap_legend_item-7 img {
  max-width: 16px;
}

@media (min-width: 500px) {

  #cecmap {
    padding: 24px;
  }

  #cecmap .cecmap_media:before {
    display: block;
  }

  #cecmap .cecmap_media {
    border-radius: 15px;
  }

  #cecmap.viewport .cecmap_media {
    padding-bottom: 0px;
  }

  #cecmap .cecmap_media_tag-m {
    display: none;
  }
  
  #cecmap .cecmap_media_tag-d {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.35s;
    z-index: 2;
  }

  #cecmap .cecmap_media_tag-d.is-active {
    opacity: 1;
  }

  #cecmap .cecmap_media_tag-base {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    z-index: 1;
  }
  
  #cecmap .cecmap_legend {
    width: 50%;
    max-width: 270px;
    left: auto;
    right: 12px;
    bottom: 12px;
    z-index: 4;
  }
  
  #cecmap .cecmap_legend_item {
    transition: all 0.35s;
  }

  #cecmap .cecmap_legend_item.is-active {
    font-family: 'IberPangeaText Bold' !important;
  }

}