/**
 * Arquivo base do SCSS
 * @version 1.1.0
 */

/* ============= BASE ============= */

.about-img-2 {
  display: block;
}

.about-img-2 ::before {
  display: none !important;
}

.cms-bar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  padding: 20px 10px;
}

.cms-bar__btn {
  color: #FFF;
  background: #2dce89;
  border-radius: 5px;
  padding: 5px 15px;
}

.wrapper {
  display: flex;
}

@media screen and (max-width: 920px) {
  .wrapper {
    flex-direction: column;
  }
}

.center {
  text-align: center;
}

.service-slider {
  min-width: 1px;
  width: 65%;
}

@media screen and (max-width: 920px) {
  .service-slider {
    width: 100%;
    padding-bottom: 60px;
  }

  .service-slider .owl-nav .owl-prev {
    top: unset;
    bottom: 10px;
  }

  .service-slider .owl-nav .owl-next {
    top: unset;
    bottom: 10px;
  }
}

.service-slider .owl-stage {
  display: flex !important;
}

.owl-stage-outer {
  height: 70vh;
}

.owl-item {
  height: 70vh;
}

.owl-item .servicer-slider-item {
  height: 100%;
  width: 100%;
}

.owl-item .servicer-slider-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.service-details-article p {
  margin-top: 0px;
  margin-left: 15px;
}

.service-colors {
  margin-top: -8px;
  margin-left: 5vw;
}

.service-colors ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.service-colors ul li {
  display: inline-block;
  padding-right: 50px;
}

.service-colors ul li .color {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 100%;
  border-width: 15px;
  box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.21);
}

.esquerda {
  position: absolute !important;
  left: 0 !important;
}

@media screen and (max-width: 920px) {
  .esquerda {
    display: none;
  }
}

.portfolio-list .content .title {
  width: 110%;
}

.portfolio-list .content .title h3 {
  font-size: 16px;
}

