﻿.pt-br .pagePraticasDeGovernancaCorporativa .pagePraticasDeGovernancaCorporativa__organograma--1__box--4 {
  top: 216px;
}
.pt-br .pagePraticasDeGovernancaCorporativa .pagePraticasDeGovernancaCorporativa__organograma--1__box--6 {
  top: 306px;
}
.pt-br .pagePraticasDeGovernancaCorporativa .pagePraticasDeGovernancaCorporativa__organograma--1__box--8 {
  top: 396px;
}
.pt-br .pagePraticasDeGovernancaCorporativa .pagePraticasDeGovernancaCorporativa__organograma--1__box--10 {
  top: 486px;
}
.pt-br .pagePraticasDeGovernancaCorporativa .pagePraticasDeGovernancaCorporativa__organograma--1__box--5 {
  top: 216px;
}
.pt-br .pagePraticasDeGovernancaCorporativa .pagePraticasDeGovernancaCorporativa__organograma--1__box--7 {
  top: 285px;
}
.pt-br .pagePraticasDeGovernancaCorporativa .pagePraticasDeGovernancaCorporativa__organograma--1__box--9 {
  top: 354px;
}

.pagePraticasDeGovernancaCorporativa__organograma__box {
  border-radius: 4px;
  padding: 18px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 230px;
  gap: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.pagePraticasDeGovernancaCorporativa__organograma__box svg > path {
  transition: all 0.3s;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__title {
  flex: 1;
}
.pagePraticasDeGovernancaCorporativa__organograma__box::after, .pagePraticasDeGovernancaCorporativa__organograma__box::before {
  content: "";
  position: absolute;
  background: #0F2D3C;
  pointer-events: none;
}
.pagePraticasDeGovernancaCorporativa__organograma__box--dark {
  background: #043464;
  color: white;
}
.pagePraticasDeGovernancaCorporativa__organograma__box--dark svg > path {
  filter: unset;
}
.pagePraticasDeGovernancaCorporativa__organograma__box--dark:hover {
  background: #FECB2F;
  color: #0F2D3C;
}
.pagePraticasDeGovernancaCorporativa__organograma__box--dark:hover svg > path {
  filter: invert(1);
}
.pagePraticasDeGovernancaCorporativa__organograma__box--light {
  background: #FECB2F;
  color: #0F2D3C;
}
.pagePraticasDeGovernancaCorporativa__organograma__box--light svg > path {
  filter: invert(1);
}
.pagePraticasDeGovernancaCorporativa__organograma__box--light:hover {
  background: #043464;
  color: white;
}
.pagePraticasDeGovernancaCorporativa__organograma__box--light:hover svg > path {
  filter: unset;
}
.pagePraticasDeGovernancaCorporativa__organograma__box--hasModal {
  cursor: pointer;
}
.pagePraticasDeGovernancaCorporativa__organograma__box--noModal {
  cursor: default;
  pointer-events: none;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.39);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay.active {
  opacity: 1;
  pointer-events: unset;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 20px #043464;
  background: white;
  max-width: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal__close {
  position: absolute;
  top: -65px;
  right: -20px;
  z-index: 999;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal {
    min-width: 488px;
  }
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--1 {
  max-width: calc(100% - 20px);
}
@media (max-width: 1199px) {
  .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--1 {
    width: 100%;
  }
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--1__title {
  font-size: 22px;
  color: #043464;
  font-weight: 600;
  padding: 20px 20px 0;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--1__content table tbody tr td {
  white-space: nowrap;
  font-weight: 400;
  border: none;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--1__content table tbody tr td:first-of-type {
  width: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--2 {
  max-width: calc(100% - 20px);
}
@media (max-width: 1199px) {
  .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--2 {
    width: 100%;
  }
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--2__title {
  font-size: 22px;
  color: #043464;
  font-weight: 600;
  padding: 20px 20px 0;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--2__content {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 20px;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 {
  background: #043464;
  max-width: calc(100% - 20px);
}
@media (max-width: 1199px) {
  .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 {
    max-width: calc(100% - 160px);
  }
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3__people__person {
  background: white;
  width: 400px;
  max-width: 100%;
  max-height: 70dvh;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3__people__person figure {
  width: calc(100% + 20px);
  height: 253px;
  margin: -10px -10px 10px !important;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3__people__person figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3__people__person h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  color: #043464;
  margin: 0;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3__people__person h3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: black;
  text-transform: uppercase;
  margin: 0;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3__people__person .resumo {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 8px 0 0;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3__people__person .resumo p {
  margin: 0 0 10px;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3__people__person .resumo p:last-of-type {
  margin: 0;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-slider {
  overflow: hidden;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-track {
  display: flex;
  gap: 20px;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-slide {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow {
  position: absolute;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 99999999;
  top: calc(100% + 40px);
}
@media (min-width: 1200px) {
  .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow {
    top: 50%;
  }
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow, .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow svg {
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow, .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow svg {
    width: 52px;
    height: 52px;
  }
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow.slick-prev {
  left: calc(50% - 40px);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow.slick-prev {
    left: -90px;
    transform: translateY(-50%);
  }
}
.pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow.slick-next {
  right: calc(50% - 40px);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .pagePraticasDeGovernancaCorporativa__organograma__box__overlay__modal--3 .slick-arrow.slick-next {
    right: -85px;
    transform: translateY(-50%);
  }
}
.pagePraticasDeGovernancaCorporativa__organograma--1 > .container {
  display: grid;
  place-items: center;
}
.pagePraticasDeGovernancaCorporativa__organograma--1 > .container > div {
  height: 554px;
  width: 100%;
  max-width: 951px;
  overflow-x: auto;
  position: relative;
  margin: 60px 20px 0;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--1 {
  top: 0;
  left: 457px;
  transform: translateX(-50%);
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--1::after {
  height: 30px;
  width: 2px;
  top: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--2 {
  top: 85px;
  left: 457px;
  transform: translateX(-50%);
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--2::after {
  height: 23px;
  width: 2px;
  top: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--3 {
  top: 33px;
  left: 0;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--3::after {
  height: 2px;
  width: 226px;
  left: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--4 {
  top: 197px;
  left: 0;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--4::before {
  height: 30px;
  width: 2px;
  bottom: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--4::after {
  height: 2px;
  width: 359px;
  left: calc(50% - 1px);
  bottom: calc(100% + 30px);
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--5 {
  top: 197px;
  left: 700px;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--5::before {
  height: 30px;
  width: 2px;
  bottom: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--5::after {
  height: 2px;
  width: 359px;
  right: calc(50% - 1px);
  bottom: calc(100% + 30px);
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--6 {
  top: 287px;
  left: 0;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--6::before {
  height: 13px;
  width: 2px;
  bottom: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--7 {
  top: 265px;
  left: 700px;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--7::before {
  height: 13px;
  width: 2px;
  bottom: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--8 {
  top: 378px;
  left: 0;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--8::before {
  height: 13px;
  width: 2px;
  bottom: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--9 {
  top: 335px;
  left: 700px;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--9::before {
  height: 13px;
  width: 2px;
  bottom: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--10 {
  top: 469px;
  left: 0;
}
.pagePraticasDeGovernancaCorporativa__organograma--1__box--10::before {
  height: 13px;
  width: 2px;
  bottom: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--2 > .container {
  display: grid;
  place-items: center;
}
.pagePraticasDeGovernancaCorporativa__organograma--2 > .container > div {
  height: 290px;
  width: 100%;
  max-width: 951px;
  overflow-x: auto;
  position: relative;
  margin: 60px 20px 0;
}
.pagePraticasDeGovernancaCorporativa__organograma--2__box--1 {
  top: 0;
  left: 457px;
  transform: translateX(-50%);
}
.pagePraticasDeGovernancaCorporativa__organograma--2__box--1::after {
  height: 30px;
  width: 2px;
  top: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--2__box--2 {
  top: 85px;
  left: 457px;
  transform: translateX(-50%);
}
.pagePraticasDeGovernancaCorporativa__organograma--2__box--2::after {
  height: 30px;
  width: 2px;
  top: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--2__box--3 {
  top: 43px;
  left: 0;
}
.pagePraticasDeGovernancaCorporativa__organograma--2__box--3::after {
  height: 2px;
  width: 226px;
  left: 100%;
}
.pagePraticasDeGovernancaCorporativa__organograma--2__box--4 {
  top: 189px;
  left: 457px;
  transform: translateX(-50%);
}

body#lang-en .pagePraticasDeGovernancaCorporativa__organograma--1__box--6 {
  top: 308px;
}
body#lang-en .pagePraticasDeGovernancaCorporativa__organograma--1__box--8 {
  top: 399px;
}
body#lang-en .pagePraticasDeGovernancaCorporativa__organograma--1__box--10 {
  top: 490px;
}
body#lang-en .pagePraticasDeGovernancaCorporativa__organograma--2__box--4 {
  top: 168px;
}
/*# sourceMappingURL=gerdau-praticas-de-governanca-corporativa.css.map */
