body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "work-sans", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    "sans-serif";
}

.layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
header {
  position: relative;
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}
.title-algar {
  color: #001556;
  font-family: "work-sans";
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  margin-bottom: 80px;
}
.title-algar > span {
  font-weight: bold;
}
.logo {
  position: absolute;
  top: 0px;
  right: -70px;
  width: 69px;
  height: 69px;
}
.video {
  width: 650px;
  height: 367px;
  margin-bottom: 80px;
  @media screen and (max-width: 1023px) {
    width: 300px;
    height: auto;
  }
}

.button-algar {
  width: 219px;
  height: 50px;
  background-color: #001556;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .title-algar {
    text-align: center;
  }
  .video {
    width: 300px;
    height: auto;
  }
  .logo {
    top: 110px;
    right: 70px;
    width: 40px;
    height: 40px;
  }
}
