#machines {
  min-height: 865px;
}

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

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

.product-page .experience .titles {
  width: 291.45px;
}

#machines {
  margin-top: -115px;
}

.rotational-system {
  background-image: url(../img/pagina-produtos/minex/mais-que-estilo.png);
  padding: 191px 0 191px 0;
}

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

.perfect {
  padding-bottom: 50px;
}

.perfect h2 {
  font-family: 'mark-pro-bold';
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #343936;
  max-width: 697px;
  margin: auto;
}
@media (max-width: 1200px){
  .perfect h2 {
    font-size: 42px;
  }
  .soul-adapta{
    padding-left: 50px !important;
  }

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

.perfect p {
  font-family: 'mark-pro';
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #343936;
  max-width: 378px;
  margin: auto;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .perfect p {
    font-size: 16px;
    margin-bottom: 58px;    

  }
}
@media (max-width: 425px) {
  .perfect p {
    font-size: 16px;
    margin-bottom: 58px;    
    margin-left: 15px;
    margin-right: 15px;
  }
}

.perfect .btn-primary {
  background: #FF650D;
  border-width: 0;
  transition: all 0s;
  border-radius: 0;
  font-family: "mark-pro-bold";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  letter-spacing: 0.15em;
  color: #fff !important;
  padding: 33px 64px;
  max-width: 378px;
  margin: auto;
  margin-top: 32px;
  margin-bottom: 50px;
}

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

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

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

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

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

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

.perfect .minex-glider {
  height: 632px;
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .perfect .minex-glider {
    height: 300px;
  }
}

.perfect .glider-slide {
  margin: 65px;
  transition: all .3s;
}

@media (max-width: 767px) {
  .perfect .glider-slide {
    margin: 16px;
    width: 150px !important;
  }
}

.perfect .glider-slide:hover {
  transform: scale(1.5);
}

@media (max-width: 767px) {
  .perfect .glider-slide:hover {
    transform: scale(1.4);
  }
}

.soul-adapta{
  margin: auto;
  display: block;
  width: fit-content;
  padding-left: 100px;
}