.esgchart__container {
  padding: 16px 16px 40px;
  max-width: 1172px;
  margin: 0 auto;
}
.esgchart__container,
.esgchart__container * {
  box-sizing: border-box;
}

.esgchart__avatar {
  width: 120px;
  height: 120px;
  border: 3px solid rgb(81, 128, 183);
  border-radius: 50%;
  overflow: hidden;
}
.esgchart__avatar--green {
  border-color: rgb(110, 183, 81);
}
.esgchart__avatar--gray {
  border-color: rgb(111, 111, 111);
}
.esgchart__avatar--blue {
  border-color: rgb(81, 128, 183);
}
.esgchart__avatar--small {
  border-width: 2px;
  width: 50px;
  height: 50px;
}
.esgchart__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.esgchart__user__wrap {
  padding: 0 25px;
  background: #FFFFFF;
}
.esgchart__user__identity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
.esgchart__user__identity .esgchart__avatar {
  flex-shrink: 0;
}
.esgchart__user__name {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  /* line-height: 133.02%; */
  color: #2F2F2F;
}
.esgchart__user__office {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  /* line-height: 19px; */
  color: #6F6F6F;
}

.esgchart__user__data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 24px;
}
@media (max-width: 567px) {
  .esgchart__user__data {
    flex-wrap: wrap;
  }
}
.esgchart__user__dataitem {
  display: flex;
  align-items: center;
  margin: 16px 0 24px;
}
.esgchart__user__dataitem::before {
  display: inline-block;
  margin: 0 10px 0 0;
}
.esgchart__user__dataitem--feminine::before {
  content: url("../images/icons/feminine.svg");
}
.esgchart__user__dataitem--masculine::before {
  content: url("../images/icons/masculine.svg");
}
.esgchart__user__dataitem--non-binary::before {
  content: url("../images/icons/non-binary.svg");
}
.esgchart__user__dataitem--raca::before {
  content: url("../images/icons/raca.svg");
}
.esgchart__user__dataitem--age::before {
  content: url("../images/icons/age.svg");
}
.esgchart__user__dataitem--nationality::before {
  content: url("../images/icons/nationality.svg");
  line-height: 1;
}

.esgchart__modal__list__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.esgchart__modal__subItems--invisible {
  display: none !important;
}
.esgchart__modal__description,
.esgchart__modal__description p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #2F2F2F;
}
.esgchart__modal__description p {
  margin: 10px 0;
}
.esgchart__modal__description p:nth-child(1) {
  margin-top: 0;
}
.esgchart__modal__description p:nth-last-child(1) {
  margin-bottom: 0;
}
.esgchart__modal__title {
  margin: 0 0 16px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #2F2F2F;
}

.esgchat__itemopt {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 16px;
  gap: 16px;
  background: #F8F8F8;
  border-width: 1px 1px 1px 7px;
  border-style: solid;
  border-color: #6F6F6F;
  text-decoration: none;
  cursor: default;
}
.esgchat__itemopt--green {
  border-color: #6EB751 !important;
}
.esgchat__itemopt--blue {
  border-color: #5180B7 !important;
}
.esgchat__itemopt--gray {
  border-color: #6F6F6F !important;
}
.esgchat__itemopt--orange {
  border-color: #EE7E5A !important;
}
.esgchat__itemopt--list {
  border-left-width: 1px;
  padding: 5px 16px;
  min-height: 75px;
  border-color: #6F6F6F;
}
.esgchat__itemopt--list .esgchart__user__identity {
  width: 100%;
}
.esgchat__itemopt--list .esgchart__user__name {
  font-weight: 700;
  font-size: 16px;
}
.esgchat__itemopt--list .esgchart__user__office {
  font-size: 14px;
}
.esgchat__itemopt--cta:hover {
  cursor: pointer;
  box-shadow: 0px 10px 25px rgba(41, 39, 40, 0.15);
}
.esgchat__itemopt--cta:hover.esgchat__itemopt--green {
  background: rgba(110, 183, 81, 0.05);
  border-color: #6EB751;
}
.esgchat__itemopt--cta:hover.esgchat__itemopt--green .esgchat__itemopt__icon {
  background-color: #6EB751;
  color: #000;
}
.esgchat__itemopt--cta:hover.esgchat__itemopt--blue {
  background: rgba(81, 128, 183, 0.05);
  border-color: #5180B7;
}
.esgchat__itemopt--cta:hover.esgchat__itemopt--blue .esgchat__itemopt__icon {
  background-color: #5180B7;
  color: #000;
}
.esgchat__itemopt--cta:hover.esgchat__itemopt--gray {
  background: #F8F8F8;
}
.esgchat__itemopt--cta:hover.esgchat__itemopt--gray .esgchat__itemopt__icon {
  background-color: #6F6F6F;
  color: #000;
}
.esgchat__itemopt--cta:hover.esgchat__itemopt--orange {
  background: #F8F8F8;
  border-color: #EE7E5A;
}
.esgchat__itemopt--cta:hover.esgchat__itemopt--orange .esgchat__itemopt__icon {
  background-color: #EE7E5A;
  color: #000;
}
.esgchat__itemopt__title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
  width: 100%;
  margin: 0;
}
.esgchat__itemopt__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #000000;
  color: #fff;
  font-size: 10px;
}

.esgchat__accordion {
  margin: 0;
  background: #F8F8F8;
  border: 1px solid rgba(160, 161, 165, 0.7);
}
.esgchat__accordion::before {
  display: none;
}
.esgchat__accordion__header {
  min-height: 64px;
  padding: 5px 16px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.esgchat__accordion__header:hover i {
  transform: rotate(0);
  color: #000000;
}
.esgchat__accordion__header span {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #000000;
}
.esgchat__accordion.active .esgchat__accordion__header span {
  font-weight: 500;
}
.esgchat__accordion.active .esgchat__accordion__header i {
  transform: rotate(180deg);
}
.esgchat__accordion__body {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}
.esgchat__accordion__body__wrap {
  padding: 0 16px 16px;
}
.esgchat__accordion__body__text,
.esgchat__accordion__body__text p {
  margin: 10px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  /* 25px */
  color: #000000;
}
.esgchat__accordion__body__text p:nth-child(1) {
  margin-top: 0;
}
.esgchat__accordion__body__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.esgchat__accordion__body__text .aligncenter {
  display: block;
  margin: 0 auto;
}
.esgchat__accordion__file {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  text-decoration: none;
}
.esgchat__accordion__file img {
  flex-shrink: 0;
}
.esgchat__accordion__file__info {
  width: 100%;
}
.esgchat__accordion__file__icon {
  font-size: 20px;
}
.esgchat__accordion__file__data {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
}
.esgchat__accordion__file__name {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  color: #000000;
}
.esgchat__accordion.active .accordion__body {
  max-height: 5000px;
  min-height: 10px;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.esgchat__accordion.active .accordion__body * {
  opacity: 1;
}

.esgchat__content {
  padding-top: 40px;
}
.esgchat__content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  clear: both;
}
.esgchat__content hr {
  clear: both;
}
.esgchat__content p {
  margin: 10px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
}
.esgchat__content p:nth-child(1) {
  margin-top: 0;
}
.esgchat__content p:nth-last-child(1) {
  margin-bottom: 0;
}
.esgchat__content h1,
.esgchat__content h2,
.esgchat__content h3,
.esgchat__content h4,
.esgchat__content h5,
.esgchat__content h6 {
  margin: 0 0 10px;
  color: #000000;
}
.esgchat__content h1 {
  font-weight: 800;
  font-size: 34px;
  line-height: 37px;
}
.esgchat__content h2 {
  font-weight: 800;
  font-size: 31.3px;
  line-height: 37px;
}
.esgchat__content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
.esgchat__content h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.esgchat__content h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.esgchat__content h6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
.esgchat__content .wp-element-caption {
  font-weight: 400;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  color: #000000;
}

.esgchart__visualization {
  overflow-y: auto;
  margin: 56px 0;
}
.esgchart__visualization__wrap {
  min-width: 760px;
  width: 100%;
}
.esgchart__visualization .esgchat__itemopt {
  min-height: 90px;
  position: relative;
}
.esgchart__visualization .esgchat__itemopt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.esgchart__visualization__groupA {
  display: flex;
  gap: 190px;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0;
}
.esgchart__visualization__groupA::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 1px;
  background-color: #818181;
}
.esgchart__visualization__groupA::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: #818181;
}
.esgchart__visualization__groupA .esgchat__itemopt {
  width: 33.333%;
}

.esgchart__visualization__groupB {
  position: relative;
  padding: 20px 0;
}
.esgchart__visualization__groupB::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  height: 1px;
  background-color: #818181;
  z-index: -1;
}
.esgchart__visualization__groupB::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #818181;
}
.esgchart__visualization__groupB .esgchat__itemopt {
  width: 33.333%;
}

.esgchart__visualization__groupC {
  display: flex;
  gap: 90px;
}

.esgchart__visualization__columnA {
  width: 33.333%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.esgchart__visualization__columnA::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 44px);
  width: 1px;
  height: 100%;
  background-color: #818181;
  top: 45px;
  height: calc(100% - 90px);
}
.esgchart__visualization__columnA .esgchat__itemopt {
  position: relative;
}
.esgchart__visualization__columnA .esgchat__itemopt::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 45px;
  height: 1px;
  background-color: #818181;
}

.esgchart__visualization__columnB {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}
.esgchart__visualization__columnB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: #818181;
  z-index: -1;
}
.esgchart__visualization__columnB::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 1px;
  height: 50%;
  background-color: transparent;
  border-width: 0 0 0 1px;
  border-style: dashed;
  border-color: #818181;
  z-index: -2;
}
.esgchart__visualization__columnB .esgchat__itemopt:nth-child(1) {
  position: relative;
}
.esgchart__visualization__columnB .esgchat__itemopt:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 7px);
  width: 46px;
  height: 1px;
  background-color: #818181;
}
.esgchart__visualization__columnB .esgchat__itemopt:nth-child(2) {
  position: relative;
}
.esgchart__visualization__columnB .esgchat__itemopt:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 46px;
  height: 1px;
  background-color: #818181;
}

.esgchart__visualization__columnC {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.esgchart__visualization__columnC__bracket {
  position: absolute;
  top: 0;
  right: calc(100% + 44px);
  width: 1px;
  height: 100%;
  background-color: #818181;
  top: 20px;
  height: calc(100% - 40px);
}
.esgchart__visualization__columnC__bracket::after {
  content: "";
  position: absolute;
  top: 0;
  width: 25px;
  height: 1px;
  background-color: #818181;
}
.esgchart__visualization__columnC__bracket::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 1px;
  background-color: #818181;
}
.esgchart__visualization__columnC .esgchart__visualization__subtitle {
  padding: 0 0 10px;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-100%);
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #000000;
}

.esgchart__modal__wrap {
  padding: 36px 32px;
  position: relative;
  background: #fff;
  max-height: 578px;
  cursor: auto;
  height: auto;
  min-height: 250px;
  width: 100%;
}
.esgchart__modal__wrap--small {
  max-width: 600px;
}
.esgchart__modal__close {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.esgchart__modal__close:hover {
  background: none !important;
}
.esgchart__modal__close i {
  color: #6F6F6F;
  padding: 10px;
}
.esgchart__modal__content {
  overflow-y: auto;
  height: 100%;
  padding: 0 15px;
}
.esgchart__modal__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 720px;
  margin: 0 auto;
}

body.fonte-1 .esgchat__content .wp-element-caption,
body.fonte-1 .esgchat__accordion__file__data {
  font-size: 14px;
}
body.fonte-1 .esgchat__content p,
body.fonte-1 .esgchat__itemopt__title,
body.fonte-1 .esgchart__user__office,
body.fonte-1 .esgchat__itemopt--list .esgchart__user__name,
body.fonte-1 .esgchart__modal__description p,
body.fonte-1 .esgchat__accordion__header span,
body.fonte-1 .esgchat__accordion__body__text p,
body.fonte-1 .esgchat__accordion__file__name {
  font-size: 17px;
}
body.fonte-1 .esgchart__user__name {
  font-size: 22px;
}

body.fonte-2 .esgchat__content .wp-element-caption,
body.fonte-2 .esgchat__accordion__file__data {
  font-size: 16px;
}
body.fonte-2 .esgchat__content p,
body.fonte-2 .esgchat__itemopt__title,
body.fonte-2 .esgchart__user__office,
body.fonte-2 .esgchat__itemopt--list .esgchart__user__name,
body.fonte-2 .esgchart__modal__description p,
body.fonte-2 .esgchat__accordion__header span,
body.fonte-2 .esgchat__accordion__body__text p,
body.fonte-2 .esgchat__accordion__file__name {
  font-size: 19px;
}
body.fonte-2 .esgchart__user__name {
  font-size: 26px;
}

body.fonte-3 .esgchat__content .wp-element-caption,
body.fonte-3 .esgchat__accordion__file__data {
  font-size: 18px;
}
body.fonte-3 .esgchat__content p,
body.fonte-3 .esgchat__itemopt__title,
body.fonte-3 .esgchart__user__office,
body.fonte-3 .esgchat__itemopt--list .esgchart__user__name,
body.fonte-3 .esgchart__modal__description p,
body.fonte-3 .esgchat__accordion__header span,
body.fonte-3 .esgchat__accordion__body__text p,
body.fonte-3 .esgchat__accordion__file__name {
  font-size: 21px;
}
body.fonte-3 .esgchart__user__name {
  font-size: 28px;
}

body.contraste .esgchat__content .wp-element-caption,
body.contraste .esgchart__visualization__columnC .esgchart__visualization__subtitle,
body.contraste .esgchat__accordion__header i {
  color: #fff;
}
body.contraste .esgchat__itemopt,
body.contraste .esgchat__itemopt--cta:hover.esgchat__itemopt--orange,
body.contraste .esgchat__itemopt--cta:hover.esgchat__itemopt--gray,
body.contraste .esgchat__itemopt--cta:hover.esgchat__itemopt--blue,
body.contraste .esgchat__itemopt--cta:hover.esgchat__itemopt--green,
body.contraste .esgchart__modal__wrap,
body.contraste .esgchart__user__wrap,
body.contraste .esgchat__accordion {
  background: #282828;
}
body.contraste .esgchat__itemopt--cta:hover {
  box-shadow: 0px 10px 25px rgba(255, 255, 255, 0.15);
}
