﻿@media all and (min-width: 1502px) {
    .mobile-only {
        display: none !important;
    }

    #barra-superior {
        height: 190px;
        background: #888B8D;
    }

    #btnMenu {
        position: relative;
        margin-top: 106px;
        margin-right: 49px;
        display: inline-block;
    }
}

@media all and (max-width: 1501px) {
    .desktop-only {
        display: none !important;
    }

    #barra-superior {
        height: 100px;
        background: #888B8D;
    }

    #btnMenu {
        position: relative;
        margin-top: 35px;
        margin-right: 25px;
        display: inline-block;
    }
}

@font-face {
    font-family: 'InstrumentSans-Bold';
    src: url('fonts/InstrumentSans-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'InstrumentSans-BoldItalic';
    src: url('fonts/InstrumentSans-BoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'InstrumentSans-Italic';
    src: url('fonts/InstrumentSans-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'InstrumentSans-Medium';
    src: url('fonts/InstrumentSans-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'InstrumentSans-MediumItalic';
    src: url('fonts/InstrumentSans-MediumItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'InstrumentSans-Regular';
    src: url('fonts/InstrumentSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'InstrumentSans-SemiBoldItalic';
    src: url('fonts/InstrumentSans-SemiBoldItalic.woff2') format('woff2');
}

@font-face {
    font-family: 'InstrumentSans-SemiBold';
    src: url('fonts/InstrumentSans-SemiBold.woff2') format('woff2');
}

body {
    font-family: 'InstrumentSans-Regular', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    background: white;
    color: white;
    overflow-x: hidden;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.Bold {
    font-family: 'InstrumentSans-Bold', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.BoldItalic {
    font-family: 'InstrumentSans-BoldItalic', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.Italic {
    font-family: 'InstrumentSans-Italic', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.Medium {
    font-family: 'InstrumentSans-Medium', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.MediumItalic {
    font-family: 'InstrumentSans-MediumItalic', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.Regular {
    font-family: 'InstrumentSans-Regular', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.SemiBoldItalic {
    font-family: 'InstrumentSans-SemiBoldItalic', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.SemiBold {
    font-family: 'InstrumentSans-SemiBold', arial, sans-serif;
    font-weight: normal;
    font-style: normal;
}

#header-triangulos {
    background-image: url('images/header-triangulos-logo.png');
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
    z-index: 98;
    width: 460px;
    height: 471px;
    display: inline-block;
}

#logo-bk-header {
    position: relative;
    top: 106px;
    left: 39px;
}

#footer-logos {
    margin-top: 90px;
    background: #fbfbfb;
    padding-bottom: 20px;
}

.footer-logo-1 {
    height: 100px;
}

.footer-logo-2 {
    height: 75px;
}

.footer-linha div {
    background-position: center center;
    background-repeat: no-repeat;
}

.logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo-bk-footer {
    background-image: url('images/logo-bk-footer.png');
}

#logo-consultoria-footer {
    background-image: url('images/logo-consultoria-footer.png');
}

#logo-servicos-footer {
    background-image: url('images/logo-servicos-footer.png');
}

#logo-corretora-footer {
    background-image: url('images/logo-corretora-footer.png');
}

#footer-principal {
    background: #B22A2E;
    color: white;
    padding-bottom: 75px;
}

@media (min-width: 1650px) {
    .detalhe-footer {
        display: block !important;
    }
}


#detalhe-footer-esq {
    background-image: url('images/detalhe-footer-esq.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 277px;
    width: 149px;
    position: absolute;
    height: 360px;
}

#detalhe-footer-dir {
    background-image: url('images/detalhe-footer-dir.png');
    background-repeat: no-repeat;
    background-position: right top;
    height: 361px;
    width: 178px;
    position: absolute;
    height: 360px;
    right: 0;
}

#quadro-certificados {
    padding-top: 65px;
}

.container-certificado {
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coluna-dados-footer {
    padding-top: 50px;
}

#tabela-telefones {
    width: 100%;
    margin-bottom: 29px;
}

.label-telefone {
    padding-left: 13px;
    padding-bottom: 7px;
}

.numero-telefone {
    letter-spacing: 1.5px;
    padding-bottom: 7px;
}

.titulo-footer {
    margin-bottom: 10px;
}

a:link {
    color: white;
    text-decoration: underline;
}

a:visited {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a:active {
    color: white;
    text-decoration: underline;
}

.texto-footer {
    margin-bottom: 8px;
    margin-left: 13px;
}

.subtitulo-footer {
    text-decoration: underline;
}

#menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(136, 137, 138, 0.8);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: hidden;
}

#menu-superior {
    height: 400px;
    background: white;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

#menu-mobile {
    height: 3000px;
    background: white;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 350px;
}

#header-triangulo-menu {
    background-image: url('images/header-triangulo-menu.png');
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 603px;
    height: 613px;
    display: inline-block;
    z-index: 1001;
}

#logo-bk-menu {
    position: relative;
    top: 100px;
    left: 50px;
}

.btnFecharMenu {
    display: inline-block;
    position: absolute;
    right: 0;
    margin-top: 50px;
    margin-right: 53px;
}

.menu-principal-desktop {
    margin-left: 625px;
    margin-top: 85px;
    width: 730px;
}

.menu-principal-mobile {
    margin-left: 25px;
    margin-top: 85px;
}

.menu-principal {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    color: black;
}

    .menu-principal a {
        font-size: 24px;
        color: #231F20;
        text-decoration: none;
    }

        .menu-principal a:hover {
            color: #F32735;
        }

        .menu-principal a:active {
            color: #F32735;
        }

.coluna-menu-principal {
    padding-left: 25px;
    max-height: 275px;
}

.separador-coluna-menu-principal {
    border-left: 1px solid #F5F5F5;
}

.item-menu {
    margin-bottom: 10px;
}

.menu-principal a::after {
    content: url('images/icone-link-menu.png');
    display: inline-block;
    position: relative;
    top: 5px;
    left: 8px;
}

.menu-principal a:hover::after {
    content: url('images/icone-link-menu-ativo.png');
}

.menu-principal a:active::after {
    content: url('images/icone-link-menu-ativo.png');
}

.modal {
    --bs-modal-border-radius: 0;
}

#privacidade {
    color: black;
}

    #privacidade a:link {
        color: #F32735;
        text-decoration: underline;
    }

    #privacidade a:visited {
        color: #F32735;
        text-decoration: underline;
    }

    #privacidade a:hover {
        color: #F32735;
        text-decoration: underline;
    }

    #privacidade a:active {
        color: #F32735;
        text-decoration: underline;
    }

.sumario tr {
    border-bottom: 1px solid #edbcbe;
}

.sumario td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.titulo-privacidade {
    margin-top: 25px;
    margin-bottom: 10px;
}

#privacidade li {
    margin-bottom: 5px;
}

#privacidade .atualizacao {
    margin-top: 20px;
    text-align: right;
}

#privacidade .indicador-empresa {
    text-align: center;
}

#btnTopoDesktop {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 50px;
    margin-right: 50px;
}

    #btnTopoDesktop img {
        float: right;
        height: 100px;
        -webkit-filter: drop-shadow(5px 5px 5px #222);
        filter: drop-shadow(5px 5px 5px #222);
    }


#btnTopoMobile {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

    #btnTopoMobile img {
        float: right;
        height: 50px;
        -webkit-filter: drop-shadow(5px 5px 5px #222);
        filter: drop-shadow(5px 5px 5px #222);
    }

.overlay-submenu {
    top: -30px;
    position: relative;
    padding-top: 30px;
}

.submenu {
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 10px #a6a6a6);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}