/* #header, #encabezado { display: none !important; } */

#rx_nav_web {
  background: #ffffff !important;
  padding: 0 40px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 1px 0 #E5E2DA, 0 2px 12px rgba(0,0,0,.06);
}

.rx_nav_left { display: flex; align-items: center; gap: 32px; }

.rx_nav_logo { display: flex; align-items: center; text-decoration: none; }

.rx_nav_logo_img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.rx_nav_tabs { display: flex; gap: 4px; }

.rx_nav_tab {
  padding: 8px 18px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 500;
  color: #4B5563 !important;
  text-decoration: none;
  transition: all .15s;
}
.rx_nav_tab:hover { color: #0B1F4B !important; background: rgba(11,31,75,.06); }
.rx_nav_tab.active { color: #0B1F4B !important; background: rgba(11,31,75,.08); font-weight: 600; }

.rx_nav_right { display: flex; align-items: center; gap: 14px; }

.rx_nav_user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 14px 5px 5px;
  border-radius: 10px;
  text-decoration: none;
}

.rx_nav_avatar {
  width: 34px; height: 34px;
  background: #D91B1B !important;
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Sora', sans-serif;
  font-size: 13px; font-weight: 700;
  color: #fff !important; letter-spacing: -.3px;
}

.rx_nav_username {
  font-size: 15px;
  color: #0B1F4B !important;
  font-weight: 600;
}

.rx_nav_logout {
  color: #9CA3AF !important;
  font-size: 22px;
  text-decoration: none;
  transition: color .15s;
  line-height: 1;
}
.rx_nav_logout:hover { color: #D91B1B !important; }

.rx_nav_btn {
  background: #D91B1B !important;
  color: #fff !important;
  border-radius: 9px;
  padding: 9px 20px;
  font-family: 'Sora', sans-serif;
  font-size: 14px; font-weight: 600;
  text-decoration: none;
}