.card-no-radius {
  border-radius: none;
  max-height: 100px;
}

.location-link {
  color: #ffffff;
}

.location-link:hover {
  color: #ffffff;
}

#iframe {
  width: 100vw;
  height: 400px;
}

.my-card {
  background-color: #ffffff;
  transition: all ease-in-out 0.5s;
  padding: 30px;
  text-align: left;
  max-height: 105px;
  overflow: hidden;
}

.my-card .service-description {
  margin-top: 30px;
}

.my-card h3 {
  font-family: "BlackMango";
  font-size: 34px;
  margin: 0;
}

.card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.card-title h1 {
  font-weight: 500;
}

.white-title {
  color: #ffffff;
}

.jusify-text {
  text-align: justify;
}

.black-link {
  margin-left: 5px;
  color: #000;
  font-size: 20px;
}

#testimonials p {
  font-size: 14px;
}

.img_local .img-order {
  -webkit-box-shadow: 0px 0px 20px #cecece;
  box-shadow: 0px 0px 20px #cecece;
  border-radius: 10px;
  padding: 20px;
  width: max-content;
}

.policyPrivaciPag {
  margin: 135px 0 50px;
}

@media screen and (min-width: 990px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  #local {
    margin-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .my-card h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #local {
    margin-top: 45px;
  }
  .about-us-area .about-us-img img {
    width: 150px;
    margin-bottom: 30px;
  }
  .footer-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #local .img_local {
    max-height: 330px;
  }
  .image-slider .image-item img {
    max-height: 290px;
  }
}
@media screen and (max-width: 624px) {
  #local .img_local {
    max-height: 300px;
  }
  .image-slider .image-item img {
    max-height: 240px;
  }
}
@media screen and (max-width: 500px) {
  #local .img_local {
    max-height: 200px;
  }

  .image-slider .image-item img {
    max-height: 120px;
  }
} 

/* Reduzir espaçamento apenas entre portifolio14.jpg e portifolio17.jpg */
.desktop .image-item:has(img[src*="portifolio14.jpg"]) .col-lg-6 {
    padding-left: 2px;
    padding-right: 2px;
}

.desktop .image-item:has(img[src*="portifolio14.jpg"]) .row {
    margin-left: -2px;
    margin-right: -2px;
}