.sliderCircular__container {
    display: grid;
    grid-template-columns: 100%;
    gap: 10px;
    overflow: hidden;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 767px) {
    .sliderCircular__container {
        max-width: 1000px;
        overflow: visible;
        grid-template-columns: auto 1fr;
    }
}

.sliderCircular__container img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.slider-wrapper {
    width: 390px;
    margin: 30px auto 0;
    position: relative;
    transform: scale(.9);
}

@media (max-width: 767px) {
    .slider-wrapper {
        transform: scale(.7);
        left: -26px;
    }
}

@media (max-width: 400px) {
    .slider-wrapper {
        left: -50px;
    }
}


.rotatescroll img {
    vertical-align: middle;
    border: 2px solid #016d38;
}

.rotatescroll img,
.rotatescroll .overview li {
    border-radius: 50%;
}

/* Tiny Circleslider */

.rotatescroll {
    position: relative;
    height: 390px;
    width: 390px;
    padding: 40px;
    overflow: hidden;
}

.rotatescroll .viewport {
    /* width: 390px; */

    height: 390px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    pointer-events: none;
    background-color: #ffdc5d;
}

.rotatescroll .overview {
    /* position: absolute; */
    position: relative;
    width: 798px;
    list-style: none;
    left: 0;
    top: 0;
    margin: -20px 0 0 -20px;
    padding: 0;
    z-index: 0;
}

.rotatescroll .overview li {
    height: 342px;
    width: 342px;
    float: left;
    position: relative;
    padding: 15px;
    margin: 4px 0 0 4px;
}

.rotatescroll .overlay {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 390px;
    width: 390px;
    background: url("../../img/interactivos/slider-circular/slider5.svg") 0 0 no-repeat;
}

.rotatescroll .overlay-interaction {
    background: url("../../img/interactivos/slider-circular/slider5.svg") 0 0 no-repeat;
    z-index: 0;
}

.rotatescroll [class*="-hovered"] {
    z-index: 1;
}

/*  https://mathiasbynens.be/notes/css-escapes  */
.rotatescroll .slideno\(1\),
.is-slide1-hovered {
    transform: rotate(0deg);
}

.rotatescroll .slideno\(2\),
.is-slide2-hovered {
    transform: rotate(72deg);
}

.rotatescroll .slideno\(3\),
.is-slide3-hovered {
    transform: rotate(144deg);
}

.rotatescroll .slideno\(4\),
.is-slide4-hovered {
    /*transform: rotate(135deg);*/
    transform: rotate(216deg);
}

.rotatescroll .slideno\(5\),
.is-slide5-hovered {
    transform: rotate(288deg);
}


element.style {
    top: 158.953px;
    left: 39.2788px;
}

.rotatescroll .thumb {
    touch-action: none;
    -ms-touch-action: none;
    position: absolute;
    top: 6px;
    cursor: pointer;
    /* left: 137px; */
    left: 177px;
    width: 20px;
    height: 20px;
    z-index: 200;
    background: #ffdc5d;
    border: 3px solid #016d38;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.rotatescroll .dot {
    left: inherit !important;
    top: 0 !important;
    z-index: 100;
    text-align: center;
    overflow: hidden;
    position: absolute;
    /* top: 0; */

    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%;
}

/*.rotatescroll .dot span {
     display: none; 
  }*/

.rotatescroll .dot:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    border-left: 2px solid #016d38;
    height: 42px;
    /* display: table-cell; */
}

.char1 {
    transform-origin: center !important;
}

.dot-3 .char1 {
    transform: rotate(180deg) !important;
}

.rotatescroll .text {
    padding-top: 20px;
}

.rotatescroll .flip.text {
    padding-top: 30px;
    top: 20px !important;
}

.rotatescroll .flip.text span {
    top: 14px !important;
}

.rotatescroll .active .flip.text span {
    top: 20px !important;
}

.rotatescroll .active h1 div.text {
    color: #fff;
    padding: 20px;
    height: 8px !important;
}

.rotatescroll .active h1 div.text:hover {
    color: #fff;
    text-shadow: none;
}

.rotatescroll h1 span {
    line-height: 0.35;
    white-space: pre;
    overflow: visible;
    padding: 0px;
}

.rotatescroll .flip {
    transform: rotate(180deg)
}

.rotatescroll .dot h1 {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 200%;
    transform: skewY(0deg) rotate(37deg);
    margin: 0;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    line-height: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.rotatescroll .dot-1 {
    transform: rotate(324deg) skewY(0deg);
}

.rotatescroll .dot-2 {
    transform: rotate(36deg) skewY(0deg);
}

.rotatescroll .dot-3 {
    transform: rotate(108deg) skewY(0deg);
}

.rotatescroll .dot-4 {
    transform: rotate(180deg) skewY(0deg);
}

.rotatescroll .dot-5 {
    transform: rotate(252deg) skewY(0deg);
}

/*=== imagen derecha ===*/

.columna-derecha {
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 0;
}

@keyframes bounceIn1 {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn2 {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn3 {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn4 {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.escena-01 {
    animation: bounceIn1 1s;
}

.escena-02 {
    animation: bounceIn2 1s;
}

.escena-03 {
    animation: bounceIn3 1s;
}

.escena-04 {
    animation: bounceIn4 1s;
}

.imgEscena {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.sliderCircular__content {
    display: none;
    padding: 0 20px 15px;
    border-radius: 15px;
}

.sliderCircular__content .sliderTitle {
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2px;
    margin-bottom: 20px;
    padding: 5px 20px;
}

.sliderCircular__content.contentEscena1 {
    background-color: #ecffe7;
    border: 2px dashed #43c11f;
}

.sliderCircular__content.contentEscena1 .sliderTitle {
    background-color: #43c11f;
    color: #fff;
}

.rotatescroll .dot-1 h1 span {
    background: #43c11f !important;
}

.sliderCircular__content.contentEscena2 {
    background-color: #fff8e6;
    border: 2px dashed #ffc000;
}

.sliderCircular__content.contentEscena2 .sliderTitle {
    background-color: #ffc000;
    color: #fff;
}

.rotatescroll .dot-2 h1 span {
    background: #ffc000 !important;
}

.sliderCircular__content.contentEscena3 {
    background-color: #fff0e3;
    border: 2px dashed #f07f13;
}

.sliderCircular__content.contentEscena3 .sliderTitle {
    background-color: #f07f13;
    color: #fff;
}

.rotatescroll .dot-3 h1 span {
    background: #f07f13 !important;
}

.sliderCircular__content.contentEscena4 {
    background-color: #e2ffef;
    border: 2px dashed #00b050;
}

.sliderCircular__content.contentEscena4 .sliderTitle {
    background-color: #00b050;
    color: #fff;
}

.rotatescroll .dot-4 h1 span {
    background: #00b050 !important;
}

.sliderCircular__content.contentEscena5 {
    background-color: #fff0e7;
    border: 2px dashed #ffa366;
}

.sliderCircular__content.contentEscena5 .sliderTitle {
    background-color: #ffa366;
    color: #fff;
}

.rotatescroll .dot-5 h1 span {
    background: #ffa366 !important;
}

.sliderCircular__content p {
    font-size: 22px;
    text-align: center;
    color: #333;
}

#escena {
    width: 100%;
}

.escena-01 .contentEscena1 {
    display: block;
}

.escena-02 .contentEscena2 {
    display: block;
}

.escena-03 .contentEscena3 {
    display: block;
}

.escena-04 .contentEscena4 {
    display: block;
}

.escena-05 .contentEscena5 {
    display: block;
}

.listPrimary {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.listPrimary li {
    position: relative;
    padding-left: 40px;
    font-size: .9rem;
}

.listPrimary li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ffdc5d;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
}

.sliderCircular__container .bold {
    font-weight: bold;
}

.sliderCircular__container .primary {
    color: #ffdc5d;
}

.sliderCircular__container .text-center {
    text-align: center;
    display: flex;
    align-items: center;
}

.sliderCircular__container p {
    margin-bottom: .3rem;
    font-size: .9rem;
}

/*=== FIN REDI  ===*/