.jumbotron {
  height: 50rem;
  background-image: url("../../assets/clinica/background-jumbotron.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 18rem;
}
.line-jumbotron {
  border-bottom: 2px solid white;
  width: 85%;
  margin-top: 2.5em;
  cursor: pointer;
}

.btn-jumbotron {
  background-color: transparent !important;
  border: 2px white solid !important;
  height: 3em;
  font-size: 1.8em;
  padding: 0em !important;
  font-family: "FutuHV";
  text-transform: uppercase;
  width: 33%;
}

.btn-whatsapp {
  width: 20%;
  background-color: #bcb19d;
  border: 5px solid white;
  border-radius: 25px 0 25px 25px;
  position: absolute;
  z-index: 999;
  margin-top: -3.2em;
  font-size: 1.1em;
}
.btn-whatsapp:hover {
  background-color: #787165;
  border: 5px solid white;
}

.img-whatsapp {
  position: fixed;
  z-index: 99999;
  margin-top: -8rem;
  cursor: pointer;
}
.chamada {
  font-family: "FutuIta";
  font-size: 2em;
  color: white;
}
.subtitulo-chamada {
  font-family: "ScotchDisplay";
  font-size: 3em;
  color: white;
}
.jumbotron3 {
  height: 50rem;
  background-image: url("../../assets/home/backgroud-jumbotrom-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 15rem;
}
.titulo-card-footer {
  font-family: ScotchDisplay;
  font-size: 3em;
  color: white;
}
.input-nome {
  width: 100%;
  position: relative;
  font-size: 16px;
  color: #5b5b5b;
  border: 2px #b8b09d solid;
  padding: 10px 10px 10px 0px;
  box-sizing: content-box;
  z-index: 2;
  border-top: none;
  border-left: none;
  border-right: none;
}
.input-nome:focus {
  border: 2px #b35f54 solid;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.bg-footer-infos {
  background-color: #b35f54;
}
.titulo-footer {
  font-family: FutuM;
}
.footer-bottom {
  box-shadow: 0px -16px 32px -7px rgba(0, 0, 0, 0.1);
  background-color: #b35f54;
}
.btn-footer {
  background-color: #b8b09d;
  color: white;
  border-radius: 5px !important;
  font-size: 1.5em;
  font-family: "FutuHV";
}
.titulo-card-footer {
  font-family: ScotchDisplay;
  font-size: 3em;
  color: white;
}
.bg-card {
  background-color: #b8b09d !important;
}
.cards-wrapper {
  display: flex;
  justify-content: center;
}
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card {
  margin: 0 0.5em;
  border: 2px solid #b8b09d;
  border-radius: 8px !important;
}
.card-title {
  font-family: "FutuIta";
  color: #b35f54;
  font-size: 1.3em;
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.titulo-clinica {
  font-family: "FutuIta";
  color: #b35f54;
}
.subtitulo-clinica {
  font-family: "ScotchDisplay";
  color: #b35f54;
  font-size: 3em;
}
.carrossel-aparelhos {
  border-top: 2px solid #f4f4f4;
}
.titulo-aparelhos {
  font-family: "ScotchDisplay";
  color: #b35f54;
}
.aparelho-facial{
    background-color: #b35f54;
    color: white;
}
.aparelho-corporal{
    background-color: #E8E8E0;
    color: #B35F54;
}
.aparelho-capilar{
  background-color: #B8B09D;
  color: white;
}
@media (min-width: 768px) {
  .card .card-img-top {
    height: 11em;
  }
}
@media (min-width: 360px) {
  .card .card-img-top {
    height: 11em;
  }
}
@media (max-width: 726px) {
  .card-wrapper{
    flex-wrap: wrap;
  }
  .card-wrapper{
    padding: 0;
  }
  .card{
    margin: 0 !important;
  }
}
