* {
  transition: 0.3s;
  font-family: Poppins;
}

body {
  transition: 0.3s;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

h1 {
  transition: 0.3s;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  transition: 0.3s;
  margin: 0;
  color: #000;
  /* material-theme/body/small */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.navbar {
  transition: 0.3s;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 4px 16px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.10);
}

.navbar img {
  transition: 0.3s;
  height: 40px;
}

.navbar button {
  cursor: pointer;
  transition: 0.3s;
  font-family: 'Poppins';
  color: white;
  font-size: 12px;
  line-height: 0;
  height: 24px;
  padding: 0 16px;
  outline: none;
  border: none;
  border-radius: 4px;
  background: #009BC7;
}

.title {
  transition: 0.3s;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

/* ****************************************************************************************** */


.section-one {
  transition: 0.3s;
  position: relative;
}

.section-one h1 {
  transition: 0.3s;
  margin-top: 32px;
  margin-bottom: 8px;
}

.section-one .background {
  transition: 0.3s;
  background-color: #bfe6f1;
  height: 200px;
  transition: 0.3s;

}

.section-one .container {
  transition: 0.3s;
  position: absolute;
  display: flex;
  width: 100%;
}

.section-one .wave {
  transition: 0.3s;
  /* position: absolute; */
  width: 100%;
  /* bottom: 0; */
  background-color: white;
  /* height: 110px; */

}

.section-one .content {
  transition: 0.3s;
  padding: 16px;
  width: 200px;
  position: relative;
  z-index: 2;
}

.section-one .store-buttons {
  transition: 0.3s;
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.section-one .store-buttons img {
  transition: 0.3s;
  height: 25px;
}

.section-one .pets {
  transition: 0.3s;
  position: absolute;
  width: 230px;
  right: 0;
}

@media (min-width: 480px) {
  .section-one h1 {
    transition: 0.3s;

    font-size: 24px;
    line-height: 30px;
  }

  .section-one p {
    transition: 0.3s;
    transition: 0.3s;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .section-one .pets {
    transition: 0.3s;
    position: absolute;
    width: 300px;
    right: 0;
  }

  .section-one .content {
    transition: 0.3s;
    width: 240px;
  }

}

@media (min-width: 650px) {
  .section-one h1 {
    transition: 0.3s;
    transition: 0.3s;

    font-size: 26px;
    line-height: 32px;
  }

  .section-one p {
    transition: 0.3s;
    transition: 0.3s;
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .section-one .pets {
    transition: 0.3s;
    position: absolute;
    width: 300px;
    right: 0;
  }

  .section-one .content {
    transition: 0.3s;
    width: 400px;
  }

  .section-one .store-buttons {
    transition: 0.3s;
    gap: 16px;
  }

  .section-one .store-buttons img {
    transition: 0.3s;
    height: 40px;
  }
}

@media (min-width: 768px) {
  .section-one .background {
    transition: 0.3s;
    height: 100px;
    transition: 0.3s;
  }

  .section-one .container {
    transition: 0.3s;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .section-one .content {
    transition: 0.3s;
    width: 350px;
  }

  .section-one .pets {
    transition: 0.3s;
    transition: 0.3s;
    width: 400px;
  }

  .section-one h1 {
    transition: 0.3s;
    transition: 0.3s;
    font-size: 30px;
    /* margin-top: 130px; */
    /* margin-bottom: 40px; */
    /* font-size: 57px; */
    /* line-height: 64px; */
  }

  .section-one p {
    transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: 36px; */
    /* 128.571% */
  }

  .section-one .store-buttons {
    transition: 0.3s;
    /* margin-top: 40px; */
    /* gap: 32px; */
  }

  .section-one .store-buttons img {
    transition: 0.3s;
    /* height: 80px; */
  }
}

@media (min-width: 1000px) {
  .section-one .background {
    transition: 0.3s;
    height: 100px;
    transition: 0.3s;
  }

  .section-one .container {
    transition: 0.3s;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .section-one .content {
    transition: 0.3s;
    width: 500px;
  }

  .section-one .pets {
    transition: 0.3s;
    transition: 0.3s;
    width: 450px;
  }

  .section-one h1 {
    transition: 0.3s;
    transition: 0.3s;
    font-size: 30px;
    line-height: 34px;
    /* margin-top: 130px; */
    /* margin-bottom: 40px; */
  }

  .section-one p {
    transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    line-height: 28px;
    /* font-style: normal; */
    /* font-weight: 400; */
    /* 128.571% */
  }

  .section-one .store-buttons {
    transition: 0.3s;
    margin-top: 20px;
    /* margin-top: 40px; */
    /* gap: 32px; */
  }

  .section-one .store-buttons img {
    transition: 0.3s;
    height: 50px;
  }
}

@media (min-width: 1280px) {

  .navbar {
    width: 81%;
    margin: auto;
    height: 83px;
    box-shadow: none;
  }

  .navbar img {
    height: 51px;
  }

  .navbar button {
    height: 51px;
    font-size: 18px;
    padding: 0 32px;
  }

  .section-one .background {
    transition: 0.3s;
    /* background-color: green; */
    height: 400px;
    transition: 0.3s;
  }

  .section-one .container {
    transition: 0.3s;
    width: 81%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .section-one .content {
    transition: 0.3s;
    width: 550px;
  }

  .section-one .pets {
    transition: 0.3s;
    transition: 0.3s;
    width: 700px;
    right: -100px;
    top: 100px;
  }

  .section-one h1 {
    transition: 0.3s;
    margin-top: 86px;
    margin-bottom: 40px;
    transition: 0.3s;
    font-size: 57px;
    line-height: 64px;
  }

  .section-one p {
    transition: 0.3s;
    transition: 0.3s;
    color: #000;

    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    /* 128.571% */
  }

  .section-one .store-buttons {
    transition: 0.3s;
    margin-top: 40px;
    gap: 32px;
  }

  .section-one .store-buttons img {
    transition: 0.3s;
    height: 80px;
  }
}

/* ****************************************************************************************** */


.section-two {
  transition: 0.3s;
  padding: 32px 16px;
}

.section-two .cards-container {
  margin-top: 16px;
  transition: 0.3s;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;

}

.section-two img {
  width: 32px;
}

.section-two .card {
  transition: 0.3s;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #BFC8CA;
  display: flex;
  flex-direction: column;
  padding: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.section-two .card h2 {
  transition: 0.3s;
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.section-two .card p {
  transition: 0.3s;
  margin: 0;
  color: #6F797A;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

@media (min-width: 480px) {}

@media (min-width: 650px) {
  .section-two h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 144.444% */
  }
}

@media (min-width: 768px) {
  .section-two .cards-container {
    transition: 0.3s;
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    gap: 8px;
  }

  .section-two .card {
    width: 150px;
    transition: 0.3s;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #BFC8CA;
    display: flex;
    flex-direction: column;
    padding: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .section-two .h1-holder {
    width: 500px;
    margin: auto;
  }

  .section-two h1 {
    /* width: 520px; */
    color: #000;
    text-align: center;

    /* material-theme/display/medium */
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 144.444% */
  }
}

@media (min-width: 1280px) {
  .section-two {
    width: 81%;
    margin: auto;
    transition: 0.3s;
    padding: 0 0 64px 0;
  }

  .section-two .h1-holder {
    width: 500px;
    margin: auto;
  }

  .section-two .cards-container {
    margin-top: 32px;
  }

  .section-two .card {
    width: 236px;
  }

  .section-two h1 {
    /* width: 520px; */
    color: #000;
    text-align: center;

    /* material-theme/display/medium */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    /* 144.444% */
  }

  .section-two img {
    width: 48px;
  }

  .section-two .card h2 {
    transition: 0.3s;
    margin: 0;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
  }

  .section-two .card p {
    transition: 0.3s;
    margin: 0;
    color: #6F797A;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
  }
}

/* ****************************************************************************************** */

#section-three {
  transition: 0.3s;
  background-color: #e9f2f4;
}

.section-three .content {
  align-items: center;
  justify-items: center;
  display: grid;
}

.section-three .list {
  transition: 0.3s;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-three .h1-p {
  text-align: center;
}

.section-three .list div {
  transition: 0.3s;
  gap: 8px;
  display: flex;
}

.section-three .h1-holder h1 {
  color: #000;
  text-align: center;

  /* material-theme/title/tam 16 */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
}

.section-three .main-h1 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.section-three .h1-p {
  color: #6F797A;
  text-align: center;

  /* material-theme/body/small */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.section-three button {
  border: none;
  border-radius: 8px;
  padding: 16px 20px;
  color: white;
  background: #009BC7;
  margin: 16px;
}

.list img {
  width: 32px;
}

.list p {
  color: #6F797A;

  /* material-theme/body/small */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}



@media (min-width: 480px) {}

@media (min-width: 650px) {}

@media (min-width: 768px) {}

@media (min-width: 1280px) {

  .section-three .main-h1 {
    max-width: 633px;
    margin: auto;
    color: #000;
    text-align: center;

    /* material-theme/display/medium */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 16px;
    /* 144.444% */
  }

  .section-three {
    width: 81%;
    margin: auto;
    transition: 0.3s;
    padding: 0 0 64px 0;
  }

  .section-three .h1-holder {
    width: 100%;
  }

  .section-three .h1-holder h1 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 116.667% */
  }

  .section-three .h1-p {
    max-width: 618px;
    margin: auto;
    color: #6F797A;
    text-align: center;

    /* material-theme/body/large */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

  .section-three .content .h1-holder {
    align-self: end;
    justify-self: center;
    margin: 0;
    grid-area: 1 / 1 / 2 / 2;
    grid-row-start: 1;
  }


  .section-three .content .list {
    justify-self: center;
    grid-row-start: 2;
    grid-area: 2 / 1 / 3 / 2;
  }

  .section-three .content img {
    align-self: center;
    justify-self: center;
    grid-row-start: 3;
    grid-area: 1 / 2 / 3 / 3;
  }

  .section-four .carousel {
    display: none;
  }

  .list img {
    width: 40px;
  }

  .section-three .funcionalidades-img {
    width: 520px;
    margin-top: 32px;
  }

  .section-three button {
    border: none;
    border-radius: 8px;
    padding: 16px 20px;
    color: white;
    background: #009BC7;
    width: 318px;
    margin: auto;
    margin-top: 32px;
  }


  .list p {
    color: #6F797A;

    /* material-theme/body/large */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

}

/* ****************************************************************************************** */

.section-four {
  transition: 0.3s;
  position: relative;
  padding: 32px 16px;
}

.section-four .foto {
  width: 216px;
}

.section-four .carousel {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
}

.section-four .carousel .card {
  transition: 0.3s;
  display: flex;
  gap: 16px;
  align-items: start;
  max-width: 300px;
  padding: 14px;
  border-radius: 8px;
  background: #FAF9FD;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

.section-four .card {
  transition: 0.3s;
  display: flex;
  gap: 16px;
  align-items: start;
  padding: 14px;
  border-radius: 8px;
  background: #FAF9FD;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}

.section-four .container {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
  /* align-items: center; */
}

.section-four .first-list,
.section-four .second-list {
  display: none;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}

.section-four .card h2 {
  transition: 0.3s;
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}


@media (min-width: 480px) {}

@media (min-width: 650px) {}

@media (min-width: 768px) {}

@media (min-width: 1280px) {



  .section-four .container {
    grid-template-columns: 250px auto 250px;
  }

  .section-four .foto {
    width: 500px;
  }

  .section-four .carousel {
    display: none;
  }

  .section-four .first-list,
  .section-four .second-list {
    display: flex;
  }
}

/* ****************************************************************************************** */


.section-five {
  transition: 0.3s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  color: white;
  background-color: #009BC7;
  padding: 32px 16px;
}

.section-five p {
  transition: 0.3s;
  margin-top: 16px;
  text-align: left;
  width: 320px;
  color: white;
}

.section-five>img {
  width: 350px;
}


.section-five .container {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media (min-width: 480px) {}

@media (min-width: 650px) {}

@media (min-width: 768px) {}

@media (min-width: 1280px) {

  #section-five {
    background-color: #009BC7;
  }

  .section-five {
    width: 81%;
    margin: auto;
    padding: 32px 0px;
    justify-content: space-between;
  }


  .section-five p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .section-five h1 {
    text-align: center;

    /* material-theme/display/medium */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    /* 144.444% */
  }

  .section-five .container {
    width: 480px;
  }

  .section-five>img {
    width: 500px;
  }

  .section-five {
    flex-direction: row;
  }
}

/* ****************************************************************************************** */


.section-six {
  transition: 0.3s;
  padding: 32px 16px;
}


.section-six .list>div {
  transition: 0.3s;
  border-right: 0.5px solid #BFC8CA;
  border-top: 0.5px solid #BFC8CA;
  border-left: 0.5px solid #BFC8CA;
  padding: 8px;
}

.section-six .list>div:first-child {
  transition: 0.3s;
  border-radius: 4px 4px 0px 0px;
  border: 0.5px solid #BFC8CA;
  border-bottom: none;
}

.section-six .list>div:last-child {
  border-bottom: 0.5px solid #BFC8CA;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid #BFC8CA;
}

.section-six h2 {
  transition: 0.3s;
  margin: 0;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

.section-six p {
  transition: 0.3s;
  color: #6F797A;
  /* material-theme/mobile/mobile */
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-six .tabs>div {
  transition: 0.3s;
  padding: 4px 8px;
  display: flex;
  gap: 4px;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.section-six .tabs .active {
  transition: 0.3s;
  display: flex;
  align-items: center;
  padding: 4px 8px;

  border-radius: 4px;
  background: #3BAA7C;
  color: white;

  /* material-theme/body/small */
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.section-six .tabs .active path {
  transition: 0.3s;
  stroke: white !important;
}

.section-six form {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-six form input,
.section-six form textarea {
  transition: 0.3s;
  border-radius: 8px;
  background: #F7F7FB;
  padding: 16px 14px;
  color: #8E8E8E;

  border: none;
  /* material-theme/title/small */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.section-six form button {
  transition: 0.3s;
  border-radius: 8px;
  border: 1px solid #3BAA7C;
  background-color: white;

  color: #3BAA7C;
  padding: 14px 0;
  text-align: center;

  /* material-theme/title/medium */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}

@media (min-width: 480px) {}

@media (min-width: 650px) {}

@media (min-width: 768px) {}

@media (min-width: 1280px) {
  .section-six p {
    font-size: 14px;
  }

  .section-six {
    width: 78%;
    margin: auto;
  }

  .section-six h1 {
    color: #000;
    text-align: center;

    /* material-theme/display/medium */
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    /* 144.444% */
  }

  .section-six h2 {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 100% */
  }

  .section-six .list h2 {
    color: #000B27;

    /* material-theme/title/medium */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
  }

  .section-six .titulo {
    color: #000;

    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
  }

  .section-six form p {
    color: #000;

    /* material-theme/body/large */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
  }

}

/* ****************************************************************************************** */

.section-seven {
  transition: 0.3s;
  padding: 32px 16px;
  background-color: #009BC7;
  color: white;
  text-align: center;
}

.section-seven h1 {
  text-align: left;
}

.section-seven .list {
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}

.section-seven .social {
  transition: 0.3s;
  justify-content: center;
  margin-top: 32px;
  display: flex;
  gap: 8px;
}

.section-seven h1 {
  transition: 0.3s;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 480px) {}

@media (min-width: 650px) {
  .section-seven h1 {
    text-align: center;
  }
}

@media (min-width: 768px) {}

@media (min-width: 1280px) {
  .section-seven h1 {
    text-align: left;
  }

  /* grid-area: row-start / column-start / row-end / column-end; */
  .section-seven {
    width: 78%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
  }

  .section-seven>*:nth-child(1) {
    grid-area: 1 / 1 / 1 / 6;
  }

  .section-seven>*:nth-child(2) {
    grid-area: 2 / 1 / 2 / 1;
  }

  .section-seven>*:nth-child(3) {
    grid-area: 2 / 2 / 2 / 2;
  }

  .section-seven>*:nth-child(4) {
    grid-area: 2 / 3 / 2 / 3;
  }

  .section-seven>*:nth-child(5) {
    grid-area: 3 / 1 / 3 / 6;
  }
}