<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; p {
  font-size: 25px;
  span {
    color: #1e49d4;
    font-weight: bold;
  }
}

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

.image &gt; img {
  width: 90%;
}

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

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

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

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

@media screen and (max-width: 1200px) {
  .main {
    width: 90% !important;
  }
}
</pre></body></html>