/*-----------------------------------
# HEADER
------------------------------------*/


/*Pop-up*/

.combo-01 #popup .destaque-popup {
    position: relative;
    z-index: 1;
}

.combo-01 #popup-bg {
    width: 100%;
    height: 100%;
    background: rgba(14, 13, 13, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    opacity: 0.95;
}

.combo-01 #popup {
    width: 100%;
    height: 725px;
    position: fixed;
    top: 20%;
    z-index: 999999999999;
    text-align: center;
}

.combo-01 #popup #fechar {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    z-index: 5;
    text-indent: -99999px;
    right: 0;
}


/*End Pop-up*/

.header_top {
    background-color: #00003a;
    text-align: right;
    padding: 9px 0;
}

.header_top a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    font-size: 1.875rem;
}

.header_top .lang {
    display: none;
}

.header_top .lang a {
    background: #199e8f;
    padding: 0 10px;
    margin: 0 2px;
    font-size: 26px;
    font-weight: 500;
}

.header_top .lang a:hover {
    background: #3b5bd3;
}

.header_top a small {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
}

.header_top .sep {
    width: 2px;
    height: 21px;
    background-color: #fff;
    margin: -1px 15px;
    display: inline-block;
}

.header_principal {
    background-color: #f8f8f8;
    padding: 17px 0;
}

.header_principal .logo {
    display: block;
    text-indent: -99999px;
    width: 369px;
    height: 77px;
    background-image: url('../../img/logo.png');
}

.header_principal .col:first-child {
    max-width: 376px;
}

.header_principal .col:last-child {
    max-width: 635px;
}

@media (max-width: 940px) {
    .header_top {
        text-align: center;
    }
}

@media (max-width: 616px) {
    .header_top .lang {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 470px) {
    .header_top a {
        font-size: 1.3em;
    }
}

@media (max-width: 380px) {
    .header_top .sep {
        display: none;
    }
    .header_top a {
        width: 100%;
        display: block;
        margin: 10px 0;
        font-size: 16px;
        text-align: left;
    }
    .header_top a:first-child {
        width: 100%;
    }
    .header_top a small {
        font-size: 16px;
    }
    .header_top .container {
        display: flex;
        flex-wrap: wrap;
    }
    .header_principal .logo {
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .header_top .lang {
        display: none;
    }
    .header_top .lang a {
        display: block;
        font-size: 14px;
        padding: 4px 10px;
        margin: 0 2px;
    }
}