html {
  height: 100vh;
}

body {
  font-family: "Roboto", sans-serif;
}

header {
  background-color: #F0856B;
  position: sticky;
  top: 0;
  z-index: 6;
}
@media (min-width: 992px) {
  header nav {
    padding-block: 0 !important;
  }
}
header nav > div > a img {
  width: 12vw;
  min-width: 10rem;
}
header nav > div > button {
  border: 0 !important;
}
header nav > div > button:focus {
  box-shadow: none !important;
}
header nav > div > button > div {
  background-color: rgba(255, 255, 255, 0.8588235294);
  width: 1.8rem;
  height: 0.25rem;
  border-radius: 0.25rem;
}
header nav > div > button > div:nth-of-type(2) {
  margin: 0.2rem 0;
}
header nav > div > div {
  justify-content: flex-end;
}
header nav > div > div ul li a {
  color: #FFF !important;
}
header nav > div > div ul li.active a, header nav > div > div ul li:hover a {
  font-weight: 500;
}
header nav > div > div ul li:last-of-type a {
  background-color: #741067;
  padding: 1rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  header nav > div > div ul {
    align-items: center;
    gap: 2rem;
  }
  header nav > div > div ul li:last-of-type a {
    padding: 2rem;
    width: 8rem;
  }
}

main #cursor_esg {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: #FFF;
  border-radius: 50%;
  top: 50%;
  left: -100px;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #000;
  transition: all 300ms ease-out;
  display: none;
}
main #progress-container {
  position: fixed;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 0.5rem;
  height: 33vh;
  background-color: rgba(226, 226, 226, 0.6784313725);
  border-radius: 1rem;
  display: none;
  padding: 0.15rem 0;
}
main #progress-container #progressbar {
  width: 0.2rem;
  background-color: #542E38;
  border-radius: 1rem;
  margin-inline: auto;
  display: block;
}
main #header_home {
  position: relative;
  padding: 5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main #header_home #bg_header_home {
  position: absolute;
  inset: 0;
  background-image: url("/img/home/header_office.png");
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: -2;
}
main #header_home #bg_header_home::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
main #header_home #bloco_logo_txt {
  background-color: rgba(255, 255, 255, 0.65);
  padding: 4rem;
  border-radius: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  main #header_home #bloco_logo_txt {
    padding: 4rem 2rem;
  }
}
main #header_home #bloco_logo_txt img {
  width: 100%;
  max-width: 25rem;
}
main #header_home #bloco_logo_txt h3 {
  margin: 2rem 0 0;
  font-weight: 400 !important;
}
main #header_home #bloco_logo_txt h3 b {
  font-weight: 600;
}
main #header_home a {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  gap: 0.5rem;
}
main #header_home a i {
  border-radius: 50%;
  border: 1px solid #FFF;
  padding: 0.5rem;
  font-size: 1.5rem;
}
main #bg_componente_divcorp {
  position: relative;
}
main #bg_componente_divcorp #bg_componente_divcorp_ {
  position: absolute;
  inset: 0;
  background-image: url("/img/bg.png");
  background-size: cover;
  opacity: 0.75;
  z-index: -1;
}
main #bg_componente_divcorp #parcerias_contato {
  background-color: #741067;
  color: #fff;
  z-index: 1;
}
main #bg_componente_divcorp #parcerias_contato [data-conteudo-inicio] {
  display: none;
  animation-name: show;
  animation-duration: 1s;
  z-index: 2;
}
main #bg_componente_divcorp #parcerias_contato [data-conteudo-inicio].active {
  display: block;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main #bg_componente_divcorp #parcerias_contato ul {
  background-color: #741067;
  color: #fff;
  z-index: 3;
  text-decoration: none;
  display: flex;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4196078431);
  margin-bottom: 0;
}
main #bg_componente_divcorp #parcerias_contato ul li {
  width: 50%;
  color: #fff;
  text-decoration: none;
  list-style: none;
  text-align: center;
  padding-block: 1rem;
  transition: all 1s;
  cursor: pointer;
}
main #bg_componente_divcorp #parcerias_contato ul li:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  width: 1px;
  height: 50%;
  background-color: #fff;
}
main #bg_componente_divcorp #parcerias_contato ul li:hover {
  background-color: #4e0945;
  height: 100%;
}
main #bg_componente_divcorp #parcerias_contato ul li.active {
  background-color: #4e0945;
}
main #bg_componente_divcorp #parcerias_contato .contato {
  z-index: 1;
  width: 70%;
  margin: auto auto;
  padding-block: 3rem;
}
main #bg_componente_divcorp #parcerias_contato .contato h1, main #bg_componente_divcorp #parcerias_contato .contato p {
  text-align: end;
}
main #bg_componente_divcorp #parcerias_contato .contato form .form-control {
  border-radius: 5rem;
  color: #000000;
  border: #741067;
  line-height: 2rem;
}
main #bg_componente_divcorp #parcerias_contato .contato form textarea {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  color: #000000;
  border: #741067;
  line-height: 2rem;
}
main #bg_componente_divcorp #parcerias_contato .contato form textarea:focus {
  box-shadow: 0 0 0 0;
  border: 0 none;
  outline: 0;
}
main #bg_componente_divcorp #parcerias_contato .contato form .input-group {
  color: #542E38;
  display: flex;
  align-items: center;
}
main #bg_componente_divcorp #parcerias_contato .contato form input::-moz-placeholder, main #bg_componente_divcorp #parcerias_contato .contato form textarea::-moz-placeholder {
  color: #741067;
  font-weight: 600;
}
main #bg_componente_divcorp #parcerias_contato .contato form input::placeholder, main #bg_componente_divcorp #parcerias_contato .contato form textarea::placeholder {
  color: #741067;
  font-weight: 600;
}
main #bg_componente_divcorp #parcerias_contato .contato form .g-recaptcha div {
  margin: auto;
}
main #bg_componente_divcorp #parcerias_contato .contato .btn-enviar {
  background-color: #F0856B;
  border-radius: 5rem;
  color: #fff;
  padding-inline: 2rem;
  margin: auto auto;
  display: block;
  margin-block: 2rem;
  transition: all 0.3s;
}
main #bg_componente_divcorp #parcerias_contato .contato .btn-enviar:hover {
  background-color: #c96c55;
}
main #bg_componente_divcorp #parcerias_contato .parceiros {
  z-index: 1;
  width: 70%;
  margin: auto auto;
  padding-block: 3rem;
}
main #bg_componente_divcorp #sobre {
  padding: 10rem 10rem 15rem 0;
  display: flex;
  gap: 3rem;
}
main #bg_componente_divcorp #sobre > div:nth-of-type(1) {
  flex-basis: 0;
  flex-grow: 1;
}
main #bg_componente_divcorp #sobre > div:nth-of-type(1) img {
  transform: translateX(-2rem);
  max-width: 100%;
}
main #bg_componente_divcorp #sobre > div:nth-of-type(2) {
  flex-basis: 0;
  flex-grow: 1;
  text-align: right;
}
main #bg_componente_divcorp #sobre > div:nth-of-type(2) h1 {
  color: #741067;
  font-weight: 700;
  margin-bottom: 2rem;
}
main #bg_componente_divcorp #sobre > div:nth-of-type(2) h5 {
  font-weight: 400;
  color: #542E38;
}
main #bg_componente_divcorp #sobre > div:nth-of-type(2) p {
  color: #542E38;
  font-weight: 500;
}
main #bg_componente_divcorp #sobre > div:nth-of-type(2) p:nth-of-type(1) {
  margin: 2rem 0;
}
@media (max-width: 992px) {
  main #bg_componente_divcorp #sobre {
    padding: 5rem;
    flex-direction: column;
  }
  main #bg_componente_divcorp #sobre > div:nth-of-type(1) img {
    transform: translateX(0);
    max-width: 50%;
    display: flex;
    margin-inline: auto;
  }
  main #bg_componente_divcorp #sobre > div:nth-of-type(2) {
    text-align: left;
  }
}
@media (max-width: 768px) {
  main #bg_componente_divcorp #sobre {
    padding: 5rem 1rem;
  }
}
main #bg_componente_divcorp #censos {
  position: relative;
}
main #bg_componente_divcorp #censos #bg_censos {
  position: absolute;
  inset: 0;
  background-image: url("/img/home/censos/bg_top.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -2;
}
main #bg_componente_divcorp #censos #bloco_censos {
  background-color: #AE584E;
  padding: 3rem;
  border-radius: 1rem;
  color: #FFF;
  position: relative;
  top: -5rem;
  position: relative;
}
main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(1) {
  max-width: 50%;
}
main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(1) h1 {
  margin-bottom: 2rem;
}
main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(1) h5 {
  font-weight: 400;
  margin: 0;
}
main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(1) h5 b {
  font-weight: 700;
}
main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(2) {
  width: 300px;
  height: 400px;
  perspective: 1000px;
  position: absolute;
  right: 5rem;
  top: 5rem;
}
main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(2) .photo-container {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(0deg) rotateX(0deg);
}
main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(2) .photo-container .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(2) .photo-container .photo.background {
  transform: translateZ(-50px) scale(1.1) rotate(5deg);
}
main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(2) .photo-container .photo.foreground {
  transform: translateZ(50px) rotate(-10deg);
  border: 2px solid #fff;
}
main #bg_componente_divcorp #censos a {
  background-color: #30A54F;
  padding: 0.75rem 5rem;
  border-radius: 2.5rem;
  color: #FFF;
  text-decoration: none;
  opacity: 0.9;
  transition: all 0.35s ease-in-out;
  position: relative;
  top: -1rem;
  left: 3rem;
}
main #bg_componente_divcorp #censos a:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  main #bg_componente_divcorp #censos #bloco_censos {
    top: -2rem;
  }
  main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(1) {
    max-width: 100%;
  }
  main #bg_componente_divcorp #censos #bloco_censos > div:nth-of-type(2) {
    position: relative;
    top: initial;
    right: initial;
    display: block;
    margin: 5rem auto 0;
    width: 75%;
  }
  main #bg_componente_divcorp #censos a {
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  main #bg_componente_divcorp #censos #bloco_censos {
    padding: 3rem 1rem;
  }
}
main #bg_componente_divcorp #principios {
  padding: 5rem 0;
}
main #bg_componente_divcorp #principios > div {
  display: flex;
  align-items: center;
  gap: 5rem;
}
main #bg_componente_divcorp #principios > div > div {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}
main #bg_componente_divcorp #principios > div > div[data-img-principios] > div {
  position: absolute;
  background-size: cover;
  border-radius: 0.5rem;
  z-index: -1;
}
main #bg_componente_divcorp #principios > div > div[data-img-principios] img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}
main #bg_componente_divcorp #principios > div > div[data-txt-principios] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main #bg_componente_divcorp #principios > div > div[data-txt-principios] > div:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}
main #bg_componente_divcorp #principios > div > div[data-txt-principios] > div:nth-of-type(2) {
  padding: 5rem 10rem 5rem 5rem;
  text-align: right;
  color: #FFF;
}
main #bg_componente_divcorp #principios > div > div[data-txt-principios] > div:nth-of-type(2) h3 {
  margin-bottom: 2rem;
}
main #bg_componente_divcorp #principios > div > div[data-txt-principios] > div:nth-of-type(2) p {
  margin: 0;
}
main #bg_componente_divcorp #principios > div:nth-of-type(1) > div[data-img-principios] > div {
  background-image: url("/img/home/sobre/quadrado_bege.png");
  top: 2rem;
  right: -2rem;
  bottom: -2rem;
  left: 2rem;
}
main #bg_componente_divcorp #principios > div:nth-of-type(1) > div[data-img-principios] img {
  border-radius: 0 0.5rem 0.5rem 0;
}
main #bg_componente_divcorp #principios > div:nth-of-type(1) > div[data-txt-principios] > div:nth-of-type(1) {
  background-image: url("/img/home/sobre/oval_rosa.png");
  background-position: center left;
}
main #bg_componente_divcorp #principios > div:nth-of-type(2) {
  margin-top: 10rem;
}
main #bg_componente_divcorp #principios > div:nth-of-type(2) > div[data-img-principios] > div {
  background-image: url("/img/home/sobre/quadrado_marrom.png");
  top: 2rem;
  right: 2rem;
  bottom: -2rem;
  left: -2rem;
}
main #bg_componente_divcorp #principios > div:nth-of-type(2) > div[data-img-principios] img {
  border-radius: 0.5rem 0 0 0.5rem;
}
main #bg_componente_divcorp #principios > div:nth-of-type(2) > div[data-txt-principios] > div:nth-of-type(1) {
  background-image: url("/img/home/sobre/oval_roxo.png");
  background-position: center right;
}
@media (max-width: 768px) {
  main #bg_componente_divcorp #principios > div {
    flex-direction: column;
    gap: 2rem;
  }
  main #bg_componente_divcorp #principios > div:nth-of-type(2) {
    margin-top: 5rem;
  }
  main #bg_componente_divcorp #principios > div > div[data-img-principios] > div {
    top: -1rem !important;
    right: 0 !important;
    left: 0 !important;
    bottom: -1rem !important;
  }
  main #bg_componente_divcorp #principios > div > div[data-img-principios] img {
    max-width: 95%;
    border-radius: 0.5rem !important;
  }
  main #bg_componente_divcorp #principios > div > div[data-txt-principios] > div:nth-of-type(1) {
    background-position: center !important;
    background-size: initial;
    background-position: center;
  }
  main #bg_componente_divcorp #principios > div > div[data-txt-principios] > div:nth-of-type(2) {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  main #bg_componente_divcorp #principios > div > div[data-txt-principios] > div:nth-of-type(2) {
    padding: 3rem;
  }
}
@media (min-width: 1600px) {
  main #bg_componente_divcorp #principios > div > div[data-txt-principios] > div:nth-of-type(1) {
    background-position: center !important;
    background-size: initial;
    background-position: center;
  }
}
main #bg_componente_divcorp #censos_confira {
  padding-top: 5rem;
}
main #bg_componente_divcorp #censos_confira > div {
  display: flex;
  align-items: center;
  gap: 5rem;
}
main #bg_componente_divcorp #censos_confira > div > div {
  flex-basis: 0;
  flex-grow: 1;
  position: relative;
}
main #bg_componente_divcorp #censos_confira > div > div[data-img-censos] > div {
  position: absolute;
  background-size: cover;
  border-radius: 0.5rem;
  z-index: -1;
}
main #bg_componente_divcorp #censos_confira > div > div[data-img-censos] img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}
main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] > div:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}
main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] > div:nth-of-type(2) {
  padding-inline: 5rem;
  text-align: right;
  color: #FFF;
}
main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] > div:nth-of-type(2) h3 {
  margin-bottom: 2rem;
}
main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] > div:nth-of-type(2) p {
  margin: 0;
}
main #bg_componente_divcorp #censos_confira > div:nth-of-type(1) > div[data-img-censos] > div {
  background-image: url("/img/home/censos/quadrado_branco.png");
  top: 2rem;
  right: -2rem;
  bottom: -2rem;
  left: 2rem;
}
main #bg_componente_divcorp #censos_confira > div:nth-of-type(1) > div[data-img-censos] img {
  border-radius: 0 0.5rem 0.5rem 0;
}
main #bg_componente_divcorp #censos_confira > div:nth-of-type(2) {
  margin-top: 10rem;
}
main #bg_componente_divcorp #censos_confira > div:nth-of-type(2) > div[data-img-censos] > div {
  background-image: url("/img/home/sobre/quadrado_marrom.png");
  top: 2rem;
  right: 2rem;
  bottom: -2rem;
  left: -2rem;
}
main #bg_componente_divcorp #censos_confira > div:nth-of-type(2) > div[data-img-censos] img {
  border-radius: 0.5rem 0 0 0.5rem;
}
main #bg_componente_divcorp #censos_confira > div:nth-of-type(2) > div[data-txt-censos] > div:nth-of-type(1) {
  background-image: url("/img/home/sobre/oval_roxo.png");
  background-position: center right;
}
@media (max-width: 768px) {
  main #bg_componente_divcorp #censos_confira > div {
    flex-direction: column;
    gap: 2rem;
  }
  main #bg_componente_divcorp #censos_confira > div:nth-of-type(2) {
    margin-top: 5rem;
  }
  main #bg_componente_divcorp #censos_confira > div > div[data-img-censos] > div {
    top: -1rem !important;
    right: 0 !important;
    left: 0 !important;
    bottom: -1rem !important;
  }
  main #bg_componente_divcorp #censos_confira > div > div[data-img-censos] img {
    max-width: 95%;
    border-radius: 0.5rem !important;
  }
  main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] > div:nth-of-type(1) {
    background-position: center !important;
    background-size: initial;
    background-position: center;
  }
  main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] > div:nth-of-type(2) {
    padding: 3rem 2rem;
  }
}
@media (max-width: 992px) {
  main #bg_componente_divcorp #censos_confira > div {
    flex-direction: column;
  }
  main #bg_componente_divcorp #censos_confira > div > div[data-img-censos] {
    width: 70%;
  }
  main #bg_componente_divcorp #censos_confira > div > div[data-img-censos] > div {
    background-image: url("/img/home/censos/quadrado_branco.png");
    top: 2rem;
    right: -2rem;
    bottom: -2rem;
    left: 2rem;
  }
  main #bg_componente_divcorp #censos_confira > div > div[data-img-censos] img {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] > div:nth-of-type(2) {
    padding: 3rem;
    text-align: start;
  }
  main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] > div:nth-of-type(2) h3 {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  main #bg_componente_divcorp #censos_confira > div > div[data-txt-censos] > div:nth-of-type(1) {
    background-position: center !important;
    background-size: initial;
    background-position: center;
  }
}
main #bg_componente_divcorp #censos {
  position: relative;
  padding: 10rem 5rem;
}
main #bg_componente_divcorp #censos::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -3;
}
main #bg_componente_divcorp #censos #bg_esg {
  position: absolute;
  inset: 0;
  background-image: url("/img/home/esg/componente_laranja.png");
  background-size: cover;
  background-position: bottom center;
  z-index: -3;
}
main #bg_componente_divcorp #censos #bg_esg_ {
  position: absolute;
  inset: 0;
  background-image: url("/img/home/esg/foto_componente.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) {
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
  color: #FFF;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div {
  margin-top: 10rem;
  display: flex;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div > div {
  flex-basis: 0;
  flex-grow: 1;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] {
  margin: 0;
  padding: 0 3rem;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] li {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
  list-style: none;
  border-bottom: 0.35rem solid #FFF;
  padding-bottom: 1.5rem;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.35s ease-in-out;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] li:not(:first-of-type) {
  padding-top: 1.5rem;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] li.active {
  opacity: 1;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] li:hover {
  opacity: 1;
  color: #000;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div [data-conteudo-esg] {
  text-align: right;
  display: none;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div [data-conteudo-esg] h3 {
  margin: 2rem 0 1rem;
}
main #bg_componente_divcorp #censos > div:nth-of-type(3) > div [data-conteudo-esg].active {
  display: block;
}
@media (max-width: 992px) {
  main #bg_componente_divcorp #censos {
    padding: 5rem 1rem;
  }
  main #bg_componente_divcorp #censos > div:nth-of-type(3) > div {
    flex-direction: column;
    gap: 5rem;
    margin-top: 5rem;
  }
  main #bg_componente_divcorp #censos > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] {
    padding: initial;
  }
  main #bg_componente_divcorp #censos > div:nth-of-type(3) > div [data-conteudo-esg] {
    text-align: left;
  }
}
main #bg_componente_divcorp #orcamento {
  padding: 7rem 5rem;
  display: flex;
  gap: 3rem;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
main #bg_componente_divcorp #orcamento h1 {
  color: #741067;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
main #bg_componente_divcorp #orcamento h5 {
  font-weight: 400;
  color: #542E38;
}
main #bg_componente_divcorp #orcamento p {
  color: #542E38;
  font-weight: 500;
}
main #bg_componente_divcorp #orcamento p:nth-of-type(1) {
  margin: 2rem 0;
}
@media (max-width: 992px) {
  main #bg_componente_divcorp #orcamento {
    padding-top: 5rem;
    padding-bottom: 2rem;
    flex-direction: column;
  }
  main #bg_componente_divcorp #orcamento > div:nth-of-type(1) img {
    transform: translateX(0);
    max-width: 50%;
    display: flex;
    margin-inline: auto;
  }
  main #bg_componente_divcorp #orcamento > div:nth-of-type(2) {
    text-align: left;
  }
}
@media (max-width: 768px) {
  main #bg_componente_divcorp #orcamento {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
main #bg_componente_divcorp #orcamento .card_orcamento {
  text-align: center;
  border-radius: 0.25rem;
  height: 18rem;
  background-image: linear-gradient(180deg, #F0856B 60%, #DBB56C 120%);
  width: 100%;
}
@media (min-width: 992px) {
  main #bg_componente_divcorp #orcamento .card_orcamento {
    width: 80%;
    height: 20rem;
  }
}
main #bg_componente_divcorp #orcamento .card_orcamento h5 {
  color: #fff;
  font-weight: bold;
  bottom: 2rem;
  font-size: 1.3em;
}
main #bg_componente_divcorp #orcamento .card_orcamento .img {
  width: 100%;
  height: 15rem;
  -webkit-mask-image: linear-gradient(to top, transparent 5%, black 150%);
          mask-image: linear-gradient(to top, transparent 5%, black 150%);
  background: url("../img/home/censos/img_orcamento.jpg");
  opacity: 1;
  transition: all 0.3s;
}
main #bg_componente_divcorp #orcamento .card_orcamento .img:hover {
  opacity: 0.3;
}
main #bg_componente_divcorp #esg {
  position: relative;
  padding: 10rem 8rem;
}
main #bg_componente_divcorp #esg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -3;
}
main #bg_componente_divcorp #esg #bg_esg {
  position: absolute;
  inset: 0;
  background-image: url("/img/home/esg/componente_laranja.png");
  background-size: cover;
  background-position: bottom center;
  z-index: -3;
}
main #bg_componente_divcorp #esg #bg_esg_ {
  position: absolute;
  inset: 0;
  background-image: url("/img/home/esg/foto_componente.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) {
  margin-inline: auto;
  text-align: center;
  color: #FFF;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div {
  margin-top: 0rem;
  display: flex;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div > div {
  flex-basis: 0;
  flex-grow: 1;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] {
  margin: 0;
  padding: 0 3rem;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] li {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
  list-style: none;
  border-bottom: 0.35rem solid #FFF;
  padding-bottom: 1.5rem;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.35s ease-in-out;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] li:not(:first-of-type) {
  padding-top: 1.5rem;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] li.active {
  opacity: 1;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] li:hover {
  opacity: 1;
  color: #000;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div [data-conteudo-esg] {
  text-align: right;
  display: none;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div [data-conteudo-esg] h3 {
  margin: 2rem 0 1rem;
}
main #bg_componente_divcorp #esg > div:nth-of-type(3) > div [data-conteudo-esg].active {
  display: block;
}
@media (max-width: 992px) {
  main #bg_componente_divcorp #esg {
    padding: 5rem 1rem;
  }
  main #bg_componente_divcorp #esg > div:nth-of-type(3) > div {
    flex-direction: column;
    gap: 5rem;
    margin-top: 5rem;
  }
  main #bg_componente_divcorp #esg > div:nth-of-type(3) > div > div:nth-of-type(1) [data-lista-esg] {
    padding: initial;
  }
  main #bg_componente_divcorp #esg > div:nth-of-type(3) > div [data-conteudo-esg] {
    text-align: left;
  }
}
main #bg_componente_divcorp #porque {
  padding: 5rem 1rem;
  max-width: 1080px;
  margin-inline: auto;
  display: flex;
  gap: 8rem;
  align-items: center;
}
main #bg_componente_divcorp #porque > div {
  flex-basis: 0;
  flex-grow: 1;
}
main #bg_componente_divcorp #porque > div:nth-of-type(1) h1 {
  color: #741067;
  font-weight: 700;
}
main #bg_componente_divcorp #porque > div:nth-of-type(1) h4 {
  color: #542E38;
  margin: 2rem 0;
}
main #bg_componente_divcorp #porque > div:nth-of-type(1) p {
  color: #542E38;
}
main #bg_componente_divcorp #porque > div:nth-of-type(2) {
  position: relative;
}
main #bg_componente_divcorp #porque > div:nth-of-type(2) > div {
  position: absolute;
  top: 2rem;
  right: -2rem;
  bottom: -2rem;
  left: 2rem;
  background-image: url("/img/home/porque/quadrado_rosa.png");
  border-radius: 0.5rem;
  z-index: -1;
}
main #bg_componente_divcorp #porque > div:nth-of-type(2) img {
  border-radius: 0.5rem;
  max-width: 100%;
  display: block;
  margin-inline: auto;
}
@media (max-width: 768px) {
  main #bg_componente_divcorp #porque {
    flex-direction: column;
    gap: 3rem;
  }
  main #bg_componente_divcorp #porque > div:nth-of-type(2) > div {
    top: -1rem;
    right: 0;
    bottom: -1rem;
    left: 0;
  }
  main #bg_componente_divcorp #porque > div:nth-of-type(2) img {
    max-width: 90%;
  }
}
main #bg_componente_divcorp #diversidade {
  padding: 5rem 0;
  max-width: 100%;
  overflow-x: hidden;
}
main #bg_componente_divcorp #diversidade h1 {
  font-size: 10rem;
  white-space: nowrap;
  color: #542E38;
  opacity: 0.5;
  transition: all 2.5s ease-in-out;
}
main #bg_componente_divcorp #diversidade h1:nth-of-type(2) {
  transform: translateX(-100px);
  color: #AE584E;
  margin: -3rem 0;
}
@media (max-width: 500px) {
  main #bg_componente_divcorp #diversidade {
    padding: 2.5rem 0;
  }
  main #bg_componente_divcorp #diversidade h1 {
    font-size: 5rem;
  }
  main #bg_componente_divcorp #diversidade h1:nth-of-type(2) {
    margin: -1rem 0;
  }
}
@media (max-width: 800px) {
  main #bg_componente_divcorp #diversidade {
    padding: 2.5rem 0;
  }
  main #bg_componente_divcorp #diversidade h1 {
    font-size: 7.5rem;
  }
  main #bg_componente_divcorp #diversidade h1:nth-of-type(2) {
    margin: -3rem 0;
  }
}
main #bg_componente_divcorp #metodologia {
  padding: 5rem 1rem;
  max-width: 992px;
  margin-inline: auto;
}
main #bg_componente_divcorp #metodologia h1 {
  color: #F0856B;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
main #bg_componente_divcorp #metodologia > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
main #bg_componente_divcorp #metodologia > div h5 {
  color: #542E38;
  width: calc(33.33% - 0.7rem);
  text-align: center;
  font-weight: 700;
}
@media (max-width: 500px) {
  main #bg_componente_divcorp #metodologia > div h5 {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 992px) {
  main #bg_componente_divcorp #metodologia {
    padding: 1rem 1rem 2rem;
  }
}

footer {
  position: relative;
  padding: 15rem 1rem 1rem;
}
footer > div:nth-of-type(1) {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-image: url("/img/home/footer/bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
footer > div:nth-of-type(2) {
  max-width: 1080px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 5rem;
  border-bottom: 1px solid #FFF;
}
footer > div:nth-of-type(2) > div:nth-of-type(1) {
  flex-basis: 33.33%;
}
footer > div:nth-of-type(2) > div:nth-of-type(1) img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer > div:nth-of-type(2) > div:nth-of-type(2) {
  flex-basis: 33.33%;
}
footer > div:nth-of-type(2) > div:nth-of-type(2) h3 {
  color: #FFF;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}
footer > div:nth-of-type(2) > div:nth-of-type(2) > div {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
footer > div:nth-of-type(2) > div:nth-of-type(2) > div a {
  background-color: #FFF;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
footer > div:nth-of-type(2) > div:nth-of-type(2) > div a i {
  font-size: 2rem;
  color: #F0856B;
}
footer > div:nth-of-type(3) {
  max-width: 1080px;
  margin-inline: auto;
}
footer > div:nth-of-type(3) p {
  color: #FFF;
  margin: 1rem 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  footer > div {
    gap: 3rem;
  }
  footer > div:nth-of-type(1) {
    background-size: cover;
  }
  footer > div:nth-of-type(2) {
    flex-direction: column;
  }
  footer > div:nth-of-type(2) > div a {
    width: 2rem !important;
    height: 2rem !important;
  }
  footer > div:nth-of-type(2) > div a i {
    font-size: 1.5rem !important;
  }
}/*# sourceMappingURL=style.css.map */