.textcolorslideshow{
    color: #eaab0f;
}
.boxtextslideshow{
    padding-left: 24px;
    position: relative;
}
.boxtextslideshow:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: #e7622a;
    border-radius: 4px;
}
.titleslideshow{
    font-size: 56px;
    line-height: 56px;
    font-weight: 800;
    color: #fff;
    width: 95%
}
.descriptionslideshow{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 60px;
    width: 85%;
}
.aflamaimulteslideshow{
    position: relative;
    z-index: 1;
    height: 56px;
    border: solid 5px #fff;
    border-radius: 100px;
    background: #e7622a;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    displaY: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.41);
    margin-top: 60px;
}
.aflamaimulteslideshow:hover{
    color: #fff;
}
.itemslideshow{
    position: relative;
}

.desktop-slides{
    padding: 150px 0;
}
.slideitxleft{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}
.slideitxleft img, .slideitxright img{
    height: 100%;
    object-fit: cover;
}
.slideitxright{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}
.margincaruselprod{
    margin: 70px auto;
}



















.img01slideshowabsolute{
    position: absolute;
    top: 30px;
    right: 120px;
    animation: img01slideshowabsolute 7s infinite;
}
@keyframes img01slideshowabsolute{
0% {
    transform: scale(1);
}
50% {
    transform: scale(1);
}
52% {
    transform: scale(2);
}
55% {
    transform: scale(0);
}
65% {
    transform: scale(0);
}
68% {
    transform: scale(2);
}
70% {
    transform: scale(1);
}
100% {
    transform: scale(1);
}
}
.tranzitienouslide01{
    position: absolute;
    top: 30px;
    right: 120px;
    animation-name: tranzitienouslide01;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.tranzitienouslide02{
    position: absolute;
    bottom: 250px;
    right: 200px;
    animation-name: tranzitienouslide02;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-delay: 200ms;
}
@keyframes tranzitienouslide01{
    0% {
        right: 120px;
    }
    50% {
        right: 126px;
    }
    100% {
        right: 120px;
    }
}
@keyframes tranzitienouslide02{
    0% {
        right: 200px;
    }
    50% {
        right: 206px;
    }
    100% {
        right: 200px;
    }
}

.tranzitienouslide01{
    position: absolute;
    top: 30px;
    right: 120px;
    animation-name: tranzitienouslide01;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.tranzitienouslide02{
    position: absolute;
    bottom: 250px;
    right: 200px;
    animation-name: tranzitienouslide02;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-delay: 200ms;
}
@keyframes tranzitienouslide01{
    0% {
        right: 120px;
    }
    50% {
        right: 126px;
    }
    100% {
        right: 120px;
    }
}
@keyframes tranzitienouslide02{
    0% {
        right: 200px;
    }
    50% {
        right: 206px;
    }
    100% {
        right: 200px;
    }
}











.img02slideshowabsolute{
    position: absolute;
    top: 80px;
    right: -60px;
    animation-name: img02slideshowabsolute;
    animation-duration: 7s;
    animation-iteration-count: 1;
    animation-delay: 100ms;
}
@keyframes img02slideshowabsolute{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    52% {
        transform: scale(1.2);
    }
    55% {
        transform: scale(0);
    }
    65% {
        transform: scale(0);
    }
    68% {
        transform: scale(1.2);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
    }



.img03slideshowabsolute{
    position: absolute;
    bottom: 250px;
    right: 200px;
    animation-name: img01slideshowabsolute;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-delay: 200ms;
}
.img04slideshowabsolute{
    position: absolute;
    bottom: 110px;
    right: -10px;
    animation-name: img02slideshowabsolute;
    animation-duration: 7s;
    animation-iteration-count: 1;
    animation-delay: 300ms;
}
.img05slideshowabsolute{
    position: absolute;
    top: -120px;
    left: 10px;
    animation-name: img02slideshowabsolute;
    animation-duration: 7s;
    animation-iteration-count: 1;
    animation-delay: 400ms;
}
.img06slideshowabsolute{
    position: absolute;
    bottom: 230px;
    left: -195px;
    animation-name: img02slideshowabsolute;
    animation-duration: 7s;
    animation-iteration-count: 1;
    animation-delay: 500ms;
}