#header{
	font-size:1rem;
	font-weight:400;
}
.topHeader{

    width:100%;
    display: flex;

    padding: 5px 0;
}
.lng{
    color:#2d374b;
}
.logos-header{
    position:fixed;
    top:10px;
    right:20px;
    float:right;
    width: 280px;
    height: 100px;
}

.footer-logo{
    max-width: 190px;
    width: 100%;
    display: inline-block;
}
.footer-text{
    color:#d1d4d7;
    font-size: 0.9rem;
}
.text-justify{
    text-align: justify; 
    text-justify: inter-word;
}
.card-body .label{
    padding: 5px 20px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0b61c6;
    background-image: url(../img/backgrounds/bg-footer.png);
}
.footer-content .row{
    min-height: 15rem;
}
.lncc-info{
    border-right: 3px solid #ffffff !important;
}