.d-none {
  display: none !important;
}

.italic {
  font-style: italic !important;
}

.testimonials:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
}

.testimonial-3::before {
  display: none;
}

.testimonial-3 p span {
  font-size: 38px;
}

.owl-prev,
.owl-next {
  opacity: 1;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.live-stream {
  background: url("../images/livestream.jpg");
  background-size: 160%;
  background-repeat: no-repeat;
}

.bg-branded {
  background: url("../images/bg-branded.jpg");
}

.portfolio-pics .port-item {
  max-height: 315px;
  overflow: hidden;
}

.lb-data .lb-close {
  float: none;
  position: absolute;
  top: 10px;
  right: 15%;
}

.my-2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.post2-prev {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.post2-branded::before {
  content: 'Brand Content';
}

.post2-product-shoots::before {
  content: 'Styled Product Shoots';
}

.post2-social-content::before {
  content: 'Social Content';
}

.post2-social-content::before {
  content: 'Social Content';
}

.post2-motion::before {
  content: 'Motion';
}

.post2-snackable-content::before {
  content: 'Snackable Content';
}

.post2-live-streaming::before {
  content: 'Live-Streaming';
}

.post2-prev-img {
  max-height: 539px;
  overflow: hidden;
}

.post2-prev-img::before {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.post2-prev-img:hover::before {
  height: 100%;
  opacity: 1;
}

.post2-prev-img:hover img, .post2-prev-img:hover video {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0.8;
}

.post2-prev-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

form .custom-select {
  width: 100%;
}

footer .widget:not(:first-of-type) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1895px) {
  .title-fs-45-wide {
    font-size: 30px;
  }
}

@media (max-width: 1339px) {
  .title-fs-45-wide {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .work-proc2-cont {
    padding-left: 0;
  }
  .work-proc2-icon-cont {
    position: unset;
  }
  .title-fs-45-wide {
    font-size: 20px;
  }
  .portfolio-pics .port-item {
    max-height: 259px;
  }
  .post2-prev-img {
    max-height: 440px;
  }
}

@media (max-width: 991px) {
  .block-center-xy {
    width: 100%;
    text-align: center;
  }
  .portfolio-pics .port-item {
    max-height: 240px;
  }
  .post2-prev-img {
    max-height: unset;
  }
  .branded-header-video {
    margin-bottom: 50px;
  }
  .bg-branded {
    background: url(../images/bg-branded.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .portfolio-pics .port-item {
    max-height: 230px;
  }
}

@media (max-width: 767px) {
  .workprocess-last {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .portfolio-pics .port-item {
    max-height: unset;
  }
  .port-grid-2 .port-item {
    width: 100%;
  }
  .softsol-video {
    text-align: left !important;
  }
  footer .widget {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .post2-prev-img::before {
    height: 100%;
    opacity: 1;
  }
  .bg-branded {
    background-position: left;
  }
  .bg-header-internas {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 200px;
  }
  .bottom-on-responsive {
    position: absolute;
    bottom: 0;
  }
  .bottom-on-responsive .relative {
    position: unset;
  }
}
/*# sourceMappingURL=ajustes.css.map */