body {
  margin: 0;
  background: lightgray;
}
:root {
  --main-color: white;
}
.bg {
  text-align: center;
  padding: 10px;
  height: 100vh;
  background-size: cover;
  box-sizing: border-box;
  filter: blur(3px);
}

.bg-text {
  font-family: "Rubik Mono One", sans-serif;
  color: var(--main-color);
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}
.custom-section {
  padding-top: 50px;
}

.cb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-text {
  font-family: "New Tegomin";
  text-align: justify;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-item {
  width: auto;
  width: auto;
  max-height: 600px;
  max-width: 600px;
}

footer {
  background: black;
  padding: 20px 0;
  color: var(--main-color);
  margin-top: 40px;
  text-align: center;
}

.home {
  background-image: url("./imges/tecnologia.png");
}
