@charset "UTF-8";
.text-primary-gm {
  color: #013483;
}

.text-dark-gm {
  color: #112542;
}

.text-light-mg {
  color: #f8f9fa;
}

.text-primary-title-gm {
  color: #013483;
  font-weight: 600;
}

.text-primary-subtitle-gm {
  font-weight: 400;
}

.fw-semi-bold {
  font-weight: 600;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #112542;
}

.btn-pl-primary,
.btn-gm-primary {
  background-color: #013483;
  color: #ffffff;
  border: 1px solid #013483;
  transition: all 0.3s ease;
}
.btn-pl-primary:hover,
.btn-gm-primary:hover {
  background-color: rgb(0.6136363636, 31.9090909091, 80.3863636364);
  border-color: rgb(0.6136363636, 31.9090909091, 80.3863636364);
  color: #ffffff;
}
.btn-pl-primary:active,
.btn-gm-primary:active {
  background-color: rgb(0.4204545455, 21.8636363636, 55.0795454545);
}
.btn-pl-primary:disabled,
.btn-gm-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-secondary {
  background-color: #112542;
  color: #ffffff;
  border: 1px solid #112542;
  transition: all 0.3s ease;
}
.btn-gm-secondary:hover {
  background-color: rgb(6.5542168675, 14.265060241, 25.4457831325);
  border-color: rgb(6.5542168675, 14.265060241, 25.4457831325);
  color: #ffffff;
}
.btn-gm-secondary:active {
  background-color: rgb(1.3313253012, 2.8975903614, 5.1686746988);
}
.btn-gm-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-success {
  background-color: #198754;
  color: #ffffff;
  border: 1px solid #198754;
  transition: all 0.3s ease;
}
.btn-gm-success:hover {
  background-color: rgb(17.03125, 91.96875, 57.225);
  border-color: rgb(17.03125, 91.96875, 57.225);
  color: #ffffff;
}
.btn-gm-success:active {
  background-color: rgb(13.046875, 70.453125, 43.8375);
}
.btn-gm-success:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-danger {
  background-color: #dc3545;
  color: #ffffff;
  border: 1px solid #dc3545;
  transition: all 0.3s ease;
}
.btn-gm-danger:hover {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  color: #ffffff;
}
.btn-gm-danger:active {
  background-color: rgb(167.4810126582, 29.0189873418, 42.2848101266);
}
.btn-gm-danger:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-warning {
  background-color: #ffc107;
  color: #112542;
  border: 1px solid #ffc107;
  transition: all 0.3s ease;
}
.btn-gm-warning:hover {
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(211, 158.25, 0);
  color: #112542;
}
.btn-gm-warning:active {
  background-color: rgb(185.5, 139.125, 0);
}
.btn-gm-warning:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gm-outline-primary {
  background-color: transparent;
  color: #013483;
  border: 1px solid #013483;
  transition: all 0.3s ease;
}
.btn-gm-outline-primary:hover {
  background-color: #013483;
  color: #ffffff;
}

.btn-gm-outline-secondary {
  background-color: transparent;
  color: #112542;
  border: 1px solid #112542;
  transition: all 0.3s ease;
}
.btn-gm-outline-secondary:hover {
  background-color: #112542;
  color: #ffffff;
}

.btn-gm-outline-light {
  background-color: transparent;
  color: #f8f9fa;
  border: 1px solid #f8f9fa;
  transition: all 0.3s ease;
}
.btn-gm-outline-light:hover {
  background-color: #f8f9fa;
  color: #ffffff;
}

.header {
  background-color: #112542;
  color: white;
}
.header .nav-link {
  font-weight: 500;
}
.header .nav-link:hover {
  color: #013483;
}

.container-gm-header-1 {
  height: 74px;
}

.footer {
  background-color: #112542 !important;
  color: white;
  font-size: 0.9rem;
}

.colors-gm-primary {
  background-color: #013483;
}

.colors-gm-secondary {
  background-color: #112542;
}

.colors-gm-light {
  background-color: #f8f9fa;
}

.colors-gm-dark {
  background-color: #112542;
}

.h1-gm {
  font-size: 2rem;
  font-family: "Inter", sans-serif;
}

.h2-gm {
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
}

.h3-gm {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
}

.h4-gm {
  font-size: 1rem;
  font-family: "Inter", sans-serif;
}

.h5-gm {
  font-size: 0.938rem;
  font-family: "Inter", sans-serif;
}

.p-gm {
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
}

.card-body.card-body-gm-primary {
  background: #013483;
  color: #f8f9fa;
  padding: 2rem;
}

.card-body.card-body-gm-secondary {
  background: #112542;
  color: #f8f9fa;
  padding: 2rem;
}

.card-body-gm-primary > .fa-solid.fa-bolt {
  font-size: 36px;
}

a {
  color: #013483;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(0.6136363636, 31.9090909091, 80.3863636364);
  text-decoration: underline;
}

.nav-link-gm {
  color: #013483;
  transition: all 0.3s ease;
}
.nav-link-gm:hover {
  color: rgb(0.6136363636, 31.9090909091, 80.3863636364);
}
.nav-link-gm.active {
  color: #013483;
  font-weight: 600;
}

.form-control-gm-search {
  border-radius: 3px 0 0 3px;
}

.btn-gm-search {
  border-radius: 0 3px 3px 0;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.form-check-input-gm:checked {
  background-color: #013483;
  border-color: #013483;
}

.text-bg-mg-primary {
  background-color: #013483 !important;
  color: #ffffff !important;
}

.text-bg-mg-secondary {
  background-color: #112542 !important;
  color: #ffffff !important;
}

.text-bg-mg-success {
  background-color: #198754 !important;
  color: #ffffff !important;
}

.text-bg-mg-danger {
  background-color: #dc3545 !important;
  color: #ffffff !important;
}

.text-bg-mg-warning {
  background-color: #ffc107 !important;
  color: #112542 !important;
}

.text-bg-mg-info {
  background-color: #0dcaf0 !important;
  color: #112542 !important;
}

.text-bg-mg-light {
  background-color: #f8f9fa !important;
  color: #112542 !important;
}

.text-bg-mg-dark {
  background-color: #112542 !important;
  color: #ffffff !important;
}

.card-gm {
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s ease;
}
.card-gm:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.card-gm-primary {
  background-color: #013483;
  color: #ffffff;
}

.card-gm-secondary {
  background-color: #112542;
  color: #ffffff;
}

.form-control-gm {
  border-radius: 0.375rem;
  border: 1px solid rgb(48.3373493976, 105.2048192771, 187.6626506024);
  transition: all 0.3s ease;
}
.form-control-gm:focus {
  border-color: #013483;
  box-shadow: 0 0 0 0.2rem rgba(1, 52, 131, 0.25);
}

.form-label-gm {
  font-weight: 500;
  color: #112542;
  margin-bottom: 0.5rem;
}

.form-check-input-gm:checked {
  background-color: #013483;
  border-color: #013483;
}

.spacing-xs {
  margin: 0.25rem;
}

.spacing-sm {
  margin: 0.5rem;
}

.spacing-md {
  margin: 1rem;
}

.spacing-lg {
  margin: 1.5rem;
}

.spacing-xl {
  margin: 2rem;
}

.p-xs {
  padding: 0.25rem;
}

.p-sm {
  padding: 0.5rem;
}

.p-md {
  padding: 1rem;
}

.p-lg {
  padding: 1.5rem;
}

.p-xl {
  padding: 2rem;
}

.text-primary-gm {
  color: #013483 !important;
}

.text-secondary-gm {
  color: #112542 !important;
}

.text-success-gm {
  color: #198754 !important;
}

.text-danger-gm {
  color: #dc3545 !important;
}

.text-warning-gm {
  color: #ffc107 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #112542 !important;
}

.bg-primary-gm {
  background-color: #013483 !important;
}

.bg-secondary-gm {
  background-color: #112542 !important;
}

.bg-success-gm {
  background-color: #198754 !important;
}

.bg-danger-gm {
  background-color: #dc3545 !important;
}

.shadow-sm-gm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.shadow-md-gm {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.shadow-lg-gm {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.rounded-sm-gm {
  border-radius: 0.25rem;
}

.rounded-md-gm {
  border-radius: 0.375rem;
}

.rounded-lg-gm {
  border-radius: 0.5rem;
}

.shimmer {
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  display: inline-block;
  position: relative;
  animation: shimmer-animation 1.5s linear infinite;
  border-radius: 0.375rem;
  overflow: hidden;
}
.shimmer.circle {
  border-radius: 50%;
}
.shimmer.rectangular {
  width: 100%;
}

@keyframes shimmer-animation {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.gm-pagination .page-item {
  margin: 0 3px;
}
.gm-pagination .page-item .page-link {
  border-radius: 8px !important;
  border: 1px solid #e9ecef !important;
  color: #112542;
  font-weight: 500;
  padding: 0.6rem 1rem;
  transition: all 0.3s ease;
}
.gm-pagination .page-item .page-link:hover {
  background: rgba(1, 52, 131, 0.05);
  color: #013483;
  border-color: rgba(1, 52, 131, 0.2) !important;
}
.gm-pagination .page-item.active .page-link {
  background-color: #013483 !important;
  border-color: #013483 !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(1, 52, 131, 0.2);
}
.gm-pagination .page-item.disabled .page-link {
  background-color: #f8f9fa;
  color: #adb5bd;
}

.product-card-gm {
  background: white;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}
.product-card-gm:hover {
  transform: translateY(-8px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-color: rgba(1, 52, 131, 0.15);
}
.product-card-gm .product-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f8f9fa;
  position: relative;
}
.product-card-gm .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.product-card-gm .product-image .badge-promo {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}
.product-card-gm:hover .product-image img {
  transform: scale(1.08);
}
.product-card-gm .product-info {
  padding: 1.25rem;
}
.product-card-gm .product-info .product-title {
  font-weight: 600;
  font-size: 1rem;
  color: #112542;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3rem;
}
.product-card-gm .product-info .product-price {
  font-weight: 700;
  font-size: 1.25rem;
  color: #013483;
  margin-bottom: 1rem;
}
.product-card-gm .product-info .product-actions {
  display: flex;
  gap: 10px;
}

.product-card {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: white;
  border-radius: 10px;
}
.product-card .card-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.product-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card .product-category-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 10;
  font-size: 0.75rem;
  background-color: #013483;
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  color: white;
  pointer-events: none;
}
.product-card .wishlist-toggle,
.product-card .cart-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 12;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.product-card .wishlist-toggle:hover,
.product-card .cart-btn:hover {
  transform: translateY(-3px);
  background: #f8f9fa;
}
.product-card .wishlist-toggle i,
.product-card .cart-btn i {
  color: #333;
  font-size: 1.1rem;
}
.product-card .wishlist-toggle {
  top: 10px;
  left: 10px;
}
.product-card .cart-btn {
  top: 10px;
  right: 10px;
}
.product-card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.product-card:hover .wishlist-toggle,
.product-card:hover .cart-btn {
  opacity: 1;
}
.product-card:hover .card-img-wrap img {
  transform: scale(1.08);
}
.product-card .product-title {
  font-weight: 600;
  font-size: 1rem;
  margin-top: 1rem;
  color: #112542;
}
.product-card .product-price {
  color: #013483;
  font-weight: 700;
  font-size: 1.15rem;
}

.gm-pagination .pagination {
  gap: 0.5rem;
}
.gm-pagination .pagination .page-item .page-link {
  border-radius: 8px;
  border: 1px solid #dee2e6;
  color: #112542;
  padding: 0.5rem 0.9rem;
  transition: all 0.15s ease;
}
.gm-pagination .pagination .page-item .page-link:hover {
  background-color: rgba(1, 52, 131, 0.05);
  color: #013483;
  border-color: #013483;
}
.gm-pagination .pagination .page-item.active .page-link {
  background-color: #013483;
  border-color: #013483;
  color: white;
}

@media (max-width: 768px) {
  .h1-gm {
    font-size: 1.75rem;
  }
  .h2-gm {
    font-size: 1.5rem;
  }
  .h3-gm {
    font-size: 1.25rem;
  }
  .spacing-xl {
    margin: 1.5rem;
  }
  .p-xl {
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .h1-gm {
    font-size: 1.5rem;
  }
  .h2-gm {
    font-size: 1.25rem;
  }
  .h3-gm {
    font-size: 1.1rem;
  }
}
.breadcrumb {
  background: transparent;
  font-size: 14px;
  margin-bottom: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›" !important;
  color: #112542;
}

.breadcrumb-item a {
  color: #112542;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  color: #013483;
}

.breadcrumb-item.active {
  color: #013483;
  font-weight: 600;
}

.map-container {
  position: relative;
  width: 100%;
}
.map-container .point {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #112542;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 100, 165, 0.5), 0 0 25px rgba(0, 100, 165, 0.3);
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.25s ease;
  z-index: 2;
  animation: pulse-glow 2s infinite;
}
.map-container .point:hover {
  transform: translate(-50%, -50%) scale(1.5);
}

@keyframes pulse-glow {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 12px rgba(0, 100, 165, 0.5);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 22px rgba(0, 100, 165, 0.8);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 12px rgba(0, 100, 165, 0.5);
  }
}
.accordion-button-gm-categorias {
  background: #112542 !important;
  color: #f8f9fa !important;
  border-radius: 0 !important;
  font-weight: 500;
}
.accordion-button-gm-categorias:not(.collapsed) {
  background-color: rgb(6.5542168675, 14.265060241, 25.4457831325) !important;
  color: #f8f9fa !important;
}

.login-page {
  display: flex !important;
  min-height: 100vh;
}
.login-page .login-sidebar {
  width: 40%;
  background: linear-gradient(135deg, #013483 0%, #13438B 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  color: white;
}
.login-page .login-sidebar .brand-logo {
  max-width: 200px;
  margin-bottom: 2rem;
}
.login-page .login-sidebar .brand-quote {
  font-size: 1.1rem;
  opacity: 0.8;
  line-height: 1.6;
  text-align: center;
}
.login-page .login-content {
  width: 60%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.login-page .login-content .login-card {
  width: 100%;
  max-width: 400px;
}
.login-page .login-content .login-card .login-header {
  margin-bottom: 2.5rem;
}
.login-page .login-content .login-card .login-header h2 {
  font-weight: 700;
  color: #112542;
}
.login-page .login-content .login-card .login-header p {
  color: #112542;
}

@media (max-width: 992px) {
  .login-page {
    flex-direction: column;
  }
  .login-page .login-sidebar,
  .login-page .login-content {
    width: 100%;
  }
  .login-page .login-sidebar {
    padding: 2rem;
    min-height: 250px;
  }
}
.search-pill-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.search-pill-container .input-group-pill {
  flex-grow: 1;
  display: flex;
  border-radius: 50rem;
  background-color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
  overflow: hidden;
  margin-right: 1rem;
}
.search-pill-container .input-group-pill .form-control {
  border: none;
  background: transparent;
  height: 48px;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  box-shadow: none !important;
}
.search-pill-container .input-group-pill .form-control::placeholder {
  color: #adb5bd;
}
.search-pill-container .input-group-pill .btn-search {
  background-color: #013483;
  color: white;
  border: none;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 50rem 50rem 0;
  transition: all 0.2s ease;
}
.search-pill-container .input-group-pill .btn-search:hover {
  background-color: rgb(0.6136363636, 31.9090909091, 80.3863636364);
  width: 80px;
}
.search-pill-container .input-group-pill .btn-search i {
  font-size: 1.1rem;
}
.search-pill-container .search-count {
  font-size: 0.85rem;
  color: #6c757d;
  font-weight: 700;
  white-space: nowrap;
}

.support-chat-widget {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}
.support-chat-widget .chat-window {
  width: 100%;
  max-width: 350px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.support-chat-widget .chat-window .chat-header {
  background: #004e8d;
  color: white;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.support-chat-widget .chat-window .chat-header .manager-avatar {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.support-chat-widget .chat-window .chat-header .manager-info {
  flex: 1;
}
.support-chat-widget .chat-window .chat-header .manager-info h6 {
  margin: 0;
  font-weight: 600;
  font-size: 0.95rem;
}
.support-chat-widget .chat-window .chat-header .manager-info span {
  font-size: 0.75rem;
  opacity: 0.8;
}
.support-chat-widget .chat-window .chat-body {
  flex: 1;
  padding: 1.25rem;
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 300px;
}
.support-chat-widget .chat-window .chat-body .message {
  max-width: 85%;
  padding: 0.75rem 1rem;
  border-radius: 15px;
  font-size: 0.9rem;
  line-height: 1.4;
  position: relative;
}
.support-chat-widget .chat-window .chat-body .message.received {
  background: white;
  align-self: flex-start;
  border-bottom-left-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: #112542;
}
.support-chat-widget .chat-window .chat-body .message.sent {
  background: #004e8d;
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 78, 141, 0.2);
}
.support-chat-widget .chat-window .chat-body .message small {
  display: block;
  font-size: 0.65rem;
  opacity: 0.6;
  text-align: right;
  margin-top: 4px;
}
.support-chat-widget .chat-window .chat-footer {
  padding: 1rem;
  background: white;
  border-top: 1px solid #f1f5f9;
  display: flex;
  gap: 0.5rem;
}
.support-chat-widget .chat-window .chat-footer input {
  flex: 1;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  outline: none;
}
.support-chat-widget .chat-window .chat-footer input:focus {
  border-color: #004e8d;
}
.support-chat-widget .chat-window .chat-footer button {
  background: #004e8d;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-card-premium {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  position: relative;
}
.product-card-premium .pcp-image-wrap {
  width: 100%;
  aspect-ratio: 1.4/1;
  background-color: #f6f6f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
}
.product-card-premium .pcp-image-wrap img {
  max-width: 65%;
  max-height: 65%;
  object-fit: contain;
}
.product-card-premium .pcp-brand-badge {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}
.product-card-premium .pcp-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #333;
  line-height: 1.3;
}
.product-card-premium .pcp-rating {
  color: #555;
  font-size: 0.85rem;
  margin-bottom: 0.8rem;
  display: flex;
  gap: 3px;
}
.product-card-premium .btn-cotizar {
  background: white;
  border: 1px solid #000;
  padding: 3px 14px;
  border-radius: 3px;
  font-size: 0.8rem;
  cursor: pointer;
  align-self: flex-start;
  font-weight: 500;
}
.product-card-premium .btn-cotizar:hover {
  background: #000;
  color: #fff;
}
.product-card-premium .pcp-price {
  font-size: 1.15rem;
  font-weight: 700;
  color: #013483;
  margin-top: 0.5rem;
}

.team-section .filter-pills {
  display: flex;
  gap: 20px;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.team-section .filter-pill {
  cursor: pointer;
  color: #444;
  font-size: 0.95rem;
  position: relative;
  padding-bottom: 5px;
}
.team-section .filter-pill.active {
  color: #013483;
  font-weight: 700;
}
.team-section .filter-pill.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #013483;
}
.team-section .team-member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team-section .team-member-card .tm-avatar-wrap {
  width: 170px;
  height: 170px;
  margin-bottom: -50px;
  z-index: 2;
  position: relative;
}
.team-section .team-member-card .tm-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 2px #013483;
  object-fit: cover;
  background: #fff;
}
.team-section .team-member-card .tm-info-box {
  background: #013483;
  color: white;
  padding: 70px 20px 25px;
  border-radius: 6px;
  width: 100%;
  max-width: 260px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.team-section .team-member-card .tm-name {
  font-weight: 700;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 3px;
  color: white;
}
.team-section .team-member-card .tm-position {
  font-size: 0.85rem;
  opacity: 0.9;
  color: rgba(255, 255, 255, 0.85);
}

/*# sourceMappingURL=main.css.map */
