/****** custom css #dias ******/
 

.inner-title:before {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(34, 34, 34, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(34, 34, 34, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0.9) 100%);
    filter: contrast(70%) !important;
    pointer-events: none;
    margin-bottom: 40px
}

 
.image-bg p, .image-bg span, .image-bg li {
    color: #ffffff;
    font-size: 14px;
}


#flutuar{ 
    text-align: center;
    color:  #ad7522 !important;
    border-color: #ad7522 !important; 
} 

@media all and (min-width: 767px) {

    #flutuar{
        position: fixed;
        z-index: 10 !important; 
        right: 0 !important;
        top: 100px !important;
    }

}

.background-image-holder.fadeIn {

    top: 0px !important;
}