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

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

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

#meteoflow3 h3 {
  margin-top: 0 !important;
}

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

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

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

#meteoflow3 .meteoflow3_item {
  border-radius: 15px;
  background-color: var(--meteoflow3-white);
  padding: 13px 16px;
  margin-bottom: 10px;
  display: flex;
}

#meteoflow3 .meteoflow3_item:last-child {
  margin-bottom: 0;
}

#meteoflow3 .meteoflow3_icon {
  max-width: 75px;
  margin-right: 30px;
}

#meteoflow3 .meteoflow3_text {
  color: var(--meteoflow3-dark) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  max-width: calc(100% - 120px);
  margin: auto auto auto 0;
}

@media (min-width: 700px) {

  #meteoflow3 {
    padding: 22px 33px;
  }

  #meteoflow3 .meteoflow3_list {
    display: flex;
  }
  
  #meteoflow3 .meteoflow3_item {
    margin-bottom: 0;
    width: calc(31.83% - 8px);
    flex-direction: column;
    padding-left: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
  }

  #meteoflow3 .meteoflow3_item:nth-of-type(2) {
    margin-left: auto;
    margin-right: auto;
    width: calc(36.33% - 8px);
  }
  
  #meteoflow3 .meteoflow3_icon {
    max-width: 67px;
    margin: 0 auto 14px;
  }
  
  #meteoflow3 .meteoflow3_text {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  
}
