.equipe-cont {
  padding: 30px 5vw;
  border-bottom: 3px solid #791114;
}

.card-equipe {
  margin: 0px 10px;
  border-radius: 30px;
  background-color: transparent;
  transition: 2s;
}

.card-equipe:hover {
  background-color: #973d3d;
  transition: 1s;
}

.card-equipe:hover h2 {
  color: #fff;
}

.card-equipe img {
  width: 80%;
  margin: 10px auto;
}

.tt-equipe h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #973d3d;
  text-align: center;
  min-height: 50px;
  line-height: 1.5;
}

.btn-card a {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  width: fit-content;
  margin: 20px auto;
  padding: 5px 12px;
  background: #a55858;
  border-radius: 15px;
}

.btn-card a:focus,
.btn-card a:hover {
  color: #ffffff;
  text-decoration: none;
}

.btn-card {
  opacity: 0;
  transition: 2s;
}

.card-equipe:hover .btn-card {
  opacity: 1;
  transition: 2s;
}

.passadores {
  display: flex;
  width: fit-content;
  background: #973d3d;
  padding: 5px 10px;
  border-radius: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: absolute;
  justify-self: anchor-center;
  bottom: -15px;
}

.dot ul.slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 5px;
  margin-bottom: 0px;
}

.dot ul.slick-dots li {
  font-size: 0;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.dot li.slick-active {
  border: 3px solid black;
}

div#equipe-home {
  position: relative;
}

div#equipe-home h3 {
  font-size: 6rem;
  font-weight: 600;
  text-align: center;
  color: #0060b4;
  margin: 5% 0;
}
.area-produtos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
}

.card-produtos {
  width: 80%;
  margin: auto;
  border: 5px solid #0060b4;
  place-items: center;
  text-align: center;
  border-radius: 48px;
  /* padding: 7%; */
  margin: 2% auto;
}

.prod-img {
  width: 100%;
}

.tt-produtos {
  padding: 1% 7%;
}

.prod-img {
  border-radius: 35px;
}

.tt-produtos h2 {
  font-size: 3.5rem;
  margin-bottom: 5%;
  font-weight: 700;
  color: #0060b4;
  line-height: 1.5;
  min-height: 105px;
  align-content: center;
}

.tt-produtos p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #0060b4;
  line-height: 1.5;
}
.prod-img img {
  width: 100%;
}
