/* GUIA DE CAES E GATOS */

:root {
  --cor-destaque: #ff6900;
  --cor-secundary: #4e3629;
  --cor-white: #ffffff;
}

.bg-laranja {
  background-color: var(--cor-destaque);
}

.banner-guia {
  width: 100%;
  height: 100vh; 
  background-image: url("../img/guia/banner-desktop-guia.jpg"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
  .banner-guia {
    background-image: url("../img/guia/banner-mobile-guia.jpg"); 
    height: 300px; 
  }
}

.boxes {
  text-align: center;
  align-items: center;
  justify-content: end;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.question {
  padding: 10px 0;
  text-align: -webkit-left;
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}

.scorePet {
  background-color: #f5a26c;
  margin: 0 auto;
}

.guia-de-pet-linha {
  background-color: #edece5;
}

.guia-de-pet-parceiros {
  padding-top: 6rem;
  background-color: var(--cor-white);
  padding-bottom: 4rem;
}
.slider-produtos-totem {
  display: flex;
  justify-content: center;
}
.scorePet .container {
  display: flex;
  flex-wrap: wrap;
}

.scoreImages {
  display: flex;
  justify-content: left;
  gap: 7px;
}

.guidePet {
  background-color: #4e3629;
  padding: 50px 0 25px 0px;
  padding-top: 50px;
}

.guideTopSide {
  background-color: var(--cor-destaque);
  display: none;
}

.guideTopContent {
  display: flex;
  justify-content: end;
  padding: 10px 0;
}

.guideTopButton {
  background-color: var(--cor-secundary);
  color: var(--cor-white);
  padding: 12px;
  border-radius: 12px;
  margin: 0;
  border: 2px solid white;
  font-size: 14px;
}

.fa-search {
  margin-right: 10px;
}

.guidePetContainer {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
}

.round-image-container {
  bottom: -250px;
  start: 0;
  width: 330px;
  height: 343px;
  overflow: hidden;
  border-radius: 50%;
}

.img-pet-desk {
  width: 330px;
  height: 343px;
  object-fit: cover;
  border-radius: 50%;
}

.namePet {
  font-weight: 400 !important;
  color: var(--cor-white) !important;
  font-size: 32px !important;
  margin: 0;
}
.alterNamePet {
  color: var(--cor-destaque);
  font-weight: 400;
  font-size: 22px !important;
  font-style: italic;
  margin: 0;
}

.descriptionNamePet {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  color: var(--cor-white);
}

.descriptionNamePet span {
  text-transform: lowercase;
}

.backgroundSizeGuide {
  background: var(--cor-destaque);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.backgroundSizeGuide img {
  max-width: 38px;
}

.backgroundScaleGuide {
  background: var(--cor-destaque);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.backgroundScaleGuide img {
  max-width: 38px;
}

.backgroundKgGuide {
  background: var(--cor-destaque);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.backgroundKgGuide img {
  max-width: 38px;
}

.porteTextGuide {
  color: var(--cor-destaque);
  font-size: 14px;
  font-weight: 500;
}
.tamanhoTextGuide {
  color: var(--cor-destaque);
  font-size: 14px;
  font-weight: 500;
}
.pesoTextGuide {
  color: var(--cor-destaque);
  font-size: 14px;
  font-weight: 500;
}

.guideInfoPet .col-md-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  max-width: 120px !important;
}

.aboutPet {
  color: var(--cor-secundary);
  font-weight: 600;
  font-size: 19px;
  padding-top: 60px;
}

.aboutPet p {
  color: #504d4a;
}

.descriptionPet p {
  color: #504d4a;
}

.descriptionPet {
  font-weight: 400;
  font-size: 17px;
  color: black;
}

.aboutSubPet {
  color: var(--cor-secundary);
  font-weight: 600;
  font-size: 17px;
  margin: 25px 0px;
}

.aboutPetBoxes {
  margin: 20px auto!important;
  justify-content: center;
  border-bottom: 5px solid #ff6900 !important;
  border-radius: 17px;
  border: 1px solid #ff6900;
  border-left: 2px solid #ff6900 !important;
  border-right: 2px solid #ff6900 !important;
}

.aboutPetBoxes .col-md-2 {
  text-align: center;
  margin: 20px 0;
  position: relative;
  flex: 0 0 19.666667%;
  max-width: 19.666667%;
}

.aboutPetBoxes .col-md-2:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 3px;
  background-color: var(--cor-destaque);
  border-radius: 100%;
}

.aboutPetText {
  font-weight: 600;
  color: var(--cor-destaque);
  font-size: 14px;
}

.aboutPetSubText {
  font-size: 13px;
  font-weight: 400;
}

.aboutPetSubText p {
  color: #a59c94;
}

.slide-criador {
  width: 269px;
  height: 92px;
  background: transparent;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0px;
  gap: 5px;
  border: 1.2px solid #ff6900;
}

.nameCriador {
  font-size: 18px;
  text-align: center;
  color: var(--cor-destaque);
}
.estadoCriador {
  font-size: 16px;

  color: #878787;
}
.nameCriador:hover {
}
.estadoCriador:hover {
}

.guia-de-pet-parceiros .bx-viewport,
.parceiros .bx-viewport,
.pets-destaques .bx-viewport {
  min-height: auto !important;
  padding-left: 40px;
  padding-top: 10px;
}

.bx-wrapper .bx-pager {
  text-align: end;
  font-family: "Roboto";
  font-size: 16px;
  color: var(--cor-destaque);
}

.bx-wrapper .bx-next {
  right: -35px !important;
  background: url(../img/righArrow.png) no-repeat center center !important;
  width: 5% !important;
  background-color: #d2cdc3 !important;
  border-radius: 100%;
}

.bx-wrapper .bx-prev {
  left: -45px !important;
  background: url(../img/leftArrow.png) no-repeat center center !important;
  width: 5% !important;
  background-color: #d2cdc3 !important;
  border-radius: 100%;
}

img.linhaImagem {
  height: 320px;
  object-fit: contain;
  width: 100%;
}

.titleParceiros,
.titleLinha {
  color: var(--cor-secundary) !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  text-align: center !important;
  margin-bottom: 1rem;
}

.textParceiros,
.textLinha {
  font-size: 22px;
  font-weight: 200;
  text-align: center;
  color: var(--cor-secundary);
}

.guideInfoPet {
  margin-top: 20px;
}

.racasBox {
  background: #fbfafa;
  padding: 15px;
  border-radius: 22px;
  margin-bottom:3rem;
}
.custom-col {
  max-width: 20% !important;
  flex: 0 0 20%!Important;
  text-align: center;
}

.allTypes .custom-col {
  flex: 0 0 20%;
  text-align: center;
}

.cardRaca img {
  border-radius: 100%;
  max-width: 147px;
  height: 147px;
  object-fit: fill;
}

.cardTitleRaca {
  text-align: center;
  font-weight: 700;
  color: var(--cor-secundary);
  font-size: 18px;
}

.racasTitle {
  text-align: center;
  margin: 40px 0;
  font-size: 32px;
  font-weight: 200;
  position: relative;
}

.glossary {
  padding: 80px 0;
}

.searchPet {
  flex-direction: row-reverse;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  display: flex;
  padding: 65px 0px 65px 0px;
}



.searchTitle {
  font-size: 32px!important;
  font-weight: 200!important;
  color: var(--cor-secundary)!important;
  margin-bottom: 33px!important;
  position: relative!important;
   display: none; 
}

.btn-busca {
  top: 0;
  left: 0;
}

.loading-busca {
  margin: 0 auto;
}

.box-pet-busca a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 22px;
}

.box-pet-busca a:hover {
  text-decoration: none !important;
}

.btn-busca {
  width: 53px;
  height: 47px;
  background: url(../img/btn-busca.png) no-repeat center center;
  border: none;
}

.busca-guia-pet {
  height: 48px !important;
  border-radius: 22px !important;
  background: #f7f7f5 !important;
  border: none !important;
  padding-left: 10px !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  font-size: 14px!important;
}

.busca-guia-pet input::placeholder {
  color: #878787 !important;
}


.busca-guia-pet:focus {
  outline: unset;
}


.busca-guia-pet input {
  border: none !important;
  outline: none !important;
  background: transparent !important;
  width: 100% !important;
  color: #000 !important;
  font-size: 14px!important;
}

.busca-guia-pet .icon-search {
  margin-left: 10px !important;
  color: #878787 !important;
}

.busca-guia-pet.autocomplete-open {
  border-radius: 24px 24px 0px 0px !important;
  border-bottom: none !important;
}

.wrapper-busca {
  position: relative;
  margin-top: -50px;
}

.wrapper-busca input {
  padding-left: 5rem!important;
}

.ui-widget-content {
  border: none!important;
  background: #f7f7f5!important;
  color: #333333;
  border-radius: 0px 0px 24px 24px !important;
  padding: 0px 40px 20px 40px;
  /*border: 2px solid #878787 !important;*/
  border-top: none !important;
  box-shadow:0 2px 2px rgba(0, 0, 0, 0.1) !important;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px 10px;
}

.busca-guia-pet .ui-autocomplete-input {
  border-radius: 24px 24px 0px 0px !important;
}

.ui-menu .ui-menu-item-wrapper {
  font-size: 13px;
  font-weight: 400;
  font-family: "Sora";
  color: #000 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: #c4c4c4;
  font-weight: normal;
  color: black;
  margin: 0;
  border-radius: 100px;
  filter: opacity(0.5);
}

.campo-invalido {
  border: 2px solid red !important;
}

.guiaPet {
  justify-content: center;
  gap: 50px;
  padding-bottom: 12%;
}

.guiPet:last-child {
  justify-content: start;
}

.guiaPet .titleNamePet {
  font-size: 16px;
}

.guiaPet .SubNamePet {
  font-size: 14px;
}

.conteudo-pet {
  background-color: #4e3629;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  padding: 29px 0;
  position: relative;
  margin-top: 21px !important;
  height: 150px;
}

.cardRaca a:hover {
  filter: brightness(0.9);
  transition: 0.3s;
}

.divisorContent {
  position: relative;
  margin-top: 70px;
}

.divisor::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  right: 0;
  width: 100%;
  background-color: var(--cor-destaque);
  border-radius: 100%;
}

.boxMobile {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}

.col-center-mobile {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 60%;
}

.fade-effect {
  opacity: 0;
  transition: opacity 0.3s;
}

.fade-effect-mobile {
  font-size: 16px;
  font-weight: 600;
  color: var(--cor-white);
  opacity: 0;
  margin-top: 90px;
}

.textGuia {
  font-size: 32px;
  font-weight: 600;
  color: var(--cor-white);
}

.page-template-page-guia-de-pets-gatos .textGuia {
  font-size: 48px;
}

.sideTextGuia {
  max-height: 279px;
  position: relative;
}

.guiaSection {
  background-color: #fff;
}

.racasMaisPesquisadas {
  padding-top: 90px;
}

.busca-alfabetica {
  text-align: center !important;
  display: table;
  background-color: var(--cor-destaque);
}

.busca-alfabetica li {
  color: var(--cor-white);
  display: inline-block;
  font-size: 14px;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-bottom: 0 !important;
}

.fade-effect-desktop {
  font-size: 22px;
  font-weight: 400;
  color: var(--cor-white);
  opacity: 0;
}

.page-template-page-guia-de-pets-gatos .fade-effect-desktop {
  font-size: 36px;
  font-weight: 400;
}

.limpar-campo {
  position: absolute;
  right: 20px;
  top: 42%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  color: #a59c94;
  font-size: 24px;
  font-weight: 600;
}

.botao {
  background-color: #4caf50;
  color: var(--cor-white);
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
}

.botao:hover {
  background-color: #45a049;
}

.linhaLogo {
  object-fit: contain;
  /* height: 120px; */
  margin-top: -30px;
}

.linhaLogoTotem {
  width: 35%;
  margin-top: 15px;
}

.slider-produtos {
  justify-content: center;
}

/* TOTEM */

.totemFooter {
  background-color: #ff6900;
}

.totemFooterLogo {
  display: flex;
  justify-content: center;
  padding: 9px 0;
  max-width: 145px;
  margin: 0 auto;
}

.backGuia {
  border: none;
  background-color: #ff8200;
  border-radius: 6px;
  margin: 0;
  padding: 27px 0;
  font-size: 30px;
  font-weight: 700;
  color: var(--cor-white);
  width: 337px;
}

#backGuiaTotem {
  width: 337px;
  border: 3px solid #ff8200;
  background-color: var(--cor-white);
  border-radius: 6px;
  margin: 0;
  padding: 27px 0;
  font-size: 30px;
  font-weight: 700;
  color: #ff6900;
}

.backHome {
  border: 3px solid #ff6900;
  color: var(--cor-destaque);
  font-size: 30px;
  padding: 27px 0;
  border-radius: 6px;
  background: white;
  font-weight: 700;
  width: 337px;
}

.infosToten {
  background-color: #edece5;
}

.bannerToten {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 439px;
}

.qrCode {
  text-align: center;
  padding: 80px 0;
}

.qrCode h3 {
  font-size: 32px;
  color: var(--cor-secundary);
  margin-bottom: 1rem;
}
.qrCode p {
  font-size: 22px;
  color: var(--cor-secundary);
  font-weight: 200;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--cor-white);
  z-index: 9999;
  border-radius: 16px;
  width: 70%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
}

.single-pet .popup {
  background-color: rgb(237, 236, 229);
  max-width: 763.79px;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: 9998; 
  display: none; 
}

.popup-content {
  border-radius: 16px;
}

.benefits {
  margin-bottom: 20px;
}

.rowContent {
  padding: 15px 0;
  align-items: center;
}

.single-pet .rowContent {
  justify-content: center;
  padding: 20px 20px;
}

.popup-content .row .img.linhaImagem {
  height: auto;
}

.popupHeader {
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  text-align: center;
}

.popupHeader .linhaLogo {
  width: 93px;
  margin: 5px;
}

#headerFilhotes .linhaLogo {
  object-fit: cover;
  height: 55px;
  width: 13%;
  filter: invert(1);
  margin: 0;
}

.fechar-popup {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #edece5;
  font-size: 30px;
  font-weight: 300;
}

.titleLinhaToten {
  color: var(--cor-destaque);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.textLinhaToten {
  color: #8e8e89;
  font-size: 14px;
  margin-bottom: 10px;
}

.textBenefits {
  color: var(--cor-destaque);
  font-size: 19px;
  margin-bottom: -20px;
  padding: 0;
}

.titleBenefitsToten {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
}

.single-pet .titleBenefitsToten {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
}

.subBenefitsToten {
  color: #8e8e89;
  font-size: 10px;
  line-height: 14px;
  margin-bottom: 2px;
}

.single-pet .subBenefitsToten {
  color: #8e8e89;
  font-size: 14px;
  line-height: 14.06px;
  margin-bottom: 2px;
  font-weight: 400;
}

.products {
  height: 411px;
}

.abrir-popup {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.nowProduct {
  display: flex;
  justify-content: end;
  padding-top: 30px;
}

.nowProductButton {
  background-color: var(--cor-destaque);
  color: var(--cor-white) !important;
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 25px;
  transition: 0.3s;
}

.nowProductButton:hover {
  transform: translateY(-5px);
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 27px;
  line-height: 1;
  opacity: 0.75;
  color: transparent;
}

.slick-next:before {
  background: url(../img/guia/next.png) center center no-repeat transparent;
  background-size: contain;
  transform: scaleX(-1); 
  display: inline-block; 
}

.slick-prev:before {
  background: url(../img/guia/prev.png) center center no-repeat transparent;
  background-size: contain;
  font-size: 20px;
}

.bg-brancoLinha {
  background-color: var(--cor-white);
}

.single-pet .textBenefits {
  margin-bottom: 0;
}

.single-pet .titleLinhaToten {
  display: none;
}

.single-pet .benefits_toten {
  margin-bottom: 10px;
  align-items: center;
}

.single-pet .BenefitsIcon {
  margin-right: 8px;
}

.single-pet .slick-slide {
  height: auto;
}

.iconPopup {
  min-width: 80px;
}

/*.page-template-page-guia-de-pets-gatos header,*/
/*footer,*/
/*.elementor.elementor-202263.elementor-location-footer {*/
/*  display: none !important;*/
/*}*/

.initSection {
  position: relative;
}

.backgroundSectionImage {
  width: 100%;
  height: 100%;
}

.buttonGuia {
  position: absolute;
  top: 44%;
  left: 84%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
}

.logoGuia {
  padding: 90px 0;
}

.qrCodeGuia {
  padding: 60px 0;
}

.mainSection {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.mainSection h1 {
  color: #878787;
  text-align: center;
  font-family: Sora;
  font-size: 12.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.375rem;
  margin-bottom: 0;
}

.mainSection p {
  color: #878787;
  text-align: center;
  font-family: Sora;
  font-size: 4.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.textGuia {
  color: var(--cor-white);
  font-size: 37px;
  font-weight: 400;
}

.footerGuia {
  background: white;
  padding: 54px 0 40px 0;
}

.footerGuia .container {
  display: flex;
  justify-content: space-between;
}

/* MOBILE */

@media (max-width: 768px) {
  .guidePetContainer {
    text-align: center;
  }
  .guidePetContainer .col-md-4 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .guideInfoPet {
    flex-wrap: nowrap;
    margin: 22px auto;
    justify-content: center !important;
  }

  .scoreImages img {
    max-width: 22px;
  }

  .aboutPetBoxes .col-md-2:not(:last-child)::after {
    top: 100%;
    right: 50%; 
    transform: translateX(50%); 
    width: 50%;
    height: 1px;
    bottom: auto;
    margin: 20px 0; 
  }
  .aboutPetBoxes .col-md-2 {
    flex: unset;
    max-width: unset;
  }

  .aboutPetBoxes {
    margin: 0 auto;
  }
  .pets {
    margin: 0 50px;
  }

  .guia-de-pet-parceiros .bx-viewport,
  .parceiros .bx-viewport,
  .pets-destaques .bx-viewport {
    min-height: 300px !important;
  }

  .slider-criadores-parceiros .row {
    margin-top: 20px;
  }

  .slide-criador {
    height: 72px;
    margin: 9px 0;
    gap: 0;
  }

  .bx-wrapper .bx-next {
    right: -50px !important;
    width: 18% !important;
  }

  .bx-wrapper .bx-prev {
    left: -55px !important;
    width: 18% !important;
  }
  .namePet {
    font-size: 18px !important;
    margin-top: 10px;
  }
  .alterNamePet {
    font-size: 16px !important;
  }
  .descriptionNamePet {
    font-size: 13.35px !important;
  }
  .round-image-container {
    width: 151.75px;
    height: 147.89px;
  }
  .porteTextGuide,
  .tamanhoTextGuide,
  .pesoTextGuide {
    font-size: 12px;
    margin: 10px 0;
  }

  .backgroundSizeGuide,
  .backgroundScaleGuide,
  .backgroundKgGuide {
    width: 61.19px;
    height: 61.44px;
  }

  .backgroundSizeGuide img,
  .backgroundScaleGuide img,
  .backgroundKgGuide img {
    max-width: 40.16px;
  }

  .aboutPet {
    font-size: 16px;
    padding: 0;
  }
  .descriptionPet {
    font-size: 13.35px;
  }
  .aboutSubPet {
    font-size: 13.35px;
  }
  .titleParceiros,
  .titleLinha {
    font-size: 24px !important;
  }
  .textParceiros,
  .textLinha {
    font-size: 16px !important;
  }
  .guideTopContent {
    padding: 10px 10px;
  }
  .guideTopButton {
    font-size: 12px;
  }

  .rowContent .col-md-4 {
    display: flex;
    justify-content: center;
  }

  #logoPopup {
    height: 140px !important;
  }

  .titleLinhaToten {
    font-size: 14px !important;
  }
  .textLinhaToten {
    font-size: 10px !important;
  }
  .textBenefits {
    font-size: 14px !important;
  }

  .nowProductButton {
    font-size: 9px !important;
  }

  .popup {
    width: 98% !important;
  }

  .titleBenefitsToten {
    font-size: 10px !important;
  }

  .subBenefitsToten {
    font-size: 8px !important;
  }
  .benefits_toten {
    margin-bottom: -25px;
  }

  .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px) !important;
    z-index: 9998;
    display: none;
  }

  #headerFilhotes .linhaLogo {
    height: 39px !important;
  }

  img.linhaImagem {
    height: 279px;
  }
  .slick-next {
    right: -5px;
  }
  .slick-prev {
    left: -10px;
  }

  .fechar-popup {
    font-size: 19px !important;
  }
  .custom-col {
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }

  .racasTitle {
    font-size: 22px;
  }

  .racasTitle::after {
    bottom: -7px;
    width: 50%;
  }

  .allTypes .cardTitleRaca {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
    max-width: 100px;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
  }
  
  .allTypes .cardBodyRaca{
     padding:0!important;
  }

  .searchTitle {
    font-size: 22px;
  }
  .searchTitle::after {
    bottom: -7px;
    width: 50%;
  }

  .glossary {
    display: none;
  }
  .racasMaisPesquisadas {
    padding-bottom: 50px;
  }
  .nameCriador {
    font-size: 13px;
  }
  .estadoCriador {
    font-size: 12px;
  }
  .question {
    font-size: 12px;
  }

  .btn-busca {
    width: 10px;
    padding-right: 17% !important;
  }

  .guia-de-pet-parceiros .bx-viewport,
  .parceiros .bx-viewport,
  .pets-destaques .bx-viewport {
    height: auto !important;
  }

  .cardRaca img {
    max-width: 100px;
    height: 100px;
  }
}

/* GUIA DE RACAS */

.allTypes .col-racas {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  width: 100%;
}

.allTypes .cardRaca {
  display: flex;
  align-items: center;
  background-color: #f5f5f5; 
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 15px;
  width: 100%; 
  max-width: 300px; 
}

.allTypes .cardRaca img:hover {
  filter: brightness(0.9);
  transition: 0.3s;
}

.allTypes .raca-tag {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #ff6600;
  color: white;
  border-radius: 12px;
  padding: 0px 8px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto";
  text-transform: capitalize;
}
#raca-tag-caes {
  background-color: #878787;
}
.allTypes .card-img-left {
  border-radius: 50%; 
  width: 80px; 
  height: 80px; 
  object-fit: cover;  
  margin-right: 15px;
}

.allTypes .cardBodyRaca {
  display: flex;
  justify-content: center;
  text-align: left;
  align-items: center;
  background-color: #edece580;
  border-radius: 30px 0 0 30px;
  position: relative;
  padding: 0px 8px;
  height: 67px;
  width: 293px;
}

.allTypes .cardTitleRaca {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin: 0 10px;
}

.allTypes .cardRaca:hover .card-img-left {
  transform: scale(1.1); 
  transition: transform 0.3s ease;
}

.allTypes .cardRaca:hover .cardBodyRaca {
  transform: translateX(
    10px
  ); 
  transition: transform 0.3s ease;
}

.allTypes .cardRaca img {

  border-radius: 100%;
  max-width: 90px;
  height: 86px;
  object-fit: fill;
}

.allTypes .cardRaca {
  display: flex;
  align-items: center;
  background-color: unset;
  border-radius: 99px;
  position: relative;
  justify-content: flex-start;
  margin-left: -15px;
  padding: 0;
  box-shadow: none;
}

.filter-input {
  display: none !important;
}

.filter-input#categoria-caes,
#categoria-gatos {
  display: block !important;
  margin-bottom: 0;
  width: 24px;
  height: 24px;
}

.filter-button {
  display: inline-block;
  padding: 6px 5px;
  background-color: #edece5;
  color: #504d4a;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  margin: 5px;
  font-size: 14px;
  text-align: center;
}

#filter-button-pet {
  background-color: unset;
  border: unset;
  text-align: left;
  padding: 5px 0px;
  margin: 0px 5px;
  font-weight: 400;
  color: #504d4a;
  font-size: 14px;
}

.filter-input:checked + .filter-button {
  background-color: #ff8200;
  color: #fff;
  border-color: #ff8200;
}

#filtro-racas {
  min-width: 400px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  border: 1px solid #eeeeee;
}

#filtro-racas-separeted {
  min-width: 400px;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#filtro-racas .filter-button {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  width: 100%;
  transition: 0.2s;
}

#filtro-racas .filter-button:hover{
  color: white;
  background-color: #ff8200;
  color: #fff;
  border-color: #ff8200;
}

#filtro-racas .filter-button-pet:hover {
    color: unset;
    background-color: unset;
    color: unset;
    border-color: unset;
}

.labelTitle {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #504D4A;
}

.choicePet {
  width: 100%;
  color: #504d4a;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

.formDesktop #filtro-racas {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.filter-group {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  justify-content: space-between;
}

#categoria-buttons {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 17px;
}

.filter-input {
  -webkit-appearance: none;
  width: 24px;
  appearance: none;
  height: 24px;
  background-color: white;
  border: 2px solid #ff6900; 
  border-radius: 4px; 
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.filter-input:checked {
  background-color: #ff6900;
  border-color: #ff6900;
}

.filter-input:checked::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="14" viewBox="0 0 19 14" fill="white"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.547 0.671799C18.9375 1.06232 18.9375 1.69549 18.547 2.08601L7.54695 13.086C7.15643 13.4765 6.52326 13.4765 6.13274 13.086L1.13274 8.08601C0.742213 7.69549 0.742213 7.06232 1.13274 6.6718C1.52326 6.28128 2.15643 6.28128 2.54695 6.6718L6.83984 10.9647L17.1327 0.671799C17.5233 0.281275 18.1564 0.281275 18.547 0.671799Z"/></svg>');
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white !important;
    height: 21px;
}

.filter-input:hover {
  background-color: #ff8500;
  border-color: #ff8500;
}

#load-more {
  text-align: center;
  border: none;
  background-color: #FF6900;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 22px;
  padding: 5px 10px;
}

#load-less {
  border: none;
  background-color: unset;
  position: absolute;
  left: 0px;
}

.load-more-icon {
  display: inline-block;
  width: 31px;
  height: 26px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="19" viewBox="0 0 16 19" fill="none"><path d="M4.61483 7.53492L8.27651 11.3712L12.1128 7.70952L13.5949 8.49424L8.22413 13.6206L3.09777 8.2498L4.61483 7.53492Z" fill="%23504D4A"/><path d="M4.973 4.34382L8.32058 7.49817L11.7227 4.40275L13.0672 5.03952L8.30421 9.37309L3.61759 4.95701L4.973 4.34382Z" fill="%23504D4A"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  filter: brightness(100.5);
}

.load-more-icon:hover {
  transform: translateY(6px);
}

#load-less-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="46" height="44" viewBox="0 0 46 44" fill="none"><rect width="43.2402" height="45.0597" rx="21.6201" transform="matrix(-0.00543869 0.999985 0.999985 0.00543869 0.441406 0.15625)" fill="%23878787"/><path d="M14.084 27.4257C17.6608 23.1446 23.2429 16.4632 23.2429 16.4632C23.2429 16.4632 28.3741 23.0268 31.7422 27.2316" stroke="white" stroke-width="1.04331" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

#load-less-icon:hover {
  transform: translateY(-8px);
}

#limpar-filtros-icon {
  display: inline-block;
  width: 24px; 
  height: 24px; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22 width%3D%2220%22 height%3D%2221%22 viewBox%3D%220 0 20 21%22 fill%3D%22none%22%3E%3Crect y%3D%220.640625%22 width%3D%2219.6016%22 height%3D%2219.7197%22 fill%3D%22url(%23pattern0_5977_4414)%22/%3E%3Cdefs%3E%3Cpattern id%3D%22pattern0_5977_4414%22 patternContentUnits%3D%22objectBoundingBox%22 width%3D%221%22 height%3D%221%22%3E%3Cuse xlink%3Ahref%3D%22%23image0_5977_4414%22 transform%3D%22matrix(0.0157192 0 0 0.015625 -0.00301415 0)%22/%3E%3C/pattern%3E%3Cimage id%3D%22image0_5977_4414%22 width%3D%2264%22 height%3D%2264%22 xlink%3Ahref%3D%22data%3Aimage/png%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGgUlEQVR4nO1ae7BVUxj%2FJVIUeeRdEsY78pgwVBMjTJT8kcdMGKEYY1QMM%2B7ss9a%2Bt7qTJFMzQoYSKpmhQSiFlMljTMzINHkkIhEhdUs%2F86397X33uefce%2B65Z5%2Fbucf5zey5c%2Fc%2Ba61vPb7H7%2FsWUEEFFVRQQQUVlANo0JcWr9NiLQ1eoI%2Fu%2BL%2BAFufQ4C9aMHoMvuZkdEK5gx72o8EanfST9HAqDT5y%2F6cwHOUOWkzXya%2Bmh4767mn3zscdKGfQ4koa7KbBdnro7d5V42gabKPFv7Q4EeUKejiUFhtV58dmnAiLF1HOoMF8neh7nIf27p2PY91pMNhFi1NQrqDFSNX73%2BmhR%2FTeYKa%2BfxblCnroRYOtauWvj70%2FgRY7aVBHH8ejHEEPe9Nihe7y%2FLRvFs%2BpSjyBcgUtPJ38Bno4OPb%2BNLX6O%2BjjOJRxtFfnJupjYINvL%2BnCPIa2CHrYS3ZOJ3mB0%2BcZ2Cf6Pgn70%2BIrPeKT09pa9NFYYBurcSTaCjgP7WlwDS1ejoxaeiwvsf0iWtxMi6eiaG8q9k3rx2ChfnsYbQU0uIQWXzaY9Pe0%2BNj5dSEysqvpCxJFew0YoHz%2FkzXohjZx1C382OTW0sfdEr5m%2FLYG3ZjCLbogu%2BhjdMZvLN7SfmpQ6qCHDrR4XgXeSYsH43reZFuiXcY7H%2F20ry2cgINQymBgxMLd%2BoM%2BLi24T4N3tb8qlDpocGdMlx8RVUjAgAYJEINp2U5ISYE1OJwGb8eM2of0cHZBfRoMocU%2FugizQ0JU0qDBVbT4ThdBIrdZQmsL6K%2B%2FU6mgPw%2BlAopgBp%2FRYFzGNw%2BdaTFJozoR%2FGfn61t4jOljgPMSgacYgBJwc1XKx5sMTV38brA0phbLaXFmi8aVMYM%2BVmBPgR6OoMXi2PH2hb012YZoR4sbaPBj5B4NHuVEHJjn2B1psMn1UY3z0dqgxQha%2FKq7%2FlO%2Bbo4eDqDFFI0PZCE2MoUb81ELGozPxhWKCvrorsWI0MW9Iiehxf156E2D92NqsUxUpVltDQZpm3daOn5%2BftjH6JgF%2FkWOciJ9i1qkcJMaR1nUOiE6rEWXJtt5OCo8gUnI0SjkeDsLX7%2FrC2VwJAx66EqLqTGDKnZiRGNq4biDqk%2FSsjjQ4Lw0qy3U1MdlKDIkYKLByphaLKaHk7P87hj9%2Fk3SAvSWHHvE4IKdGNmakZdzryncqqomk9xBiwnCMWK%2F6UCDJTSYmMyABoNo8GZs4ltpkIoP2tqQPCANHlc3KzKtp8G1SQ7QQ%2Fn6%2BtiRk1Wvai7l5HgcQoMxEt0lJlh2dQwKoMGzKJEyGOsDEnlWuYREM0rMwutpMZgGc2MEZXPBAuU%2BpaNi8cd2WtxeWKcWz0QVlxylJbXSwzRfF7is9GdkQcI0V2ax%2FgYLEgmFKTtZn2TcwGqc62L24O9QWtznJmzwRaSHmclMydCOSWyGzZFbskvB2DML72wyOkk0lXVy6ROtUz0MjmDw%2FE2L6xKZVT4yG7ymMo1KpsNadKHFq5qpXecyuOIRLGbQ4l7x%2F7rqYXlaBl8q%2BfxEBMhH1oBeB3bHQ89i5%2FUGq86HIbA8n0iio2gD55JL2KQGZsUbxOAKvXUR7vY2dxPLoH%2FW30tU5qFrgf7%2BDVrUNkO2D1Sue1o6Xk64Ck59Lv%2BHeAFSKjX0caHz%2FXJpQYxnASGpxBtR6GuwJIdcfaMNKXZqnIGf3xxFYAFRWalhaTYjOSfvMYIJhRWjHfRwVg6ZlulvpxQ0uTz5%2F%2FIGE5V83JqItYWp6jy4gosphPLG%2B%2FBxV5NtgrpieEukxYnVll5SGOvCY6HGQUX30%2BgoWozIo6%2BeksHJKI4azM7R7rDIAxk8gD0JxqlqDmE0aXqGW0Bp17AAGtLdBhXgjIRJ6PfltkiOvGPRwRSGx2hqUPTwcbne17tYszu1jrAY%2FNZgpzcp4wxS5EJnPXRucjyDiRE79dALpQBKUtOg2pWpc0eQ38otLlpcLeQlRp4WhDc9Gx3H4P5Y9ngISg0M%2FPdD6grlVKxyyZTgbs%2Bw8Aa3lsrmRCl0adNEBljT51XKM3YXk2q3RthqYpGk3A%2Fo14zL0HNj9YbiBTzFRnTVJeTvBuNocVKjv%2FdxES0%2Bj3TeYijaMhik2VZnsQ1CumYp0RooFx3drc96L7GOHk5HuYASUKVwW6MXpOofsQ%2FTctUE2jQoSRjhElJokYRnEFds0Rslffa0fBVUUEEFKFf8B%2BzVF2VNOPkEAAAAAElFTkSuQmCC%22/%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center; 
}

#limpar-filtros:focus,
#load-less:focus,
#load-more:focus {
  outline: none !important;
  outline: none !important;
}

#filtro-racas.active {
  display: block; 
}

.petMobile {
  display: none;
}

.filterMenuMobile-close {
  display: none;
}

.link-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

#limpar-filtros {
  background-color: unset;
  color: #ff8200;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  justify-content: end;
  display: flex;
}

#filterMenuMobile {
  display: none;
}

#filterMenuMobile-close {
  display: none;
}

#resultados {
  margin-left: 50px;
  width: 100%;
}

.noResults {
  text-align: center;
  background: #ffffff;
  padding: 30px;
  color: #504d4a;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  font-size: 32px;
  font-weight: 400;
}

.filterPesquisar {
  display: none;
}

@media (min-width: 600px) and (max-width: 1100px) {
  .searchPetMobile.active, .wrapper-busca {
    margin:0 auto;
    width:100%;
  }
}

@media (max-width: 1100px) {
    .wrapper-busca input {
        padding-left: 7rem!important;
    }
  .backdrop-guia {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
  }
  
  .searchPet{
    display: none;
  }

  .searchPet.active {
    display: block!important;
  }
  
  .allTypes .col-racas {
    width: 50%;
  }
  
  .filtroRacasLabel {
    flex-direction: column;
  }

  #resultados {
    margin-left: 0;
    width: 100%;
  }

  .col-racas {
    width: 50%;
    text-align: center;
  }

  #filterMenuMobile-close {
    display: flex;
    justify-content: center;
    background-color: #FF8200;
    color: #fff;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    cursor: pointer;
    align-items: center;
    width: 20px;
    height: 20px;
    letter-spacing: 0;
    line-height: 0;
  }

  #filterMenuMobile, .filterPesquisar {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 5px;
    background-color: #FF8200;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 16px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-items: center;
    min-width: 166px;
    line-height: 26px;
    margin-bottom: 0;
  }

  #filterMenuMobile, .filterPesquisar .fa-filter {
    color: #fff;
    font-size: 18px;
  }

  .racasBox {
    display: flex;
    padding: 20px;
    justify-content: space-between;
  }

  .petMobile {
    display: block;
    margin-bottom: 15px;
  }

  .formDesktop {
    display: none;
  }

  .allTypes .cardRaca img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .filter-button {
    padding: 6px 0px;
  }

  #filter-button-pet {
    width: 50% !important;
    font-size: 14px !important;
    padding: 0;
    margin: 10px;
  }

  #filtro-racas label {
    font-size: 12px!Important;
    width: 100%;
    font-weight: 400;
  }
  .labelTitle {
    font-weight: 600 !important;
    font-size: 14px !important;
    width: 100% !important;
  }

  #categoria-buttons {
    gap: 0;
    justify-content: space-between;
    padding: 0px 13px;
  }

  .petDesktop {
    display: none;
  }
  
  .buttonsMobile  {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0;
  }
  
   .cardTitleRaca {
    font-size: 12px;
  }
  
  #filtro-racas {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: left 0.5s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    z-index: 1000;
    padding: 20px;
    border-radius: 8px;
    /*max-height: 80vh;*/
    /*width: 90%;*/
    /*min-width: 368px;*/
    /*overflow-y: auto;*/
    /*height: 94%;*/
    /*width: 90%;*/
    /*min-width: 368px;*/
    
    height: 641px;
    width: 350px;
    min-width: 350px;
    overflow-y: hidden;
    margin-bottom: 0;
    }
}

@media (max-width: 375px) { 
    
    #filtro-racas {
        max-height: 100%; 
        padding: 10px;
        min-width: 300px;
        width: 300px;
        height: 605px;
    }
    #filterMenuMobile, .filterPesquisar {
        min-width: 120px;
        font-size: 15px;
    }
    .filter-group {
      margin-bottom: 0;
    }
    
    #filtro-racas label {
        font-size: 10px!important;
    }
    #limpar-filtros {
        font-size: 12px;
        padding: 0px 15px;
    }
    .allTypes .cardTitleRaca {
        margin: 0;
        font-size: 10px;
    }
}
