main {
    border: none;
}
.splide {
    padding: 20px 0;
}
.splide__slide img {
    display: block;
    width: 100%;
    border-radius: 8px;
    transition: transform 400ms;
    transform: scale(0.8);
    transform-origin: center center;
    filter: brightness(0.5) blur(2px);
    height: 100%;
    object-fit: cover;
}
.splide__slide.is-active img {
    transform: scale(1);
    border: var(--azul) 4px solid;
    filter: brightness(1);
    position: inherit;
    z-index: 2;
}
.splide__slide.is-prev img {
    position: absolute;
    left: 25%;
}
.splide__slide.is-next img {
    position: absolute;
    right: 25%;
}
.splide .splide__arrow {
    top: 0;
    bottom: 0;
    height: 100%;
    transform: none;
    border-radius: unset;
    width: 50px;
}
.splide .splide__arrow svg {
    filter: invert(1);
    width: 24px;
    height: 24px;
}
.splide__arrow.splide__arrow--prev {
    left: 0;
    background: none;

}
.splide__arrow.splide__arrow--next {
    right: 0;
    background: none;
}


.description-disclaimer {
    width: fit-content;
    background-color: var(--cinzaFontNav);
    color: white;
    font-size: 1.4rem;
    padding: 6px 26px;
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 20px;
}
.wrapper-description {
    text-align: left;
}
.wrapper-description h3 {
    margin-bottom: 10px;
}
.wrapper-description p {
    margin-bottom: 32px;
    font-size: 17px;
}
table {
    border-spacing: 0 !important;
    text-align: center;
    overflow: hidden;
    border-radius: 25px;
    width: 100% !important;
}
table td {
    font-weight: 600 !important;
    padding: 5px 10px;
    border: none;
    border-right: 1px solid #777777 !important;
    border-bottom: 1px solid #777777 !important;
    width: 4rem !important;
}
table td:last-child {
    border-right: none;
    border-bottom: 1px solid #777777 !important;
}
