/* Entrega 07 - botones verdes con fondo blanco */
body.si-modern .si-btn-green-outline,
body.si-modern a.si-btn-green-outline,
body.si-modern .si-btn.si-btn-green-outline,
body.si-modern .si-cotiza-rapido-btn {
  color: #0a9f55 !important;
  background: #ffffff !important;
  border: 2px solid #13b86b !important;
  box-shadow: 0 12px 28px rgba(19, 184, 107, .14) !important;
  text-shadow: none !important;
}
body.si-modern .si-btn-green-outline i,
body.si-modern .si-btn-green-outline .fa,
body.si-modern .si-cotiza-rapido-btn i,
body.si-modern .si-cotiza-rapido-btn .fa {
  color: #0a9f55 !important;
}
body.si-modern .si-btn-green-outline:hover,
body.si-modern a.si-btn-green-outline:hover,
body.si-modern .si-btn.si-btn-green-outline:hover,
body.si-modern .si-cotiza-rapido-btn:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a9f55, #25d366) !important;
  border-color: #25d366 !important;
  box-shadow: 0 16px 34px rgba(19, 184, 107, .25) !important;
  transform: translateY(-2px);
}
body.si-modern .si-btn-green-outline:hover i,
body.si-modern .si-btn-green-outline:hover .fa,
body.si-modern .si-cotiza-rapido-btn:hover i,
body.si-modern .si-cotiza-rapido-btn:hover .fa {
  color: #ffffff !important;
}
body.si-modern .si-cotiza-rapido-btn {
  margin-left: 0 !important;
}
