ul,li {list-style: none;}
h1 {font-family: 'lust_pro_demino_5';}
h2 {
    font-family: 'grenale2w03-nmlbdregular';
    font-size: 32px;
    line-height: 40px;
}
h3 {
    font-family: 'grenale2w03-nmlbdregular';
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}

footer a,
.info a,
input,
textarea,
p {
    font-family: 'grenale2w03-nmlregularregular';
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}
input {margin-bottom: 20px;}
input,
textarea {
    padding: 7px 13px;
    border: 1px solid #000;
    color: #969696;
}
input,
button,
textarea {border-radius: 7px;}
button {
    font-family: 'grenale2w03-nmlbdregular';
    font-size: 20px;
    line-height: 25px;
    margin: 27px 0;
    padding: 10px;
    border: 0;
    color: #ffffff;
    background-color: #96bdc5;
}
.btn {
    font-family: 'grenale2w03-nmlbdregular';
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    background-color: #96bdc5;
    color: #ffffff;
    padding: 10px 75px;
    transition: all .5s ease-in-out;
}

input,
button,
textarea {width: 100%;}
.lista-itens,
.lista-itens02,
.lista-itens02 li,
.lista-itens .descricao,
.lista-itens02 .descricao,
header,
#presentear,
#presentear .row,
.encomenda > .row,
.contato > .row,
#informacao .info li,
footer,
footer .row,
.menu li,
.menu {
    display: flex;
}

.btn:hover {background-color: #397f8e;}
img {width: 100%;}
.row {
    width: 100%;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}
#loader {
    width: 45px;
    margin: 27px auto;
    display: block;
    transform: translateX(330%);
}
#formulario .msg-form {margin-top: 25px;}
#formulario .msg-form p {text-align: center;}
#formulario .msg-form .sucesso {color: #257339;}
/* BANNER */
#banner.lista {
    background: url('../img/ico/bg-banner.gif') repeat scroll 0 0;
}
#banner.lista img {position: absolute;}

/* LISTA DE PRODUTOS */
.lista-itens {
    position: relative;
    flex-flow: row wrap;
    justify-content: space-around;
}
.lista-itens02 {
    position: relative;
    flex-flow: column nowrap;
    justify-content: space-around;
}
.lista-itens li {
    max-width: 270px;
    flex-basis: 30%;
}
.lista-itens02 li {
    justify-content: space-between;
    margin-bottom: 70px;
}

.lista-itens img {
    margin-bottom: 18px;
}
.lista-itens .descricao {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;        
}
.lista-itens02 .descricao {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.lista-itens .descricao p,
.lista-itens02 .descricao p {margin-bottom: 20px;}

.lista-itens h3,
.lista-itens02 h3 {
    margin-bottom: 15px;
}

/* FOTO COM LEGENDA */
.legenda {
    position: relative;
    margin-bottom: 35px;
}
.legenda figcaption {
    font-family: 'grenale2w03-nmlbdregular';
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0,.16);
    position: absolute;
    width: 100%;
    max-width: 340px;
    background-color: #deb079;
    bottom: 45px;
    right: -10px;
    color: #000000;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    padding-left: 12px;      
}
.legenda figcaption::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('../img/legenda-canto-dir.png');
    width: 56px;
    height: 57px;
    top: 5px;
    right: -46px;
}