body {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      background: #fff;
      color: #686868;
    }
    .container {
      max-width: 420px;
      margin: 0 auto;
      box-shadow: 0 0 8px #eee;
      min-height: 100vh;
      background: #fff;
      padding-bottom: 32px;
    }
    .logo {
      display: block;
      width: 250px;
      margin: 0 auto;
}
    .imagen-container {
      position: relative;
      width: 100%;
      max-width: 400px;
      height: 300px;
      overflow: hidden;
      background: #eee;
      margin: 16px auto 0 auto;
    }

    .slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .slider.active {
      opacity: 1;
    }

.poster {
      display: block;
      width: 100%;
      margin: 0 auto;
    }

.footer {
  font-family: 'Montserrat', sans-serif;
  padding: 40px 20px;
  background: #fff;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.footer-contacto {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: left;
}

.contacto-icono img {
  width: 30px;
  margin-top: 4px;
}

.contacto-grupo {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 60px;
}

.contacto-bloque {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  min-width: 180px;
}

.contacto-bloque a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  margin-top: 2px;
}

.verde {
  color: #00a859;
}

.verde-wsp {
  color: #119c63;
}

@media (max-width: 600px) {
  .contacto-grupo {
    flex-direction: column;
    gap: 16px;
  }
}




.footer-menu {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  margin: 20px 0;
}

.menu-item {
  padding: 12px 0;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto;
}

.flecha {
  font-size: 12px;
  color: #666;
}

.footer-social {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.footer-social img {
  width: 26px;
  height: 26px;
}

.footer-copy {
  font-size: 12px;
  color: #777;
  line-height: 1.6;
}

.footer-copy a {
  color: #00a859;
  text-decoration: none;
  font-weight: 500;
}


.header-servientrega {
  background: linear-gradient(to right, #009A44, #009A44); /* fondo verde sólido */
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.header-servientrega img {
  width: 180px;
  height: 28px;
}

.guia-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.guia-box {
  background: #fff;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 90vw;
  width: 500px;
}

.guia-title {
  display: block;
  font-size: 16px;
  color: #525252;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 2px .75rem;
}

.guia-input-group {
  display: flex;
  align-items: center;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  padding: 4px 4px 4px 16px;
}

.guia-select {
  border: none;
  background: transparent;
  font-size: 18px;
  color: #4d4d4d;
  padding: 2px .75rem;
  outline: none;
  appearance: none;
}

.guia-input {
  flex: 1;
  border: none;
  background: transparent;
  font-size: 18px;
  padding: 2px .75rem;
  outline: none;
  color: #4d4d4d;
}

.guia-btn {
  background: #ec008c;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  margin-left: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.guia-btn:hover {
  background: #c60076;
}
.soluciones-logisticas {
  text-align: center;
  padding: 40px 20px;
  font-family: 'Montserrat', sans-serif;
}

.soluciones-logisticas h2 {
  font-size: 20px;
  color: #444;
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.tarjeta-solucion {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 24px;
  max-width: 500px;
  margin: 0 auto 24px auto;
  text-align: left;
}

.tarjeta-solucion img {
  height: 40px;
  margin-bottom: 12px;
}

.tarjeta-solucion h3 {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 8px;
}

.tarjeta-solucion p {
  font-size: 14px;
  color: #666;
  margin-bottom: 16px;
}

.tarjeta-solucion a {
  color: #00a859;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.tarjeta-solucion a span {
  margin-left: 6px;
  font-size: 16px;
  vertical-align: middle;
}