@font-face {
  font-family: 'votorantim_sansregular';
  src: url('../fonts/VotorantimSans-Regular.eot');
  src: url('../fonts/VotorantimSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/VotorantimSans-Regular.woff2') format('woff2'), url('../fonts/VotorantimSans-Regular.woff') format('woff'), url('../fonts/VotorantimSans-Regular.ttf') format('truetype'), url('../fonts/VotorantimSans-Regular.svg#votorantim_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'votorantim_sansmedium';
  src: url('../fonts/VotorantimSans-Medium.eot');
  src: url('../fonts/VotorantimSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/VotorantimSans-Medium.woff2') format('woff2'), url('../fonts/VotorantimSans-Medium.woff') format('woff'), url('../fonts/VotorantimSans-Medium.ttf') format('truetype'), url('../fonts/VotorantimSans-Medium.svg#votorantim_sansmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'votorantim_sanslight';
  src: url('../fonts/VotorantimSans-Light.eot');
  src: url('../fonts/VotorantimSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/VotorantimSans-Light.woff2') format('woff2'), url('../fonts/VotorantimSans-Light.woff') format('woff'), url('../fonts/VotorantimSans-Light.ttf') format('truetype'), url('../fonts/VotorantimSans-Light.svg#votorantim_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'votorantim_sansbold';
  src: url('../fonts/VotorantimSans-Bold.eot');
  src: url('../fonts/VotorantimSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/VotorantimSans-Bold.woff2') format('woff2'), url('../fonts/VotorantimSans-Bold.woff') format('woff'), url('../fonts/VotorantimSans-Bold.ttf') format('truetype'), url('../fonts/VotorantimSans-Bold.svg#votorantim_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.banner {
  position: relative;
  height: 100vh;
  padding: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.5)), url("../images/home-ivcm.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content {
  height: 100vh;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;

}

.banner-title {
  font-family: 'votorantim_sansregular';
  color: var(--color-white);
  margin-top: 17%;
  position: relative;
}

.banner-title h1 {
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 24px;
  font-weight: 800;
  color: #B4DC32;
}

.years {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 273px;
  height: 43px;
  color: grey;
  background: linear-gradient(45deg, black, transparent);
  margin-left: 53px;
}

.years>p {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollnextsection {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 99;
}

.years {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 16px;
  width: 273px;
  height: 43px;
  color: grey;
}

.years>.active {
  color: white
}

.years>a>.active {
  color: white
}

.years p:hover {
  transition: ease 0.5s;
  color: white;
  cursor: pointer;
}

.years p {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 20px;
  gap: 8px;
  width: 81px;
  height: 43px;
  border: 1px solid;
  border-radius: 3px;
}

.years a {
  color: gray
}

.years a:hover {
  transition: ease 0.5s;
  color: white;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .banner-content {
    background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.5)), url("../images/home-background.png");
    min-height: calc(100vh - 310px);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-title {
    font-family: 'votorantim_sansregular';
    color: var(--color-white);
    margin-top: 40%;
    position: relative;
  }

  .home-subtitle {
    font-size: 16px;
  }
}

/*** HOME SCREEN ***/

.home-content {
  width: 100%;
  background-size: 70%;
  position: relative;
  background-color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.home-title {
  font-family: 'votorantim_sansregular';
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.16px;
  color: var(--color-votorantim-blue);
  padding-bottom: 8px;
  margin-bottom: 10px;
  text-align: left;
}

.home-subtitle {
  color: var(--color-green-dark);
  font-family: 'votorantim_sansregular';
  font-size: 24px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 0.16px;
  color: var(--color-green-dark);
  padding-bottom: 56px;
}

.home-text-content p,
.home-text-content ul,
.home-text-content li {
  color: var(--color-green-dark);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'votorantim_sansregular';
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.home-text-content p strong {
  font-family: 'votorantim_sansbold';
}

.home-text-content a {
  background: var(--color-votorantim-blue);
  color: var(--color-cloudy);
  font-family: 'votorantim_sansregular';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  border-radius: 6px;
  margin-top: 30px;
  display: inline-block;
  /* margin-bottom: 90px; */
}

.home-text-content a:hover {
  background: #0D45E5;
}

.home-text-content a div {
  display: flex;
  vertical-align: middle;
  flex-direction: row;
}

.home-text-content .home-image {
  margin-left: 50px;
}

.nota-tecnica a {
  background: var(--color-votorantim-blue);
  color: var(--color-cloudy);
  font-family: 'votorantim_sansregular';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 12px 24px;
  border-radius: 6px;
  margin-top: 30px;
  display: inline-block;
  /* margin-bottom: 90px; */
}

.nota-tecnica a:hover {
  background: #0D45E5;
}

.nota-tecnica a div {
  display: flex;
  vertical-align: middle;
  flex-direction: row;
}

.nota-tecnica .home-image {
  margin-left: 50px;
}

.go-home,
.menu-dropdown {
  font-size: 20px;
  line-height: 23px;
  text-align: right;
  color: #231F20;
}

.home-button {
  color: var(--color-green-dark);
  cursor: pointer;
  font-family: 'votorantim_sansbold';
  font-size: 14px;
  line-height: 16px;
  padding: 36px 28px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  background-color: var(--color-white);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 20px 0px;
  height: calc(100vw / 4.27);
  width: calc(100vw / 3.8);
}

.home-button:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--color-yellow);
}

.home-content-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border: solid;
  border-color: lightgray;
  border-width: thin;
  margin: 20px;
  width: auto;
  margin-left: 0px;
  margin-right: 20px;
}

.home-content .texto-negrito {
  color: #212121
}

.home-content-card span {
  text-align: center;
  width: 100%;
  padding-bottom: 35px;
  margin-top: 16px;
  color: #212121;
  font-family: 'votorantim_sansmedium';
  font-size: 24px;
}

header .home-content-card {
  flex-direction: row;
}

header .home-content-card span {

  padding-bottom: 0;
}

.home-content-card img {
  height: 50px
}

.home-button.go-estrutura-mid img {
  height: 90px;
}

.home-button.go-state img {
  height: 90px;
}

.home-button.go-heat-map img {
  height: 90px;
}

.home-button-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home-button-content .mountain {
  align-content: center;
  grid-column: span 3;
  display: flex;
  justify-content: flex-end;
}

.home-button-content .mountain img {
  display: block;
  margin-bottom: -1px;
}

.home-buttons {
  background-color: #ECECEC;
  opacity: 0.88;
  padding: 80px 88px;
}

.dados-ivcm {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.title.home-text-content.flex-row.d-flex {
  margin-top: 20px;
}

.home-text-content p,
.home-text-content ul,
.home-text-content li {
  margin-top: 35px;
}

p.end-description-ivcm {
  margin-bottom: -30px;
}

@media only screen and (max-width: 780px) {
  .home-button-content {
    display: grid;
    grid-template-columns: 1fr;
    align-self: center;
    width: 100%;
  }

  .home-title {
    font-family: 'votorantim_sansregular';
    font-size: 27px;
    line-height: 42px;
    letter-spacing: 0.16px;
    color: var(--color-votorantim-blue);
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-align: left;
  }

  .home-content-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: solid;
    border-color: lightgray;
    border-width: thin;
    margin: 20px;
    width: auto;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: auto;
  }
}

@media only screen and (max-width: 1110px) {
  .home-content-card span {
    text-align: center;
    width: 100%;
    padding-bottom: 35px;
    margin-top: 16px;
    color: #212121;
    font-family: 'votorantim_sansmedium';
    font-size: 20px;
  }
}

h5.subtitulo {
  font-size: 24px;
  line-height: 1.6;
}

@media only screen and (max-width: 550px) {
  .home-title {
    font-family: 'votorantim_sansregular';
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.16px;
    color: var(--color-votorantim-blue);
    padding-bottom: 8px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 25px;
  }

  .home-content-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: solid;
    border-color: lightgray;
    border-width: thin;
    margin: 20px;
    width: auto;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: auto;
  }
}

#mid-structure {
  position: relative;
  overflow: hidden;
}

#mid-structure .title {
  padding-top: 39px;
  font-family: 'votorantim_sansbold';
}

.mid-text-content {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin: 0 0 30px 0;
  flex-direction: row;
  position: relative;
  width: 100%;
  z-index: 10;
}

.mid-text-content .mid-structure-chart {
  display: flex;
  width: 40%;
}

#mid-structure .accordion {
  width: 100%;
}

#mid-structure .accordion .card-header button {
  padding: 12px 16px;
}

#mid-structure .accordion>div .card-body {
  width: calc(100% - 32px);
}

#mid-structure .accordion>div .card-body p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 24px;
  color: var(--color-gray-dark);
}

#mid-structure .accordion>div .card-body .indicadores strong {
  font-size: 14px;
  line-height: 14px;
}

#mid-structure .accordion>div .card-body .indicadores p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: var(--color-gray-dark);
  font-family: 'votorantim_sansregular';
  margin: 0;
}

#mid-structure .accordion>div .card-body>.indicadores {
  background-color: var(--color-background-card);
}

#mid-structure .accordion>div .card-body div[data-parent] .indicadores {
  background-color: var(--color-background-card2);
}

/*** Mid ***/

#mid-structure ul {
  padding-left: 20px;
}

#mid-structure ol {
  /* list-style: none; */
  /* counter-reset: my-awesome-counter; */
  padding-left: 0px;
  margin-left: 20px;
}

#mid-structure ol li {
  /* counter-increment: my-awesome-counter; */
  color: var(--color-gray-dark);
}

#mid-structure ol li::before {
  /* content: counter(my-awesome-counter) ". "; */
  color: var(--color-gray-dark);
  font-weight: bold;
}

#mid-structure ol li strong {
  font-family: 'votorantim_sansbold';
}


/*** Fraction ***/

#mid-structure sup {
  top: 0.5em;
}

#mid-structure .fraction {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em 0.4ex;
  text-align: center;

  &>span {
    display: block;
    padding-top: 0.15em;
  }

  & span {
    &.fdn {
      border-top: thin solid black;
    }

    &.bar {
      display: none;
    }
  }
}

.mid-text-content .mid-text {
  display: block;
  width: 100%;
}

.mid-text-content .mid-text p {
  color: var(--color-gray-dark);
  display: block;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.mid-text-content strong {
  font-family: 'votorantim_sansbold';
}

#mid-structure .accordion {
  display: block;
  width: 100%;
}

#mid-structure .accordion .card {
  border: none;
  border-radius: 0;
  box-shadow: 0px 8px 16px var(--color-shadow);
  margin: 0 0 8px;
}

#mid-structure .accordion .card-header {
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

#mid-structure .accordion .card-header button {
  align-items: center;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  width: 100%;
}

#mid-structure .accordion .card-header button:hover {
  text-decoration: none;
}

#mid-structure .accordion .card-header button span {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-family: 'votorantim_sansbold';
  font-size: 24px;
  justify-content: flex-start;
  line-height: 32px;
  padding: 0 0 0 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  white-space: break-spaces;
  font-size: 20px;
  line-height: 28px;
}

#mid-structure .accordion .card-header button span:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

#mid-structure .accordion .card:nth-child(1) .card-header button,
#mid-structure .accordion .card:nth-child(1) .card-body .indicadores svg {
  color: var(--color-votorantim-blue);
}

#mid-structure .accordion .card:nth-child(2) .card-header button,
#mid-structure .accordion .card:nth-child(2) .card-body .indicadores svg {
  color: var(--color-red);
}

#mid-structure .accordion .card:nth-child(3) .card-header button,
#mid-structure .accordion .card:nth-child(3) .card-body .indicadores svg {
  color: var(--color-yellow-ivcm);
}

#mid-structure .accordion .card:nth-child(4) .card-header button,
#mid-structure .accordion .card:nth-child(4) .card-body .indicadores svg {
  color: var(--color-green-ivcm);
}

#mid-structure .accordion .card:nth-child(5) .card-header button,
#mid-structure .accordion .card:nth-child(5) .card-body .indicadores svg {
  color: var(--color-orange-ivcm);
}

#mid-structure .accordion .card:nth-child(6) .card-header button,
#mid-structure .accordion .card:nth-child(6) .card-body .indicadores svg {
  color: var(--color-light-blue-ivcm);
}

.card-header button span {
  color: currentColor;
}

.card-header button span:before {
  background-color: currentColor;
}

#mid-structure .accordion .card-header button small {
  color: var(--color-gray-dark);
  font-size: 14px;
  line-height: 24px;
  font-family: 'votorantim_sanslight';
  opacity: 0.87;
}

#mid-structure .accordion>div .card-body ol {
  margin-left: 40px;
}

#mid-structure .accordion>div .card-body b {
  font-family: 'votorantim_sansbold';
}

#mid-structure .accordion>div .card-body {
  border-top: 1px solid var(--color-gray-light);
  margin: 0;
  padding: 16px 0;
  width: 100%;
}

#mid-structure .accordion>div .card-body strong {
  color: var(--color-gray-dark);
  display: block;
  font-family: 'votorantim_sansmedium';
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  margin: 24px 0 24px 24px;
}

#mid-structure .accordion>div .card-body .indicadores[data-toggle='collapse'] {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
}

#mid-structure .accordion>div .card-body .indicadores {
  display: block;
  padding: 8px 24px;
  margin-top: 1px;
}

#mid-structure .accordion>div .card-body .indicadores .indicadores-title {
  color: var(--color-green-dark);
  font-family: 'votorantim_sansmedium';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 6px;
  letter-spacing: 0.16px;
}

#mid-structure .accordion>div .card-body .indicadores .indicadores-title small {
  display: block;
  font-family: 'votorantim_sansregular';
  color: var(--color-gray-dark);
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.16px;
  opacity: 0.87;
}

#mid-structure .accordion>div .card-body .indicadores strong {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 8px
}

#mid-structure .accordion>div .card-body .indicadores small {
  color: var(--color-gray-dark);
  font-size: 12px;
  line-height: 12px;
  opacity: 0.5;
  letter-spacing: 0.16px;
}

#mid-structure .home-subtext p {
  padding-top: 32px;
}

@media only screen and (max-width: 992px) {
  .mid-text-content {
    flex-direction: column;
  }

  .mid-text-content .mid-text {
    display: block;
    width: 100%;
  }

  .mid-text-content .mid-structure-chart {
    width: 100%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #mid-structure ol {

    /* counter-reset: my-awesome-counter; */
    padding-left: 0px;
    margin-left: 20px;
  }

  #mid-structure .accordion .card-header button span {
    font-size: 16px;
    line-height: 28px;
  }

  #mid-structure .home-subtext p {
    padding-bottom: 32px;
  }
}

/* VARIABLES */

:root {
  --color-background: #E5E5E5;
  --color-background-modal: rgba(0, 0, 0, 0.75);
  --color-black: #424242;
  --color-gray: #9E9E9E;
  --color-gray-light: #D7D7DD;
  --color-gray-dark: #38393A;
  --color-gray-bold: #616161;


  --color-shadow: rgba(0, 0, 0, 0.15);
  --color-cloudy: #F5F5F5;
  --color-white: #FFFFFF;
  --color-background-card: rgba(21, 53, 46, 0.03);
  --color-background-card2: rgba(21, 53, 46, 0.06);

  /* new colors */
  --color-green-dark: #212121;
  --color-brown: #655046;
  --color-brown-light: #FBE7CD;
  --color-green: #006B2D;
  --color-green-light: #76B729;
  --color-green-lighter: #9BC74C;
  --color-green-ivcm: #006B2D;
  --color-yellow: #F4BC2D;
  --color-yellow-ivcm: #B58202;
  --color-orange: #F79431;
  --color-orange-ivcm: #FF700D;
  --color-orange-dark: #E8672E;
  --color-red: #D34029;
  --color-votorantim-blue: #0000BF;
  --color-ivcm-blue: #0D45E5;
  --color-light-blue-ivcm: #2385CF;
  --color-votorantim-light-blue: #E0E0F7;
  --color-votorantim-map:#D6D6DC;
  --color-votorantim-green:#B4DC32;
  --color-votorantim-gray:#616161
  --color-votorantim-graph1:#0C46E6;
  --color-votorantim-graph2:#2EA3DF;
  --color-votorantim-graph3:#40D3D7;


}

/* Cores do indice MID */
.text_verde {
  color: var(--color-green) !important;
}

.text_verde_claro {
  color: var(--color-green-lighter) !important;
}

.text_amarelo {
  color: var(--color-yellow) !important;
}

.text_laranja {
  color: var(--color-orange) !important;
}

.text_vermelho {
  color: var(--color-red) !important;
}

.bg_verde {
  background-color: var(--color-green);
}

.bg_verde_claro {
  background-color: var(--color-green-lighter);
}

.bg_amarelo {
  background-color: var(--color-yellow);
}

.bg_laranja {
  background-color: var(--color-orange);
}

.bg_vermelho {
  background-color: var(--color-red);
}
.nav-color{
  color: var(--color-votorantim-blue) !important;
}

/*** RESET ***/

.tooltip-heat-map {
  background: var(--color-white);
  border: 0px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px var(--color-shadow);
  color: var(--color-green);
  padding: 8px;
  position: absolute;
  pointer-events: none;
}

html {
 height: 100vh;
}

body {
  background: none;
  color: var(--color-black);
  counter-reset: my-counter;
  font-family: 'votorantim_sansregular' !important;
  font-size: 15px;
  letter-spacing: 0.16px;
  line-height: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.hidden {
  display: none;
}

.paddingX {
  padding-left: 56px;
  padding-right: 56px;
  margin-bottom: 32px;
}

.sombreado.paddingX {
  background-image: linear-gradient(to bottom, #e9e9e9, #FFFFFF, #FFFFFF, #FFFFFF, #FFFFFF);
}

a:hover {
  text-decoration: none;
}

section#mid-structure {
  display: inline-table;
}

section#compare {
  min-height: 78vh;
}

/*** HEADER ***/

header {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: #e9e9e9;
}

header #voltar {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

header #voltar span {
  color: var(--color-white);
  font-family: 'votorantim_sanslight';
  font-size: 15px;
}

.mobile-menu {
  background: unset;
  background-color: var(--color-white);
  /* border: 1px solid #0000BF; */
}

.menu-button {
  padding: 18px 36px;
}

.icon-menu {
  cursor: pointer;
  padding-right: 0;
  color: var(--color-votorantim-blue);

}

.dropdown-menu-custom {
  left: -310px;
  width: 381px;
}

.dropdown-menu-custom a {
  white-space: break-spaces;
  font-family: 'votorantim_sansbold';
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--color-gray-dark);
}

#watermark-image img {
  width: 260px;
  height: 260px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}

/*** FOOTER ***/

footer {
  font-family: 'votorantim_sansbold';
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--color-votorantim-mgr);
  color: var(--color-green-dark);
  border-top: 1px solid #AEACA1;
}

.logo-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-votorantim-blue);
  margin-right: 20px;
  margin-left: 10px;
}

footer.blur {
  filter: blur(2px);
}

.gradiant {
  height: 3vh;
  background: linear-gradient(to right, #0E7AE3, #BDD73C);
  padding: 0;
}

footer small {
  padding: 10px 25px;
  text-align: justify;
}

footer>div {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 32px;
  width: 100%;
}

.footer-text {
  max-width: 567px;
}

.footer-text>h2 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.16px;
}

.footer-text p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
}

.footer-images {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

/* footer>div:not(:first-child) {
  border-top: 1px solid var(--color-black);
} */

footer>div span {
  font-family: 'votorantim_sansmedium';
  font-size: 14px;
  line-height: 24px;
  color: var(--color-gray-bold);
  margin-right: 24px;
}

.direitos-autorais {
  color: var(--color-ivcm-blue);
}

.footer-span {

  color: var(--color-ivcm-blue);
  margin: 0;
}

.footer-fale-conosco {
  padding: 0;

}

footer .fale-conosco p {
  color: var(--color-gray-bold);
}

footer>div .logos {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}


footer>div .logos.l2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}


footer>div .logos.l2>div {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 44%;
}

footer>div .logos.l2>div span {
  font-family: 'votorantim_sansregular';
  font-size: 16px;
  margin: 0 auto 12px;
  text-align: center;
}

footer>div .logos img {
  width: 135px;
  margin-left: 19px;
  padding-bottom: 4px;
  padding-top: 4px;
}

.under-border {
  border-bottom: 1px solid var(--color-gray-light);
  margin-top: -30px;
}

.under-border-realizacao {
  border-bottom: none;
}

footer>div .logos img.w80 {
  width: 80px;
}

footer>div .logos img.w100 {
  width: 100px;
}

footer>div .logos img.w250 {
  width: 250px;
}

footer>div .logos img.w88 {
  width: 88px;
}

footer>div .logos img.w62 {
  width: 62px;
}

footer>div .logos img.w34 {
  width: 34px;
}

footer>div .logos img.w72 {
  width: 72px;
}

.footer.paddingX.d-flex.flex-column {
  background-color: #F5F4EE;
  margin-bottom: 0;
}

/*** TITLE ***/

.title {
  align-items: center;
  color: var(--color-green-dark);
  display: flex;
  flex-direction: row;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 60px;
  position: relative;
  width: 100%;
}

.comparativo.title.t2.pt-5.mb-2 {
  align-items: center;
  color: var(--color-green-dark);
  display: flex;
  flex-direction: row;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 60px;
  position: relative;
  width: 100%;
  justify-content: center;
}

.choice-municipality {
  display: none;
}

/*** MAPA ***/

.search-content .map {
  display: block;
  height: 460px;
  position: absolute;
  right: -250px;
  top: -175px;
  width: 520px;
}

.svg__mapa a {
  text-decoration: none;
  /* fill: var(--color-votorantim-map);  */

}

.svg__mapa a:hover {
  cursor: pointer;
  text-decoration: none;
}

.svg__mapa a:hover path {
  fill: var(--color-votorantim-blue) !important;
}

.st1 {
  fill: var(--color-votorantim-blue) ;
  stroke: var(--color-white);
  stroke-width: 3;
}

.st2 {
  fill: var(--color-votorantim-blue) ;
  stroke: var(--color-white);
  stroke-width: 0;
}

/*** STATE SCREEN ***/

#state .title {
  padding-top: 39px;
  z-index: 10;
  margin-top: 0;
}

.state-content {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  position: relative;
}

.state-content h5 {
  color: var(--color-gray-dark);
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.state-content .map-content {
  display: block;
  position: relative;
  width: 60%;
}

.state-content .map-content .brasil {
  display: block;
  width: 100%;
}

.map {
  margin-bottom: 32px;
}

.state-content .state-search-content {
  display: block;
  width: 35%;
}

.state-content .custom-search {
  display: block;
  margin: 0 0 0 20px;
  width: 100%;
}

.state-content .custom-search h1 {
  color: var(--color-blue);
  display: block;
  font-family: 'votorantim_sansmedium';
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
}

.state-content .custom-search h2 {
  color: var(--color-gray-dark);
  display: block;
  font-family: 'votorantim_sansregular';
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.5;
  padding-bottom: 16px;
}

.state-content .custom-search h6 {
  color: var(--color-gray-dark);
  display: block;
  font-family: 'votorantim_sansregular';
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 4px;
}

.state-content .custom-search .input-content {
  background: var(--color-white);
  border-radius: 3px;
  position: relative;
  width: 100%;
}


.state-content .custom-search .input-content .twitter-typeahead {
  border-radius: 6px;
  height: 100%;
  width: 100%;
}

.state-content .custom-search .input-content .twitter-typeahead input {
  border: none;
  display: block;
  height: 56px;
  outline: none;
  padding: 0 24px;
  width: 100%;
}

.state-content .custom-search .input-content img {
  display: block;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 18px;
  width: 24px;
}

.state-content .custom-search .input-content .twitter-typeahead .tt-menu {
  padding: 12px 0 0;
  width: 100%;
}

.state-content .custom-search .input-content .twitter-typeahead .tt-menu .tt-suggestion {
  border-color: var(--color-cloudy);
  color: var(--color-black);
  display: block;
  font-family: 'votorantim_sansregular';
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}

.state-content .custom-search .input-content .twitter-typeahead .tt-menu .tt-suggestion:hover {
  background: url(../images/icons/icon-arrow-right-short.svg) no-repeat right center;
  color: var(--color-green-dark);
  cursor: pointer;
}

.state-content .stripes {
  display: block;
  position: absolute;
  top: 0;
  right: -56px;
}



/*** COMPARE ***/

#compare {
  position: relative;
}

#compare:before {
  content: '';
  background-color: var(--color-white);
  z-index: -2;
  height: 100%;
  width: 100%;
  position: absolute;
}

#compare .paddingX>.title {
  margin: 0;
  padding-top: 40px;
}

#compare .paddingX>.subtitle {
  margin-bottom: 60px;
}

#compare .title .go-estrutura-mid {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 32px;
  justify-content: center;
  margin: 0 0 0 16px;
  min-width: 32px;
  width: 32px;
}

#compare .municipalities-area-container {
  display: block;
  position: relative;
  width: 100%;
  z-index: 10;
}

#compare .municipalities-area-container .arrow-left,
#compare .municipalities-area-container .arrow-right {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: 40px;
  justify-content: center;
  left: 5px;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#compare .municipalities-area-container .arrow-right {
  left: auto;
  right: 5px;
}

#compare .municipalities-area-container>a img {
  display: block;
  height: 32px;
  width: 32px;
}

#compare .municipalities-area-container .steps {
  align-items: center;
  display: none;
  flex-direction: row;
  justify-content: center;
  padding: 12px 0 24px;
}

#compare .municipalities-area-container .steps span {
  background-color: var(--color-gray-light);
  display: block;
  height: 8px;
  margin: 0 12px;
  transition: all linear .25s;
  width: 16px;
}

#compare .municipalities-area-container .steps span.active {
  background-color: #0000BF;
}

#compare .municipalities-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  transition: all linear .25s;
  transform: translateX(0);
  width: 100%;
  /* padding-left: 56px;
  padding-right: 56px;
  margin-bottom: 32px; */
}

#compare .municipalities-area-fonte {
  color: var(--color-gray);
  display: block;
  font-size: 12px;
  line-height: 20px;
  margin: 24px 0;
  text-align: center;
  width: 100%;
}

#compare .box-template {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#compare .box-template .header {
  align-items: flex-start;
  counter-increment: my-counter;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 0 24px;
  padding: 0 0 0 60px;
  position: relative;
  width: 100%;
  min-height: 64px;
}

#compare .box-template .header:before {
  align-items: center;
  border: 2px solid var(--color-votorantim-blue);
  border-radius: 50%;
  color: var(--color-votorantim-blue);
  display: flex;
  content: counter(my-counter);
  font-family: 'votorantim_sansbold';
  font-size: 24px;
  height: 48px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 7px;
  width: 48px;
}

#compare .box-template .header .title {
  color: var(--color-blue);
  display: block;
  font-family: 'votorantim_sansmedium';
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 8px 0;
  text-transform: uppercase;
  width: 100%;
}

#compare .box-template .header .title:before {
  display: none;
}

#compare .box-template .header .subtitle {
  color: var(--color-gray-dark);
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.16px;
  margin: 0;
  width: 100%;
}

#compare .box-template .content {
  background: var(--color-white);
  box-shadow: 0px 8px 16px var(--color-shadow);
  display: block;
  min-height: 600px;
  padding: 24px;
  position: relative;
  width: 100%;
}

#compare .box-template .content .actions {
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
}

#compare .box-template .content .actions button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
}

#compare .box-template .content .actions .remover {
  display: block;
  height: 16px;
  width: 16px;
}

#compare .box-template .group-template h4 {
  color: var(--color-blue);
  display: block;
  font-family: 'votorantim_sansmedium';
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  margin: 0 0 4px;
}

#compare .box-template .group-template h5 {
  color: var(--color-gray);
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

#compare .box-template .group-template ul {
  display: block;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

#compare .box-template .group-template ul li {
  align-items: center;
  border-bottom: 1px solid var(--color-white);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 30px 8px 0;
  width: 100%;
}

#compare .box-template .group-template ul li span:first-child {
  display: block;
  font-size: 11px;
  line-height: normal;
  margin: 0 16px 0 0;
  color: var(--color-gray-dark);
}

#compare .box-template .group-template ul li span:last-child {
  color: var(--color-blue-bic);
  display: block;
  font-family: 'votorantim_sansmedium';
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap;
}

.arrow-down-accordion {
  transition: all 0.3s ease;
  min-width: 24px;
  min-height: 24px;
}

.btn-nav-accordion[aria-expanded="true"] .arrow-down-accordion,
.indicadores[aria-expanded="true"] .arrow-down-accordion {
  transform: rotate(180deg);
}

#compare .box-template .accordion {
  display: block;
}

#compare .box-template .accordion .card {
  background: none;
  border: none;
  border-bottom: 1px solid var(--color-cloudy);
  border-radius: 0;
}

#compare .box-template .accordion .card .card-header {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

#compare .box-template .accordion .card li[data-toggle='collapse'] {
  background: url(../images/icons/icon-arrow-down-alt2.svg) no-repeat center right;
  padding: 8px 30px 8px 0;
}

#compare .box-template .accordion .card li[data-toggle='collapse'][aria-expanded="true"] {
  transition: all 0.3s ease;
  background: url(../images/icons/icon-arrow-up-alt2.svg) no-repeat center right;
}

#compare .box-template .accordion .card .card-header button {
  align-items: center;
  background: url(../images/icons/icon-arrow-down-alt2.svg) no-repeat center right;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: row;
  font-size: 11px;
  justify-content: space-between;
  line-height: 20px;
  padding: 8px 30px 8px 0;
  text-align: left;
  width: 100%;
  color: var(--color-gray-dark);
}

#compare .box-template .accordion .card .card-header button[aria-expanded="true"] {
  transition: all 0.3s ease;
  background: url(../images/icons/icon-arrow-up-alt2.svg) no-repeat center right;
}

#compare .box-template .accordion .card .card-header button[aria-expanded="true"] path {
  transform: rotate(180deg);
}

#compare .box-template .accordion .card .card-header button span:last-child {
  color: var(--color-blue-bic);
  font-family: 'votorantim_sansmedium';
}

#compare .box-template .accordion .card ul {
  background-color: var(--color-background-card);
  margin: 0 0 0 -24px;
  padding: 0 24px;
  width: calc(100% + 48px);
}

#compare .box-template.empty .header {
  opacity: 0.2;
}

#compare .box-template.empty .header:before {
  border: 2px solid var(--color-gray-dark);
  color: var(--color-gray-dark);
}

#compare .box-template.empty .header .title {
  background-color: var(--color-gray-dark);
  height: 24px;
  margin: 8px 0;
  width: 70%;
}

#compare .box-template.empty .header .subtitle {
  background-color: var(--color-gray-dark);
  height: 12px;
  margin: 0 0 12px;
  width: 40%;
}

#compare .box-template.empty .content {
  height: 100%;
}

#compare .box-template.empty .actions {
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#compare .box-template.empty .actions .add {
  margin: 0 auto;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

#compare .box-template.empty .actions .compare-past {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-top: 44px;
}

#compare .box-template.empty .actions .compare-past ul {
  text-align: center;
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
  display: inline-grid;
}

#compare .municipalities-compare-list li {
  cursor: pointer;
  margin-bottom: 12px;
  color: var(--color-gray-dark);
  font-family: 'votorantim_sansmedium';
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 14px;
}

#compare .box-template.empty .actions .add img {
  display: block;
  margin: 0 auto 4px;
}

#compare .graphs-area {
  display: block;
  margin: 32px 0 0;

}

#compare .graphs-area-content {
  padding-left: 56px;
  padding-right: 56px;
}

#compare .compare-init-content {
  background-color: var(--color-cloudy);
}

#compare .graphs-area h2 {
  color: var(--color-blue);
  display: block;
  font-family: 'votorantim_sansmedium';
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 8px;
  text-align: center;
  width: 100%;
}

#compare .horizontal-graphs {
  display: block;
  margin: 0 0 32px;
}

#compare .horizontal-graphs h5 {
  font-family: 'votorantim_sansmedium';
  font-size: 11px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 4px;
}

#compare .horizontal-graphs .progress {
  margin: 0 0 8px;
}

#compare .custom-select-content {
  border-radius: 5px;
  display: block;
  margin: 0 auto 32px;
  text-align: center;
  position: relative;
  max-width: 530px;
}

#compare .custom-select-content select {
  color: var(--color-blue);
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  font-family: 'votorantim_sansmedium';
  font-size: 18px;
  font-weight: normal;
  line-height: 32px;
  outline: none;
  padding: 0;
  width: 100%;
  z-index: 2;
  text-align: center;
}

#compare .custom-select-content img {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: -1;
}

#compare .vertical-graph-content {
  display: grid;
  grid-gap: 42px;
  width: 100%;
}

#compare .vertical-graph-content.g1 {
  grid-template-columns: repeat(1, 1fr);
}

#compare .vertical-graph-content.g2 {
  grid-template-columns: repeat(2, 1fr);
}

#compare .vertical-graph-content.g3 {
  grid-template-columns: repeat(3, 1fr);
}

#compare .vertical-graph-content.g5 {
  grid-template-columns: repeat(5, 1fr);
}

#compare .vertical-graph-content .vertical-graph {
  display: block;
  height: 300px;
  width: 100%;
}

#compare .vertical-graph-content .vertical-graph canvas {
  height: 100% !important;
  width: 100% !important;
}

#compare .vertical-graph-content .vertical-graph>div h1 {
  display: block;
  color: var(--color-blue);
  font-family: 'votorantim_sansmedium';
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 15px;
  line-height: 22px;
}

#compare .vertical-graph-content .vertical-graph>div label {
  margin: 0;
  display: block;
}

#compare .graph-legend {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 16px 0;
  width: 100%;
  margin-bottom: 32px;
}

#compare .graph-legend span {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  font-size: 11px;
  justify-content: flex-start;
  line-height: 20px;
  position: relative;
}

#compare .graph-legend span:before {
  content: '';
  display: block;
  height: 8px;
  margin: 5px 4px 0 0;
  width: 12px;
}

#compare .graph-legend span:not(:first-child) {
  margin: 0 0 0 8px;
}

#compare .graph-legend span:nth-child(1):before {
  background-color: #0C46E6;
}

#compare .graph-legend span:nth-child(2):before {
  background-color: #2EA3DF;
}

#compare .graph-legend span:nth-child(3):before {
  background-color: #40D3D7;
}

#compare .bottom-right {
  bottom: 0;
  right: 0;
}

#compare.blur {
  filter: blur(2px);
}

#compare b {
  font-family: 'votorantim_sansbold';
}

#page-header.blur {
  filter: blur(2px);
}

/*** HEAT-MAP ***/

#heat-map .title {
  padding-top: 39px;
  z-index: 10;
  margin-top: 0;
}

.heat-map-content {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

.heat-map-content .map {
  display: block;
  position: relative;
  width: 60%;
}

.heat-map-content>small {
  margin: 20px 0;
}

.heat-map-content .map .loading {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.heat-map-content .map .loading.show {
  display: flex;
}

.heat-map-content .map .loading img {
  width: 100px;
}

#heat-map .heat-map-search-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 20px;
  width: 100%;
}

#heat-map .heat-map-search-content>div:not(:first-child) {
  margin: 0 0 0 15px;
}

#heat-map .heat-map-search-content h3 {
  color: var(--color-white);
  display: block;
  font-family: 'votorantim_sansbold';
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  margin: 0 0 24px;
  width: 100%;
}

#heat-map .custom-select-content {
  display: block;
  width: 100%;
}

#heat-map .regiao-select {
  margin: 0 0 0 15px;
  min-width: 117px;
  max-width: 117px;
}

#heat-map .custom-select-content label {
  color: var(--color-gray-dark);
  display: block;
}

#heat-map .custom-select-content .custom-select {
  background: var(--color-white);
  border: none;
  border-radius: 3px;
  display: block;
  height: 56px;
  padding: 0;
  position: relative;
}

#heat-map .custom-select-content .custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 3px;
  color: var(--color-gray-dark);
  cursor: pointer;
  display: block;
  font-family: 'votorantim_sansmedium';
  font-size: 18px;
  height: 100%;
  position: relative;
  width: 100%;
  padding: 0 35px 0 16px !important;
  text-overflow: ellipsis;
}

#heat-map .custom-select-content .custom-select img {
  display: block;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 21px;
  width: 16px;
}

.table-content-h6 {
  color: var(--color-gray-dark);
  text-align: left;
  margin: 0 16px;
  opacity: 0.5;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.5px;
  font-family: 'votorantim_sanslight';
}

.table-content-h7 {
  color: var(--color-gray-dark);
  text-align: left;
  margin: 0 16px;
  opacity: 0.8;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  font-family: 'votorantim_sansregular';
  margin-bottom: 32px;
}

.table-content-h5 {
  color: var(--color-gray-dark);
  text-align: left;
  width: 100%;
  margin-left: 16px;
}

#heat-map .graph-legend-content {
  bottom: 25px;
  display: block;
  left: 0;
  position: absolute;
}

#heat-map .graph-legend-content span {
  align-items: center;
  color: var(--color-gray-dark);
  display: flex;
  font-size: 14px;
  justify-content: flex-start;
}

#heat-map .graph-legend-content span:before {
  display: block;
  content: '';
  display: inline-block;
  height: 12px;
  margin: 0 5px 0 0;
  width: 12px;
}

#heat-map .graph-legend-content span.orange:before {
  background-color: var(--color-orange);
}

#heat-map .graph-legend-content span.yellow:before {
  background-color: #F4BC2D;
}

#heat-map .graph-legend-content span.red:before {
  background-color: #D34029;
}

#heat-map .graph-legend-content span.green-light:before {
  background-color: var(--color-green-light);
}

#heat-map .graph-legend-content span.green:before {
  background-color: var(--color-green);
}

#heat-map .graph-legend-content span.gray:before {
  background-color: var(--color-gray);
}

#heat-map .graph-legend-content span.brown:before {
  background-color: var(--color-brown);
}

.heat-map-content .right {
  display: block;
  width: 39%;
  padding: 40px 0 0;
}

.heat-map-content .table-content {
  display: block;
  height: 500px;
  overflow-y: scroll;
  padding: 16px;
  position: relative;
  width: 100%;
}

.heat-map-content .table-content table {
  position: relative;
  width: 100%;
}

.heat-map-content .table-content table th {
  color: var(--color-green-dark);
  padding: 12px;
  text-align: left;
  cursor: pointer;
}

.heat-map-content .table-content table td {
  color: var(--color-gray-dark);
  padding: 12px;
  text-align: left;
  font-family: 'votorantim_sansregular';
}

.heat-map-content .table-content table td:last-child {
  text-align: end;
}

.heat-map-content .table-content table tbody tr:nth-of-type(odd) {
  background-color: var(--color-gray-light);
}

.heat-map-content .table-content table tbody tr:nth-of-type(even) {
  background-color: var(--color-white);
}

.heat-map-content .table-content table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}


.heat-map-content .stripes {
  display: block;
  position: absolute;
  top: 0;
  right: -56px;
}

.custom-range {
  display: block;
  margin: 0 15px 0 30px !important;
  width: 220px;
  z-index: 10;
}

.custom-range label {
  color: var(--color-gray-dark);
  display: block;
  margin: 0 0 20px;
  width: 100%;
}

.custom-range .slider {
  display: block;
  width: 100%;
}

.custom-range .slider .slider-container {
  margin: 0 auto;
  width: 220px !important;
}

.custom-range .slider .slider-container .back-bar {
  background: var(--color-green-lighter);
  border-radius: 0;
  height: 2px;
}

.custom-range .slider .slider-container .back-bar .selected-bar {
  background: var(--color-green-lighter);
}

.custom-range .slider .slider-container .back-bar .pointer {
  background: var(--color-votorantim-blue);
  border: none;
  border-radius: 50%;
  height: 24px;
  top: -11px;
  width: 24px;
}

.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--color-gray-light);
}

.custom-range .range-value-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px auto 0;
  max-width: 220px;
  width: 100%;
}

.custom-range .range-value-content .range-value {
  font-family: 'votorantim_sansmedium';
  background-color: var(--color-white);
  border: none;
  border-radius: 3px;
  color: var(--color-gray-dark);
  font-size: 14px;
  height: 22px;
  text-align: center;
  width: 30%;
}

/*** MODAL ***/

#modal {
  background-color: var(--color-background-modal);
  content: '';
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

#modal.show {
  display: flex;
}

#modal .modal-container {
  display: block;
  left: 50%;
  position: fixed;
  top: 80px;
  transform: translateX(-50%);
  width: 448px;
}

#modal .modal-container .top {
  display: block;
  position: relative;
  width: 100%;
}

.modal-container .top .close-modal {
  cursor: pointer;
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  z-index: 99999;
}

.modal-container .top .title {
  font-family: 'votorantim_sansbold';
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  text-transform: uppercase;
  color: var(--color-white);
}

.modal-container .top .title:before {
  display: none;
}

.modal-container .top .subtitle {
  color: var(--color-gray-light);
  display: block;
  font-family: 'votorantim_sansmedium';
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  margin: 0 0 8px;
  width: 100%;
}

.modal-container .top .tip {
  color: var(--color-gray-light);
  font-family: 'votorantim_sansmedium';
  margin: 0 0 14px;
  display: block;
  text-align: justify;
  width: 100%;
}

.modal-container #search_block_mobile {
  background-color: var(--color-white);
  box-shadow: 0px 8px 16px var(--color-shadow);
  display: block;
  height: 72px;
  position: relative;
  width: 100%;
}

.modal-container #search_block_mobile img {
  display: block;
  height: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
}

.modal-container #search_block_mobile #city-search_mobile_geral_listbox {
  padding: 0 24px;
  width: 100%;
}

.modal-container #search_block_mobile .twitter-typeahead {
  display: block;
  height: 100%;
  width: 100%;
}

.modal-container #search_block_mobile .twitter-typeahead input {
  border: none;
  box-shadow: none;
  display: block;
  height: 100%;
  outline: none;
  padding: 0 72px 0 24px;
  width: 100%;
}

.modal-container #search_block_mobile .twitter-typeahead #city-search_mobile_listbox,
.modal-container #search_block_mobile .twitter-typeahead #city-search_cluster_listbox {
  background-color: var(--color-background);
  padding: 0 24px;
  width: 100%;
}

.modal-container #search_block_mobile .twitter-typeahead .tt-suggestion {
  border-bottom: 1px solid var(--color-cloudy);
  cursor: pointer;
  padding: 8px 0;
  width: 100%;
}

#modal #select-states {
  display: block;
  height: calc(100vh - 104px);
  overflow-y: scroll;
  padding: 24px;
  width: 100%;
}

#modal #select-states h4 {
  display: block;
  font-family: 'votorantim_sansmedium';
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  margin: 0 0 16px;
}

#modal #select-states ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#modal #select-states li {
  border-color: var(--color-cloudy);
  color: var(--color-black);
  display: block;
  font-family: 'votorantim_sansregular';
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}

.navbar {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  height: 80px;
  background-color: white;
  color: var(--color-votorantim-blue);
}

.banner .navbar {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
}

.navbar-redirects {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.navbar-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.navbar-links a {
  /* @todo: add text decoration. */
  padding: 8px;
  margin-left: 21px;
  color: var(--color-white);
  font-family: 'votorantim_sansregular';
  font-size: 16px;
  text-align: right;
}

.navbar-links a.active,
.offcanvas-menu-options a.active {
  font-family: 'votorantim_sansmedium';
}

.navbar-links a.active>span,
.offcanvas-menu-options a.active>span {
  border-bottom: solid 3px #B4DC32;
}

.arrowLeft {
  margin-right: 20px;
}

.logo-20-anos {
  width: 101px;
  margin-left: 16px;
}

.logo-citrosuco {
  width: 132px;
}

.home-subtext p {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.32px;
  color: var(--color-green-dark);
  opacity: 0.8;
  padding-bottom: 32px;
  padding-top: 80px;
}

.home-subtext-alt p {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.32px;
  color: var(--color-green-dark);
  margin-bottom: 32px;
}

.modal.offcanvas-menu {
  width: 320px;
  max-width: 80%;
  transition: transform .2s ease-in-out;
  transform: translateX(100%);
}

.modal.offcanvas-menu .modal-content {
  height: inherit;
  color: var(--color-votorantim-blue);
  background-color: var(--color-white);
}

.modal.offcanvas-menu .modal-content .nav .nav-link {
  color: var(--color-votorantim-blue);
  text-align: center;
}

.modal.offcanvas-menu.show {
  transform: translateX(0);
}

.modal-modifier {
  left: unset;
  overflow: revert !important;
}

.modal.offcanvas-menu.show .modal-close-button {
  position: fixed;
  margin-left: -50px;
  background: unset;
}

.modal-top-border {
  border-top: 1px solid var(--color-brown-light);
}

.offcanvas-menu-options {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.offcanvas-menu-options a {
  color: var(--color-votorantim-blue);
  font-family: 'votorantim_sansregular';
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  list-style: none;
  margin-left: 14px;
  padding-bottom: 15px;
  padding-top: 15px;


}

@media only screen and (max-width: 1045px) {
  .logo-20-anos {
    width: 100px;
  }

  .logo-citrosuco {
    width: 89px;
  }
}

@media only screen and (max-width: 992px) {
  body {
    padding: 0;
  }

  header #voltar span {
    display: none;
  }

  .paddingX {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 32px;
  }

  .mobile {
    display: block;
  }

  .laptop {
    display: none;
  }

  footer>div {
    flex-direction: column;
  }

  .footer-text>h2 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.16px;
  }

  .footer-text p {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
  }

  .parcerias {
    order: 1;
  }

  .parceiros-tecnicos{
    order: 2;
  }

  footer>div .logos.l2>div {
    width: 100%;
  }

  .title {
    margin: 32px 0 45px;
    font-size: 24px;
    line-height: 28px;
  }

  .home-content {
    overflow: hidden;
  }

  .home-subtext p {
    width: 100%;
    line-height: 20px;
    letter-spacing: 0.16px;
    padding-top: 40px;
  }

  .home-content-card{
    width: 100%;
  }

  .home-button {
    align-items: center;
    font-size: 16px;
    height: auto;
    line-height: 22px;
    width: 100%;
    height: 96px;
    padding: 20px;

  }

  .home-content-card {
    flex-direction: row-reverse;
  }

  .home-button.go-estrutura-mid img {
    height: 42px;
  }

  .home-button.go-state img {
    height: 48px;
  }

  .home-button.go-heat-map img {
    height: 48px;
  }

  .home-content-card span {
    margin-left: 16px;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 0;
  }

  .home-button img {
    position: static;
  }

  .choice-municipality {
    display: block;
  }

  .search-content .map {
    pointer-events: none;
    height: auto;
    margin: 40px 0 0;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }

  #state {
    overflow: hidden;
  }

  .state-content {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }

  .state-content .map-content {
    overflow: hidden;
    width: 100%;
  }

  .state-content .state-search-content {
    margin: 0 0 0 -24px;
    width: calc(100% + 48px);
  }

  .state-content .custom-search {
    margin: 20px auto 0;
    width: 90%;
  }

  .state-content .custom-search .input-content {
    border-radius: 0;
  }

  .state-content .custom-search .input-content .twitter-typeahead input {
    box-shadow: 0px 8px 16px var(--color-shadow);
  }

  .state-content .custom-search .input-content .twitter-typeahead .tt-menu {
    position: static !important;
    padding: 0 12px;
  }

  .state-content .custom-search .input-content .twitter-typeahead .tt-menu .tt-suggestion {
    border-color: var(--color-cloudy);
    color: var(--color-black);
    display: block;
    font-family: 'votorantim_sansregular';
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }

  .state-content .custom-search .input-content .twitter-typeahead .tt-menu .tt-suggestion:hover {
    background: none;
    color: var(--color-black);
  }

  .state-content .stripes {
    height: 228px;
    top: 0;
    right: -45px;
    width: 35px;
  }

  #compare {
    overflow: hidden;
  }

  #compare .title {
    position: relative;
    padding-top: 32px;
    margin-bottom: 0;
  }

  #compare .title.t2:after {
    display: none;
  }

  #compare .municipalities-area-container {
    background-color: var(--color-cloudy);
    margin: 0 0 0 -24px;
    overflow: hidden;
    width: calc(100% + 48px);
  }

  #compare .municipalities-area-container .arrow-left,
  #compare .municipalities-area-container .arrow-right {
    display: flex;
  }

  #compare .municipalities-area-container .steps {
    display: flex;
  }

  #compare .municipalities-area {
    padding: 0 24px 20px;
    width: calc(300% - 80px);
  }

  #compare .box-template .header {
    padding: 0;
  }

  #compare .box-template .header:before {
    display: none;
  }

  #compare .custom-select-content {
    width: 100%;
  }

  #compare .custom-select-content select {
    font-size: 13px;
    line-height: 24px;
  }

  #compare .custom-select-content img {
    height: 18px;
  }

  #compare .vertical-graph-content.g3,
  #compare .vertical-graph-content.g4,
  #compare .vertical-graph-content.g5 {
    grid-template-columns: 1fr;
  }

  #compare .graph-legend {
    flex-direction: column;
  }

  #compare .graph-legend span {
    margin: 0 0 8px !important;
  }

  #compare .graphs-area-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  #heat-map {
    overflow: hidden;
  }

  .heat-map-content {
    flex-direction: column;
  }

  .heat-map-content .map {
    height: auto;
    overflow: hidden;
    width: 100%;
  }

  .heat-map-content .table-content table th {
    padding: 8px;
  }

  #heat-map .heat-map-search-content {
    flex-direction: column;
  }

  #heat-map .heat-map-search-content>div:not(:first-child) {
    min-width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  #heat-map .regiao-select {
    min-width: 100%;
    max-width: 100%;
  }

  #heat-map .graph-legend-content {
    bottom: auto;
    display: block;
    left: auto;
    position: static;
    width: 100%;
  }

  #heat-map .map>small {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0;
  }

  .heat-map-content .right {
    padding: 0;
    margin: 30px 0 0;
    width: 100%;
  }

  .heat-map-content .table-content {
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }

  .heat-map-content .stripes {
    height: 228px;
    top: 0;
    right: -45px;
    width: 35px;
  }

  .covid-data {
    border: none;
    border-bottom: 1px solid #0C46E6AA;
    border-top: 1px solid #0C46E6AA;
    margin: 15px 0 !important;
    padding: 10px 0;
    width: 100%;
    min-width: unset;
  }

  .custom-range {
    display: block;
    margin: 15px !important;
    width: 100%;
  }

  .custom-range .range-value-content .range-value {
    font-size: 10px;
    font-family: 'votorantim_sansmedium';
  }

  #modal .modal-container {
    align-items: flex-start;
    background-color: var(--color-background);
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    left: 0;
    position: relative;
    top: 0;
    transform: translateX(0);
    width: 100%;
  }

  #modal .modal-container .top {
    align-items: flex-end;
    background-color: var(--color-votorantim-blue);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 24px;
  }

  .modal-container .top .close-modal {
    position: static;
  }

  .modal-ontainer .top .subtitle,
  .modal-container .top .tip {
    margin: 0;
  }

  .modal-container #search_block_mobile .twitter-typeahead #city-search_mobile_listbox,
  .modal-container #search_block_mobile .twitter-typeahead #city-search_cluster_listbox {
    background: none;
  }

  .banner-title {
    padding-top: 50px;
  }

  .banner-title h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .logo-20-anos {
    width: 68px;
  }

  .logo-citrosuco {
    width: 89px;
  }

  #compare .graphs-area:before {
    height: 72%;
  }

  .footer-apoio {
    width: 100%;
  }

  .under-border-realizacao {
    border-bottom: 1px solid var(--color-gray-light);
    width: 100%;
    padding-bottom: 8px;
  }

  #watermark-image img {
    width: 152px;
    height: 152px;
  }

  .fale-conosco {
    margin: 0 auto
  }

  #compare .title {
    position: relative;
    padding-top: 32px;
    margin-bottom: 0;
    margin-top: -50px;
  }

  .logo-20-anos {
    width: 100px;
  }
}

@media only screen and (max-width: 576px) {
  html {
    height: auto;
  }

  footer>div .footer-apoio-logos {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    justify-items: center;
  }

  .dropdown-menu-custom {
    left: 0;
    width: calc(100vw - 40px);
    max-width: 400px;
  }

  .dropdown-menu-custom a {
    font-size: 12px;
    line-height: 14px;
    box-shadow: none;
    height: 88px;
  }

  .banner-title h1 {
    font-size: 24px;
    line-height: 32px;
  }

  #compare .graphs-area h2 {
    color: var(--color-blue);
    display: block;
    font-family: 'votorantim_sansmedium';
    font-size: 15px;
    line-height: 32px;
    font-weight: normal;
    margin: 0 0 8px;
    text-align: center;
    width: 100%;
  }

  .comparativo.title.t2.pt-5.mb-2 {
    align-items: center;
    color: var(--color-green-dark);
    display: flex;
    flex-direction: row;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 60px;
    position: relative;
    width: 100%;
    justify-content: center;
  }

  .logo-20-anos {
    width: 68px;
  }
}

@media only screen and (max-width: 420px) {
  footer>div .footer-apoio-logos {
    grid-template-columns: 1fr 1fr;
  }

  #compare .paddingX>.subtitle {
    margin-bottom: 0px;
  }

  #compare .custom-select-content select {
    font-size: 10px;
  }

  .paddingX {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
  }

  #compare .box-template.empty .header .title,
  #compare .box-template.empty .header .subtitle {
    background-color: var(--color-cloudy);
  }

  #mid-structure .mid-text>.title {
    margin-top: 0;
  }

  .apoio {
    order: 1;
  }

  .parceiros-tecnicos{
    order: 2;
  }

  .logo-20-anos {
    width: 100px;
  }
}

@media only screen and (max-width: 550px) {
  .fale-conosco {
    align-items: center !important;
  }

  .footer-images {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .apoio {
    order: 1;
  }

  .parceiros-tecnicos{
    order: 2;
  }

  #compare .title {
    position: relative;
    padding-top: 32px;
    margin-bottom: 0;
    margin-top: -50px;
  }

  .comparativo.title.t2.pt-5.mb-2 {
    align-items: center;
    color: var(--color-green-dark);
    display: flex;
    flex-direction: row;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 60px;
    position: relative;
    width: 100%;
    justify-content: center;
  }

  #compare .title {
    position: relative;
    padding-top: 32px;
    margin-bottom: 0;
    margin-top: -50px;
  }

  .logo-20-anos {
    width: 100px;
  }
}

@media only screen and (min-width: 993px) {
  .mobile {
    display: none;
  }

  .laptop {
    display: block;
  }

  .home-content {
    min-height: 100vh;
  }
}

@media only screen and (min-width: 768px) {
  html {
    height: auto;
  }
}

@media only screen and (min-width: 2200px) {
  .home-content {
    min-height: 60vh;
  }
}
