.fit-cover {
  object-fit: cover;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, {
}

a:hover {
  color: #8e8c8c;
}

.btn {
}

.linkedin {
  color: #323232;
}

.lin {
  color: #323232;
  border-color: #323232;
}

a {
  color: #323232;
}

.progress {
  background-color: rgba(211,211,211,0.5);
  --bs-progress-bar-bg: #163c67;
}

h3 {
  font-size: calc(4.3rem + .6vw);
}

.text-uppercase {
  color: #ffffff;
}

body {
  cursor: url('../../assets/img/cursero.png'), auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.typing-container {
  border-right: 0.1em solid #ffffff!important;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3s steps(30, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #333;
  }
}

