#machines {
  min-height: 865px;
}
.product-page .product-cover h1{
  max-width: 536px;
  width: 536px;
}

.product-page .product-cover .product-images img{
  z-index: -1;
}

@media (max-width: 767px) {
  #machines {
      min-height: 540px;
  }
}

@media (max-width: 767px) {
  .product-page .product-cover .product-images {
    margin-top: 0px;
    min-height: 470px;
  }
}

.rotational-system {
  background-image: url(../img/pagina-produtos/multifruit/non-stop.png);
  padding: 191px 0 191px 0;
}

@media (max-width: 767px) {
  .rotational-system {
    background-image: url(../img/pagina-produtos/multifruit/non-stop-mobile.png);
    padding: 130px 0 120px 0;
    min-height: unset;
  }
}

.kit {
  padding-top: 172px !important;
}

@media (max-width: 767px) {
  .kit {
    padding-top: 100px !important;
  }
}

@media (max-width: 767px) {
  .kit h2, .kit p {
    max-width: unset !important;
  }

  .kit .d-flex {
    flex-direction: column;
  }

  .kit .item-1, .kit .item-2 {
    max-width: unset !important;
    margin: 0px !important;
  }

  .kit .item-2 {
    margin-top: 25px !important;
  }

  .kit .item-2 h5 {
    max-width: 199px !important;
  }
}

.kit h4 {
  font-family: "mark-pro";
  font-size: 100px;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 2px #FF650D;
  margin-bottom: -20px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .kit h4 {
    font-family: "mark-pro-bold";
    text-align: center;
    -webkit-text-stroke: 1px #FF650D;
  }
}

.kit h4 strong {
  font-family: "mark-pro";
  font-weight: 400;
  font-size: 60px;
}

.kit h5 {
  font-family: "mark-pro";
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .kit h5 {
    text-align: center;
    max-width: 144px;
    margin-left: auto;
    margin-right: auto;
  }
}

.kit .item-1 {
  max-width: 131px;
  margin-right: 93px;
}

.kit .item-2 {
  max-width: 228px;
}

.kit .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 32px 61px;
  margin-top: 55px;
  max-width: 359px;
}

.kit img {margin-top: 0 !important;}

@media (max-width: 767px) {
  .kit img {
    max-width: 165% !important;
    margin-left: -148px;
  }
}

.blade {
  padding-top: 75px;
}

@media (max-width: 767px) {
  .blade {
    padding-top: 0px;
  }
}

.blade h2 {
  font-family: 'mark-pro-bold';
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
}

@media (max-width: 767px) {
  .blade h2 {
    font-size: 23px;
  }
}

.blade p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #343936;
  max-width: 443px;
  margin-top: 21px;
}

@media (max-width: 767px) {
  .blade p {
    font-size: 15px;
    line-height: 110%;
    margin-top: 0px;
    margin-bottom: 44px;
    max-width: unset;
  }
}

.modal-dialog {
  max-width: 700px;
}

.modal-content {
  background-color: transparent;
  border-width: 0;
}

.modal-header {
  border-width: 0;
}

.modal-header .close {
  position: absolute;
  right: 48px;
  top: 60px;
  background: #FF650D;
  opacity: 1;
  z-index: 999;
  color: #FFF;
  padding: 8px 13px;
  transition: all .3s;
}

@media (max-width: 767px) {
  .modal-header .close {
    right: 40px;
  }
}

.modal-header .close:hover {
  background: #fff;
  color: #FF650D;
}
