@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 {
  --mechatronics-sand: #FFF5EC;
  --mechatronics-border: #B0A9A3;
  --mechatronics-white: #FFFEFF;
  --mechatronics-black: #00402A;
  --mechatronics-green: #00A443;
  --mechatronics-brown: #615D5A;
  --mechatronics-orange: #FF9C1A;
  --mechatronics-sand-3: #D8CFC7;
}

#mechatronics {
  width: 100%;
  max-width: 980px;
  padding: 38px 36px 11px;
  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(--mechatronics-sand);
  border-radius: 15px;
}

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

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

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

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

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

#mechatronics .mechatronics_title {
  color: var(--mechatronics-green) !important;
  font-size: 32px;
  line-height: 1.12;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin: 0 auto 32px;
  width: calc(100% - 10px);
}

#mechatronics .mechatronics_title strong {
  font-weight: 700;
}

#mechatronics .mechatronics_container {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

#mechatronics .mechatronics_list_item {
  border-radius: 15px;
  border: 1px solid var(--mechatronics-border);
  background: var(--mechatronics-white);
  margin-bottom: 32px;
  padding: 20px 26px 22px 24px;
  display: flex;
  flex-wrap: wrap;
}

#mechatronics .mechatronics_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: var(--mechatronics-orange);
  color: var(--mechatronics-white);
  font-size: 17px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin-right: auto;
  float: left;
  margin-right: 7px;
}

#mechatronics .mechatronics_subtitle {
  width: 100%;
  color: var(--mechatronics-black);
  font-size: 21px;
  line-height: 1.23;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

#mechatronics .mechatronics_text {
  width: 100%;
  margin-top: 26px;
  color: var(--mechatronics-brown);
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

#mechatronics .mechatronics_media {
  display: block;
  margin: 0 auto 32px;
}

#mechatronics .mechatronics_media:nth-of-type(1) {
  width: 329px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#mechatronics .mechatronics_media:nth-of-type(2) {
  max-width: 246px;
}

@media (min-width: 460px) {
  
  #mechatronics .mechatronics_media:nth-of-type(1) {
    left: auto;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (min-width: 700px) {

  #mechatronics {
    padding: 46px 46px 30px 32px;
  }

  #mechatronics:after {
    content: '';
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    background-color: var(--mechatronics-sand-3);
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  #mechatronics .mechatronics_title {
    max-width: 458px;
    margin-left: 10px;
    margin-bottom: 57px;
  }

  #mechatronics .mechatronics_media {
    position: relative;
    z-index: 2;
  }

  #mechatronics .mechatronics_media:nth-of-type(1) {
    width: 100%;
    max-width: 648px;
    margin-bottom: 278px;
  }
  
  #mechatronics .mechatronics_media:nth-of-type(2) {
    max-width: 293px;
    margin-left: 86px;
    margin-bottom: 0;
  }

  #mechatronics .mechatronics_number {
    display: none;
  }

  #mechatronics .mechatronics_list_item {
    position: absolute;
    z-index: 3;
    padding-right: 23px;
    max-width: 290px;
  }

  #mechatronics .mechatronics_list:nth-of-type(1) .mechatronics_list_item:nth-of-type(1) {
    left: -10px;
    top: 22.4%;
  }

  #mechatronics .mechatronics_list:nth-of-type(1) .mechatronics_list_item:nth-of-type(2) {
    right: -20px;
    top: 22.4%;
  }

  #mechatronics .mechatronics_list:nth-of-type(2) .mechatronics_list_item:nth-of-type(1) {
    left: -10px;
    top: 57.9%;
  }

  #mechatronics .mechatronics_list:nth-of-type(2) .mechatronics_list_item:nth-of-type(2) {
    right: -20px;
    top: 62%;
  }

  #mechatronics .mechatronics_list:nth-of-type(3) .mechatronics_list_item:nth-of-type(1) {
    max-width: 270px;
    right: -20px;
    bottom: 6.5%;
  }

  #mechatronics .mechatronics_media:nth-of-type(1) {
    max-width: 562px;
  }

}

@media (min-width: 980px) {

  #mechatronics .mechatronics_title {
    margin-bottom: 33px;
  }

  #mechatronics .mechatronics_container {
    max-width: 800px;
  }

  #mechatronics .mechatronics_media:nth-of-type(1) {
    max-width: 717px;
    margin-bottom: 238px;
  }

  #mechatronics .mechatronics_media:nth-of-type(2) {
    max-width: 358px;
    margin-left: 152px;
  }

  #mechatronics .mechatronics_list:nth-of-type(1) .mechatronics_list_item:nth-of-type(1) {
    left: 0;
    top: 27%;
  }

  #mechatronics .mechatronics_list:nth-of-type(1) .mechatronics_list_item:nth-of-type(2) {
    right: 90px;
    top: 27%;
  }

  #mechatronics .mechatronics_list:nth-of-type(2) .mechatronics_list_item:nth-of-type(1) {
    left: 0;
    top: 63.5%;
  }

  #mechatronics .mechatronics_list:nth-of-type(2) .mechatronics_list_item:nth-of-type(2) {
    right: 0;
    top: 67%;
  }

  #mechatronics .mechatronics_list:nth-of-type(3) .mechatronics_list_item:nth-of-type(1) {
    right: 22px;
    bottom: 7%;
  }

  /**/
  
  #column-2 #mechatronics .mechatronics_title {
    margin-bottom: 57px;
  }

  #column-2 #mechatronics .mechatronics_media:nth-of-type(1) {
    max-width: 648px;
    margin-bottom: 278px;
  }

  #column-2 #mechatronics .mechatronics_media:nth-of-type(2) {
    max-width: 293px;
    margin-left: 86px;
  }

  #column-2 #mechatronics .mechatronics_container {
    max-width: 560px;
  }

  #column-2 #mechatronics .mechatronics_list:nth-of-type(1) .mechatronics_list_item:nth-of-type(1) {
    left: -10px;
    top: 22.4%;
  }

  #column-2 #mechatronics .mechatronics_list:nth-of-type(1) .mechatronics_list_item:nth-of-type(2) {
    right: -20px;
    top: 22.4%;
  }

  #column-2 #mechatronics .mechatronics_list:nth-of-type(2) .mechatronics_list_item:nth-of-type(1) {
    left: -10px;
    top: 57.9%;
  }

  #column-2 #mechatronics .mechatronics_list:nth-of-type(2) .mechatronics_list_item:nth-of-type(2) {
    right: -20px;
    top: 62%;
  }

  #column-2 #mechatronics .mechatronics_list:nth-of-type(3) .mechatronics_list_item:nth-of-type(1) {
    max-width: 270px;
    right: -20px;
    bottom: 6.5%;
  }

}

@media (min-width: 960px) and (max-width: 1060px) {
  
  #column-2 #mechatronics .mechatronics_list:nth-of-type(1) .mechatronics_list_item:nth-of-type(1) {
    top: 18.4%;
    max-width: 270px;
  }

  #column-2 #mechatronics .mechatronics_list:nth-of-type(1) .mechatronics_list_item:nth-of-type(2) {
    top: 21.2%;
    max-width: 270px;
  }

  #column-2 #mechatronics .mechatronics_list:nth-of-type(2) .mechatronics_list_item:nth-of-type(1) {
    top: 55.6%;
    max-width: 270px;
  }

  #column-2 #mechatronics .mechatronics_list:nth-of-type(2) .mechatronics_list_item:nth-of-type(2) {
    top: 60%;
    max-width: 270px;
  }

  #column-2 #mechatronics .mechatronics_list:nth-of-type(3) .mechatronics_list_item:nth-of-type(1) {
    bottom: 5.5%;
  }

}