/* Custom styles can be added here */
/* Most styling will be handled by Tailwind CSS */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(90deg, #157a33 0%, #3ec16c 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 20px;
  padding: 16px 36px;
  min-height: 64px;
  min-width: 280px;
  border: none;
  box-shadow: 0 2px 12px 0 rgba(30, 80, 40, 0.10);
  transition: filter 0.2s, box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
}
.btn-whatsapp svg {
  height: 28px;
  width: 28px;
  flex-shrink: 0;
}
.btn-whatsapp span {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.btn-whatsapp:hover, .btn-whatsapp:focus {
  filter: brightness(1.08);
  box-shadow: 0 6px 24px 0 rgba(30, 80, 40, 0.18);
  transform: translateY(-2px) scale(1.03);
  outline: none;
}
.btn-whatsapp-header {
  min-height: 44px !important;
  min-width: 180px !important;
  padding: 8px 24px !important;
  font-size: 1rem !important;
  border-radius: 16px !important;
  gap: 10px !important;
  z-index: 50 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.btn-whatsapp-header svg {
  width: 20px !important;
  height: 20px !important;
}
.btn-whatsapp-header span {
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.floating-whatsapp-btn {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 100;
  width: 64px;
  height: 64px;
  background: linear-gradient(90deg, #157a33 0%, #3ec16c 100%);
  border-radius: 50%;
  box-shadow: 0 6px 32px 0 rgba(30, 80, 40, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.2s, box-shadow 0.2s, transform 0.2s;
  animation: pulse-whatsapp 1.4s infinite;
}
.floating-whatsapp-btn svg {
  width: 38px;
  height: 38px;
  display: block;
}
.floating-whatsapp-btn:hover, .floating-whatsapp-btn:focus {
  filter: brightness(1.08);
  box-shadow: 0 12px 36px 0 rgba(30, 80, 40, 0.28);
  transform: scale(1.08);
}
@keyframes pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 193, 108, 0.5);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(30, 193, 108, 0);
    transform: scale(1.08);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(30, 193, 108, 0);
    transform: scale(1);
  }
}
@media (max-width: 600px) {
  .floating-whatsapp-btn {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
  .floating-whatsapp-btn svg {
    width: 28px;
    height: 28px;
  }
}
.btn-whatsapp-mobile {
  padding: 0.5rem 1.1rem !important;
  font-size: 0.95rem !important;
  min-height: 38px !important;
  max-width: 260px !important;
  min-width: unset !important;
  border-radius: 16px !important;
  margin-top: 1.5rem !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  width: auto !important;
}
.btn-whatsapp-mobile svg {
  width: 18px !important;
  height: 18px !important;
}
.btn-whatsapp-mobile span {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
}
.header-link {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding: 4px 8px;
  transition: all 0.2s ease;
  display: inline-block;
  text-decoration: none;
}
.header-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #e11d48;
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: center;
}
.header-link:hover,
.header-link.active {
  color: #e11d48;
}
.header-link:hover::after,
.header-link.active::after {
  transform: scaleX(1);
}
.btn-whatsapp-custom {
  background: linear-gradient(90deg, #157a33 0%, #3ec16c 100%);
  color: #fff;
  font-family: 'Sora', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(30, 80, 40, 0.10);
  transition: filter 0.2s, box-shadow 0.2s, transform 0.2s;
  text-decoration: none;
  min-width: 320px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn-whatsapp-custom:hover, .btn-whatsapp-custom:focus {
  filter: brightness(1.08);
  box-shadow: 0 6px 24px 0 rgba(30, 80, 40, 0.18);
  transform: translateY(-2px) scale(1.03);
  outline: none;
}

@media (max-width: 900px) {
  .oficina-section-flex {
    flex-direction: column !important;
    height: auto !important;
    min-height: unset !important;
    padding: 32px 0 !important;
  }
  .oficina-section-left {
    width: 100% !important;
    min-width: unset !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  .oficina-title {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .btn-whatsapp-custom {
    min-width: 150px;
    max-width: 220px;
    min-height: 38px;
    font-size: 1rem;
    padding: 0 12px;
    margin-bottom: 1.5rem !important;
  }
  .oficina-section-right {
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .oficina-car-mobile {
    height: 170px !important;
    max-width: 95vw !important;
    margin: 0 auto !important;
    display: block;
  }
}

@media (max-width: 600px) {
  .oficina-section-flex {
    padding: 12px 0 !important;
  }
  .oficina-title {
    font-size: 1.3rem !important;
    line-height: 1.7rem !important;
    margin-bottom: 1.1rem !important;
  }
  .btn-whatsapp-custom {
    min-width: 120px;
    max-width: 160px;
    font-size: 0.95rem;
    min-height: 32px;
    padding: 0 6px;
    margin-bottom: 1.1rem !important;
  }
  .oficina-car-mobile {
    height: 110px !important;
    max-width: 90vw !important;
  }
} 