@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";
@import "https://fonts.googleapis.com/css2?family=Karla:wght@200;300;400;500;600;700;800&display=swap";


h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Bitter', serif !important;
}
body {
    font-family: Mulish, sans-serif !important;
    color: var(--dark);
    font-size: 12px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}
.landing-slider.slick-initialized,
.top-doctors.slick-initialized,
.available-doctor.slick-initialized,
.recent-doctors.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.landing-slider,
.top-doctors,
.available-doctor,
.recent-doctors {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.text {
    text-wrap: nowrap;
}
.icon-border {
    width: 50px;
    height: 50px;
}
.pet-border {
    width: 70px;
    height: 70px;
}
.cw-30 {
    width: 30px;
} 
.w-round {
    width: 50px;
    height: 50px;
}
.otp-text {
    text-align: center;
}
.fs-head h5 {
    font-size: 17px;
}
.fs-littel {
    font-size: 10px;
}
.icon {
    color: #C5C5C5;
}
.text-btn {
    color: #000;
}
.w-28 {
    width: 20px;
    height: 20px;
}
.icon-up {
    transform: rotate(194deg);
}
.icon-down {
    transform: rotate(366deg);
}
.bg-send {
    transform: rotate(314deg);
}
.rounded-send {
    width: 66px;
    height: 66px;
}
.link {
    transform: rotate(314deg);
}
.w-352 {
    width: 352px;
}
.w-23 {
    width: 23px;
    height: 23px;
}
.bg-white-30 {
    background-color: rgb(255 255 255/21%);
    width: 60px;
    height: 60px;
}
#radio-btn {
    width: 25px;
    height: 25px;
}
.cw-60 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}
.fav-icon {
    width: 47px;
    height: 47px;
    min-width: 47px;
    max-width: 47px;
    min-height: 47px;
    max-height: 47px;
}
.cw-50 {
    width: 50px;
}
.display-1 {
    font-size: 175px;
}
.video-call {
    background-image: url(../img/call-bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.icon-lg {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}
.chat-rounded-right {
    border-radius: 19px;
    padding: 10px 15px !important;
    font-size: 13px;
}
.chat-rounded-left {
    border-radius: 19px;
    padding: 10px 15px !important;
    font-size: 13px;
}
.bg-primary {
    background-color: #fff !important;
}
.fundo-amarelo {
    background-color: #ffc959;
}
.fundo-verde {
    background-color: #ABD5C7;
}
.fundo-azul{
    background-color: #4568E4;
}
.fundo-vermelho {
    background-color: #EB0C30;
}
.text-primary {
    color: #5168E0 !important;
}
.btn-lg {
    font-size: 17px;
    padding: 16px 22px;
    font-weight: 600;
}
.btn-primary,
.btn-outline-primary:hover {
    background: #2E3D8C;
    border-color: #5168E0;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #C91433;
    border-color: #C91433;
}
.btn-outline-primary {
    background: rgb(101 4 181/12%);
    border-color: rgb(101 4 181/11%);
    color: #5168E0;
}
.main-logo {
    height: 32px;
}
.cw-100 {
    width: 100px;
}
.w-220 {
    width: 200px;
}
.homepage-cate {
    margin-top: -64px;
}
.steps-for .progress {
    height: 7px;
}
.steps-for h6 {
    font-size: 13px;
}
.form-check-input:checked {
    background-color: #C91433 ;
    border-color: #C91433 ;
}
.btn-outline-secondary {
    border-color: #dee2e6;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background: #dee2e6;
    color: #000;
    border-color: #d8d8d8;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #5168E0;
}
.nav-link,
.nav-link:hover {
    color: #5168E0;
}
.border-primary {
    border-color: #d8d8d8 !important;
}
.accordion-button:not(.collapsed) {
    background: #FAF5F0 ;
    color: #C91433 ;
}
:focus {
    box-shadow: none !important;
}
#crema{
    background-color: #FAF5F0;
}
/* Para dispositivos móveis */
@media (max-width: 767px) {
    .card-img-top {
        height: 250px;
        object-fit: cover;
    }
}
.search-bar-container {
  position: relative; /* para contexto absoluto, se quiser manter absolute */
  background-color: #4568E4; /* mesmo tom azul ou ajuste */
}

.search-bar {
  position: relative; /* pode mudar para relative para evitar problemas */
  width: 100%; /* full width da div container */
  height: 64px;
  background: #F3F3F3;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 70px; /* espaço pro botão */
  box-sizing: border-box;
  margin: 0 auto; /* centraliza horizontalmente */
}

.search-bar input {
  border: none;
  background: transparent;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  outline: none;
}

.search-button {
  position: absolute;
  width: 54px;
  height: 54px;
  right: 8px;
  top: 5px;
  background: #4568E4;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-button svg circle, 
.search-button svg line {
  stroke: #FCF5F1;
}
/* Container do item */
.pet-service-item {
  position: relative;
  text-align: center;
}

/* Círculo colorido */
.pet-service-icon {
  width: 64px;
  height: 64px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 12px;
}

/* Cores específicas */
.pet-service-amarelo {
  background-color: #FFC959 !important;
}
.pet-service-verde {
  background-color: #ABD5C7 !important;
}
.pet-service-azul {
  background-color: #4568E4 !important;
}
.pet-service-vermelho {
  background-color: #EB0C30 !important;
}

/* Texto */
.pet-service-text {
  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 110%;
  margin-bottom: 0;
  padding-top: 8px;
  color: #141420;
}

/* Texto branco para fundos escuros */
.pet-service-azul + .pet-service-text,
.pet-service-vermelho + .pet-service-text {
  color: #FCF5F1;
}
.pet-service-item {
  display: flex;
  justify-content: center;
}

.vacina-wrapper {
  width: 100%;
}

.ano {
  position: absolute;
  width: 39px;
  height: 22px;
  left: 32px;

  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;

  color: #000000;
}

.ano-2024 {
  top: 230px;
}

.ano-2023 {
  top: 446px;
}

.cartao-vacina {
  position: absolute;
  width: 366px;
  height: 66px;
  left: 32px;

  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  border-radius: 8px;
  box-sizing: border-box;
  filter: drop-shadow(0px -5px 35.4px rgba(0, 0, 0, 0.05));
}

.icone-calendario {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 55px;
  top: 38px; /* relativo ao topo do card (66px de altura) */
  background-image: url('calendar-icon.svg'); /* substitua com seu SVG */
  background-repeat: no-repeat;
  background-size: contain;
}

.nome-vacina {
  position: absolute;
  width: 146.4px;
  height: 26px;
  left: 55px;
  top: 12px;

  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;

  color: #203C8F;
}

.data-vacina {
  position: absolute;
  width: 58px;
  height: 16px;
  left: 76px;
  top: 38px;

  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  display: flex;
  align-items: center;

  color: #D5D5D5;
}

.profissional {
  position: absolute;
  width: 85px;
  height: 16px;
  left: 157px;
  top: 38px;

  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  display: flex;
  align-items: center;

  color: #D5D5D5;
}

.breadcrumb-custom {
  top: 80px;
  left: 33px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
}

.breadcrumb-text {
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #203C8F;
}

.breadcrumb-icon {
  transform: rotate(-180deg);
}
.vacina-botao-wrapper {
  position: absolute;
  width: 366px;
  height: 46px;
  left: 50%;
  top: 756px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.botao-primario-vacina {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  width: 366px;
  height: 46px;
  background: #EB0C30;
  box-shadow: -3px 0px 12.6px rgba(0, 0, 0, 0.35);
  border-radius: 26px;
  border: none;
  cursor: pointer;
}

.texto-botao-vacina {
  width: 179px;
  height: 26px;
  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
 .card-veterinario {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-bottom: 1rem; /* separa os cards */
  display: block; /* garante que fiquem empilhados */
    }

.card-veterinario {
  background: #feeef1;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.card-nome {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;

 color: #203c8f;
}

.card-descricao {
  font-size: 0.95rem;
  color: #777;
  font-size: 14px;
}

.card-distancia {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 0.85rem;
  color: #777;
  font-size: 14px;
  width: 70px;
}

.animal-card {

  font-family: 'Mulish', sans-serif;
}

.animal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.animal-nome {
  font-family: 'Bitter', serif;
  font-weight: 800;
  font-size: 34px;
  line-height: 110%;
  color: #4568E4;
  margin: 0;
}

.animal-verificado {
  width: 32px;
  height: 32px;
  margin-left: auto;
}

.animal-raca {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #203C8F;
}

.animal-atributos {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.atributo {
  position: relative;
  width: 84px;
  height: 70px;
  background: #F3F3F3;
  border-radius: 8px;
}

.atributo-icon {
  position: absolute;
  top: 13px;
  left: 17px;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
}



.atributo-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-weight: 500;
    line-height: 160%;
    color: #4568E4;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.atributo-valor {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'Bitter', serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #203C8F;
  text-align: center;
      margin-bottom: 5px;
}
.historico-wrapper {
    position: absolute;
    width: 366px;
    left: 32px;
}

.titulo-historico {
  position: absolute;
  top: 0;
  left: 0;
  width: 71px;
  height: 26px;
  font-family: 'Bitter';
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #203C8F;
  display: flex;
  align-items: center;
}

.item-historico {
  position: absolute;
  width: 350px;
  height: 66px;
  background: #F3F3F3;
  border-radius: 8px;
}

.item-historico:nth-child(2) {
  top: 39px;
  left: 0;
}
.item-historico:nth-child(3) {
  top: 118px;
  left: 0;
}
.item-historico:nth-child(4) {
  top: 197px;
  left: 0;
}

.item-retangulo {
  position: absolute;
  width: 350px;
  height: 66px;
  border-radius: 8px;
  background: #F3F3F3;
}

.item-titulo {
  position: absolute;
  top: 12px;
  left: 22px;
  width: auto;
  font-family: 'Bitter';
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #203C8F;
  display: flex;
  align-items: center;
}

.item-descricao {
  position: absolute;
  top: 38px;
  left: 22px;
  font-family: 'Mulish';
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  color: #C1BFBF;
  display: flex;
  align-items: center;
}

.item-data {
  position: absolute;
  top: 22px;
  right: 0;
  width: 62px;
  font-family: 'Mulish';
  font-weight: 500;
  font-size: 10px;
  line-height: 160%;
  color: #C1BFBF;
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 15px;
}

.botao-saiba-mais {
  position: absolute;
  top: 848px;
  left: calc(50% - 214px / 2 - 8px);
  width: 214px;
  height: 46px;
  background: #4568E4;
  box-shadow: -3px 0px 12.6px rgba(0, 0, 0, 0.35);
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
}

.texto-botao {
  width: 134px;
  height: 26px;
  font-family: 'Bitter';
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #F2FCFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-bar {
  position: absolute;
  top: 39px;
  right: -5px;
  width: 5px;
  height: 145px;
  background: #F3F3F3;
  border-radius: 10px;
}

.scroll-thumb {
  position: absolute;
  top: 0;
  width: 5px;
  height: 29px;
  background: #CCCCCC;
  border-radius: 10px;
}
.image-header {
  position: absolute;
  width: 409px;
  height: 264px;
  left: 10px;
  top: 120px;
  background: url(image.png);
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
}

.titulo-clinica {
  position: absolute;
  width: 216px;
  height: 37px;
  left: 32px;
  top: 464px;
  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 110%;
  display: flex;
  align-items: center;
  color: #203C8F; /* Azul Ciao */
}

.avaliacoes {
  position: absolute;
  width: 81px;
  height: 26px;
  left: 32px;
  top: 613px;
  font-family: 'Bitter', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #4568E4; /* Azul Savóia */
}

.group-servicos {
  position: absolute;
  width: 138px;
  height: 24px;
  left: 33px;
  top: 425px;
}

.descricao {
  position: absolute;
  width: 366px;
  height: 66px;
  left: 32px;
  top: 520px;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #141420; /* Nero */
}

.retangulo-inferior {
  position: absolute;
  width: 366px;
  height: 133px;
  left: 32px;
  top: 653px;
  background: #FFFFFF;
  box-shadow: 0px -5px 35.4px rgba(0, 0, 0, 0.05); /* Drop Shadow */
  border-radius: 20px;
}

.indicadores {
  position: absolute;
  width: 77px;
  height: 9px;
  left: calc(50% - 77px / 2 + 0.5px);
  top: 795px;
}

.texto-final {
  position: absolute;
  width: 308px;
  height: 57px;
  left: 61px;
  top: 684px;
  font-family: 'Mulish', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #141420; /* Nero */
}

.group-botoes {
  position: absolute;
  width: 119px;
  height: 33px;
  left: 61px;
  top: 747px;
}