.scrollup {
    width: 43px;
    height: 43px;
    position: fixed;
    bottom: 40px;
    right: 22px;
    display: none;
    background-color: #14AAB4;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 3px;
    z-index: 100000;
    display: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: -2px 9px 16px -6px rgba(0,0,0,0.29);
    -moz-box-shadow: -2px 9px 16px -6px rgba(0,0,0,0.29);
    box-shadow: -2px 9px 16px -6px rgba(0,0,0,0.29);
    display: none;
}
.scrollup i {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 37px;
    font-size: 17px;
    width: auto;
    margin-top: -1px;
    margin-right: -3px;
}
.scrollup:hover {
    background: #5fc4cc;
}


.paddingMenu {
    padding-left: 30px;
    padding-right: 30px;

}



.LogoMenu {
    position: absolute;
    top: 25px;
}

/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #13959e;
    }*/
    .backWhite {
        background: #fff;
        border: 0;
    }




/*.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #14AAB4 !important;
    border-color: #14AAB4 !important;
    }*/

    .imgLogoResponcive{
        display: none;
    }

    .RutaNavega {
        background: #fff !important;
        margin-top: 30px;
    }
    .pathway {
        text-transform: uppercase;
        color: #545454;
        font-weight: bold;
    }
    .breadcrumb > .active .hasTooltip {
        padding-right: 2px;
        padding-left: 9px;
    }
    .copyright {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #D6D6D6;
        color: #444444;
        text-align: center;
        margin: 0 !important;
        font-size: 15px;
    }