/* #navigation{
    margin-top: 20%;
} */
#navigation .card{ 
    background: transparent;
}

#navigation .card .card-header button {
    color: #fff;
}

#navigation .card .card-body a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.03);
}


#navigation .card .card-body {
    padding: 8px 8px 8px 30px;
}

#slider-footer{
    position:fixed;
    padding: 0.2rem 1.25rem !important;
    bottom:53px;
    height:40px;
    width:100%;
    background:transparent;
    color: #72b23b;
}
.footer{
    position:fixed;
    bottom:-20px;
    left:0px;
    width:100%;
}
.text-footer{
    font-size: 0.8rem !important;
    color: rgb(0, 0, 0);
}
/* Inicio Cambios esteticos SIGOBWEB */
.card-header{
    padding: 0.2rem 1.25rem !important;
}
.list-group-item {
    padding: 0.5rem 1.25rem !important;
    font-size: 0.9rem;
}

#img-carousel{
    width: 100% !important;
}

/* Inicio estyle boton cambiar base de datos */
#shape {
    stroke-width: 6px;
    fill: transparent;
    stroke: #72b23b;
    stroke-dasharray: 108 400;
    stroke-dashoffset: -279;
    transition: 1s all ease;
}
.svg-wrapper {
    margin-top: 0;
    position: relative;
    width: 200px;
    /*make sure to use same height/width as in the html*/
    height: 40px;
    display: inline-block;
    border-radius: 3px;
}
.svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #72b23b;
}
#text{
    margin-top: -23px;
    text-align: center;
}
/* Fin estyle boton cambiar base de datos */

/* Fin Cambios esteticos SIGOBWEB */

