* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
span {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
}

body {
  background: rgb(199, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(199, 0, 0, 1) 0%,
    rgba(55, 23, 23, 1) 100%
  );
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: "Roboto", sans-serif !important;
}

main {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  min-height: calc(100dvh - 40px);
  font-family: "Roboto", sans-serif !important;
}

.container-principal {
  min-height: 100px;
  font-family: "Roboto", sans-serif !important;
}

footer {
  width: 100%;
  height: 40px;
  background-color: #570606;
  border-top: 1px solid #460202;
}

.copyright {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif !important;
  line-height: 1.1;
}

.copyright span {
  color: #fff;
}

.c-celular {
  margin: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto;
}
.celular {
  max-width: 100%;
  width: calc(100dvh * 0.3);
  margin: 0 auto;
}

.c-textos {
  color: #fff;
  margin: 30px 0;
}
.c-textos h1 {
  margin: 0;
  font-size: 2rem;
}

.c-textos h2 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.c-textos p {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .c-celular {
    padding-top: 20px;
  }
  .c-textos h1 {
    margin: 0;
    font-size: 2rem;
    text-align: center;
  }
  .c-textos h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  .c-textos p {
    font-size: 1rem;
    text-align: center;
  }
}

.container-btns {
  display: flex;
  align-content: center;
  justify-content: start;
}
.container-btns a {
  display: flex;
  justify-content: center;
  align-content: center;
}
.container-btns a img.btn_download_play {
  height: 70px;
  object-fit: contain;
}
.container-btns a img.btn_download_apple {
  object-fit: contain;
  height: 46px;
  position: relative;
  top: 12px;
}

@media (max-width: 768px) {
  .container-btns {
    margin: 15px 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  .container-btns a img.btn_download_play {
    height: 60px;
    object-fit: contain;
  }
  .container-btns a img.btn_download_apple {
    object-fit: contain;
    height: 40px;
    position: relative;
    top: 11px;
    margin-right: 15px;
  }
}
