:root {
  --primary-color: #003399;
  --secondary-color: #00a6e2;
  --black-color: #000000;
  --white-color: #f1f1f1;
}

.color-primary {
  color: var(--primary-color);
}
.color-secondary {
  color: var(--secondary-color);
}
.color-black {
  color: var(--black-color);
}
.color-white {
  color: var(--white-color);
}
.bg-color-primary{
    background-color: var(--primary-color);
}
.bg-color-secondary{
    background-color: var(--secondary-color);
}
.bg-color-black{
    background-color: var(--black-color);
}
.bg-color-white{
    background-color: var(--white-color);
}
.navbar-brand img {
  display: block;
  max-width: 200px;
}

.fs-5 {
  font-size: 15px !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.padding-t-2 {
  padding-top: 2px !important;
}
.padding-t-4 {
  padding-top: 4px !important;
}
.padding-t-6 {
  padding-top: 6px !important;
}
.padding-t-8 {
  padding-top: 8px !important;
}
.padding-t-10 {
  padding-top: 10px !important;
}
.padding-t-12 {
  padding-top: 12px !important;
}
.padding-t-14 {
  padding-top: 14px !important;
}
.padding-t-16 {
  padding-top: 16px !important;
}
.padding-t-18 {
  padding-top: 18px !important;
}
.padding-t-20 {
  padding-top: 20px !important;
}

.padding-l-2 {
  padding-left: 2px !important;
}
.padding-l-4 {
  padding-left: 4px !important;
}
.padding-l-6 {
  padding-left: 6px !important;
}
.padding-l-8 {
  padding-left: 8px !important;
}
.padding-l-10 {
  padding-left: 10px !important;
}
.padding-l-12 {
  padding-left: 12px !important;
}
.padding-l-14 {
  padding-left: 14px !important;
}
.padding-l-16 {
  padding-left: 16px !important;
}
.padding-l-18 {
  padding-left: 18px !important;
}
.padding-l-20 {
  padding-top: 20px !important;
}

.padding-b-2 {
  padding-bottom: 2px !important;
}
.padding-b-4 {
  padding-bottom: 4px !important;
}
.padding-b-6 {
  padding-bottom: 6px !important;
}
.padding-b-8 {
  padding-bottom: 8px !important;
}
.padding-b-10 {
  padding-bottom: 10px !important;
}
.padding-b-12 {
  padding-bottom: 12px !important;
}
.padding-b-14 {
  padding-bottom: 14px !important;
}
.padding-b-16 {
  padding-bottom: 16px !important;
}
.padding-b-18 {
  padding-bottom: 18px !important;
}
.padding-b-20 {
  padding-bottom: 20px !important;
}

.padding-r-2 {
  padding-right: 2px !important;
}
.padding-r-4 {
  padding-right: 4px !important;
}
.padding-r-6 {
  padding-right: 6px !important;
}
.padding-r-8 {
  padding-right: 8px !important;
}
.padding-r-10 {
  padding-right: 10px !important;
}
.padding-r-12 {
  padding-right: 12px !important;
}
.padding-r-14 {
  padding-right: 14px !important;
}
.padding-r-16 {
  padding-right: 16px !important;
}
.padding-r-18 {
  padding-right: 18px !important;
}
.padding-r-20 {
  padding-top: 20px !important;
}

.card-image-service {
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  height: 150px;
  max-height: 150px;
}

.fab-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.fab-fixed {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.fab-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
}

.fab-menu .fab-fixed {
  position: absolute;
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease;
}

.fab-container.open .fab-menu .fab-fixed {
  opacity: 1;
  transform: scale(1);
}

.fab-container.open .fab-menu .whatsapp {
  bottom: 80px;
  right: 0;
}

.fab-container.open .fab-menu .email {
  bottom: 60px;
  right: 60px;
}

.fab-container.open .fab-menu .phone {
  bottom: 0;
  right: 80px;
}

.fab-fixed.whatsapp {
  background-color: #25d366;
}
.fab-fixed.email {
  background-color: var(--secondary-color);
}
.fab-fixed.phone {
  background-color: #4caf50;
}

.fab-fixed:hover {
  transform: scale(1.1);
}

input.mipw {
  -webkit-text-security: square;
  text-security: square;
}
.w-2x {
  width: 2% !important;
}
.w-5x {
  width: 5% !important;
}
.w-10x {
  width: 10% !important;
}
.w-15x {
  width: 15% !important;
}
.w-20x {
  width: 20% !important;
}
.w-25x {
  width: 25% !important;
}
.w-30x {
  width: 30% !important;
}
.w-35x {
  width: 35% !important;
}
.w-40x {
  width: 40% !important;
}
.w-45x {
  width: 45% !important;
}
.w-50x {
  width: 50% !important;
}
.w-55x {
  width: 55% !important;
}
.w-60x {
  width: 60% !important;
}
.w-65x {
  width: 65% !important;
}
.w-70x {
  width: 70% !important;
}
.w-75x {
  width: 75% !important;
}
.w-80x {
  width: 80% !important;
}
.w-85x {
  width: 85% !important;
}
.w-90x {
  width: 90% !important;
}
.w-95x {
  width: 95% !important;
}
.w-100x {
  width: 100% !important;
}

.image-thumb {
  cursor: pointer;
  transition: transform 0.4s;
}
.image-thumb:hover {
  transform: scale(1.05);
}

.rating i {
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

  .user-menu {
    position: relative;
    display: inline-block;
  }

  .user-button {
    background-color: #007bff;
    color: white;
    padding: 10px 16px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }

  .user-options {
    display: none; 
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    border-radius: 4px;
    overflow: hidden;
  }

  .user-options a {
    color: #333;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
  }

  .user-options a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }

  .user-menu:hover .user-options {
    display: block;
  }
  .user-options {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.user-menu:hover .user-options {
  display: block;
  opacity: 1;
  transform: translateY(0);
}