@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-BoldItalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'IberPangea';
  src: url('/o/iberdrola-corporativo-theme/fonts/iberpangea/IberPangea-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

:root {
  --migrations-green: #00A443;
  --migrations-brown: #615D5A;
  --migrations-black: #00402A;
  --migrations-white: #FFFFFF;
  --migrations-border: #B0A9A3;
}

#migrations {
  width: 100%;
  max-width: 964px;
  padding: 29px 30px 25px;
  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(--migrations-border);
}

#migrations * {
  font-family: 'IberPangea' !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#migrations .migrations_title {
  width: 100%;
  color: var(--migrations-brown) !important;
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 35px;
}

#migrations .migrations_title strong {
  display: block;
  color: var(--migrations-green) !important;
  margin-bottom: 9px;
  font-size: 32px;
  line-height: 37px;
  font-weight: 500;
}

#migrations .migrations_totals {
  list-style: none;
  width: calc(100% + 32px);
  margin: 0 -16px 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#migrations .migrations_totals_item {
  list-style: none;
  width: 50%;
  text-align: center;
  margin-bottom: 7px;
}

#migrations .migrations_totals_item:before {
  content: none;
  display: none;
}

#migrations .migrations_totals_item span {
  display: block;
  color: var(--migrations-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

#migrations .migrations_totals_item strong {
  display: block;
  color: var(--migrations-black);
  font-size: 27px;
  line-height: 34px;
  font-weight: 500;
}

#migrations .migrations_map {
  width: calc(100% + 32px);
  margin: 0 -16px 36px;
}

#migrations .migrations_map img {
  display: block;
  width: 100%;
}

#migrations .migrations_subtitle {
  color: var(--migrations-green) !important;
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  width: 90%;
  margin: 0 0 10px;
}

#migrations .migrations_text {
  color: var(--migrations-brown);
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  width: 90%;
  margin: 0 0 35px;
}

#migrations .migrations_areas {
  list-style: none;
  width: calc(100% + 32px);
  margin: 10px -16px 20px;
  padding: 6px 16px;
  border-radius: 15px;
  border: 1px solid var(--migrations-border);
  overflow: hidden;
}

#migrations .migrations_areas_item {
  list-style: none;
}

#migrations .migrations_areas_item:before {
  content: none;
  display: none;
}

#migrations .migrations_areas_item {
  padding: 8px 0;
}

#migrations .migrations_areas_item:not(:first-child) {
  border-top: 1px solid var(--migrations-border);
}

#migrations .migrations_areas_item.migrations_areas_item-many {
  display: flex;
  flex-wrap: wrap;
}

#migrations .migrations_areas_item p {
  color: var(--migrations-brown);
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  margin: 0;
  width: 100%;
}

#migrations .migrations_areas_item.migrations_areas_item-many p + p {
  width: 50%;
  margin-top: 5px;
}

#migrations .migrations_areas_item p strong {
  color: var(--migrations-green);
  font-weight: 500;
  display: block;
}

#migrations .migrations_source {
  color: var(--migrations-brown);
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  width: 60%;
}

#migrations .migrations_map.migrations_map-column,
#column-2 #migrations .migrations_map:not(.migrations_map-column) {
  display: none;
}

#column-2 #migrations .migrations_map.migrations_map-column {
  display: block;
}

@media (min-width: 700px) {

  #migrations {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }

  #migrations .migrations_title {
    margin-bottom: 25px;
  }
  
  #migrations .migrations_title strong {
    margin-bottom: -7px;
    font-size: 40px;
    line-height: 51px;
  }

  #migrations .migrations_totals {
    margin-bottom: 10px;
  }

  #migrations .migrations_totals_item {
    width: 20%;
    margin-bottom: 0;
  }

  #migrations .migrations_totals_item strong {
    font-size: 23.047px;
    line-height: 29px;
    margin-top: -4px;
  }

  #migrations .migrations_wrap {
    width: calc(33.33% - 10px);
  }

  #migrations .migrations_areas {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 10px;
  }

  #migrations .migrations_subtitle {
    line-height: 27px;
    margin-bottom: 14px;
  }

  #migrations .migrations_wrap + .migrations_wrap .migrations_subtitle {
    width: calc(100% - 20px);
    margin-left: 10px;
  }

  #migrations .migrations_areas_item.migrations_areas_item-many p + p {
    width: 40%;
  }

  #migrations .migrations_areas_item.migrations_areas_item-many p + p + p {
    width: 60%;
  }

  #migrations .migrations_areas_item {
    padding: 6px 0;
  }

}

@media (min-width: 980px) {

  #migrations {
    padding: 28px 50px;
  }

  #migrations .migrations_totals {
    max-width: 674px;
    margin: 0 auto 10px;
  }

  #migrations .migrations_map {
    width: 100%;
    margin: 0 auto 34px;
  }

  #migrations .migrations_wrap {
    width: calc(44.33% - 10px);
    padding-left: 20px;
  }

  #migrations .migrations_wrap + .migrations_wrap {
    width: calc(28.33% - 10px);
    padding-left: 0;
  }

}

@media (min-width: 960px) {

  #column-2 #migrations {
    padding: 29px 30px 25px;
  }

  #column-2 #migrations .migrations_map {
    width: calc(100% + 32px);
    margin: 0 -16px 36px;
  }

  #column-2 #migrations .migrations_wrap {
    width: calc(33.33% - 10px);
    padding-left: 0;
  }

  #column-2 #migrations .migrations_wrap + .migrations_wrap {
    width: calc(33.33% - 10px);
    padding-left: 0;
  }

  #column-2 #migrations .migrations_totals_item strong {
    font-size: 22px;
  }

  #column-2 #migrations .migrations_areas_item.migrations_areas_item-many p + p {
    width: 100%;
  }

  #column-2 #migrations .migrations_source {
    width: 100%;
  }

  #column-2 #migrations .migrations_subtitle {
    font-size: 20px;
    line-height: 24px;
  }

}

@media (min-width: 1200px) {

  #column-2 #migrations .migrations_wrap {
    width: calc(40.33% - 10px);
  }

  #column-2 #migrations .migrations_wrap + .migrations_wrap {
    width: calc(30.33% - 10px);
  }

  #column-2 #migrations .migrations_areas_item.migrations_areas_item-many p + p {
    width: 48%;
  }

  #column-2 #migrations .migrations_subtitle {
    font-size: 21px;
    line-height: 27px;
  }

}