.oxalis_navbar {
    z-index:                    1000;
    position:                   sticky;
    top:                        0;
    left:                       0;
}
.oxalis_navbar_brand {
    background-image:                   url("../img/oxalis_logo.svg");
    background-position:                -2.8rem center;
    background-repeat:                  no-repeat;
    background-color:                   transparent;
    border:                             unset;
    background-size:                    60% 60%;
    padding-left:                       2.2rem;
    color:                              #19b5f1!important;
}
.oxalis_navbar_brand:hover, a.text-primary:hover {
    color:                              #19b5f1!important;
}

.oxalis_images, .image_collaborative {
    width:                              100%;
    height:                             auto;
}

.block_icons {
    height:                             2.4rem;
    width:                              100%;
    background-repeat:                  no-repeat;
    background-position:                center center;
    background-size:                    2.2rem;
}
.icon_code {
    background-image:                   url("../img/icon_code.svg");
}
.icon_hosting {
    background-image:                   url("../img/icon_hosting.svg");
}
.icon_data {
    background-image:                   url("../img/icon_data.svg");
}
.icon_speed {
    background-image:                   url("../img/icon_speed.svg");
}

.icon_knowledge {
    background-image:                   url("../img/icon_knowledge.svg");
}
.icon_project {
    background-image:                   url("../img/icon_project.svg");
}
.contact {
    color:                              #00a8e7;
}
.dropdown-menu {
    border:                             none;
}
.md-section-gray {
    background-color:                   #f7f7f7;
}
.md-section-white {
    background-color:                   #fff;
}