html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

.menu-principal {
  padding: 10px 30px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}
.menu-principal .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.menu-principal .botoes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-principal button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.img-tela {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.img-tela2 {
  position: absolute;
  top: 68;
  left: 0;
  z-index: 0;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}/*# sourceMappingURL=globals.css.map */