@import url(../icones/css/font-awesome.min.css);
body {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color: #535353;
}
body a {
    color: #535353;
}
body a:hover {
    text-decoration: none;
    color: #535353;
}
body .bannerFlutuante {
    max-width: 640px;
    height: auto !important;
    position: fixed;
    z-index: 10000;
    margin-left: -300px;
    margin-top: 120px;
    left: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
body .bannerFlutuante .fechar {
    position: absolute;
    margin-left: 551px;
    cursor: pointer;
}
body header {
    background: url("../images/linha-top.png") repeat-x top;
    padding-top: 24px;
    padding-bottom: 18px;
}
body header .container {
    border: red solid 0px;
}
body header .logo {
    border: red solid 0px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
body header .logo:before,
body header .logo:after {
    content: " ";
    display: table;
}
body header .logo:after {
    clear: both;
}
@media (min-width: 992px) {
    body header .logo {
        float: left;
        width: 16.6666666667%;
    }
}
@media (min-width: 1109px) {
    body header .logo {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 20% !important;
        margin-right: 6px;
        margin-top: 30px;
    }
}
@media (min-width: 1109px) and (min-width: 992px) {
    body header .logo {
        float: left;
        width: 16.6666666667%;
    }
}
body header .mainmenu {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    body header .mainmenu {
        float: left;
        width: 50%;
    }
}
body header .contato {
    border: red solid 0px;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 60px;
}
body header .contato:before,
body header .contato:after {
    content: " ";
    display: table;
}
body header .contato:after {
    clear: both;
}
@media (min-width: 992px) {
    body header .contato {
        float: left;
        width: 83.3333333333%;
    }
}
body header .contato p {
    line-height: 8px;
    font-size: 10px;
    text-align: right;
}
body header .contato p:nth-child(1) {
    color: #000000;
}
body header .contato:after {
    content: "";
    width: 43px;
    height: 43px;
    background: url("../images/icone-fone.png") no-repeat;
    top: 10px;
    right: 5px;
    float: right;
    position: absolute;
    display: inline-block;
}
body header .busca {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    body header .busca {
        float: left;
        width: 33.3333333333%;
    }
}
@media (min-width: 1109px) {
    body header .busca {
        float: right;
    }
}
@media (max-width: 1109px) {
    body header .busca {
        float: left;
        width: 100%;
    }
}
body header .busca .bt {
    float: left;
}
@media (max-width: 1109px) {
    body header .busca .bt {
        position: relative;
        float: left;
        width: 16.6666666667%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    body header .busca .bt:before,
    body header .busca .bt:after {
        content: " ";
        display: table;
    }
    body header .busca .bt:after {
        clear: both;
    }
}
body header .busca .cp {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 !important;
    text-align: right;
}
@media (min-width: 992px) {
    body header .busca .cp {
        float: left;
        width: 83.3333333333%;
    }
}
@media (max-width: 1109px) {
    body header .busca .cp {
        position: relative;
        float: left;
        width: 83.3333333333%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 5px;
    }
}
body header .busca input {
    padding: 10px !important;
    margin-right: -3px !important;
    width: 100%;
}
body header .busca button {
    background: #d3404a;
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 0;
    border: 0;
}
body .bannerSlide {
    margin-bottom: 30px;
}
footer .clientes {
    margin: 40px auto 20px auto;
}
footer .clientes h4 {
    font-size: 35px;
    font-weight: 300;
    color: #d3404a;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    footer .clientes h4 {
        float: left;
        width: 100%;
    }
}
footer .clientes .miniBanner {
    width: 267px;
    height: 130px;
    display: inline;
    float: left;
    margin: 9px;
}
footer div.content:nth-child(2) {
    background: #d3404a;
    padding: 30px 0;
    color: #ffffff;
    margin-bottom: 15px;
}
footer div.content:nth-child(2) ul {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    text-transform: uppercase;
    font-size: 12px;
}
@media (min-width: 992px) {
    footer div.content:nth-child(2) ul {
        float: left;
        width: 16.6666666667%;
    }
}
footer div.content:nth-child(2) ul:nth-child(2) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    footer div.content:nth-child(2) ul:nth-child(2) {
        float: left;
        width: 25%;
    }
}
footer div.content:nth-child(2) ul li {
    line-height: 25px;
}
footer div.content:nth-child(2) ul li:nth-child(1) {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 16px;
}
footer div.content:nth-child(2) ul li a {
    color: #ffffff;
}
footer div.content:nth-child(2) .depoimentos {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 100;
}
@media (min-width: 992px) {
    footer div.content:nth-child(2) .depoimentos {
        float: left;
        width: 33.3333333333%;
    }
}
footer div.content:nth-child(2) .depoimentos h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
}
footer div.content:nth-child(2) .depoimentos p {
    line-height: 24px;
}
footer .pagseguro {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    footer .pagseguro {
        float: left;
        width: 33.3333333333%;
    }
}
footer .assina {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    text-align: center;
    padding-top: 30px;
}
@media (min-width: 992px) {
    footer .assina {
        float: left;
        width: 33.3333333333%;
    }
}
footer .assina span {
    font-weight: 400;
    color: #d3404a;
}
footer .assina span:nth-child(1) {
    color: #e5e4e0;
}
footer .redes {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    margin-bottom: 30px;
    color: #e5e4e0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    footer .redes {
        float: left;
        width: 16.6666666667%;
    }
}
footer .redes ul {
    width: 100%;
    height: 35px;
    background-image: url("../images/redes.png");
    background-position: right;
    background-repeat: no-repeat;
    list-style: none;
}
footer .redes ul li > a {
    width: 32%;
    float: left;
    padding: 8px 10px;
    height: 35px;
}
footer .redes ul li:nth-child(1) > a {
    background-position: 1px 0;
}
footer .redes ul li:nth-child(2) > a {
    background-position: 800px 0;
}
footer #back-to-top.affix {
    bottom: 20px;
}
footer #back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}
footer .affix {
    position: fixed;
}
@media screen and (max-width: 1050px) {
    .carousel-indicators {
        display: none;
    }
    body {
        padding-top: 50px;
    }
    body .logo img {
        display: inherit;
    }
    body header .contato {
        width: 100%;
    }
    body header .contato:after {
        width: 0;
        height: 0;
        background: url();
    }
    body header .contato p {
        text-align: center;
    }
    body .categorias {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    body .categorias .navbar > {
        color: #ffffff;
    }
    body .categorias .navbar > .navbar-header {
        background: #d3404a;
        color: #ffffff;
    }
    body .categorias .navbar-default .navbar-brand {
        color: #ffffff;
    }
    body .categorias .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .bannerFlutuante {
        width: 98%;
        height: auto !important;
        position: fixed;
        z-index: 10000;
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0 !important;
        left: 0 !important;
    }
    .bannerFlutuante .fechar {
        position: absolute;
        margin-left: 100%;
        cursor: pointer;
        margin-left: 0 !important;
        margin-top: -23px;
        margin-right: 0;
        right: 15px;
    }
}
.container.clientes .bola {
    float: right;
    width: 95px;
}
.container.clientes .bola img {
    position: absolute;
    margin-top: 190px;
}
#slider {
    margin: 10px 0 2px 0;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    #slider {
        float: left;
        width: 100%;
    }
}
#slider .item {
    margin: 3px;
}
#slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-controls {
    top: -75px;
    position: absolute;
    right: 0px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #000000;
    cursor: pointer;
    background: none !important;
    margin: 10px 0;
    padding: 5px 0 0 15px;
    font-size: 18px;
}
body .boxClientes {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-width: 0 0px 0 1px;
    border-color: #eaeaea;
    border-style: solid;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    body .boxClientes {
        float: left;
        width: 25%;
    }
}
@media (min-width: 768px) {
    body .boxClientes {
        float: left;
        width: 25%;
    }
}
body .boxClientes:nth-child(4n + 1) {
    border-color: #ffffff;
    border-width: 0 0px 0 1px;
}
body .modal-header {
    background: #e5e4e0;
}
body .modal-header .modal-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
}
body .btn-danger,
body .btn-success {
    border-radius: 0;
}
body .modal-content {
    border-radius: 0;
}
body .listaProdutos .title,
body .categorias .title {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    padding: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    body .listaProdutos .title,
    body .categorias .title {
        float: left;
        width: 100%;
    }
}
body .listaProdutos .title.linha,
body .categorias .title.linha {
    background: #d3404a;
}
body .listaProdutos .title.lista,
body .categorias .title.lista {
    background: #e5e4e0;
    color: #000000;
}
body .listaProdutos .title.lista span,
body .categorias .title.lista span {
    font-weight: 300;
}
body .botaoLoad {
    float: none !important;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding: 0;
}
@media (min-width: 992px) {
    body .botaoLoad {
        float: left;
        width: 100%;
    }
}
body .btMaisRegistro {
    border: 0;
    border-radius: 0;
    padding: 15px 20px;
    font-weight: 700;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    background: #e5e4e0;
    text-transform: uppercase;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    margin-bottom: 40px;
}
body .btMaisRegistro.roxo {
    background: #e5e4e0 !important;
}
body .btMaisRegistro:hover {
    background: #d3404a;
    color: #fff;
}
body .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
}
body .barraCategoria {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
body .barraCategoria a {
    color: #ffffff;
}
@media (min-width: 992px) {
    body .barraCategoria {
        float: left;
        width: 100%;
    }
}
body .barraCategoria div {
    color: #ffffff;
    background: #d3404a;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}
body .barraCategoria div span {
    font-weight: 300;
}
body .maisCategorias {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    background: #e5e4e0;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
body .listaProdutos {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    body .listaProdutos {
        float: left;
        width: 75%;
        display: flex;
    flex-wrap: wrap;
    }
}
@media (min-width: 768px) {
    body .listaProdutos {
        float: left;
        width: 75%;
        display: flex;
    flex-wrap: wrap;
    }
}
body .listaProdutos ul.produtos {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    body .listaProdutos ul.produtos {
        float: left;
        width: 100%;
        display: flex;
    flex-wrap: wrap;
    }
}
body .listaProdutos ul.produtos.single .produto {
    width: 32%;
    margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
    body .listaProdutos ul.produtos.single .produto {
        width: 100%;
    }
}
body .listaProdutos ul.produtos.single .produto:nth-child(3n + 2) {
    margin-left: 14px;
    margin-right: 14px;
}
body .listaProdutos ul.produtos.single .produto figure {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: #e2e2e2 solid 0px;
    margin-bottom: 10px;
    min-height: 242px;
}
@media (min-width: 992px) {
    body .listaProdutos ul.produtos.single .produto figure {
        float: left;
        width: 100%;
    }
}
@media screen and (min-width: 1000px) {
    body .listaProdutos ul.produtos.single .produto figure {
        height: 242px !important;
        overflow: hidden;
    }
}
body .listaProdutos ul.produtos.single .produto .info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    body .listaProdutos ul.produtos.single .produto .info {
        float: left;
        width: 100%;
    }
}
body .listaProdutos ul.produtos.single .produto .info h1,
body .listaProdutos ul.produtos.single .produto .info h2 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-height: 60px;
}
body .listaProdutos ul.produtos.single .produto .info p {
    line-height: 16px;
}
body .listaProdutos .produto {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border: #e2e2e2 solid 1px;
    margin-bottom: 15px;
    padding: 10px;
}
@media (min-width: 992px) {
    body .listaProdutos .produto {
        float: left;
        width: 100%;
    }
}
body .listaProdutos .produto figure {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: #e2e2e2 solid 1px;
}
@media (min-width: 992px) {
    body .listaProdutos .produto figure {
        float: left;
        width: 50%;
    }
}
body .listaProdutos .produto .info {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    body .listaProdutos .produto .info {
        float: left;
        width: 50%;
    }
}
body .listaProdutos .produto .info h1,
body .listaProdutos .produto .info h2 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 25px;
}
body .listaProdutos .produto .info .chamada {
    min-height: 200px;
}
body .listaProdutos .produto .info p {
    font-weight: 100;
    line-height: 21px;
}
body .listaProdutos .produto .info .preco {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}
body .listaProdutos .produto .info .txt {
    font-size: 9px;
    margin: 0;
}
body .listaProdutos .produto .quantidade {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
}
@media (min-width: 992px) {
    body .listaProdutos .produto .quantidade {
        float: left;
        width: 50%;
    }
}
body .listaProdutos .produto .widget {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    body .listaProdutos .produto .widget {
        float: left;
        width: 50%;
    }
}
body .listaProdutos .produto .widget .pagseguro img {
    margin-top: 15px;
}
body .listaProdutos .produto .widget p {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    float: left;
}
body .categorias {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
body .categorias > .navbar-default {
    background: none;
}
@media (min-width: 992px) {
    body .categorias {
        float: left;
        width: 25%;
    }
}
@media (min-width: 768px) {
    body .categorias {
        float: left;
        width: 25%;
    }
}
body .categorias ul {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media (min-width: 992px) {
    body .categorias ul {
        float: left;
        width: 100%;
    }
}
body .categorias ul > li {
    padding: 9px 15px;
    display: block;
    border-bottom: #fff solid 1px;
}
body .categorias ul > li.ativo {
    color: #ffffff;
    background: #d3404a;
}
body .categorias ul > li:hover {
    color: #ffffff;
    background: #d3404a;
}
body .categorias ul > li:hover > a,
body .categorias ul > li.ativo > a {
    color: #ffffff;
}
body .categorias ul > li > ul {
    margin-left: -15px;
    margin-right: -15px;
}
body .categorias ul > li > ul:before,
body .categorias ul > li > ul:after {
    content: " ";
    display: table;
}
body .categorias ul > li > ul:after {
    clear: both;
}
body .categorias ul > li > ul > li > a {
    color: #d3404a;
}
.mascara {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
.mascara .alerta {
    background: #d3404a;
    border-radius: 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    left: 50%;
    top: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    z-index: 1;
}
select[name="quantidade"],
select[name="ordenar"] {
    float: right;
    margin-bottom: -20px;
    margin-top: -5px;
    display: block;
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
ul.icones {
    list-style: none;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 15px 0 15px;
    position: absolute !important;
}
@media (min-width: 992px) {
    ul.icones {
        float: left;
        width: 100%;
    }
}
ul.icones li {
    display: inline;
    width: 72px;
}
ul.icones li:nth-child(1) {
    float: right;
}
ul.icones li:nth-child(2) {
    float: left;
}
table.tabela {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}
@media (min-width: 992px) {
    table.tabela {
        float: left;
        width: 100%;
    }
}
table.tabela tr {
    background: #000000;
}
table.tabela tr:nth-child(odd) {
    background: #ececec;
}
table.tabela tr:nth-child(even) {
    background: #ffffff;
}
table.tabela tr.grid td {
    padding-top: 10px !important;
}
table.tabela tr td.botao {
    padding: 10px 15px 0px 15px;
}
table.tabela tr td.botao span {
    font-size: 22px;
    cursor: pointer;
}
table.tabela tr td.botao span[id="add"] {
    color: green;
}
table.tabela tr td.botao span[id="del"] {
    color: red;
}
table.tabela tr td:nth-child(1) {
    padding: 5px;
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    table.tabela tr td:nth-child(1) {
        float: left;
        width: 8.3333333333%;
    }
}
table.tabela tr td:nth-child(2) {
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    table.tabela tr td:nth-child(2) {
        float: left;
        width: 50%;
    }
}
table.tabela tr td:nth-child(3) {
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    table.tabela tr td:nth-child(3) {
        float: left;
        width: 16.6666666667%;
    }
}
table.tabela tr td:nth-child(4) {
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
}
@media (min-width: 992px) {
    table.tabela tr td:nth-child(4) {
        float: left;
        width: 16.6666666667%;
    }
}
table.tabela tr td:nth-child(5) {
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
}
@media (min-width: 992px) {
    table.tabela tr td:nth-child(5) {
        float: left;
        width: 8.3333333333%;
    }
}
table.lista {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}
table.lista:nth-child(3) {
    background: #ffffff;
}
table.lista:nth-child(3) tr td {
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: bold;
}
@media (min-width: 992px) {
    table.lista {
        float: left;
        width: 100%;
    }
}
table.lista tr td {
    font-size: 12px;
    padding-top: 10px !important;
}
table.lista tr td:nth-child(1) {
    background: #d3404a;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    table.lista tr td:nth-child(1) {
        float: left;
        width: 8.3333333333%;
    }
}
table.lista tr td:nth-child(2) {
    background: #d3404a;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    table.lista tr td:nth-child(2) {
        float: left;
        width: 50%;
    }
}
table.lista tr td:nth-child(3) {
    background: #d3404a;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    table.lista tr td:nth-child(3) {
        float: left;
        width: 16.6666666667%;
    }
}
table.lista tr td:nth-child(4) {
    background: #d3404a;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
}
@media (min-width: 992px) {
    table.lista tr td:nth-child(4) {
        float: left;
        width: 16.6666666667%;
    }
}
table.lista tr td:nth-child(5) {
    background: #d3404a;
    color: #ffffff;
    padding: 5px;
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
}
@media (min-width: 992px) {
    table.lista tr td:nth-child(5) {
        float: left;
        width: 8.3333333333%;
    }
}
body .singleNews h1 {
    color: #e5e4e0;
    font-size: 22px;
    margin: 0;
}
body .singleNews span {
    color: #d3404a;
    font-size: 12px;
    font-weight: bold;
}
body .singleNews .chamada {
    font-style: italic;
}
body .listaNoticias {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    body .listaNoticias {
        float: left;
        width: 75%;
    }
}
@media (min-width: 768px) {
    body .listaNoticias {
        float: left;
        width: 75%;
    }
}
body .listaNoticias ul {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
}
@media (min-width: 992px) {
    body .listaNoticias ul {
        float: left;
        width: 100%;
    }
}
@media (min-width: 768px) {
    body .listaNoticias ul {
        float: left;
        width: 100%;
    }
}
body .listaNoticias ul li {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    border-bottom: #d4d4d4 dashed 1px;
    padding-bottom: 20px;
}
body .listaNoticias ul li h1 {
    color: #e5e4e0;
    font-size: 22px;
    margin: 0;
}
body .listaNoticias ul li span {
    color: #d3404a;
    font-size: 12px;
    font-weight: bold;
}
body .listaNoticias ul li label {
    margin-top: 15px;
    text-align: right;
    background: #e5e4e0;
    color: #ffffff;
    padding: 5px 10px;
    float: right;
}
body .sideNoticias {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    body .sideNoticias {
        float: left;
        width: 25%;
    }
}
@media (min-width: 768px) {
    body .sideNoticias {
        float: left;
        width: 25%;
    }
}
body .sideNoticias .miniNews {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}
@media (min-width: 992px) {
    body .sideNoticias .miniNews {
        float: left;
        width: 100%;
    }
}
body .sideNoticias .miniNews span {
    color: #d3404a;
    font-size: 10px;
}
body .sideNoticias .miniNews p {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    border-bottom: #d4d4d4 dashed 1px;
    padding-bottom: 7px;
}
body .sideNoticias .barraCategoria {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    body .sideNoticias .barraCategoria {
        float: left;
        width: 100%;
    }
}
body .sideNoticias .barraCategoria div {
    color: #ffffff;
    background: #d3404a;
    padding: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
body .sideNoticias .barraCategoria div span {
    font-weight: 300;
}
body #frmContato .form-control {
    margin: 0 0 15px 0;
    min-height: 50px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
body #frmContato .form-control.select {
    height: 50px;
}
body .btn-primary {
    border: 0;
    border-radius: 3px;
    padding: 15px 20px;
    font-weight: 700;
    width: 100%;
    font-weight: 500;
    background: #d3404a;
    text-transform: uppercase;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    margin-bottom: 40px;
}
body .btn-primary:hover {
    background: #000;
}
body .infoContato h2 {
    margin: 0;
    color: #d3404a;
}
body .infoContato h2:nth-child(5) {
    margin-top: 30px;
}
body .infoContato p {
    line-height: 0.5em !important;
}
header #navegacao > #navegacao_content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    border: green solid 0px;
    padding: 0;
}
@media (min-width: 992px) {
    header #navegacao > #navegacao_content {
        float: left;
        width: 100%;
    }
}
header #navegacao > #navegacao_content .navbar {
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: #ffffff;
    margin-bottom: 0;
    min-height: 20px;
}
@media screen and (max-width: 1044px) {
    header #navegacao > #navegacao_content .navbar {
        background-color: #e5e4e0;
    }
}
header #navegacao > #navegacao_content .navbar .navbar-nav > .active > a {
    background: #d3404a;
    color: #ffffff;
}
header #navegacao > #navegacao_content .navbar .navbar-nav > .open > a:hover,
header #navegacao > #navegacao_content .navbar .navbar-nav > .open > a:focus,
header #navegacao > #navegacao_content .navbar .navbar-nav > .open > a {
    background-color: #000000;
    color: #ffffff;
}
header #navegacao > #navegacao_content .navbar .dropdown-menu {
    padding: 0 0;
    background-color: #d3404a;
    border: 0;
}
header #navegacao > #navegacao_content .navbar .dropdown-menu > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #ffffff;
    padding: 10px 10px;
}
header #navegacao > #navegacao_content .navbar .dropdown-menu > li > a i {
    margin-right: 5px;
}
header #navegacao > #navegacao_content .navbar .dropdown-menu > li > a:hover {
    background-color: #000000;
    color: #ffffff;
}
header #navegacao > #navegacao_content .navbar .navbar-toggle {
    margin-top: 14px;
    border-radius: 0;
    background-color: #000;
    border-color: #000;
    float: left;
    margin-left: 10px;
}
header #navegacao > #navegacao_content .navbar .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
header #navegacao > #navegacao_content .navbar .navbar-collapse {
    padding: 0;
}
header #navegacao > #navegacao_content .navbar .navbar-collapse > .navbar-right {
    margin-right: 0;
}
header #navegacao > #navegacao_content .navbar .navbar-collapse > .navbar-right > li > a {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    min-height: 64px;
}
header #navegacao > #navegacao_content .navbar .navbar-collapse > ul.navbar-nav {
    width: 100%;
}
@media screen and (max-width: 1044px) {
    header #navegacao > #navegacao_content .navbar .navbar-collapse > ul.navbar-nav {
        margin: 0;
    }
}
header #navegacao > #navegacao_content .navbar .navbar-collapse > ul.navbar-nav > li.home .fa {
    margin-right: 8px;
}
header #navegacao > #navegacao_content .navbar .navbar-collapse > ul.navbar-nav > li:nth-child(6) > a:after {
    background: none;
}
header #navegacao > #navegacao_content .navbar .navbar-collapse > ul.navbar-nav > li > a {
    font-size: 98%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
}
@media screen and (max-width: 1044px) {
    header #navegacao > #navegacao_content .navbar .navbar-collapse > ul.navbar-nav > li > a {
        color: #ffffff;
    }
}
header #navegacao > #navegacao_content .navbar .navbar-collapse > ul.navbar-nav > li > a:hover {
    background: #d3404a;
    color: #ffffff;
}
header #navegacao > #navegacao_content .navbar .navbar-collapse > ul.navbar-nav > li > a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    right: 0px;
    top: calc(50% - 10px);
    background: #cecece;
    opacity: 0.4;
}
/*# sourceMappingURL=style.css.map */
