@import url(https://fonts.googleapis.com/css?family=Baloo+2:regular,500,600,700,800);
::-moz-selection {
  background-color: rgba(241, 88, 33, 0.7529411765);
  color: #FFF;
}
::selection {
  background-color: rgba(241, 88, 33, 0.7529411765);
  color: #FFF;
}

:target {
  scroll-margin-top: 5.5rem;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html {
  font-size: 82%;
}

body {
  font-family: "Baloo 2", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

h1 {
  font-size: 3.75rem;
  line-height: 1;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 1.3;
}

a,
p,
li {
  font-size: 1.25rem;
  line-height: 1.75;
}

p {
  margin: 0 0 1.5625rem;
}

ul {
  padding: 0;
}
ul li:not(:last-of-type) {
  margin-bottom: 0.75rem;
}

header .inner-container,
section .inner-container,
footer .inner-container {
  padding: 1.875rem 2.8125rem;
}

.container {
  max-width: 37.5rem;
  margin: auto;
}

.bg-purple {
  background-color: #C647D2;
  color: #FFF;
}

.bg-dark-purple {
  background-color: #42124C;
  color: #FFF;
}

.bg-orange {
  background-color: #FF7E5C;
  color: #FFF;
}

.bg-pink {
  background-color: #E445D7;
  color: #FFF;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.875rem 1.375rem;
  border-radius: 0.625rem;
  background-color: #333;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  gap: 0.75rem;
  transition: all 0.15s ease;
  cursor: pointer;
  border: none;
}
.btn img {
  width: 1.5625rem;
  height: auto;
}
.btn.btn-orange {
  background-color: #EF7D5D;
}
.btn.btn-orange:hover {
  background-color: #f19074;
}
.btn.btn-purple {
  background-color: #42124C;
}
.btn.btn-purple:hover {
  background-color: #5f1a6d;
}
.btn.btn-center {
  margin-right: auto;
  margin-left: auto;
}

.section-img.desktop {
  display: none;
}

nav {
  position: absolute;
  left: 0;
  top: 1.25rem;
  width: 100%;
  z-index: 100;
}
nav.sticky {
  position: fixed;
  top: 0;
  background-color: rgba(66, 18, 76, 0.9607843137);
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.3294117647);
  border-bottom: 0.0625rem solid #6a2678;
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.625rem;
  max-width: unset;
}
nav .toggle-menu {
  color: #FFF;
}
nav .nav-logo {
  max-width: 12.5rem;
}
nav .nav-links {
  position: fixed;
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 26.5625rem;
  width: 90%;
  left: 0;
  top: 0;
  background-color: #42124c;
  padding: 3rem 2rem;
  z-index: 1;
  border-right: 0.0625rem solid #6a2678;
  transform: translateX(-100%);
  transition: all 0.15s ease;
}
nav .nav-links.open {
  transform: translateX(0%);
}
nav .nav-links .close-menu {
  color: #FFF;
  font-size: 3.5rem;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
nav .nav-links .logo {
  max-width: 12.5rem;
  margin-bottom: 2.5rem;
}
nav .nav-links .nav-link {
  font-size: 1.625rem;
  color: #FFF;
  margin-bottom: 1rem;
  text-decoration: none;
  transition: all 0.15s ease;
}
nav .nav-links .nav-link:hover {
  color: #d3d3d3;
}

header {
  padding: 12.5rem 2.5rem 5.625rem 3.75rem;
  position: relative;
}
header .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
header .bg-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
header .bg-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(109, 0, 151, 0.6705882353);
}
header h1 {
  margin-bottom: 9.5rem;
  color: #fff;
}
header h1 br {
  display: none;
}

#programa-de-recompensas .logo-clube {
  max-width: 6.0625rem;
  margin: 0 auto 3.5rem;
}
#programa-de-recompensas .dogs {
  max-width: 22.5rem;
  margin: 0 auto;
}

#petshop .inner-container {
  padding: 3.5rem 3.125rem 6.25rem 1.875rem;
}
#petshop .section-img {
  margin-bottom: 3.5rem;
}
#petshop .btn {
  margin-top: 3.5rem;
}

#variedade-de-artigos .inner-container {
  padding: 2.5rem 1.25rem 5.25rem;
}
#variedade-de-artigos h2 {
  font-size: 1.8125rem;
}
#variedade-de-artigos img.section-img {
  margin: 0 auto 2rem;
  width: 25rem;
}
#variedade-de-artigos p {
  padding: 0 1.25rem;
}
#variedade-de-artigos .produtos {
  display: none;
}

#banho-e-tosa .inner-container {
  padding: 4.25rem 3.625rem 4.25rem 2.625rem;
}
#banho-e-tosa ul {
  margin-bottom: 2.125rem;
  list-style: none;
}
#banho-e-tosa ul li {
  position: relative;
  padding-left: 3.125rem;
}
#banho-e-tosa ul li::before {
  content: url(../img/icons/star.svg);
  position: absolute;
  top: 0.75rem;
  left: 0;
}

#atendimento-veterinario .inner-container {
  padding: 3.125rem 1.875rem 7.5rem 1.25rem;
}
#atendimento-veterinario .section-img {
  max-width: 19.375rem;
  margin: 0 auto 3.125rem;
}
#atendimento-veterinario p {
  padding: 0 1.25rem;
}
#atendimento-veterinario ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 13.75rem;
  margin: 5.375rem auto;
  padding: 0;
  list-style: none;
  gap: 3.5rem;
}
#atendimento-veterinario ul li {
  margin: 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
#atendimento-veterinario ul li img {
  display: block;
  margin: 0 auto 0.9375rem;
}

footer h2 {
  text-align: left;
}
footer .section-img {
  max-width: 19.375rem;
  margin: 0 auto 0.625rem;
}
footer .addresses {
  list-style: none;
  margin: 0 0 6rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5.125rem;
}
footer .addresses li > img {
  margin-bottom: 1rem;
}
footer .addresses li .info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
footer .addresses li .info h3 {
  font-size: 1.5625rem;
  line-height: 1;
  text-transform: uppercase;
}
footer .addresses li .info p {
  margin: 0;
  line-height: 1;
}
footer .addresses li .info .whatsapp {
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  gap: 0.625rem;
}
footer .addresses li .info .btn {
  padding: 0.625rem 1.125rem;
}
footer .social {
  text-align: center;
}
footer .social .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.625rem;
  list-style: none;
  gap: 0.625rem;
}
footer .social .social-links li {
  margin: 0;
}
footer .footer-logo {
  max-width: 15.625rem;
  margin: 0 auto 2.5rem;
}
footer .copyright {
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
}

#modal-unidades {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3490196078);
  text-align: center;
  opacity: 0;
  transition: all 0.15s ease;
}
#modal-unidades .container {
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 1.25rem;
  max-width: 25.625rem;
  width: 90%;
  color: #333;
  position: relative;
  transform: translateY(8.75rem);
  transition: all 0.15s ease;
}
#modal-unidades .close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: 1.5625rem;
  height: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.125rem;
  opacity: 0.5;
  cursor: pointer;
}
#modal-unidades h2 {
  text-align: center;
  margin: 0;
  font-size: 2.5rem;
}
#modal-unidades .description {
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
#modal-unidades .logo {
  max-width: 8.75rem;
  background-color: #55146e;
  border-radius: 6.25rem;
  padding: 0.9375rem 1.25rem 1.5625rem;
  margin: 0 auto 1.25rem;
}
#modal-unidades .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
#modal-unidades .buttons .unidade {
  width: 100%;
}
#modal-unidades.open {
  opacity: 1;
}
#modal-unidades.open .container {
  transform: none;
}

@media (min-width: 375px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 390px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 426px) {
  h2 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #atendimento-veterinario ul {
    max-width: 25rem;
    gap: 5rem;
  }
  #atendimento-veterinario ul li {
    width: 9.375rem;
  }
}
@media (min-width: 1200px) {
  nav .container {
    max-width: 100rem;
  }
  nav .toggle-menu {
    display: none;
  }
  nav .nav-links {
    position: static;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    height: auto;
    width: 100%;
    max-width: unset;
    flex-direction: row;
    transform: none;
    padding: 0;
    justify-content: flex-end;
    gap: 2.875rem;
  }
  nav .nav-links .nav-link {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1;
  }
  nav .nav-links .mobile {
    display: none;
  }
  header {
    padding: 12.5rem 15% 16.875rem;
  }
  header .container {
    padding: 0;
  }
  header h1 {
    margin-bottom: 1.25rem;
    font-size: 4.375rem;
  }
  header h1 br {
    display: block;
  }
  .section-img.mobile {
    display: none;
  }
  .section-img.desktop {
    display: block;
  }
  .btn.btn-center {
    margin-left: unset;
    margin-right: unset;
  }
  h2 {
    font-size: 2.5rem;
    text-align: left;
  }
  .container {
    max-width: 75rem;
    padding: 0 1.25rem;
  }
  #programa-de-recompensas .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 2.5rem;
  }
  #programa-de-recompensas .inner-container {
    padding: 6.25rem 0;
  }
  #programa-de-recompensas .dogs {
    max-width: 35rem;
  }
  #programa-de-recompensas .clube {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
  }
  #programa-de-recompensas .clube .btn,
#programa-de-recompensas .clube img {
    margin: 0;
  }
  #petshop .inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0rem;
    grid-template-areas: "h2 img" "p1 img" "p2 img" "p3 img" "p4 img" "btn img";
    justify-items: start;
    align-items: start;
  }
  #petshop h2 {
    grid-area: h2;
  }
  #petshop p :nth-of-type(1) {
    grid-area: p1;
  }
  #petshop p:nth-of-type(2) {
    grid-area: p2;
  }
  #petshop p:nth-of-type(3) {
    grid-area: p3;
  }
  #petshop p:nth-of-type(4) {
    grid-area: p4;
  }
  #petshop .btn {
    grid-area: btn;
    margin: 0;
  }
  #petshop .section-img {
    grid-area: img;
    max-width: 37.5rem;
  }
  #variedade-de-artigos .inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3.125rem;
    grid-template-areas: "jardim title title" "jardim p1 p1" "jardim p2 p2" "jardim link link";
  }
  #variedade-de-artigos .section-img {
    grid-area: jardim;
  }
  #variedade-de-artigos h2 {
    grid-area: title;
  }
  #variedade-de-artigos p {
    padding: 0;
  }
  #variedade-de-artigos p:nth-of-type(1) {
    grid-area: p1;
  }
  #variedade-de-artigos p:nth-of-type(2) {
    grid-area: p2;
  }
  #variedade-de-artigos .btn {
    grid-area: link;
  }
  #variedade-de-artigos .produtos {
    display: none;
    grid-area: produtos;
    padding: 1.375rem;
    background-color: #FF7E5C;
    width: 19.6875rem;
  }
  #variedade-de-artigos .produtos h3 {
    font-size: 1.25rem;
    line-height: 1.75;
  }
  #variedade-de-artigos .produtos ul {
    list-style-type: none;
    padding-left: 1.375rem;
  }
  #banho-e-tosa .inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 0rem 1.25rem;
    padding: 2.5rem 1.25rem 0;
    grid-template-areas: "h2 h2" "p p" "img list" "img p2" "img btn";
  }
  #banho-e-tosa h2 {
    grid-area: h2;
  }
  #banho-e-tosa .subtitle {
    grid-area: p;
    padding-right: 45%;
    margin-bottom: 0rem;
  }
  #banho-e-tosa .section-img {
    grid-area: img;
  }
  #banho-e-tosa ul {
    grid-area: list;
    padding-left: 2.5rem;
  }
  #banho-e-tosa ul li:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
  #banho-e-tosa ul li::before {
    content: url(../img/icons/star.svg);
    position: absolute;
    top: 0.125rem;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #banho-e-tosa .list-subdescription {
    grid-area: p2;
  }
  #banho-e-tosa .btn {
    grid-area: btn;
    margin-bottom: 3.75rem;
  }
  #atendimento-veterinario .inner-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0rem 2.5rem;
    align-items: end;
    grid-template-areas: "h2 section-img" "p1 section-img" "p2 section-img" "ul section-img" "btn section-img";
  }
  #atendimento-veterinario .section-img {
    grid-area: section-img;
    max-width: 33.75rem;
    margin: 0;
  }
  #atendimento-veterinario h2 {
    grid-area: h2;
  }
  #atendimento-veterinario p {
    padding: 0;
  }
  #atendimento-veterinario p:nth-of-type(1) {
    grid-area: p1;
  }
  #atendimento-veterinario p:nth-of-type(2) {
    grid-area: p2;
  }
  #atendimento-veterinario ul {
    grid-area: ul;
    justify-content: flex-start;
    max-width: 100%;
    margin: 1.875rem 0;
    gap: 3.125rem;
  }
  #atendimento-veterinario ul li img {
    max-width: 3.125rem;
  }
  #atendimento-veterinario .btn {
    grid-area: btn;
  }
  footer .inner-container {
    padding-top: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0rem 2.5rem;
    grid-auto-flow: row;
    grid-template-areas: "section-img h2" "section-img address" "section-img social" "footer-logo copyright";
  }
  footer .section-img {
    grid-area: section-img;
    max-width: 23.75rem;
  }
  footer h2 {
    margin: 2.5rem 0 3.75rem;
    grid-area: h2;
    font-size: 3.125rem;
  }
  footer .addresses {
    grid-area: address;
    gap: 1.75rem;
    margin-bottom: 2rem;
  }
  footer .addresses li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2.5rem;
    margin: 0;
  }
  footer .addresses li > img {
    margin: 0;
  }
  footer .addresses li .info {
    gap: 1rem;
  }
  footer .addresses li .info h3 {
    font-size: 1.875rem;
    line-height: 1;
  }
  footer .addresses li .info p {
    font-size: 1.375rem;
  }
  footer .addresses li .info .whatsapp {
    font-size: 1.5625rem;
  }
  footer .social {
    grid-area: social;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0 0 10rem;
  }
  footer .social p,
footer .social .social-links {
    margin: 0;
  }
  footer .footer-logo {
    grid-area: footer-logo;
    margin: 0;
  }
  footer .copyright {
    grid-area: copyright;
    font-size: 1.375rem;
    line-height: 1;
    text-align: right;
    margin: 0;
    align-self: center;
  }
}
@media (min-width: 1366px) {
  .container {
    padding: 0;
  }
  header {
    padding: 12.5rem 20% 16.875rem;
  }
  #petshop .section-img {
    grid-area: img;
    max-width: 40.625rem;
  }
  #variedade-de-artigos img.section-img {
    max-width: 20.625rem;
  }
  #variedade-de-artigos .inner-container {
    grid-template-columns: auto;
    grid-template-areas: "jardim title title" "jardim p1 produtos" "jardim p2 produtos" "jardim link produtos";
  }
  #variedade-de-artigos .inner-container .produtos {
    display: block;
  }
  #banho-e-tosa .section-img {
    max-width: 36.875rem;
  }
  footer h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1630px) {
  .container {
    max-width: 100rem;
    padding-left: 0;
    padding-right: 0;
  }
  h2 {
    font-size: 5rem;
  }
  header h1 {
    margin-bottom: 1.875rem;
    font-size: 6.25rem;
  }
  #programa-de-recompensas .container {
    padding: 6rem 0 0;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  #programa-de-recompensas .container .inner-container {
    padding: 0;
  }
  #programa-de-recompensas .container .dogs {
    max-width: 48rem;
  }
  #programa-de-recompensas .container .clube {
    margin-top: 7.5rem;
  }
  #petshop .inner-container {
    display: grid;
    grid-template-columns: 45rem auto;
  }
  #petshop .inner-container h2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
  }
  #petshop .inner-container .section-img {
    max-width: 50rem;
  }
  #variedade-de-artigos h2 {
    font-size: 5rem;
  }
  #variedade-de-artigos p {
    font-size: 1.25rem;
    margin: 0;
  }
  #variedade-de-artigos img.section-img {
    max-width: 35rem;
    margin: 0;
  }
  #variedade-de-artigos .inner-container {
    align-items: center;
    padding-top: 7.5rem;
  }
  #variedade-de-artigos ul li {
    margin: 0;
  }
  #banho-e-tosa .inner-container {
    display: grid;
    grid-template-columns: auto;
    align-items: end;
    gap: 0rem 1.25rem;
    padding: 2.5rem 1.25rem 0;
    grid-template-areas: "img h2" "img p" "img list" "img p2" "img btn";
  }
  #banho-e-tosa h2 {
    margin-bottom: 0.375rem;
  }
  #banho-e-tosa .section-img {
    max-width: 57.5rem;
  }
  #banho-e-tosa .subtitle {
    padding-right: 0;
  }
  #atendimento-veterinario .inner-container {
    grid-template-columns: auto;
    padding-top: 7.5rem;
    padding-bottom: 10.625rem;
  }
  #atendimento-veterinario .section-img {
    max-width: 38.75rem;
  }
  #atendimento-veterinario p {
    max-width: 51.25rem;
  }
  #atendimento-veterinario ul li {
    width: 9.375rem;
  }
  #atendimento-veterinario ul li img {
    max-width: 6.25rem;
  }
  footer h2 {
    font-size: 5rem;
  }
  footer .section-img {
    grid-area: section-img;
    max-width: 49.375rem;
  }
}