@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 {
  --phishing-green: #00A443;
  --phishing-brown: #615D5A;
  --phishing-black: #3A3735;
  --phishing-orange-light: #FFF5EC;
  --phishing-white: #FFFEFF;
  --phishing-border: #B0A9A3;
}

#phishing {
  width: 100%;
  max-width: 980px;
  padding: 26px 16px 10px;
  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(--phishing-orange-light);
}

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

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

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

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

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

#phishing .phishing_title {
  color: var(--phishing-green) !important;
  font-size: 32px;
  line-height: 1.2;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin: 0 auto 38px 0;
  padding-left: 5px;
}

#phishing .phishing_title strong {
  font-weight: 700;
  font-style: italic;
}

#phishing .phishing_list {
  margin-bottom: 10px;
}

#phishing .phishing_list_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 29px;
}

#phishing .phishing_list_icon {
  max-width: 73px;
  margin-right: 13px;
}

#phishing .phishing_list_text {
  color: var(--phishing-brown);
  font-size: 16px;
  line-height: 1.31;
}

#phishing .phishing_subtitle {
  color: var(--phishing-green) !important;
  font-size: 24px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 26px;
}

#phishing .phishing_subtitle strong {
  font-style: italic;
  font-weight: 700;
}

#phishing .phishing_media {
  margin-bottom: 28px;
}

#phishing .phishing_graph_item {
  border-radius: 15px;
  border: 1px solid var(--phishing-border);
  background: var(--phishing-white);
  padding: 23px 20px;
  margin-bottom: 16px;
}

#phishing .phishing_graph_text {
  color: var(--phishing-black);
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}

#phishing .phishing_graph_list li {
  color: var(--phishing-brown);
  font-size: 16px;
  line-height: 1.31;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}


@media (min-width: 746px) {

  #phishing {
    max-width: 746px;
    padding: 46px 40px 180px;
    position: relative;
  }

  #phishing .phishing_title {
    max-width: 458px;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 44px;
  }

  #phishing .phishing_list {
    margin-bottom: 0;
  }

  #phishing .phishing_list_item {
    position: absolute;
    max-width: 290px;
  }

  #phishing .phishing_list_item:nth-of-type(1) {
    top: 144px;
    left: calc(50% + 55px);
  }

  #phishing .phishing_list_item:nth-of-type(2) {
    flex-direction: row-reverse;
    top: 235px;
    right: calc(50% + 50px);
    max-width: 280px;
  }

  #phishing .phishing_list_item:nth-of-type(3) {
    top: 328px;
    left: calc(50% + 55px);
  }

  #phishing .phishing_list_item:nth-of-type(4) {
    flex-direction: row-reverse;
    top: 420px;
    right: calc(50% + 50px);
    max-width: 280px;
  }

  #phishing .phishing_list_item:nth-of-type(5) {
    top: 505px;
    left: calc(50% + 55px);
  }

  #phishing .phishing_list_icon {
    margin-right: 15px;
  }

  #phishing .phishing_list_item:nth-of-type(2) .phishing_list_icon,
  #phishing .phishing_list_item:nth-of-type(4) .phishing_list_icon {
    margin-right: 0;
    margin-left: 15px;
  }

  #phishing .phishing_subtitle {
    max-width: 284px;
    position: absolute;
    top: 637px;
    left: 41px;
  }

  #phishing .phishing_graph {
    max-width: 625px;
    margin: 0 auto;
  }

  #phishing .phishing_media {
    position: relative;
    z-index: 1;
  }

  #phishing .phishing_graph_item {
    position: absolute;
    width: 100%;
  }

  #phishing .phishing_graph_text {
    margin-bottom: 27px;
  }

  #phishing .phishing_graph_item:nth-of-type(1) {
    max-width: 228px;
    top: 740px;
    left: 41px;
  }

  #phishing .phishing_graph_item:nth-of-type(2) {
    max-width: 290px;
    bottom: 63px;
    left: 43px;
  }

  #phishing .phishing_graph_item:nth-of-type(3) {
    max-width: 290px;
    bottom: 63px;
    right: 50px;
  }

}

@media (min-width: 960px) {

  #phishing {
    max-width: 980px;
  }

  /**/

  #column-2 #phishing {
    max-width: 746px;
  }

}

@media (min-width: 960px) and (max-width: 1168px) {

  #column-2 #phishing {
    padding-bottom: 25px;
  }

  #column-2 #phishing .phishing_list_item {
    max-width: 200px;
  }

  #column-2 #phishing .phishing_list_item:nth-of-type(1) {
    top: 126px;
    left: calc(50% + 44px);
  }

  #column-2 #phishing .phishing_list_item:nth-of-type(2) {
    top: 210px;
    right: calc(50% + 38px);
  }

  #column-2 #phishing .phishing_list_item:nth-of-type(3) {
    top: 268px;
    left: calc(50% + 44px);
  }

  #column-2 #phishing .phishing_list_item:nth-of-type(4) {
    top: 331px;
    right: calc(50% + 38px);
  }

  #column-2 #phishing .phishing_list_item:nth-of-type(5) {
    top: 395px;
    left: calc(50% + 44px);
  }

  #column-2 #phishing .phishing_graph {
    max-width: 488px;
  }

  #column-2 #phishing .phishing_subtitle {
    max-width: 194px;
  }

  #column-2 #phishing .phishing_graph_item {
    position: relative;
    width: 100%;
    max-width: 100%;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
  }

}

@media (min-width: 746px) and (max-width: 960px) {
  
  #phishing .phishing_graph_item:nth-of-type(1) {
    top: 721px;
  }

  #phishing .phishing_list_item {
    width: 40%;
  }

}