@charset "UTF-8";
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 25px;
  /* Cambié 'left: 20px' por 'right: 20px' */
  width: 60px;
  height: 60px;
  background-color: #a39884;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  z-index: 9999;
  font-size: 24px;
  color: white;
  text-decoration: none;
}

.whatsapp-btn:focus,
.whatsapp-btn:active {
  outline: none;
  background-color: #a39884;
  color: white;
}

.whatsapp-btn i {
  color: white;
}

.whatsapp-btn:focus i,
.whatsapp-btn:active i {
  color: white;
}

.whatsapp-btn:hover {
  background-color: #a39884;
}

@media (max-width: 575px) {
  .whatsapp-btn {
    width: 100%;
    height: 60px;
    border-radius: 0;
    bottom: 0;
    right: 0;
    /* Cambié 'left: 0' por 'right: 0' */
    font-size: 20px;
  }
  .service-style-two .inner-box .single-item {
    display: flex;
    flex-direction: column;
    padding: 16px;
  }
  .service-style-two .inner-box .single-item .icon-box {
    position: relative;
    top: 0;
    left: 0;
    padding: 25px;
  }
  #content_block_4 .content-box .service-box ul li {
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }
  .footer-botton .copyright {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=estilos.css.map */