/******** CSS GERAL *********/

body {
  font-family: CircularXX;
  /* overflow-x: hidden; */
}
main {
  width: 100%;
  /* overflow-x: hidden; */
  display: flex;
  flex-direction: column;
}

span,
a,
p {
  color: #454545;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  color: #1d1d1d;
  font-weight: 700;
}
p {
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 16px;
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
}
section {
  padding-top: 32px;
  padding-bottom: 32px;
}
.btn {
  border-radius: 8px;
  padding: 0px 24px;
}
.btn-secondary {
  border: 2px solid #454545;
}
.btn-primary {
  border: 2px solid #175ea8;
}

/***** Iframe do header*******/
.outerMenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 167px;
  width: 100%;
  display: block;
  margin-bottom: 1000px !important;
}

.outerMenu:hover {
  height: 640px;
}

.outerMenu iframe {
  overflow: hidden;
  background: transparent;
}

.outerMenu iframe body {
  background: transparent !important;
}

#breadcrumbs {
  display: flex;
  flex-direction: row;
  position: relative;
  top: 25px;
}
@media screen and (min-width: 1200px) {
  #breadcrumbs {
    margin-left: 30px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .breadcrumb-section > .container {
    width: 100% !important;
    padding: 0 !important;
  }
  #breadcrumbs {
    margin-left: -20px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 576px) {
  .breadcrumb-section > .container {
    width: 100% !important;
    padding: 0 !important;
  }
  #breadcrumbs {
    margin-left: 20px;
    padding-left: 16px;
  }
}

#breadcrumbs li:not(:first-child) {
  margin-left: 4px;
}

#breadcrumbs li {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #454545;
}
#breadcrumbs .last {
  color: #747474;
}

/****** Seção featured post******/
section.featured-post {
  z-index: -1;
  position: relative;
}
section.featured-post::after {
  height: 100%;
  position: absolute;
  top: 350px;
  right: -45px;
  content: url(../img/wave.png);
}

@media screen and (max-width: 578px) {
  section.featured-post::after {
    top: 400px;
  }
}
@media screen and (max-width: 990px) {
  section.featured-post .container {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1201px) {
  section.featured-post img {
    width: 400px;
    height: 360px;
    object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  section.featured-post img {
    width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  section.featured-post img {
    height: auto;
  }
}
section.featured-post h1 {
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  color: #1d1d1d;
}
@media screen and (max-width: 990px) {
  section.featured-post h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
section.featured-post h1 > span {
  padding-top: 20px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 132%;
}

section.featured-post span,
section.featured-post p {
  color: #1d1d1d;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
section.featured-post h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 132%;
}
section.featured-post .flex {
  gap: 40px;
}
section.featured-post .flex .text-field {
  align-self: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.featured-post .flex .text-field {
    flex: 1 1 65%;
  }
  section.featured-post .flex .img-field {
    flex: 1 1 35%;
  }
}

@media screen and (max-width: 576px) {
  section.featured-post {
    margin-bottom: -85px;
  }
  section.featured-post > .container {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  section.featured-post .flex {
    flex-direction: column;
    gap: 0;
  }
  section.featured-post .flex .text-field {
    width: 1 1 100%;
    order: 2 !important;
    align-self: baseline;
    margin: 16px;
  }
  section.featured-post .flex .text-field h1 {
    font-size: 32px;
    line-height: 25px;
  }
  section.featured-post .flex .text-field h3 {
    font-size: 20px;
    line-height: 1;
  }
  section.featured-post .flex .text-field p {
    font-size: 18px;
    line-height: 24px;
  }
  section.featured-post .flex .img-field {
    width: 1 1 100%;
    order: 1 !important;
  }
  section.featured-post .flex .img-field img {
    width: 100%;
    display: block;
    border-radius: 0;
  }
}
/****** tag h1 das páginas de gatos ******/
.gato-template-default section.featured-post > span {
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 132%;
}
.gato-template-default section.featured-post h1 > span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 132%;
  display: block;
  text-transform: inherit;
  margin-top: 12px;
}

/****** Seção Topics ******/

@media screen and (min-width: 1201px) {
  section.topics {
    width: 85%;
    margin: auto;
  }
}
section.topics h2 {
  font-weight: 700;
  font-size: 20px;
  color: #454545;
  line-height: 25px;
  margin: 48px 0 16px 0;
}
section.topics nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
section.topics nav .btn-topics {
  padding: 8px 12px;
  border-radius: 99px;
  border: 1px solid #1d1d1d;
  margin-left: 16px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 12px;
  color: #1d1d1d;
  line-height: 16px;
  text-transform: initial !important;
}
@media screen and (max-width: 576px) {
  section.topics .container {
    width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }
}
/****** About ******/

section.about .container {
  border: 1px solid #d5d5d5;
  border-radius: 16px;
  padding: 24px 32px;
  position: relative;
}

section.about .group {
  position: absolute;
  border-radius: 100%;
  background-color: #efefef;
  left: 92%;
  top: -45px;
  width: 81px;
  height: 81px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.about .group {
    left: 85%;
  }
}
@media screen and (max-width: 576px) {
  section.about .group {
    left: 76%;
  }
}
section.about .group span {
  display: block;
  color: #1d5688;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}
section.about h5,
section.about h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}

/****** Seção Condição Física ******/
#condicao-fisica h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 116%;
}
@media screen and (max-width: 576px) {
  #condicao-fisica .container {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 876px) {
  section#condicao-fisica .flex {
    display: flex;
    flex-direction: column;
  }
}
section#condicao-fisica .stats {
  background-color: #f5f5f5;
  padding: 16px 32px;
  border-radius: 24px;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  section#condicao-fisica .text-field {
    left: 20px;
    position: relative;
  }
}
@media screen and (max-width: 576px) {
  section#condicao-fisica .text-field {
    padding: 16px;
  }
}

@media screen and (min-width: 768px) {
  section#condicao-fisica .text-field {
    margin-left: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 660px) {
  section#condicao-fisica .stats {
    max-height: 500px;
  }
}
@media screen and (max-width: 576px) {
  section#condicao-fisica .stats {
    padding: 16px;
    border-radius: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  section#condicao-fisica .stats-percentages {
    padding: 24px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1201px) {
  section#condicao-fisica .stats {
    flex: 1 1 45%;
  }
}
@media screen and (max-width: 576px) {
  section#condicao-fisica .stats .stats-percentages {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  section#condicao-fisica .stats-percentages > .d-flex {
    display: flex !important;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  section#condicao-fisica .text-field h3 {
    margin: 32px 0;
  }
}
section#condicao-fisica .stats-percentages > .flex > div > p {
  font-weight: 400;
  font-size: 16px;
  list-style: 21px;
  color: #1d1d1d;
}

#condicao-fisica .stats-percentages > .d-flex {
  align-items: center;
}

section#condicao-fisica .stats-percentages > .d-flex > div > p > span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #747474;
}

section#condicao-fisica .stats-percentages > .d-flex h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  color: #1d1d1d;
}
section#condicao-fisica .stats-percentages > .d-flex h2 > span {
  font-weight: 400;
  font-size: 12px;
  line-height: 132%;
  color: #747474;
}
/****** barra de progresso/porcentagem  COMEÇO******/

section#condicao-fisica .stats-percentages > .d-flex .progressbar {
  display: flex;
  flex-direction: row;
}
section#condicao-fisica .stats-percentages > .d-flex .progressbar span {
  background-color: #d5d5d5;
  width: 38px;
  height: 8px;
  margin: 0 1px;
}
section#condicao-fisica
  .stats-percentages
  > .d-flex
  .progressbar
  span:nth-of-type(1) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
section#condicao-fisica
  .stats-percentages
  > .d-flex
  .progressbar
  span:nth-of-type(5) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/**** progressbar 1 ****/
section#condicao-fisica
  .stats-percentages
  > .d-flex
  .progressbar--1
  span:first-child {
  background-color: #00a1e4;
}
/**** progressbar 2 ****/
section#condicao-fisica
  .stats-percentages
  > .d-flex
  .progressbar--2
  span:nth-of-type(1),
section#condicao-fisica
  .stats-percentages
  > .d-flex
  .progressbar--2
  span:nth-of-type(2) {
  background-color: #00a1e4;
}
/**** progressbar 3 ****/
section#condicao-fisica
  .stats-percentages
  > .d-flex
  .progressbar--3
  span:nth-of-type(1),
section#condicao-fisica
  .stats-percentages
  > .d-flex
  .progressbar--3
  span:nth-of-type(2),
section#condicao-fisica
  .stats-percentages
  > .d-flex
  .progressbar--3
  span:nth-of-type(3) {
  background-color: #00a1e4;
}
/**** progressbar 4 ****/
section#condicao-fisica
  .stats-percentages
  > .d-flex
  .progressbar--4
  span:not(:last-child) {
  background-color: #00a1e4;
}
/**** progressbar 5 ****/
section#condicao-fisica .stats-percentages > .d-flex .progressbar--5 > span {
  background-color: #00a1e4;
}
/****** barra de progresso/porcentagem FIM ******/

section#condicao-fisica .stats-percentages > .d-flex .infos {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  section#condicao-fisica .stats-percentages > .d-flex .infos {
    margin-left: -25px;
  }
}
section#condicao-fisica .stats-percentages > .d-flex > p,
section#condicao-fisica .stats-percentages > .d-flex > .medidas {
  font-weight: 700;
  font-size: 25px;
  line-height: 48px;
  color: #747474;
  text-transform: uppercase;
  margin-left: 15px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  section#condicao-fisica .stats-percentages > .d-flex > p,
  section#condicao-fisica .stats-percentages > .d-flex > .medidas {
    font-size: 38px;
    position: relative;
    left: 30px;
  }
}
@media screen and (min-width: 1000px) {
  section#condicao-fisica .stats-percentages > .d-flex > .medidas {
    position: relative;
    left: 30px;
  }
}
section#condicao-fisica .stats-percentages > .d-flex > .medidas {
  position: relative;
  top: -13px;
}
section#condicao-fisica .stats-percentages > .d-flex > .medidas-last {
  font-size: 17.5px;
  line-height: 26px;
}
@media screen and (min-width: 1200px) {
  section#condicao-fisica .stats-percentages > .d-flex > .medidas-last {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    left: 25px;
  }
}

@media screen and (max-width: 576px) {
  section#condicao-fisica .stats-percentages > .d-flex > .medidas {
    padding-left: 20px;
  }
}

section#condicao-fisica .stats-percentages > .d-flex .medidas > span {
  display: block;
  font-weight: 700;
  /*font-size: 15px;*/
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  color: #747474;
  margin-top: -8px;
}

/********* Seção Caracteristicas ***********/

section#caracteristicas > .container {
  background-color: #f5f5f5;
  border-radius: 24px;
  padding: 40px 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 777px) and (max-width: 992px) {
  #caracteristicas .flex {
    justify-content: space-around;
  }
}
@media screen and (max-width: 576px) {
  section#caracteristicas .flex .column {
    padding: 16px;
  }
}
@media screen and (max-width: 576px) {
  section#caracteristicas > .container {
    background-color: #f5f5f5;
    border-radius: 0;
    width: 100% !important;
    padding: 0 !important;
  }
}
section#caracteristicas h2 {
  font-weight: 900;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  section#caracteristicas .column {
    margin: 0 auto;
  }
}
@media screen and (max-width: 778px) {
  section#caracteristicas .column {
    margin-bottom: 50px;
  }
}

section#caracteristicas .column .infos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section#caracteristicas .column .infos .text-field {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
section#caracteristicas .column .infos .text-field h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #1d1d1d;
  margin-bottom: 8px;
}
section#caracteristicas .column .infos .text-field p {
  font-weight: 400;
  font-size: 14px;
  color: #454545;
  line-height: 18px;
  margin-right: 5px;
}
section#caracteristicas .column .infos .progressbar {
  display: flex;
  flex-direction: row;
  margin-left: 0;
  margin-bottom: 24px;
}
section#caracteristicas .column .infos .progressbar span {
  background: #d5d5d5;
  width: 20%;
  height: 6px;
  margin: 0 1px;
}
@media screen and (min-width: 777px) and (max-width: 991px) {
  section#caracteristicas .column .infos p {
    margin-left: 16px;
  }
  section#caracteristicas .column .infos .progressbar span {
    width: 35px;
    height: 6px;
    margin: 0 1px;
  }
}

@media screen and (max-width: 778px) {
  section#caracteristicas .column .infos .progressbar {
    width: 100%;
  }
  section#caracteristicas .column .infos .progressbar span {
    min-width: 35px;
    width: 100%;
  }
  section#caracteristicas .column .infos .text-field p {
    margin-right: 10px;
  }
}

section#caracteristicas .column .infos .progressbar span:nth-of-type(1) {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
section#caracteristicas .column .infos .progressbar span:nth-of-type(5) {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

/**** progressbar 1 ****/
section#caracteristicas .column .infos .progressbar--1 span:first-child {
  background-color: #00a1e4;
}
/**** progressbar 2 ****/
section#caracteristicas .column .infos .progressbar--2 span:nth-of-type(1),
section#caracteristicas .column .infos .progressbar--2 span:nth-of-type(2) {
  background-color: #00a1e4;
}
/**** progressbar 3 ****/
section#caracteristicas .column .infos .progressbar--3 span:nth-of-type(1),
section#caracteristicas .column .infos .progressbar--3 span:nth-of-type(2),
section#caracteristicas .column .infos .progressbar--3 span:nth-of-type(3) {
  background-color: #00a1e4;
}
/**** progressbar 4 ****/
section#caracteristicas .column .infos .progressbar--4 span:not(:last-child) {
  background-color: #00a1e4;
}
/**** progressbar 5 ****/
section#caracteristicas .column .infos .progressbar--5 > span {
  background-color: #00a1e4;
}
/****** barra de progresso/porcentagem FIM ******/

@media screen and (max-width: 776px) {
  section#caracteristicas > .container > .flex {
    flex-direction: column;
    padding: 16px;
  }
}

/****** característica Gato *****/
.caracteristicas-gato .flex-gato .column {
  align-self: center;
}
.caracteristicas-gato img {
  height: auto;
}
@media screen and (max-width: 778px) {
  section#caracteristicas .flex-gato .column {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .caracteristicas-gato .column-gato {
    order: 3;
  }
}

.gato-template-default section#caracteristicas .column .pergunta {
  position: relative;
  top: -16px;
  font-size: 24px;
}
.gato-template-default section#caracteristicas .column .infos .text-field h4 {
  font-size: 14px;
}
/********** Seção de Ração **********/

section.racao h2 {
  font-weight: 700;
  font-size: 24px;
  font-size: 30px;
  margin-bottom: 24px;
}

.cta-button .container .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}

/********** Seção DEstaques e Curiosidades **********/
#destaques-curiosidades > .container {
  background: #f4f3ee;
  border-radius: 24px;
  padding: 24px;
}

@media screen and (max-width: 576px) {
  #destaques-curiosidades {
    background: #f4f3ee;
    padding-top: 0;
    margin-top: 32px;
  }
  #destaques-curiosidades > .container {
    border-radius: 0;
    width: 100%;
  }
}
#destaques-curiosidades h2 {
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 32px;
  line-height: 34px;
}
#destaques-curiosidades p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 32px;
}
#destaques-curiosidades .img-field img {
  vertical-align: middle;
}
@media screen and (min-width: 1400px) {
  #destaques-curiosidades .img-field img {
    object-fit: contain;
  }
}
@media screen and (min-width: 1200px) {
  #destaques-curiosidades .img-field img {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  #destaques-curiosidades .img-field {
    align-self: center;
  }
}
@media screen and (max-width: 768px) {
  #destaques-curiosidades .img-field img {
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#destaques-curiosidades .list {
  margin-left: -40px;
}
.list li {
  list-style-type: none;
  padding: 0;
}
.list-heading {
  border: none;
  /******border-bottom: solid 1px #F2F2F2;******/
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  text-align: center;
  width: 100%;
  background: #f4f3ee;
}
.list-heading h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 578px) {
  .list-heading h5 {
    width: 75%;
  }
}
.list-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #454545;
  padding-left: 5px;
}
.list-heading:before {
  background: #1d1d1d;
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 16px;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
}
.list-heading:after {
  background: #1d1d1d;
  content: "";
  height: 2px;
  margin-right: 37px;
  position: absolute;
  right: 0;
  top: 16px;
  width: 14px;
}
.list-heading.active:before {
  transform: rotate(0deg);
}

.list-text {
  display: none;
  overflow: hidden;
}

.list-open {
  display: block;
}

/********** Seção História e curiosidades **********/
#historia h3,
#historia h2 {
  margin-bottom: 56px;
}
@media screen and (max-width: 576px) {
  #historia h3,
  #historia h2 {
    margin-bottom: 32px;
  }
}
#historia .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  #historia .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1200px) {
  #historia .flex {
    width: 100%;
  }
}
#historia .flex .block {
  flex: 1 1 50%;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 16px 24px 32px;
  gap: 16px;
  margin: 16px;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #historia .flex .block {
    flex: 1 1 50%;
    margin: 10px;
  }
}
@media screen and (max-width: 876px) {
  #historia .flex {
    flex-direction: column;
  }
  #historia .flex .block {
    width: 100%;
    flex: 1 1 100%;
    margin: 10 0;
  }
}
#historia .flex .block span {
  position: absolute;
  color: white;
  font-size: 25px;
  /*** font-size: 25px ???***/
  background-color: #175ea8;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  padding: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: -12.5px;
}
#historia .flex .block h4,
#historia .flex .block h5 {
  font-weight: 700;
  font-size: 24px;
  color: #292929;
}
#historia .flex .block p {
  color: #747474;
}
#historia .info {
  margin-left: 10px;
  margin-top: 56px;
}
@media screen and (max-width: 576px) {
  #historia .info {
    margin-top: 16px;
  }
}
#historia .info p,
#historia .info .icon {
  font-weight: 700;
  font-size: 18px;
  color: #1d1d1d;
}
#historia .info .icon {
  display: flex;
}
#historia .info .icon > h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 132%;
  color: #1d1d1d;
  margin-left: 8px;
}
#historia .info .icon img {
  width: 20px;
  height: 20px;
}
#historia .info p {
  font-weight: 400;
  margin-bottom: 5px;
  margin-left: 8px;
}

/******** Seção Caracteristicas fisicas**************/

.caracteristicas-fisicas {
  padding: 64px 0;
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  .caracteristicas-fisicas {
    position: relative;
    top: 40px;
    background-color: #f5f5f5;
    padding-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .caracteristicas-fisicas {
    padding-top: 0;
    top: 64px;
    margin-bottom: 64px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .caracteristicas-fisicas .container {
    width: 100% !important;
    padding: 0 !important;
  }
}

.caracteristicas-fisicas h3,
.caracteristicas-fisicas .paragraph {
  margin-bottom: 24px;
}

.caracteristicas-fisicas a.btn {
  margin-left: 32px;
  border: 2px solid #454545;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #454545;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  gap: 8px;
  height: 48px;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .caracteristicas-fisicas a.btn {
    width: 65%;
  }
}
@media screen and (max-width: 578px) {
  .caracteristicas-fisicas a.btn {
    width: 90%;
    margin: auto;
  }
}

.gato-template-default .caracteristicas-fisicas h2 {
  margin-bottom: 20px;
}
.gato-template-default #filhotes .flex .block .paragraph {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
/******** Seção Produtos em destaque **********/
#produtos-destaques .productslider_wrapper_destaque .productslider_single {
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
}

#produtos-destaques .productslider_wrapper_destaque .productslider_single h4,
#produtos-destaques .productslider_wrapper_destaque .productslider_single h3 {
  margin: 16px auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1d1d1d;

  text-align: center;
}
#produtos-destaques .productslider_wrapper_destaque .productslider_single img {
  border: none;
  width: 160px;
  height: 160px;
  margin: auto;
}

#produtos-destaques
  .productslider_wrapper_destaque
  .productslider_single
  .paragraph
  > p {
  margin-bottom: 24px;
  color: #454545;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.productslider_single p > a {
  text-decoration: underline;
  color: #444444;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  height: 0;
}
#produtos-destaques
  .productslider_wrapper_destaque
  .productslider_single
  a.button,
#produtos-destaques
  .productslider_wrapper_destaque
  .productslider_single
  p.button {
  width: 60%;
  height: 48px;
  margin: auto;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  #produtos-destaques
    .productslider_wrapper_destaque
    .productslider_single
    a.button,
  #produtos-destaques
    .productslider_wrapper_destaque
    .productslider_single
    p.button {
    top: 90%;
    position: absolute;
  }
}
.productslider_wrapper_destaque > .slick-next {
  top: 180px;
}
.productslider_wrapper_destaque > .slick-prev {
  top: 180px;
}

.single-gato .productslider_wrapper_destaque > .slick-next {
  top: 290px;
}

.single-gato .productslider_wrapper_destaque > .slick-prev {
  top: 290px;
}

@media screen and (max-width: 1200px) {
  #produtos-destaques
    .productslider_wrapper_destaque
    .productslider_single
    a.button,
  #produtos-destaques
    .productslider_wrapper_destaque
    .productslider_single
    p.button {
    width: 75%;
  }
}

/******* Seção personalidade *******/
#personalidade > .container {
  padding: 24px 32px;
  background-color: #f5f5f5;
  border-radius: 24px;
}
@media screen and (max-width: 576px) {
  #personalidade {
    margin-top: -50px;
  }
  #personalidade > .container {
    background-color: white;
    width: 100% !important;
    border-radius: 0;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#personalidade h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  #personalidade .aspectos .container {
    width: 100%;
    border-radius: 0;
    padding-left: 32px 16px 32px 16px;
    background-color: #f5f5f5;
  }
}
#personalidade .aspectos {
  margin-top: 40px;
}

#personalidade .aspectos .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

#personalidade .aspectos h3 {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 576px) {
  #personalidade .aspectos h3 {
    padding-top: 32px;
  }
}

#personalidade .aspectos p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 992px) {
  #personalidade .aspectos .flex .info {
    flex: 1 1 45%;
    width: 45%;
    margin: 0 17px;
  }
}

@media screen and (max-width: 768px) {
  #personalidade .aspectos .flex .info {
    flex: 1 1 100%;
    margin: 0;
    padding: 0;
  }
}

/*********** Seção Saúde e Bem estar **************/

@media screen and (max-width: 1200px) {
  #saude-bemestar > .container {
    width: 1140px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#saude-bemestar .higiene,
#saude-bemestar .cuidados {
  margin-bottom: 56px;
}
#saude-bemestar h2 {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 576px) {
  #saude-bemestar h2 {
    margin-top: -32px;
  }
}
#saude-bemestar img {
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.08));
}

#saude-bemestar .escovacao {
  margin-top: 60px;
  margin-bottom: 32px;
}
#saude-bemestar .info-block h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 16px;
  margin-left: 32px;
}
@media screen and (max-width: 576px) {
  #saude-bemestar .info-block h3 {
    margin-top: -32px;
    margin-bottom: 24px !important;
  }
}
#saude-bemestar .info-block p {
  color: #454545;
}
#saude-bemestar .flex .block .paragraph {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 32px 32px 32px 8px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 576px) {
  #saude-bemestar .escovacao-container .info-block .paragraph {
    padding-top: 0 !important;
    padding-bottom: 24px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-bottom: -32px !important;
  }
}
@media screen and (min-width: 1195px) {
  #saude-bemestar .flex .img-block img {
    min-width: 470px;
    position: relative;
    top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1194px) {
  #saude-bemestar .escovacao .img-block {
    align-self: center;
    position: relative;
    top: 20px;
    z-index: 9999;
    left: 10px;
  }
  #saude-bemestar .flex .img-block img {
    min-width: 350px;
  }
  #saude-bemestar .escovacao .info-block .paragraph {
    border-radius: 24px !important;
  }
}

#saude-bemestar .higiene {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#saude-bemestar .higiene .column {
  flex: 1 1 45%;
}
#saude-bemestar .cuidados .info-block .paragraph {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 32px 32px 32px 16px;
}
@media screen and (max-width: 1194px) {
  #saude-bemestar .cuidados .info-block .paragraph {
    border-radius: 24px !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #saude-bemestar .cuidados .img-block {
    position: relative;
    top: 35px;
  }
}
@media screen and (max-width: 1194px) {
  #saude-bemestar .cuidados .img-block {
    align-self: center;
    position: relative;
    z-index: 9999;
    right: 15px;
    top: 35px;
  }
}
.gato-template-default #saude-bemestar .cuidados .info-block .paragraph {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
/******** containers  ***********/
@media screen and (max-width: 768px) {
  #saude-bemestar .intro-container,
  #saude-bemestar .escovacao-container,
  #saude-bemestar .cuidados-container {
    display: flex;
    flex-direction: column;
    width: 100% !important;
    padding: 0 !important;
  }
  #saude-bemestar img {
    width: 100%;
    border-radius: 0;
    max-height: 360px;
    object-fit: fill;
  }

  #saude-bemestar .escovacao-container .escovacao {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #saude-bemestar .escovacao-container .info-block {
    order: 1;
  }
  #saude-bemestar .escovacao-container .info-block .paragraph {
    border-radius: 0 !important;
  }
  #saude-bemestar .escovacao-container .info-block .paragraph p {
    width: 100%;
    margin: auto;
    margin-bottom: 16px;
    padding-left: 10px;
  }
  #saude-bemestar .escovacao-container .escovacao .img-block {
    order: 2;
  }
  #saude-bemestar .escovacao-container .escovacao .img-block img {
    border-radius: 0 !important;
    display: block;
    width: 100%;
    margin-left: -10px;
  }
  @media screen and (max-width: 768px) {
    #saude-bemestar .escovacao-container .escovacao .img-block img {
      object-fit: cover;
    }
  }
  #saude-bemestar .higiene-container .higiene {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100% !important;
    padding: 0 !important;
  }
  #saude-bemestar .higiene-container .higiene .column {
    flex: 1 1 100%;
    padding: 0;
  }

  #saude-bemestar .cuidados-container .cuidados {
    flex-direction: column;
  }
  #saude-bemestar .cuidados-container .cuidados .img-block {
    padding: 0;
    right: 0;
    left: 0;
    order: 1;
    flex: 1 1 100%;
    width: 100%;
    margin-top: -25px;
  }
  #saude-bemestar .cuidados-container .cuidados .img-block img {
    border-radius: 0;
    display: block;
    width: 100%;
    height: auto;
  }
  @media screen and (max-width: 768px) {
    #saude-bemestar .cuidados-container .cuidados .img-block img {
      object-fit: cover;
    }
  }

  #saude-bemestar .cuidados-container .cuidados .info-block {
    order: 2;
    border-radius: 0;
  }
  #saude-bemestar .cuidados-container .cuidados .info-block h3 {
    margin-top: 64px;
    margin-bottom: 32px;
    padding: 0 16px;
    font-size: 32px !important;
  }
  #saude-bemestar .cuidados-container .cuidados .info-block .paragraph {
    border-radius: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  #saude-bemestar img {
    width: 100%;
    border-radius: 0;
    height: 200px;
    object-fit: cover;
  }
}

/******** accordion de Bem estar ***********/

#saude-bemestar .higiene .list li {
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #saude-bemestar .higiene ul {
    margin-left: -30px;
  }
}
#saude-bemestar .higiene .list-heading {
  border: none;
  border-bottom: solid 1px #f2f2f2;
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: white !important;
}
#saude-bemestar .higiene .list-heading-last {
  margin-top: 40px;
}

#saude-bemestar .higiene .list-heading h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin: 30px 0;
}

#saude-bemestar .higiene .list-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #454545;
  margin: 30px 0;
}
#saude-bemestar .higiene .list-heading:before {
  background: #1d1d1d;
  content: "";
  height: 2px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 22%;
  transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
  width: 14px;
}
#saude-bemestar .higiene .list-heading:after {
  background: #1d1d1d;
  content: "";
  height: 2px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 22%;
  width: 14px;
}
#saude-bemestar .higiene .list-heading.active:before {
  transform: rotate(0deg);
}

#saude-bemestar .higiene .list-text {
  display: none;
  overflow: hidden;
}

/************ Seção higiene-limpeza ***********/

#higiene-limpeza h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  #higiene-limpeza {
    margin-top: -60px;
  }
}
/************ Seção Alimentação e Acompanhamento ***********/
#alimentacao-acompanhamento .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  width: 100%;
}

#alimentacao-acompanhamento .block {
  background: #f5f5f5;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  margin: 0 16px;
  flex: 1 1 45%;
}
@media screen and (max-width: 1194px) {
  #alimentacao-acompanhamento .block {
    padding: 24px 32px;
    margin: 0 16px;
    flex: 1 1 44%;
  }
}
@media screen and (max-width: 768px) {
  #alimentacao-acompanhamento {
    padding: 0;
  }
  #alimentacao-acompanhamento .container {
    background: #f5f5f5;
    width: 100% !important;
    padding: 0 !important;
  }
  #alimentacao-acompanhamento .flex {
    padding: 0;
  }
  #alimentacao-acompanhamento .block {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1 1 100%;
    padding: 16px;
    margin-bottom: 16px;
    background: #f5f5f5;
  }
}

#alimentacao-acompanhamento .block h3 {
  text-align: left;
  margin-bottom: 16px;
}
/************ Seção filhotes ***********/

#filhotes .flex {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #filhotes .container {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 576px) {
  #filhotes .container {
    width: 100% !important;
    padding: 0 !important;
  }
  #filhotes .flex {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  #filhotes .flex .img-block img {
    flex: 1 1 100%;
    width: 100%;
    margin-bottom: 32px;
  }
}
#filhotes .flex .block .paragraph {
  border-radius: 24px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1194px) {
  #filhotes .flex .block .paragraph {
    border-radius: 24px !important;
  }
}
@media screen and (min-width: 1200px) {
  #filhotes .flex .img-block img {
    min-width: 457.5px;
  }
}
@media screen and (max-width: 1194px) {
  #filhotes .flex .img-block img {
    position: relative;
    top: 25px;
    left: 15px;
    min-width: 350px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #filhotes .flex .img-block img {
    left: 5px;
    max-width: 300px;
  }
}

@media screen and (max-width: 576px) {
  #filhotes .flex .img-block img {
    border-radius: 0;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    left: 0 !important;
  }
}
#filhotes .flex .info-block {
  align-self: center;
}
@media screen and (max-width: 1000px) {
  #filhotes .flex .info-block {
    align-self: baseline;
  }
}

@media screen and (max-width: 576px) {
  #filhotes .flex .info-block {
    margin: 32px 0 40px 0;
  }
}

#filhotes .flex .info-block h3 {
  margin-left: 40px;
}
#filhotes .flex .info-block .paragraph {
  padding: 16px;
  margin-left: -10px;
  z-index: -999;
  position: relative;
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #filhotes .flex .info-block .paragraph p {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  #filhotes .flex .info-block .paragraph {
    padding: 16px;
    margin-left: -10px;
    z-index: 999;
    position: relative;
    background-color: white;
    border-radius: 0;
  }
}
#filhotes .flex .info-block .paragraph p {
  margin-bottom: 8px;
  color: #454545;
}

/********* Seção de Dicas de adestramento **********/
@media screen and (max-width: 576px) {
  #dicas-adestramento {
    margin-top: -70px;
    margin-bottom: -20px;
  }
}
#dicas-adestramento .container {
  background-color: #f5f5f5;
  padding: 64px 72px;
}
@media screen and (max-width: 576px) {
  #dicas-adestramento .container {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #dicas-adestramento .container {
    width: 100% !important;
  }
}
#dicas-adestramento h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  #dicas-adestramento h2 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 576px) {
  #dicas-adestramento h2 {
    background: #f5f5f5;
    padding: 32px 0;
  }
}
/******* Tabs **********/
#dicas-adestramento .tabs {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 24px;
  position: relative;
}
#dicas-adestramento .tabs::before {
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #d5d5d5;
}
#dicas-adestramento .tabs label {
  order: 1;
  display: block;
  padding: 16px 24px;
  margin-right: 16px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  color: #454545;
  transition: background ease 0.4s;
}
#dicas-adestramento .tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
}
#dicas-adestramento .tabs input[type="radio"] {
  display: none;
}
#dicas-adestramento .tabs input[type="radio"]:checked + label {
  color: #175ea8;
  position: relative;
}
#dicas-adestramento .tabs input[type="radio"]:checked + label::before {
  content: "";
  position: absolute;
  background-color: #175ea8;
  height: 2px;
  width: 70%;
  top: 45px;
  left: 16px;
}

#dicas-adestramento .tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
#dicas-adestramento .tabs .tab p {
  font-weight: 400;
  font-size: 16px;
  color: #454545;
  line-height: 21px;
}
#dicas-adestramento .line-space {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  top: 48px;
  position: relative;
  width: 95.5%;
  left: 21px;
}
/******* Seção do CTA **********/
.cta {
  margin-bottom: 20px;
}
.cta .container {
  position: relative;
}
.cta h3 {
  margin-bottom: 24px;
  text-align: center;
}
.cta p {
  text-align: center;
}
.cta p > a {
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .cta .container {
    padding: 0 16px;
    width: 100%;
  }
}
.cta .cta-btn {
  border: 2px solid #175ea8;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 24px;
  color: #175ea8;
  display: table;
  margin: 20px auto;
}
/******* Seção Produtos Mais Comprados **********/
#mais-comprados h2 {
  margin-bottom: 24px;
}

/******* Seção Raças relacionadas **********/
#racas-relacionadas {
  margin-top: 24px;
}
#racas-relacionadas h3 {
  margin-bottom: 24px;
}

#racas-relacionadas .dog {
  text-align: center;
}
@media screen and (max-width: 578px) {
  #racas-relacionadas .dog {
    margin-bottom: 20px;
  }
}
#racas-relacionadas h4 {
  color: #1d1d1d;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  margin-top: 16px;
}

#relacionadas h4 {
  font-size: 32px;
}

@media screen and (min-width: 577px) and (max-width: 991px) {
  #racas-relacionadas h4 {
    font-size: 24px;
    line-height: 125%;
    margin-bottom: -10px;
  }
}
#racas-relacionadas a.btn {
  color: #175ea8;
  margin: 16px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (max-width: 578px) {
  #racas-relacionadas a.btn {
    margin-top: 0;
  }
}
#racas-relacionadas img {
  height: 380px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #racas-relacionadas img {
    height: auto;
  }
}

.productslider_single.dog {
  border-style: solid;
  border-width: 1px;
  border-color: #b9b9b9;
  display: flex;
  align-items: center;
  justify-content: center;
}

/******** GLOSSARIO ***********/
#glossario {
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  #glossario {
    margin-left: 100px;
    height: 250px;
    padding-bottom: 0;
  }
}
#glossario > .container > .flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

#glossario h2 {
  color: #175ea8;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

@media screen and (max-width: 1000px) {
  #glossario h2 {
    text-align: center;
  }
}

#glossario ul {
  list-style: none;
  padding: 0;
  padding-bottom: 64px;
  margin-bottom: 64px;
}

@media screen and (min-width: 1200px) {
  #glossario ul {
    height: 180px;
  }
}

#glossario ul li {
  display: inline-block;
}

#glossario ul li a {
  display: block;
  color: #747474;
  margin: 0 10px;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 1220px) {
  #glossario ul li a {
    margin: 0 11.25px;
  }
}

.glossario-list {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .glossario-list {
    margin-left: -50px;
  }
}
ul.letra-menu {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px !important;
  margin-left: -10px !important;
  margin-top: 30px;
  border-radius: 8px;
  border: 1px solid #1d1d1d;
  margin-bottom: 50px;
}
ul.letra-menu .flex {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  z-index: 9999;
  position: relative;
  height: auto;
}
@media screen and (min-width: 1200px) {
  ul.letra-menu {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 578px) {
  ul.letra-menu {
    margin-top: 50px;
  }
}

ul.letra-menu > li a {
  color: #747474;
  font-weight: 400;
  font-size: 14px;
  text-transform: inherit;
  margin-left: 0;
  transition: all ease 0.4s;
}

/* Display none by Default */
ul.letra-menu {
  display: none;
}
#glossario > .container > .flex {
  display: grid !important;
  grid-template-columns: auto auto auto;
  padding: 10px;
}
@media screen and (min-width: 1200px) {
  #glossario ul {
    height: 130px;
  }
}

@media screen and (min-width: 1200px) {
  #glossario {
    height: auto;
    z-index: 1021 !important;
    position: relative;
    overflow: hidden;
  }
  @media (min-width: 1200px) {
    .letra-menu h4 {
      font-size: 1.35rem;
      padding: 0;
    }
    #glossario ul li a {
      font-size: 13px;
      margin-top: -2px;
    }
  }
}

@media screen and (min-width: 1200px) {
  #relacionadas {
    margin-bottom: 25px;
  }
}
/******** Footer ***********/
@media screen and (min-width: 1200px) {
  #footer {
    margin-top: -77px;
  }
}

/******** Ajustes  Gerais***********/
section#condicao-fisica .stats-percentages > .d-flex .infos {
  padding-bottom: 16px;
  margin-top: 0;
  margin-bottom: 24px;
}
section#caracteristicas .flex .column {
  padding: 0px;
  width: -webkit-fill-available;
}

section#caracteristicas .flex .column:first-child,
#caracteristicas .flex .column:nth-child(2) {
  margin-right: 40px;
}

section#caracteristicas > .container {
  margin: center;
  padding-left: 0;
  padding-right: 0;
}

section#caracteristicas .column .infos .text-field h3 {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 8px;
}
section#caracteristicas .column .infos .text-field {
  margin-bottom: 8px;
}
section.racao h2 {
  font-size: 24px;
  font-weight: bold;
}
#mais-comprados .slick-slide img,
#higiene-limpeza .slick-slide img,
#racao .slick-slide img {
  height: 233px !important;
  width: 233px !important;
  border: 1px solid #eeeeee !important;
  border-radius: 8px !important;
  margin-bottom: 16px !important;
  object-fit: contain !important;
}
#destaques-curiosidades > .container {
  padding-top: 0;
}
#destaques-curiosidades > .container h2 {
  margin-top: 24px;
  margin-bottom: 24px;
}
#destaques-curiosidades .list-heading h5 {
  margin-bottom: 32px;
}

.slick-arrow {
  width: 48px;
  height: 48px;
}

.slick-arrow:before {
  font-size: 36px;
  top: -5px;
  position: relative;
}
.caracteristicas-fisicas .flex .info-block h3 {
  font-weight: bold !important;
  font-size: 28px !important;
}
.fisica .paragraph {
  color: #454545 !important;
}
.fisica .paragraph p {
  color: #454545 !important;
  font-weight: 400;
  font-size: 18px;
}

#dicas-adestramento .m-container {
  display: none;
}
.single-gato
  #produtos-destaques
  .productslider_wrapper_destaque
  .productslider_single
  img,
#produtos-destaques .productslider_wrapper_destaque .productslider_single img {
  width: auto;
  height: 160px;
  margin: auto;
  vertical-align: baseline;
}

@media screen and (min-width: 579px) and (max-width: 768px) {
  #filhotes .flex .info-block .paragraph {
    z-index: 999;
  }
}

@media screen and (min-width: 1200px) {
  .featured-post img {
    width: 441.5px !important;
    height: 360px !important;
    object-fit: cover;
  }

  .topic-item {
    margin: auto;
    width: 65%;
  }
  #caracteristicas {
    padding-bottom: 50px;
  }
  section#caracteristicas > .container .flex {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about {
    padding: 0;
    margin: 0;
    margin-bottom: 96px;
  }

  #condicao-fisica {
    padding: 0;
  }

  section#condicao-fisica .stats-percentages > .d-flex .infos-last {
    border: none !important;
  }

  section#caracteristicas .column .infos {
    align-items: unset;
  }
  #destaques-curiosidades > .container h2 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  #historia .flex .block {
    gap: 0;
  }

  #historia .flex .block {
    margin-top: 0px;
  }
  #historia .flex {
    margin-top: 0;
  }
  #historia h2 {
    margin-bottom: 56px;
  }

  #historia .flex .block h4,
  #historia .flex .block h5 {
    margin-bottom: 16px;
  }
  #historia .flex .block {
    height: 300px;
    margin: 0 16px 16px 16px;
  }

  .caracteristicas-fisicas img {
    width: 616px;
    height: 400px;
    object-fit: cover;
  }

  #personalidade .first-block {
    padding-top: 0;
  }
  #personalidade .first-block h2 {
    padding: 16px 0;
  }

  #saude-bemestar .intro-container img {
    height: 320px;
    width: 1200px;
    object-fit: cover;
  }
  #saude-bemestar .higiene-container h3 {
    font-size: 32px;
    font-weight: bold;
  }

  #racas-relacionadas img {
    width: 329px;
    height: 325px;
    object-fit: contain;
    padding: 16px;
  }
  #higiene-limpeza,
  #mais-comprados,
  #produtos-destaques,
  #racao {
    width: 1300px;
    margin: auto;
  }

  #produtos-destaques .productslider_wrapper_destaque .productslider_single {
    height: 425px;
  }
  #higiene-limpeza .productslider_wrapper_2 {
    margin-left: 25px;
  }
  .caracteristicas-fisicas a.btn {
    width: fit-content !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  #saude-bemestar .intro-container img {
    width: 100% !important;
    height: 320px;
  }
  #alimentacao-acompanhamento .block {
    margin: 0;
  }

  .single-cachorro .productslider_wrapper_destaque .productslider_single h3 {
    margin-top: -50px;
  }

  .single-cachorro
    #produtos-destaques
    .productslider_wrapper_destaque
    .productslider_single
    .paragraph
    > p {
    margin-bottom: 100px;
  }
  .single-gato #produtos-destaques {
    margin-top: -100px !important;
  }

  #racas-relacionadas .container {
    margin: auto;
  }

  .single-gato .caracteristicas-gato img {
    width: 315px;
    height: 420px;
    vertical-align: middle;
    margin: auto;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1279px) {
  .container {
    padding: 0;
    width: 1140px;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    padding: 0;
    width: 1200px;
  }
}

/**********  RAÇAS RELACIONADAS APENAS NO MOBILE - CARROSSEL***********/
#mobile_only img {
  border: none !important;
}
@media screen and (min-width: 1200px) {
  #mobile_only .dog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #mobile_only img {
    width: 329px;
    height: 325px;
    object-fit: contain;
    padding: 16px;
    align-self: center;
    vertical-align: middle;
    border: none !important;
  }

  #mobile_only a.btn {
    color: #175ea8;
    margin: 16px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  #mobile_only h4 {
    text-align: center;
  }
}

@media screen and (max-width: 578px) {
  .featured-post {
    padding-left: 0;
    padding-right: 0;
  }

  #mobile_only {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
  }
  #racas-relacionadas {
    display: none;
  }
  #mobile_only h3 {
    font-size: 32px;
    font-weight: bold;
  }
  #mobile_only {
    margin-top: 24px;
  }

  #mobile_only h3 {
    margin-bottom: 24px;
  }

  #mobile_only.dog {
    text-align: center;
  }
  #mobile_only a.btn {
    color: #175ea8;
    margin: 16px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
  #mobile_only h4 {
    color: #1d1d1d;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    margin-top: 16px;
  }
  #mobile_only a.btn {
    margin-top: 0;
  }

  #mobile_only img {
    height: 380px;
    width: 100%;
  }

  .single-gato #mobile_only img {
    width: 192px !important;
    height: auto !important;
    margin: auto;
  }
  .single-gato #mobile_only .slick-next {
    top: 28% !important;
  }

  .single-gato #mobile_only .slick-prev {
    top: 28% !important;
  }
}

@media screen and (max-width: 578px) {
  #mobile_only .dog {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  #mobile_only img {
    height: auto;
  }
}

/********** Produtos em destaque de Gatos **********/
@media screen and (min-width: 1200px) {
  .single-gato #produtos-destaques {
    padding: 0;
    margin-top: 32px;
  }
  .single-gato
    #produtos-destaques
    .productslider_wrapper_destaque
    .productslider_single {
    min-height: 500px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .single-gato .productslider_single img {
    margin-bottom: 10px !important;
  }
}

/****** Ajustes Mobile*********/

@media screen and (max-width: 578px) {
  section.featured-post .flex .img-field img {
    width: 100%;
    height: auto;
  }

  main {
    margin-top: 0;
  }

  section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .productslider_single img {
    width: 233px;
    height: auto;
  }
  section#personalidade,
  section#condicao-fisica,
  section#caracteristicas,
  section#filhotes,
  section#saude-bemestar {
    padding-left: 0;
    padding-right: 0;
  }

  .caracteristicas-fisicas {
    top: 0;
    margin-bottom: -42px;
  }

  section#condicao-fisica .stats-percentages > .d-flex > .medidas {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
  }
  section#condicao-fisica .stats-percentages > .d-flex > .medidas span {
    font-size: 14px;
  }

  section#condicao-fisica .stats-percentages > .d-flex > .medidas-last {
    font-size: 24px;
    font-weight: 600 !important;
  }
  section#condicao-fisica .stats-percentages > .d-flex .infos {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
  section#caracteristicas .column .infos .text-field {
    margin-bottom: 8px !important;
  }
  section#caracteristicas .column .infos .text-field h3 {
    margin-bottom: 0 !important;
  }

  section#caracteristicas .column {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  #produtos-destaques {
    margin-top: -32px;
  }
  #produtos-destaques img {
    height: auto;
    width: 200px;
  }
  .productslider_wrapper_destaque > .slick-next {
    top: 200px !important;
  }
  .productslider_wrapper_destaque > .slick-prev {
    top: 200px !important;
  }
  #mais-comprados .slick-arrow,
  #racao .slick-arrow,
  #higiene-limpeza .slick-arrow {
    top: 35%;
  }

  #produtos-destaques .slick-next,
  #mais-comprados .slick-next,
  #racao .slick-next,
  #higiene-limpeza .slick-next {
    right: -40px;
  }

  #produtos-destaques .slick-prev,
  #mais-comprados .slick-prev,
  #racao .slick-prev,
  #higiene-limpeza .slick-prev {
    left: -40px;
  }
  #mais-comprados .slick-slide img,
  #higiene-limpeza .slick-slide img,
  #racao .slick-slide img {
    margin: auto !important;
  }
  .single-gato #mais-comprados .slick-slide img,
  .single-gato #higiene-limpeza .slick-slide img,
  .single-gato #racao .slick-slide img {
    margin: auto !important;
    width: 233px !important;
    height: 233px !important;
  }

  #saude-bemestar .escovacao-container .escovacao .img-block img {
    width: 100%;
    height: 325px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
  }
  #saude-bemestar .cuidados-container {
    background-color: #f5f5f5;
  }
  #saude-bemestar .cuidados-container .cuidados .info-block h3 {
    color: #1d1d1d;
    background-color: #f5f5f5;
  }
  #saude-bemestar .cuidados-container .cuidados .info-block .paragraph {
    z-index: 999;
  }
  #higiene-limpeza {
    margin-top: 0;
  }
  #destaques-curiosidades > .container {
    width: 100% !important;
  }

  #destaques-curiosidades .list li {
    margin-bottom: 64px;
  }

  #historia .flex .block h4,
  #historia .flex .block h5 {
    margin: 0;
    margin-bottom: 24px !important;
  }
  #historia .flex .block p {
    padding-bottom: 16px;
  }
  #historia .container {
    width: 100% !important;
  }
  .caracteristicas-fisicas .flex .info-block h3 {
    font-weight: bold !important;
    font-size: 28px !important;
  }
  #filhotes {
    background-color: #f5f5f5;
    padding-bottom: 0;
    margin-bottom: 32px;
  }

  #filhotes .flex .img-block {
    margin-top: -25px;
  }
  #filhotes .flex .info-block h3 {
    margin-left: 25px;
  }
  .filhote h3 {
    font-size: 28px !important;
    font-weight: bold !important;
  }
  #personalidade .container {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 0;
  }
  section#personalidade,
  #saude-bemestar {
    padding-bottom: 0 !important;
  }
  #saude-bemestar h2 {
    color: #454545;
    padding-top: 64px !important;
    padding-bottom: 24px !important;
    display: block;
    width: 100%;
    text-align: center;
    background-color: white !important;
  }
  #saude-bemestar .intro-container {
    background-color: white !important;
  }
  #saude-bemestar img {
    height: 320px;
    object-fit: cover;
  }
  #saude-bemestar .container {
    width: 100% !important;
  }
  #saude-bemestar .escovacao-container {
    background-color: #f5f5f5 !important;
  }
  #saude-bemestar .escovacao-container .escovacao {
    z-index: 99;
  }
  #saude-bemestar .escovacao-container .escovacao .img-block img {
    position: relative;
    top: 33px;
  }
  #saude-bemestar .higiene-container .higiene .column h3 {
    font-size: 32px;
    font-weight: bold;
  }

  #saude-bemestar .cuidados-container .cuidados .info-block h3 {
    margin-bottom: 32px !important;
    margin-left: 0;
  }
  #saude-bemestar .paragraph p {
    margin-bottom: 8px;
    margin-left: 0;
    padding: 0 !important;
  }
  #saude-bemestar .cuidados-container .cuidados .info-block .paragraph {
    padding-top: 0;
    padding-bottom: 0;
  }
  #alimentacao-acompanhamento .flex {
    background-color: white;
  }
  #alimentacao-acompanhamento .block {
    padding: 16px;
    margin-bottom: 16px;
    background: #f5f5f5;
    padding-left: 0;
    padding-left: 0;
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  #alimentacao-acompanhamento .block h3 {
    padding-top: 16px;
  }
  #dicas-adestramento {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -90px;
  }
  #dicas-adestramento .container {
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #dicas-adestramento .container > h2 {
    display: block;
    width: 100%;
    text-align: center;
    background-color: white;
  }

  .cta h3 {
    margin-bottom: 32px;
    font-weight: bold;
    text-align: center;
    font-size: 32px !important;
  }
  .cta .container {
    width: 100% !important;
  }

  .gato-template-default .caracteristicas-fisicas h2 {
    text-align: center !important;
  }

  .single-gato #filhotes .flex .img-block img {
    margin-bottom: 50px !important;
    object-fit: fill;
  }

  .list-heading h5 {
    margin-bottom: 32px !important;
  }

  #dicas-adestramento .m-container {
    display: block;
    background-color: #f5f5f5 !important;
    padding: 0;
  }
  #dicas-adestramento .m-container h2 {
    background-color: transparent;
  }
  #dicas-adestramento .d-text {
    display: none !important;
  }
  .filhote {
    background-color: white !important;
  }
  .filhote .container {
    background-color: white !important;
  }

  .filhote .paragraph {
    padding-bottom: 0 !important;
  }
  .fisica .paragraph {
    background-color: #f5f5f5 !important;
    border-radius: 0 !important;
  }
}

/**** Fim dos ajustes do mobile*****/
.caracteristicas-fisicas > .paragraph p {
  color: #454545 !important;
}

/********* Ajustes de Seção Caracteristicas PARA GATOS ***********/
.gato-template-default section#caracteristicas > .container {
  border-radius: 24px !important;
  padding: 100px 20px !important;
  max-width: 1200px;
  width: 100%;
}
.gato-template-default .caracteristicas-gato img {
  margin-top: -190px !important;
  width: 315px;
  height: 420px;
  vertical-align: middle !important;
  width: 100%;
}

@media screen and (max-width: 776px) {
  .gato-template-default section#caracteristicas {
    margin-bottom: 190px !important;
  }
  .gato-template-default section#caracteristicas > .container {
    background-color: #ffffff;
    padding-top: 0px !important;
  }
  .gato-template-default .caracteristicas-gato img {
    height: 300 !important;
    width: auto !important;
  }

  .gato-template-default .column:nth-child(2) img {
    position: relative;
    top: 100px !important;
    left: 50%;
    transform: translate(-50%, 50px);
  }
  .gato-template-default section#caracteristicas > .container {
    padding-bottom: 100px !important;
  }
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}
