.plantas {
  padding: 70px 0 8.75em;
  float: left;
}

.plantas .box-content {
  float: left;
}

.plantas .box-info-menu .title-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.plantas .box-info-menu {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}

.plantas .box-info-menu span {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  display: table;
  text-transform: uppercase;
  font-weight: bold;
}

.plantas ul {
  display: flex;
}

.plantas ul li {
  margin-left: 15px;
  list-style: none;
}

.plantas ul li a {
  background: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 183px;
  height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}

.plantas ul li a.active, .plantas ul li a:hover {
  background: #313131;
}

.plantas ul.menu-second li a {
  background-color: #999999;
}

.plantas ul.menu-second li a.active {
  background-color: var(--color-primary);
}

.plantas .item-content .box-blue {
  background-color: var(--color-primary);
  padding: 2.5rem 1.5rem 4rem;
  /*overflow: auto;*/
  float: left;
  display: flex;
  height: 77vh;
  flex-direction: column;
  justify-content: space-around;
}

.plantas .item-content .box-blue .content-desc {
  overflow: auto;
  max-height: 80%;
}

.plantas .item-content .box-blue .box-desc {
  color: #FFF;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
  background-color: #082237;
  padding: 1rem;
}

.conteudo-planta div {
  display: grid;
}

.plantas .item-content .box-blue .content-desc::-webkit-scrollbar {
  width: 10px;
}

.plantas .item-content .box-blue .content-desc::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.plantas .item-content .box-blue .content-desc::-webkit-scrollbar-thumb {
  background: #A68A71;
}

.plantas .item-content .box-blue .content-desc::-webkit-scrollbar-thumb:hover {
  background: #7b6854;
}

.plantas .item-content .wrap-croqui {
  width: 100%;
  position: relative;
}

.plantas .item-content .wrap-croqui .box-croqui {
  margin-top: 2rem;
  float: left;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  height: 80%;
  background: #D9D9D9;
  transform: scale(1.35);
  transform-origin: top right;
}

.plantas .item-content {
  float: left;
  padding-top: 30px;
  width: 100%;
  display: none;
}

.plantas .item-content.active {
  display: block;
}

.plantas .item-content .wrap-image {
  width: 100%;
  position: relative;
}

.plantas .item-content .wrap-image .box-image {
  float: left;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  height: 77vh;
  background: #D9D9D9;
}

.plantas .item-content .wrap-image .box-image img, .plantas .item-content .wrap-image .box-image-2 img {
  display: table;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.plantas .item-content .wrap-image .box-image-2 {
  float: left;
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: center;
  width: 365px;
  background: #D9D9D9;
  height: 220px;
  position: absolute;
  right: -314px;
  bottom: 30px;
  z-index: 600;
}

.plantas .item-content .plant-infos {
  float: left;
  width: 100%;
  padding: 35px;
  background: #5ABFC7;
  height: 100%;
}

.plantas .item-content .plant-infos .box-infos {
  float: left;
  margin-bottom: 15px;
  width: 100%;
  background: #3FA4AC;
  padding: 20px;
}

.plantas .item-content .plant-infos .box-infos .subtitle-info {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: #FFF;
  font-weight: bold;
}

.plantas .item-content .plant-infos .box-infos .title {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
  font-weight: bold;
}

.plantas .box-title {
  float: right;
}

.plantas .box-title .into {
  padding-top: 48px;
}

.plantas .box-title .into h2 {
  font-size: 48px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.plantas .box-title .into .subtitle {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  float: right;
}

.plantas .box-info-menu ul {
  margin-bottom: 0;
}

.plantas ul.menu-second {
  display: table;
}

.plantas ul.menu-second li {
  margin-bottom: 13px;
  margin-left: 0;
  list-style: none;
}

.plantas ul.menu-second, .plantas ul.menu-second li, .plantas ul.menu-second li a {
  width: 100%;
}

.plantas .content-secondary {
  float: left;
  width: 100%;
  display: none;
}

.plantas .content-secondary.active {
  display: block;
}

.plantas .item-content .wrap-image-full {
  float: left;
  width: calc(100% + 260px);
  margin-left: -130px;
  background: #E1D8D0;
  padding: 50px 130px;
}

.plantas .item-content .wrap-image-full img {
  max-width: 100%;
  max-height: 100%;
  display: table;
}

@media only screen and (max-width: 1200px) {
  .plantas .item-content .wrap-image .box-image-2 {
    position: relative;
    right: auto;
    bottom: auto;
    display: table;
    width: 100%;
  }
  .plantas .item-content .wrap-image .box-image, .plantas .item-content .wrap-image .box-image-2, .plantas .item-content .plant-infos {
    width: calc(100% + 30px);
    margin-left: -15px;
    float: left;
    padding: 30px;
  }
  .plantas .item-content .wrap-image .box-image-2 img {
    margin: 0 auto;
  }
  .plantas ul.menu-second {
    padding-top: 40px;
  }
  .plantas .box-info-menu, .plantas .box-content {
    display: table;
    width: 100%;
  }
  .plantas .box-info-menu span {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .plantas .box-info-menu ul {
    display: table;
  }
  .plantas .box-info-menu ul, .plantas .box-info-menu ul li, .plantas .box-info-menu ul li a {
    width: 100%;
  }
  .plantas .box-info-menu ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .plantas .item-content .box-blue {
    height: auto;
  }
  .plantas .item-content .box-blue .content-desc {
    overflow: auto;
    max-height: 60%;
  }
  .plantas .item-content .wrap-croqui .box-croqui {
    height: 100%;
    transform: none;
  }
}
@media only screen and (max-width: 991px) {
  .plantas .row-title .col-menu {
    order: 1;
  }
  .plantas .row-title .box-info-menu {
    margin-top: 15px;
  }
  .plantas .row-title .box-info-menu .title-section {
    display: none;
  }
  .plantas .row-title .col-xl-2 {
    order: 0;
  }
  .plantas .box-title .into {
    padding-top: 0;
    padding-left: 50px;
  }
  .plantas .item-content .row {
    flex-direction: column-reverse;
  }
  .plantas ul.menu-second {
    padding: 0;
  }
  .plantas .item-content {
    padding-top: 20px;
  }
}

/*# sourceMappingURL=plantas.css.map */
