   
.list-style li:hover {
    padding-left: 40px;
}
.list-style li {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    font-weight: 600;
}

.list-style li:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #99e5e1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
}
.butn:after {
    content: none;
    position: absolute;
    border-radius: 4px;
    bottom: 6px;
    left: 0;
    height: 2px;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
    width: 0;
    background: #01bfb3;
    height: 100%;
    top: 0;
    z-index: 1;
}

.dTitulSub{
    font-size: 26px;
    line-height: normal;
    font-weight: 500;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
.dTitulSub:after{
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #01bfb3;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}
[data-overlay-dark]:before {
            /*background: #01bfb3;*/
            background: #039e94;
            background: -moz-linear-gradient(top, #039e94 0%, #039e91 31%, #02b5a8 54%, #01bfb2 64%, #01bfb2 70%, #01bfb2 76%, #01bfb2 89%, #01bfb2 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, #039e94), color-stop(31%, #039e91), color-stop(54%, #02b5a8), color-stop(64%, #01bfb2), color-stop(70%, #01bfb2), color-stop(76%, #01bfb2), color-stop(89%, #01bfb2), color-stop(100%, #01bfb2));
            background: -webkit-linear-gradient(top, #039e94 0%, #039e91 31%, #02b5a8 54%, #01bfb2 64%, #01bfb2 70%, #01bfb2 76%, #01bfb2 89%, #01bfb2 100%);
            background: -o-linear-gradient(top, #039e94 0%, #039e91 31%, #02b5a8 54%, #01bfb2 64%, #01bfb2 70%, #01bfb2 76%, #01bfb2 89%, #01bfb2 100%);
            background: -ms-linear-gradient(top, #039e94 0%, #039e91 31%, #02b5a8 54%, #01bfb2 64%, #01bfb2 70%, #01bfb2 76%, #01bfb2 89%, #01bfb2 100%);
            background: linear-gradient(to bottom, #039e94 0%, #039e91 31%, #02b5a8 54%, #01bfb2 64%, #01bfb2 70%, #01bfb2 76%, #01bfb2 89%, #01bfb2 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#039e94', endColorstr='#01bfb2', GradientType=0 );
        }
        .titlep{
            font-size: 16px;
            text-align: justify;
        }
        /*Estilos miga de pan*/
        .page-title-section ul li a {
            color: #01bfb3;
            font-size: 14px;
            font-weight: 500;
        }
        .page-title-section ul li:after {
            content: '\f105';
            font-weight: 700;
            vertical-align: bottom;
            color: #4c4b4b;
            font-family: Font Awesome\ 5 Free;
            padding: 0 10px;
        }
        .page-title-section ul {
            margin-bottom: 15px;
            margin-top: 15px;
            text-align: left;
        }/*Estilos miga de pan*/

        .list-style2 li {/*Estilos lista sin enlace*/
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: justify;
}
.list-style2 li:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #4154628a;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
}
.dImgSoluciones{
    max-width: 100%;
    height: 100%;
    width: auto;
    object-fit: cover;
}
.dTitMenu{
    font-size: 20px;
}
.dMenuSoluciones{
    background: #eceaea;
    padding: 15px;
    border-radius: 5px;
    max-height: 280px;
    box-shadow: 0px 0px 15px #4c4c4c;
    max-width: 22% !important;
    margin-right: 3%;
}
/* Estilos Tablas*/
.TableTitle{
            font-size: 20px;
            margin-bottom: 0;
            text-align: center;
        }
        .table td, .table th {
            padding: 0.25rem;
            font-size: 9px;
        }
        .dLeft{
                float: left;
                width: 100%;
                display: block;
                overflow: hidden;
                position: relative;
                box-sizing: content-box;
                font-size: 10px;
                max-width: 32%;
                margin-right: 10px;
                margin-bottom: 10px;
                overflow-x: auto;
        }
        footer {
            width: 100%;
            float: left;
        }
        @media (max-width: 815px){
            .dLeft{
                width: 100%;
                max-width: 100%;
            }
        }