.menu_main {
  border-right: 0;
  height: 40px;
  padding: 0 0 0 10px;
}
.bgcolor_menu_option_active {
  top: 0;
  padding-top: 0;
  height: 39px;
  border-right: 0;
}
a.menu_option_active,
a.menu_option_inactive {
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
#form1 input,
#form1 select,
#form1 textarea {
  border: 2px solid #ddddd1;
  font: normal 12px Arial, Helvetica, sans-serif;
  padding: 7px;
  width: auto;
}
#form1 .btn_search {
  color: green;
  cursor: pointer;
  font: bold 10px/28px Verdana;
  border: dashed 0;
}
.border_sidebox {
  border: dashed 0;
  border-right: 10px;
  border-bottom: 10px;
}
.link_bullet_td {
  padding-right: 5px;
}
a.footer_option:link,
a.footer_option:visited {
  color: #666;
  text-decoration: none;
}
a.footer_option:hover {
  color: #ddd;
  text-decoration: underline;
}
.table_header_text {
  color: #83abcc;
  font-weight: 700;
}
.link img {
  border: #ddd solid 3px;
}
.link img:hover {
  border: #83abcc solid 3px;
}
span.registration_link,
span.user_login_link {
  color: #fff;
}
.navbar-custom {
  background-color: #002469;
  min-height: 65px;
}
.form-floating-custom {
  padding: 5px;
  box-shadow: 3px 3px 8px #888;
}
.container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-custom {
  background-size: cover;
}
.div-custom {
  width: 1200px;
}
.button-custom,
.btn-primary {
  background-color: #20407e;
}
.btn-primary:hover,
.link-custom:hover {
  background-color: #535965;
}
.my-title {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
}
.my-logo {
  width: 200px;
}
.content-logo {
  display: flex;
  align-items: center;
}
.my-icon,
.my-icon-2,
.my-icon-3 {
  color: #fff;
}
.background-custom {
  background-color: #fff;
}
h4, h2 {
  text-align: center;
  color: #002469;
  font-size: 150%;
  font-weight: bold;
}
.div-categories {
  min-height: 60px;
}
.button-categories {
  width: 100%;
  height: 120%;
  color: #fff;
}
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #fff;
  background-color: inherit;
  font-family: inherit;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown:hover .dropbtn {
  background-color: #555;
  color: #fff;
}
.dropdown-content a:hover {
  background-color: #ddd;
  color: #000;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.bar-custom {
  padding-right: 20px;
}
.navbar-button-custom {
  border: none;
}
.empresa-title {
  min-height: 60px;
  color: #fff;
  padding-left: 1%;
}
.menu-custom {
  padding-left: max(60px);
  padding-right: max(60px);
}
.empresa-custom {
  padding-left: 3%;
  padding-right: 3%;
}
a {
  color: #002469;
}
a:hover {
  color: #535965;
  text-align: center !important;
}
.titulo a {
  color: #fff;
  background-color: #002469;
  text-align: center;
  font-size: 120%;
}
.titulo a:visited {
  color: #fff;
}
.image-categoria {
  padding: 0 10px 0 0;
  max-width: 40px;
  max-height: 40px;
  margin-left: 4px;
}
.title-reminder {
  padding: 0 5px;
  display: flex;
  align-items: center;
  text-align: right;
}
.title-reminder h1 {
  font-size: 450%;
  color: #002469;
}
.contenedor-login {
  padding: 0 25px;
}
.product-logo {
  padding: 5px 0 0 5px;
  border: 0;
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 50%;
}
.image-container {
  min-width: 350px;
}
.cards-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    margin: 6px 0 18px;
}
.card {
    display: block;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #111827;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(16, 24, 40, .12);
    border-color: #d1d5db;
    text-align: left !important;
}
.card-inner {
    display: flex;
    gap: 14px;
    padding: 12px 14px;
    align-items: center;
}
.avatar {
    --size: 72px;
    width: var(--size);
    aspect-ratio: 1/1;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #fff;
    overflow: hidden;
    display: grid;
    place-items: center;
}
.avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.avatar-initials {
    font-weight: 800;
    font-size: 24px;
    line-height: 1;
    color: #65686cff;
    letter-spacing: .5px;
    user-select: none;
}
.card-body {
    min-width: 0;
}
.card-title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    color: #336699;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-meta {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #475569;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}
@media (max-width:480px) {
    .card-inner {
        gap: 12px;
        padding: 10px 12px;
    }
    .avatar {
        --size: 64px;
        border-radius: 12px;
    }
    .card-title {
        font-size: 15px;
    }
}