@import url(./base.css);
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.inicio {
  margin-bottom: 2rem;
}

.inicio_buque {
  background-image: url("/src/fundo_buque.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  width: auto;
  height: 550px;

  text-align: center;
  justify-content: center;

  padding-top: 4rem;
  color: #fff;
}

.inicio_buque h1 {
  font-family: var(--fonte-escrita);
  font-weight: bold;
  font-size: 64px;
}

.inicio_buque img {
  width: 157px;
  margin: 0 auto;
  margin-top: -1.75rem;
}

.texto_assinatura {
  margin-top: -19rem;
  text-align: center;
  background-color: var(--roxo);
}

.texto_assinatura p {
  font-family: "Arimo";
  font-size: 24px;
  line-height: 34px;
  margin-top: 0.5rem;
  padding: 10px 28px;
  color: #fff;
}

.bg-roxo {
  background-color: var(--roxo);
  margin-top: -1rem;
}

.filtros {
  padding-top: 4rem;
}

.margin-1 {
  margin-bottom: -0.2rem;
}

.-margin-top {
  position: relative;
}

@media (min-width: 425px) {
  .texto_assinatura {
    margin-top: -9rem;
  }

  .titulo_inicio_buque {
    margin-top: 4rem;
  }
}

@media (min-width: 768px) {
  .inicio_buque {
    background-image: url("/src/fundo_buque.webp");
    min-height: 550px;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .titulo_inicio_buque {
    margin-top: -9rem;
    margin-right: 5rem;
  }

  .texto_assinatura {
    margin-top: -3rem;
  }

  .inicio_buque h1 {
    font-size: 72px;
  }

  .inicio_buque img {
    width: 180px;
  }

  .texto_assinatura p {
    font-size: 26px;
    line-height: 36px;
    padding: 10px 40px;
  }

  .filtros {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .inicio_buque {
    background-size: cover;
    min-height: 730px;
  }

  .titulo_inicio_buque {
    display: flex; /* ativa flexbox */
    flex-direction: column; /* itens um abaixo do outro */
    align-items: center;

    margin-right: 8rem;
    margin-top: -31rem;
  }

  .bg-roxo {
    margin-top: -24rem;
    padding-bottom: 2rem;
  }

  .inicio_buque img {
    margin-left: 0;
  }

  .texto_assinatura {
    width: 45%;
    margin-left: 55%;

    margin-top: -31rem;
    text-align: right;
    margin-bottom: 10rem;
  }

  .texto_assinatura p {
    text-align: center;
  }

  .filtros {
    padding-top: 15rem;
  }
}

@media (min-width: 1366px) {
  .inicio_buque {
    height: 1000px;
  }

  .titulo_inicio_buque {
    margin-right: 12rem;
  }

  .inicio_buque h1 {
    font-size: 74px;
  }

  .texto_assinatura {
    width: 50%;
    margin-left: 50%;
    margin-top: -37rem;
  }

  .bg-roxo {
    margin-top: -12rem;
  }

  .filtros {
    padding-top: 5rem;
  }
}

@media (min-width: 1440px) {
  .titulo_inicio_buque {
    margin-right: 13rem;
  }

  .inicio_buque {
    height: 1025px;
  }

  .texto_assinatura {
    width: 45%;
    margin-left: 55%;
  }
}

@media (min-width: 1920px) {
  .inicio_buque {
    height: 1366px;
  }

  .texto_assinatura {
    margin-top: -50rem;
  }

  .titulo_inicio_buque {
    margin-top: -45rem;
    margin-right: 16rem;
  }

  .inicio_buque h1 {
    font-size: 96px;
  }

  .inicio_buque img {
    width: 270px;
  }

  .bg-roxo {
    margin-top: 13rem;
  }
}
