:root {
  --organization-white: #FFFEFF;
  --organization-green: #00A443;
  --organization-green-light: #DCEBE1;
  --organization-olive: #A2BCB1;
  --organization-neon: #5BD38C;
  --organization-dark: #00402A;
  --organization-black: #3A3735;
  --organization-brown: #615D5A;
  --organization-border: #D8CFC7;
  --organization-orange: #FF9C1A;
  --organization-orange-light: #FFF5EC;
}

#organization {
  width: 100%;
  max-width: 980px;
  padding: 20px 12px 30px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

#organization .organization_wrapper {
  width: 100%;
  max-width: 266px;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  margin: 0 auto;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/estructura-societaria-2025/images/lineas-m.svg?t=2147');
  background-size: 100% auto;
  background-position: center 48px;
  background-repeat: no-repeat;
}

#organization .organization_header {
  width: 100%;
  max-width: 192px;
  border: 1px solid var(--organization-dark);
  background-color: var(--organization-white);
  border-top-width: 17px;
  border-radius: 5px;
  padding: 4px 12px 12px;
  margin: 0 auto 28px;
  display: flex;
  flex-direction: column;
  height: 93px;
}

#organization .organization_header_title {
  color: var(--organization-dark) !important;
  font-size: 24px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin: 10px 0px;
}

#organization .organization_header_url {
  color: var(--organization-dark) !important;
  font-size: 16px;
  line-height: 1.43;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

#organization .organization_top {
  margin-bottom: 55px;
}

#organization .organization_top_left {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#organization .organization_top_right {
  display: flex;
  flex-direction: column;
}

#organization .organization_top_title {
  display: flex;
  align-items: center;
  padding: 8px 20px 8px 24px;
  border-radius: 5px;
  background-color: var(--organization-green-light);
  color: var(--organization-dark) !important;
  font-size: 16px;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  margin-bottom: 20px;
}

#organization a.organization_top_title {
  transition: background 0.5s;
}

#organization a.organization_top_title:hover {
  background-color: var(--organization-olive);
}

#organization .organization_top_title:after {
  content: '';
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: auto;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/estructura-societaria-2025/images/ico-flecha.svg?t=2147');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#organization .organization_top_title-non-arrow:after {
  display: none !important;
}

#organization .organization_top_left .organization_top_title {
  margin-left: 21px;
}

#organization .organization_top_left .organization_top_title:nth-of-type(1) {
  margin-right: 21px;
  margin-left: 0;
}

#organization .organization_top_right .organization_top_title:nth-of-type(1) {
  margin-bottom: 15px;
}

#organization .organization_top_subtitle {
  border-radius: 5px;
  border: 1px solid var(--organization-olive);
  border-top-width: 17px;
  background: var(--organization-white);
  padding: 8px 8px 42px 8px;
  position: relative;
  color: var(--organization-dark) !important;
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  margin-left: 21px;
  margin-bottom: 11px;
}

#organization a.organization_top_subtitle,
#organization a.organization_top_link,
#organization a.organization_content_link {
  transition: background 0.5s;
}

#organization a.organization_top_subtitle:hover,
#organization a.organization_top_link:hover,
#organization a.organization_content_link:hover {
  background-color: var(--organization-orange-light);
}

#organization .organization_top_subtitle:after {
  content: '';
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/estructura-societaria-2025/images/ico-flecha-alt.svg?t=2147');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

#organization .organization_top_content {
  border-radius: 5px;
  border: 1px solid var(--organization-olive);
  border-top-width: 17px;
  background: var(--organization-white);
  padding: 8px;
  position: relative;
  margin-left: 21px;
  display: flex;
  flex-direction: column;
}

#organization .organization_top_content_text {
  color: var(--organization-dark) !important;
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  margin-bottom: 10px;
}

#organization .organization_top_link {
  border-radius: 5px;
  border: 1px solid var(--organization-green-light);
  border-left-width: 10px;
  padding: 4px 42px 4px 8px;
  display: flex;
  color: var(--organization-dark) !important;
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  margin-bottom: 8px;
  position: relative;
}

#organization .organization_top_link:last-child {
  margin-bottom: 0;
}

#organization .organization_top_link:after {
  content: '';
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/estructura-societaria-2025/images/ico-flecha-alt.svg?t=2147');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

#organization .organization_content {}

#organization .organization_content_col {
  margin-bottom: 30px;
}

#organization .organization_content_col:nth-of-type(4) {
  margin-bottom: 40px;
}

#organization .organization_content_link,
#organization .organization_content_item {
  display: flex;
  align-items: center;
  border: 1px solid var(--organization-green);
  border-top-width: 17px;
  border-radius: 5px;
  background: var(--organization-white);
  padding: 8px 20px 38px 8px;
  position: relative;
  color: var(--organization-dark) !important;
  font-size: 13px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  margin-left: 21px;
  margin-bottom: 16px;
}

#organization .organization_content_item {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 8px;
}

#organization .organization_content_col:last-child .organization_content_link,
#organization .organization_content_col:last-child .organization_content_item {
  margin-left: 0;
  margin-right: 21px;
}


#organization .organization_content_link:first-child,
#organization .organization_content_item:first-child {
  margin-left: 0;
  margin-right: 21px;
  margin-bottom: 18px;
  padding-bottom: 42px;
}

#organization .organization_content_link:after {
  content: '';
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url('/wcorp/gc/prod/es_ES/estaticos/estructura-societaria-2025/images/ico-flecha-alt.svg?t=2147');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

#organization .organization_content_link-light {
  border-color: var(--organization-neon);
}

#organization .organization_content_link-orange {
  border-color: var(--organization-orange);
}

#organization .organization_content_icons {
  width: 100%;
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}

#organization .organization_content_link img,
#organization .organization_content_item img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  margin-right: 8px;
}

#organization .organization_legend {
  border-radius: 15px;
  background: var(--organization-orange-light);
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 24px);
}

#organization .organization_legend_item {
  display: flex;
  align-items: center;
  color: var(--organization-brown) !important;
  font-size: 17px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}

#organization .organization_legend_item:last-child {
  margin-bottom: 0;
}

#organization .organization_legend_item img {
  width: 40px;
  min-width: 40px;
  margin-right: 8px;
}

#organization .wrapper-icono {
  display: flex;
  width: 100%;
  gap: 8px;
  text-align: left;
}

#organization .organization_sections {}

#organization .organization_sections_item {
  color: var(--organization-brown) !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px !important;
  position: relative;
  padding-left: 28px;
}

#organization .organization_sections_item:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#organization .organization_sections_item:nth-of-type(1):after {
  background-color: var(--organization-dark);
}

#organization .organization_sections_item:nth-of-type(2):after {
  background-color: var(--organization-green-light);
}

#organization .organization_sections_item:nth-of-type(3):after {
  background-color: var(--organization-neon);
}

#organization .organization_sections_item:nth-of-type(4):after {

  background-color: var(--organization-orange);
}

#organization .organization_sections_item:nth-of-type(5):after {
  background-color: var(--organization-green);
}

#organization .organization_note {
  color: var(--organization-brown) !important;
  font-size: 14px;
  line-height: 1.28;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 700px) {

  #organization .organization_wrapper {
    max-width: 565px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/estructura-societaria-2025/images/lineas-t.svg?t=2147');
    background-size: 548px auto;
    background-position: 8px 92px;
    padding: 0;
    margin-bottom: 10px;
  }

  #organization .organization_header {
    margin-bottom: 50px;
  }

  #organization .organization_top {
    display: flex;
    align-items: flex-start;
  }

  #organization .organization_top_left {
    width: 166px;
    min-width: 166px;
    margin-right: auto;
  }

  #organization .organization_top_title {
    font-size: 14px;
  }

  #organization .organization_top_left .organization_top_title {
    margin-left: 0;
    margin-right: 0;
  }

  #organization .organization_top_left .organization_top_title:nth-of-type(1),
  #organization .organization_top_left .organization_top_title:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 57.5px;
  }

  #organization .organization_top_right {
    width: calc(100% - 174px);
    max-width: calc(100% - 174px);
    flex-direction: row;
    flex-wrap: wrap;
  }

  #organization .organization_top_right .organization_top_title:first-child {
    margin-bottom: 14px;
    width: 100%;
  }

  #organization .organization_top_right .organization_top_subtitle {
    width: 100px;
    min-width: 100px;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
  }

  #organization .organization_top_right .organization_top_content {
    width: calc(100% - 108px);
    max-width: calc(100% - 108px);
    margin-left: 0;
    margin-bottom: 0;
  }

  #organization .organization_top_link {
    min-height: 32px;
    align-items: center;
    font-size: 10px;
  }

  #organization .organization_top_content_text,
  #organization .organization_top_subtitle {
    font-size: 10px;
  }

  #organization .organization_content {
    width: 100%;
    display: flex;
    position: relative;
  }

  #organization .organization_content_col {
    width: 77px;
    min-width: 77px;
    margin-right: 4px;
    margin-bottom: 0;
  }

  #organization .organization_content_col:last-child {
    margin-top: 132px;
    transform: translateX(-15px);
  }

  #organization .organization_content_link,
  #organization .organization_content_link:first-child,
  #organization .organization_content_item,
  #organization .organization_content_item:first-child {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    flex-direction: column;
    font-size: 10px;
  }

  #organization .organization_content_link,
  #organization .organization_content_item {
    min-height: 144px;
  }

  #organization .organization_content_item {
    min-height: 87px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    transform: translateX(-26px);
  }

  #organization .organization_content_item:nth-of-type(4),
  #organization .organization_content_item:nth-of-type(6) {
    position: absolute;
    right: -6px;
    margin-top: -55px;
    width: 100%;
    max-width: 77px;
    min-height: 70px;
  }

  #organization .organization_content_col:nth-of-type(1) .organization_content_link {
    transform: translateX(16px);
  }

  #organization .organization_content_col:nth-of-type(2) .organization_content_link {
    transform: translateX(28px);
  }

  #organization .organization_content_col:nth-of-type(3) .organization_content_link {
    transform: translateX(36px);
  }

  #organization .organization_content_col:nth-of-type(5) .organization_content_link {
    transform: translateX(-38px);
  }

  #organization .organization_content_col:nth-of-type(5) .organization_content_link:last-child {
    /* margin-top: 160px; */
  }

  #organization .organization_content_link:first-child {
    min-height: 118px;
    margin-bottom: 14px;
  }

  #organization .organization_content_col:nth-of-type(1) .organization_content_link:first-child,
  #organization .organization_content_col:nth-of-type(2) .organization_content_link:first-child,
  #organization .organization_content_col:nth-of-type(3) .organization_content_link:first-child,
  #organization .organization_content_col:nth-of-type(5) .organization_content_link:first-child {
    transform: translateX(0px);
  }

  #organization .organization_content_col:nth-of-type(6) .organization_content_link:not(:first-child) {
    transform: translateX(-26px);
  }

  #organization .organization_content_col:last-child .organization_content_link,
  #organization .organization_content_col:last-child .organization_content_item {
    width: 77px;
    min-width: 77px;
    min-height: 85px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  #organization .organization_content_col:last-child .organization_content_link:last-child,
  #organization .organization_content_col:last-child .organization_content_item:last-child {
    min-height: 106px;
  }

  #organization .organization_content_link img,
  #organization .organization_content_item img {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 4px;
  }

  #organization .wrapper-icono img {
    margin-right: 0px !important;
  }

  #organization .organization_legend {
    width: 100%;
    max-width: 565px;
    margin: 0 auto 24px;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #organization .organization_legend_item {
    margin-bottom: 0;
  }

  #organization .organization_sections {
    width: 100%;
    max-width: 565px;
    margin: 0 auto 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  #organization .organization_sections_item {
    min-width: 240px;
  }

  #organization .organization_sections_item:nth-of-type(1) {
    order: 1;
  }

  #organization .organization_sections_item:nth-of-type(2) {
    order: 3;
  }

  #organization .organization_sections_item:nth-of-type(3) {
    order: 5;
  }

  #organization .organization_sections_item:nth-of-type(4) {
    order: 2;
  }

  #organization .organization_sections_item:nth-of-type(5) {
    order: 4;
  }

  #organization .organization_note {
    width: 100%;
    max-width: 565px;
    margin: 0 auto;
  }

}

@media (min-width: 1040px) {

  #organization {
    padding-left: 0;
    padding-right: 0;
  }

  #organization .organization_wrapper {
    max-width: 980px;
    background-image: url('/wcorp/gc/prod/es_ES/estaticos/estructura-societaria-2025/images/lineas-d.svg?t=2147');
    background-size: 962px auto;
    background-position: 17px 92px;
    padding: 0;
  }

  #organization .organization_top {
    margin-bottom: 48px;
  }

  #organization .organization_top_title {
    font-size: 16px;
  }

  #organization .organization_top_left {
    width: 230px;
    min-width: 230px;
  }

  #organization .organization_top_right {
    width: calc(100% - 304px);
    max-width: calc(100% - 304px);
  }

  #organization .organization_top_right .organization_top_subtitle {
    width: 122px;
    min-width: 122px;
  }

  #organization .organization_top_right .organization_top_content {
    width: calc(100% - 136px);
    max-width: calc(100% - 136px);
  }

  #organization .organization_top_left .organization_top_title:nth-of-type(1),
  #organization .organization_top_left .organization_top_title:nth-of-type(2) {
    margin-bottom: 72px;
  }

  #organization .organization_top_content_text,
  #organization .organization_top_subtitle,
  #organization .organization_top_link {
    font-size: 13px;
  }

  #organization .organization_content_col {
    width: 120px;
    min-width: 120px;
    margin-right: 30px;
  }

  #organization .organization_content_link,
  #organization .organization_content_item {
    font-size: 13px;
    min-height: 145px;
    margin-bottom: 24px;
  }

  #organization .organization_content_item {
    min-height: 102px;
  }

  #organization .organization_content_item:nth-of-type(1) {
    min-height: 117px;
  }

  #organization .organization_content_col .organization_content_link:not(:first-child),
  #organization .organization_content_col:last-child .organization_content_link:first-child,
  #organization .organization_content_item:nth-of-type(4),
  #organization .organization_content_item:nth-of-type(6) {
    min-width: 134px;
    max-width: 134px;
  }

  #organization .organization_content_col:nth-of-type(1) .organization_content_link:not(:first-child),
  #organization .organization_content_col:nth-of-type(2) .organization_content_link:not(:first-child),
  #organization .organization_content_col:nth-of-type(3) .organization_content_link:not(:first-child),
  #organization .organization_content_col:nth-of-type(5) .organization_content_link:not(:first-child) {
    min-width: 137px;
  }

  #organization .organization_content_col:nth-of-type(1) .organization_content_link:not(:first-child) {
    transform: translateX(30px);
  }

  #organization .organization_content_col:nth-of-type(2) .organization_content_link:not(:first-child) {
    transform: translateX(36px);
  }

  #organization .organization_content_col:nth-of-type(3) .organization_content_link:not(:first-child) {
    transform: translateX(38px);
  }

  #organization .organization_content_col:nth-of-type(5) .organization_content_link:not(:first-child) {
    transform: translateX(-106px);
  }

  #organization .organization_content_col:nth-of-type(6) .organization_content_item {
    min-width: 134px;
    max-width: 134px;
    transform: translateX(-82px);
    margin-bottom: 18px;
  }

  #organization .organization_content_col:nth-of-type(6) .organization_content_item:nth-of-type(6) {
    margin-top: -88px;
  }

  #organization .organization_content_col:nth-of-type(7) .organization_content_link {
    transform: translateX(-52px);
  }

  #organization .organization_content_link:first-child,
  #organization .organization_content_item:first-child {
    font-size: 13px;
    min-height: 131px;
    margin-bottom: 26px;
  }

  #organization .organization_content_link img,
  #organization .organization_content_item img {
    width: 31px;
    min-width: 31px;
    max-width: 31px;
    height: 31px;
  }

  #organization .organization_content_col:last-child {
    margin-top: 192px;
  }

  #organization .organization_content_item:nth-of-type(4),
  #organization .organization_content_item:nth-of-type(6) {
    right: -64px;
  }

  #organization .organization_content_col:nth-of-type(6) .organization_content_link:last-child,
  #organization .organization_content_col:nth-of-type(6) .organization_content_item:last-child {
    min-width: 134px;
    max-width: 134px;
    transform: translateX(-82px);
    min-height: 100px;
    padding-bottom: 10px;
  }

  #organization .organization_content_col:last-child .organization_content_link:last-child {
    min-height: 94px;
  }

  #organization .organization_sections {
    margin-left: 0;
    margin-right: auto;
    margin-top: -158px;
  }

  #organization .organization_legend,
  #organization .organization_note {
    margin-left: 0;
    margin-right: auto;
  }

}