@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;

500&family=Noto+Sans:wght@400;700&display=swap);.lang-es {
  display: none;
}

#wrap-hive {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343a40;
  overflow: hidden;
}

h1 {
  color: #1b1b1b;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

h2 {
  color: #1b1b1b;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

h3 {
  color: #1b1b1b;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

h4 {
  color: #1b1b1b;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

h5 {
  color: #1b1b1b;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

h6 {
  color: #1b1b1b;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 1.1rem;
  font-weight: 500;
}

h2 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  font-size: 1.05rem;
}

a {
  color: #70BBF7;
  transition: all 0.3s ease;
}

a:hover {
  color: #4679D0;
  text-decoration: none;
}

button,
input[type=button],
input[type=submit] {
  transition: all 0.3s ease;
}

.btn {
  font-size: 16px;
  border-radius: 50px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-primary {
  background: #4679D0;
  border-color: #4679D0;
}

.btn-primary:hover {
  background: #2e60b5;
  border-color: #2e60b5;
}

.btn-outline-primary {
  border: 2px solid #4679D0;
  color: #4679D0;
}

.btn-outline-primary:hover {
  background: #2e60b5;
  border-color: #2e60b5;
}

.wrap_tabs {
  background: #f9f9f9;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

ul li h4 {
  color: #4679D0;
  float: left;
}

ul li > p {
  display: block;
}

.tab-content {
  height: calc(100% - 64px);
}

#carouselInstructions {
  height: calc(100% - 60px);
}

.border-xl {
  border: 10px solid #F5F5F5;
}

.hive-tabs .nav-link {
  border-bottom: 3px solid #f9f9f9;
}

.hive-tabs .nav-link.active {
  background: white;
  border-bottom: 3px solid #4679D0;
  border-radius: 6px 6px 0 0;
  color: #4679D0;
}

.carousel-control-prev.btn-hive,
.carousel-control-next.btn-hive {
  border: 0;
  border-radius: 50px;
  padding: 10px 20px;
  position: relative;
  width: 30%;
  text-decoration: none;
}

.carousel-control-prev.disabled,
.carousel-control-next.disabled {
  pointer-events: none;
}

.carousel-control-next.btn-hive {
  float: right;
  background: #70BBF7;
  opacity: 1;
}

.carousel-control-next.btn-hive:hover {
  background: #4679D0;
}

.carousel-control-prev.btn-hive {
  background: #989898;
  float: left;
}

.form-group.row .col-form-label {
  padding-top: 0;
  padding-bottom: 0;
}

.input-group > .input-group-prepend > .input-group-text {
  background: white;
  height: calc(1.5em + 0.75rem + 2px);
}

#carouselInstructions {
  position: relative;
}

#carouselInstructions .step-item {
  position: relative;
}

#carouselInstructions .step-item:not(:first-of-type) {
  display: none;
}

#carouselInstructions .col-12 {
  position: relative;
}

#carouselInstructions .action-button {
  width: 100px;
  background: skyblue;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#carouselInstructions .action-button:hover,
#carouselInstructions .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

#carouselInstructions .action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#carouselInstructions .action-button-previous:hover,
#carouselInstructions .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

.carousel-indicators {
  margin: 0;
  position: relative;
}

.carousel-indicators [data-bs-target] {
  border: 1px solid #666;
  height: auto;
  text-indent: 0;
  width: auto;
}

.carousel-indicators [data-bs-target].active {
  border: 3px solid #70BBF7;
}

.carousel-caption {
  background: #badefb;
  bottom: 0;
  color: #084298 !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  padding-left: 2em;
  padding-right: 2em;
}

#progressbar {
  margin-bottom: 20px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
}

#progressbar li > span {
  display: none;
}

#progressbar #s1:before {
  content: "1";
}

#progressbar #s2:before {
  content: "2";
}

#progressbar #s3:before {
  content: "3";
}

#progressbar #s4:before {
  content: "4";
}

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  text-align: center;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #73b536;
}

#progressbar li.past:before,
#progressbar li.past:after {
  background: #70BBF7;
}

#progressbar li.past .checkmark {
  display: block;
  position: absolute;
  top: 22px;
  right: calc(50% - 30px);
  color: #659A34;
  fill: #659A34;
}

#progressbar li.past .checkmark .icon.icon-checkmark {
  height: 30px;
  width: 30px;
}

#progressbar li.past .checkmark.check-white {
  color: white;
  fill: white;
  top: 16px;
  right: calc(50% - 35px);
}

#progressbar li.past .checkmark.check-white .icon.icon-checkmark {
  height: 38px;
  width: 38px;
}

.fit-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-item {
  padding: 100px 60px 20px !important;
  background: #f7f7f7;
}

.carousel-item img {
  border: 2px solid #adb5bd;
}

.carousel-control {
  color: #1b1b1b;
  font-size: 2rem;
  width: auto !important;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #000;
}

.carousel-control .container.animate {
  height: 70px;
  width: 50px;
  position: relative;
  padding: 0;
}

.carousel-control .container.animate .bi-chevron-right {
  font-size: 4rem;
  line-height: 100%;
  color: #70BBF7;
  bottom: 0;
  position: absolute;
  left: 0;
  margin-left: -40px;
  animation-name: arrow;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  -webkit-animation-name: arrow;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
}

ol {
  list-style: none;
  counter-reset: hive-counter;
}

ol li {
  counter-increment: hive-counter;
  margin: 10px 0;
}

ol li::before {
  background: #70BBF7;
  content: counter(hive-counter);
  color: white;
  border-radius: 20px;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.btn-hive.btn-success {
  background: #659A34;
}

.btn-hive.btn-success:hover {
  background: #4c7427;
}

.btn-hive.btn-success.hidden {
  display: none;
}

.range-slider {
  width: 100%;
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (100px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4679D0;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
  background: #70BBF7;
}

.range-slider__range:active::-webkit-slider-thumb {
  background: #70BBF7;
}

.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #4679D0;
  cursor: pointer;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
  background: #70BBF7;
}

.range-slider__range:active::-moz-range-thumb {
  background: #70BBF7;
}

.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #70BBF7;
}

.range-slider__value {
  display: inline-block;
  border: 0;
  position: relative;
  width: 80px;
  color: #fff;
  line-height: 20px;
  text-align: right;
  border-radius: 3px;
  background: #4679D0;
  padding: 5px 10px;
  margin-left: 8px;
  min-height: 30px;
}

.range-slider__value + span {
  position: absolute;
  top: 8px;
  right: 80px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #4679D0;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.tabs-active {
  color: #797979;
  text-decoration: none;
  white-space: nowrap;
}

.tabs-active:hover {
  color: #70BBF7;
}

.tab-active {
  display: none;
}

button.close[data-notify=dismiss] {
  background: none;
  border: 0;
  position: absolute;
  right: 5px;
  top: 5px;
}

.absolute-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.box {
  width: 250px;
  height: 100px;
  position: relative;
}

.comp {
  position: absolute;
  top: 15px;
  width: 80px;
  height: 75px;
  margin-right: 10px;
}

.con {
  position: absolute;
  top: 50px;
  left: 85px;
  width: 100px;
  height: 3px;
  background: #dee2e6;
}

.byte {
  position: absolute;
  top: 47px;
  left: 90px;
  height: 9px;
  width: 9px;
  background: #66A530;
  border-radius: 360px;
  z-index: 6;
  opacity: 0;
  -webkit-animation: byte_animate 5s infinite linear 0.5s;
  animation: byte_animate 5s infinite linear 0.5s;
}

.server {
  position: absolute;
  top: 6px;
  left: 185px;
  width: 85px;
  height: 85px;
  z-index: 1;
}

h1.typewriter {
  color: #333;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em;
  /* Adjust as needed */
  -webkit-animation: typing 2.5s steps(30, end), blink-caret 0.5s steps(35, end);
          animation: typing 2.5s steps(30, end), blink-caret 0.5s steps(35, end);
}

.text-green-hive {
  color: #66A530;
}

.text-bluelight {
  color: #70BBF7;
}

.alert-blight {
  background: #f5f5f5 !important;
}

/* The typing effect */

@-webkit-keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */

@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent;
  }

  50% {
    border-color: orange;
  }
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }

  50% {
    border-color: orange;
  }
}

/*Byte Animation*/

@-webkit-keyframes byte_animate {
  0% {
    opacity: 0;
    left: 80px;
  }

  4% {
    opacity: 1;
  }

  46% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    left: 185px;
  }

  54% {
    opacity: 1;
  }

  96% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80px;
  }
}

@keyframes byte_animate {
  0% {
    opacity: 0;
    left: 80px;
  }

  4% {
    opacity: 1;
  }

  46% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    left: 185px;
  }

  54% {
    opacity: 1;
  }

  96% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: 80px;
  }
}

/*FADE IN-OUT*/

@-webkit-keyframes fade-in-out {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    oapcity: 1;
  }
}

@keyframes fade-in-out {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    oapcity: 1;
  }
}

@keyframes arrow {
  0% {
    right: 0;
  }

  75% {
    right: -40px;
  }

  100% {
    right: 0;
  }
}

@-webkit-keyframes arrow {
  0% {
    right: 0;
  }

  75% {
    right: -40px;
  }

  100% {
    right: 0;
  }
}

