:root {
  --tcfd-white: #fff;
  --tcfd-green: #00a443;
  --tcfd-green-1: #007f33;
  --tcfd-sand-7: #3a3735;
  --tcfd-border: #d8cfc7;
  --tcfd-border-dark: #89837e;
  --tcfd-sand: #fff5ec;
  --tcfd-sand-1: #fffeff;
  --tcfd-sky: #d8f3ff;
  --tcfd-forest: #00402a;
  --tcfd-forest-1: #dcebe1;
  --tcfd-sunset: #ff9c1a;
}

#tcfd {
  width: 100%;
  max-width: 980px;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--tcfd-border);
  background: var(--tcfd-white);
  padding: 32px 15px;
  margin: 20px auto;
}

#tcfd * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#tcfd strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

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

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

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

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

#tcfd .swiper-autoheight,
#tcfd .swiper-autoheight .swiper-slide {
  height: auto;
}

#tcfd .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

#tcfd .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

#tcfd .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

#tcfd .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

#tcfd .swiper-fade .swiper-slide-active,
#tcfd .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

#tcfd .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

#tcfd .swiper-android .swiper-slide,
#tcfd .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

#tcfd .swiper-pointer-events {
  touch-action: pan-y;
}

#tcfd .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  transition-property: transform;
}

#tcfd .swiper-slide-invisible-blank {
  visibility: hidden;
}

#tcfd .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#tcfd .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

#tcfd .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

#tcfd .swiper-button-lock {
  display: none;
}

#tcfd .swiper-slide {
  overflow: hidden;
}

#tcfd .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  margin: 16px auto 0;
  width: 100%;
}

#tcfd .swiper-button-prev,
#tcfd .swiper-button-next {
  width: 32px;
  height: 32px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  cursor: pointer;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 2;
}

#tcfd .swiper-button-prev {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/informe-tcfd/images/ico-prev.svg");
}

#tcfd .swiper-button-next {
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/informe-tcfd/images/ico-next.svg");
}

#tcfd .swiper-button-prev.swiper-button-disabled,
#tcfd .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

#bareas .swiper-button-prev:focus,
#bareas .swiper-button-next:focus {
  background-color: #dcebe1 !important;
  outline: none !important;
}

#tcfd .swiper-pagination {
  border-radius: 24px;
  border: 1px solid var(--tcfd-forest);
  padding: 5px 16px;
  color: var(--tcfd-forest) !important;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 68px;
  margin-right: auto;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  background-color: transparent !important;
  gap: 4px;
}

#tcfd .swiper-pagination .swiper-pagination-current {
  font-style: italic;
  color: var(--tcfd-green-1) !important;
}

#tcfd .swiper-pagination .swiper-pagination-total {
  font-style: italic;
}

#tcfd .tcfd_swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  display: none;
}

#tcfd[data-slider="1"] .tcfd_swiper,
#tcfd[data-slider="2"] .tcfd_swiper,
#tcfd[data-slider="3"] .tcfd_swiper,
#tcfd[data-slider="4"] .tcfd_swiper {
  display: flex;
}

#tcfd .tcfd_title {
  color: var(--tcfd-green-1) !important;
  font-size: 30px;
  line-height: 1.13;
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea" !important;
  text-align: left;
  margin-bottom: 64px;
}

#tcfd .tcfd_title strong {
  font-style: normal;
  font-weight: normal;
  font-family: "IberPangea Bold" !important;
}

#tcfd .tcfd_media {
}

#tcfd .tcfd_media_nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#tcfd[data-slider="1"] .tcfd_media_nav,
#tcfd[data-slider="2"] .tcfd_media_nav,
#tcfd[data-slider="3"] .tcfd_media_nav,
#tcfd[data-slider="4"] .tcfd_media_nav {
  display: none;
}

#tcfd .tcfd_media_nav_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 15px;
  border: 1px solid var(--tcfd-forest);
  padding: 8px 16px 8px 8px;
  gap: 8px;
  color: black !important;
  font-family: "IberPangea Medium" !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  transition: all 0.15s;
  cursor: pointer;
}

#tcfd .tcfd_media_nav_link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-color: var(--tcfd-green-1);
  border-radius: 100%;
  color: var(--tcfd-sand-1) !important;
  font-family: "IberPangea Bold" !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  transition: all 0.15s;
}

#tcfd .tcfd_media_nav_link:hover,
#tcfd .tcfd_media_nav_link.active {
  border-color: var(--tcfd-green-1);
  background-color: var(--tcfd-green-1);
  color: var(--tcfd-sand-1) !important;
}

#tcfd .tcfd_media_nav_link:hover span,
#tcfd .tcfd_media_nav_link.active span {
  background-color: var(--tcfd-sand-1);
  color: var(--tcfd-green-1) !important;
}

#tcfd .tcfd_media_image {
  max-width: 186px;
  margin: 0 auto 48px;
  position: relative;
}

#tcfd .tcfd_media_icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--tcfd-white);
  position: absolute;
  transition: all 0.15s;
}

#tcfd .tcfd_media_icon:hover,
#tcfd .tcfd_media_icon.active {
  background-color: var(--tcfd-green-1);
}

#tcfd .tcfd_media_icon img {
  max-width: 40px;
  transition: all 0.15s;
}

#tcfd .tcfd_media_icon:hover img,
#tcfd .tcfd_media_icon.active img {
  filter: brightness(0) invert(1);
}

#tcfd .tcfd_media_icon-1 {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

#tcfd .tcfd_media_icon-2 {
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
}

#tcfd .tcfd_media_icon-3 {
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}

#tcfd .tcfd_media_icon-4 {
  left: -27px;
  top: 50%;
  transform: translateY(-50%);
}

#tcfd .tcfd_item_image {
  width: 100%;
  margin-bottom: 15px;
}

#tcfd .tcfd_item_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 15px 15px 0 0;
  padding: 8px;
  gap: 15px;
  font-family: "IberPangea Medium" !important;
  font-size: 18px;
  line-height: 1.22;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  transition: all 0.15s;
  cursor: pointer;
  border-color: var(--tcfd-green-1);
  background-color: var(--tcfd-green-1);
  color: var(--tcfd-sand-1) !important;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/informe-tcfd/images/icono-cerrar.svg");
  background-repeat: no-repeat;
  background-size: 36px auto;
  background-position: calc(100% - 8px) center;
  padding-right: 52px;
  width: 100%;
}

#tcfd .tcfd_item_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: var(--tcfd-sand-1);
  color: var(--tcfd-green-1) !important;
  font-family: "IberPangea Bold" !important;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
}

#tcfd .tcfd_item {
  width: 100%;
  border-radius: 15px;
  border: 1px solid var(--tcfd-border);
}
#tcfd .tcfd_item_content {
  width: 100%;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#tcfd .tcfd_item_text {
  color: var(--tcfd-sand-7) !important;
  font-size: 16px;
  line-height: 1.25;
  font-family: "IberPangeaText" !important;
  text-align: left;
  font-style: normal;
  font-weight: normal;
}

#tcfd .tcfd_item_text strong {
  font-size: 16px;
  line-height: 1.25;
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
}

#tcfd .tcfd_item_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#tcfd .tcfd_item_list_item {
  color: var(--tcfd-sand-7) !important;
  font-size: 16px;
  line-height: 1.25;
  font-family: "IberPangeaText" !important;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  padding-left: 14px;
  position: relative;
}

#tcfd .tcfd_item_list_item:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--tcfd-green-1);
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 0;
}

#tcfd .tcfd_item_list_item strong {
  font-size: 16px;
  line-height: 1.25;
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
}

#tcfd .tcfd_source {
  font-size: 12px;
  line-height: 1.33;
  font-family: "IberPangeaText" !important;
  font-style: italic;
  font-weight: normal;
  text-align: left;
  margin-top: 24px;
}

@media (min-width: 700px) {
  #tcfd {
    padding: 40px 32px;
  }

  #tcfd .swiper-button-prev:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/informe-tcfd/images/ico-prev-hover.svg");
  }

  #tcfd .swiper-button-next:hover {
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/informe-tcfd/images/ico-next-hover.svg");
  }

  #tcfd .tcfd_title {
    font-size: 32px;
    line-height: 1.125;
    margin-bottom: 31px;
  }

  #tcfd .tcfd_media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 31px;
  }

  #tcfd .tcfd_media_nav {
    order: -1;
  }

  #tcfd .tcfd_media_image {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(4px);
  }

  #tcfd[data-slider="1"] .tcfd_media_nav,
  #tcfd[data-slider="2"] .tcfd_media_nav,
  #tcfd[data-slider="3"] .tcfd_media_nav,
  #tcfd[data-slider="4"] .tcfd_media_nav {
    display: flex;
  }

  #tcfd .tcfd_item_content {
    padding: 16px;
  }

  #tcfd .tcfd_source {
    font-size: 14px;
  }
}
