.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;
}

.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: 4rem;
    font-weight: 600;
    text-align: center;
    color: #791114;
}
