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

#vishing {
  width: 100%;
  max-width: 980px;
  padding: 28px 12px 44px 23px;
  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(--vishing-orange-light);
}

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

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

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

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

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

#vishing .vishing_title {
  color: var(--vishing-green) !important;
  font-size: 32px;
  line-height: 1.12;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin: 0 auto 38px 0;
}

#vishing .vishing_title strong {
  font-weight: 700;
  font-style: italic;
}

#vishing .vishing_list_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 47px;
}

#vishing .vishing_list_item:last-child {
  margin-bottom: 37px;
}

#vishing .vishing_list_icon {
  max-width: 73px;
  margin-right: 13px;
}

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

#vishing .vishing_media {
  max-width: 263px;
  margin: 0 auto;
}

#vishing .vishing_media.vishing_media-desktop {
  display: none;
}

@media (min-width: 700px) {

  #vishing {
    max-width: 746px;
    padding: 51px 40px 35px;
    position: relative;
  }

  #vishing .vishing_title {
    max-width: 458px;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 86px;
  }

  #vishing .vishing_list {
    margin-bottom: 0;
  }

  #vishing .vishing_list_item {
    position: absolute;
    max-width: 290px;
    z-index: 2;
  }

  #vishing .vishing_list_item:nth-of-type(1) {
    top: 133px;
    left: calc(50% + 51px);
  }

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

  #vishing .vishing_list_item:nth-of-type(3) {
    top: 330px;
    left: calc(50% + 51px);
  }

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

  #vishing .vishing_list_item:nth-of-type(5) {
    top: 510px;
    left: calc(50% + 51px);
  }

  #vishing .vishing_list_item:nth-of-type(6) {
    flex-direction: row-reverse;
    top: 590px;
    right: calc(50% + 50px);
    max-width: 280px;
  }

  #vishing .vishing_list_icon {
    margin-right: 15px;
  }

  #vishing .vishing_list_item:nth-of-type(2) .vishing_list_icon,
  #vishing .vishing_list_item:nth-of-type(4) .vishing_list_icon,
  #vishing .vishing_list_item:nth-of-type(6) .vishing_list_icon {
    margin-right: 0;
    margin-left: 15px;
  }

  #vishing .vishing_media {
    max-width: 604px;
    position: relative;
    z-index: 1;
  }

}

@media (min-width: 960px) {

  #vishing {
    max-width: 980px;
    padding-bottom: 55px;
  }

  #vishing .vishing_title {
    margin-bottom: 100px;
  }

  #vishing .vishing_media.vishing_media-desktop {
    display: block;
  }

  #vishing .vishing_media.vishing_media-mobile {
    display: none;
  }

  #vishing .vishing_media {
    max-width: 764px;
  }

  #vishing .vishing_list_item:nth-of-type(1) {
    top: 173px;
    left: calc(50% + 139px);
  }

  #vishing .vishing_list_item:nth-of-type(2) {
    top: 255px;
    right: calc(50% + 132px);
  }

  #vishing .vishing_list_item:nth-of-type(3) {
    top: 370px;
    left: calc(50% + 139px);
  }

  #vishing .vishing_list_item:nth-of-type(4) {
    top: 450px;
    right: calc(50% + 132px);
  }

  #vishing .vishing_list_item:nth-of-type(5) {
    top: 550px;
    left: calc(50% + 139px);
  }

  #vishing .vishing_list_item:nth-of-type(6) {
    top: 630px;
    right: calc(50% + 132px);
  }

  /**/

  #column-2 #vishing {
    max-width: 746px;
    padding-bottom: 35px;
  }

  #column-2 #vishing .vishing_title {
    margin-bottom: 86px;
  }

  #column-2 #vishing .vishing_media.vishing_media-desktop {
    display: none;
  }

  #column-2 #vishing .vishing_media.vishing_media-mobile {
    display: block;
  }

  #column-2 #vishing .vishing_media {
    max-width: 604px;
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(1) {
    top: 133px;
    left: calc(50% + 51px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(2) {
    top: 215px;
    right: calc(50% + 50px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(3) {
    top: 330px;
    left: calc(50% + 51px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(4) {
    top: 410px;
    right: calc(50% + 50px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(5) {
    top: 510px;
    left: calc(50% + 51px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(6) {
    top: 590px;
    right: calc(50% + 50px);
  }

}

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

  #column-2 #vishing .vishing_list_text {
    font-size: 14px;
    line-height: 1.12;
  }

  #column-2 #vishing .vishing_list_item {
    position: absolute;
    max-width: 210px !important;
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(1) {
    top: 123px;
    left: calc(50% + 43px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(2) {
    top: 190px;
    right: calc(50% + 42px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(3) {
    top: 289px;
    left: calc(50% + 43px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(4) {
    top: 345px;
    right: calc(50% + 41px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(5) {
    top: 438px;
    left: calc(50% + 43px);
  }

  #column-2 #vishing .vishing_list_item:nth-of-type(6) {
    top: 500px;
    right: calc(50% + 41px);
  }

  #column-2 #vishing .vishing_media {
    max-width: 495px;
  }

}
