.home #banner {
    min-height: 700px;
    background-image: url('../img/banner-home.jpg');
    background-size: cover;
    background-position: center top;
}

.home h1 {
    color: #ffffff;
    font-size: 120px;
    line-height: 144px;
    width: 580px;
    text-align: center;
    margin: 0 auto;
    padding-top: 235px;
    
}

h1 span {
    font-family: 'grenale2w03-nmlbdregular';
    background-color: #ffffff;
    padding: 8px 35px 2px;
    font-size: 30px;
    line-height: 38px;
    color: #6b5039;
}
.home h2 {text-align: center;}

#produtos h2,
#eventos h2 {margin-bottom: 93px;}
#produtos .row {
    border-top: 6px solid #deb079;
    padding-top: 95px;
    padding-bottom: 150px;
}
.home #produtos .descricao {min-height: 260px;}

#presentear {
    background-image: url('../img/para-presentear.jpg');
    background-position: center center;
    background-size: cover;
    height: 450px;
    color: #ffffff;
}
#presentear .row {
    position: relative;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
#presentear h2 {margin-bottom: 40px;}
#presentear p {max-width: 650px;margin-bottom: 35px;}
#presentear a {position: relative;max-width: 315px;}
#presentear img {
    position: absolute;
    max-width: 171px;
    right: -80px;
    top: -23px;
}

#eventos h2 {margin-bottom: 93px;}
#eventos .descricao {min-height: 220px;}
#eventos .row {
    padding-top: 95px;
}