@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 {
  --forall-white: #FFFEFF;
  --forall-green: #00A443;
  --forall-dark: #00402A;
  --forall-brown: #615D5A;
  --forall-border: #D8CFC7;
  --forall-orange: #FF9C1A;
  --forall-orange-light: #FFF5EC;
}

#forall {
  width: 100%;
  max-width: 980px;
  padding: 17px 16px;
  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 #D8CFC7 !important;
  background-color: var(--forall-white);
}

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

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

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

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

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

#forall .forall_title {
  color: #007F33 !important;
  font-size: 32px;
  line-height: 1.18;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 19px;
}

#forall .forall_title strong {
  font-weight: 700;
}

#forall .forall_description {
  color: var(--forall-brown) !important;
  font-size: 20px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 32px;
}

#forall .forall_info {
  border-radius: 15px;
  background-color: var(--forall-orange-light);
  padding: 12px;
  margin-bottom: 33px;
}

#forall .forall_info_image {
  max-width: 158px;
  margin: 0 auto 16px;
}

#forall .forall_info .forall_info_text {
  border-radius: 15px;
  background-color: var(--forall-white);
  padding: 16px;
  color: var(--forall-dark) !important;
  font-size: 20px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

#forall .forall_map {
  position: relative;
  padding-top: 30px;
  padding-bottom: 65px;
  max-width: 270px;
  margin: 0 auto;
}

#forall .forall_map_item {
  display: block;
  border-radius: 15px;
  border: 1px solid var(--forall-dark);
  background: var(--forall-white);
  padding: 16px;
  color: #007F33 !important;
  font-size: 21px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  position: absolute;
}

#forall .forall_map_item:nth-of-type(1) {
  top: 0;
  left: 25%;
}

#forall .forall_map_item:nth-of-type(2) {
  top: 12%;
  right: 10%;
}

#forall .forall_map_item:nth-of-type(3) {
  top: 30%;
  left: 0;
}

#forall .forall_map_item:nth-of-type(4) {
  top: 35%;
  right: 0;
}

#forall .forall_map_item:nth-of-type(5) {
  top: 45%;
  left: 2%;
}

#forall .forall_map_item:nth-of-type(6) {
  top: 51%;
  right: 0;
}

#forall .forall_map_item:nth-of-type(7) {
  top: 61%;
  right: 17%;
}

#forall .forall_map_item:nth-of-type(8) {
  top: 71%;
  right: 0%;
}

#forall .forall_map_item:nth-of-type(9) {
  left: 0;
  bottom: 2%;
}

#forall .forall_map_item:nth-of-type(10) {
  right: 0;
  bottom: 2%;
}

@media (min-width: 700px) {

  #forall {
    padding: 30px 32px;
  }

  #forall .forall_title {
    margin-bottom: 17px;
  }
  
  #forall .forall_description {
    margin-bottom: 28px;
  }

  #forall .forall_info {
    display: flex;
    padding: 24px;
    margin-bottom: 13px;
  }

  #forall .forall_info_image {
    max-width: 93px;
    margin-right: 20px;
    margin-left: 0;
  }

  #forall .forall_map {
    max-width: 500px;
  }

  #forall .forall_map_item:nth-of-type(1) {
    top: 17%;
    left: 8%;
  }

  #forall .forall_map_item:nth-of-type(2) {
    top: 36%;
    right: auto;
    left: 25%;
  }

  #forall .forall_map_item:nth-of-type(3) {
    top: 55%;
    left: -2%;
  }

  #forall .forall_map_item:nth-of-type(4) {
    top: auto;
    right: auto;
    bottom: 3%;
    left: 19%;
  }

  #forall .forall_map_item:nth-of-type(5) {
    top: 17%;
    left: 31%;
  }

  #forall .forall_map_item:nth-of-type(6) {
    top: 6%;
    right: 17%;
  }

  #forall .forall_map_item:nth-of-type(7) {
    top: 27%;
    right: 13%;
  }

  #forall .forall_map_item:nth-of-type(8) {
    top: 47%;
    right: 18%;
  }

  #forall .forall_map_item:nth-of-type(9) {
    left: 39%;
    bottom: 4%;
  }

  #forall .forall_map_item:nth-of-type(10) {
    right: 6%;
    bottom: 13%;
  }

}
