.headerPVCMachines {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main {
  width: 65%;
  margin: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.cabecera {
  width: 100%;
  text-align: left;
}

.cabecera > p {
  font-size: 25px;
  span {
    color: #1e49d4;
    font-weight: bold;
  }
}

.image {
  display: flex;
  justify-content: center;
}

.image > img {
  width: 90%;
}

.image > video {
  width: 80% !important;
}

.descubriMaquinas > h2 {
  font-weight: 500;
  text-decoration: #1e49d4;
}

.descubriMaquinas > h2 > a {
  color: #1e49d4;
}

.descubriMaquinas > h2 > span {
  color: #1e49d4;
}

@media screen and (max-width: 1200px) {
  .main {
    width: 90% !important;
  }
}
