* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

/* ==========================================================================
   HERO (mobile base)
   ========================================================================== */

.hero {
  background-image: url(img/fundo.webp);
  background-position: right bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 1.5rem;
}

.hero .slogan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 2.5rem;
}

.hero img.logo {
  max-width: 200px;
}

.hero h1 {
  color: #fff;
  margin-top: 1.5rem;
  font-size: 22px;
  font-weight: 300;
}

.hero h1 strong {
  display: block;
  font-weight: 600;
}

.btn-buy {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 12px 32px;
  background-color: #5d9b2f;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  transition: background-color .2s ease;
}

.btn-buy:hover {
  background-color: #4c7f26;
}

.hero .col-lg-6.text-end {
  text-align: center !important;
}

.new-form {
  width: 70px;
  margin-top: 1rem;
  margin-right: 0;
  position: relative;
  z-index: 3;
}

.hero .prods {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1rem;
}

.hero .prod {
  z-index: 0;
}

.hero .prod.large {
  height: 340px;
  z-index: 1;
  margin-right: -10px;
}

.hero .prod.small {
  z-index: 2;
  height: 240px;
  filter: drop-shadow(-8px 0px 12px rgba(0, 0, 0, .6));
}

.hero .vanadio {
  position: absolute;
  width: 85px;
  left: 20%;
  bottom: 70px;
  z-index: 3;
}

/* ==========================================================================
   STEPS
   ========================================================================== */

.steps-wrapper {
  background-color: #002e54;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url(img/bg-steps.jpg);
  background-position: center center;
  background-size: cover;
}

.steps-wrapper .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  gap: 24px;
}

.steps-wrapper .texts .item1 .description-text {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.steps-wrapper .texts .item1 .description-text strong {
  font-weight: 600;
  color: #5d9b2f;
}

.steps-wrapper .texts .item1 .application-text {
  width: 100%;
  max-width: 380px;
  margin: 20px auto 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}

.steps-wrapper .texts .item1 .application-text strong {
  font-weight: 600;
  color: #5d9b2f;
  display: block;
}

.steps-wrapper .texts .item2 p {
  font-size: 16px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 22px;
}

.steps-wrapper .texts .item2 h1 {
  font-size: 38px;
  line-height: 32px;
  margin-top: 20px;
}

.steps-wrapper .texts .item2 h1 small {
  font-size: 16px;
  font-weight: 200;
  display: block;
}

.steps-wrapper .texts .item2 ul {
  margin: 12px 0 0;
  font-weight: 200;
  display: inline-block;
  text-align: left;
}

.steps {
  background-color: #5d9b2f;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
}

.steps .step {
  text-align: center;
  width: 100%;
  max-width: 280px;
}

.steps .step img {
  max-height: 110px;
}

.steps .step p {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

/* ==========================================================================
   CARDS
   ========================================================================== */

.cards {
  background: #2A7B9B;
  background: linear-gradient(
                180deg,
                #197cb5 0%,
                #197cb5 75%,
                #9dd0ee 96%,
                #ffffff 100%
  );
}

.cards .cards-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url(img/bg-cards.webp);
  background-position: center top;
  background-repeat: no-repeat;
}

.cards .cards-wrapper h1 {
  text-align: center;
  padding: 0 1.5rem;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 2rem;
}

.cards .cards-wrapper h1 strong {
  color: #7bd7ee;
}

.cards .cards-wrapper h1 span {
  display: block;
  font-weight: 300;
}

.cards .cards-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 0 1.5rem;
}

.cards .cards-main .column {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 260px;
}

.cards .card-item img {
  width: 140px;
}

.cards .card-item .label {
  color: #fff;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */

.about {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.about h1 {
  font-size: 34px;
  color: #0d7ab3;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}

.about h1 strong {
  display: block;
  color: #5ec7e4;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}

.about .text {
  padding-right: 0;
  text-align: center;
  margin-bottom: 2rem;
}

.about .text p {
  color: #0d7ab3;
  font-size: 16px;
}

.about .col-lg-6:last-child {
  text-align: center;
}

.about .composition-box {
  background-color: #0d7ab3;
  color: #fff;
  display: inline-block;
  padding: 1.5rem;
  border-radius: 20px;
  text-align: left;
}

.about .composition-box p {
  font-weight: 300;
}

.about .composition-box td {
  font-weight: 500;
  padding-right: 15px;
  font-size: 14px;
}

.season {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

.season img {
  height: 50px;
}

.season span {
  font-size: 22px;
  color: #5ec7e4;
  font-weight: bold;
}

.season-cta {
  text-align: center;
  margin-top: 1rem;
}

/* ==========================================================================
   CONTATO
   ========================================================================== */

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-bottom: 2rem;
  text-align: center;
}

.contact img {
  max-width: 180px;
}

.contact .fones {
  color: #001b4b;
}

.contact .fones h1 {
  font-size: 20px;
  font-weight: 300;
  color: #001b4b;
}

.contact .fones p {
  font-size: 18px;
  margin: 0;
}

.contact .social a {
  color: #001b4b;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

.contact .social a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   BREAKPOINT: ≥576px
   ========================================================================== */
@media (min-width: 576px) {
  .hero img.logo {
    max-width: 260px;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero .prod.large {
    height: 400px;
  }

  .hero .prod.small {
    height: 280px;
  }

  .steps {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .steps .step {
    width: 45%;
  }

  .steps-wrapper .texts .item1 .description-text {
    font-size: 24px;
    line-height: 30px;
  }

  .steps-wrapper .texts .item2 h1 {
    font-size: 44px;
  }

  .cards .cards-main .column {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .about h1 {
    font-size: 42px;
  }

  .about h1 strong {
    font-size: 26px;
    line-height: 28px;
  }

  .contact {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* ==========================================================================
   BREAKPOINT: ≥768px
   ========================================================================== */
@media (min-width: 768px) {
  .hero .slogan {
    padding-top: 3rem;
  }

  .hero img.logo {
    max-width: 300px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero .prod.large {
    height: 380px;
  }

  .hero .prod.small {
    height: 270px;
  }

  .hero .vanadio {
    width: 100px;
    left: auto;
    right: 20%;
    bottom: 90px;
  }

  .steps-wrapper .texts {
    flex-direction: row;
    align-items: end;
    text-align: left;
    gap: 40px;
  }

  .steps-wrapper .texts .item1 .application-text {
    margin: 20px 0 0;
  }

  .steps-wrapper .texts .item2 p {
    margin: 0;
  }

  .steps-wrapper .texts .item2 ul {
    margin: 12px 0 0 -12px;
  }

  .steps {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
  }

  .steps .step {
    width: 31%;
    max-width: none;
  }

  .steps .step img {
    max-height: 90px;
  }

  .steps .step p {
    font-size: 15px;
    line-height: 20px;
  }

  .cards .cards-wrapper h1 {
    font-size: 30px;
  }

  .about h1 {
    font-size: 56px;
  }

  .about h1 strong {
    font-size: 32px;
    line-height: 34px;
  }

  .about .composition-box td {
    font-size: 16px;
    padding-right: 20px;
  }

  .season img {
    height: 60px;
  }

  .season span {
    font-size: 30px;
  }

  .contact .fones {
    text-align: left;
  }

  .contact .social {
    text-align: left;
  }
}

/* ==========================================================================
   BREAKPOINT: ≥992px (layout desktop original começa aqui)
   ========================================================================== */
@media (min-width: 992px) {
  .hero {
    min-height: 720px;
  }

  .hero .slogan {
    height: 720px;
    align-items: flex-start;
    text-align: left;
    padding-top: 0;
  }

  .hero img.logo {
    max-width: 300px;
  }

  .hero h1 {
    font-size: 32px;
    margin-top: 2rem;
  }

  .hero .col-lg-6.text-end {
    text-align: right !important;
  }

  .new-form {
    width: 80px;
    margin-top: 200px;
    margin-right: 30px;
  }

  .hero .prods {
    display: block;
  }

  .hero .prod {
    position: absolute;
    bottom: 30px;
  }

  .hero .prod.large {
    height: 560px;
    right: 160px;
    margin-right: 0;
  }

  .hero .prod.small {
    height: 400px;
    right: 60px;
  }

  .hero .vanadio {
    left: auto;
    bottom: 70px;
    right: 340px;
    width: 130px;
    z-index: 2;
  }

  .steps-wrapper .texts {
    gap: 40px;
  }

  .steps-wrapper .texts .item1 .application-text {
    width: 400px;
    font-size: 20px;
    line-height: 28px;
  }

  .steps .step {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .steps .step img {
    max-height: 150px;
  }

  .steps .step p {
    margin-top: auto;
    padding-top: 20px;
  }

  .cards .cards-wrapper h1 {
    text-align: right;
    padding-right: 4rem;
    font-size: 34px;
  }

  .cards .cards-main {
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 4rem;
    padding-left: 0;
    gap: 20px;
  }

  .cards .cards-main .column {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    width: 180px;
    max-width: 180px;
  }

  .cards .cards-main .column.two-items {
    justify-content: flex-start;
    gap: 90px;
  }

  .cards .card-item img {
    width: 150px;
  }

  .about {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .about h1,
  .about .text {
    text-align: left;
  }

  .about .col-lg-6:last-child {
    text-align: left;
  }

  .about .text {
    padding-right: 2rem;
  }

  .about h1 {
    font-size: 64px;
  }

  .about h1 strong {
    font-size: 38px;
    line-height: 38px;
  }

  .season {
    flex-direction: row;
  }

  .contact {
    gap: 50px;
  }
}

/* ==========================================================================
   BREAKPOINT: ≥1200px
   ========================================================================== */
@media (min-width: 1200px) {
  .hero {
    min-height: 850px;
  }

  .hero .slogan {
    height: 850px;
  }

  .hero img.logo {
    max-width: 360px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero .prod.large {
    height: 700px;
    right: 220px;
  }

  .hero .prod.small {
    height: 500px;
    right: 100px;
  }

  .hero .vanadio {
    left: auto;
    bottom: 90px;
    right: 420px;
    width: 130px;
  }

  .cards .cards-wrapper h1 {
    padding-right: 8rem;
  }

  .cards .cards-main {
    padding-right: 8rem;
    gap: 40px;
  }

  .cards .cards-main .column {
    width: 200px;
    max-width: 200px;
  }

  .about h1 {
    font-size: 80px;
  }

  .about h1 strong {
    font-size: 48px;
    line-height: 48px;
  }
}

/* ==========================================================================
   BREAKPOINT: ≥1400px (desktop original)
   ========================================================================== */
@media (min-width: 1400px) {
  .hero {
    min-height: 990px;
  }

  .hero .slogan {
    height: 1080px;
  }

  .hero img.logo {
    max-width: 450px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero .prod.large {
    height: 850px;
    right: 300px;
  }

  .hero .prod.small {
    height: 610px;
    right: 145px;
  }

  .hero .vanadio {
    left: auto;
    bottom: 130px;
    right: 530px;
    width: 130px;
  }

  .new-form {
    width: 100px;
    margin-top: 300px;
    margin-right: 30px;
  }

  .cards .cards-wrapper h1 {
    padding-right: 5rem;
  }

  .cards .cards-main {
    padding-right: 5rem;
    gap: 70px;
  }

  .cards .cards-main .column {
    width: 220px;
    max-width: 220px;
  }

  .cards .card-item img {
    width: 200px;
  }

  .about h1 {
    font-size: 100px;
  }

  .about h1 strong {
    font-size: 60px;
    line-height: 60px;
  }
}

/* ==========================================================================
   BREAKPOINT: ≥1600px
   ========================================================================== */
@media (min-width: 1600px) {
  .new-form {
    margin-right: -30px;
  }

  .cards .cards-main {
    margin-right: 9rem;
    padding-right: 8rem;
  }

  .cards .cards-wrapper h1 {
    padding-right: 8rem;
  }
}

/* ==========================================================================
   BREAKPOINT: ≥1800px
   ========================================================================== */
@media (min-width: 1800px) {
  .new-form {
    margin-right: -130px;
  }

  .cards .cards-main {
    margin-right: 11rem;
    padding-right: 12rem;
  }

  .cards .cards-wrapper h1 {
    padding-right: 12rem;
  }
}
