.sidebar {
    z-index: 9999;
}
.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 80vh;
    padding-top: 0;
}
#settings-trigger{
    bottom: 52px;
}
.soloweb{
    display: block;
}
@media(max-width:910px){
    .soloweb{
        display: none;
    }
}
.btnmenu{
    width: 95%;
    margin-bottom: 15px;
    margin-left: 7px;
    margin-right: 3px;
}
.solomovil{
    display: none;
}
@media(max-width:910px){
    .solomovil{
       	display: block;
    	margin-bottom: -12px;
    }
}
.text-info {
    color: #f02632 !important;
}
.footer {
    margin-left: 240px;
}
@media(max-width:767px){
    .footer{
        margin-left: 0px;
    }
}
@media (max-width: 767px){
.portfolio-grid figure {
    width: 100%;
}
}
.wizard > .steps > ul > li {
    width: 16.50%;
}
.wizard > .steps a {
    font-size: 8px;
}
.wizard > .content {
    overflow: auto;
}
.portfolio-grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    background: #01010185;
    text-align: center;
    cursor: pointer;
}
.portfolio-grid figure.effect-text-in h4, .portfolio-grid figure.effect-text-in p {
    text-shadow: 2px 2px 7px #6d367e;
}
.portfolio-grid figure.effect-text-in {
    border-radius: 1.05rem;
    box-shadow: -5px 7px 13px 2px #7e7e7ea3, 3px -1px 5px 3px #ececec;
}
.mixcolor{
    border-color: #6045ec;
    background: linear-gradient(135deg, #8a1e90 0%, #d120bfbd 25%, #83a3ff 63%, #03ff8e 100%);
}
