body {
    background-color: rgb(3, 3, 51);
    font-family: "Kanit", sans-serif;
}

#bgHomeLeft {
    position: absolute;
    width: 100%;
    height: 180%;
    background-image: url('./elipse_v2.svg');
    background-size: 100% 100%; 
    background-position: top;
    background-repeat: no-repeat;
    left: -65%;
    top: -40%;
    z-index: -1;
    animation: dimFirefly2 10s infinite;
}

#bgHomeRight {
    position: absolute;
    width: 50%;
    height: 70%;
    background-image: url('./elipse_v2.svg');
    background-size: 100% 100%; 
    background-position: top;
    background-repeat: no-repeat;
    right: -35%;
    top: -20%;
    z-index: -1;
}

#aux #bgRight {
  position: absolute;
  width: 100%;
  height: 180%;
  background-image: url('./elipse_v2.svg');
  background-size: 100% 100%; 
  background-position: top;
  background-repeat: no-repeat;
  right: -60%;
  top: -30%;
  z-index: -1;
}

#services #bgLeft { 
  position: absolute;
  width: 100%;
  height: 180%;
  background-image: url('./elipse_v2.svg');
  background-size: 100% 100%; 
  background-position: top;
  background-repeat: no-repeat;
  left: -65%;
  top: -40%;
  z-index: -1;
}

#products #bgRight {
  position: absolute;
  width: 100%;
  height: 180%;
  background-image: url('./elipse_v2.svg');
  background-size: 100% 100%; 
  background-position: top;
  background-repeat: no-repeat;
  right: -60%;
  top: -30%;
  z-index: -1;
}

#clients #bgLeft { 
  position: absolute;
  width: 100%;
  height: 200%;
  background-image: url('./elipse_v2.svg');
  background-size: 100% 100%; 
  background-position: top;
  background-repeat: no-repeat;
  left: -45%;
  top: -70%;
  z-index: -1;
}

#contact #bgRight {
  position: absolute;
  width: 120%;
  height: 220%;
  background-image: url('./elipse_v2.svg');
  background-size: 100% 100%; 
  background-position: top;
  background-repeat: no-repeat;
  right: -60%;
  top: -50%;
  z-index: -1;
}

#bgCircle {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    position: fixed;
    z-index: -4;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}

#bgCircle.animation-footer {
  -webkit-transition: top 1s ease-out;
}

#bgCircle2 {
  width: 100%;
  height: 100%;
  /* border-radius: 50%; */
  position: fixed;
  z-index: -3;
  opacity: 0;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

#bgCircle2.active {
  opacity: 1;
}

#bgCircle2.animation-footer {
  -webkit-transition: opacity 0.8s;
}

#bgCircle canvas {
  transition: all 1s ease;
  /* background-color: rgba(255, 255, 255, 0.5); */
  transition: all 1.0s ease;
}

#bgCircle.fixed-circle canvas {
    width: calc(100vw * .8) !important;
    height: calc(100vh * .8) !important;
    
    margin-top: calc(100vh * .20) !important;
    margin-left: calc(100vw * .1) !important;
}

.static-circle {
    position: absolute !important;
    top: 78% !important;
}

.nav-link {
    font-weight: 700;
}

.nav-link > hr {
    opacity: 0;
    margin: 0;
    color: #FF7600;
    border-top: 2px solid;
}

.nav-link:hover > hr {
    opacity: 1;
}


.btn-circle {
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-color: white;
    color: white;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 0px 15px -1px rgba(255,255,255,0.75);
    -webkit-box-shadow: 1px 0px 15px -1px rgba(255,255,255,0.75);
    -moz-box-shadow: 1px 0px 15px -1px rgba(255,255,255,0.75);
    border: 2px solid #00E2FF;
}
  
  
.btn-circle-lg {
    width: 40px;
    height: 40px;
    font-size: 24px;
}


.btn-circle:hover {
  background-color: #00E2FF; /* Color al hacer hover */
      transform: scale(1.05); /* Expande ligeramente el botón */
      box-shadow: 1px 0px 20px -1px rgba(255,255,255,0.75);
      -webkit-box-shadow: 1px 0px 20px -1px rgba(255,255,255,0.75);
      -moz-box-shadow: 1px 0px 20px -1px rgba(255,255,255,0.75);
}

.btn-circle > .btn-dot-1{
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  width: 10px;
  height: 10px;
  background-color: #00E2FF;
  /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
  z-index: 1000;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
}

.btn-circle > .btn-dot-2{
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  width: 8px;
  height: 8px;
  background-color: #00E2FF;
  /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
  z-index: 1000;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
}

.btn-circle > .btn-dot-3{
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  width: 10px;
  height: 10px;
  background-color: #00E2FF;
  /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
  z-index: 1000;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
}

.btn-circle > .btn-dot-4{
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  width: 10px;
  height: 10px;
  background-color: #00E2FF;
  /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
  z-index: 1000;
  top: 0;
  right: 0;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
}

.btn-circle > .btn-dot-5{
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  width: 8px;
  height: 8px;
  background-color: #00E2FF;
  /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
  z-index: 1000;
  top: 0;
  right: 0;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
}

.btn-circle > .btn-dot-6{
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  width: 10px;
  height: 10px;
  background-color: #00E2FF;
  /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
  z-index: 1000;
  top: 0;
  right: 0;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
}

.btn-circle > .btn-dot-7{
  display: block;
  position: absolute;
  transition: all 0.5s ease;
  width: 8px;
  height: 8px;
  background-color: rgb(2, 255, 186);
  /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
  z-index: 1000;
  top: 0;
  right: 0;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
}

.btn-circle:hover > .btn-dot-1 {
  /* opacity: 1 !important; */
  animation: hoverFirefly 14s infinite, dimFirefly 8s infinite ease-in-out;
  top: -25%;
  left: -30%;
}
.btn-circle:hover > .btn-dot-2 {
  /* opacity: 1 !important; */
  /* animation: dimFirefly 6s infinite ease-in-out; */
  animation: hoverFirefly 18s infinite, dimFirefly 10s infinite ease-in-out;
  top: 7%;
  left: -12%;
}
.btn-circle:hover > .btn-dot-3 {
  /* opacity: 1 !important; */
  /* animation: dimFirefly 5s infinite ease-in-out; */
  animation: hoverFirefly 16s infinite, dimFirefly 7s infinite ease-in-out;
  top: 60%;
  left: -16%;
}
.btn-circle:hover > .btn-dot-4 {
  /* opacity: 1 !important; */
  /* animation: dimFirefly 5s infinite ease-in-out; */
  animation: hoverFirefly 14s infinite, dimFirefly 9s infinite ease-in-out;
  top: 60%;
  right: -26%;
}
.btn-circle:hover > .btn-dot-5 {
  /* opacity: 1 !important; */
  /* animation: dimFirefly 3s infinite ease-in-out; */
  animation: hoverFirefly 15s infinite, dimFirefly 7s infinite ease-in-out;
  top: 20%;
  right: -20%;
}
.btn-circle:hover > .btn-dot-6 {
  /* opacity: 1 !important; */
  /* animation: dimFirefly 6s infinite ease-in-out; */
  animation: hoverFirefly 16s infinite, dimFirefly 9s infinite ease-in-out;
  top: 12%;
  right: -38%;
}
.btn-circle:hover > .btn-dot-7 {
  /* opacity: 1 !important; */
  /* animation: dimFirefly 4s infinite ease-in-out; */
  animation: hoverFirefly 17s infinite, dimFirefly 7s infinite ease-in-out;
  top: 120%;
  right: -10%;
}




.btn-add-project {
    position: relative;
    display: inline-block;
    padding: 6px 18px;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 0px 15px -1px rgba(255,255,255,0.75);
    -webkit-box-shadow: 1px 0px 15px -1px rgba(255,255,255,0.75);
    -moz-box-shadow: 1px 0px 15px -1px rgba(255,255,255,0.75);
    border: 2px solid #00E2FF;
}
.btn-add-project.btn-footer {
  padding: 12px 30px;
  font-size: 22px;
}
  
.btn-add-project:hover {
    background-color: #00E2FF;
    transform: scale(1.05);
    box-shadow: 1px 0px 20px -1px rgba(255,255,255,0.75);
    -webkit-box-shadow: 1px 0px 20px -1px rgba(255,255,255,0.75);
    -moz-box-shadow: 1px 0px 20px -1px rgba(255,255,255,0.75);
}
  
  .btn-add-project:hover > .btn-dot-1 {
    /* opacity: 1 !important; */
    animation: hoverFirefly 14s infinite, dimFirefly 8s infinite ease-in-out;
    top: -25%;
    left: -30%;
  }
  .btn-add-project:hover > .btn-dot-2 {
    /* opacity: 1 !important; */
    /* animation: dimFirefly 6s infinite ease-in-out; */
    animation: hoverFirefly 18s infinite, dimFirefly 10s infinite ease-in-out;
    top: 7%;
    left: -12%;
  }
  .btn-add-project:hover > .btn-dot-3 {
    /* opacity: 1 !important; */
    /* animation: dimFirefly 5s infinite ease-in-out; */
    animation: hoverFirefly 16s infinite, dimFirefly 7s infinite ease-in-out;
    top: 60%;
    left: -16%;
  }
  .btn-add-project:hover > .btn-dot-4 {
    /* opacity: 1 !important; */
    /* animation: dimFirefly 5s infinite ease-in-out; */
    animation: hoverFirefly 14s infinite, dimFirefly 9s infinite ease-in-out;
    top: 60%;
    right: -26%;
  }
  .btn-add-project:hover > .btn-dot-5 {
    /* opacity: 1 !important; */
    /* animation: dimFirefly 3s infinite ease-in-out; */
    animation: hoverFirefly 15s infinite, dimFirefly 7s infinite ease-in-out;
    top: 20%;
    right: -20%;
  }
  .btn-add-project:hover > .btn-dot-6 {
    /* opacity: 1 !important; */
    /* animation: dimFirefly 6s infinite ease-in-out; */
    animation: hoverFirefly 16s infinite, dimFirefly 9s infinite ease-in-out;
    top: 12%;
    right: -38%;
  }
  .btn-add-project:hover > .btn-dot-7 {
    /* opacity: 1 !important; */
    /* animation: dimFirefly 4s infinite ease-in-out; */
    animation: hoverFirefly 17s infinite, dimFirefly 7s infinite ease-in-out;
    top: 120%;
    right: -10%;
  }

  
  
  @keyframes dimFirefly {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.4;
    }
    50% {
      opacity: 0.8;
    }
    75% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes dimFirefly2 {
    0% {
      opacity: 1;
    }
    25% {
      opacity: 0.5;
    }
    50% {
      opacity: 0.7;
    }
    75% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes hoverFirefly {
    0% {
      transform: translate(0, 0);
    }
    12% {
      transform: translate(0.20832rem, 0.06944rem);
    }
    24% {
      transform: translate(-0.13888rem, 0.20832rem);
    }
    37% {
      transform: translate(0.13888rem, -0.13888rem);
    }
    55% {
      transform: translate(-0.06944rem, 0rem);
    }
    74% {
      transform: translate(0rem, 0.13888rem);
    }
    88% {
      transform: translate(-0.20832rem, -0.06944rem);
    }
    100% {
      transform: translate(0, 0);
    }
  }
  
  .btn-add-project > .btn-dot-1{
    display: block;
    position: absolute;
    transition: all 0.5s ease;
    width: 10px;
    height: 10px;
    background-color: #00E2FF;
    /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
    z-index: 1000;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-add-project > .btn-dot-2{
    display: block;
    position: absolute;
    transition: all 0.5s ease;
    width: 8px;
    height: 8px;
    background-color: #00E2FF;
    /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
    z-index: 1000;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-add-project > .btn-dot-3{
    display: block;
    position: absolute;
    transition: all 0.5s ease;
    width: 10px;
    height: 10px;
    background-color: #00E2FF;
    /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
    z-index: 1000;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-add-project > .btn-dot-4{
    display: block;
    position: absolute;
    transition: all 0.5s ease;
    width: 10px;
    height: 10px;
    background-color: #00E2FF;
    /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
    z-index: 1000;
    top: 0;
    right: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-add-project > .btn-dot-5{
    display: block;
    position: absolute;
    transition: all 0.5s ease;
    width: 8px;
    height: 8px;
    background-color: #00E2FF;
    /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
    z-index: 1000;
    top: 0;
    right: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-add-project > .btn-dot-6{
    display: block;
    position: absolute;
    transition: all 0.5s ease;
    width: 10px;
    height: 10px;
    background-color: #00E2FF;
    /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
    z-index: 1000;
    top: 0;
    right: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
  }
  
  .btn-add-project > .btn-dot-7{
    display: block;
    position: absolute;
    transition: all 0.5s ease;
    width: 8px;
    height: 8px;
    background-color: rgb(2, 255, 186);
    /* transform: translate(var(--starting-x), var(--starting-y)) rotate(var(--rotatation)); */
    z-index: 1000;
    top: 0;
    right: 0;
    border-radius: 50%;
    opacity: 0;
    box-shadow: 0rem 0rem 2.0832rem 0.7rem rgba(255, 255, 255, 0.5) inset, 0rem 0rem 1.4rem 0.3rem rgba(255, 255, 255, 0.5);
  }


  .fixed-element.animate-down {
    animation: slideDown 0.3s ease forwards;
  }
  
  @keyframes slideDown {
    0% {
      transform: translateY(-100px);
      opacity: 0;
    }
    20% {
      transform: translateY(-80px);
      opacity: 0.2;
    }
    40% {
      transform: translateY(-60px);
      opacity: 0.4;
    }
    60% {
      transform: translateY(-40px);
      opacity: 0.6;
    }
    80% {
      transform: translateY(-20px);
      opacity: 0.8;
    }
    100% {
      transform: translateY(0px);
      opacity: 1;
    }
  }
  

.bg-service-element {
  background: rgba(32, 32, 32, 0.35) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 32px;
  padding: 1em 1.4em;
  height: 100%;
}

.btn-platform {
  font-weight: 700;
  color: #FFF;
  background: #44769F 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #65DFFC;
  border: 1px solid #67DFFC;
  border-radius: 29px;
  opacity: 1;
  padding: 0.6em 2em;
  font-size: 1.2rem;
  position: absolute;
}

.btn-platform:hover {
  color: #FFF;
  background: #44769F 0% 0% no-repeat padding-box;
  border: 1px solid #67DFFC;
  box-shadow: 0px 0px 32px #65DFFC;
}

.bg-platform-element {
  background: rgba(32, 32, 32, 0.35) 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 32px;
  padding: 1em 1.4em;
  color: #FFF;
  font-weight: 300;
}

.title-platform {
  color: #00E2FF;
  font-weight: 700;
  font-size: 1.8rem;
}

.text-platform {
  color: #FFF;
  font-weight: 700;
}

#detailPlatform {
  animation: slideDown 0.3s ease forwards;
}

.platform-open {
  left: -18%;
  transition: left 3s ease;
}