/*Google*/
/*.gsc-search-button {
    background: url("../images/lupa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}*/

/* Banner */
header .bg-banner {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: #d3d3d3;
    background-image: url(../images/fundo_header.jpg);
    background-origin: padding-box, padding-box;
    background-position: center 0;
    background-repeat: no-repeat, repeat-x;
    background-size: auto auto, auto auto;
}

/* Menu */
.menu-principal, .bg-menu-principal {
    background-color: #790e11;
}

.menu-principal li.nav-item  {
    float: left;
    position: relative;
}

.menu-principal-dropdown {
    background-color: white;
}

.menu-principal-dropdown .dropdown-item{
    padding-left: 45px;
}

.menu-principal-dropdown .dropdown-item:hover {
    color: #720b0f;
    width: 100%;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #eeeeee;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}

.multi-column-dropdown li {
    color: #720b0f;
}

.multi-column-dropdown li a {
    border-bottom-style: solid;
    border-bottom-width: 0;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 20px;
    text-align: left;
    width: 100%;
    color: #720b0f;
}

.menu-principal li.nav-item a.nav-link {
    color: white;
    font-size: 18px;
}

@media (min-width: 768px) {
    .menu-principal-dropdown {
        width: 260px;
    }

    .menu-principal li.nav-item a.nav-link {
        min-width: 180px;
        --padding: 5px 10px;
    }
}

@media (max-width: 768px) {
    header a.logo-principal {
        text-align: center;
        display: block;
    }
}

/* Footer */
footer .rodape {
    background-color: #c4c1bb;
}

footer .rodape-linha1 a {
    color: #720b0f;
}

footer .rodape-linha2 a {
    color: #4e4e4e;
}

footer .rodape-linha3, footer .rodape-linha3 a {
    color: #720b0f;
}

footer .rodape-linha3 span a {
    color: #4e4e4e;
}

/* Home */
div.oferecimento h2 {
    color: #720b0f
}

div.oferecimento td a{
    color: black;
}

div.banners-pequenos a:hover {
    outline-color: #710b10;
}

/* Pagina Estatica */
div.conteudo-generico {
    color: #4E4E4E;
}
div.conteudo-generico h3, h4, h5 {
    color: #720b0f;
}
div.conteudo-generico p {
    font-size: 14px;
    color: #000000;
    padding-top: 20px;
}
div.conteudo-generico input, div.conteudo-generico textarea {
    border: 1px solid #720b0f;
}
div.conteudo-generico input[type="button"],
div.conteudo-generico input[type="submit"],
div.conteudo-generico input[type="reset"],
div.conteudo-generico a.botao {
    background-color: #720b0f;
    border: 1px solid #720b0f;
}