#parceiros{
    background-image: url(../imagens/Parceiros/pescador-fundo.jpeg);
    background-size: cover;
    background-position: center;
    padding: 30px 0 80px
}

#parceiros .container-parceiros{
    position: relative;
    z-index: 1;
}

.container-parceiros{
    width: 100%;
    padding: 30px 15px;
    margin: 0 auto;
}

.texto-parceiros{
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.texto-parceiros h1{
    margin: 0;
    padding: 0;
}

.icones-1{
    width: 100%;
    margin-top: -250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icones-1 img{
    width: 1200px;
    max-width: 90%;
}
.galeria{
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin-top: -240px;
}

.galeria h1{
    margin: 0;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 40px;
    letter-spacing: 2px;
}

.carrossel{
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;

}

.fotos1{
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
    width: 100%;
    
}

.fotos2{
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
    width: 100%;
}

.fotos3{
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
    width: 100%;
}
.container-carrosseis {
    display: flex;
    gap: 100px;
    justify-content: center;
}

.item-carrossel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide{
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    max-width: 100%;
    box-sizing: border-box;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: fill; 
}

.btn-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.btn-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.btn-prev, .btn-next {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: rgb(0, 0, 0);
}
.legenda {
    width: 300px;        
    text-align: center;
    margin-top: 8px;
    color: #ffffff;
    font-size: 30px;
}