section .servicio-txt img {
  margin-top: 20px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section .servicio-txt .img-container,
section .servicio-txt .carteles {
  position: relative;
}
section .servicio-txt .img-container::before,
section .servicio-txt .carteles::before {
  content: "";
  width: 1174px;
  height: 738px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(20px);
  position: absolute;
  top: 0;
  left: 0;
}
section .servicio-txt .img-container::before,
section .servicio-txt .carteles::before {
  background-image: url("../../../images/difuminados/blue-full.svg");
}
section .servicio-txt .img-container:before,
section .servicio-txt .carteles:before {
  background-image: url("../../images/difuminados/blue-full.svg");
  left: 25%;
  z-index: -1;
}
section .servicio-txt h2 {
  margin-top: 40px;
  font-weight: 300;
}
section .servicio-txt > * {
  position: relative;
  z-index: 1;
}
section .carteles {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  section .servicio-txt > *:not(.img-container):not(.video-container) {
    width: 912px;
    margin-left: auto;
    margin-right: auto;
  }
  section .servicio-txt img {
    height: 436px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .servicio-txt img {
    height: 318px;
  }
}
@media (min-width: 768px) {
  section .servicio-txt h2 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  section .servicio-txt img {
    aspect-ratio: 1/0.9;
  }
  section .servicio-txt h2 {
    font-size: 32px;
    line-height: 38px;
  }
}/*# sourceMappingURL=servicio.css.map */