/*reset */
/* @font-face{
    font-family:ProximaNova-Bold;
    src: url('ProximaNova-Bold.otf');
}
@font-face{
    font-family:ProximaNova-Regular;
    src: url('ProximaNova-Regular.otf');
} */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html{
    height: 100%;
}
body {
    line-height: 1;
    height:100%;
    position: relative;
    margin: 0px;
    font-family: 'Univia Pro', sans-serif !important;
    color: #898989;
}
ol, ul {
    list-style: none;
    padding: 0px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em {
    font-style: italic;
}
u {
    text-decoration:underline;
}
s {
    text-decoration:line-through;
}
strong {
    font-weight: bold;
}

i {
    font-style: italic;
}
a {
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.clear {
  clear:both;
}
.alinhamento{
    width: 1000px;
    margin: 0px auto;
    padding: 0 2rem;
}
.container{
    height: 100%;
}
.tamanho{
    height: 100%;
}
#container{
    min-height: 100%;
}
/* fim reset */

header{
    text-align: center;
    background-color: #751a2d;
    background: url(../img/site_01.png);
    height: 675px;
}

.logo{
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
}

.aglomerado {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pedido{
    text-align: center;
    padding: 17px;
    margin-top: -3px;
    background-color: hsl(160.7, 90.8%, 12.7%);
    color: #fff;
}
.pedido p{
    color: white;
    font-size: 24px;
    font-weight: 200;
}
.pedido img{

}
.form_pedido{
    background-color: #e7e7e7;
    padding: 40px 0px 40px 0px;
    text-align: center;
}
.form_pedido form{
    width: 800px;
    margin: 0 auto;
}

form label {
    font-weight: 200;
    font-size: 15px;
}

.cardPedido {
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: 5px;
}

.cardPedido .cardPedidoHeader {
    background-color: #b51f28;
    padding: .5rem;
    color: white;
    font-weight: 200;
    border-radius: 5px;
    cursor: pointer;
}

.cardPedido .cardPedidoBody {
    background-color: white;
    padding: .5rem 1.5rem 2rem 1.5rem;
    text-align: left;
    border-radius: 5px;
    height: 0;
    overflow: hidden;
    transition: all ease .5s;
}

.cardPedidoAtivo .cardPedidoBody {
    height: auto;
}

form input, form textarea {
    border: none !important;
    resize: none !important;
    padding: .8rem !important;
    border-radius: 5px !important;
    box-shadow: 0 0 .5rem rgb(0 0 0 / 13%) !important;
}

.form_pedido form button{
    background: #b51f28;
    color: white;
    padding: 8px 60px;
    font-size: 18px;
    border: 0;
    border-radius: 5px;
    font-weight: 200;
    cursor: pointer;
    outline: none;
    margin-top: 15px;
}

.form_pedido form button:hover{
    background: rgb(111, 25, 42);
    transition: all 0.2s ease-in-out;
}
/* barra de rolagem*/
::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 5px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background-color: #751a2d;  @include filter-gradient(#751a2d, #751a2d, horizontal)  @include background-image(linear-gradient(left,  #751a2d 0%,#b6354f 50%,#751a2d 100%))
    border-radius: 10px;
}
/* fim barra de rolagem */

.lista {
    background: #b51f28;
    text-align: center;
    padding: 17px;
}

.lista p{

color: white;

font-size: 23px;

font-weight: 300;
}
.listagem_pedidos{
    background: url(../img/site_17.png);
    padding: 40px 0px 40px 0px;
    text-align: center;
}
.listagem_pedidos button{background: #3f5827;color: white;border: 0;padding: 8px;font-size: 21px;border-radius: 4px;font-weight: 300;cursor: pointer;padding-left: 15px;padding-right: 15px;margin-top: 10px;}
footer{
    background-color: hsl(160.7, 90.8%, 12.7%);
    color: #fff;
}
footer p{

padding: 20px;

text-align: center;
}
.noneLink{display:none;}

#content_pedidos li {
    background: #f5f5f5;
    display: block;
    margin-bottom: 10px;
        word-wrap: break-word;
}

#content_pedidos ol {
    background: #ffffff;
    padding: 0px 15px 15px 15px;
}

#content_pedidos ol p {
    padding-top: 16px;
    text-align: left;
}

#content_pedidos li .content_pedidos_titulo {
    background: #4a672f;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    font-weight: 300;
    padding: 16px;
    text-align: left;
}

#content_pedidos li .content_pedidos_titulo span {text-align: right;}

#content_pedidos button {
    background: #49662E;
    margin-top: 20px;
}

#content_pedidos button:hover {
    background: #425e29;
}


.noneLink{display:none;}

.mensagems{
    border: 1px solid #67932d;
    padding: 15px;
    text-align: center;
    margin-top: 10px;
    color: #67932d;
    border-radius: 3px;
    font-size: 17px;
    background: rgb(231, 232, 231);
}
.iasidisd{
    float: right;
    margin-top: 12px;
}
#searchbox{
        margin-top: 25px;
    padding: 10px;
    width: 500px;
    border: 1px solid #49672e;
    border-radius: 4px;
}
.busca{
    text-align: center;
}