.color-btn {
  color: grey !important;
}
.nav-color {
  color: rgb(255, 255, 255) !important;
}
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf");
}
.logo {
  width: 140px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.caja-precio {
  padding: 10px !important;
  margin: 10px !important;
}
.bg-negrotrasp {
  background-color: rgba(26, 29, 36, 0.6) !important;
  border-radius: 25px 0px 20px 0px;
}
.tel-color:hover {
  color: grey;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.iconwha {
  height: 25px;
  width: 25px;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-float {
  margin-top: 16px;
}
.w-100 {
  width: 100% !important;
}

.quality-carousel .owl-nav .owl-prev,
.quality-carousel .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
}

.quality-carousel .owl-nav .owl-prev {
  left: -60px;
}

.quality-carousel .owl-nav .owl-next {
  right: -60px;
}

.btn-arrow {
  width: 45px;
  height: 110px;
  background: #111;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-arrow i {
  color: #fff;
  font-size: 20px;
}

.btn-arrow:hover {
  background: #333;
}

.btn-brochure {
  display: inline-block;
  padding: 8px 40px;
  background: #666;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 15px;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.3s ease;
}

.btn-brochure:hover {
  background: #444;
  color: white;
}


.project-gallery {
    margin-bottom: 25px;
}

.project-main-image img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.project-thumbs .item img {
    width: 100%;
    cursor: pointer;
    border: 2px solid transparent;
}

.project-thumbs .item img:hover {
    border-color: #000;
}

.image-column .image img {
    transition: opacity 0.4s ease;
    opacity: 1;
}

.image-column .image img.is-changing {
    opacity: 0;
}
