@charset "UTF-8";
/*# Override default theme styles */
header {
  background-color: transparent !important;
}

.main-content {
  margin-top: -100px;
}

#new-thd-lp {
  padding-bottom: 8rem;
  background: var(--beige);
  /* --- tabela --- */
}
#new-thd-lp #hero {
  width: 100%;
  padding-left: calc((100vw - 1200px) / 2 / 2);
  height: calc(95dvh - 90px);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#new-thd-lp .praticidade {
  border-color: var(--red);
}
#new-thd-lp .praticidade .selo {
  position: absolute;
  top: -80px;
  left: calc(50% - 80px);
}
#new-thd-lp .patas {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 90%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
#new-thd-lp .praticidade div {
  z-index: 1;
}
#new-thd-lp .praticidade .new-thd-parallax {
  height: auto;
}
#new-thd-lp .fucinho {
  position: absolute;
  top: 30px;
  right: 0;
  width: 100px;
  height: auto;
  z-index: 2;
}
#new-thd-lp .praticidade .veg1 {
  width: 60px;
  top: 0;
  left: 20%;
}
#new-thd-lp .praticidade .veg2 {
  width: 90px;
  top: 20%;
  left: 10%;
}
#new-thd-lp .praticidade .veg3 {
  width: 150px;
  bottom: 10%;
  right: 10%;
  transform: rotate(90deg);
}
#new-thd-lp .praticidade .veg4 {
  width: 120px;
  top: 0;
  right: 20%;
}
#new-thd-lp .praticidade .veg5 {
  width: 60px;
  bottom: 20%;
  left: 20%;
}
#new-thd-lp .ingredientes .veg1 {
  width: 40px;
  top: 40%;
  left: 15%;
}
#new-thd-lp .ingredientes .veg2 {
  width: 40px;
  top: 60%;
  right: 10%;
}
#new-thd-lp .beneficios img.sticker {
  width: 85px;
  height: 85px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#new-thd-lp .beneficios img.sticker1 {
  top: 0;
  left: 35%;
  transform: translateY(-50%);
}
#new-thd-lp .beneficios img.sticker2 {
  bottom: -60px;
  left: 40px;
}
#new-thd-lp .beneficios img.sticker3 {
  bottom: 0;
  left: 40%;
  transform: translateY(30%);
}
#new-thd-lp .beneficios img.w-50 {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#new-thd-lp .videos .carousel-cell {
  width: 23%;
  aspect-ratio: 3/4;
  margin-right: 28px;
}
#new-thd-lp .videos .carousel-cell video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#new-thd-lp .videos div.hidden-desktop {
  aspect-ratio: 3/4;
}
#new-thd-lp .videos div.hidden-desktop video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#new-thd-lp .videos .flickity-button {
  background-color: var(--yellow);
}
#new-thd-lp .videos .flickity-page-dots {
  display: none;
}
#new-thd-lp .veterinarios > div:first-child {
  width: 250px;
}
#new-thd-lp .veterinarios > div:last-child {
  width: calc(100% - 300px);
}
#new-thd-lp .veterinarios .carousel-cell {
  width: 100%;
  height: auto;
}
#new-thd-lp .veterinarios .carousel-cell h2 {
  width: calc(100% - 100px - 24px);
}
#new-thd-lp .veterinarios img {
  position: absolute;
  top: 0;
  right: 24px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#new-thd-lp .veterinarios .flickity-page-dots .dot {
  background-color: var(--green);
}
#new-thd-lp .videos .flickity-page-dots .dot {
  background-color: var(--yellow);
}
#new-thd-lp .depoimentos .carousel-cell {
  width: 320px;
}
#new-thd-lp .never-list .list p {
  border-bottom: 1pt solid var(--red);
  text-transform: uppercase;
  margin: 0px;
  line-height: 1;
  padding: 8px 0px;
}
#new-thd-lp .never-list .list p::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 4px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
}
#new-thd-lp .never-list p:last-child {
  border-bottom: 0px;
}
#new-thd-lp .maleficios {
  height: 85dvh;
}
#new-thd-lp .maleficios h2 {
  font-size: 80px;
}
#new-thd-lp .maleficios img.absolute {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 70%;
     object-position: center 70%;
  transform: scaleX(-1);
}
#new-thd-lp .tabela-diferenciais {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
#new-thd-lp .tabela-diferenciais img {
  margin-bottom: 12px;
  height: 56px;
}
#new-thd-lp .tabela-diferenciais table {
  width: 100%;
  border-collapse: collapse;
}
#new-thd-lp .tabela-diferenciais thead th {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 10px 12px;
  color: #303030;
  white-space: nowrap;
  font-family: "inter-variable", sans-serif;
}
#new-thd-lp .tabela-diferenciais thead th.col-atributo {
  text-align: left;
  width: 200px;
  text-transform: none;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0px;
  padding-left: 0px;
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 5;
}
#new-thd-lp .tabela-diferenciais thead th.col-atributo.new-spirit {
  font-family: "new-spirit", serif;
}
#new-thd-lp .tabela-diferenciais tbody th.atributo {
  font-family: "new-spirit", serif;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  font-weight: 300;
  padding: 10px 10px 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
#new-thd-lp .tabela-diferenciais tbody td {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 14px 10px;
}
#new-thd-lp .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 999px;
}
#new-thd-lp .dot-positivo {
  background: #01b273;
}
#new-thd-lp .dot-negativo {
  background: #f1592f;
}
#new-thd-lp .dot-atenção {
  background: #f8a522;
}
#new-thd-lp .tabela-diferenciais .col-hungry {
  background: rgba(18, 149, 98, 0.07);
  border-left: 1px solid rgba(18, 149, 98, 0.06);
}
#new-thd-lp .tabela-diferenciais tbody tr:last-child .col-hungry {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
}
#new-thd-lp .linha-metodo td,
#new-thd-lp .linha-metodo th {
  vertical-align: top;
}
#new-thd-lp .metodo {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
}
#new-thd-lp .metodo-laranja {
  color: #f1592f;
}
#new-thd-lp .metodo-verde {
  color: #01b273;
}
#new-thd-lp .new-thd-parallax {
  transition: transform 0.15s ease-out;
  will-change: transform;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-content {
    margin-top: -190px;
  }
  #new-thd-lp #hero {
    padding-top: 215px;
  }
}
@media (max-width: 768px) {
  .main-content {
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  #new-thd-lp #hero {
    padding-top: 120px;
  }
}
@media (min-width: 1321px) and (max-width: 1700px) {
  #new-thd-lp #hero {
    background-position: right top;
  }
}
@media (max-width: 1320px) {
  #new-thd-lp #hero {
    background-image: url("../media/new-thd/images/heromob.webp");
    background-position: calc(50% + 80px) center;
    align-items: flex-start !important;
    padding-left: 7vw;
    min-height: 900px;
    height: 95dvh;
  }
  #new-thd-lp #hero .btn-thd {
    font-size: 12px;
  }
  #new-thd-lp #hero p.pb4 {
    font-size: 13px;
    padding-bottom: 20px;
  }
  #new-thd-lp .beneficios div.mh4 {
    margin: 0px;
    width: 100%;
  }
  #new-thd-lp .tabela-diferenciais.mh5 {
    margin: 0px;
  }
  #new-thd-lp .never-list div.mh6 {
    margin: 0px;
  }
  #new-thd-lp .never-list div.mh6 {
    margin: 0px;
  }
}
@media (max-width: 840px) {
  #new-thd-lp .dot {
    height: 10px;
    width: 10px;
  }
  #new-thd-lp .col-atributo br.none {
    display: block;
  }
  #new-thd-lp .praticidade.container-thd.h-80 {
    padding: 100px 20px 50px 0px !important;
    height: auto;
  }
  #new-thd-lp .praticidade div {
    padding-left: 20px;
  }
  #new-thd-lp .praticidade .selo {
    width: 140px;
    top: -70px;
    left: calc(50% - 65px);
  }
  #new-thd-lp .patas {
    padding: 20px 0px;
    position: static;
    width: 100%;
    height: auto;
    transform: rotate(90deg);
    left: 0px;
  }
  #new-thd-lp .fucinho {
    top: 20%;
    width: 60px;
  }
  #new-thd-lp .ingredientes.pb6 {
    padding-bottom: 60px;
  }
  #new-thd-lp .beneficios h2 {
    font-size: 32px;
  }
  #new-thd-lp .beneficios div.w-40.pa5 {
    width: 100%;
  }
  #new-thd-lp .beneficios img.w-50.hidden-desktop {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    display: block;
  }
  #new-thd-lp .beneficios div.pa5 {
    padding: 40px 20px 20px 20px;
  }
  #new-thd-lp .beneficios img.sticker {
    width: 60px;
    height: 60px;
  }
  #new-thd-lp .beneficios img.sticker1 {
    top: 0;
    left: auto;
    right: 10%;
  }
  #new-thd-lp .beneficios img.sticker2 {
    bottom: 80px;
    left: -20px;
  }
  #new-thd-lp .beneficios img.sticker3 {
    left: 80%;
  }
  #new-thd-lp .beneficios.mb6 {
    margin-bottom: 50px;
  }
  #new-thd-lp .veterinarios > div:first-child,
  #new-thd-lp .veterinarios > div:last-child {
    width: 100%;
  }
  #new-thd-lp .veterinarios .carousel-cell h2 {
    font-size: 28px;
    width: 100%;
  }
  #new-thd-lp .veterinarios .carousel-cell div {
    width: 80%;
  }
  #new-thd-lp .veterinarios img {
    width: 70px;
    height: 70px;
    top: auto;
    right: 0px;
    bottom: 0px;
  }
  #new-thd-lp .veterinarios h4 {
    font-size: 20px;
  }
  #new-thd-lp .veterinarios p {
    font-size: 13px;
  }
  #new-thd-lp .tabela-diferenciais.mh5 {
    padding: 20px 0px 54px 16px;
    isolation: isolate;
    margin: 0px;
  }
  #new-thd-lp .tabela-diferenciais tbody td {
    padding: 8px 6px;
  }
  #new-thd-lp .scroll-wrapper {
    overflow-x: auto;
  }
  #new-thd-lp .scroll-wrapper table {
    min-width: 640px;
    border-collapse: collapse;
  }
  #new-thd-lp .metodo {
    font-size: 10px;
  }
  #new-thd-lp .videos iframe {
    aspect-ratio: 9/16;
  }
  #new-thd-lp .repeat {
    animation: repeat 20s linear infinite;
  }
  #new-thd-lp .repeat h2 {
    font-size: 32px;
  }
  #new-thd-lp .lista-sem h2::after {
    width: 25px;
    height: 20px;
  }
  #new-thd-lp .lista-sem.mt6 {
    margin-top: 60px;
  }
  #new-thd-lp .tabela-diferenciais thead th {
    font-size: 8px;
    font-family: "inter-variable", sans-serif;
  }
  #new-thd-lp .tabela-diferenciais thead th.col-atributo,
  #new-thd-lp .tabela-diferenciais tbody th.atributo {
    position: sticky;
    left: 0;
    font-size: 14px;
    width: 90px;
  }
  #new-thd-lp .atributo {
    background-color: white;
  }
  #new-thd-lp .scroll-wrapper {
    overflow-x: auto;
    scrollbar-color: #01b273 #fff;
    scrollbar-width: thin;
    position: relative;
  }
  #new-thd-lp .scroll-wrapper::-webkit-scrollbar {
    height: 6px;
    background: #fff;
    border-radius: 10px;
  }
  #new-thd-lp .scroll-wrapper::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
  }
  #new-thd-lp .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #01b273;
    border-radius: 10px;
    border: none;
  }
  #new-thd-lp .col-atributo {
    font-size: 18px !important;
    padding-bottom: 0px !important;
    margin-bottom: -4px;
  }
  #new-thd-lp .maleficios div {
    width: 100%;
  }
  #new-thd-lp .maleficios h3 {
    font-size: 32px;
  }
  #new-thd-lp .maleficios div.flex-wrap {
    align-items: flex-start;
  }
  #new-thd-lp .maleficios p {
    margin-bottom: 40px;
  }
  #new-thd-lp .maleficios div.flex.items-center {
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #new-thd-lp .maleficios h2.pr4 {
    font-size: 48px;
    padding-right: 0px;
  }
  #new-thd-lp .maleficios {
    min-height: 800px;
    height: auto;
    background-position: bottom;
  }
  #new-thd-lp .maleficios h3 br,
  #new-thd-lp .maleficios p br {
    display: none;
  }
  #new-thd-lp .never-list div.w-40 {
    width: 100%;
  }
  #new-thd-lp .never-list h3 {
    font-size: 22px;
  }
  #new-thd-lp .never-list p {
    font-size: 13px;
  }
  #new-thd-lp .never-list .list p {
    padding: 4px 0px;
  }
  #new-thd-lp .never-list div.pa5 {
    padding: 40px 20px;
  }
}