/* Estilo personalizado */
html {
    min-height: 100%;

}

body {
    background-image: url(../imagens/fundo1.png);
    background-repeat: repeat;
    background-color: #131313;
}

.texto-sombra {
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
}

.itens {
    margin: 5px 5px 0px 5px;
}

.contentor {
    border: none;
    border-radius: 5px;
    background-color: #F0F0F0;
    margin-bottom: 20px;
}

.sombra {
    box-shadow: 0px 0px 10px #000000;
}

.conteudo {
    position: relative;
    padding: 15px;
}

.rodape {
    position: relative;
    bottom: 0px;
    width: 100%;
}

.botao-1 {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #0099FF;
    border-color: #C8C8C8;
    color: white;
    font-style: Arial;
}

.botao-azul {
    -webkit-box-shadow: 0px 1px 1px #666666;
    -moz-box-shadow: 0px 1px 1px #666666;
    box-shadow: 0px 1px 1px #666666;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    background: #ECAD0D;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: none;
    width: 100%;

}

.botao-azul:hover {
    background: #ECC30D;
    background-image: -webkit-linear-gradient(top, #ECC30D, #ECB40D);
    background-image: -moz-linear-gradient(top, #ECC30D, #ECB40D);
    background-image: -ms-linear-gradient(top, #ECC30D, #ECB40D);
    background-image: -o-linear-gradient(top, #ECC30D, #ECB40D);
    background-image: linear-gradient(to bottom, #ECC30D, #ECB40D);
    text-decoration: none;
}

/*Footer*/
.footer {
    color: #dadada;
    background: rgb(92, 51, 23);
    padding: 20px 0 30px;
    box-shadow: 0px 0px 8px #000000;
    margin-top: 40px;
    bottom: 0;
    width: 100%;
}

.footer.margin-top-0 {
    margin-top: 0;
}

.footer p,
.footer a {
    font-size: 14px;
}

.footer p {
    color: #dadada;
}

.footer a {
    color: #dadada;
    letter-spacing: -0.5px;
}

.footer a:hover {
    color: #dadada;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer h2,
.footer h3,
.footer h4 {
    color: #e4e4e4;
    background: none;
    text-shadow: none;
}

/*Footer Subsribe*/
.footer .footer-subsribe {
    width: 85%;
}

/*Footer Blog Posts*/
.footer .blog-list {
    margin: 0;
    padding: 0;
    color: #dadada;
    list-style: none;
}

.footer .blog-list li {
    padding: 0 0;
    margin-bottom: 7px;
}

.footer .blog-list li span {
    color: #818488;
}

.footer .dl-horizontal,
.footer .dl-horizontal:hover {
    border: none !important;
    background: none !important;
}

.footer .posts .dl-horizontal a {
    color: #dadada;
}

.footer .dl-horizontal a:hover {
    color: #a8f85f !important;
}

.footer .dl-horizontal img {
    border-color: #888 !important;
}

/*Copyright*/
.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: rgb(86, 42, 15);
    border-top: none;
}

.copyright p {
    color: #dadada;
    margin-top: 12px;
}

.copyright a {
    margin: 0 5px;
    color: #72c02c;
}

.copyright a:hover {
    color: #a8f85f;
}

.copyright a img {
    margin-top: 5px;
}

.headline h2, .headline h3, .headline h4 {
    border-color: rgb(92, 51, 23);
}

.footer h2, .footer h3, .footer h4 {
    border-color: rgb(86, 42, 15);

}

.btn-u.btn-u-blue {
    background: rgb(92, 51, 23);

}

.btn-u.btn-u-blue:hover, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue.active, .open .dropdown-toggle.btn-u.btn-u-blue {
    background: rgb(86, 42, 15);
    color: #FFF;
    box-shadow: 1px 1px #686868;
}

.imagemNoticia {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

#services-ctr .controls li.active, #services-ctr .controls li:hover {
    border-bottom: 1px solid rgb(92, 51, 23);
    color: rgb(92, 51, 23);
}

.dropdown-menu {
    font-size: 13px;
}

#financing-ctr .entities .mix .img-responsive {
    margin: 0 auto;
}

#financing-ctr .entities .mix img {
    border: 1px solid #eee;
}

#financing-ctr .entities .mix {
    margin-bottom: 30px;
}
