@charset "UTF-8";
/* Reset */
@import url("https://use.typekit.net/saw1iec.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

button, input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: var(--blue);
}

* {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

html {
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: "filson-soft", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  color: #333;
}

:root {
  --navy: #312783;
  --blue: #004f9e;
}

::-moz-selection {
  color: white;
  background-color: var(--blue);
}

::selection {
  color: white;
  background-color: var(--blue);
}

/* Customs Mixins */
/* Classes */
.white {
  color: white;
}

.navy {
  color: var(--navy);
}

.blue {
  color: var(--blue);
}

.row {
  flex-direction: row;
  align-items: flex-start;
}

strong {
  font-weight: 700;
}

small {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: auto;
}

.topo {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: row;
  align-content: end;
  height: calc(100vh - 50px);
  background: url(../images/grafismo_coracao.svg) no-repeat left -100px top -50px, url(../images/topo.avif) no-repeat center center;
  background-size: 35%, cover;
}
.topo .topo_row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  margin-bottom: 100px;
}
.topo .topo_row .content_topo {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 695px;
}
.topo .topo_row .content_topo h1 {
  font-size: 3.875rem;
  line-height: 3.625rem;
  letter-spacing: -0.25rem;
}
.topo .topo_row .content_topo h1 span {
  color: #abc749;
}

.compromisso {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background: url(../images/grafismo_coracao_negativo.svg) no-repeat right -80% top -100px;
}
.compromisso .content_compromisso {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 660px;
  padding: 100px 0;
}
.compromisso .content_compromisso h2 {
  font-size: 2.75rem;
  line-height: 3.313rem;
  letter-spacing: -0.125rem;
}
.compromisso .content_compromisso h2 span {
  font-size: 3.375rem;
  color: #216b2f;
}
.compromisso .fotos_acao {
  position: absolute;
  right: 50px;
  top: 50px;
}
.compromisso .ilustra_pets {
  position: absolute;
  bottom: 50px;
  right: 150px;
}

.tampinhas {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 100px 0 50px;
  background: url(../images/grafismo_coracao.svg) no-repeat left -150px center #99cc33;
  background-size: 50%;
}
.tampinhas .wrapper {
  flex-direction: row;
}
.tampinhas .wrapper .content_tampinhas {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  gap: 20px;
}
.tampinhas .wrapper .content_tampinhas h3 {
  font-size: 3.5rem;
  letter-spacing: -0.188rem;
  line-height: 3.938rem;
}
.tampinhas .wrapper .content_tampinhas h3 span {
  font-size: 4.125rem;
}
.tampinhas .wrapper .content_tampinhas p {
  font-size: 2rem;
  line-height: 2rem;
  color: #39460d;
  max-width: 620px;
}
.tampinhas .wrapper .content_tampinhas .btn_form {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 15px 20px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  color: white;
  background-color: var(--navy);
  border-radius: 20px;
}
.tampinhas .wrapper .content_tampinhas .btn_form:hover {
  color: var(--navy);
  background-color: white;
}

.faca_parte {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 100px 0;
  background: url(../images/foto_ana_carolina_serra.avif) no-repeat right center, url(../images/grafismo_coracao.svg) no-repeat right -100px center #caecfd;
  background-size: contain, 40%;
}
.faca_parte .content_faca_parte {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  width: 100%;
  max-width: 785px;
}
.faca_parte .content_faca_parte h4 {
  font-size: 57px;
  line-height: 57px;
  letter-spacing: -3px;
}
.faca_parte .content_faca_parte h5 {
  font-size: 32px;
  line-height: 32px;
}
.faca_parte .content_faca_parte .row_social {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 50px;
}
.faca_parte .content_faca_parte .row_social .btn_icos_social {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--blue);
}

.faq {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 100px 0;
}
.faq .accordion {
  max-width: 700px;
  border-radius: 12px;
  overflow: hidden;
  font-size: 1.2rem;
  margin-top: 25px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.faq .accordion .accordion_item {
  border-bottom: 1px solid #eee;
}
.faq .accordion .accordion_item .accordion_title {
  cursor: pointer;
  padding: 18px 24px;
  font-weight: 600;
  background-color: #fff;
  transition: background 0.3s ease;
  position: relative;
}
.faq .accordion .accordion_item .accordion_title:hover {
  background-color: #f5f5f5;
}
.faq .accordion .accordion_item .accordion_title::after {
  content: "+";
  position: absolute;
  right: 24px;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.faq .accordion .accordion_item .accordion_title.active::after {
  content: "−";
}
.faq .accordion .accordion_item .accordion_content {
  display: none;
  padding: 0 24px 20px;
  line-height: 1.6;
}
.faq .accordion .accordion_item .accordion_content.show {
  display: block;
}
.faq .accordion .accordion_item a {
  color: var(--blue);
  text-decoration: none;
}
.faq .accordion .accordion_item a:hover {
  text-decoration: underline;
}

.rodape {
  padding: 30px 0;
}
.rodape .wrapper {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  text-align: center;
  gap: 15px;
}

@media screen and (max-width: 820px) {
  .wrapper {
    padding: 0 25px;
  }
  .row {
    flex-direction: column-reverse;
  }
  .topo {
    position: relative;
    flex-direction: column;
    align-content: inherit;
    height: auto;
    padding: 50px 0;
    background: url(../images/topo.avif) no-repeat left 75% bottom;
    background-size: cover;
  }
  .topo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgb(29, 39, 54) 0%, rgba(29, 39, 54, 0.4) 65%, rgba(29, 39, 54, 0) 100%);
  }
  .topo .topo_row {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .topo .topo_row .content_topo {
    text-align: center;
  }
  .compromisso {
    background: url(../images/grafismo_coracao_negativo.svg) no-repeat center bottom -100px;
    background-size: 90%;
  }
  .compromisso .content_compromisso {
    padding: 0;
    margin: 50px 0;
  }
  .compromisso .fotos_acao {
    position: relative;
    top: inherit;
    right: inherit;
  }
  .compromisso .ilustra_pets {
    display: none;
  }
  .tampinhas {
    padding: 50px 0;
    background: url(../images/grafismo_coracao.svg) no-repeat left -150px top #99cc33;
    background-size: 100%;
  }
  .tampinhas .content_tampinhas {
    margin-top: 50px;
  }
  .tampinhas .content_tampinhas h3 span {
    font-size: 3.5rem !important;
  }
  .faca_parte {
    padding: 50px 0 30rem;
    background: url(../images/foto_ana_carolina_serra.avif) no-repeat right bottom, url(../images/grafismo_coracao.svg) no-repeat right -100px bottom #caecfd;
    background-size: contain, 100%;
  }
  .faca_parte .content_faca_parte .row_social {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .rodape .wrapper {
    flex-direction: column;
    justify-content: center;
  }
}/*# sourceMappingURL=master.css.map */