@charset "UTF-8";
@import 'hamburgers.min.css';
.place-black ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.place-black ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.place-black :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.place-black :-moz-placeholder { /* Firefox 18- */
  color: #000;
}

.place-white ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.place-white ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.place-white :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.place-white :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

p a:hover, p a:active {
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

input:focus, textarea:focus, select:focus {
  outline: none !important;
}

.section {
  width: 100%;
  height: auto;
}
.section.telacheia {
  width: 100%;
  height: 100vh;
}
.section .container {
  width: 100%;
  margin: 0 auto;
  padding-left: 7.5vw;
  padding-right: 6.5vw;
}
@media screen and (max-width: 1099px) {
  .section .container {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

.layout-flex, .lf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.layout-flex.ais, .lf.ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.layout-flex.aifs, .lf.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout-flex.aife, .lf.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.layout-flex.jcsb, .lf.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout-flex.jcsa, .lf.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.layout-flex.jcfs, .lf.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layout-flex.jcfe, .lf.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.layout-flex .bloco-imagem img, .lf .bloco-imagem img {
  width: 100%;
  display: block;
}
.layout-flex .full, .lf .full {
  width: 100% !important;
}

.coluna-1 {
  width: 6.3041666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-1 {
    width: 100%;
  }
}

.coluna-2 {
  width: 13.4583333333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-2 {
    width: 100%;
  }
}

.coluna-3 {
  width: 20.6125vw;
}
@media screen and (max-width: 1099px) {
  .coluna-3 {
    width: 100%;
  }
}

.coluna-4 {
  width: 27.7666666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-4 {
    width: 100%;
  }
}

.coluna-5 {
  width: 34.9208333333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-5 {
    width: 100%;
  }
}

.coluna-6 {
  width: 42.075vw;
}
@media screen and (max-width: 1099px) {
  .coluna-6 {
    width: 100%;
  }
}

.coluna-7 {
  width: 49.2291666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-7 {
    width: 100%;
  }
}

.coluna-8 {
  width: 56.3833333333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-8 {
    width: 100%;
  }
}

.coluna-9 {
  width: 63.5375vw;
}
@media screen and (max-width: 1099px) {
  .coluna-9 {
    width: 100%;
  }
}

.coluna-10 {
  width: 70.6916666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-10 {
    width: 100%;
  }
}

.coluna-11 {
  width: 77.8458333333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-11 {
    width: 100%;
  }
}

.coluna-12 {
  width: 85vw;
}
@media screen and (max-width: 1099px) {
  .coluna-12 {
    width: 100%;
  }
}

.coluna-card {
  width: 27.6166666667vw;
}
@media screen and (max-width: 1099px) {
  .coluna-card {
    width: 100%;
  }
}

.coluna-3half {
  width: 23.7645833333vw;
}
@media screen and (max-width: 1099px) {
  .coluna-3half {
    width: 100%;
  }
}

@media screen and (max-width: 1099px) {
  .mobile-1 {
    width: 12.5vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-2 {
    width: 26vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-3 {
    width: 39.5vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-4 {
    width: 53vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-5 {
    width: 66.5vw;
  }
}
@media screen and (max-width: 1099px) {
  .mobile-6 {
    width: 80vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-1 {
    width: 10.375vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-2 {
    width: 21.75vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-3 {
    width: 33.125vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-4 {
    width: 44.5vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-5 {
    width: 55.875vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-6 {
    width: 67.25vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-7 {
    width: 78.625vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .landscape-8 {
    width: 90vw;
  }
}
.mb1 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1099px) {
  .mb1 {
    margin-bottom: 0.5rem;
  }
}

.mb2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1099px) {
  .mb2 {
    margin-bottom: 1rem;
  }
}

.mb3 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1099px) {
  .mb3 {
    margin-bottom: 1.5rem;
  }
}

.mb4 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1099px) {
  .mb4 {
    margin-bottom: 2rem;
  }
}

.mb5 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1099px) {
  .mb5 {
    margin-bottom: 2.5rem;
  }
}

.mb6 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1099px) {
  .mb6 {
    margin-bottom: 3rem;
  }
}

.mb7 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1099px) {
  .mb7 {
    margin-bottom: 3.5rem;
  }
}

.mb8 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 1099px) {
  .mb8 {
    margin-bottom: 4rem;
  }
}

.mb9 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 1099px) {
  .mb9 {
    margin-bottom: 4.5rem;
  }
}

.mb10 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1099px) {
  .mb10 {
    margin-bottom: 5rem;
  }
}

.mb11 {
  margin-bottom: 11rem;
}
@media screen and (max-width: 1099px) {
  .mb11 {
    margin-bottom: 5.5rem;
  }
}

.mb12 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 1099px) {
  .mb12 {
    margin-bottom: 6rem;
  }
}

.tac {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #898989;
  content: "carregando…";
  z-index: 9999999;
  top: 0;
  left: 0;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 42px;
  z-index: 1000;
}

.simula-colunas {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  opacity: 0.25;
  pointer-events: none;
}
.simula-colunas .container {
  width: 100%;
  height: 100%;
}
.simula-colunas .layout-flex {
  width: 120vw;
  height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.simula-colunas .modulo-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simula-colunas .modulo-mobile {
  display: none;
}
.simula-colunas .modulo-land {
  display: none;
}
@media screen and (max-width: 1099px) {
  .simula-colunas .modulo-desk {
    display: none;
  }
  .simula-colunas .modulo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .simula-colunas .modulo-land {
    display: none;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .simula-colunas .modulo-desk {
    display: none;
  }
  .simula-colunas .modulo-mobile {
    display: none;
  }
  .simula-colunas .modulo-land {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.simula-colunas .coluna-1 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1099px) {
  .simula-colunas .coluna-1 {
    width: 12.5vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .simula-colunas .coluna-1 {
    width: 10.375vw;
  }
}
.simula-colunas .gutter {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  width: 0.85vw;
}
@media screen and (max-width: 1099px) {
  .simula-colunas .gutter {
    width: 1vw;
  }
}
@media screen and (max-width: 1099px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .simula-colunas .gutter {
    width: 1vw;
  }
}

.line-clamp {
  max-height: 5.175rem;
  overflow: hidden;
}

@supports (-webkit-line-clamp: 3) {
  .line-clamp {
    max-height: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

.nav-icon {
  display: block;
  width: 2.5vw;
  height: 1.7vw;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1099px) {
  .nav-icon {
    width: 9vw;
    height: 6vw;
  }
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 0.2vw;
  border-radius: 100px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1099px) {
  .nav-icon span {
    height: 0.8vw;
  }
}
.nav-icon span:nth-child(1) {
  top: 0px;
}
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: calc(50% - 0.1vw);
}
@media screen and (max-width: 1099px) {
  .nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
    top: calc(50% - 0.4vw);
  }
}
.nav-icon span:nth-child(4) {
  top: calc(100% - 0.2vw);
}
@media screen and (max-width: 1099px) {
  .nav-icon span:nth-child(4) {
    top: calc(100% - 0.8vw);
  }
}
.nav-icon.is-active span:nth-child(1) {
  top: calc(50% - 0.1vw);
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 1099px) {
  .nav-icon.is-active span:nth-child(1) {
    top: calc(50% - 0.4vw);
  }
}
.nav-icon.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-icon.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav-icon.is-active span:nth-child(4) {
  top: calc(50% - 0.1vw);
  width: 0%;
  left: 50%;
}
@media screen and (max-width: 1099px) {
  .nav-icon.is-active span:nth-child(4) {
    top: calc(50% - 0.4vw);
  }
}

.place-black ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6D625A;
}
.place-black ::-moz-placeholder { /* Firefox 19+ */
  color: #6D625A;
}
.place-black :-ms-input-placeholder { /* IE 10+ */
  color: #6D625A;
}
.place-black :-moz-placeholder { /* Firefox 18- */
  color: #6D625A;
}

.place-white ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.place-white ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.place-white :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.place-white :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/********** TAMANHOS DOS TEXTOS *********/
.dest_129, .who-history .item-history h3, .home-numeros .item-numero h3 {
  font-size: 129px;
  font-size: 12.9rem;
  font-size: clamp(6.6rem, 6.847826087vw + -0.247826087rem, 12.9rem);
  line-height: 1;
}

.dest_93, .news-destaques .titulo-grande, .titulo-pagina, .pagina-main h1, .who-capa h1, .noticia-capa h1, .locations-capa h1, .latest-news h2, .latest-title h2, .home-numeros h2, .home-capa .bloco-texto .titulo {
  font-size: 93px;
  font-size: 9.3rem;
  font-size: clamp(4.8rem, 4.8913043478vw + -0.0913043478rem, 9.3rem);
  line-height: 1.2;
}

.dest_60, .config-post h2, .titulo-medio {
  font-size: 60px;
  font-size: 6rem;
  font-size: clamp(3.2rem, 3.0434782609vw + 0.1565217391rem, 6rem);
  line-height: 1.2;
}

.dest_48, .work-main .message, .config-post h3, .noticia-capa h1, .who-shareholding .coluna-destaque, .home-abertura .texto-abre, .home-capa .bloco-texto .desc {
  font-size: 48px;
  font-size: 4.8rem;
  font-size: clamp(2.5rem, 2.5vw + 0rem, 4.8rem);
}

.dest_45, .modal.modal-warning h2, .work-main .results, .config-post h4, .card-modelo .texto span {
  font-size: 45px;
  font-size: 4.5rem;
  font-size: clamp(2.35rem, 2.3369565217vw + 0.0130434783rem, 4.5rem);
}

.dest_40, .card-job .jobtitle {
  font-size: 40px;
  font-size: 4rem;
  font-size: clamp(2.05rem, 2.1195652174vw + -0.0695652174rem, 4rem);
}

.dest_36, .news-maislidas h3, .news-principal .paginacao, .news-destaques .bloco-vermelho h2, .config-post h5, .noticia-capa .share-block, .esg-message .col-mensagem h3, .who-team .card-team .info .sociais, .who-team .card-team .info h3 {
  font-size: 30px;
  font-size: 3rem;
  font-size: clamp(1.85rem, 1.902173913vw + -0.052173913rem, 3.6rem);
}

.txt_28, .bloco-formulario .titulo, .config-post h6, .card-noticia .info h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-size: clamp(1.45rem, 1.4673913043vw + -0.0173913043rem, 2.8rem);
}
@media screen and (max-width: 1099px) {
  .txt_28, .bloco-formulario .titulo, .config-post h6, .card-noticia .info h3 {
    font-size: 17px;
  }
}

.txt_25, .work-main .more-jobs a, .news-principal .titulo-mais, .config-post, .noticia-capa .resumo, .business-logistics .coluna-texto strong, .business-risk .coluna-texto strong, .business-sugar .coluna-foto .legenda, .business-sugar .desc, .esg-codes .item-code h3, .esg-message .col-foto .legenda, .who-shareholding .coluna-texto p, .locations-mapa .bloco-mapa .pin-mapa .info-pin h3, .locations-aba .endereco h3, .locations-nav .item-nav, .section-footer .footer-social i {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: clamp(1.3rem, 1.3043478261vw + -0.0043478261rem, 2.5rem);
}
@media screen and (max-width: 1099px) {
  .txt_25, .work-main .more-jobs a, .news-principal .titulo-mais, .config-post, .noticia-capa .resumo, .business-logistics .coluna-texto strong, .business-risk .coluna-texto strong, .business-sugar .coluna-foto .legenda, .business-sugar .desc, .esg-codes .item-code h3, .esg-message .col-foto .legenda, .who-shareholding .coluna-texto p, .locations-mapa .bloco-mapa .pin-mapa .info-pin h3, .locations-aba .endereco h3, .locations-nav .item-nav, .section-footer .footer-social i {
    font-size: 16px;
  }
}

.txt_22, .noticia-capa .data, .noticia-capa .categ {
  font-size: 22px;
  font-size: 2.2rem;
  font-size: clamp(1.15rem, 1.1413043478vw + 0.0086956522rem, 2.2rem);
}
@media screen and (max-width: 1099px) {
  .txt_22, .noticia-capa .data, .noticia-capa .categ {
    font-size: 16px;
  }
}

.txt_20, .card-job .description, .card-job .location, .modulo-busca input, .select-estilizado select option, .select-estilizado select, .news-maislidas .desc, .news-maislidas .tema, .news-destaques .bloco-vermelho .resumo, .config-post.menor, .home-numeros .item-numero .ref, .home-numeros .item-numero .desc, .section {
  font-size: 20px;
  font-size: 2rem;
  font-size: clamp(1.04rem, 1.0434782609vw + -0.0034782609rem, 2rem);
}
@media screen and (max-width: 1099px) {
  .txt_20, .card-job .description, .card-job .location, .modulo-busca input, .select-estilizado select option, .select-estilizado select, .news-maislidas .desc, .news-maislidas .tema, .news-destaques .bloco-vermelho .resumo, .config-post.menor, .home-numeros .item-numero .ref, .home-numeros .item-numero .desc, .section {
    font-size: 15px;
  }
}

.txt_18, .card-job .mais, .card-job .type, .news-destaques .bloco-vermelho .categ, .config-post table, .locations-mapa .bloco-mapa .pin-mapa .info-pin .desc, .locations-aba .endereco .desc, .card-noticia .info .desc, .card-noticia .info .tema {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: clamp(0.95rem, 0.9239130435vw + 0.0260869565rem, 1.8rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_18, .card-job .mais, .card-job .type, .news-destaques .bloco-vermelho .categ, .config-post table, .locations-mapa .bloco-mapa .pin-mapa .info-pin .desc, .locations-aba .endereco .desc, .card-noticia .info .desc, .card-noticia .info .tema {
    font-size: 14px;
  }
}

.txt_17, .news-maislidas .seta, .news-destaques .bloco-vermelho .seta, .home-capa .home-menu .header-menu a, .a-download, .a-seta, .section-footer .meta, .section-footer .footer-dir .main-link, .section-footer .footer-menu, .section-header .header-menu a {
  font-size: 17px;
  font-size: 1.7rem;
  font-size: clamp(0.9rem, 0.8695652174vw + 0.0304347826rem, 1.7rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_17, .news-maislidas .seta, .news-destaques .bloco-vermelho .seta, .home-capa .home-menu .header-menu a, .a-download, .a-seta, .section-footer .meta, .section-footer .footer-dir .main-link, .section-footer .footer-menu, .section-header .header-menu a {
    font-size: 13px;
  }
}

.txt_16, .card-job .botao-apply {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(0.85rem, 0.8152173913vw + 0.0347826087rem, 1.6rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_16, .card-job .botao-apply {
    font-size: 12px;
  }
}

.txt_15, .section-footer .footer-conduta, .section-footer .footer-dir .infos, .section-footer .footer-menu.conduta {
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(0.8rem, 0.7608695652vw + 0.0391304348rem, 1.5rem);
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .txt_15, .section-footer .footer-conduta, .section-footer .footer-dir .infos, .section-footer .footer-menu.conduta {
    font-size: 12px;
  }
}

html, body {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "proxima-nova", "Calibri", "Lucida Grande", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  color: #6D625A;
  scroll-behavior: smooth;
  background-color: #fff;
}

html {
  scroll-padding-top: 4.37vw;
}
@media screen and (max-width: 1099px) {
  html {
    scroll-padding-top: 14vw;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Sets up the Base 10 stuff */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

.stack > * + * {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.dist-topo {
  width: 100%;
}
.page-template-template-home .dist-topo {
  height: 0;
  display: none;
}

.modelo-comp {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.modelo-comp:hover {
  opacity: 0.1;
}

.padbase, .pagina-main, .news-principal, .noticia-main, .business-logistics, .business-risk, .esg-social, .esg-report, .esg-codes, .esg-charter, .business-sugar, .esg-strategy, .esg-message, .who-team, .who-shareholding, .who-history, .locations-mapa, .locations-aba, .locations-capa, .latest-mais, .latest-title, .home-numeros, .home-secoes, .home-abertura {
  padding: 5em 0;
}
@media screen and (max-width: 1099px) {
  .padbase, .pagina-main, .news-principal, .noticia-main, .business-logistics, .business-risk, .esg-social, .esg-report, .esg-codes, .esg-charter, .business-sugar, .esg-strategy, .esg-message, .who-team, .who-shareholding, .who-history, .locations-mapa, .locations-aba, .locations-capa, .latest-mais, .latest-title, .home-numeros, .home-secoes, .home-abertura {
    padding: 3em 0;
  }
}
.padbase.metade, .metade.pagina-main, .metade.news-principal, .metade.noticia-main, .metade.business-logistics, .metade.business-risk, .metade.esg-social, .metade.esg-report, .metade.esg-codes, .metade.esg-charter, .metade.business-sugar, .metade.esg-strategy, .metade.esg-message, .metade.who-team, .metade.who-shareholding, .metade.who-history, .metade.locations-mapa, .metade.locations-aba, .metade.locations-capa, .metade.latest-mais, .metade.latest-title, .metade.home-numeros, .metade.home-secoes, .metade.home-abertura {
  padding: 2.5em 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .padbase.metade, .metade.pagina-main, .metade.news-principal, .metade.noticia-main, .metade.business-logistics, .metade.business-risk, .metade.esg-social, .metade.esg-report, .metade.esg-codes, .metade.esg-charter, .metade.business-sugar, .metade.esg-strategy, .metade.esg-message, .metade.who-team, .metade.who-shareholding, .metade.who-history, .metade.locations-mapa, .metade.locations-aba, .metade.locations-capa, .metade.latest-mais, .metade.latest-title, .metade.home-numeros, .metade.home-secoes, .metade.home-abertura {
    padding: 1.5em 0;
  }
}
.padbase.maior, .maior.pagina-main, .maior.news-principal, .maior.noticia-main, .maior.business-logistics, .maior.business-risk, .maior.esg-social, .maior.esg-report, .maior.esg-codes, .maior.esg-charter, .maior.business-sugar, .maior.esg-strategy, .maior.esg-message, .maior.who-team, .maior.who-shareholding, .maior.who-history, .maior.locations-mapa, .maior.locations-aba, .maior.locations-capa, .latest-mais, .maior.latest-title, .maior.home-numeros, .maior.home-secoes, .maior.home-abertura {
  padding: 7.5em 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .padbase.maior, .maior.pagina-main, .maior.news-principal, .maior.noticia-main, .maior.business-logistics, .maior.business-risk, .maior.esg-social, .maior.esg-report, .maior.esg-codes, .maior.esg-charter, .maior.business-sugar, .maior.esg-strategy, .maior.esg-message, .maior.who-team, .maior.who-shareholding, .maior.who-history, .maior.locations-mapa, .maior.locations-aba, .maior.locations-capa, .latest-mais, .maior.latest-title, .maior.home-numeros, .maior.home-secoes, .maior.home-abertura {
    padding: 4.5em 0;
  }
}
.padbase.grande, .pagina-main, .grande.news-principal, .noticia-main, .grande.business-logistics, .grande.business-risk, .esg-social, .esg-report, .esg-codes, .esg-charter, .business-sugar, .esg-strategy, .esg-message, .who-team, .who-shareholding, .who-history, .grande.locations-mapa, .grande.locations-aba, .locations-capa, .grande.latest-mais, .grande.latest-title, .home-numeros, .grande.home-secoes, .grande.home-abertura {
  padding: 11em 0;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .padbase.grande, .pagina-main, .grande.news-principal, .noticia-main, .grande.business-logistics, .grande.business-risk, .esg-social, .esg-report, .esg-codes, .esg-charter, .business-sugar, .esg-strategy, .esg-message, .who-team, .who-shareholding, .who-history, .grande.locations-mapa, .grande.locations-aba, .locations-capa, .grande.latest-mais, .grande.latest-title, .home-numeros, .grande.home-secoes, .grande.home-abertura {
    padding: 4.5em 0;
  }
}
.padbase.nopt, .nopt.pagina-main, .nopt.news-principal, .nopt.noticia-main, .nopt.business-logistics, .nopt.business-risk, .nopt.esg-social, .nopt.esg-report, .nopt.esg-codes, .nopt.esg-charter, .nopt.business-sugar, .nopt.esg-strategy, .nopt.esg-message, .who-team, .nopt.who-shareholding, .nopt.who-history, .nopt.locations-mapa, .nopt.locations-aba, .nopt.locations-capa, .nopt.latest-mais, .nopt.latest-title, .nopt.home-numeros, .home-secoes, .nopt.home-abertura {
  padding-top: 0;
}
.padbase.nopb, .nopb.pagina-main, .nopb.news-principal, .nopb.noticia-main, .nopb.business-logistics, .nopb.business-risk, .nopb.esg-social, .nopb.esg-report, .nopb.esg-codes, .nopb.esg-charter, .nopb.business-sugar, .nopb.esg-strategy, .nopb.esg-message, .nopb.who-team, .nopb.who-shareholding, .nopb.who-history, .nopb.locations-mapa, .nopb.locations-aba, .nopb.locations-capa, .nopb.latest-mais, .latest-title, .nopb.home-numeros, .nopb.home-secoes, .nopb.home-abertura {
  padding-bottom: 0;
}

.section-header {
  background-color: rgba(246, 246, 246, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.section-header.esconde {
  -webkit-transform: translate3d(0, -120%, 0);
          transform: translate3d(0, -120%, 0);
}
.section-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1099px) {
  .section-header .container {
    padding: 0;
  }
}
.section-header .header-logo {
  display: block;
  padding-block: 1.3vw;
}
@media screen and (max-width: 1099px) {
  .section-header .header-logo {
    padding-block: 4vw;
    padding-left: 10vw;
  }
}
.section-header .header-logo img {
  display: block;
  height: 1.77vw;
}
@media screen and (max-width: 1099px) {
  .section-header .header-logo img {
    height: 6vw;
  }
}
.section-header .header-burger {
  display: none;
}
.section-header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3em;
}
.section-header .header-menu a {
  font-weight: bold;
  text-transform: uppercase;
}
.section-header .header-menu a:hover, .section-header .header-menu a.ativo {
  color: #CF0A2C;
  border-bottom: 3px solid #BE2B34;
}
@media screen and (max-width: 1099px) {
  .section-header .header-menu a:hover, .section-header .header-menu a.ativo {
    color: #fff;
    border-color: #fff;
  }
}
.section-header .linguas span:last-of-type {
  display: none;
}
@media screen and (max-width: 1099px) {
  .section-header .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 14vw;
    margin-right: 10vw;
  }
  .section-header .header-esquerda {
    display: none;
  }
  .section-header .header-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .section-header .header-menu li {
    display: block;
    width: 100%;
  }
  .section-header .header-menu li:last-of-type a {
    border-bottom: none;
    padding-top: 1em;
  }
  .section-header .header-menu a {
    display: block;
    font-size: 25px;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
  .section-header.ativo .header-esquerda {
    display: block;
    width: 100%;
    background-color: #CF0A2C;
    color: #fff;
    padding: 20vw 10vw;
    min-height: calc(100vh - 6vw);
  }
}

.section-footer {
  background-color: #D2CDC9;
  padding-block: 4em;
}
@media screen and (max-width: 1099px) {
  .section-footer {
    padding-block: 4em;
  }
}
.section-footer .container {
  position: relative;
}
@media screen and (min-width: 1049px) {
  .section-footer .container .footer-meta {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 7.5vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-footer .container .footer-meta .meta {
    margin-left: 0;
  }
}
.section-footer .lf-topo {
  width: 100%;
  margin-bottom: 4em;
}
@media screen and (max-width: 1099px) {
  .section-footer .lf-topo {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1099px) {
  .section-footer .lf-topo .footer-dir {
    display: none;
  }
}
.section-footer .footer-logo {
  width: 27.7666666667vw;
}
.section-footer .footer-logo img {
  display: block;
  height: 3.64vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-logo {
    width: 100%;
    margin-bottom: 2em;
  }
  .section-footer .footer-logo img {
    height: 9vw;
  }
}
.section-footer .lf-bottom {
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .section-footer .lf-bottom {
    display: block;
  }
}
.section-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  text-transform: uppercase;
  font-weight: 600;
  width: 56.3833333333vw;
}
.section-footer .footer-menu.conduta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 3em;
}
.section-footer .footer-menu a:hover, .section-footer .footer-menu a.ativo {
  color: #CF0A2C;
  border-bottom: 3px solid #BE2B34;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-menu {
    width: 100%;
    display: block;
    height: auto;
  }
  .section-footer .footer-menu li {
    margin-bottom: 1em;
  }
}
.section-footer .footer-conteudo {
  display: block;
  width: 52.80625vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-conteudo {
    width: 100%;
  }
}
.section-footer .footer-dir {
  width: 20.6125vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-dir {
    width: 100%;
    margin-top: 2em;
  }
}
.section-footer .footer-dir .main-link {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5em;
}
.section-footer .footer-dir a:hover, .section-footer .footer-dir a.ativo {
  color: #CF0A2C;
}
.section-footer .footer-dir .infos {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1em;
}
.section-footer .footer-dir .infos i {
  display: inline-block;
  width: 1.5em;
  margin-right: 0.5em;
}
.section-footer .footer-conduta {
  text-transform: uppercase;
  font-weight: 600;
}
.section-footer .footer-conduta span {
  display: block;
  margin-bottom: 1em;
}
.section-footer .footer-conduta a {
  display: block;
  margin-bottom: 1em;
}
.section-footer .footer-conduta a:last-of-type {
  margin-bottom: 0;
}
.section-footer .footer-conduta .link-icone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 400;
  gap: 1em;
  fill: #6D625A;
}
.section-footer .footer-conduta .link-icone .icone {
  width: 1.2em;
  height: 1.2em;
}
.section-footer .footer-conduta .link-icone .icone svg {
  display: block;
  width: 1.2em;
  height: 1.2em;
}
.section-footer .footer-conduta .link-icone small {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section-footer .footer-conduta .link-icone:hover {
  color: #CF0A2C;
  fill: #CF0A2C;
}
.section-footer .footer-meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2em;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-meta {
    display: block;
  }
}
.section-footer .footer-meta .meta {
  width: 20.6125vw;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-meta .meta {
    width: 100%;
  }
}
.section-footer .footer-meta .footer-social {
  display: none;
}
@media screen and (max-width: 1099px) {
  .section-footer .footer-meta .footer-social {
    display: block;
  }
}
.section-footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
}
.section-footer .footer-social a:hover, .section-footer .footer-social a.ativo {
  color: #CF0A2C;
}
.section-footer .meta {
  margin-left: 4em;
}
@media screen and (max-width: 1099px) {
  .section-footer .meta {
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
  }
}

.a-seta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  color: #BE2B34;
  gap: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.a-seta svg {
  display: block;
  height: 2.1em;
  width: 1.05em;
  stroke-width: 0.2em;
}
.a-seta .seta {
  height: 2.1em;
  width: 3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.a-seta .seta svg {
  stroke: #BE2B34;
}
.a-seta .seta::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2em;
  background-color: #BE2B34;
  position: absolute;
  left: 0;
  top: calc(50% - 0.1em);
}
.a-seta:hover .seta {
  width: 5em;
}
.a-seta.vert {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.a-seta.vert .seta {
  width: 2.5em;
}
@media screen and (max-width: 1099px) {
  .a-seta.vert .seta {
    width: 3.5em;
  }
}
.a-seta.vert:hover {
  -webkit-transform: rotate(90deg) translate3d(5px, 0, 0);
          transform: rotate(90deg) translate3d(5px, 0, 0);
}
.a-seta.vert:hover .seta {
  width: 2.5em;
}

.a-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 400;
  text-transform: uppercase;
  color: #CF0A2C;
  gap: 1em;
  letter-spacing: 0.1em;
}
.a-download img {
  height: 2em;
  display: block;
}

.home-capa {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
.home-capa .slide-home .container {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding-top: 9.27vw;
}
@media screen and (max-width: 1099px) {
  .home-capa .slide-home .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0;
  }
}
.home-capa .slide-home .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  opacity: 0.66;
}
.home-capa .bloco-texto {
  position: relative;
  z-index: 50;
  width: 43.5058333333vw;
}
@media screen and (max-width: 1099px) {
  .home-capa .bloco-texto {
    width: 100%;
  }
}
.home-capa .bloco-texto > * + * {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
.home-capa .bloco-texto .titulo {
  font-weight: 300;
  color: #CF0A2C;
  line-height: 1.1;
}
.home-capa .bloco-texto .titulo span {
  font-weight: 600;
}
.home-capa .bloco-texto .desc {
  font-weight: 300;
  width: 31.34375vw;
  line-height: 1.3;
}
@media screen and (max-width: 1099px) {
  .home-capa .bloco-texto .desc {
    width: 100%;
  }
}
.home-capa .home-menu {
  padding-inline: 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-top: 5vw;
}
@media screen and (max-width: 1099px) {
  .home-capa .home-menu {
    padding-inline: 10vw;
    padding-top: 6vw;
  }
}
.home-capa .home-menu .logo {
  display: block;
}
.home-capa .home-menu .logo img {
  display: block;
  height: 4.3vw;
}
@media screen and (max-width: 1099px) {
  .home-capa .home-menu .logo img {
    height: 10vw;
  }
}
.home-capa .home-menu .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2em;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-capa .home-menu .header-menu a {
  font-weight: bold;
  text-transform: uppercase;
}
.home-capa .home-menu .header-menu a:hover, .home-capa .home-menu .header-menu a.ativo {
  color: #CF0A2C;
  border-bottom: 3px solid #BE2B34;
}
@media screen and (max-width: 1099px) {
  .home-capa .home-menu .header-menu {
    display: none;
  }
}
.home-capa .home-menu .linguas span:last-of-type {
  display: none;
}
.home-capa .container-slideshow-home {
  position: relative;
}
.home-capa .container-slideshow-home .dots {
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
}
.home-capa .container-slideshow-home .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8em;
}
@media screen and (max-width: 1099px) {
  .home-capa .container-slideshow-home .slick-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10vw;
  }
}
.home-capa .container-slideshow-home .slick-dots button {
  display: block;
  width: 4.2em;
  height: 0.4em;
  background-color: rgba(207, 10, 44, 0.2);
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.home-capa .container-slideshow-home .slick-dots .slick-active button {
  background-color: #CF0A2C;
}

.home-abertura {
  padding-bottom: 3em;
}
@media screen and (max-width: 1099px) {
  .home-abertura {
    padding-bottom: 3em;
  }
}
.home-abertura .texto-abre {
  text-align: center;
  color: #CF0A2C;
  width: 50.66vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .home-abertura .texto-abre {
    width: 100%;
  }
}

.home-secoes {
  position: relative;
}
@media screen and (max-width: 1099px) {
  .home-secoes .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-secoes .lf-cards {
  gap: 0.85vw;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1099px) {
  .home-secoes .lf-cards {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-bottom: 2em;
    gap: 5vw;
  }
  .home-secoes .lf-cards::-webkit-scrollbar {
    width: 0.75em;
    height: 0.75em;
  }
  .home-secoes .lf-cards::-webkit-scrollbar-thumb {
    background: #CF0A2C;
  }
  .home-secoes .lf-cards::-webkit-scrollbar-track {
    background: #F5F5F5;
  }
  .home-secoes .lf-cards {
    scrollbar-face-color: #CF0A2C;
    scrollbar-track-color: #F5F5F5;
  }
  .home-secoes .lf-cards::-webkit-scrollbar-track {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
.home-secoes::before {
  content: "";
  display: block;
  width: 100%;
  height: 11em;
  background-color: #F5F5F5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.home-secoes.interna {
  padding-bottom: 11em;
}
.home-secoes.interna:before {
  display: none;
}

.card-modelo {
  display: block;
  width: calc(33.3333333333% - 1.275vw);
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 1099px) {
  .card-modelo {
    width: 66.5vw;
    white-space: normal;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.card-modelo .foto {
  width: 100%;
  height: calc(27.7666666667vw - 4em);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  .card-modelo .foto {
    height: 53vw;
  }
}
.card-modelo .texto {
  color: #CF0A2C;
  padding-inline: 1.5em;
  height: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.card-modelo.anima-hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-modelo.anima-hover:hover {
  -webkit-transform: translate3d(0, -2em, 0);
          transform: translate3d(0, -2em, 0);
}
.card-modelo.anima-hover:hover .texto {
  background-color: #CF0A2C;
  color: #fff;
}
.numcards-4 .card-modelo {
  width: calc(25% - 0.85vw);
}
.numcards-4 .card-modelo .foto {
  height: calc(24.1895833333vw - 4em);
}

.home-numeros {
  background-color: #F5F5F5;
}
.home-numeros h2 {
  font-weight: 300;
  color: #CF0A2C;
  margin-bottom: 1em;
}
.home-numeros .item-numero {
  width: 26.3358333333vw;
  border-left: 2px solid #CF0A2C;
  padding-left: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .home-numeros .item-numero {
    width: 100%;
  }
}
.home-numeros .item-numero h3 {
  font-weight: 300;
  line-height: 1;
  color: #CF0A2C;
}
.home-numeros .item-numero .desc {
  margin-block: 1em;
  padding-right: 4em;
}
.home-numeros .item-numero .ref {
  font-style: italic;
}

.latest-title {
  background-color: #F5F5F5;
}
.latest-title h2 {
  font-weight: 300;
  color: #CF0A2C;
  padding-bottom: 1em;
}
.latest-title.latest-locations {
  padding-top: 10em;
}
@media screen and (max-width: 1099px) {
  .latest-title.latest-locations {
    padding-top: 5em;
  }
}

.latest-news {
  position: relative;
}
.latest-news h2 {
  font-weight: 300;
  color: #CF0A2C;
  margin-bottom: 1em;
}
.latest-news .lf-latest {
  gap: 0.85vw;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1099px) {
  .latest-news .lf-latest {
    gap: 2em;
  }
}
.latest-news:before {
  content: "";
  display: block;
  width: 100%;
  height: 20.6125vw;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F5F5F5;
}

.card-noticia {
  width: 27.6235833333vw;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1099px) {
  .card-noticia {
    width: 100%;
  }
}
.card-noticia .foto {
  width: 100%;
  height: 20.6125vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  .card-noticia .foto {
    height: 39.5vw;
  }
}
.card-noticia .info {
  padding: 1.5em;
}
.card-noticia .info .tema {
  display: block;
  text-transform: uppercase;
  color: #6D625A;
}
.card-noticia .info h3 {
  color: #CF0A2C;
  margin-block: 0.5em;
}
.card-noticia .info .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.titulo-pagina, .pagina-main h1, .who-capa h1, .noticia-capa h1, .locations-capa h1 {
  line-height: 1;
  font-weight: 300;
  color: #CF0A2C;
}
.titulo-pagina strong, .pagina-main h1 strong, .who-capa h1 strong, .noticia-capa h1 strong, .locations-capa h1 strong {
  font-weight: 600;
}

.titulo-medio {
  line-height: 1;
  font-weight: 300;
  color: #CF0A2C;
}
.titulo-medio strong {
  font-weight: 600;
}

.locations-capa {
  padding-bottom: 5em;
}
@media screen and (max-width: 1099px) {
  .locations-capa {
    padding-top: 11em;
    max-height: none;
  }
}
.locations-capa h1 {
  width: 42.075vw;
}
@media screen and (max-width: 1099px) {
  .locations-capa h1 {
    margin-bottom: 1em;
  }
}
.locations-capa .desc {
  width: 27.7666666667vw;
  margin-right: 13.4583333333vw;
}
@media screen and (max-width: 1099px) {
  .locations-capa .desc {
    width: 100%;
    margin-right: 0;
  }
}

.locations-nav {
  border-bottom: 2px solid #6D625A;
  position: relative;
  margin-top: -2.5em;
}
@media screen and (max-width: 1099px) {
  .locations-nav {
    border-bottom: none;
  }
}
.locations-nav .lf-nav {
  gap: 1em;
}
@media screen and (max-width: 1099px) {
  .locations-nav .lf-nav {
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 5vw;
  }
  .locations-nav .lf-nav::-webkit-scrollbar {
    width: 0.75em;
    height: 0.75em;
  }
  .locations-nav .lf-nav::-webkit-scrollbar-thumb {
    background: #BE2B34;
  }
  .locations-nav .lf-nav::-webkit-scrollbar-track {
    background: #cbcbcb;
  }
  .locations-nav .lf-nav {
    scrollbar-face-color: #BE2B34;
    scrollbar-track-color: #cbcbcb;
  }
}
.locations-nav .item-nav {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ECEAE8;
  color: #6D625A;
  padding: 1em 2em;
  margin-top: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1049px) {
  .locations-nav .item-nav:hover {
    padding-block: 1.5em;
    margin-top: 0;
  }
}
.locations-nav .item-nav.ativo {
  background-color: #CF0A2C;
  color: #fff;
}

.locations-aba {
  padding-top: 4em;
}
.locations-aba .enderecos {
  width: 77.8458333333vw;
  margin-left: 7.1541666667vw;
  gap: 2em;
}
.locations-aba .endereco {
  width: 17.7508333333vw;
  line-height: 1.5;
  border-right: 1px solid #CF0A2C;
}
@media screen and (max-width: 1099px) {
  .locations-aba .endereco {
    width: 100%;
    border-right: none;
  }
}
.locations-aba .endereco.maior, .locations-aba .endereco.latest-mais {
  width: 27.7666666667vw;
}
@media screen and (max-width: 1099px) {
  .locations-aba .endereco.maior, .locations-aba .endereco.latest-mais {
    width: 100%;
  }
}
.locations-aba .endereco:last-of-type {
  border-right: none;
}
.locations-aba .endereco h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #CF0A2C;
  margin-bottom: 0.5em;
}
.locations-aba .endereco .desc {
  padding-right: 2em;
}

.locations-mapa {
  padding-bottom: 10em;
  overflow: hidden;
}
@media screen and (max-width: 1099px) {
  .locations-mapa {
    padding-bottom: 5em;
  }
  .locations-mapa .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.locations-mapa .titulo-pagina, .locations-mapa .pagina-main h1, .pagina-main .locations-mapa h1, .locations-mapa .who-capa h1, .locations-mapa .noticia-capa h1, .who-capa .locations-mapa h1, .noticia-capa .locations-mapa h1, .locations-mapa .locations-capa h1, .locations-capa .locations-mapa h1 {
  margin-bottom: 1em;
}
@media screen and (max-width: 1099px) {
  .locations-mapa .titulo-pagina, .locations-mapa .pagina-main h1, .pagina-main .locations-mapa h1, .locations-mapa .who-capa h1, .locations-mapa .noticia-capa h1, .who-capa .locations-mapa h1, .noticia-capa .locations-mapa h1, .locations-mapa .locations-capa h1, .locations-capa .locations-mapa h1 {
    padding-left: 10vw;
  }
}
.locations-mapa .bloco-mapa {
  width: 70.6916666667vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .locations-mapa .bloco-mapa {
    width: 95%;
  }
}
.locations-mapa .bloco-mapa .sizer {
  display: block;
  width: 100%;
  opacity: 1;
  pointer-events: none;
  opacity: 0;
}
.locations-mapa .bloco-mapa .mascara-mapa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  -webkit-mask-image: url("../img/mapa-svg.png");
          mask-image: url("../img/mapa-svg.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: none;
          mask-repeat: none;
  background-image: url("../img/linhas-mapa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.locations-mapa .bloco-mapa .pin-mapa {
  position: absolute;
  top: 10vw;
  left: 10vw;
}
.locations-mapa .bloco-mapa .pin-mapa svg {
  fill: #CF0A2C;
  width: 1.5vw;
  height: 1.5vw;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1099px) {
  .locations-mapa .bloco-mapa .pin-mapa svg {
    width: 4vw;
    height: 4vw;
  }
}
.locations-mapa .bloco-mapa .pin-mapa .info-pin {
  background-color: #fff;
  padding: 2em;
  -webkit-box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 20.6125vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.locations-mapa .bloco-mapa .pin-mapa .info-pin h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #CF0A2C;
  margin-bottom: 0.5em;
}
.locations-mapa .bloco-mapa .pin-mapa.ativo .info-pin {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  z-index: 10;
}
@media screen and (min-width: 1049px) {
  .locations-mapa .bloco-mapa .pin-mapa:hover {
    z-index: 2000;
  }
  .locations-mapa .bloco-mapa .pin-mapa:hover .info-pin {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    z-index: 10;
  }
}
.locations-mapa .bloco-mapa .pin-mapa.canto-dir .info-pin {
  left: auto;
  right: 0;
}

.who-capa, .noticia-capa {
  width: 100%;
  height: calc(100vh - 5em);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.who-capa:before, .noticia-capa:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
}
.who-capa:after, .noticia-capa:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 75%);
}
@media screen and (max-width: 1099px) {
  .who-capa:after, .noticia-capa:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(65%, white));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 65%);
  }
}
.who-capa.business-capa:after, .business-capa.noticia-capa:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%);
}
@media screen and (max-width: 1099px) {
  .who-capa.business-capa:after, .business-capa.noticia-capa:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 50%);
  }
}
.who-capa .container, .noticia-capa .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 100;
}
.who-capa .bloco-intro, .noticia-capa .bloco-intro {
  width: 42.075vw;
}
@media screen and (max-width: 1099px) {
  .who-capa .bloco-intro, .noticia-capa .bloco-intro {
    width: 100%;
  }
}
.who-capa h1, .noticia-capa h1 {
  margin-bottom: 0.25em;
}
.who-capa .desc, .noticia-capa .desc {
  width: 31.34375vw;
}
@media screen and (max-width: 1099px) {
  .who-capa .desc, .noticia-capa .desc {
    width: 100%;
  }
}
.who-capa .bloco-seta, .noticia-capa .bloco-seta {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1099px) {
  .who-capa .bloco-seta, .noticia-capa .bloco-seta {
    bottom: -1em;
  }
}

.who-history .titulo-pagina, .who-history .pagina-main h1, .pagina-main .who-history h1, .who-history .locations-capa h1, .locations-capa .who-history h1, .who-history .who-capa h1, .who-history .noticia-capa h1, .who-capa .who-history h1, .noticia-capa .who-history h1 {
  margin-bottom: 1em;
}
.who-history .bloco-history {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 4em;
}
.who-history .bloco-history::-webkit-scrollbar {
  width: 0.75em;
  height: 0.75em;
}
.who-history .bloco-history::-webkit-scrollbar-thumb {
  background: #CF0A2C;
}
.who-history .bloco-history::-webkit-scrollbar-track {
  background: #F5F5F5;
}
.who-history .bloco-history {
  scrollbar-face-color: #CF0A2C;
  scrollbar-track-color: #F5F5F5;
}
.who-history .bloco-history::-webkit-scrollbar-track {
  margin-left: 10vw;
  margin-right: 10vw;
}
.who-history .item-history {
  width: 49.2291666667vw;
  white-space: normal;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1099px) {
  .who-history .item-history {
    width: 66.5vw;
  }
}
.who-history .item-history h3 {
  display: inline-block;
  color: #CF0A2C;
  line-height: 1;
  position: relative;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 1099px) {
  .who-history .item-history h3 {
    font-size: 50px;
  }
}
.who-history .item-history .sep {
  display: block;
  position: relative;
  margin-bottom: 2em;
}
.who-history .item-history .sep:before {
  content: "";
  display: block;
  width: 2px;
  height: 5em;
  background-color: #CF0A2C;
  position: absolute;
  bottom: 0;
  left: 7.9vw;
}
@media screen and (max-width: 1099px) {
  .who-history .item-history .sep:before {
    height: 2em;
    left: 2vw;
  }
}
.who-history .item-history .sep:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #CF0A2C;
  position: absolute;
  top: 0;
  left: 7.9vw;
}
@media screen and (max-width: 1099px) {
  .who-history .item-history .sep:after {
    left: 2vw;
  }
}
.who-history .item-history .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
}
@media screen and (max-width: 1099px) {
  .who-history .item-history .info {
    gap: 1em;
  }
}
.who-history .item-history .info .photo {
  width: 14.17375vw;
  height: 14.17375vw;
  border-radius: 1000px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1099px) {
  .who-history .item-history .info .photo {
    width: 19.25vw;
    height: 19.25vw;
  }
}
.who-history .item-history .info .text {
  width: 20.6125vw;
  margin-top: 1em;
}
@media screen and (max-width: 1099px) {
  .who-history .item-history .info .text {
    width: 39.5vw;
    font-size: 13px;
    margin-top: 0;
  }
}
.who-history .item-history .info .text.nophoto {
  margin-left: 7.9vw;
}

.who-shareholding {
  background-color: #F5F5F5;
}
.who-shareholding .titulo-pagina, .who-shareholding .pagina-main h1, .pagina-main .who-shareholding h1, .who-shareholding .locations-capa h1, .locations-capa .who-shareholding h1, .who-shareholding .who-capa h1, .who-shareholding .noticia-capa h1, .who-capa .who-shareholding h1, .noticia-capa .who-shareholding h1 {
  margin-bottom: 1em;
}
.who-shareholding .coluna-texto {
  width: 36.3516666667vw;
  padding-left: 3em;
  border-left: 2px solid #CF0A2C;
}
@media screen and (max-width: 1099px) {
  .who-shareholding .coluna-texto {
    width: 100%;
    padding-left: 1.5em;
  }
}
.who-shareholding .coluna-destaque {
  color: #CF0A2C;
  width: 29.1975vw;
  margin-right: 7.1541666667vw;
}
@media screen and (max-width: 1099px) {
  .who-shareholding .coluna-destaque {
    width: 100%;
    margin-right: 0;
    margin-top: 2em;
  }
}

.who-team {
  background-color: #F5F5F5;
  position: relative;
}
.who-team:before {
  content: "";
  display: block;
  width: 100%;
  height: 23.5em;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.who-team .container {
  position: relative;
  z-index: 10;
}
.who-team .titulo-pagina, .who-team .pagina-main h1, .pagina-main .who-team h1, .who-team .locations-capa h1, .locations-capa .who-team h1, .who-team .who-capa h1, .who-team .noticia-capa h1, .who-capa .who-team h1, .noticia-capa .who-team h1 {
  margin-bottom: 1em;
}
.who-team .grid-time {
  gap: 3em 0.85vw;
}
@media screen and (max-width: 1099px) {
  .who-team .grid-time {
    gap: 2em;
  }
}
.who-team .card-team {
  width: 27.4089583333vw;
  background-color: #fff;
  -webkit-box-shadow: 0 6.5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6.5px 20px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1099px) {
  .who-team .card-team {
    width: 100%;
  }
}
.who-team .card-team .foto {
  width: 100%;
  height: 17.0354166667vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  .who-team .card-team .foto {
    height: 59.75vw;
  }
}
.who-team .card-team .info {
  padding: 2em 1.5em;
  background-color: #fff;
}
.who-team .card-team .info h3 {
  color: #CF0A2C;
}
.who-team .card-team .info .position {
  display: block;
  font-weight: 400;
  margin-bottom: 2em;
}
.who-team .card-team .info .sociais {
  color: #CF0A2C;
}

.esg-message .col-foto {
  position: relative;
}
@media screen and (max-width: 1099px) {
  .esg-message .col-foto {
    margin-bottom: 4em;
  }
}
.esg-message .col-foto img {
  display: block;
  width: 27.7666666667vw;
}
@media screen and (max-width: 1099px) {
  .esg-message .col-foto img {
    width: 100%;
  }
}
.esg-message .col-foto .legenda {
  background-color: #CF0A2C;
  color: #fff;
  width: 20.6125vw;
  line-height: 1.5em;
  padding: 1em;
  position: absolute;
  bottom: -2.5em;
  right: 0;
}
@media screen and (max-width: 1099px) {
  .esg-message .col-foto .legenda {
    width: 70%;
  }
}
.esg-message .col-mensagem .titulo-pagina, .esg-message .col-mensagem .pagina-main h1, .pagina-main .esg-message .col-mensagem h1, .esg-message .col-mensagem .locations-capa h1, .locations-capa .esg-message .col-mensagem h1, .esg-message .col-mensagem .who-capa h1, .esg-message .col-mensagem .noticia-capa h1, .who-capa .esg-message .col-mensagem h1, .noticia-capa .esg-message .col-mensagem h1 {
  margin-bottom: 0.5em;
}
.esg-message .col-mensagem .a-seta {
  margin-top: 2em;
}
.esg-message .col-mensagem .desc-more {
  margin-top: 1em;
  display: none;
}
.esg-message .col-mensagem h3 {
  color: #CF0A2C;
  max-width: 27.7666666667vw;
  margin-block: 2em;
}
@media screen and (max-width: 1099px) {
  .esg-message .col-mensagem h3 {
    max-width: 100%;
  }
}
.esg-message .col-mensagem h3:last-of-type {
  margin-bottom: 0;
}
.esg-message .col-mensagem.ativo .a-seta {
  display: none;
}
.esg-message .col-mensagem.ativo .desc-more {
  display: block;
}

.esg-charter, .business-sugar, .esg-strategy {
  background-color: #F5F5F5;
}
.esg-charter .coluna-texto, .business-sugar .coluna-texto, .esg-strategy .coluna-texto {
  width: 35.63625vw;
}
@media screen and (max-width: 1099px) {
  .esg-charter .coluna-texto, .business-sugar .coluna-texto, .esg-strategy .coluna-texto {
    width: 100%;
  }
}
.esg-charter .coluna-texto .titulo-medio, .business-sugar .coluna-texto .titulo-medio, .esg-strategy .coluna-texto .titulo-medio {
  margin-bottom: 1em;
}
.esg-charter .coluna-texto .desc, .business-sugar .coluna-texto .desc, .esg-strategy .coluna-texto .desc {
  max-width: 29.1975vw;
}
@media screen and (max-width: 1099px) {
  .esg-charter .coluna-texto .desc, .business-sugar .coluna-texto .desc, .esg-strategy .coluna-texto .desc {
    max-width: 100%;
    margin-bottom: 2em;
  }
}
.esg-charter .coluna-foto, .business-sugar .coluna-foto, .esg-strategy .coluna-foto {
  width: 42.075vw;
}
@media screen and (max-width: 1099px) {
  .esg-charter .coluna-foto, .business-sugar .coluna-foto, .esg-strategy .coluna-foto {
    width: 100%;
  }
}
.esg-charter .coluna-foto img, .business-sugar .coluna-foto img, .esg-strategy .coluna-foto img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .esg-charter .coluna-foto, .business-sugar .coluna-foto, .esg-strategy .coluna-foto {
    width: 100%;
  }
}

.esg-codes .titulo-medio {
  margin-left: 7.1541666667vw;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1099px) {
  .esg-codes .titulo-medio {
    margin-left: 0;
  }
}
.esg-codes .desc-main {
  margin-left: 7.1541666667vw;
  margin-bottom: 3em;
  width: 35.63625vw;
}
@media screen and (max-width: 1099px) {
  .esg-codes .desc-main {
    width: 100%;
  }
}
.esg-codes .lf-codes {
  width: 70.6916666667vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .esg-codes .lf-codes {
    width: 100%;
  }
}
.esg-codes .lf-codes:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #CF0A2C;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 1099px) {
  .esg-codes .lf-codes:before {
    display: none;
  }
}
.esg-codes .item-code {
  width: 27.7666666667vw;
}
@media screen and (max-width: 1099px) {
  .esg-codes .item-code {
    width: 100%;
    margin-bottom: 2em;
  }
  .esg-codes .item-code:last-of-type {
    margin-bottom: 0;
    border-top: 2px solid #CF0A2C;
    padding-top: 2em;
  }
}
.esg-codes .item-code h3 {
  color: #CF0A2C;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1em;
}
.esg-codes .item-code .a-download {
  margin-top: 2em;
}

.esg-report {
  background-color: #F5F5F5;
}
.esg-report .lf {
  width: 70.6916666667vw;
  margin: 0 auto;
  position: relative;
}
.esg-report .coluna-texto {
  width: 35.63625vw;
}
@media screen and (max-width: 1099px) {
  .esg-report .coluna-texto {
    width: 100%;
    margin-bottom: 2em;
  }
}
.esg-report .coluna-texto .titulo-medio {
  margin-bottom: 1em;
}
.esg-report .coluna-texto .desc {
  max-width: 29.1975vw;
}
@media screen and (max-width: 1099px) {
  .esg-report .coluna-texto .desc {
    max-width: 100%;
  }
}
.esg-report .coluna-texto .a-download {
  margin-top: 2em;
}
.esg-report .coluna-foto {
  width: 27.7666666667vw;
  -webkit-box-shadow: 0 6.5px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6.5px 20px 0px rgba(0, 0, 0, 0.2);
}
.esg-report .coluna-foto img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .esg-report .coluna-foto {
    width: 100%;
  }
}

.esg-social .coluna-texto {
  width: 35.63625vw;
}
@media screen and (max-width: 1099px) {
  .esg-social .coluna-texto {
    width: 100%;
  }
}
.esg-social .coluna-texto .titulo-medio {
  margin-bottom: 1em;
}
.esg-social .coluna-texto .desc {
  max-width: 33.49vw;
  margin-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .esg-social .coluna-texto .desc {
    max-width: 100%;
  }
}
.esg-social .coluna-foto {
  width: 42.075vw;
}
.esg-social .coluna-foto img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .esg-social .coluna-foto {
    width: 100%;
    margin-bottom: 2em;
  }
}

.business-sugar {
  background-color: #fff;
}
.business-sugar .titulo-pagina, .business-sugar .pagina-main h1, .pagina-main .business-sugar h1, .business-sugar .locations-capa h1, .locations-capa .business-sugar h1, .business-sugar .who-capa h1, .business-sugar .noticia-capa h1, .who-capa .business-sugar h1, .noticia-capa .business-sugar h1 {
  margin-bottom: 0.75em;
}
.business-sugar .desc {
  max-width: 28.4820833333vw;
}
@media screen and (max-width: 1099px) {
  .business-sugar .desc {
    max-width: 100%;
  }
}
.business-sugar .coluna-foto {
  width: 42.075vw;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .business-sugar .coluna-foto {
    width: 100%;
  }
}
.business-sugar .coluna-foto img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.business-sugar .coluna-foto .legenda {
  background-color: #CF0A2C;
  color: #fff;
  width: 20.6125vw;
  line-height: 1.5em;
  padding: 1em;
  position: absolute;
  bottom: -2.5em;
  right: 0;
}
@media screen and (max-width: 1099px) {
  .business-sugar .coluna-foto .legenda {
    width: 70%;
  }
}

.business-logistics, .business-risk {
  background-color: #F5F5F5;
}
.business-logistics .lf-colunas, .business-risk .lf-colunas {
  position: relative;
}
.business-logistics .titulo-medio, .business-risk .titulo-medio {
  width: 34.9208333333vw;
  text-align: right;
}
@media screen and (max-width: 1099px) {
  .business-logistics .titulo-medio, .business-risk .titulo-medio {
    width: 100%;
    text-align: left;
    margin-bottom: 1em;
  }
}
.business-logistics .coluna-texto, .business-risk .coluna-texto {
  width: 42.075vw;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .business-logistics .coluna-texto, .business-risk .coluna-texto {
    width: 100%;
    padding-left: 1.5em;
  }
}
.business-logistics .coluna-texto:before, .business-risk .coluna-texto:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3em;
  width: 2px;
  height: 100%;
  background-color: #CF0A2C;
}
@media screen and (max-width: 1099px) {
  .business-logistics .coluna-texto:before, .business-risk .coluna-texto:before {
    left: 0;
  }
}
.business-logistics .coluna-texto > * + *, .business-risk .coluna-texto > * + * {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.business-logistics .coluna-texto strong, .business-risk .coluna-texto strong {
  font-weight: 600;
  text-transform: uppercase;
  color: #CF0A2C;
  display: block;
  padding-bottom: 0.25em;
}
.business-logistics .coluna-texto p, .business-risk .coluna-texto p {
  max-width: 27.7666666667vw;
}
@media screen and (max-width: 1099px) {
  .business-logistics .coluna-texto p, .business-risk .coluna-texto p {
    max-width: 100%;
  }
}

.business-risk {
  background-color: #fff;
}

.noticia-capa {
  height: calc(100vh - 7.5em);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  .noticia-capa {
    height: auto;
    background-size: 100% auto;
    background-position: top center;
  }
}
.noticia-capa:before {
  display: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.noticia-capa:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%);
}
@media screen and (max-width: 1099px) {
  .noticia-capa:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%);
  }
}
.noticia-capa .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.noticia-capa .bloco-destaque {
  background-color: #CF0A2C;
  color: #fff;
  width: 42.075vw;
  margin-right: 7.1541666667vw;
  height: calc(100vh - 7.5em);
  position: relative;
  top: 7.5em;
  padding: 5em 7.1541666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .noticia-capa .bloco-destaque {
    width: 100%;
    margin-right: 0;
    margin-top: 54vw;
    padding: 10vw 10vw;
    top: 0;
  }
}
.noticia-capa .categ {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1em;
}
.noticia-capa h1 {
  color: #fff;
  margin-bottom: 0.5em;
}
.noticia-capa .resumo {
  line-height: 1.5;
}
.noticia-capa .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.noticia-capa .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.noticia-capa .share-block a:hover {
  color: #fbaab8;
}
.noticia-capa .data {
  display: block;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1099px) {
  .noticia-main {
    padding-top: 0;
  }
}
.noticia-main .conteudo-noticia {
  width: 56.3833333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .noticia-main .conteudo-noticia {
    width: 100%;
  }
}

.config-post {
  line-height: 1.5;
  padding-top: 2em;
}
.config-post > * + * {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.config-post a {
  text-decoration: underline;
  color: #CF0A2C;
}
.config-post h2 {
  color: #CF0A2C;
}
.config-post h3 {
  color: #CF0A2C;
}
.config-post h4 {
  color: #CF0A2C;
}
.config-post h5 {
  color: #CF0A2C;
}
.config-post h6 {
  color: #CF0A2C;
}
.config-post .wp-block-image, .config-post .wp-caption {
  margin-bottom: 3em;
}
.config-post .wp-block-image img, .config-post .wp-caption img {
  max-width: 100%;
  margin: 0 auto;
}
.config-post .wp-block-image figcaption, .config-post .wp-caption figcaption {
  width: 100%;
  text-align: center;
  font-style: italic;
}
.config-post .wp-block-image .wp-caption-text, .config-post .wp-caption .wp-caption-text {
  width: 100%;
  text-align: center;
  font-style: italic;
}
.config-post .alignleft {
  margin-left: -6.3041666667vw;
  margin-bottom: 0;
}
.config-post .alignright {
  margin-right: -6.3041666667vw;
  margin-bottom: 0;
}
.config-post ul {
  list-style-type: disc;
  margin-bottom: 2em;
}
.config-post ul li {
  margin-bottom: 1em;
}
.config-post img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.config-post iframe {
  display: block;
  margin-bottom: 2em;
}
.config-post .fluid-width-video-wrapper {
  margin-bottom: 2em;
}
.config-post .bloco-videos {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .config-post .bloco-videos {
    width: 100%;
  }
}
.config-post table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3em;
  border-bottom: 1px solid #CF0A2C;
}
.config-post table tr {
  border-top: 1px solid #CF0A2C;
}
.config-post table td {
  padding: 1.25em 0em;
  line-height: 1.3;
}

.news-destaques {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 4em);
  background-color: #fff;
}
@media screen and (max-width: 1099px) {
  .news-destaques {
    min-height: 95vh;
  }
}
.news-destaques .slide-home .container {
  width: 100%;
  min-height: calc(100vh - 4em);
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding-top: 6.57vw;
}
@media screen and (max-width: 1099px) {
  .news-destaques .slide-home .container {
    min-height: 95vh;
    padding-top: 10.8vw;
  }
}
.news-destaques .slide-home .container:before {
  display: none;
}
.news-destaques .slide-home .container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%);
}
.news-destaques .alinha-texto {
  position: relative;
  z-index: 50;
  width: 42.075vw;
  margin-right: 7.1541666667vw;
  padding-bottom: 6em;
}
@media screen and (max-width: 1099px) {
  .news-destaques .alinha-texto {
    margin-right: 0;
    width: 100%;
  }
}
.news-destaques .titulo-grande {
  width: 100%;
  margin-left: 6.3041666667vw;
  color: #CF0A2C;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1099px) {
  .news-destaques .titulo-grande {
    margin-left: 0;
    text-align: right;
  }
}
.news-destaques .bloco-vermelho {
  display: block;
  width: 100%;
  padding: 4em 6.3041666667vw;
  background-color: #CF0A2C;
  color: #fff;
  position: relative;
}
.news-destaques .bloco-vermelho .categ {
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1em;
}
.news-destaques .bloco-vermelho h2 {
  color: #fff;
  margin-bottom: 0.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-destaques .bloco-vermelho .resumo {
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 24.1895833333vw;
}
@media screen and (max-width: 1099px) {
  .news-destaques .bloco-vermelho .resumo {
    max-width: 100%;
  }
}
.news-destaques .bloco-vermelho .seta {
  height: 2.1em;
  width: 3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 4em;
  left: calc(100% - 6.3041666667vw);
}
@media screen and (max-width: 1099px) {
  .news-destaques .bloco-vermelho .seta {
    bottom: 0.5em;
    left: auto;
    right: 1em;
  }
}
.news-destaques .bloco-vermelho .seta svg {
  stroke: #fff;
  display: block;
  height: 2.1em;
  width: 1.05em;
  stroke-width: 0.2em;
}
.news-destaques .bloco-vermelho .seta::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2em;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 0.1em);
}
.news-destaques .bloco-vermelho:hover .seta {
  width: 5em;
}
.news-destaques .container-slideshow-home {
  position: relative;
}
.news-destaques .container-slideshow-home .dots {
  position: absolute;
  bottom: 3em;
  left: 0;
  width: 100%;
  padding-right: 13.8041666667vw;
}
.news-destaques .container-slideshow-home .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.8em;
}
.news-destaques .container-slideshow-home .slick-dots button {
  display: block;
  width: 4.2em;
  height: 0.4em;
  background-color: rgba(207, 10, 44, 0.2);
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.news-destaques .container-slideshow-home .slick-dots .slick-active button {
  background-color: #CF0A2C;
}

.news-principal .bloco-filtros {
  gap: 0.85vw;
  width: 72.3916666667vw;
  margin: 0 auto;
  padding-bottom: 5em;
}
@media screen and (max-width: 1099px) {
  .news-principal .bloco-filtros {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-bottom: 3em;
  }
}
.news-principal .select-estilizado {
  width: 20.6125vw;
}
@media screen and (max-width: 1099px) {
  .news-principal .select-estilizado {
    width: calc(50% - 0.85vw);
  }
}
.news-principal .modulo-busca {
  width: 27.05125vw;
}
@media screen and (max-width: 1099px) {
  .news-principal .modulo-busca {
    width: 100%;
  }
}
.news-principal .titulo-mais {
  font-weight: 600;
  text-transform: uppercase;
  color: #CF0A2C;
  margin-left: 6.3041666667vw;
  padding-bottom: 2em;
}
@media screen and (max-width: 1099px) {
  .news-principal .titulo-mais {
    margin-left: 0;
    padding-bottom: 1em;
  }
}
.news-principal .news-grid-noticias {
  padding-top: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6em 0.85vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1099px) {
  .news-principal .news-grid-noticias {
    gap: 2em;
  }
}
.news-principal .paginacao {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5em;
  gap: 1vw;
}
@media screen and (max-width: 1049px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .news-principal .paginacao {
    margin-top: 5em;
    gap: 4vw;
  }
}
.news-principal .paginacao .atual {
  color: #CF0A2C;
  text-decoration: underline;
}
.news-principal .paginacao a:hover {
  color: #CF0A2C;
}

.news-maislidas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  .news-maislidas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-maislidas .tema {
  display: block;
  text-transform: uppercase;
  color: #6D625A;
}
.news-maislidas h3 {
  color: #CF0A2C;
  line-height: 1.2;
  margin-block: 0.5em;
}
.news-maislidas .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 24.1895833333vw;
}
@media screen and (max-width: 1099px) {
  .news-maislidas .desc {
    max-width: 100%;
  }
}
.news-maislidas .seta {
  height: 2.1em;
  width: 3em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 4em;
  left: calc(100% - 6.3041666667vw);
}
.news-maislidas .seta svg {
  stroke: #CF0A2C;
  display: block;
  height: 2.1em;
  width: 1.05em;
  stroke-width: 0.2em;
}
.news-maislidas .seta::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2em;
  background-color: #CF0A2C;
  position: absolute;
  left: 0;
  top: calc(50% - 0.1em);
}
.news-maislidas .card-maislida {
  display: block;
  width: 42.075vw;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1099px) {
  .news-maislidas .card-maislida {
    width: 100%;
    margin-bottom: 2em;
  }
}
.news-maislidas .card-maislida .foto {
  width: 100%;
  height: 20em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1099px) {
  .news-maislidas .card-maislida .foto {
    height: 53vw;
  }
}
.news-maislidas .card-maislida .info {
  padding: 4em 6.3041666667vw;
  min-height: 20em;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .news-maislidas .card-maislida .info {
    min-height: 0;
    padding: 2em;
  }
}
.news-maislidas .card-maislida:hover .seta {
  width: 5em;
}
.news-maislidas .coluna-dir {
  width: 34.9208333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .news-maislidas .coluna-dir {
    width: 100%;
    display: block;
  }
}
.news-maislidas .card-reduz-maislida {
  display: block;
  width: 100%;
  border-bottom: 2px solid #CF0A2C;
  position: relative;
  padding-bottom: 4em;
}
@media screen and (max-width: 1099px) {
  .news-maislidas .card-reduz-maislida {
    padding-bottom: 2em;
    padding-top: 2em;
  }
  .news-maislidas .card-reduz-maislida .seta {
    display: none;
  }
}
.news-maislidas .card-reduz-maislida h3 {
  max-width: 27.7666666667vw;
}
@media screen and (max-width: 1099px) {
  .news-maislidas .card-reduz-maislida h3 {
    max-width: 100%;
  }
}
.news-maislidas .card-reduz-maislida .seta {
  bottom: 2em;
}
.news-maislidas .card-reduz-maislida:hover .seta {
  width: 5em;
}

.select-estilizado {
  overflow: hidden;
  position: relative;
}
.select-estilizado:before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 1em;
  color: #6D625A;
  width: 2em;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.select-estilizado select {
  font-family: "proxima-nova", "Calibri", "Lucida Grande", sans-serif;
  color: #6D625A;
  width: 100%;
  height: 2.5em;
  border: none;
  border-color: #6D625A;
  border-radius: 0px !important;
  border-bottom: 1px solid #6D625A;
  text-transform: uppercase;
  -webkit-appearance: none !important;
  border-radius: 0px !important;
}
.select-estilizado select option {
  color: #000;
  text-transform: none;
}

.modulo-busca {
  position: relative;
}
.modulo-busca input {
  font-family: "proxima-nova", "Calibri", "Lucida Grande", sans-serif;
  color: #6D625A;
  width: 100%;
  height: 2.5em;
  border: none;
  border-color: #6D625A;
  border-radius: 0px !important;
  border-bottom: 1px solid #6D625A;
  -webkit-appearance: none !important;
  border-radius: 0px !important;
}
.modulo-busca i {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.5em;
  padding-right: 0.25em;
}

.work-main {
  padding-top: calc(4.37vw + 11em);
}
.work-main.work-extra {
  padding-top: 4em;
  padding-bottom: 11em;
}
.work-main .titulo-pagina, .work-main .pagina-main h1, .pagina-main .work-main h1, .work-main .locations-capa h1, .locations-capa .work-main h1, .work-main .who-capa h1, .who-capa .work-main h1, .work-main .noticia-capa h1, .noticia-capa .work-main h1 {
  text-align: center;
  margin-bottom: 1em;
}
.work-main .bloco-filtros {
  gap: 0.85vw;
  width: 100%;
  padding-bottom: 5em;
}
.work-main .select-estilizado {
  width: 20.6125vw;
}
@media screen and (max-width: 1099px) {
  .work-main .select-estilizado {
    width: 100%;
  }
}
.work-main .results {
  text-align: center;
  margin-bottom: 2em;
  color: #CF0A2C;
}
.work-main .results strong {
  font-weight: 600;
}
.work-main .cards-jobs {
  width: 70.6916666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .work-main .cards-jobs {
    width: 100%;
  }
}
.work-main .cards-jobs > * + * {
  -webkit-margin-before: 4em;
          margin-block-start: 4em;
}
@media screen and (max-width: 1099px) {
  .work-main .cards-jobs > * + * {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}
.work-main .more-jobs {
  text-align: center;
}
.work-main .more-jobs a {
  text-transform: uppercase;
  color: #CF0A2C;
  letter-spacing: 0.1em;
  display: inline-block;
}
.work-main .more-jobs a:hover {
  border-bottom: 1px solid #CF0A2C;
}
.work-main .message {
  text-align: center;
  color: #CF0A2C;
  max-width: 49.2291666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .work-main .message {
    max-width: 100%;
  }
}
.work-main .message.msg-brazil {
  padding-block: 1.5em;
}
.work-main .message a {
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid #CF0A2C;
}
.work-main .message a:hover {
  text-decoration: none;
  color: #BE2B34;
  border-color: #BE2B34;
}

.card-job {
  width: 100%;
  -webkit-box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 4em 7.1541666667vw;
}
@media screen and (max-width: 1099px) {
  .card-job {
    padding: 2em 7.1541666667vw;
  }
}
.card-job .topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-job .type {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.card-job .location {
  display: block;
}
.card-job .jobtitle {
  color: #CF0A2C;
  font-weight: 300;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.card-job .controles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .card-job .controles {
    display: block;
  }
}
.card-job .mais {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #CF0A2C;
  border-bottom: 1px solid #CF0A2C;
  margin-bottom: 2em;
}
.card-job .botao-apply {
  display: block;
  background-color: #CF0A2C;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.5em 3em;
  text-align: center;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.card-job .botao-apply:hover {
  background-color: #BE2B34;
}
.card-job .description {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.card-job.show-description .description {
  max-height: 4000px;
}

.fundo-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1vw;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.fundo-modal.ativo {
  z-index: 500000;
  opacity: 1;
  visibility: visible;
}

.modal {
  width: 98%;
  max-width: 90vw;
  max-height: 100%;
  background-color: #ECEAE8;
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  padding: 3vw;
  overflow: auto;
}
@media screen and (max-width: 1100px) {
  .modal {
    max-height: 90%;
    padding: 10vw;
  }
}
.modal .modal-fechar {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  border-radius: 3em;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  fill: #CF0A2C;
}
.modal.modal-warning {
  width: 42.075vw;
  padding: 0;
  overflow: visible;
}
.modal.modal-warning h2 {
  color: #fff;
  background-color: #CF0A2C;
  font-weight: bold;
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1em;
  position: relative;
  margin-top: -1em;
}
.modal.modal-warning .texto-aviso {
  padding: 3em;
}

.bloco-formulario {
  width: 42.075vw;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .bloco-formulario {
    width: 100%;
  }
}
.bloco-formulario .titulo {
  font-weight: 600;
  text-align: center;
  color: #CF0A2C;
  margin-bottom: 1em;
}
.bloco-formulario .titulo a {
  pointer-events: none;
}
@media screen and (max-width: 1099px) {
  .bloco-formulario .titulo br {
    display: none;
  }
}
.bloco-formulario .campo-input {
  width: 100%;
  margin-bottom: 1em;
}
.bloco-formulario .campo-input input {
  width: 100%;
  height: 3em;
  line-height: 3em;
  font-family: "proxima-nova", "Calibri", "Lucida Grande", sans-serif;
  border: none;
  border-radius: 0.5em;
  padding-left: 10px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.bloco-formulario .campo-input label {
  text-align: center;
  color: #CF0A2C;
  display: inline-block;
  width: 100%;
}
.bloco-formulario .campo-upload {
  width: 100%;
  margin-bottom: 1em;
  text-align: center;
}
.bloco-formulario .campo-upload label {
  text-align: center;
  color: #CF0A2C;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
}
.bloco-formulario .campo-upload .wpcf7-form-control-wrap {
  margin: 0 auto;
  display: inline-block;
}
.bloco-formulario .campo-upload input {
  margin: 0 auto;
}
.bloco-formulario .campo-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 1em;
}
.bloco-formulario .campo-submit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bloco-formulario .campo-submit input {
  border: none;
  background-color: transparent;
  padding: 0 1em;
  margin: 0;
  font-family: "proxima-nova", "Calibri", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  border: 1px solid #CF0A2C;
  background-color: #CF0A2C;
  height: 3em;
  left: 3em;
  border-radius: 0.5em;
}
.bloco-formulario .campo-submit input:hover {
  background-color: #fff;
  color: #CF0A2C;
}

.check-modelo {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.check-modelo:hover {
  opacity: 0.2;
}
.check-modelo img {
  display: block;
  width: 100%;
}

.pagina-main h1 {
  font-weight: 600;
}
.pagina-main .desc-main {
  width: 35.63625vw;
}
@media screen and (max-width: 1099px) {
  .pagina-main .desc-main {
    width: 100%;
  }
}
.pagina-main .coluna-10 {
  margin: 0 auto;
}