@font-face {
    font-family: 'Conv_GIZGravurPro-Cond';
    src: url('../fonts/GIZGravurPro-Cond.eot');
    src: local('☺'), url('../fonts/GIZGravurPro-Cond.woff') format('woff'),
        url('../fonts/GIZGravurPro-Cond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_GIZGravurPro-CondBold';
    src: url('../fonts/GIZGravurPro-CondBold.eot');
    src: local('☺'), url('../fonts/GIZGravurPro-CondBold.woff') format('woff'),
        url('../fonts/GIZGravurPro-CondBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.font-brand-normal {
    font-family: 'Conv_GIZGravurPro-Cond' !important;
}

.font-brand-bold {
    font-family: 'Conv_GIZGravurPro-CondBold' !important;
}

body {
    background-color: #ffffff;
    height: 100% !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

div.backgrop {
    
    background-image: url('../images/world-map.png');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100% !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    position: fixed;
    top: 0px;
    left: 0px;
}

main {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
}

.language .header-card {
    width: 260px;
    height: 90px;
    background-image: url(../images/bgr-top-inverted.png);
    background-repeat: no-repeat;
    background-size: 66%;
}

.logo-adjust {
    margin-left: -26px;
}

.symbol {
    top: 20px;
    left: 50%;
    z-index: 999;
}

.symbol img {
    left: -50%;
}

.public {
    border-top: 8px solid #f2b327;
    border-radius: .25rem 0px 0px .25rem;
}

.public a {
    background-color: #f2b327;
    color: white;
}

.public a:hover {
    background-color: #ffbd40;
}

.private {
    border-top: 8px solid #1c5d8c;
    border-radius: 0px .25rem .25rem 0px;

}

.private a {
    background-color: #1c5d8c;
    color: white;
}

.private a:hover {
    background-color: #3b9ade;
}

.category span {
    line-height: 23px;
    display: block;
}

.category {
    color: #494949;
    font-weight: 600;
    font-size: 20px;
}

/** White **/
.color-white,
input.color-white::placeholder,
input.color-white:focus,
.color-white-hover:hover {
    color: white;
}

.border-white {
    border-color: white;
}

.bg-brand-01 {
    /* background-color: rgba(0, 132, 182, 0.1); */
    /* background-color: rgba(238, 240, 241, 0.75); */
}

.bg-brand-02 {
    background-color: rgba(255, 255, 255, 0.9);
}

.logo-brand {
    width: 100%;
    max-width: 260px;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-brand img:first-child {
    margin-left: -42px;
    filter: drop-shadow(0px 0px 8px #FFFFFF);
    -webkit-filter: drop-shadow(0px 0px 8px #FFFFFF);
    -moz-filter: drop-shadow(0px 0px 8px #FFFFFF);
}

.logo-brand img:last-child {
    margin-top: 33px;
    width: 160px;
}

.bg-white-hover:hover {
    background-color: white;
}

.bg-blue,
.bg-blue-hover:hover {
    background-color: #4c9be0;
}


.bg-soft-blue,
.bg-soft-blue-hover:hover {
    background-color: #408bc1;
}

.border-soft-blue {
    border-color: #408bc1;
}

.border-soft-blue:not(:disabled):not(.disabled).active,
.border-soft-blue:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #408bc1 !important;
    border-color: #408bc1;
}

.bg-red,
.bg-red-hover:hover {
    background-color: #e12727;
}

.bg-soft-red,
.bg-soft-red-hover:hover {
    background-color: #f03f3f;
}

.bg-green,
.bg-green-hover:hover {
    background-color: #9fad35;
}

.bg-soft-green,
.bg-soft-green-hover:hover {
    font-family: 'Conv_GIZGravurPro-Cond' !important;
    background-color: #b5c33c;
}

.color-soft-blue {
    color: #408bc1;
}

.bg-dark-blue,
.bg-dark-blue-hover:hover {
    background-color: #282c37;
}

.border-dark-blue {
    border-color: #282c37;
}

.color-dark-blue {
    color: #282c37;
}

.bg-yellow,
.bg-yellow-hover:hover {
    background-color: #ecd42b;
}

.bg-soft-yellow,
.bg-soft-yellow-hover:hover {
    background-color: #f2b327;
}

.bg-dark-yellow,
.bg-dark-yellow-hover:hover {
    background-color: #f39425;
}

a.link-lang {
    width: 100%;
    max-width: 260px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.7);
    background-color: rgba(28, 93, 140, 0.9);
    font-family: 'Conv_GIZGravurPro-Cond' !important;
    font-weight: lighter !important;
    font-size: 20px;
    margin: 5px 0px 5px 0px;
    padding: 12px 10px 11px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

a.link-lang:hover {
    text-decoration: none !important;
    background-color: rgba(250, 166, 26, 0.9);
    color: rgba(28, 93, 140, 0.7);
    text-shadow: -1px 1px 1px rgba(255, 255, 255, 0.5);
}

a.link-back {
    width: 100%;
    max-width: 250px;
    text-align: center;
    display: block;
    color: #555555;
    font-family: 'Conv_GIZGravurPro-CondBold' !important;
    font-size: 17px;
    margin: 15px 0px 0px 0px;
    padding: 15px 10px 0px 10px;
    border-top: 1px dotted rgba(0, 0, 0, 0.1) !important;
}

a.link-lang-en {
    background-color: #519DD6 !important;
    border-color: #519DD6 !important;
    color: #ffffff !important;
    border-width: 2px;
}

a.link-lang-en:hover {
    background-color: #ffffff !important;
    color: #519DD6 !important;
}

a.link-lang-es {
    background-color: #ef8f00 !important;
    border-color: #ef8f00 !important;
    color: #ffffff !important;
    border-width: 2px;
}

a.link-lang-es:hover {
    background-color: #ffffff !important;
    color: #ef8f00 !important;
}

a.link-lang-br {
    background-color: #A2C000 !important;
    border-color: #A2C000 !important;
    color: #ffffff !important;
    border-width: 2px;
}

a.link-lang-br:hover {
    background-color: #ffffff !important;
    color: #A2C000 !important;
}

a.link-lang-bh {
    background-color: #79a821 !important;
    border-color: #79a821 !important;
    color: #ffffff !important;
    border-width: 2px;
}

a.link-lang-bh:hover {
    background-color: #ffffff !important;
    color: #79a821 !important;
}


a.link-lang-de {
    background-color: #F0B900 !important;
    border-color: #F0B900 !important;
    color: #ffffff !important;
    border-width: 2px;
}

a.link-lang-de:hover {
    background-color: #ffffff !important;
    color: #F0B900 !important;
}

div.terms-div {
    max-width: 260px !important;
}

div.terms-area {
    max-height: 450px;
    overflow-y: scroll;
}