.equipe-cont {
  padding: 30px 5vw;
  /* border-bottom: 3px solid #791114; */
  ul.slick-dots {
    display: flex;
    gap: 10px;
    list-style: none;
    justify-content: center;
  }

  ul.slick-dots * {
    color: transparent;
  }

  ul.slick-dots button {
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background: #1889f1;
  }

  ul.slick-dots li.slick-active button {
    background: #00338c;
  }
}

.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: #030303;
  text-align: center;
  min-height: 50px;
  align-content: center;
}
.tt-equipe p {
  text-align: center;
  margin: 0;
}
.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;
  background: #eafcfc;
  padding: 0;
}
.sociais-contei-litles {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.sociais-contei-litles div {
  width: 40px;
}

div#equipe-home h3 {
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  color: black;
}
p.txt-bax {
  justify-self: center;
  margin: 3% auto;
  font-size: 1.6rem;
  width: 50%;
  text-align: center;
}
div#equipe-home::after {
  content: "";
  display: block;
  width: 9%;
  height: 24%;
  background: url(../images/10.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
div#equipe-home::before {
  content: "";
  display: block;
  width: 15%;
  height: 36%;
  background: url(../images/11.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 9%;
}
