@charset "UTF-8";
.d-none {
  display: none !important;
}

.welimg {
  display: flex;
  align-items: center;
}
.welimg img {
  min-height: unset;
  display: flex;
  align-items: center;
}

.tp-caption.sfb.text-left.ahora12.start {
  left: unset !important;
  right: 500px !important;
}

.testmonial1Sec {
  padding-top: 0;
  padding-bottom: 10rem;
}

.iconbox1wrap {
  padding: 117px 20px 40px 160px;
}

.servicesContact {
  padding: 5% 6%;
  background-size: cover;
}
.servicesContact select {
  margin-bottom: 19px;
}

/* ---- whatsapp ----*/
.w-flotante {
  background-color: green;
  width: 6rem;
  height: 6rem;
  position: fixed;
  bottom: 156px;
  right: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.w-flotante:hover {
  background-color: #2879ff;
}
.w-flotante.phone {
  bottom: 228px;
  background-color: #000;
}
.w-flotante.phone:hover {
  background-color: #fff;
  border: 2px solid #000;
}
.w-flotante.phone:hover i {
  color: #000;
}
.w-flotante .whatsapp {
  color: white;
  font-size: 4rem;
}

/* Bathroom Renovation Section */
.bathroom-renovation {
  padding: 100px 0;
  position: relative;
  background-size: cover;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.bathroom-renovation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.bathroom-renovation .bathroom-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.bathroom-renovation .bathroom-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 15px;
}
.bathroom-renovation .bathroom-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #DE0700;
}
.bathroom-renovation .bathroom-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.bathroom-renovation .bathroom-features li {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 25px;
  border-radius: 30px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.bathroom-renovation .bathroom-features li:hover {
  background: rgba(222, 7, 0, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.bathroom-renovation .bathroom-features li::before {
  content: "✓";
  color: #DE0700;
  font-weight: bold;
  margin-right: 8px;
}
.bathroom-renovation .bathroom-warranty {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  margin: 40px 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.bathroom-renovation .bathroom-warranty span {
  color: #DE0700;
  font-weight: 700;
  font-size: 28px;
}
.bathroom-renovation .bathroom-btn {
  background: #DE0700;
  color: #fff !important;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 16px;
  border: 2px solid #DE0700;
  margin-top: 20px;
}
.bathroom-renovation .bathroom-btn:hover {
  background: transparent;
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(222, 7, 0, 0.4);
}

@media (max-width: 768px) {
  .bathroom-renovation .bathroom-content {
    padding: 30px 20px;
    margin: 0 15px;
  }
  .bathroom-renovation .bathroom-title {
    font-size: 28px;
  }
  .bathroom-renovation .bathroom-features {
    flex-direction: column;
    gap: 12px;
  }
  .bathroom-renovation .bathroom-features li {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=ajustes.css.map */