html,body {
    height:100%;
}
body {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
    text-align: left;
    font-family: 'Mona Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    background-color: #fff;
    color: #ffffff;
    background:#ffffff;
    font-style: normal;
    overflow-x: hidden;
}

h1 {
  font-size: 3em;
  font-weight: 700;
  font-stretch: 105%;
  display:inline-block !important;
}
h2 {
  font-size: 2.2em;
  font-weight: bold;
}
p {
  font-size: 1.2em;
}
p.s {
  font-size:1.2em;
}

.text-gradient-1 {
  background: -webkit-linear-gradient(-70deg, #56c4c5 20%, #2188ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

.text-gradient-2 {
    background: -webkit-linear-gradient(-70deg, #db469f 0%, #2188ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}

.text-gradient-3 {
    background: -webkit-linear-gradient(-70deg, #000 0%, #111 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.text-gradient-4 {
  background: -webkit-linear-gradient(-70deg, #2188ff 20%, #56c4c5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

.text-gray {
    color: #7a8282;
}
.container {
  z-index:1;
}
.col-6 {
  position: relative;
}
.btn {
  padding: .4rem 1rem .5rem;
  font-size: 14px;
}
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus {
    color: #fff;
    background:#238bfc;
    border-color: #238bfc;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;

}
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:visited,
.btn-outline-secondary:focus {
    color: #778383;
    background:none;
    border-color: #778383;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;

}
.btn-radius {
  white-space: nowrap;
  box-sizing: border-box;
  display: block;
  display: inline-block;
  padding: 3px 16px 6px;
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  letter-spacing: .2px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid;
}

.btn-radius-blue {
  border-color: #248cfc;
  background-color: #248cfc;
  color: #fff;
}

.btn-radius-gray {
  border-color: #778383;
  background-color: transparent;
  color: #778383;

}

.row {
  position: relative;
}
.row .row-black {
    border-left:1px solid #222;
    position: absolute;
    left:-10px;
    height:100%;
}
.row .row-white {
    border-left:1px solid #e1e1e1;
    position: absolute;
    left:-10px;
    height:100%;
}
.row .row-blue {
    border-left:1px solid #d0e0ef;
    position: absolute;
    left:-10px;
    height:100%;
}

.skew {
  -ms-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  position: absolute;
  top:-100px;
  left:0;
  width:100%;
  z-index:-1;
}
.skew-mini {
  -ms-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  position: absolute;
}

header {
  min-height: 800px;
  position: relative;
}
header .header-skew {
  background:#111111;
  min-height: 800px;
  top:-100px;
  left:0;
  width:100%;
  z-index:-1;
}
header .header-skew-mini-1 {
  -ms-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  width:560px;
  height:40px;
  background: -webkit-linear-gradient(-70deg, #56c4c5 20%, #2188ff 100%);
  position: absolute;
  opacity: 0.9;
  bottom:120px;
  right:100px;
  z-index:2;
}
header .header-skew-mini-2 {
  -ms-transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  width:280px;
  height:40px;
  background: -webkit-linear-gradient(-70deg, #2188ff 0%, #56c4c5 100%);
  position: absolute;
  opacity: 0.7;
  bottom:110px;
  right:60px;
  z-index:2;
}

header nav .logo img {
  height: 22px;
}

header nav a {
  color:#fff;
  font-size: 0.96em;
  font-weight: 500;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

header nav .new {
  position: relative;
  margin-left:20px;
}
header nav .new .new-circle{
  position: absolute;
  top:-3px;
  left:-18px;
  width:130px;
  z-index:1;
}
header nav .new a span {
  /* display: block;
  width:100%;
  height: 2px;
  background: rgb(86,195,197);
  background: linear-gradient(90deg, rgba(86,195,197,1) 0%, rgba(40,143,247,1) 100%); */

}

main {
  color:#24292e;
  /* REMOVER */
  min-height: 800px;
}
main p {
  color:#435366;
}

section {
  min-height: 900px;
  position: relative;
  z-index:2;
}
section.gray .section-skew {
  background:#f6f9fc;
  min-height: 1400px;
}
section.gray {
  min-height: 1400px;
}
section.gray .section-skew-mini-1 {
  width:510px;
  height:40px;
  background: -webkit-linear-gradient(-70deg, #2188ff 0%, #39a4e3 100%);
  opacity: 0.9;
  top:-85px;
  left:100px;
  z-index:2;
}
section.gray .section-skew-mini-2 {
  width:360px;
  height:40px;
  background: -webkit-linear-gradient(-70deg, #2188ff 0%, #39a4e3 100%);
  opacity: 0.7;
  top:-65px;
  left:60px;
  z-index:3;
}
section.gray .section-skew-mini-3 {
  width:510px;
  height:40px;
  background: -webkit-linear-gradient(-70deg, #56c4c5 20%, #2188ff 100%);
  opacity: 0.9;
  bottom:115px;
  right:100px;
  z-index:2;
}
section.gray .section-skew-mini-4 {
  width:360px;
  height:40px;
  background: -webkit-linear-gradient(-70deg, #2188ff 0%, #56c4c5 100%);
  opacity: 0.7;
  bottom:105px;
  right:60px;
  z-index:3;
}
section.gray p {
  color:#627497;
}

section.white {
  min-height: 800px;
  top:-150px;
  position: relative;
  background:#ffffff;
  z-index:1;
  padding-top: 150px;
}
section.white p {
  color:#627497;
}

section.black {
  min-height: 1100px;
  position: relative;
  background:#111111;
  z-index:1;
}
section.black .section-skew {
  background:#111111;
  min-height: 1100px;
}

section .img-link {
  left:0;
  top:-130px;
  width:1100px;
  position: absolute;
}

footer {
  background:#f6f9fc;
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 40px;
}
footer p {
  color:#627497;
  font-size:14px;
}

footer .footer-logo {
  width:80px;
}

/* .globe-container {
margin-top: 0;
max-width:600px;
max-height:800px;
}
#globe {
  position: relative;
  height: 700px;
} */

.canvas-container {
  width: 800px;
  height: 600px;
  position: relative;
}

canvas {
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.product-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.product-item {
  transition: transform 0.2s ease;
}

.product-item:hover {
  transform: translateX(5px);
}

#code-animation {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

pre code {
  display: block;
  padding: 0;
}

/* Responsividade */
@media (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
    min-width: 0;
  }
  
  body {
    min-width: 0;
  }
  
  header {
    min-height: auto !important;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
  
  header .header-skew {
    min-height: 100% !important;
    height: 100%;
    background: #111111 !important;
    top: -50px;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
  }
  
  header .container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
  
  header .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  header .col-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0 !important;
    width: 100% !important;
  }
  
  header .col-6.py-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  
  header .col-6.mb-5 {
    margin-bottom: 0 !important;
  }
  
  header .col-6 h1 {
    padding-top: 0 !important;
    margin-bottom: 0.75rem !important;
    font-size: 1.8em !important;
    line-height: 1.2;
  }
  
  header .col-6 p {
    margin-bottom: 0.75rem !important;
    font-size: 0.95em !important;
  }
  
  header .col-6 .pt-3 {
    padding-top: 0.75rem !important;
    margin-bottom: 0;
  }
  
  header .header-skew-mini-1,
  header .header-skew-mini-2 {
    display: none;
  }
  
  header nav {
    padding: 0.5rem 0;
  }
  
  header nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100%;
  }
  
  header nav .logo {
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: auto;
    order: 1;
    padding: 0 !important;
    width: auto;
    max-width: 110px;
  }
  
  header nav .logo img {
    height: 19px !important;
    width: auto !important;
    max-width: 110px !important;
    object-fit: contain;
  }
  
  .navbar-toggler {
    order: 2;
    margin: 0 !important;
    margin-left: auto;
    padding: 0.25rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .navbar-collapse {
    margin-top: 1rem;
    width: 100%;
    order: 3;
  }
  
  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  
  .navbar-nav .nav-item {
    padding: 0.5rem 0;
    padding-left: 0 !important;
  }
  
  .navbar-nav.me-auto {
    padding-left: 0 !important;
  }
  
  .navbar-nav.d-flex {
    padding-left: 0 !important;
    margin-top: 0.5rem;
  }
  
  .canvas-container {
    width: 100% !important;
    max-width: 100% !important;
    height: 200px;
    margin-top: 0.5rem;
    padding: 0;
    box-sizing: border-box;
  }
  
  canvas {
    max-width: 100% !important;
    width: 100% !important;
    height: 100%;
  }
  
  section .img-link {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
  }
  
  main {
    min-height: auto;
    padding: 2rem 0;
  }
  
  section {
    min-height: auto !important;
    padding: 2rem 0;
  }
  
  section.gray .section-skew {
    min-height: auto;
    height: 100%;
  }
  
  section.gray .section-skew-mini-1,
  section.gray .section-skew-mini-2,
  section.gray .section-skew-mini-3,
  section.gray .section-skew-mini-4 {
    display: none;
  }
  
  section.black .section-skew {
    min-height: auto;
    height: 100%;
  }
  
  section.white {
    top: 0;
    padding-top: 2rem;
  }
  
  .col-6 {
    width: 100% !important;
    margin-bottom: 2rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100%;
  }
  
  .col-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100%;
  }
  
  
  h1 {
    font-size: 2em !important;
    line-height: 1.2;
  }
  
  h2 {
    font-size: 1.6em !important;
    line-height: 1.3;
  }
  
  p.s {
    font-size: 1em !important;
  }
  
  .product-item {
    margin-bottom: 2rem !important;
  }
  
  .product-icon {
    width: 28px;
    height: 28px;
  }
  
  .row-white,
  .row-blue,
  .row-black {
    display: none;
  }
  
  footer {
    min-height: auto;
    padding: 2rem 0;
  }
  
  footer .col-3 {
    width: 100% !important;
    margin-bottom: 2rem;
  }
  
  pre {
    overflow-x: auto;
    font-size: 12px;
    padding: 1rem !important;
  }
  
  #code-animation {
    font-size: 12px;
  }
  
  .container,
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    overflow-x: hidden;
    width: 100%;
  }
  
  * {
    max-width: 100%;
    box-sizing: border-box;
  }
  
  html {
    overflow-x: hidden;
    width: 100%;
  }
  
  body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
  }
  
  [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100%;
  }
  
  header .header-skew-mini-1,
  header .header-skew-mini-2 {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  section.gray .section-skew-mini-1,
  section.gray .section-skew-mini-2,
  section.gray .section-skew-mini-3,
  section.gray .section-skew-mini-4 {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  section .img-link {
    display: none !important;
  }
  
  header .header-skew-mini-1,
  header .header-skew-mini-2,
  section.gray .section-skew-mini-1,
  section.gray .section-skew-mini-2,
  section.gray .section-skew-mini-3,
  section.gray .section-skew-mini-4 {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .navbar-nav {
    padding-left: 0 !important;
  }
  
  img, svg {
    max-width: 100% !important;
    height: auto !important;
  }
  
  canvas {
    max-width: 100% !important;
    width: 100% !important;
  }
  
  pre, code {
    max-width: 100% !important;
    overflow-x: auto;
    word-wrap: break-word;
  }
  
  .container-fluid,
  .container {
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .row {
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .btn {
    font-size: 13px;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    display: block;
    width: 100%;
    text-align: center;
  }
  
  .btn-outline-primary,
  .btn-outline-secondary {
    margin-right: 0 !important;
  }
  
  .skew-mini {
    display: none;
  }
  
  section .skew {
    display: none;
  }
  
  .pe-5 {
    padding-right: 0 !important;
  }
  
  .pt-4 {
    padding-top: 1.5rem !important;
  }
  
  .mb-5 {
    margin-bottom: 1.5rem !important;
  }
  
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  /* Garantir que nenhum elemento ultrapasse a largura */
  header .header-skew-mini-1,
  header .header-skew-mini-2 {
    max-width: 100vw !important;
    width: 100% !important;
  }
  
  section.gray .section-skew-mini-1,
  section.gray .section-skew-mini-2,
  section.gray .section-skew-mini-3,
  section.gray .section-skew-mini-4 {
    max-width: 100vw !important;
    width: 100% !important;
  }
  
  /* Alinhar logo com conteúdo */
  header nav .container {
    padding-left: 15px !important;
  }
  
  header .container {
    padding-left: 15px !important;
  }
  
  /* Forçar todos os elementos a respeitarem a largura */
  .skew,
  .skew-mini {
    max-width: 100vw !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  
  /* Garantir que pre e code não causem scroll */
  pre {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 1rem !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
  
  code {
    max-width: 100% !important;
    width: 100% !important;
    word-break: break-word !important;
    white-space: pre-wrap !important;
    overflow-wrap: break-word !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  
  #code-animation {
    max-width: 100% !important;
    width: 100% !important;
    word-break: break-word !important;
    white-space: pre-wrap !important;
    overflow-wrap: break-word !important;
  }
  
  section.black .col-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  section.black pre {
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
  }
}
