/*Theme Name: Livo by Increase*/



.display-4{font-size:34pt !important; font-weight: bold !important}
.side-content ul{padding:0 !important;}
.side-content ul li{list-style: none;margin-bottom: 10px;}
.white-bg{background: #FFF !important}
.bg-theme{background: #F33853 !important}
#menu-header-menu a{color:#000 !important}

.img-layer:after {
    content: ' ';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.5);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
 }

.display-3 {
    line-height: 3rem !important;
}
input.hide{
    display: none !important;
}
.mt-10{margin-top: 15px;}
.form-titulo{font-size: 18px; font-weight: bold;}