html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.75)), 
              url('https://empresastahan.com/wp-content/uploads/2024/05/logistica-integrada-1280x720-1.jpg') 
              center/cover no-repeat fixed;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
}

.hero p {
  font-size: 1.2rem;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.8);
}

.navbar .nav-link {
  color: #fff;
  font-weight: 500;
}

.navbar .nav-link:hover {
  color: #d4f8e8 !important;
  text-decoration: underline;
}

section {
  padding: 80px 20px;
  background: linear-gradient(to bottom right, #e9f5f0, #ffffff);
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.feature-box {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  transition: 0.3s;
}

.feature-box:hover {
  background-color: #f8f9fa;
  transform: translateY(-5px);
}

footer {
  background: linear-gradient(to right, #14532d, #198754);
  color: #e6f2ea;
}

footer a {
  color: #e6f2ea;
}

footer a:hover {
  text-decoration: underline;
}

@keyframes grow {
  from { width: 40px; }
  to { width: 80px; }
}

h2, h3 {
  color: #198754;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(to right, #198754, #56ab2f);
  border: none;
}

.btn-primary:hover {
  background: #145c32;
}

.card {
  border: none;
  background: #f6fffa;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(25, 135, 84, 0.2);
}

.btn-success {
  background: linear-gradient(to right, #198754, #56ab2f);
  border: none;
}

.btn-success:hover {
  background-color: #146c43;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.phone-frame {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background-color: #000;
}
#carrusel-agente img {
  object-fit: cover;
  height: 450px;
  border-radius: 12px;
}
.translate-wrapper {
  background-color: #f4f8fb;
  padding: 8px 16px;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(25, 135, 84, 0.2);
  max-width: fit-content;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

.google-translate-custom select {
  border: none;
  background: transparent;
  color: #198754;
  font-weight: 600;
  padding-left: 8px;
  outline: none;
  appearance: none;
}

.google-translate-custom .goog-te-gadget {
  font-size: 0.95rem !important;
}