a {
  text-decoration: none;
}
/* Card com bordas mais suaves e efeito de sombra */
.card {
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra sutil */
  background-color: #ffffff;
}

/* Estilo dos inputs e selects */
.input-style {
  border-radius: 10px;
  padding: 0.75rem;
  border: 1px solid #ddd;
  transition: border-color 0.3s ease;
}

.input-style:focus {
  border-color: #c1705b; /* Cor suave para foco */
  box-shadow: 0 0 5px rgba(193, 112, 91, 0.6); /* Efeito de foco */
}

/* Botões com transição suave e cor moderna */
.btn-custom {
  background-color: #c1705b;
  border: none;
  border-radius: 10px;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-custom:hover {
  background-color: #a35f4c;
  transform: translateY(-2px); /* Efeito de elevação */
}

/* Efeito de zoom na imagem do card */
.card-img-top {
  height: 200px;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}

/* Ajuste nas labels */
.form-label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

/* Layout responsivo para telas menores */
@media (max-width: 768px) {
  .row.g-3 {
    flex-direction: column;
  }

  .btn-custom {
    font-size: 1rem;
  }
}

/* Carrossel */

/* Alinha os botões do carousel verticalmente no centro */
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.link-telefone {
  color: #000;              /* Preto por padrão */
  text-decoration: none;    /* Remove o sublinhado padrão */
}
.link-telefone:hover {
  text-decoration: underline; /* Adiciona sublinhado no hover */
}

/* Botão Whatsapp */

.btn-whatsapp {
  background: linear-gradient(45deg, #128c53, #25d366);
  color: #fff;
  width: auto;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-whatsapp:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Animação Miniaturas */

.thumb-animation {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.thumb-animation:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* WhatsApp */
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.ak-BtnFloating,
.ak-BtnFloating * {
  box-sizing: border-box;
}
.ak-BtnFloating {
  font-size: 16px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-left: 20px;
  z-index: 10;
}
.ak-BtnFloating-btn {
  z-index: 1;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: calc(60px * 0.2);
  background-color: #2db742;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ak-BtnFloating-btn > svg {
  position: absolute;
  color: white;
  width: 25px;
  transition: all 0.2s ease 0s, opacity 300ms ease 0s, transform 300ms ease 0s;
}
.ak-BtnFloating-btn > svg:first-child {
  transform: rotate(0);
  opacity: 1;
}
.ak-BtnFloating-btn > svg:last-child {
  transform: rotate(360deg);
  width: 20px;
  opacity: 0;
}
.ak-BtnFloating-btn:hover,
.ak-BtnFloating-btn:focus {
  cursor: pointer;
}
.ak-BtnFloating-content {
  opacity: 0;
  z-index: -1;
  border-radius: 10px;
  background: #fafafa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: fixed;
  overflow: hidden;
  width: 300px;
  margin-left: 20px;
  right: calc(20px + calc(60px / 2));
  bottom: calc(20px + calc(60px / 2));
  transform: translateY(100px);
  transition: all 0.2s ease 0s, opacity 300ms ease 0s, transform 300ms ease 0s;
  pointer-events: none;
}
.ak-BtnFloating-title {
  background-color: #2db742;
  padding: 20px;
  color: white;
  font-size: 1.2em;
}
.ak-BtnFloating-title > svg {
  float: left;
  width: 34px;
  margin-right: 15px;
}
.ak-BtnFloating-title > span {
  font-size: 0.6em;
  line-height: 1.6em;
  letter-spacing: 1px;
  display: block;
}
.ak-BtnFloating-body {
  padding: 0 20px;
}
.ak-BtnFloating-item {
  padding: 20px 0;
  display: block;
  border-bottom: 1px dashed #ddd;
  text-decoration: none;
}
.ak-BtnFloating-item:last-child {
  border-bottom: 0;
}
.ak-BtnFloating-itemTitle {
  font-size: 1em;
  color: #444;
  line-height: 1.6em;
}
.ak-BtnFloating-item:hover .ak-BtnFloating-itemTitle {
  color: #2db742;
}
.ak-BtnFloating-itemDescription {
  font-size: 0.8em;
  color: #aaa;
}
.ak-BtnFloating-chk {
  display: none;
}
.ak-BtnFloating-chk:checked ~ label > .ak-BtnFloating-btn > svg:first-child {
  transform: rotate(360deg);
  opacity: 0;
}
.ak-BtnFloating-chk:checked ~ label > .ak-BtnFloating-btn > svg:last-child {
  transform: rotate(0);
  opacity: 1;
}
.ak-BtnFloating-chk:checked ~ .ak-BtnFloating-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
