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

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

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

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

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

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

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

#vathletics .vathletics_title {
  color: var(--vathletics-green) !important;
  font-size: 32px;
  line-height: 1.06;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  width: 95%;
  margin: 0 auto 23px 0;
  position: relative;
}

#vathletics .vathletics_title {
  font-weight: 600;
}

#vathletics .vathletics_item {
  width: 100%;
  padding: 14px 20px 35px 25px;
  border-radius: 15px;
  border: 1px solid var(--vathletics-border);
  background-color: var(--vathletics-white);
  margin-bottom: 13px;
}

#vathletics .vathletics_icon {
  max-width: 40px;
  margin: 0 auto 3px 0;
  display: block;
  width: 100%;
}

#vathletics .vathletics_subtitle {
  width: 100%;
  color: var(--vathletics-green-dark) !important;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  text-align: left;
  margin: 0 auto 4px 0;
}

#vathletics .vathletics_text {
  width: 100%;
  color: var(--vathletics-brown) !important;
  font-size: 16px;
  line-height: 1.12;
  font-weight: 400;
  text-align: left;
  margin: 0 auto 9px 0;
}

#vathletics .vathletics_text strong {
  font-weight: 600;
}

#vathletics .vathletics_media {
  width: calc(100% + 18px);
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 6px;
  margin-bottom: 13px;
}

#vathletics .vathletics_media img {
  max-width: 650px;
  margin: 0 auto;
}


@media (min-width: 700px) {

  #vathletics {
    padding: 35px 26px 48px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #vathletics .vathletics_title {
    margin-bottom: 37px;
    width: calc(100% - 12px);
    margin-left: auto;
    margin-right: auto;
  }

  #vathletics .vathletics_item {
    width: calc(50% - 4.5px);
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    padding-right: 15px;
  }

  #vathletics .vathletics_item:nth-of-type(odd) {
    margin-right: auto;
  }

  #vathletics .vathletics_media {
    margin-top: -45px;
    margin-bottom: -35px;
  }

}
