.pmkt-slides {
}

.pmkt-slides .pmkt-stage-outer {
}

.pmkt-slides .pmkt-stage-outer .pmkt-stage {
}

.pmkt-slides .pmkt-stage-outer .pmkt-stage .pmkt-item {
}

.pmkt-slides .pmkt-stage-outer .pmkt-stage .pmkt-item .item {
}

.pmkt-slides .pmkt-stage-outer .pmkt-stage .pmkt-item .item img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.pmkt-slides .pmkt-stage-outer .pmkt-stage .pmkt-item .item .article-body {
  text-align: center;
}

.pmkt-slides .pmkt-stage-outer .pmkt-stage .pmkt-item .item .img,
.pmkt-slides
  .pmkt-stage-outer
  .pmkt-stage
  .pmkt-item
  .item
  .article-body
  .title {
  margin-bottom: 20px;
}

.pmkt-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 50%;
  left: -60px;
  right: -60px;
}
@media (max-width: 768px) {
  .pmkt-nav {
    left: 0;
    right: 0;
    z-index: 0;
  }
}

/* Destacado */
.destacado {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .destacado {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.destacado > * {
  flex: 1 1;
}
.destacado .title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .destacado .image {
    margin-right: 60px;
  }
}
.destacado .image .img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.featured-text {
  font-size: 2rem;
  text-align: center;
  width: 80%;
  margin: 0 auto 30px;
}

.ptcd .excerpt,
.ptcd .excerpt p {
  color: #000 !important;
  padding: 0 10px;
}
