.elementor-574 .elementor-element.elementor-element-197dcc2{--display:flex;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


/* =========================================================
   BASE
   ========================================================= */

html,
body{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  background:#070B10!important;
}


.symbolic-site{

  --bg:#090D12;
  --bg-soft:#0F151D;
  --card:#121A24;
  --line:rgba(255,255,255,.08);
  --text:#F3F6FA;
  --muted:#9AA6B4;

  --blue:#3D8BFF;
  --cyan:#38D6E7;
  --silver:#C4CBD5;

  --zabbix:#D94C4C;
  --zabbix-soft:#EF7070;
  --zabbix-dark:#9D3232;
  --monitor:#46D6E7;
  --monitor-green:#49DB8C;

  position:relative;

  width:100%;
  max-width:100%;

  margin:0;

  background:#090D12;

  color:var(--text);

  font-family:
    Inter,
    Arial,
    sans-serif;

  font-size:16px;

  line-height:1.6;

  overflow:hidden;

}


.symbolic-site *{
  box-sizing:border-box;
}


.symbolic-site a{
  color:inherit;
  text-decoration:none;
}


.symbolic-site h1,
.symbolic-site h2,
.symbolic-site h3,
.symbolic-site p{
  margin-top:0;
}


.symbolic-site section[id]{
  scroll-margin-top:30px;
}


.symbolic-wrap{
  width:min(
    1360px,
    calc(100% - 64px)
  );
  max-width:100%;
  margin:0 auto;
}


/* =========================================================
   LATERAIS
   ========================================================= */

.symbolic-side-decor{
  display:none;
}


@media(min-width:1480px){

  .symbolic-side-decor{
    position:fixed;
    top:0;
    bottom:0;
    width:245px;
    display:block;
    overflow:hidden;
    pointer-events:none;
    z-index:9;
    opacity:.82;
  }


  .symbolic-side-decor--left{
    left:0;
  }


  .symbolic-side-decor--right{
    right:0;
    transform:scaleX(-1);
  }


  .symbolic-side-glow--blue{
    position:absolute;
    left:-100px;
    top:16%;
    width:360px;
    height:570px;
    border-radius:50%;
    background:
      radial-gradient(
        ellipse,
        rgba(61,139,255,.17) 0%,
        rgba(56,214,231,.065) 35%,
        transparent 72%
      );
    filter:blur(27px);
    animation:
      symbolicSideGlow
      9s ease-in-out infinite;
  }


  .symbolic-side-glow--silver{
    position:absolute;
    left:52px;
    top:54%;
    width:160px;
    height:330px;
    background:
      radial-gradient(
        ellipse,
        rgba(196,203,213,.12),
        transparent 72%
      );
    filter:blur(27px);
    opacity:.55;
  }


  .symbolic-side-line{
    position:absolute;
    width:1px;
    background:
      linear-gradient(
        180deg,
        transparent,
        rgba(56,214,231,.34),
        rgba(196,203,213,.24),
        rgba(61,139,255,.20),
        transparent
      );
  }


  .symbolic-side-line--1{
    left:47px;
    top:7%;
    height:250px;
  }


  .symbolic-side-line--2{
    left:108px;
    top:37%;
    height:190px;
    opacity:.58;
  }


  .symbolic-side-line--3{
    left:176px;
    top:53%;
    height:310px;
    opacity:.46;
  }


  .symbolic-side-line--4{
    left:218px;
    top:19%;
    height:145px;
    opacity:.27;
  }


  .symbolic-side-orbit{
    position:absolute;
    border-radius:50%;
  }


  .symbolic-side-orbit--1{
    left:-83px;
    top:31%;
    width:205px;
    height:205px;
    border:
      1px solid
      rgba(61,139,255,.11);
    animation:
      symbolicSideOrbit
      20s linear infinite;
  }


  .symbolic-side-orbit--2{
    left:120px;
    top:73%;
    width:105px;
    height:105px;
    border:
      1px solid
      rgba(196,203,213,.14);
    animation:
      symbolicSideOrbit
      14s linear infinite reverse;
  }


  .symbolic-side-square{
    position:absolute;
    animation:
      symbolicSideFloat
      7s ease-in-out infinite;
  }


  .symbolic-side-square--1{
    left:122px;
    top:26%;
    width:8px;
    height:8px;
    background:#3D8BFF;
  }


  .symbolic-side-square--2{
    left:35px;
    top:67%;
    width:5px;
    height:5px;
    background:#38D6E7;
  }


  .symbolic-side-square--3{
    left:204px;
    top:86%;
    width:6px;
    height:6px;
    background:#C4CBD5;
  }


  .symbolic-side-dot{
    position:absolute;
    width:4px;
    height:4px;
    border-radius:50%;
    background:#38D6E7;
    box-shadow:
      0 0 13px
      rgba(56,214,231,.75);
  }


  .symbolic-side-dot--1{
    left:149px;
    top:45%;
  }


  .symbolic-side-dot--2{
    left:74px;
    top:84%;
  }


  .symbolic-side-dot--3{
    left:204px;
    top:15%;
  }


  .symbolic-glyph-block{
    position:absolute;
    display:flex;
    align-items:center;
    gap:13px;
  }


  .symbolic-glyph-block--a{
    left:18px;
    top:47%;
    transform:
      rotate(-90deg)
      translateX(-50%);
    transform-origin:left center;
  }


  .symbolic-glyph-block--b{
    left:92px;
    top:78%;
    transform:rotate(-90deg);
    transform-origin:left center;
  }


  .symbolic-glyph-code{
    display:flex;
    gap:9px;
  }


  .symbolic-glyph-code span{
    color:
      rgba(154,181,196,.26);
    font-size:14px;
    animation:
      symbolicGlyphIdle
      7s ease-in-out infinite;
  }


  .symbolic-glyph-code span:nth-child(2){
    animation:
      symbolicGlyphNeon
      5.6s ease-in-out infinite;
  }


  .symbolic-glyph-code span:nth-child(4){
    animation:
      symbolicGlyphSilver
      7.4s ease-in-out infinite;
  }


  .symbolic-glyph-code span:nth-child(6){
    animation:
      symbolicGlyphBlue
      8.2s ease-in-out infinite;
  }


  .symbolic-glyph-bars{
    display:flex;
    gap:3px;
    align-items:center;
  }


  .symbolic-glyph-bars i{
    display:block;
    width:2px;
    height:13px;
    background:
      rgba(56,214,231,.24);
  }


  .symbolic-glyph-bars i:nth-child(2){
    height:19px;
  }


  .symbolic-glyph-block small{
    color:
      rgba(116,138,153,.32);
    font-size:7px;
    letter-spacing:.23em;
  }


  .symbolic-glyph-column{
    position:absolute;
    right:18px;
    top:34%;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:13px;
  }


  .symbolic-glyph-column span{
    color:
      rgba(148,164,176,.21);
    font-size:12px;
  }

}


/* =========================================================
   HEADER
   ========================================================= */

.symbolic-header{
  position:relative;
  z-index:30;
  background:
    rgba(9,13,18,.94);
  border-bottom:
    1px solid
    var(--line);
  backdrop-filter:
    blur(18px);
}


.symbolic-header-inner{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}


.symbolic-brand{
  display:flex;
  align-items:center;
  gap:13px;
  flex-shrink:0;
}


.symbolic-brand-mark{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  transform:rotate(45deg);
  border:
    1px solid
    rgba(56,214,231,.5);
  background:
    linear-gradient(
      135deg,
      rgba(61,139,255,.16),
      rgba(56,214,231,.04)
    );
}


.symbolic-brand-mark span{
  width:11px;
  height:11px;
  background:
    linear-gradient(
      135deg,
      var(--blue),
      var(--cyan)
    );
}


.symbolic-brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.05;
}


.symbolic-brand-text strong{
  font-size:17px;
  font-weight:700;
  letter-spacing:-.03em;
}


.symbolic-brand-text small{
  margin-top:5px;
  color:#758291;
  font-size:9px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.19em;
}


.symbolic-menu{
  display:flex;
  align-items:center;
  gap:30px;
  margin-left:auto;
}


.symbolic-menu a{
  color:#A5AFBA;
  font-size:13px;
  font-weight:500;
  transition:.2s;
}


.symbolic-menu a:hover{
  color:#fff;
}


.symbolic-header-button{
  flex-shrink:0;
  padding:11px 18px;
  border:
    1px solid
    rgba(61,139,255,.7);
  color:#fff;
  background:
    rgba(61,139,255,.1);
  font-size:12px;
  font-weight:600;
  transition:.2s;
}


.symbolic-header-button:hover{
  background:var(--blue);
}


/* =========================================================
   IDIOMA
   ========================================================= */

.symbolic-language{
  position:relative;
  flex-shrink:0;
}


.symbolic-language summary{
  min-height:38px;
  display:flex;
  align-items:center;
  gap:8px;
  padding:8px 11px;
  color:#AAB4BF;
  border:
    1px solid
    rgba(255,255,255,.09);
  background:
    rgba(255,255,255,.025);
  font-size:10px;
  font-weight:600;
  cursor:pointer;
  list-style:none;
}


.symbolic-language summary::-webkit-details-marker{
  display:none;
}


.symbolic-language-globe{
  color:var(--cyan);
  font-size:14px;
}


.symbolic-language summary i{
  width:6px;
  height:6px;
  border-right:
    1px solid
    #778391;
  border-bottom:
    1px solid
    #778391;
  transform:rotate(45deg);
}


.symbolic-language[open] summary i{
  transform:rotate(225deg);
}


.symbolic-language-menu{
  position:absolute;
  right:0;
  top:calc(100% + 10px);
  width:170px;
  padding:6px;
  background:
    rgba(13,20,28,.98);
  border:
    1px solid
    rgba(255,255,255,.1);
  box-shadow:
    0 20px 45px
    rgba(0,0,0,.38);
  z-index:100;
}


.symbolic-language-menu a{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:8px;
  padding:10px 9px;
}


.symbolic-language-menu strong{
  color:#E8EDF3;
  font-size:10px;
}


.symbolic-language-menu span{
  color:#788593;
  font-size:10px;
}


.symbolic-language-menu .is-active strong{
  color:var(--cyan);
}


.symbolic-language-menu .is-disabled{
  opacity:.55;
  cursor:default;
}


/* =========================================================
   HERO
   ========================================================= */

.symbolic-product-hero{
  position:relative;
  min-height:690px;
  overflow:hidden;
  background:

    radial-gradient(
      circle at 81% 40%,
      rgba(217,76,76,.10),
      transparent 23%
    ),

    radial-gradient(
      circle at 85% 49%,
      rgba(70,214,231,.07),
      transparent 28%
    ),

    linear-gradient(
      180deg,
      #081019,
      #090D12
    );
}


.symbolic-product-grid-bg{
  position:absolute;
  inset:0;
  opacity:.29;
  background-image:
    linear-gradient(
      rgba(255,255,255,.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255,255,255,.025) 1px,
      transparent 1px
    );
  background-size:68px 68px;
}


.symbolic-product-glow{
  position:absolute;
  right:6%;
  top:12%;
  width:620px;
  height:620px;
  border-radius:50%;
  background:
    radial-gradient(
      circle,
      rgba(217,76,76,.065),
      rgba(56,214,231,.03) 40%,
      transparent 68%
    );
  filter:blur(30px);
}


.symbolic-product-hero-grid{
  position:relative;
  z-index:12;
  min-height:690px;
  display:grid;
  grid-template-columns:
    1.07fr .93fr;
  gap:100px;
  align-items:center;
  padding:70px 0;
}


.symbolic-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:34px;
  color:#667381;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
}


.symbolic-breadcrumb strong{
  color:#AAB5C0;
}


.symbolic-label,
.symbolic-eyebrow{
  display:block;
  margin-bottom:18px;
  color:var(--cyan);
  font-size:10px;
  font-weight:700;
  letter-spacing:.22em;
  text-transform:uppercase;
}


.symbolic-label{
  display:flex;
  align-items:center;
  gap:12px;
}


.symbolic-label > span{
  width:26px;
  height:1px;
  background:var(--cyan);
}


.symbolic-product-copy h1{
  max-width:820px;
  margin-bottom:24px;
  font-size:
    clamp(
      48px,
      4.5vw,
      72px
    );
  line-height:1.03;
  letter-spacing:-.058em;
  font-weight:600;
}


.symbolic-product-copy h1 > span{
  display:block;
  color:#9AA6B4;
}


.symbolic-product-lead{
  max-width:650px;
  margin-bottom:31px;
  color:#A6B1BD;
  font-size:18px;
  line-height:1.75;
}


.symbolic-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:25px;
}


.symbolic-btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  font-size:13px;
  font-weight:600;
  transition:.2s;
}


.symbolic-btn-primary{
  background:var(--blue);
  border:
    1px solid
    var(--blue);
}


.symbolic-btn-primary:hover{
  background:#579BFF;
}


.symbolic-btn-secondary{
  border:
    1px solid
    rgba(255,255,255,.18);
}


.symbolic-btn-secondary:hover{
  border-color:
    rgba(255,255,255,.4);
}


.symbolic-product-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}


.symbolic-product-tags span{
  padding:9px 12px;
  color:#8794A1;
  font-size:10px;
  border:
    1px solid
    rgba(255,255,255,.08);
  background:
    rgba(255,255,255,.025);
}


/* =========================================================
   VISUAL ZABBIX
   ========================================================= */

.symbolic-zabbix-visual{
  min-height:500px;
  display:grid;
  place-items:center;
}


.symbolic-zabbix-frame{
  position:relative;
  width:470px;
  height:470px;
  max-width:100%;
  display:grid;
  place-items:center;
}


.symbolic-zabbix-frame:before{
  content:"";
  position:absolute;
  inset:18px;
  border:
    1px solid
    rgba(217,76,76,.13);
}


.symbolic-zabbix-core{
  position:absolute;
  z-index:7;
  width:118px;
  height:118px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:
    1px solid
    rgba(217,76,76,.40);
  background:
    radial-gradient(
      circle,
      rgba(217,76,76,.11),
      rgba(8,15,22,.96)
    );
  box-shadow:
    0 0 48px
    rgba(217,76,76,.08);
  animation:
    symbolicZabbixPulse
    4s ease-in-out infinite;
}


.symbolic-zabbix-core-dot{
  width:8px;
  height:8px;
  margin-bottom:9px;
  border-radius:50%;
  background:
    var(--zabbix-soft);
  box-shadow:
    0 0 16px
    rgba(239,112,112,.72);
}


.symbolic-zabbix-core strong{
  color:#FFF2F2;
  font-size:12px;
  letter-spacing:.10em;
}


.symbolic-zabbix-core small{
  margin-top:4px;
  color:#72666B;
  font-size:6px;
  letter-spacing:.12em;
}


.symbolic-zabbix-monitor{
  position:absolute;
  top:34px;
  width:175px;
  height:112px;
  z-index:5;
  padding:10px;
  border:
    1px solid
    rgba(70,214,231,.17);
  background:
    rgba(10,18,26,.96);
}


.symbolic-zabbix-monitor-head{
  height:22px;
  display:flex;
  align-items:center;
  gap:7px;
  border-bottom:
    1px solid
    rgba(255,255,255,.06);
}


.symbolic-zabbix-monitor-head span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:
    var(--monitor-green);
  box-shadow:
    0 0 9px
    rgba(73,219,140,.45);
}


.symbolic-zabbix-monitor-head small{
  color:#667482;
  font-size:5px;
  letter-spacing:.13em;
}


.symbolic-zabbix-chart{
  height:54px;
  padding-top:7px;
}


.symbolic-zabbix-chart svg{
  width:100%;
  height:100%;
  overflow:visible;
}


.symbolic-zabbix-chart polyline{
  fill:none;
  stroke:
    var(--monitor);
  stroke-width:2;
  filter:
    drop-shadow(
      0 0 4px
      rgba(70,214,231,.48)
    );
  stroke-dasharray:420;
  stroke-dashoffset:420;
  animation:
    symbolicChartDraw
    4s ease-in-out infinite;
}


.symbolic-zabbix-metrics{
  display:flex;
  justify-content:space-between;
  color:#5E6A77;
  font-size:5px;
}


.symbolic-zabbix-device{
  position:absolute;
  z-index:5;
  width:88px;
  height:72px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:
    1px solid
    rgba(255,255,255,.10);
  background:
    rgba(12,20,29,.95);
}


.symbolic-zabbix-device > span{
  position:absolute;
  top:6px;
  right:7px;
  color:#56626F;
  font-size:6px;
}


.symbolic-zabbix-device strong{
  color:
    var(--zabbix-soft);
  font-size:9px;
}


.symbolic-zabbix-device small{
  margin-top:2px;
  color:#687582;
  font-size:6px;
}


.symbolic-zabbix-device--server{
  left:20px;
  top:197px;
}


.symbolic-zabbix-device--network{
  right:20px;
  top:197px;
}


.symbolic-zabbix-device--service{
  left:79px;
  bottom:55px;
}


.symbolic-zabbix-device--alert{
  right:79px;
  bottom:55px;
}


.symbolic-zabbix-path{
  position:absolute;
  z-index:2;
  width:110px;
  height:1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(217,76,76,.34),
      rgba(70,214,231,.20),
      transparent
    );
}


.symbolic-zabbix-path--1{
  transform:
    translate(-87px,5px)
    rotate(-8deg);
}


.symbolic-zabbix-path--2{
  transform:
    translate(87px,5px)
    rotate(8deg);
}


.symbolic-zabbix-path--3{
  transform:
    translate(-57px,87px)
    rotate(55deg);
}


.symbolic-zabbix-path--4{
  transform:
    translate(57px,87px)
    rotate(-55deg);
}


.symbolic-zabbix-ring{
  position:absolute;
  border-radius:50%;
}


.symbolic-zabbix-ring--1{
  width:315px;
  height:315px;
  border:
    1px solid
    rgba(217,76,76,.08);
  animation:
    symbolicOrbit
    20s linear infinite;
}


.symbolic-zabbix-ring--2{
  width:410px;
  height:410px;
  border:
    1px dashed
    rgba(196,203,213,.07);
  animation:
    symbolicOrbit
    31s linear infinite reverse;
}


.symbolic-zabbix-node{
  position:absolute;
  width:6px;
  height:6px;
  border-radius:50%;
  background:
    var(--monitor);
  box-shadow:
    0 0 13px
    rgba(70,214,231,.68);
  animation:
    symbolicZabbixNode
    3s ease-in-out infinite;
}


.symbolic-zabbix-node--1{
  right:69px;
  top:110px;
}


.symbolic-zabbix-node--2{
  left:43px;
  bottom:128px;
  background:
    var(--zabbix-soft);
  box-shadow:
    0 0 13px
    rgba(239,112,112,.52);
  animation-delay:.8s;
}


.symbolic-zabbix-node--3{
  right:50px;
  bottom:116px;
  background:
    var(--monitor-green);
  animation-delay:1.4s;
}


.symbolic-zabbix-status{
  position:absolute;
  bottom:15px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#727F8C;
  font-size:8px;
  letter-spacing:.14em;
}


.symbolic-zabbix-status span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#49DB8C;
  box-shadow:
    0 0 10px
    rgba(73,219,140,.45);
}


/* =========================================================
   SEÇÕES
   ========================================================= */

.symbolic-product-section{
  position:relative;
  padding:105px 0;
  overflow:hidden;
}


.symbolic-product-section h2{
  margin:0;
  font-size:
    clamp(
      36px,
      3.5vw,
      49px
    );
  line-height:1.1;
  letter-spacing:-.045em;
  font-weight:600;
}


.symbolic-two-column{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:105px;
}


.symbolic-product-text{
  color:#939FAD;
  font-size:15px;
  line-height:1.85;
}


.symbolic-product-heading{
  max-width:760px;
  margin-bottom:48px;
}


.symbolic-product-heading h2{
  margin-bottom:19px;
}


.symbolic-product-heading > p{
  margin:0;
  color:#8F9BA8;
  font-size:14px;
}


.symbolic-product-heading--center{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}


.symbolic-product-intro{
  background:
    linear-gradient(
      180deg,
      #0E151D,
      #0C131B
    );
}


.symbolic-product-use{
  background:#090D12;
}


/* =========================================================
   CARDS
   ========================================================= */

.symbolic-feature-grid{
  display:grid;
  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );
  gap:14px;
}


.symbolic-feature-card{
  position:relative;
  min-height:260px;
  padding:30px;
  border:
    1px solid
    rgba(255,255,255,.075);
  background:
    linear-gradient(
      145deg,
      rgba(17,26,36,.93),
      rgba(12,19,27,.95)
    );
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease;
}


.symbolic-feature-card:hover{
  transform:translateY(-4px);
  border-color:
    rgba(217,76,76,.25);
  background:#111B26;
}


.symbolic-feature-number{
  position:absolute;
  top:21px;
  right:23px;
  color:#4D5A67;
  font-size:10px;
}


.symbolic-feature-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  margin-bottom:35px;
  color:
    var(--zabbix-soft);
  border:
    1px solid
    rgba(217,76,76,.22);
  background:
    rgba(217,76,76,.025);
  font-size:8px;
  font-weight:700;
}


.symbolic-feature-card h3{
  margin-bottom:10px;
  font-size:18px;
  font-weight:600;
}


.symbolic-feature-card p{
  margin:0;
  color:#8895A2;
  font-size:13px;
}


/* =========================================================
   BENEFÍCIOS
   ========================================================= */

.symbolic-benefits{
  background:
    linear-gradient(
      180deg,
      #0E151D,
      #0D141C
    );
}


.symbolic-benefits-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:110px;
}


.symbolic-benefits-copy h2{
  margin-bottom:22px;
}


.symbolic-benefits-copy h2 span{
  display:block;
  margin-top:8px;
  color:#929EAA;
}


.symbolic-benefits-copy p{
  color:#8C98A5;
  font-size:14px;
}


.symbolic-benefit-list article{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:22px;
  padding:25px 0;
  border-top:
    1px solid
    var(--line);
}


.symbolic-benefit-list article:last-child{
  border-bottom:
    1px solid
    var(--line);
}


.symbolic-benefit-list article > span{
  color:
    var(--zabbix-soft);
  font-size:10px;
}


.symbolic-benefit-list h3{
  margin-bottom:7px;
  font-size:18px;
}


.symbolic-benefit-list p{
  margin:0;
  color:#8794A1;
  font-size:13px;
}


/* =========================================================
   DASHBOARD
   ========================================================= */

.symbolic-dashboard-section{
  background:#090D12;
}


.symbolic-dashboard-grid{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:100px;
  align-items:center;
}


.symbolic-dashboard-visual{
  min-height:360px;
  display:grid;
  place-items:center;
  border:
    1px solid
    rgba(217,76,76,.10);
  background:
    radial-gradient(
      circle,
      rgba(217,76,76,.045),
      transparent 58%
    );
}


.symbolic-dashboard{
  width:320px;
  max-width:90%;
  border:
    1px solid
    rgba(217,76,76,.18);
  background:
    rgba(10,18,26,.96);
  box-shadow:
    0 20px 55px
    rgba(0,0,0,.22);
}


.symbolic-dashboard-header{
  height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 12px;
  border-bottom:
    1px solid
    rgba(255,255,255,.065);
}


.symbolic-dashboard-header > div{
  display:flex;
  gap:5px;
}


.symbolic-dashboard-header > div span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#596674;
}


.symbolic-dashboard-header > div span:first-child{
  background:
    var(--zabbix-soft);
}


.symbolic-dashboard-header small{
  color:#667482;
  font-size:6px;
  letter-spacing:.12em;
}


.symbolic-dashboard-content{
  display:grid;
  grid-template-columns:
    repeat(3,1fr);
  gap:9px;
  padding:14px;
}


.symbolic-dashboard-card{
  min-height:85px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:
    1px solid
    rgba(255,255,255,.07);
  background:
    rgba(255,255,255,.018);
}


.symbolic-dashboard-card span{
  color:#667481;
  font-size:6px;
}


.symbolic-dashboard-card strong{
  margin:3px 0;
  color:
    var(--zabbix-soft);
  font-size:20px;
}


.symbolic-dashboard-card small{
  color:#596572;
  font-size:6px;
}


.symbolic-dashboard-card--ok strong{
  color:
    var(--monitor-green);
}


.symbolic-dashboard-chartbox{
  grid-column:1 / -1;
  height:90px;
  border:
    1px solid
    rgba(255,255,255,.07);
  padding:14px;
}


.symbolic-dashboard-bars{
  height:100%;
  display:flex;
  gap:7px;
  align-items:flex-end;
}


.symbolic-dashboard-bars i{
  flex:1;
  display:block;
  height:35%;
  background:
    linear-gradient(
      180deg,
      var(--monitor),
      rgba(70,214,231,.08)
    );
  animation:
    symbolicDashboardBar
    3s ease-in-out infinite;
}


.symbolic-dashboard-bars i:nth-child(2){
  height:68%;
  animation-delay:.15s;
}


.symbolic-dashboard-bars i:nth-child(3){
  height:48%;
  animation-delay:.3s;
}


.symbolic-dashboard-bars i:nth-child(4){
  height:82%;
  animation-delay:.45s;
}


.symbolic-dashboard-bars i:nth-child(5){
  height:58%;
  animation-delay:.6s;
}


.symbolic-dashboard-bars i:nth-child(6){
  height:91%;
  animation-delay:.75s;
}


.symbolic-dashboard-bars i:nth-child(7){
  height:65%;
  animation-delay:.9s;
}


.symbolic-dashboard-bars i:nth-child(8){
  height:78%;
  animation-delay:1.05s;
}


.symbolic-dashboard-copy h2{
  margin-bottom:22px;
}


.symbolic-dashboard-copy p{
  color:#909CAA;
  font-size:14px;
}


.symbolic-dashboard-tags{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:28px;
}


.symbolic-dashboard-tags span{
  padding:9px 12px;
  color:
    var(--zabbix-soft);
  border:
    1px solid
    rgba(217,76,76,.15);
  background:
    rgba(217,76,76,.02);
  font-size:9px;
}


/* =========================================================
   COMO AJUDAMOS
   ========================================================= */

.symbolic-how{
  background:#0D141C;
}


.symbolic-how-grid{
  display:grid;
  grid-template-columns:
    repeat(
      3,
      minmax(0,1fr)
    );
  gap:14px;
}


.symbolic-how-grid article{
  min-height:245px;
  padding:30px;
  border:
    1px solid
    var(--line);
  background:
    rgba(16,24,33,.74);
}


.symbolic-how-icon{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  margin-bottom:34px;
  color:
    var(--zabbix-soft);
  border:
    1px solid
    rgba(217,76,76,.21);
  font-size:9px;
}


.symbolic-how-grid h3{
  margin-bottom:10px;
  font-size:18px;
}


.symbolic-how-grid p{
  margin:0;
  color:#8996A3;
  font-size:13px;
}


/* =========================================================
   EXEMPLO
   ========================================================= */

.symbolic-example{
  background:
    linear-gradient(
      180deg,
      #0E151D,
      #0B1118
    );
}


.symbolic-example-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:100px;
  align-items:center;
}


.symbolic-example-copy h2{
  margin-bottom:23px;
}


.symbolic-example-copy p{
  color:#909CAA;
  font-size:14px;
}


.symbolic-architecture{
  padding:27px;
  border:
    1px solid
    rgba(217,76,76,.13);
  background:
    rgba(8,14,20,.78);
}


.symbolic-architecture-header{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-bottom:19px;
  border-bottom:
    1px solid
    var(--line);
  color:#667481;
  font-size:9px;
  letter-spacing:.14em;
}


.symbolic-architecture-header i{
  color:#62D99A;
  font-style:normal;
}


.symbolic-zabbix-flow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:54px 0 24px;
}


.symbolic-zabbix-flow-item{
  width:125px;
  min-height:120px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:
    1px solid
    rgba(255,255,255,.1);
  background:
    rgba(255,255,255,.02);
  text-align:center;
}


.symbolic-zabbix-flow-item--active{
  border-color:
    rgba(217,76,76,.30);
  box-shadow:
    0 0 25px
    rgba(217,76,76,.045);
}


.symbolic-zabbix-flow-item > span{
  margin-bottom:12px;
  color:
    var(--zabbix-soft);
  font-size:8px;
}


.symbolic-zabbix-flow-item strong{
  font-size:11px;
}


.symbolic-zabbix-flow-item small{
  color:#65727F;
  font-size:8px;
}


.symbolic-zabbix-flow-line{
  width:42px;
  display:grid;
  place-items:center;
  color:
    var(--monitor);
}


.symbolic-zabbix-flow-line small{
  font-size:14px;
}


.symbolic-monitoring-status{
  width:max-content;
  max-width:100%;
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 auto 34px;
  padding:8px 13px;
  color:#758391;
  border:
    1px solid
    rgba(217,76,76,.12);
  font-size:7px;
  letter-spacing:.14em;
}


.symbolic-monitoring-status span{
  width:6px;
  height:6px;
  border-radius:50%;
  background:
    var(--monitor-green);
}


.symbolic-architecture-footer{
  padding-top:18px;
  border-top:
    1px solid
    var(--line);
  color:#5C6874;
  font-size:8px;
  text-align:center;
  letter-spacing:.18em;
}


/* =========================================================
   CTA
   ========================================================= */

.symbolic-contact{
  padding:100px 0;
  background:#090D12;
}


.symbolic-contact-box{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:65px;
  padding:56px 60px;
  overflow:hidden;
  background:
    linear-gradient(
      115deg,
      #1754AA,
      #286CCB 55%,
      #317FE9
    );
}


.symbolic-contact-box:after{
  content:"";
  position:absolute;
  right:-120px;
  top:-220px;
  width:450px;
  height:450px;
  border:
    1px solid
    rgba(255,255,255,.16);
  border-radius:50%;
  box-shadow:
    0 0 0 65px
    rgba(255,255,255,.025),
    0 0 0 130px
    rgba(255,255,255,.018);
}


.symbolic-contact-label{
  display:block;
  margin-bottom:12px;
  color:#D9F9FF;
  font-size:10px;
  font-weight:700;
  letter-spacing:.19em;
}


.symbolic-contact h2{
  position:relative;
  z-index:2;
  max-width:800px;
  margin-bottom:12px;
  font-size:38px;
  line-height:1.15;
  letter-spacing:-.04em;
}


.symbolic-contact p{
  position:relative;
  z-index:2;
  margin:0;
  color:
    rgba(255,255,255,.76);
}


.symbolic-contact-button{
  position:relative;
  z-index:2;
  padding:15px 21px;
  background:#fff;
  color:#173863!important;
  font-size:12px;
  font-weight:700;
  white-space:nowrap;
}


/* =========================================================
   FOOTER
   ========================================================= */

.symbolic-footer{
  padding:
    52px 0 24px;
  border-top:
    1px solid
    var(--line);
  background:#070A0E;
}


.symbolic-footer-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
  padding-bottom:44px;
}


.symbolic-footer nav{
  display:flex;
  flex-wrap:wrap;
  gap:28px;
}


.symbolic-footer nav a{
  color:#8B96A2;
  font-size:12px;
}


.symbolic-footer nav a:hover{
  color:#fff;
}


.symbolic-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:25px;
  padding-top:20px;
  border-top:
    1px solid
    var(--line);
  color:#596572;
  font-size:10px;
}


/* =========================================================
   POPUP
   ========================================================= */

.dialog-close-button,
.dialog-lightbox-close-button{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  top:14px!important;
  right:14px!important;
  opacity:1!important;
  color:#F3F6FA!important;
  background:
    rgba(15,21,29,.96)!important;
  border:
    1px solid
    rgba(255,255,255,.18)!important;
  border-radius:4px!important;
}


/* =========================================================
   ANIMAÇÕES
   ========================================================= */

@keyframes symbolicZabbixPulse{

  0%,
  100%{
    transform:scale(1);
    box-shadow:
      0 0 35px
      rgba(217,76,76,.05);
  }

  50%{
    transform:scale(1.035);
    box-shadow:
      0 0 52px
      rgba(217,76,76,.13);
  }

}


@keyframes symbolicZabbixNode{

  0%,
  100%{
    opacity:.4;
    transform:scale(.9);
  }

  50%{
    opacity:1;
    transform:scale(1.3);
  }

}


@keyframes symbolicChartDraw{

  0%{
    stroke-dashoffset:420;
    opacity:.35;
  }

  45%,
  75%{
    stroke-dashoffset:0;
    opacity:1;
  }

  100%{
    stroke-dashoffset:0;
    opacity:.45;
  }

}


@keyframes symbolicDashboardBar{

  0%,
  100%{
    opacity:.5;
  }

  50%{
    opacity:1;
  }

}


@keyframes symbolicOrbit{

  from{
    transform:rotate(0deg);
  }

  to{
    transform:rotate(360deg);
  }

}


@keyframes symbolicSideGlow{

  0%,
  100%{
    opacity:.62;
  }

  50%{
    opacity:1;
  }

}


@keyframes symbolicSideOrbit{

  from{
    transform:rotate(0deg);
  }

  to{
    transform:rotate(360deg);
  }

}


@keyframes symbolicSideFloat{

  0%,
  100%{
    transform:translateY(0);
  }

  50%{
    transform:translateY(-24px);
  }

}


@keyframes symbolicGlyphIdle{

  0%,
  100%{
    opacity:.3;
  }

  50%{
    opacity:.52;
  }

}


@keyframes symbolicGlyphNeon{

  0%,
  100%{
    color:rgba(56,214,231,.24);
  }

  50%{
    color:
      rgba(99,237,247,.9);
    text-shadow:
      0 0 8px
      rgba(56,214,231,.5);
  }

}


@keyframes symbolicGlyphSilver{

  0%,
  100%{
    color:rgba(196,203,213,.2);
  }

  50%{
    color:rgba(238,242,247,.87);
  }

}


@keyframes symbolicGlyphBlue{

  0%,
  100%{
    color:rgba(61,139,255,.22);
  }

  50%{
    color:rgba(97,160,255,.88);
  }

}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media(max-width:1100px){

  .symbolic-feature-grid,
  .symbolic-how-grid{
    grid-template-columns:
      repeat(
        2,
        minmax(0,1fr)
      );
  }

}


@media(max-width:960px){

  .symbolic-wrap{
    width:min(
      1180px,
      calc(100% - 48px)
    );
  }


  .symbolic-menu{
    display:none;
  }


  .symbolic-language{
    margin-left:auto;
  }


  .symbolic-product-hero-grid{
    grid-template-columns:1fr;
    gap:35px;
  }


  .symbolic-two-column,
  .symbolic-benefits-grid,
  .symbolic-dashboard-grid,
  .symbolic-example-grid{
    grid-template-columns:1fr;
    gap:50px;
  }


  .symbolic-contact-box{
    grid-template-columns:1fr;
    gap:30px;
  }

}


@media(max-width:680px){

  .symbolic-wrap{
    width:calc(100% - 32px);
  }


  .symbolic-header-inner{
    height:68px;
    gap:12px;
  }


  .symbolic-header-button{
    display:none;
  }


  .symbolic-language-globe{
    display:none;
  }


  .symbolic-product-hero{
    min-height:auto;
  }


  .symbolic-product-hero-grid{
    min-height:auto;
    padding:
      55px 0 45px;
  }


  .symbolic-product-copy h1{
    font-size:41px;
  }


  .symbolic-product-lead{
    font-size:15px;
  }


  .symbolic-hero-actions{
    display:grid;
  }


  .symbolic-btn{
    width:100%;
  }


  .symbolic-zabbix-visual{
    min-height:370px;
  }


  .symbolic-zabbix-frame{
    width:310px;
    height:350px;
  }


  .symbolic-zabbix-frame:before{
    inset:8px;
  }


  .symbolic-zabbix-core{
    width:86px;
    height:86px;
  }


  .symbolic-zabbix-core strong{
    font-size:9px;
  }


  .symbolic-zabbix-core small{
    font-size:5px;
  }


  .symbolic-zabbix-monitor{
    top:7px;
    width:125px;
    height:77px;
  }


  .symbolic-zabbix-device{
    width:60px;
    height:50px;
  }


  .symbolic-zabbix-device strong{
    font-size:7px;
  }


  .symbolic-zabbix-device small{
    font-size:5px;
  }


  .symbolic-zabbix-device--server{
    left:3px;
    top:157px;
  }


  .symbolic-zabbix-device--network{
    right:3px;
    top:157px;
  }


  .symbolic-zabbix-device--service{
    left:45px;
    bottom:45px;
  }


  .symbolic-zabbix-device--alert{
    right:45px;
    bottom:45px;
  }


  .symbolic-zabbix-path{
    display:none;
  }


  .symbolic-zabbix-ring--1{
    width:210px;
    height:210px;
  }


  .symbolic-zabbix-ring--2{
    width:285px;
    height:285px;
  }


  .symbolic-zabbix-status{
    bottom:8px;
    font-size:6px;
  }


  .symbolic-product-section{
    padding:76px 0;
  }


  .symbolic-product-section h2{
    font-size:33px;
  }


  .symbolic-feature-grid,
  .symbolic-how-grid{
    grid-template-columns:1fr;
  }


  .symbolic-feature-card,
  .symbolic-how-grid article{
    min-height:auto;
    padding:27px;
  }


  .symbolic-dashboard-visual{
    min-height:300px;
  }


  .symbolic-dashboard{
    width:280px;
  }


  .symbolic-zabbix-flow{
    flex-direction:column;
    padding:35px 0 20px;
  }


  .symbolic-zabbix-flow-line{
    width:auto;
    height:28px;
  }


  .symbolic-zabbix-flow-line small{
    transform:rotate(90deg);
  }


  .symbolic-contact-box{
    padding:37px 27px;
  }


  .symbolic-contact h2{
    font-size:31px;
  }


  .symbolic-contact-button{
    width:100%;
    text-align:center;
  }


  .symbolic-footer-top,
  .symbolic-footer-bottom{
    flex-direction:column;
  }

}


/* =========================================================
   ELEMENTOR
   ========================================================= */

.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget,
.elementor-widget-container{
  max-width:100%;
}


.elementor-widget-html,
.elementor-widget-html >
.elementor-widget-container{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media(prefers-reduced-motion:reduce){

  .symbolic-zabbix-core,
  .symbolic-zabbix-chart polyline,
  .symbolic-zabbix-ring,
  .symbolic-zabbix-node,
  .symbolic-dashboard-bars i,
  .symbolic-side-decor *{
    animation:none!important;
  }

}/* End custom CSS */