@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.saturnusdigital.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Barlow", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(19,36,112);
	--wd-alternative-color: rgb(186,61,61);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(246,246,246);
	background-image: none;
	background-attachment: scroll;
	background-position: left top;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgb(246,246,246);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
	--ink: #102520;
	--accent: #e8c4b0;
	--highlight: #ff3d2e;
	--chip-bg: #f5cfc2;
}
body::before {
	content: '';
	position: fixed; inset: 0;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
	pointer-events: none; z-index: 100;
	opacity: 0.6;
}
.hero { opacity: 0; }
.hero {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:0px;
	font-family: 'Barlow Condensed', sans-serif;
}
.grid-lines {
	position: absolute; inset: 0;
	pointer-events: none;
	opacity: 0;
}
.grid-lines span {
	position: absolute;
	top: 0; bottom: 0;
	width: 1px;
	background: var(--ink);
	opacity: 0.07;
	transform: scaleY(0);
	transform-origin: top;
}
.grid-lines span:nth-child(1) { left: 25%; }
.grid-lines span:nth-child(2) { left: 50%; }
.grid-lines span:nth-child(3) { left: 75%; }
.chip-wrap {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: clamp(0.8rem, 2vw, 1.6rem);
	opacity: 0;
}
.chip {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: var(--chip-bg);
	color: var(--ink);
	font-family: 'Barlow', sans-serif;
	font-size: clamp(0.7rem, 1.2vw, 0.9rem);
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 0.4em 0.9em;
	border-radius: 999px;
}
.chip-dot {
	width: 7px; height: 7px;
	border-radius: 50%;
	background: var(--highlight);
	flex-shrink: 0;
}
.chip-line {
	flex: 1;
	max-width: clamp(60px, 8vw, 140px);
	height: 1.5px;
	background: var(--ink);
	transform-origin: left;
	transform: scaleX(0);
	opacity: 0.25;
}
.headline {
	line-height: 0.88;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--ink);
	overflow: hidden;
}
.headline-row {
	display: block;
	overflow: hidden;
}
.word {
	display: inline-block;
	font-size: clamp(60px, 8vw, 116px);
	font-weight: 900;
	will-change: transform;
}
#w1 {
	margin-bottom:20px;
}
.qnf-row {
	position: relative;
	display: flex;
	align-items: baseline;
	gap: 0.15em;
}
.qnf-word {
	display: inline-block;
	font-size: clamp(60px, 8vw, 116px);
	font-weight: 900;
	text-transform: uppercase;
	margin-right:15px;
	color: var(--ink);
	will-change: transform;
}
.qnf-bar {
	position: absolute;
	left: -0.06em;
	top: 0.06em;
	height: 100%;
	background: var(--highlight);
	width: 0;
	z-index: -1;
	border-radius: 4px;
}
.qnf-row.lit .qnf-word {
	color: #fff;
}
.subline {
	margin-top:0px;
	font-family: 'Barlow', sans-serif;
	font-size: clamp(1rem, 1.5vw, 2rem);
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink);
	opacity: 0;
	max-width: 46ch;
}
.subline strong {
	color: var(--highlight);
}
.grecaptcha-badge {
	display:none;
}
#simple-chat-button--button {
	background-size:20px 20px !important;
	width:40px !important;
	height:40px !important;
}
#simple-chat-button--text {
	bottom:8px !important;
	right:50px !important;
}
.btn-header {
	border:solid 1px #ccc;
}

.wd-dropdown {
	background:rgb(246,246,246);
	border:none;
}
.wd-dropdown-menu .wd-icon,
.servicios-bloque .wd-icon{
	background: #fddddd;
	padding: 10px;
	border-radius: 4px;
	font-size: 16px;
	color: #ba3d3d;
	margin-right:4px;
}
.wd-dropdown-menu .btn-style-default,
.servicios-bloque .btn-style-default{
	text-align:left;
}
.wd-close-side {
    background: rgba(40,40,40,0.2) !important;
    backdrop-filter: blur(3px) !important;
}

.servicios-bloque .btn{
	padding:0px;
}


    .svg-wrap {
      position: relative;
      width: 100%;
      max-width: 891px;
    }

    .svg-wrap svg {
      width: 100%;
      height: auto;
      display: block;
    }

    @keyframes pulse-in {
      0%   { stroke-dashoffset: 0; }
      100% { stroke-dashoffset: 1; }
    }

    .anim-blue-1   { animation: pulse-in 2.4s linear infinite; }
    .anim-blue-2   { animation: pulse-in 3.1s linear infinite 0.6s; }
    .anim-pink-1   { animation: pulse-in 2.8s linear infinite 0.3s; }
    .anim-pink-2   { animation: pulse-in 3.5s linear infinite 1.1s; }
    .anim-orange-1 { animation: pulse-in 2.6s linear infinite 0.8s; }
    .anim-orange-2 { animation: pulse-in 2.9s linear infinite 0.2s; }

    /* CPU chip */
    .cpu {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -52%);
      width: 108px;
      height: 108px;
      background: #ffffff;
      border: 0.5px solid #d8d8d8;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 5px;
    }

    @keyframes cpu-shine {
      0%   { left: -60%; opacity: 0; }
      10%  { opacity: 1; }
      90%  { opacity: 1; }
      100% { left: 160%; opacity: 0; }
    }

    .cpu-inner {
      position: absolute;
      inset: 0;
      border-radius: 10px;
      overflow: hidden;
      pointer-events: none;
    }

    .cpu-inner::before {
      content: '';
      position: absolute;
      top: -20%;
      left: -60%;
      width: 40%;
      height: 140%;
      background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255,255,255,0.6) 50%,
        transparent 70%
      );
      animation: cpu-shine 4s ease-in-out infinite;
    }

    .cpu-label {
      font-size: 9px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #aaaaaa;
      font-weight: 500;
      position: relative;
      z-index: 1;
    }

    .cpu-icon {
      width: 34px;
      height: 34px;
      background: #f0f0f0;
      border: 0.5px solid #d8d8d8;
      border-radius: 6px;
      position: relative;
      z-index: 1;
    }

    /* Connectors */
    .connectors {
      position: absolute;
      display: flex;
    }
    .connectors[data-side="top"],
    .connectors[data-side="bottom"] {
      flex-direction: row;
      gap: 6px;
      left: 50%;
      transform: translateX(-50%);
    }
    .connectors[data-side="top"]    { top: -7px; }
    .connectors[data-side="bottom"] { bottom: -7px; }
    .connectors[data-side="left"],
    .connectors[data-side="right"]  {
      flex-direction: column;
      gap: 8px;
      top: 50%;
      transform: translateY(-50%);
    }
    .connectors[data-side="left"]  { left: -7px; }
    .connectors[data-side="right"] { right: -7px; }

    .connector { background: #d8d8d8; border-radius: 1px; }
    .connectors[data-side="top"] .connector,
    .connectors[data-side="bottom"] .connector { width: 8px; height: 6px; }
    .connectors[data-side="left"] .connector,
    .connectors[data-side="right"] .connector  { width: 6px; height: 8px; }

    /* Nodos */
    @keyframes node-pulse {
      0%, 100% { opacity: 1; }
      50%       { opacity: 0.2; }
    }
    .node-dot { animation: node-pulse 2s ease-in-out infinite; }
    .node-dot:nth-child(2) { animation-delay: 0.5s; }
    .node-dot:nth-child(3) { animation-delay: 1.0s; }
    .node-dot:nth-child(4) { animation-delay: 1.5s; }
    .node-dot:nth-child(5) { animation-delay: 0.8s; }
    .node-dot:nth-child(6) { animation-delay: 1.3s; }
    .node-dot:nth-child(7) { animation-delay: 0.3s; }@media (min-width: 1025px) {
	.cursor {
	position: fixed;
	width: 10px; height: 10px;
	border-radius: 50%;
	background: var(--highlight);
	pointer-events: none;
	z-index: 9999;
	transform: translate(-50%, -50%);
	transition: transform 0.15s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s;
}
.cursor-ring {
	position: fixed;
	width: 36px; height: 36px;
	border-radius: 50%;
	border: 1.5px solid var(--highlight);
	pointer-events: none;
	z-index: 9998;
	transform: translate(-50%, -50%);
	transition: transform 0.08s linear;
	opacity: 0.6;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#particles-js {
	height:120px !important;
	padding-top:32px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	#particles-js {
	height:120px !important;
	padding-top:32px;
}
}

@media (max-width: 576px) {
	#particles-js {
	height:120px !important;
	padding-top:32px;
}
.txt-home p,
.txt-home h4{
	text-align:center !important;
}
.txt-home h4{
	display:block !important;
}
}

