.navbar {
    text-align: center;
    width: 100%;
    position: fixed;
    display: block;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid lightgray;
    /*box-shadow: -1px 2px 10px lightgray;*/
}

img.logotop {
    width: 90%;
    max-width: 170px;
    display: inline-block;
    /*float: left;*/
}

img.logosis {
    display: inline-block;
    /*float: right;*/
    max-width: 118px;
}
span.descsisi, span.versisisi {
    font-size: .5rem;
    float: right;
}

.contnav {
    display: block;
    width: 90%;
    margin: auto;
}

.row.containerlogin {
    top: 10vh;
    position: relative;
    text-align: center;
    margin: auto;
    width: 90%;
}

img.imglogincarpetas {
    width: 95%;
}

.logologin {
    width: 150px;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}
.cajalogin {
    display: block;
    box-shadow: 0px 0px 9px 2px #9f9f9f;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    height: 308px;
    background: white;
}

.secfondo {
    background: url(../img/carpetas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.leyendainicia h4 {
    font-size: .9rem;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #b29667;
}

.btn-success {
    color: #fff;
    background-color: #00685e;
    border-color: transparent;
}
.form-group.has-float-label {
    margin: 7px;
}

li.datoUs {
    padding-top: 70px;
}
li.datoUs i {
    color: #006050;
}

.redondeado {
    font-size: 1rem !important;
    text-align: center !important;
    padding: 5px 10px;
    line-height: initial;
    border-radius: 0 !important;
    background: unset;
    width: 100%;
    display: block;
    background: #02695f;
}
.redondeado h4 {
    font-size: .8rem;
    text-align: left;
    margin: 0;
    padding: 5px 10px;
    color: white;
}
.row {
    margin: 0;
}

.colsecciontit {
    background: #02695f;
    padding: 5px 30px;
    font-size: 1.2rem;
    color: white;
    position: relative;
    border-radius: 50px;
    height: 66px;
}
.btnsright {
    display: block;
    float: right;
    position: relative;
    /* top: -27px;*/
    color: #fff;
    margin-right: 5px;
}
.btnsright a{
    text-decoration: none;
    color:#fff;
}
button.btn.btn-righflo {
    font-size: .8rem;
    padding: 2px 5px;
    border-radius: 14px;
}
button.btn.btn-righflo a {
    color: #02695f;
}
button.btn.btn-righflo a {
    color: #02695f;
    text-decoration: none;
}
button.btn.btn-righflo a:hover {
    color: #b29667;
}

.btn-success:hover {
    color: #fff;
    background-color: #b29667;
    border-color: transparent;
}
section.seccionmenu {
    margin-bottom: 40px;
    border: 0;
}

.rowfmwhite {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    display: flex;
    margin: auto;
}

.tablausuarios {
    display: block;
    margin: auto;
    width: 90%;
    margin-top: 30px;
}

tr.headertabla {
    background: #02695f;
    color: white;
    font-size: .9rem;
}
tr:nth-child(even) {
    background: #b79c7029;
}

.icontrash a, .idconedit a {
    text-decoration: none;
}
.icontrash i {
    color: #ffffff;
    font-size: 15px;
    background: #02695f;
    display: block;
    padding: 6px;
    border-radius: 100%;
}
.idconedit i {
    color: #ffffff;
    font-size: 15px;
    background: #b29667;
    display: block;
    padding: 6px;
    border-radius: 100%;
}
h4 {
    font-size: 1.2rem;
}
.row.fulw {
    width: 100%;
}