[id^="jd-nav__carrusel"]{position: absolute;bottom: 0;width: 100%;justify-content: space-between;}[id^="jd-btn-prev__carrusel"], [id^="jd-btn-next__carrusel"] {display: flex;align-items: center;justify-content: center;width: 75px;height: 50px;padding: 0 5px;color: rgba(117, 117, 117, 0.527);background: rgba(255, 255, 255, .7);border-radius: 5px;z-index: 10;cursor: pointer;transition: all 0.3s;}[id^="jd-btn-prev__carrusel"]:active, [id^="jd-btn-next__carrusel"]:active {color: rgb(0, 0, 0);}[id^="jd-btn-prev__carrusel"] i, [id^="jd-btn-next__carrusel"] i {margin: 0 5px;}[id^="jd-cont__circle__carrusel"]{width: calc(100% - 150px);height: 50px;}[class^="jd-circles__carruscel"]{width: 15px;height: 15px;border: solid 2px white;border-radius: 50%;box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);background: rgba(255, 255, 255, .3);margin: 0 5px;cursor: pointer;}[class^="jd-circles__carruscel"].active{background: white;}.dedo-swipe {width: 50px;height: 50px;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(50%);}.dedo-swipe::after {content: 'Swipe';position: absolute;text-shadow: 0 0 7px rgba(0, 0, 0, .7);left: 50%;top: 50%;transform: translateY(-100%) translateX(-50%);font-size: 30px;padding: 10px;background: var(--colorBack);border-radius: 15px;z-index: -1;}.dedo-swipe.dedo-swipe.animacion i {font-size: 40px;text-shadow: 0 0 7px rgba(0, 0, 0, .7);animation: dedosize 5s infinite ease-in-out;}.dedo-swipe.animacion {animation: dedo 5s infinite ease-in-out;}@keyframes dedo {25% {left: 75%;}50% {left: 50%;}75% {left: 25%;}}@keyframes dedosize {10% {font-size: 30px;}50% {font-size: 40px;}65% {font-size: 30px;}}