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

/*.redi__contenedor{
    bottom: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    z-index: 1002;
}*/

.redi__contenedor .ficha-texto {
    vertical-align: middle;
    display: table-cell;
    z-index: 1008;
}

.redi__contenedor ul#grupoA li.list-group-item {
    color: #fff;
    /*font-family: 'Barmeno', sans-serif;*/
    font-size: 26px;
    font-weight: 600;
    display: table;
    background: transparent;
    height: 145px;
    position: relative;
    border: 2px dashed #ad123c;
    margin: 10px 0px 50px 0px;
    z-index: 1006;
    border-radius: 10px;
}

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

.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: #016D38;
    /*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 #016D38;*/
    border:none;
    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 #FFDC5D 2px;*/
    border: 2px dashed #016D38;
    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/pattern.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: #49a5aa;
}

.redi__contenido {
    position: relative;
    max-width: 900px;
}

/*.redi__cuerpo {
    display: block;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    overflow: auto;
}*/

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