* {
  font-family: 'Inter', sans-serif;
}

.section {
  padding: 3%;
}

.nav {
  position: sticky;

}

.card .link {
  font-size: 14px;
}

.navbar-brand {
  margin-left: 20px;
}

.img-cover {
  object-fit: cover;
}

.navbar {
  transition: 1s;
  color: white;
  /* background-color: transparent; */
  background-color: #2d2d32;

}

a {
  text-decoration: none;
  color: #000;
}

.nav-item a {
  color: white;
}

.white {
  color: white;
}

.navbar-toggler {
  color: white;
  margin-right: 20px;
}

.whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  max-width: 200px;
  margin-right: 20px;
  background-color: #25D366;
  border-radius: 10px;
  padding: 0 auto;
  font-weight: 600;
  color: white;
}

.categorias{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.badge{
  margin-top: 15px;
  font-size: 16px !important;
  box-shadow: 0px 1px 3px gray;
}

.badge-btn{
  border: none;
  background-color: transparent;
}
@media only screen and (min-width: 300px) and (max-width: 959px) {

  /*.collapse ul{
    color: white;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    transition: 1s;
    align-items: center;
    text-align: center;
    background-color: #2D2D32;
    height: 95vh;
    padding: 3%;
    width: 100vw;
    z-index: 20;
    position: relative;
  }.collapse ul li{
    margin: 20px;
  }.active-link{
    text-decoration: underline;
    color: #EB4702;
  }.bloco{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  } */
  .whatsapp {
    margin: 0;
    width: 200px;
  }
}

.buscar {
  color: #EB4702;
  border-color: #EB4702;
}

.scrolled {
  transition: 1s;
  background-color: #000000a1;
}

.active-link {
  text-decoration: underline;
  color: #EB4702;
}

.active-link a {
  color: #EB4702;
  font-weight: 500;
}

.form {
  margin: 50px;
}

.bloco {
  display: flex;
  flex-direction: row;
}

.content-bloco {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;

}

.link {
  color: #00415F;
}

.cards {
  /* margin: 100px 0px; */
}

.card-t {
  margin-bottom: 40px;
}

.card-t .card {
  border: none !important;
}

.fale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  height: 100% auto;
}

.ligue {
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
}

.ligue .title {
  font-size: 70px;
  text-align: left;
}

.ligue .detail {
  font-size: 20px;
}

.ligue .tel {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 700;
}

.ligue button {
  background-color: #eb4702;
  border: none;
  font-size: 15px;
  border-radius: 5px;
  color: white;

  width: 200px;
  padding: 8px 22px;
}

.img-size-of {
  max-width: 200px;
}

.discador {
  background: linear-gradient(90deg, rgba(236, 233, 230, 1) 0%, white 100%);
}

.display-1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

footer {
  padding: 3%;
  color: white;
  position: relative;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background-color: #2d2d32;
}

footer mat-icon {
  color: white;
}

footer hr {
  background-color: white;
}

footer ul {
  list-style: none;
}

footer a {
  color: white;
  font-size: 20px;
  transform: scale(1);
  transition: 0.5s;
}

footer a:hover {
  text-decoration: none;
  transform: scale(1.5);
  transition: 0.5s;
}

.img-pad {
  padding: 5%;
}

.redes {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.redes ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.redes ul li {
  margin: 0px 10px;
}

.redes ul li a {
  font-size: 14px;
}

@media only screen and (min-width: 300px) and (max-width: 1280px) {
  .redes {
    display: flex;
    flex-direction: column;
  }

  .ligue .title {
    font-size: 55px;
  }

  .redes ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .redes ul li {
    margin: 0px 10px;
  }

  .redes ul li a {
    color: #b4b4b4;
    font-size: 14px;
  }

  .redes ul li a i {
    color: white;
  }

  .local {
    text-align: center;
  }

  .display-1 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .form {
    margin: 0;
  }
}

.stick-top {
  background-color: transparent;
}


dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

dialog {
  border: none;
  border-radius: 10px;
}

dialog .form-gap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

dialog .gap-16 {
  gap: 16px;
}

dialog .small {
  font-size: 10px;
  margin: 0;
  padding: 0;
}

dialog h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 24px;
}

dialog button {
  width: 120px !important;
  margin: 0 !important;

}

dialog .close {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0px;
  right: 5px;
}

#modal-success {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#modal-erro {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 959px) {
  dialog {
    .img-box {
      display: none;
    }
  }
}

.mensagem_pesquisa {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}