/*

body {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    background: #fff;
    color: #191919;
}
.barra-inicial {
    -webkit-text-size-adjust: 100%;
    font-size: 13px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 30px;
    color: #191919;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    text-transform: uppercase;
    height: 41px;
    transition: height .2s;
    overflow: hidden;
    margin-top: 0 !important;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.09);
}
.fundo-secundario * {
    color: #191919;
}
.conteiner-principal .conteiner {
    box-shadow: none;
}
html .busca input {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-weight: normal;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    transition: border linear .2s,box-shadow linear .2s;
    margin: 0;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
    max-width: 100%;
    width: 100%;
    text-transform: uppercase;
    border: 0;
    border-radius: 2px;
    padding: 0 48px 0 15px;
    height: 48px;
    font-size: 11px;
    background: #f0f0f0;
    color: #555;
}
html .busca input:focus{
    border-color: #222;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.busca {
    webkit-text-size-adjust: 100%;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #191919;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    background: none;
    border: 0;
}
.busca .botao-busca{
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    margin: 0;
    -webkit-appearance: button;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    line-height: normal;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    border: 0;
    background: 0;
    color: #666666;
    font-size: 16px;
}
.busca .botao-busca:hover {
    color: #666666;
}

*/