/*
	1. post-venta-main-content
    2. post-venta-baner
    3. post-venta-services
    10. Responsive
*/

/* 1. post-venta-main-content */
.post-venta-main-content {
  padding: 10px;
}

/* 2. post-venta-baner */
.post-venta-baner-title h3 {
  color: var(--color-blue);
  font-weight: 800;
  padding: 0px 6em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.post-venta-baner-title h3:before,
.post-venta-baner-title h3:after {
  content: "";
  position: absolute;
  top: 0px;
  height: 35px;
  width: 230px;
  background-repeat: no-repeat;
  background-size: contain;
}
.post-venta-baner-title h3:after {
  right: 0px;
  background-image: url("../../img/post-venta-banner-title-bg-right.svg");
  background-position: top right;
}
.post-venta-baner-title h3:before {
  left: 0px;
  background-image: url("../../img/post-venta-banner-title-bg-left.svg");
  background-position: top left;
}

/* 3. post-venta-services */
.post-venta-services {
  padding: 4em 0;
}
.post-venta-services-main {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  padding: 0px;
}
.post-venta-services-main .post-venta-services-img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-weight: 800;
  padding: 0px;
  text-align: center;
  display: block;
  width: 100%;
}
.post-venta-services-main .pv-btn {
  bottom: 10px;
  padding: 0px 20px 0px 10px !important;
  position: absolute;
  right: 45px;
}
.post-venta-services-main h4 {
  color: white;
  font-weight: 600;
  padding: 0 1.5em;
  text-align: center;
  display: block;
  position: relative;
}
.post-venta-services-main:before {
  background-image: url("../../img/iso-marca.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: -30px;
  left: 30px;
  height: 50px;
  width: 75px;
  right: 0px;
  z-index: 2;
}
/* blue */
.post-venta-services-main:nth-child(4):before {
  filter: invert(10%) sepia(99%) saturate(3916%) hue-rotate(246deg)
    brightness(94%) contrast(81%);
}
/* yellow */
.post-venta-services-main:nth-child(3):before {
  filter: invert(59%) sepia(95%) saturate(588%) hue-rotate(1deg)
    brightness(108%) contrast(101%);
}
/* green */
.post-venta-services-main:nth-child(1):before {
  filter: invert(41%) sepia(63%) saturate(473%) hue-rotate(92deg)
    brightness(97%) contrast(91%);
}


/*---------------------------------
# 10. Responsive
-----------------------------------*/

@media (max-width: 600px) {
  .post-venta-baner {
    margin: 0 0 2em;
  }
  .post-venta-baner-title {
    padding: 0 !important;
  }
  .post-venta-baner-title h3 {
    font-size: 1.6em;
    line-height: 100%;
    overflow: hidden;
    padding: 0px 2.5em;
    width: 100%;
  }
  .post-venta-baner-title h3:before {
    left: -120px;
    top: 25%;
  }
  .post-venta-services {
    padding: 4em 0 0 !important;
  }
  .post-venta-baner-title h3:after {
    right: -120px;
    top: 25%;
  }
  .post-venta-services-main {
    margin: 0 0 5em 0;
  }
  .post-venta-services-main img {
    margin-left: 5%;
    width: 90% !important;
  }
  .post-venta-services-main h4 {
    padding: 0 3em !important;
  }
  .post-venta-services-main .pv-btn {
    right: 75px;
  }
  .post-venta-services-main:nth-last-child {
    margin-bottom: 2em !important;
  }
}
