@charset "UTF-8";
/**
 * Arquivo base do SCSS
 * @version 1.1.0
 */
/* ============= BASE ============= */
.team-one__image img {
  width: 300px;
  height: 300px;
}

.service-one__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.normal-icon,
.hvr-icon {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.mt-5 {
  padding-top: 100px;
}

.preloader span {
  background-image: url(/images/reloaddd.gif?fed2d324a3f70e34eb0c5d0702370316);
}

.service-one {
  padding-top: 200px;
}

html {
  scroll-behavior: smooth;
}

.banner-one__moc {
  top: 23vh;
  right: 13vw;
  max-width: 100%;
  height: auto;
}

.about-four__image-content strong {
  color: #2c2c2c;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  display: inline-block;
  margin-top: -8px;
}

.block-title__title strong {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 600;
}

.block-title__title strong::before {
  content: "";
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 10px;
  background-color: var(--thm-base-color);
  opacity: 0.3;
}

.navbar-brand img {
  max-height: 65px;
}

.brand-one__carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.brand-one__carousel .owl-item img {
  max-width: 110px;
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-widget__logo img {
  max-height: 120px;
}

.banner-one {
  position: relative;
}
.banner-one .item {
  height: 100vh;
}
.banner-one__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-one__background img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  filter: brightness(0.5);
}
.banner-one__background video {
  width: 100% !important;
  -o-object-fit: fill !important;
     object-fit: fill !important;
  filter: brightness(0.5);
}

.brand-one img {
  opacity: 1;
}

.about-four__image {
  margin-right: 100px;
}

.cms-bar {
  height: 50px;
}
.cms-bar__row {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #9700f6;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
.cms-bar__row .text {
  color: #fff;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
.cms-bar__row .btn {
  background: #fff;
  padding: 5px 20px;
  border-radius: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.cms-bar__row .btn:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 575px) {
  .about-four__image-content {
    transform: scale(0.5);
    transform-origin: top right; /* Ajusta a origem da transformação */
    right: -12.25%; /* Ajuste a posição após a transformação */
    top: 15%; /* Ajuste a posição após a transformação */
  }
}
.service-one__single {
  height: 100%;
  padding: 40px 0;
  padding-left: 55px;
  padding-right: 55px;
  margin-bottom: 60px;
  justify-content: center;
}

.col-lg-4 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.service-one__icon {
  min-height: 200px;
  min-width: 70%;
  margin-bottom: 30px;
}
.service-one__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.team-one__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
