:root {
  --color-blue: #3957bd;
  --color-light-blue: #67c4db;
  --color-lighter-blue: #b8d1ff;
  --color-dark-green: #245825;
  --color-green: #a3c7a1;
  --color-mostarda: #b08d29;
  --color-gray-green: #6e6e64;
  --color-gray: #ebebe8;
  --color-light-gray: #f8f9f5;
  --color-purple: #9a75b4;
  --color-light-purple: #ba96b8;
  --color-red: #ea4e58;
  --color-yellow: #f2c037;
  --color-light-yellow: #f2d1a5;
  --color-light-brown: #c9a371;
  --color-brown: #816242;
}

body {
  line-height: 1;
  font-family: "oatmeal_semibold", Arial, Helvetica, sans-serif;
  background-color: white;
  color: black;
}

a {
  text-decoration: none;
  color: black;
}

p {
  line-height: 1.3;
}

img {
  display: block;
}

button {
  font-size: 0.94vw;
  background-color: black;
  border-radius: 1.04vw;
  color: white;
  padding: 0.47vw 0.94vw;
  border: none;
}

.hide {
  display: none !important;
}

/* Header Menu Desktop - Start */
.header {
  height: 6.25vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  padding: 0.52vw 2.08vw 0;
}

.header nav {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .home-link img {
  height: auto;
  width: 14.58vw;
}

.header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .menu a {
  font-size: 1.15vw;
  margin-left: 2.6vw;
}

.header .menu a.selected {
  text-decoration: underline;
  text-decoration-thickness: 0.21vw;
  text-underline-offset: 0.5vw;
  text-decoration-color: var(--color-blue);
}

/* Header Menu Desktop - End */

/* Main Desktop - Start */
main {
  padding-top: 6.25vw;
}

main section {
  margin: 0 2.08vw 2.08vw;
}

.text-box p:last-child {
  margin: 0;
}

/* Main Desktop - End */

/* HOME = Section 01 - Desktop - Start */
#home .section-01 {
  margin: 0 0 2.08vw;
}

#home .section-01 .row > div {
  padding: 0;
  margin: 0;
}

#home .section-01 .row .col-sm-7 {
  padding: 2.08vw;
}

/* HOME = Section 05 - Desktop - Start */

#home .section-05 span {
  display: block;
  margin-bottom: 1.04vw;
}

#home .section-05 .menu {
  display: flex;
  justify-content: space-between;
}

#home .section-05 .menu a {
  display: block;
  height: 33.33vw;
  margin: 0;
  padding-top: 17.19vw;
  color: white;
  flex: 1;
  text-align: center;
}

#home .section-05 .menu a.habitar {
  background: white url("../img/home-section_05_habitar.png") no-repeat center;
  background-size: 100%;
}

#home .section-05 .menu a.futuro {
  background: white url("../img/home-section_05_futuro.png") no-repeat center;
  background-size: 106%;
}

#home .section-05 .menu a.tecnologia {
  background: white url("../img/home-section_05_tecnologia.png") no-repeat
    center;
  background-size: 100%;
}

/* HOME = Section 05 - Desktop - End */

/* HABITAR = Section 01 - Desktop - Start */

#habitar .section-01 .row-02 .text-box,
#futuro .section-01 .row-02 .text-box,
#tecnologia .section-01 .row-02 .text-box {
  padding: 2.08vw;
  height: 40.62vw;
}

/* HABITAR = Section 01 - Desktop - End */

/* HABITAR = Section 02 - Desktop - Start */
#habitar .section-02 .row-02 {
  background: white url("../img/habitar-section_02.jpg") no-repeat center;
  background-size: 100%;
  height: 47.92vw;
}

#habitar .section-02 h2 {
  margin-top: 5.21vw;
}

#habitar .section-02 .text-box {
  margin: 30% 0 0 2.08vw;
}

/* HABITAR = Section 02 - Desktop - End */

/* HABITAR = Section 03 - Desktop - Start */
.habitar-donnut-2 {
  width: 47% !important;
  height: 79% !important;
  margin-top: 3vw !important;
}
/* HABITAR = Section 03 - Desktop - End */

/* HABITAR = Section 04 - Desktop - Start */
#habitar .section-04 .row-01 img,
#habitar .section-05 .row-01 img {
  margin: 4.17vw;
}

#habitar .section-06 .row h2 {
  padding-top: 21.35vw;
}

#habitar .section-07 {
  background: white url("../img/habitar-section_07.jpg") no-repeat center;
  background-size: 100%;
}

#habitar .section-07 .col {
  display: flex;
  justify-content: flex-end;
}

#habitar .section-07 .text-box {
  margin-top: 640px;
}

/* HABITAR = Section 05 - Desktop - Start */
.section-05-carrossel-a > .slick-list > div {
  margin-left: 0;
}

/* HABITAR = Section 05 - Desktop - End */

/* HABITAR = Section 08 - Desktop - Start */
#habitar .section-08,
#habitar .section-10 {
  margin-top: 2.08vw;
  margin-right: 0;
}

#habitar .section-08 h3,
#habitar .section-10 h3 {
  margin-bottom: 2.08vw;
}

#habitar .section-05 .slick-arrows,
#habitar .section-08 .slick-arrows,
#habitar .section-10 .slick-arrows {
  margin-bottom: 2.08vw;
}

#habitar .section-05 .slick-arrows svg,
#habitar .section-08 .slick-arrows svg,
#habitar .section-10 .slick-arrows svg {
  margin-right: 0.8vw;
}

#habitar .carrossel-card {
  width: 31.25vw;
  height: 32.29vw;
  margin-right: 1.04vw;
  padding: 1.56vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#habitar .carrossel-card .card-sub {
  font-size: 1.25vw;
  margin-top: 0.17vw;
  display: block;
}

/* HABITAR = Section 08 - Desktop - End */

/* HABITAR = Section 09 - Desktop - Start */
#habitar .section-09 {
  background: white url("../img/habitar-section_09.jpg") no-repeat center;
  background-size: 100%;
}

#habitar .section-09 .text-box {
  height: 45.83vw;
  align-items: flex-end;
}

/* HABITAR = Section 09 - Desktop - End */

/* FUTURO = Section 01 - Desktop - Start */
#futuro .section-01 {
  margin-bottom: 0;
}

#futuro .section-03 .row > div:first-child {
  height: 42.71vw;
}

#futuro .section-03 .row > div:last-child {
  padding-top: 15.62vw;
}

#futuro .section-03 .row > div:last-child img {
  margin-bottom: 2.08vw;
}

#futuro .section-05 {
  margin-bottom: 0;
}

#futuro .section-05-rolagem {
  height: 44.27vw;
  overflow-y: scroll;
}

#futuro .rolagem-item {
  position: relative;
  height: 41.67vw;
  margin-bottom: 4.17vw;
}

#futuro .rolagem-item img {
  position: absolute;
  top: 5.21vw;
  right: 5.21vw;
  max-width: 35.42vw;
  max-height: 30.21vw;
}

/* FUTURO = Section 01 - Desktop - eND */

/* TECNOLOGIA = Section 05 - Desktop - Start */
.chart-horz .bar-inner {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

.chart-vert .bar-inner {
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
}

.browser-view.chart-vert .bar-inner {
  height: 0;
}

.browser-view.chart-horz .bar-inner {
  width: 0;
}

#tecnologia .section-03 {
  margin-bottom: 0;
}

#tecnologia .section-04 .row-01 .aparelhos-chart-line img {
  width: 2.81vw;
  margin-right: 0.52vw;
}

#tecnologia .section-04-rolagem {
  margin-top: 10.42vw;
  height: 31.25vw;
  overflow-y: scroll;
}

#tecnologia .section-05 {
  margin: 0 0 2.08vw;
  background: transparent url("../img/tecnologia-section_05.jpg") center
    no-repeat;
  background-size: 100%;
}

#tecnologia .section-05 .text-box {
  height: 48.96vw;
}

#tecnologia .section-06 {
  margin-bottom: 0;
}

#tecnologia .section-06 .row-02 {
  height: 32.29vw;
}

#tecnologia .section-07 .row-02 {
  margin-top: -10.42vw;
}

/* TECNOLOGIA = Section 05 - Desktop - end */

/*  Footer - Desktop - Start */
footer {
  padding: 3.65vw 2.08vw 2.6vw;
}

footer .row-01 a {
  font-weight: bold;
}

footer .row-01 > div > div:first-child a {
  margin-right: 2.08vw;
}

footer .row-01 > div > div:last-child a {
  margin-left: 1.04vw;
}

footer .row-02 {
  padding-top: 3.38vw;
}

footer .row-02 img {
  height: 1.87vw;
}

.menu-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .header .home-link img {
    height: auto;
    width: 162px;
  }

  /* Menu-mobile */
  .header {
    height: 64px;
    padding: 20px 16px;
    align-items: flex-start;
  }

  .scrolled .header {
    padding: 4.1vw 4.9vw;
  }

  .header:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #e6e6e6;
    transition: 0.3s;
  }

  .header .logo img {
    width: 63vw;
    margin-top: 1.3vw;
  }

  .menu-mobile {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
  }

  .btn-menu {
    cursor: pointer;
  }

  .menu-mobile.active {
    display: flex;
  }

  .menu-mobile .menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-mobile .menu a {
    font-size: 6.2vw;
    display: block;
  }

  /* */
  main {
    padding: 0;
  }

  main section {
    margin: 0;
  }

  #home .section-01 {
    margin: 0;
  }

  #home .section-01 .row .col-sm-7 {
    padding: 0;
  }

  #home .section-01 .row {
    flex-direction: column-reverse;
  }

  #home .section-05 .menu {
    flex-direction: column;
  }

  #home .section-05 .menu a {
    height: unset;
    padding: 115px 0 100px;
  }

  #home .section-05 .menu a.habitar {
    background: white url("../img/home-section_05_habitar-m.jpg") no-repeat
      center;
    background-size: 100%;
  }

  #home .section-05 .menu a.futuro {
    background: white url("../img/home-section_05_futuro-m.jpg") no-repeat
      center;
    background-size: 100%;
  }

  #home .section-05 .menu a.tecnologia {
    background: white url("../img/home-section_05_tecnologia-m.jpg") no-repeat
      center;
    background-size: 100%;
  }

  #habitar .section-01 .row-02 .text-box,
  #futuro .section-01 .row-02 .text-box,
  #tecnologia .section-01 .row-02 .text-box {
    padding: 0;
    height: auto;
  }

  #habitar .section-02 .row-02 {
    height: auto;
  }

  #habitar .section-02 .text-box {
    margin: unset;
  }

  #habitar .section-03 .row-01 > div:last-child {
    flex-direction: column;
  }

  #habitar .section-03 .col-sm-9 img {
    margin-top: 0;
  }

  #habitar .section-04 .row-02 {
    flex-direction: column-reverse;
  }

  #habitar .section-05 .row-02 .col > div {
    flex-direction: column-reverse;
  }

  #habitar .section-05 .row-01 img {
    margin: 0;
  }

  #habitar .section-06 .col {
    flex-direction: column;
  }

  #habitar .section-06 .row h2 {
    padding-top: 0;
  }

  #habitar .section-07 .col {
    flex-direction: column;
  }

  #habitar .section-07 .text-box {
    margin-top: 0;
  }

  #habitar .section-08 h3,
  #habitar .section-10 h3 {
    margin-bottom: 240px;
  }

  #habitar .carrossel-card {
    width: 344px;
    height: 360px;
    margin: 0;
  }

  #habitar .section-08 .slick-arrows svg,
  #habitar .section-10 .slick-arrows svg {
    height: 40px;
    width: 40px;
  }

  #habitar .section-09 .text-box {
    height: auto;
  }

  #tecnologia .section-02 .row-01 .col > div {
    flex-direction: column;
  }

  #tecnologia .section-02 .row-02 .col > div {
    flex-direction: column;
  }

  #tecnologia .section-02 .row-03 .col > div > div {
    flex-direction: column-reverse;
  }

  #tecnologia .section-04 .row-01 .aparelhos-chart-line img {
    width: 32px;
    margin-right: 16px;
  }

  #tecnologia .section-04-rolagem {
    margin-top: -100px;
    height: 790px;
  }

  #tecnologia .section-05 .text-box {
    height: unset;
  }

  #tecnologia .section-06 .row-01 {
    flex-direction: column-reverse;
  }

  #tecnologia .section-06 .row-02 {
    height: auto;
  }

  #tecnologia .section-07 .row-02 {
    margin-top: 0;
  }

  #tecnologia .section-08 .row {
    flex-direction: column-reverse;
  }

  #futuro .section-03 .row > div:first-child {
    height: unset;
  }

  #futuro .section-03 .row > div:last-child > .flex {
    flex-direction: column;
  }

  #futuro .section-03 .row > div:last-child .flex-col-center {
    align-items: flex-start;
  }

  #futuro .section-04 h2,
  #futuro .section-04 p,
  #futuro .section-03 .text-center {
    text-align: left !important;
  }

  #futuro .section-04 .flex-col-bet-right {
    height: unset;
  }

  #futuro .section-05-rolagem {
    height: 665px;
  }

  #futuro .rolagem-item {
    height: 340px;
    margin-bottom: 40px;
  }

  #futuro .rolagem-item img {
    position: absolute;
    top: 36px;
    right: 20px;
    max-width: 90%;
    max-height: 260px;
  }

  #futuro .section-06 .row {
    flex-direction: column;
  }

  footer .row-02 > div {
    flex-direction: column-reverse;
  }

  footer .row-02 img {
    height: 36px;
  }

  /* HABITAR = Section 03 - Desktop - Start */
  .habitar-donnut-2-m {
    width: 86% !important;
    margin-bottom: 11vw;
  }
  /* HABITAR = Section 03 - Desktop - End */
}
