.carousel-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.carousel-window {
    width: 100%;
    max-width: 960px;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}

.item {
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: 300px;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px;
}

    .item img {
        width: 100%;
        object-fit: cover;
	max-height: 200;
    }




@media (max-width: 900px) {
    .item {
        flex: 0 0 calc((100% - 20px) / 2);
        max-width: 100%;
    }
}


@media (max-width: 600px) {
    .item {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }
}

.item-title {
    font-size: 21px;
    font-weight: bold;
    color: Black;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    margin-right: 0.25vh;
    font-family: 'Lovelo' !important;
    min-height: calc(1.2em * 2);
}

.item-text1 {
    color: white;
    font-size: 12px;
    text-align: left;
    margin-top: 1vh;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
    white-space: normal;
    margin-right: 0.25vh;
    font-family: 'Ruda';
}

.item-text2 {
    color: Black;
    text-align: left;
    font-size: 12px;
    margin-top: 1vh;
    display: flex;
    align-items: center;
    gap: 6px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Ruda';
}

.item-text3 {
    color: white;
    text-align: left;
    font-size: 12px;
    margin-top: 1vh;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Ruda';
}

.carousel-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding-bottom: 15vh;
    margin-bottom: 3vh;
}

    .carousel-buttons button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }

.btn-icon {
    width: 26px;
    height: 26px;
}

.texto {
    flex: 1;
    text-align: left;
    margin-top: 10px;
    padding-right: 6px;
    box-sizing: border-box;
}

.fixed-texts {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: -2%;
}

.fixed-text {
    flex: 0 0 calc((100% - 40px) / 3);
    max-width: 300px;
    text-align: center !important;
    color: white;
    font-weight: bold;
    font-size: 29px;
    text-decoration: none;
    gap: 30px;
    font-family: 'Opera';
}

    .fixed-text:hover {
        color: Black !important;
    }

.icon-text2 {
    width: 14px !important;
    height: 14px !important;
    object-fit: contain !important;
}

.rodape {
    width: 100%;
    height: 20px;
    background-color: #C00D0D;
    border-radius: 2px;
    margin-top: auto;
}


.carousel-track.center-one {
    justify-content: center;
}

.fixed-text {
    display: inline-flex;
    align-items: flex-start; /* seta alinhada ao topo */
    gap: 8px;
    max-width: 300px;
    text-align: left;
    color: black;
    font-weight: bold;
    font-size: 28px;
    text-decoration: none;
    line-height: 1.2;
    justify-content: center;
}

.fixed-text-icon {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    flex-shrink: 0;
}




@media (max-width: 600px) {
    .fixed-texts {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .fixed-text {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
        width: auto;
        justify-content: center;
        text-align: center;
        font-size: 20px;
    }
}

@media (max-width: 900px) {
    .carousel-buttons {
        margin-bottom: 8vh;
    }
}

p {
    font-family: 'Lovelo' !important;
}

p2 {
    font-family: 'Ruda' !important;
}
img.carrosel-image{
	min-height:200px;
}