/* Cliente styles
================================================== */


.bg-dark{background-color:#3e3c98!important}

.txt-span{color:#fbef08; font-weight:bold}

.footer-copy{
    padding: 40px 0px;
    border-top: 1px solid#5a6db3;
}

.btn-primary{color:#fff;background-color:#3e3c98;border-color:#5a6db3}
.btn-primary:hover{color:#fff;background-color:#5a6db3;border-color:#3e3c98}


.about-img{
    position: relative;
    z-index: 222;
    padding: 2px;
    margin-bottom:25px;
}

.about-img:after{
    position: absolute;
    content:"";
    right: 0px;
    bottom:0px;
    width: 150px;
    height: 150px;
    background: #5a6db3;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 5px #f6f6f6;
    box-shadow:  0px 0px 5px #f6f6f6;
}
.about-img:before{
    position: absolute;
    content:"";
    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
    background: #5a6db3;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 5px #f6f6f6;
    box-shadow:  0px 0px 5px #f6f6f6;
}


/*Visibilidad*/
.hidden{display:none;visibility:hidden}
.visible-phone{display:none!important}
.visible-tablet{display:none!important}
.hidden-desktop{display:none!important}@media(max-width:767px){.visible-phone{display:inherit!important}.hidden-phone{display:none!important}.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}}@media(min-width:768px) and (max-width:979px){.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}}@media(max-width:480px)
