@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;
}

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

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

:root {
  --coworking-border: #D8CFC7;
  --coworking-white: #FFFEFF;
  --coworking-black: #00402A;
  --coworking-brown: #89837E;
  --coworking-green: #00A443;
  --coworking-orange: #FF9C1A;
  --coworking-orange-light: #FFF5EC;
  --coworking-orange-text: #C66D00;
  --coworking-blue: #0DA9FF;
  --coworking-grey: #B0A9A3;
  --coworking-grey-text: #89837E;
  --coworking-grey-dark: #615D5A;
}

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

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

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

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

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

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

#coworking .coworking_title {
  color: var(--coworking-green) !important;
  font-size: 21px;
  line-height: 1.058;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  width: 100%;
  margin: 0 auto 32px 0;
}

#coworking .coworking_title strong {
  font-size: 30px;
  line-height: 1.14;
  font-style: normal;
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

#coworking .coworking_box {
  border-radius: 15px;
  border: 1px solid var(--coworking-border);
  background: var(--coworking-white);
  padding: 18px 14px 25px;
  margin-bottom: 16px;
}

#coworking .coworking_subtitle {
  color: var(--coworking-black);
  font-size: 18px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}

#coworking .coworking_list {
  padding-right: 10px;
}

#coworking .coworking_list_item {
  display: flex;
  flex-wrap: wrap;
}

#coworking .coworking_text {
  color: var(--coworking-brown);
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 6px;
}

#coworking .coworking_bar {
  width: calc(100% - 45px);
  height: 14px;
  border-radius: 0 15px 15px 0;
  background-color: var(--coworking-orange-light);
  display: flex;
  margin-top: 3px;
  margin-right: auto;
}

#coworking .coworking_bar span {
  height: 14px;
  border-radius: 0 15px 15px 0;
  width: 0%;
  transition: width 0.75s;
}

#coworking .coworking_bar.green span {
  background-color: var(--coworking-green);
}

#coworking .coworking_bar.dark span {
  background-color: var(--coworking-black);
}

#coworking .coworking_bar.orange span {
  background-color: var(--coworking-orange);
}

#coworking .coworking_amount {
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  width: 45px;
  text-align: right;
}

#coworking .coworking_bar.green + .coworking_amount {
  color: var(--coworking-green);
}

#coworking .coworking_bar.dark + .coworking_amount {
  color: var(--coworking-black);
}

#coworking .coworking_bar.orange + .coworking_amount {
  color: var(--coworking-orange-text);
}

#coworking .coworking_box img {
  max-width: 260px;
  margin: 31px auto 18px;
}

#coworking .coworking_legend {
  display: flex;
  flex-wrap: wrap;
}

#coworking .coworking_legend_item {
  width: 100%;
  color: var(--coworking-brown);
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  padding-left: 18px;
  position: relative;
  margin-top: 12px;
}

#coworking .coworking_legend-columns .coworking_legend_item {
  width: 50%;
}

#coworking .coworking_legend_item:first-child,
#coworking .coworking_legend-columns .coworking_legend_item:nth-of-type(2) {
  margin-top: 0;
}

#coworking .coworking_legend_item:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
}

#coworking .coworking_legend_item:nth-of-type(1):after {
  background-color: var(--coworking-green);
}

#coworking .coworking_legend_item:nth-of-type(2):after {
  background-color: var(--coworking-orange);
}

#coworking .coworking_legend_item:nth-of-type(3):after {
  background-color: var(--coworking-black);
}

#coworking .coworking_legend_item:nth-of-type(4):after {
  background-color: var(--coworking-blue);
}

#coworking .coworking_legend_item:nth-of-type(5):after {
  background-color: var(--coworking-grey-dark);
}

#coworking .coworking_legend_item:nth-of-type(6):after {
  background-color: var(--coworking-grey);
}

#coworking .coworking_media {
  margin: 10px auto -25px;
}

#coworking .coworking_source {
  color: var(--coworking-grey-dark);
  font-size: 14px;
  line-height: 1.28;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

@media (min-width: 700px) {

  #coworking {
    padding: 31px 32px 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #coworking .coworking_box {
    padding-left: 18px;
    padding-right: 40px;
    width: 100%;
  }

  #coworking .coworking_box:nth-of-type(2),
  #coworking .coworking_box:nth-of-type(3) {
    width: calc(50% - 8px);
    padding-right: 18px;
    display: flex;
    flex-direction: column;
  }

  #coworking .coworking_box:nth-of-type(2) {
    margin-right: auto;
  }

  #coworking .coworking_box:nth-of-type(2) .coworking_subtitle,
  #coworking .coworking_box:nth-of-type(3) .coworking_subtitle {
    min-height: 40px;
  }

  #coworking .coworking_amount {
    font-size: 20px;
    width: 50px;
  }

  #coworking .coworking_bar {
    width: calc(100% - 55px);
  }

  #coworking .coworking_legend {
    margin-top: auto;
  }

  #coworking .coworking_legend .coworking_legend_item {
    width: 50%;
  }

  #coworking .coworking_legend .coworking_legend_item:nth-of-type(2) {
    margin-top: 0;
  }

  #coworking .coworking_box img {
    width: 100%;
    max-width: 298px;
    margin-top: 20px;
  }

  #coworking .coworking_box:nth-of-type(3) img {
    margin-top: -8px;
  }

  #coworking .coworking_media {
    margin: 5px auto -60px;
  }

}
