@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
button {
  border: 0;
  background: transparent;
}

input:focus, textarea:focus, select:focus {
  outline-offset: 0 !important;
  outline-width: 0 !important;
}

a {
  text-decoration: none;
}

:focus, :focus:active, button:focus {
  outline: none;
  outline-offset: 0;
}

a:focus, a:hover {
  text-decoration: none;
}

input:-moz-placeholder {
  box-shadow: none !important;
}

input:invalid {
  box-shadow: none;
}

[placeholder] {
  text-overflow: ellipsis;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tdul {
  text-decoration: underline;
}

.tdul:hover {
  text-decoration: underline;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15 {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

.fs-18 {
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 1.5rem;
}
@media only screen and (max-width: calc(992px - 0.02px)) {
  .fs-24 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-24 {
    font-size: 1.25rem;
  }
}

.fs-26 {
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 1.75rem;
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-28 {
    font-size: 1.625rem;
  }
}

.fs-32 {
  font-size: 2rem;
}
@media only screen and (max-width: calc(992px - 0.02px)) {
  .fs-32 {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-32 {
    font-size: 1.625rem;
  }
}

.fs-36 {
  font-size: 2.25rem;
}
@media only screen and (max-width: calc(992px - 0.02px)) {
  .fs-36 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-36 {
    font-size: 1.75rem;
  }
}

.fs-40 {
  font-size: 2.5rem;
}
@media only screen and (max-width: calc(992px - 0.02px)) {
  .fs-40 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-40 {
    font-size: 2rem;
  }
}

.fs-44 {
  font-size: 2.75rem;
}
@media only screen and (max-width: calc(992px - 0.02px)) {
  .fs-44 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-44 {
    font-size: 2rem;
  }
}

.fs-48 {
  font-size: 3rem;
}
@media only screen and (max-width: calc(992px - 0.02px)) {
  .fs-48 {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-48 {
    font-size: 2.25rem;
  }
}

.fs-52 {
  font-size: 3.25rem;
}
@media only screen and (max-width: calc(992px - 0.02px)) {
  .fs-52 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-52 {
    font-size: 2.75rem;
  }
}

.fs-60 {
  font-size: 3.75rem;
}
@media only screen and (max-width: calc(992px - 0.02px)) {
  .fs-60 {
    font-size: 3.25rem;
  }
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-60 {
    font-size: 2.75rem;
  }
}

.fs-75 {
  font-size: 4.6875rem;
}
@media only screen and (max-width: calc(992px - 0.02px)) {
  .fs-75 {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .fs-75 {
    font-size: 3.25rem;
  }
}

.lh-1,
.lh-1 p {
  line-height: 1;
}

.lh-1-2,
.lh-1-2 p {
  line-height: 1.2;
}

.lh-1-4,
.lh-1-4 p {
  line-height: 1.4;
}

.sans,
.content,
h1,
h2,
h3,
h4,
body {
  font-family: "Roboto", Tahoma, Geneva, sans-serif;
}

.serif {
  font-family: "DM Serif Display", Palatino, serif;
}

.fw-thin {
  font-weight: 100;
}

.fw-extralight {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold,
strong {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: calc(576px - 0.02px)) {
  .line-clamp-3 {
    -webkit-line-clamp: 2;
  }
}

body {
  font-size: 0.9375rem;
  font-weight: 300;
}

.section-intro {
  background-image: url(../img/intro-bg-img.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.btn-outline-light {
  --bs-btn-hover-color: #0d6efd;
}

#forms {
  background-image: url(../img/forms-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#draganddrop {
  background-image: url(../img/bg-drag-drop.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.interactions .column {
  flex-basis: 20%;
  transition: all 1000ms;
  -moz-transition: all 1000ms;
  -webkit-transition: all 1000ms;
  -o-transition: all 1000ms;
}
.interactions .column h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.interactions .item {
  background: #0d6efd;
  color: white;
  cursor: -webkit-grab;
  cursor: grab;
  display: block;
  padding: 6px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  font-weight: 400;
}
.interactions .invisible {
  display: none;
}

.ui-sortable-handle {
  cursor: -webkit-grab;
  cursor: grab;
}

html,
body,
#drawing {
  width: 100%;
  height: 100%;
}

#imganimades {
  background-image: url(../img/ocell-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

img {
  max-width: 100%;
}

img[class^=flash] {
  border: 1px solid #0d6efd;
  border-radius: 4px;
}

img.flash-1 {
  -webkit-animation: blinker 3s step-start infinite;
          animation: blinker 3s step-start infinite;
}

img.flash-2 {
  -webkit-animation: blinker 3.5s step-end infinite;
          animation: blinker 3.5s step-end infinite;
}

img.flash-3 {
  -webkit-animation: blinker 3.2s ease-in-out infinite;
          animation: blinker 3.2s ease-in-out infinite;
}

img.flash-4 {
  -webkit-animation: blinker 3.8s ease-out infinite;
          animation: blinker 3.8s ease-out infinite;
}

@-webkit-keyframes blinker {
  20% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
}

@keyframes blinker {
  20% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
}
.before-after .drag-handler {
  background-color: #0d6efd;
  opacity: 1;
}
.before-after .drag-handler .drag-element {
  border-color: #0d6efd;
  background-color: #0d6efd;
  border-radius: 50%;
  left: -12px;
}

.bubble {
  background: #0d6efd;
  color: white;
  padding: 0px 8px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 27px;
}
.bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: #0d6efd transparent;
  border-width: 0 5px 5px;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}

#textos {
  background-image: url(../img/textos-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#text1,
#text2 {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-size: 3.75rem;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #0d6efd;
  transform: translateY(-50%);
  top: 50%;
}

.words {
  color: #e9ecef;
  font-size: 0;
  line-height: 1.5;
  font-weight: 700;
}

.words span {
  font-size: 2rem;
  display: inline-block;
  -webkit-animation: move 4s ease-in-out infinite;
          animation: move 4s ease-in-out infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@-webkit-keyframes move {
  0% {
    transform: translate(-30%, 0);
  }
  50% {
    text-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
  }
  100% {
    transform: translate(30%, 0);
  }
}

@keyframes move {
  0% {
    transform: translate(-30%, 0);
  }
  50% {
    text-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
  }
  100% {
    transform: translate(30%, 0);
  }
}
.words span:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.words span:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.words span:nth-child(4) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.words span:nth-child(5) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.words span:nth-child(6) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.words span:nth-child(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.crono input {
  display: none;
}
.crono .timer {
  overflow: hidden;
  display: inline-block;
}
.crono .timer .cell {
  width: 0.6em;
  height: 60px;
  overflow: hidden;
  position: relative;
  float: left;
  color: #555;
}
.crono .timer .cell .numbers {
  width: 0.6em;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.crono .timer-controls {
  margin-top: 10px;
}
.crono .timer-controls label {
  cursor: pointer;
  margin: 0 2px;
  font-size: 20px;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.crono .timer-controls label:nth-child(1) {
  background-color: #0d6efd;
}
.crono .timer-controls label:nth-child(1):hover {
  background-color: #0d6efd;
}
.crono .timer-controls label:nth-child(2) {
  background-color: #0d6efd;
}
.crono .timer-controls label:nth-child(2):hover {
  background-color: #0d6efd;
}
.crono .timer-controls label:nth-child(3) {
  background-color: #0d6efd;
}
.crono .timer-controls label:nth-child(3):hover {
  background-color: #0d6efd;
}
.crono #stop:checked ~ .timer .numbers {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.crono #start:checked ~ .timer .numbers {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
.crono #reset:checked ~ .timer .numbers {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes moveten {
  0% {
    top: 0;
  }
  100% {
    top: -600px;
  }
}
@keyframes moveten {
  0% {
    top: 0;
  }
  100% {
    top: -600px;
  }
}
@-webkit-keyframes movesix {
  0% {
    top: 0;
  }
  100% {
    top: -360px;
  }
}
@keyframes movesix {
  0% {
    top: 0;
  }
  100% {
    top: -360px;
  }
}
.crono .moveten {
  -webkit-animation: moveten 1s steps(10, end) infinite;
  animation: moveten 1s steps(10, end) infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.crono .movesix {
  -webkit-animation: movesix 1s steps(6, end) infinite;
  animation: movesix 1s steps(6, end) infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.crono .tenhour {
  -webkit-animation-duration: 360000s;
  animation-duration: 360000s;
}
.crono .hour {
  -webkit-animation-duration: 36000s;
  animation-duration: 36000s;
}
.crono .tenminute {
  -webkit-animation-duration: 3600s;
  animation-duration: 3600s;
}
.crono .minute {
  -webkit-animation-duration: 600s;
  animation-duration: 600s;
}
.crono .tensecond {
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
}
.crono .second {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}
.crono .millisecond {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.crono .tenmillisecond {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
.crono .hundredmillisecond {
  -webkit-animation-duration: 0.01s;
  animation-duration: 0.01s;
}
/*# sourceMappingURL=style.css.map */