.img-entrada {
  background: url("../assets/img/mobileblacksolidy.png");
  background-position: 100% 10%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;

  @media screen and (max-width: 1920px) {
    background-size: auto;
    background-position: top;
  }

  @media screen and (max-width: 500px) {
    background: url("../assets/img/mobilesolidy.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.text-title-solid {
  z-index: 2;
  height: 100%;
  width: 40%;
  position: absolute;
  top: 10%;
  left: 10%;

  @media screen and (max-width: 1570px) {
    width: 55%;
  }

  @media screen and (max-width: 950px) {
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px 20px 20px;
  }
}

.img-depoimentos {
  background: url("../assets/img/carrosponte.png");
  background-repeat: no-repeat;
  background-size: cover;

  @media screen and (max-width: 600px) {
    background-position: right;
  }
}

.video {
  width: auto;
  height: 400px;

  @media screen and (max-width: 600px) {
    width: 100%;
    height: 400px;
  }
}
