:root {
  --bg-dark: #07131f;
  --bg-deep: #0c2238;
  --blue-1: #49a4d6;
  --blue-2: #277fbe;
  --blue-3: #1c5f96;
  --gold: #e2b64c;
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.82);
  --line: rgba(255, 255, 255, 0.12);
  --card: rgba(255, 255, 255, 0.08);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --container: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: linear-gradient(
    180deg,
    var(--blue-1) 0%,
    var(--blue-2) 55%,
    var(--blue-3) 100%
  );
}

a {
  text-decoration: none;
  color: inherit;
}
img,
video {
  display: block;
  max-width: 100%;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(
      circle at top left,
      rgba(255, 255, 255, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(12, 34, 56, 0.35),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      var(--blue-1) 0%,
      var(--blue-2) 52%,
      var(--blue-3) 100%
    );
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(7, 19, 31, 0.76) 0%,
    rgba(7, 19, 31, 0.42) 42%,
    rgba(7, 19, 31, 0.78) 100%
  );
  z-index: -1;
}

.bg-video {
  position: absolute;
  inset: -6%;
  z-index: -2;
  opacity: 0.26;
  transform: scale(1.08);
  filter: blur(22px) saturate(1.1);
}

.bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.noise {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1px
  );
  background-size: 14px 14px;
  opacity: 0.08;
  pointer-events: none;
  z-index: -1;
}

.topbar {
  padding: 20px 0 10px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  height: 54px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.18));
}

.brand small {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.hero-content {
  min-height: calc(100vh - 90px);
  display: grid;
  grid-template-columns: 1.05fr auto;
  gap: 42px;
  align-items: center;
  padding: 28px 0 48px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
}

h1 {
  margin: 0 0 16px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.18);
}

.lead {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.tag {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn {
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 800;
  transition: 0.25s ease;
  border: 1px solid transparent;
  box-shadow: var(--shadow);
}

.btn-primary {
  background: #ffffff;
  color: var(--blue-3);
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.right-col {
  position: relative;
}

.video-panel {
  width: min(370px, 88vw);
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 30px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  position: relative;
  z-index: 2;
}

.video-panel video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  left: -34px;
  bottom: 18px;
  max-width: 220px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(7, 19, 31, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  z-index: 3;
}

.floating-card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 0.98rem;
}

.floating-card span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.55;
}

.section {
  padding: 78px 0;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(7, 19, 31, 0.08) 0%,
    rgba(7, 19, 31, 0.16) 100%
  );
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.section-title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.section-text {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0 0 30px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  padding: 24px;
  border-radius: 12px;
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.cta {
  margin-top: 34px;
  padding: 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.cta h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

footer {
  padding: 28px 0 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 19, 31, 0.18);
}

@media (max-width: 980px) {
  .hero-content,
  .grid {
    grid-template-columns: 1fr;
  }

  .right-col {
    order: -1;
    display: flex;
    justify-content: center;
  }

  .floating-card {
    left: auto;
    right: 12px;
    bottom: 12px;
  }

  .cta {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .grid {grid-template-columns: repeat(1, 1fr);}
  
}

@media (max-width: 680px) {
  .topbar-inner {
    justify-content: center;
  }

  .brand {
    flex-direction: column;
    text-align: center;
  }

  .brand img {
    height: 46px;
  }

  .hero-content {
    min-height: auto;
    padding-top: 12px;
  }

  .floating-card {
    position: static;
    margin-top: 14px;
    max-width: none;
  }

  .btns {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}

.novedad.card {
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.novedad.card:hover {
  opacity:.6;
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -o-transition-duration: 700ms;
  transition-duration: 700ms;
}

.novedad.card .img-container {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center center;
}

#catalog-view-novedades .card-body {
  padding:40px 20px !important;
  border-radius:0 0 12px 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(10px);
  height: 100%;
}

#catalog-view-novedades .card-body h3 {
  font-size: 1.25rem !important;
  margin-bottom: 12px !important;
  color: white !important;
}
#catalog-view-novedades .card-body p {
  color: rgba(255,255,255,.82) !important;
}


.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-60 {
    font-size: 60px !important;
}

.fs-72 {
    font-size: 72px !important;
}

.fs-80 {
    font-size: 80px !important;
}

.fs-120 {
    font-size: 120px !important;
}

a:hover {
    color: inherit !important;
    opacity:.6;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

ul.pagination {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 !important;
}

ul.pagination .page-item {
  background: white !important;
  display: inline-flex;
  color: #2473ad;
  margin-right: 5px;
  padding: 5px;
  border-radius: 10px;
  min-width: 25px;
  text-align: center;
  justify-content: center;
}

ul.pagination .page-item.active {
  background: #1d3346 !important;
  color: #ffffff !important;
}


.paginate_buttonpage-item {
  margin-right: 5px;
}

.m-0 {  margin: 0 !important; }
.m-1 {  margin: .375rem !important; }
.m-2 {  margin: .75rem !important; }
.m-3 {  margin: 1.5rem !important; }
.m-4 {  margin: 2.25rem !important; }
.m-5 {  margin: 4.5rem !important; }

.mt-0 {  margin-top: 0 !important; }
.mt-1 {  margin-top: .375rem !important; }
.mt-2 {  margin-top: .75rem !important; }
.mt-3 {  margin-top: 1.5rem !important; }
.mt-4 {  margin-top: 2.25rem !important; }
.mt-5 {  margin-top: 4.5rem !important; }

.mb-0 {  margin-bottom: 0 !important; }
.mb-1 {  margin-bottom: .375rem !important; }
.mb-2 {  margin-bottom: .75rem !important; }
.mb-3 {  margin-bottom: 1.5rem !important; }
.mb-4 {  margin-bottom: 2.25rem !important; }
.mb-5 {  margin-bottom: 4.5rem !important; }

.ms-0 {  margin-left: 0 !important; }
.ms-1 {  margin-left: .375rem !important; }
.ms-2 {  margin-left: .75rem !important; }
.ms-3 {  margin-left: 1.5rem !important; }
.ms-4 {  margin-left: 2.25rem !important; }
.ms-5 {  margin-left: 4.5rem !important; }

.me-0 {  margin-right: 0 !important; }
.me-1 {  margin-right: .375rem !important; }
.me-2 {  margin-right: .75rem !important; }
.me-3 {  margin-right: 1.5rem !important; }
.me-4 {  margin-right: 2.25rem !important; }
.me-5 {  margin-right: 4.5rem !important; }

.mx-1 {  margin: 0 .375rem !important; }
.mx-2 {  margin: 0 .75rem !important; }
.mx-3 {  margin: 0 1.5rem !important; }
.mx-4 {  margin: 0 2.25rem !important; }
.mx-5 {  margin: 0 4.5rem !important; }

.my-1 {  margin: .375rem 0 !important; }
.my-2 {  margin: .75rem 0 !important; }
.my-3 {  margin: 1.5rem 0 !important; }
.my-4 {  margin: 2.25rem 0 !important; }
.my-5 {  margin: 4.5rem 0 !important; }

.p-0 {  padding: 0 !important; }
.p-1 {  padding: .375rem !important; }
.p-2 {  padding: .75rem !important; }
.p-3 {  padding: 1.5rem !important; }
.p-4 {  padding: 2.25rem !important; }
.p-5 {  padding: 4.5rem !important; }

.pt-0 {  padding-top: 0 !important; }
.pt-1 {  padding-top: .375rem !important; }
.pt-2 {  padding-top: .75rem !important; }
.pt-3 {  padding-top: 1.5rem !important; }
.pt-4 {  padding-top: 2.25rem !important; }
.pt-5 {  padding-top: 4.5rem !important; }

.pb-0 {  padding-bottom: 0 !important; }
.pb-1 {  padding-bottom: .375rem !important; }
.pb-2 {  padding-bottom: .75rem !important; }
.pb-3 {  padding-bottom: 1.5rem !important; }
.pb-4 {  padding-bottom: 2.25rem !important; }
.pb-5 {  padding-bottom: 4.5rem !important; }

.ps-0 {  padding-left: 0 !important; }
.ps-1 {  padding-left: .375rem !important; }
.ps-2 {  padding-left: .75rem !important; }
.ps-3 {  padding-left: 1.5rem !important; }
.ps-4 {  padding-left: 2.25rem !important; }
.ps-5 {  padding-left: 4.5rem !important; }

.pe-0 {  padding-right: 0 !important; }
.pe-1 {  padding-right: .375rem !important; }
.pe-2 {  padding-right: .75rem !important; }
.pe-3 {  padding-right: 1.5rem !important; }
.pe-4 {  padding-right: 2.25rem !important; }
.pe-5 {  padding-right: 4.5rem !important; }

.px-1 {  padding: 0 .375rem !important; }
.px-2 {  padding: 0 .75rem !important; }
.px-3 {  padding: 0 1.5rem !important; }
.px-4 {  padding: 0 2.25rem !important; }
.px-5 {  padding: 0 4.5rem !important; }

.py-1 {  padding: .375rem 0 !important; }
.py-2 {  padding: .75rem 0 !important; }
.py-3 {  padding: 1.5rem 0 !important; }
.py-4 {  padding: 2.25rem 0 !important; }
.py-5 {  padding: 4.5rem 0 !important; }

.related-card{
  overflow:hidden;
  border-radius:28px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
  backdrop-filter:blur(12px);
}

.related-card img{
  width:100%;
  aspect-ratio:4 / 3;
  object-fit:cover;
}

.related-body{
  padding:22px;
}

.related-body h3{
  margin:0 0 10px;
  font-size:1.2rem;
  line-height:1.2;
}

.related-body p{
  margin:0;
  color:rgba(255,255,255,.82);
  line-height:1.7;
}