﻿#cookieConsent {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
}

.lang-container {
}

.color-c {
    color: #019893;
    transition: all 0.2s linear 0.2s;
}

.navbar-brand .color-c:hover {
    color: #2d4492;
}

.logo {
    height: 60px;
    width: 60px;
}

.card-info-title {
    color: #019893;
}

.description, .section-about, .section-agents {
    text-align: justify;
}

.privacy {
    text-align:justify;
}

@media (hover:none), (hover:on-demand) {
    .logo {
        height: 30px;
        width: 30px;
    }

    .navbar-brand > span {
        font-size: 0.8rem !important;
    }

    .navbar-default {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        /*        line-height:0.8;
*/
    }

    .navbar-default.navbar-reduce {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        /*        line-height:0.5;
*/
    }

    .navbar-default > div > .navbar-brand {
        margin-left: 15% !important;
    }

    .navbar-default.navbar-reduce > div > .navbar-brand {
        margin-left: initial !important;
    }
}
