.elementor-kit-8 {
    --e-global-color-primary: #016D38;
    --e-global-color-secondary: #FFDC5D;
    --e-global-color-text: #333333;
    --e-global-color-accent: #333333;
    --e-global-color-80a67ef: #FAFAFA;
    --e-global-color-109a5f5: #FFD439;
    --e-global-color-9e2a6a1: #02D46F;
    --e-global-color-60badbd: #F2F2F2;
    --e-global-color-26399bb: #EEEEEE;
    --e-global-color-a0d7e5c: #FFFFFF;
    --e-global-color-ae95809: #E70000;
    --e-global-color-3ea0a1f: #0C1B68;
    --e-global-color-715cc08: #FFDC5D4F;
    --e-global-color-0851515: #016D383B;
    --e-global-color-6979075: #0B848A;
    --e-global-color-d907f91: #F9CB54;
}

.mauto {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 900px;
}

.redi__contenedor {
    /* bottom: 0; */
    /* left: -100%; */
    /* overflow: auto; */
    /* padding: 15px; */
    position: fixed;
    /* right: 100%; */
    top: 0;
    width: 100%;
    -webkit-transition: all .8s;
    transition: all .8s;
    z-index: 1002;
}

.redi__contenedor .ficha-texto {
    vertical-align: middle;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1008;
    list-style: none;
    text-align: center;
}

.redi__contenedor .ficha-texto img {
    width: 30%;
    height: auto;
    filter: invert(1);
}

.redi__contenedor .ficha-texto p.starter {
    text-align: center;
}

.redi__contenedor ul#grupoA li.list-group-item {
    color: #fff;
    font-family: 'Roboto';
    font-size: 21px;
    font-weight: 600;
    display: flex;
    align-items: center;
    background: transparent;
    height: 145px;
    position: relative;
    border: 2px dashed #016d38;
    margin: 10px 0px 50px 0px;
    z-index: 1006;
    border-radius: 10px;
}

.redi__contenedor ul#grupoA li.active:after {
    background: #016d38;
}

.redi__contenedor ul#grupoA li.active {
    color: #fff;
}

@media (max-width: 767px) {
    .redi__contenedor ul#grupoA li {
        min-width: 100px;
        width: 100%;
    }

    .redi__contenedor ul#grupoA li.list-group-item {
        font-size: 16px;
        width: 107px;
    }
}

@media (max-width: 500px) {
    .redi__contenedor ul#grupoA li {
        width: 100px;
        height: 100px;
    }
}

.redi__contenedor ul#grupoB li {
    color: #49a5aa;
    font-family: 'PT Sans', sans-serif;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 400;
    display: table;
    background-color: #fff;
    background-size: 10px;
    background-repeat: repeat;
    max-width: 450px;
    width: 100%;
    height: 145px;
    position: relative;
    border: 2px dashed rgb(73, 165, 170);
    padding-left: 20px;
    margin: 10px 0px 50px 0px;
    z-index: 1006;
    border-radius: 10px;
    list-style: none;
}

@media (max-width: 767px) {
    .redi__contenedor ul#grupoB li {
        padding-left: 10px;
        font-size: 18px;
    }
}

.redi__contenedor ul#grupoB li:after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: solid #49a5aa 2px;
    border-radius: 10px;
    background: transparent;
    box-shadow: 9px 9px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.redi__contenedor ul#grupoB li.active:after {
    background: #49a5aa;
}

.redi__contenedor ul#grupoB li.active.pareja0:after {
    background: #f47920;
}

.redi__contenedor ul#grupoB li.active.pareja1:after {
    background: #705f75;
}

.redi__contenedor ul#grupoB li.active.pareja2:after {
    background: #49a5aa;
}

.redi__contenedor ul#grupoB li.active.pareja3:after {
    background: #8eb936;
}

.redi__contenedor ul#grupoB li.active.pareja4:after {
    background: #f1626e;
}

.redi__contenedor ul#grupoB li.active.pareja5:after {
    background: #f9a01b;
}

.redi__contenedor ul#grupoB li.active {
    color: #fff;
}

.redi__contenedor ul#grupoA {
    padding-left: 0px;
    max-width: 150px;
    /* margin: auto; */
}

.redi__contenedor ul#grupoA li.list-group-item:after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: solid #016d38 2px;
    border-radius: 10px;
    background-color: #016d38;
    /*background-image: url(../img/r1-contenedorC.png);*/
    background-repeat: repeat;
    box-shadow: 9px 9px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: -1;
    color: #000;
}

.redi__contenedor ul#grupoA li.active:after {
    background: #49a5aa;
}

.redi__contenedor ul#grupoA li.active.pareja0:after {
    background: #f47920;
}

.redi__contenedor ul#grupoA li.active.pareja1:after {
    background: #705f75;
}

.redi__contenedor ul#grupoA li.active.pareja2:after {
    background: #49a5aa;
}

.redi__contenedor ul#grupoA li.active.pareja3:after {
    background: #8eb936;
}

.redi__contenedor ul#grupoA li.active.pareja4:after {
    background: #f1626e;
}

.redi__contenedor ul#grupoA li.active.pareja5:after {
    background: #f9a01b;
}

.redi__contenedor ul#grupoA li.active {
    color: #fff;
}

.redi__contenedor ul#grupoB {
    padding-left: 0px;
}

.redi__contenedor .link-line {
    background-color: #016d38;
}

@media (max-width: 500px) {
    .redi__contenedor .link-line {
        display: none;
    }

}

.ficha-texto p {
    display: list-item;
    text-align: left;
    margin: 0;
}