/* Geral */

/* Margins */
.c-mr-10 {
    margin-right: 10px;
}

.c-mb-20 {
    margin-bottom: 20px;
}

.c-mb-30 {
    margin-bottom: 30px;
}

.c-mb-40 {
    margin-bottom: 40px;
}

.c-ml-40 {
    margin-left: 40px;
}

/* Paddings */
.c-p-0 {
    padding: 0px !important;
}

.c-pt-40 {
    padding-top: 40px !important;
}

.c-pb-40 {
    padding-bottom: 40px !important;
}

/* Settings */
.c-green-hover:hover {
    color: #76a430 !important;
}

/* Breadcrumbs */
.c-breadcrumbs-title {
    font-size: 30px;
}

/* Videos */
.popup-youtube .video-icon {
    background-color: #76a430 !important;
}

.popup-youtube .video-icon i {
    color: #FFF !important;
}

@media only screen and (max-width: 1260px) {
    .top-bar-contact-list {
        max-width: 600px !important;
    }

    .top-bar-contact-list {
        line-height: 18px;
    }
}

@media only screen and (max-width: 870px) {
    .top-bar-contact-list {
        max-width: 400px !important;
    }

}

@media only screen and (max-width: 991px) {

    header .navbar .navbar-brand .mobile-logo,
    header .sidebar-nav-menu .navbar-brand .mobile-logo {
        margin-top: 0px;
        height: 77px;
    }
    .page-title-small h1 {
        font-size: 22px;
        line-height: 24px;
    }
    
}