.slide-textos .slideHeader {
  filter: blur(2px);
}
.slide-textos .texto-formulario {
  position: absolute;
  bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .slide-textos .texto-formulario {
    bottom: inherit;
    top: 0;
  }
}
.slide-textos .texto-formulario .bloque-mensaje-realstorage {
  text-shadow: rgba(0, 0, 0, 0.6117647059) 0px 0px 20px;
}

.owl-carousel .owl-dots .owl-dot span {
  background: #e3e3e3 !important;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #000000 !important;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 40%;
  background: transparent !important;
  margin: 0 !important;
  color: #000000 !important;
}
.owl-carousel .owl-nav button :hover {
  background: transparent !important;
  color: #000000 !important;
}
.owl-carousel .owl-nav button:active, .owl-carousel .owl-nav button:focus {
  outline: none !important;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -25px;
}
.owl-carousel .owl-nav button span {
  font-size: 2.5rem;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #e3e3e3 !important;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #000000 !important;
}
.owl-carousel .owl-nav button:focus,
.owl-carousel .owl-dots button:focus {
  outline: none !important;
}/*# sourceMappingURL=owl-personalization.css.map */