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

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

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

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

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

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

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

#smishing .smishing_title {
  color: var(--smishing-green) !important;
  font-size: 32px;
  line-height: 1.2;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  width: 80%;
  max-width: 458px;
  margin: 0 auto 32px 0;
}

#smishing .smishing_title em {
  font-weight: bold;
  font-style: italic;
}

#smishing .smishing_subtitle {
  border-radius: 15px;
  border: 1px solid var(--smishing-border);
  background-color: var(--smishing-white);
  padding: 15px 10px 15px 15px;
  color: var(--smishing-brown);
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  width: 100%;
  margin: 0 auto 44px;
}

#smishing .smishing_list_item {
  display: flex;
  margin-bottom: 34px;
}

#smishing .smishing_list_icon {
  max-width: 72px;
}

#smishing .smishing_list_text {
  width: calc(100% - 92px);
  color: var(--smishing-brown);
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-left: auto;
}

#smishing .smishing_list_text strong {
  font-weight: 500;
}

#smishing .smishing_media {
  width: 100%;
  max-width: 560px;
  margin: 0 auto 45px;
}

#smishing .smishing_source {
  color: var(--smishing-brown);
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}


@media (min-width: 700px) {

  #smishing {
    padding: 46px 32px 32px;
  }

  #smishing .smishing_title {
    font-size: 32px;
    margin-bottom: 27px;
    padding-left: 10px;
  }

  #smishing .smishing_subtitle {
    padding: 36px 45px 36px 28px;
  }

  #smishing .smishing_list {
    counter-reset: my-counter; 
    display: flex;
    flex-wrap: wrap;
    min-height: 902px;
    background-image: url('images/listado.svg');
    background-repeat: no-repeat;
    background-position: center 27px;
    background-size: auto 874px;
    padding-bottom: 110px;
  }
  
  #smishing .smishing_list_item {
    counter-increment: my-counter;
    width: 100%;
    max-width: 341px;
    margin-bottom: 15px;
    position: relative;
  }

  #smishing .smishing_list_item:before {
    content: counter(my-counter) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: var(--smishing-green-dark);
    color: var(--smishing-white);
    border-radius: 100%;
    font-size: 16px !important;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: 0 !important;
  }

  #smishing .smishing_list_item:after {
    content: '';
    display: block;
    height: 1px;
    width: 51px;
    background-color: var(--smishing-green-dark);
    position: absolute;
    top: 50%;
  }

  #smishing .smishing_list_item:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-right: 50%;
    margin-left: auto;
    padding-right: 51px;
  }

  #smishing .smishing_list_item:nth-of-type(even):after {
    right: 0;
  }

  #smishing .smishing_list_item:nth-of-type(even):before {
    right: -12.5px;
  }

  #smishing .smishing_list_item:nth-of-type(even) .smishing_list_text {
    margin-right: auto;
    margin-left: 0;
  }

  #smishing .smishing_list_item:nth-of-type(odd) {
    margin-left: 50%;
    margin-right: auto;
    padding-left: 51px;
  }

  #smishing .smishing_list_item:nth-of-type(odd):after {
    left: 0;
  }

  #smishing .smishing_list_item:nth-of-type(odd):before {
    left: -12.5px;
  }

}

@media (min-width: 960px) {

  #smishing .smishing_subtitle {
    margin-bottom: 66px;
  }

  #smishing .smishing_media {
    max-width: 815px;
    margin-top: -20px;
  }

}

@media (min-width:700px) and (max-width:800px) {

  #smishing .smishing_list {
      max-width: 576px;
      margin-left: auto;
      margin-right: auto;
  }
  
  #smishing .smishing_list_item {
      margin-bottom: 7px;
  }
  
  #smishing .smishing_list_text {
      font-size: 14px;
  }

}