@font-face {
    font-family: "fontello";
    src: url("../font/fontello.eot?80699870");
    src: url("../font/fontello.eot?80699870#iefix") format("embedded-opentype"), url("../font/fontello.woff2?80699870") format("woff2"), url("../font/fontello.woff?80699870") format("woff"),
        url("../font/fontello.ttf?80699870") format("truetype"), url("../font/fontello.svg?80699870#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
    content: "\e800";
}
.icon-menu:before {
    content: "\e801";
}
.icon-cancel:before {
    content: "\e802";
}
.icon-instagram:before {
    content: "\f31e";
}
.icon-instagram-filled:before {
    content: "\f31f";
}
@font-face {
    font-family: "Trajan Pro";
    src: url("../font/hinted-TrajanPro-Regular.eot");
    src: local("../font/TrajanPro-Regular"), url("../font/hinted-TrajanPro-Regular.eot?#iefix") format("embedded-opentype"), url("../font/hinted-TrajanPro-Regular.woff2") format("woff2"),
        url("../font/hinted-TrajanPro-Regular.woff") format("woff"), url("../font/hinted-TrajanPro-Regular.ttf") format("truetype"), url("../font/hinted-TrajanPro-Regular.svg#TrajanPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #733d29;
    background-color: #000;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    position: relative;
}
a {
    text-decoration: none;
}
input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #dbb27f;
    background: transparent;
    color: #733d29;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #733d29;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #733d29;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #733d29;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #733d29;
}
.white-placeholder::-webkit-input-placeholder {
    color: #fff;
}
.white-placeholder:-moz-placeholder {
    color: #fff;
}
.white-placeholder::-moz-placeholder {
    color: #fff;
}
.white-placeholder:-ms-input-placeholder {
    color: #fff;
}
.input {
    margin-top: 10px;
}
.input.select {
    position: relative;
}
.input.select select {
    position: relative;
    z-index: 3;
}
.input.select:after {
    content: "\f078";
    position: absolute;
    z-index: 2;
    top: 11px;
    right: 25px;
    font-size: 18px;
    display: block;
    color: inherit;
    font-family: "FontAwesome";
}
.input.left {
    padding-right: 15px;
}
.input.right {
    padding-left: 15px;
}
.input input,
.input select,
.input textarea {
    padding: 8px;
    width: 100%;
}
.input textarea {
    min-height: 185px;
    resize: none;
}
.input.checkbox {
    position: relative;
    min-height: 32px;
}
.input.checkbox input[type="checkbox"] {
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 2;
}
.input.checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    background-color: #fff;
}
.input.checkbox label {
    line-height: 30px;
    padding-left: 40px;
    position: relative;
    z-index: 15;
    cursor: pointer;
    display: inline-block;
}
.input.checkbox label:after {
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    content: " ";
    width: 25px;
    height: 25px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.input.error input,
.input.error textarea {
    color: #a02;
}
.input .error-messages {
    color: #a02;
    display: block;
    width: 100%;
    padding-top: 10px;
}
.submit {
    margin-top: 10px;
    text-align: right;
}
.submit input,
.submit button {
    border: 1px solid #dbb27f;
    color: #733d29;
    padding: 6px 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #dbb27f;
    font-weight: 500;
    /*font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.submit input:focus,
.submit input:hover {
    color: #fff;
    border-color: #733d29;
    background: #733d29;
}
.be-default-container {
    background: url("https://superfestval.com.br/img/white-pattern.jpg");
    padding-top: 55px;
    padding-bottom: 55px;
}
.be-container {
    padding-top: 55px;
    padding-bottom: 55px;
} /* minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
ul {
    list-style: none;
}
button,
input,
select,
textarea {
    margin: 0;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
img,
embed,
object,
audio,
video {
    height: auto;
    max-width: 100%;
}
iframe {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
    text-align: left;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before,
.row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666666666666%;
}
.col-xs-10 {
    width: 83.33333333333334%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666666666666%;
}
.col-xs-7 {
    width: 58.333333333333336%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666666666667%;
}
.col-xs-4 {
    width: 33.33333333333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.666666666666664%;
}
.col-xs-1 {
    width: 8.333333333333332%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666666666666%;
}
.col-xs-pull-10 {
    right: 83.33333333333334%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666666666666%;
}
.col-xs-pull-7 {
    right: 58.333333333333336%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666666666667%;
}
.col-xs-pull-4 {
    right: 33.33333333333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.666666666666664%;
}
.col-xs-pull-1 {
    right: 8.333333333333332%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666666666666%;
}
.col-xs-push-10 {
    left: 83.33333333333334%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666666666666%;
}
.col-xs-push-7 {
    left: 58.333333333333336%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666666666667%;
}
.col-xs-push-4 {
    left: 33.33333333333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.666666666666664%;
}
.col-xs-push-1 {
    left: 8.333333333333332%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
/* .show {
    display: block !important;
} */
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.be-txt-center {
    text-align: center;
}
.be-txt-left {
    text-align: left;
}
.be-txt-right {
    text-align: right;
}
.be-uppercase {
    text-transform: uppercase;
}
.be-lowercase {
    text-transform: lowercase;
}
.be-fitalic {
    font-style: italic;
}
.be-felight {
    font-weight: 200;
}
.be-flight {
    font-weight: 300;
}
.be-fsbold {
    font-weight: 600;
}
.be-fbold {
    font-weight: 700;
}
.be-fblack {
    font-weight: 900;
}
.be-dblock {
    display: block;
}
.be-dinline-block {
    display: inline-block;
}
.be-form {
    margin-top: 55px;
}
.be-relative {
    position: relative;
}
.be-absolute {
    position: absolute;
}
.be-hr {
    height: 1px;
    background: #733d29;
    border: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: 0;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.flickity-prev-next-button:focus {
    outline: 0;
}
.flickity-prev-next-button:active {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.flickity-prev-next-button.previous {
    left: 10px;
}
@media (min-width: 992px) {
    .flickity-prev-next-button.previous {
        left: 14.375%;
    }
}
.flickity-prev-next-button.next {
    right: 10px;
}
@media (min-width: 992px) {
    .flickity-prev-next-button.next {
        right: 14.375%;
    }
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button:disabled {
    cursor: auto;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-prev-next-button .arrow {
    fill: #dbb27f;
    -webkit-transition: all 0.3s ease-in-outl;
    -moz-transition: all 0.3s ease-in-outl;
    -o-transition: all 0.3s ease-in-outl;
    -ms-transition: all 0.3s ease-in-outl;
    transition: all 0.3s ease-in-outl;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.fancybox-enabled {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}
.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -o-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -ms-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
    opacity: 0.87;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=87)";
    filter: alpha(opacity=87);
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 99994;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    -ms-transition: opacity 100ms;
    transition: opacity 100ms;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-show-controls .fancybox-controls {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.fancybox-infobar {
    display: none;
}
.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all;
}
.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
    display: block;
}
.fancybox-slider-wrap {
    overflow: hidden;
}
.fancybox-slider-wrap,
.fancybox-slider {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-slide--image {
    overflow: hidden;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: transparent;
}
.fancybox-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    background: transparent;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    font: 21px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    cursor: pointer;
    background: #fff;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -ms-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.fancybox-close-small:focus {
    outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent;
}
.fancybox-close-small:hover {
    color: #555;
    background: #eee;
}
.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
    pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    outline: none;
}
.fancybox-button--disabled {
    cursor: default;
}
.fancybox-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
    background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.fancybox-button--left::after {
    left: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.fancybox-button--right::after {
    right: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-button--left {
    border-bottom-left-radius: 5px;
}
.fancybox-button--right {
    border-bottom-right-radius: 5px;
}
.fancybox-button--close {
    float: right;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}
.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate 0.6s infinite linear;
    -webkit-animation: fancybox-rotate 0.6s infinite linear;
    -moz-animation: fancybox-rotate 0.6s infinite linear;
    -o-animation: fancybox-rotate 0.6s infinite linear;
    -ms-animation: fancybox-rotate 0.6s infinite linear;
    animation: fancybox-rotate 0.6s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@media all and (max-width: 800px) {
    .fancybox-controls {
        text-align: left;
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important;
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}
.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none;
}
.fancybox-button--play::before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent;
}
.fancybox-button--pause::before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px;
    background: transparent;
}
.fancybox-button--thumbs span {
    font-size: 23px;
}
.fancybox-button--thumbs::before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 220px;
}
.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important;
    }
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap,
    .fancybox-container--thumbs .fancybox-caption-wrap {
        right: 0;
    }
}
@-moz-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.br-theme-fontawesome-stars-o .br-widget {
    height: 28px;
    white-space: nowrap;
}
.br-theme-fontawesome-stars-o .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
    content: "\f006";
    color: #dbb27f;
}
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    content: "\f005";
    color: #643e00;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
    content: "\f005";
    color: #dbb27f;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    content: "\f123";
    color: #643e00;
}
.br-theme-fontawesome-stars-o .br-widget .br-current-rating {
    display: none;
}
.br-theme-fontawesome-stars-o .br-readonly a {
    cursor: default;
}
.br-theme-fontawesome-stars-o .br-reverse a.br-fractional {
    display: inline-block;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
@media print {
    .br-theme-fontawesome-stars-o .br-widget a:after {
        content: "\f006";
        color: #000;
    }
    .br-theme-fontawesome-stars-o .br-widget a.br-active:after,
    .br-theme-fontawesome-stars-o .br-widget a.br-selected:after {
        content: "\f005";
        color: #000;
    }
    .br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
        content: "\f123";
        color: #000;
    }
}
.message {
    z-index: 15;
    display: block;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    background-color: #643e00;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.message p {
    display: block;
    padding-bottom: 10px;
}
.message.hide-message {
    padding: 0;
    height: 0;
}
.message.error {
    background-color: #f11551;
}
.message.success {
    background-color: #01c020;
}
.header-fixed .message {
    top: 70px;
}
.be-btn {
    border: 1px solid #000;
    padding: 10px 20px;
    text-transform: uppercase;
    /*font-family: "Effra", sans-serif; */

    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #733d29;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.be-btn.white {
    border-color: #fff;
    background: #fff;
}
.be-btn.white:hover {
    background: #733d29;
    border-color: #733d29;
    color: #fff;
}
.be-btn.brown {
    border-color: #733d29;
}
.be-btn.brown:hover {
    background: #733d29;
}
.be-btn:hover {
    color: #fff;
    background: #dbb27f;
}
.be-categories-ho {
    font-size: 14px;
    /*font-family: "Effra", sans-serif; */

    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
@media (max-width: 992px) {
    .be-categories-ho {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
    }
}
.be-categories-ho.p-bottom-10 {
    padding-bottom: 10px;
}
.be-categories-ho.p-top-20 {
    padding-top: 20px;
}
.be-categories-ho.p-bottom-20 {
    padding-bottom: 20px;
}
.be-categories-ho a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 4px;
    position: relative;
}
@media (max-width: 992px) {
    .be-categories-ho a {
        padding-top: 4px;
        margin-top: 4px;
    }
}
.be-categories-ho a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #733d29;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    transition: width 0.3s;
    bottom: 0;
    left: 0;
    position: absolute;
}
.be-categories-ho a.active {
    pointer-events: none;
}
.be-categories-ho a:hover,
.be-categories-ho a.active {
    color: #733d29;
}
.be-categories-ho a:hover:after,
.be-categories-ho a.active:after {
    width: 100%;
}
.be-categories-ho span,
.be-categories-ho a {
    display: inline-block;
    color: #dbb27f;
    margin: 0 15px;
    text-transform: uppercase;
}
.be-hr + .be-categories-list {
    padding-top: 10px;
}
.be-categories-list {
    padding-top: 35px;
    text-align: center;
    font-size: 14px;
    /*font-family: "Effra", sans-serif; */

    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.be-categories-list .label,
.be-categories-list a {
    display: inline-block;
    margin: 0 15px;
    color: #dbb27f;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .be-categories-list .label,
    .be-categories-list a {
        margin: 0 8px;
    }
}
.be-categories-list a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 4px;
    position: relative;
}
@media (max-width: 992px) {
    .be-categories-list a {
        padding-top: 4px;
        margin-top: 4px;
    }
}
.be-categories-list a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #733d29;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    transition: width 0.3s;
    bottom: 0;
    left: 0;
    position: absolute;
}
.be-categories-list a.active {
    pointer-events: none;
}
.be-categories-list a:hover,
.be-categories-list a.active {
    color: #733d29;
}
.be-categories-list a:hover:after,
.be-categories-list a.active:after {
    width: 100%;
}
.be-default-excerpt {
    color: #a67c52;
    font-size: 14px;
}
.be-default-excerpt.p-top-20 {
    padding-top: 20px;
}
.input.file {
    border: 0;
}
.input.file .file-wrapper {
    position: relative;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding: 10px;
    padding-right: 40px;
    color: #733d29;
    border: 2px solid transparent;
    background: url("https://superfestval.com.br/img/upload.svg") right center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    height: 20px;
    /* font-family: "Effra", sans-serif; */

    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    cursor: pointer;
}
.input.file .file-wrapper:before {
    content: attr(data-placeholder);
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: -4px;
}
.input.file input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}
.be-c-offer-book {
    padding-top: 43px;
    padding-bottom: 43px;
}
.be-c-offer-book .be-offer-book-content {
    padding-top: 82px;
}
.be-c-offer-book .be-offer-book-content .inner {
    display: block;
    padding: 0 15px;
}
.be-c-offer-book .be-offer-book-content .label {
    text-decoration: underline;
    font-size: 13px;
}
.be-c-offer-book .be-offer-book-content .title {
    padding: 20px 0;
    font-size: 26px;
}
.be-c-offer-book .be-offer-book-content .label,
.be-c-offer-book .be-offer-book-content .title {
    display: block;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    /*color: #643e00;*/
    color: #fff;
}
.be-c-offer-book .be-offer-book-content .excerpt {
    font-size: 14px;
    /*color: #733d29;*/
    color: #fff;
    padding: 10px 0;
}
.be-c-offer-book .be-offer-book-content .be-btn {
    margin-top: 15px;
    color: #fff;
    border-color: #733d29;
}
.be-c-offer-book .be-offer-book-image img {
    width: 100%;
}
.be-c-offer-video {
    background: url("https://superfestval.com.br/img/video-offers-background.png") top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    /* height: 550px; */
}
@media (max-width: 992px) {
    .be-c-offer-video {
        height: 488px;
    }
}
/* .be-c-offer-video .detail-wrapper {
    text-align: center;
} */
.be-c-offer-video .detail-wrapper.top {
    padding-bottom: 20px;
}
.be-c-offer-video .detail-wrapper.bottom {
    padding-top: 20px;
}
.be-c-offer-video .top-detail,
.be-c-offer-video .bottom-detail {
    height: 22px;
    width: 225px;
    display: inline-block;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.be-c-offer-video .top-detail {
    background: url("https://superfestval.com.br/img/details/detail-top.svg") center no-repeat;
}
.be-c-offer-video .bottom-detail {
    background: url("https://superfestval.com.br/img/details/detail-bottom.svg") center no-repeat;
}
.be-c-offer-video .video-container {
    border: 6px solid #a67c52;
    height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    text-align: center;
}
.be-c-offer-video .video-container:hover .wrapper {
    background: rgba(0, 0, 0, 0.4);
}
.be-c-offer-video .video-container .play-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: block;
    background: url("https://superfestval.com.br/img/play-white.svg") center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.be-c-offer-video .video-container .play-text {
    display: block;
    color: #fff;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 13px;
    padding-top: 12px;
    width: 160px;
    margin: 0 auto;
}
.be-c-offer-video .video-container .wrapper {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
}
.be-c-offer-video .video-container .inner {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 992px) {
    .be-c-offer-video .video-container {
        height: 200px;
    }
}
.be-pagination {
    border-top: 1px solid #dbb27f;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.be-pagination ul {
    list-style: none;
}
.be-pagination ul li {
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    margin: 0 5px;
}
.be-pagination ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #643e00;
}
.be-pagination ul li a:hover {
    color: #dbb27f;
}
.be-pagination ul li.active {
    border-color: #643e00;
    font-weight: bold;
    pointer-events: none;
}
.be-mammabia {
    background: #fff;
}
/* .be-c-products {
    padding-bottom: 30px;
} */
.be-c-products .be-product {
    margin-top: 30px;
    text-align: center;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0.3s;
    -ms-transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0.3s;
    visibility: hidden;
}
.be-c-products .be-product.without-price .information .name {
    font-size: 18px;
    padding-top: 15px;
}
.be-c-products .be-product.be-not-visible {
    width: 0;
    padding: 0;
    height: 0;
}
.be-c-products .be-product.be-is-visible {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0s;
    -moz-transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0s;
    -o-transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0s;
    -ms-transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0s;
    transition: opacity 0.3s, padding 0.3s, height 0.3s, width 0.3s, visibility 0s 0s;
}
.be-c-products .be-product:hover .inner {
    border-color: #a67c52;
}
.be-c-products .be-product .inner {
    border: 1px solid #733d29;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.be-c-products .be-product .image {
    display: block;
    /* height: 180px; */
}
.be-c-products .be-product .image img {
    /* height: 100%; */
    margin: 0 auto;
    /* height: 70%; */
    max-height: 200px;
    object-fit: fill;
}
.be-c-products .be-product .information {
    padding: 0 5px;
    height: 100px;
    color: #733d29;
    display: block;
}
.be-c-products .be-product .information .name {
    font-size: 13px;
    display: block;
    font-weight: 500;
}
.be-c-products .be-product .information .price {
    font-size: 20px;
    display: block;
}
.be-default-title {
    color: #733d29;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 26px;
}
.be-title {
    color: #733d29;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.be-title.be-title-3 {
    font-size: 18px;
}
.be-title.be-title-4 {
    font-size: 16px;
}
.be-video-block-wrapper {
    margin-top: 30px;
}
.be-video-block {
    height: 470px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    text-align: center;
}
@media (max-width: 992px) {
    .be-video-block {
        height: 270px;
    }
}
.be-video-block:hover .wrapper {
    background: rgba(0, 0, 0, 0.4);
}
.be-video-block .play-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    display: block;
    background: url("https://superfestval.com.br/img/play-white.svg") center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.be-video-block .play-text {
    display: block;
    color: #fff;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 13px;
    padding-top: 12px;
    width: 160px;
    margin: 0 auto;
}
.be-video-block .wrapper {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
}
.be-video-block .inner {
    display: table-cell;
    vertical-align: middle;
}
.be-banners {
    height: 545px;
    overflow: hidden;
    position: relative;
    display: block;
}
@media (max-width: 992px) {
    .be-banners {
        height: 120px;
    }
}
.be-banners .banner-container {
    height: inherit;
    position: absolute;
    width: 100%;
}
.be-banners .banner-cell {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /* background-position: 50% 50%; */
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: block;
}
@media (max-width: 992px) {
    .be-banners .banner-container {
        height: 120px;
    }
    .be-banners .banner-cell {
        width: 100%;
        /* height: 100%; */
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        background-size: 100%;
        /* background-position: 50% 50%; */
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        display: block;
    }
}

.be-banners .container {
    position: relative;
    z-index: 11;
}
.be-footer {
    display: block;
    /*background: url("https://superfestval.com.br/img/brown-pattern.jpg") top left;*/
    background: #000;
    padding-bottom: 35px;
    padding-top: 42px;
}
.be-footer-newsletter {
    margin-top: 85px;
}
@media (min-width: 992px) {
    .be-footer-newsletter {
        padding-right: 0;
    }
}
.be-footer-newsletter .input {
    width: 85.33333333333333%;
    float: right;
}
.be-footer-newsletter .input input[type="text"],
.be-footer-newsletter .input input[type="email"] {
    display: block;
    background: #fff;
    font-size: 13px;
    padding: 8px 14px;
    color: #733d29;
    border: 0;
}
.be-footer-newsletter .input input[type="text"]::-moz-placeholder,
.be-footer-newsletter .input input[type="email"]::-moz-placeholder {
    color: #999;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.be-footer-newsletter .input input[type="text"]:-ms-input-placeholder,
.be-footer-newsletter .input input[type="email"]:-ms-input-placeholder {
    color: #999;
}
.be-footer-newsletter .input input[type="text"]::-webkit-input-placeholder,
.be-footer-newsletter .input input[type="email"]::-webkit-input-placeholder {
    color: #999;
}
.be-footer-newsletter .submit {
    float: right;
    width: 10.666666666666666%;
}
.be-footer-newsletter .submit input[type="submit"],
.be-footer-newsletter .submit button {
    display: block;
    height: 31px;
    overflow: hidden;
    border: 0;
    text-indent: -9999px;
    background-color: #a67c52;
    background-repeat: no-repeat;
    background-image: url("https://superfestval.com.br/img/check-white.svg");
    background-position: 50%;
    -webkit-background-size: 65%;
    -moz-background-size: 65%;
    background-size: 65%;
}
/* .be-footer-partners {
    text-align: right;
    margin-top: 60px;
    padding-top: 15px;
    height: 85px;
} */
@media (max-width: 992px) {
    .be-footer-partners {
        text-align: center;
        height: 260px;
        margin-top: 15px;
    }
}
.be-footer-partners .wrapper {
    display: table;
    width: 100%;
}
.be-footer-partners .wrapper .inner {
    display: table-cell;
    vertical-align: middle;
}
.be-footer-partners .default-icon {
    display: inline-block;
    margin: 0 15px;
    text-indent: 9999px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    overflow: hidden;
}
@media (max-width: 992px) {
    .be-footer-partners .default-icon {
        margin: 15px;
    }
}
.be-footer-partners .default-icon.colaborador {
    width: 150px;
    height: 57px;
    background: url("https://superfestval.com.br/img/logos/colaborador.svg") center no-repeat;
}
@media (min-width: 992px) {
    .be-footer-partners .default-icon.colaborador {
        position: relative;
        top: 20px;
    }
}
/*original*/
/*.be-footer-partners .default-icon.festval-emporio {
    width: 100px;
    height: 75px;
    background: url("https://superfestval.com.br/img/logos/festval-emporio-vertical-white.svg") center no-repeat;
}*/
/*modificado*/
.be-footer-partners .default-icon.festval-emporio {
    width: 100px;
	height: 75px;
	background: url("https://superfestval.com.br/img/logos/Lovino-logo-vertical-monocromatico.png") bottom no-repeat;
	background-size: contain;
	background-position-y: 10px;
}
.be-footer-partners .default-icon.festval {
    width: 95px;
    height: 38px;
    background: url("https://superfestval.com.br/img/logos/festval-white.svg") center no-repeat;
}
.be-footer-partners .default-icon.facebook {
    width: 114px;
    height: 42px;
    background: url("https://superfestval.com.br/img/logos/facebook-offers-white.svg") center no-repeat;
}
.be-footer-partners .default-icon.mammabia {
    width: 110px;
    height: 32px;
    background: url("https://superfestval.com.br/img/logos/mammabia-white.svg") center no-repeat;
}
.be-footer-partners .default-icon:last-of-type,
.be-footer-partners .default-icon:last-child {
    margin-right: 0;
}
@media (max-width: 992px) {
    .be-footer-navigation {
        padding-top: 20px;
    }
}
.be-footer-navigation ul {
    list-style: none;
}
.be-footer-navigation li {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 6px;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .be-footer-navigation li {
        text-align: center;
    }
}
.be-footer-navigation li.title {
    margin-top: 0;
    margin-bottom: 2px;
    color: #a67c52;
    font-size: 15px;
}
.be-footer-navigation li a {
    display: block;
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
.be-footer-navigation li a:hover {
    color: #a67c52;
}
@media (min-width: 992px) {
    .be-footer-logo {
        padding-left: 0;
        margin-top: 70px;
    }
}
.be-footer-logo a {
    height: 35px;
    display: block;
    /* background: url("https://superfestval.com.br/img/logo-rodape.png") center no-repeat; */
    background: url("https://festvalcascavel.com.br/salesforce-cadastro/logo.svg") center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: .8rem;
}
.be-footer-copyright {
    padding: 12px 0;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: #000;
}
.be-header {
    padding-top: 15px;
    position: relative;
    z-index: 9;
    background: #000;
}
@media (max-width: 992px) {
    .be-header {
        padding-bottom: 20px;
    }
}
.be-header .be-mobile-menu-open {
    color: #733d29;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 15px;
    line-height: 25px;
    width: 72px;
    margin-left: -36px;
    left: 50%;
    z-index: 10;
}
.be-header .be-mobile-menu-open .icon {
    float: left;
    /* width: 25px;
    height: 25px; */
    text-align: center;
    background: #dbb27f;
    border-radius: 50%;
    color: #733d29;
    margin-right: 10px;
    padding: 1px;
}
.be-header .be-logo-wrapper {
    padding-top: 20px;
    text-align: center;
    /* padding-bottom: 45px; */
    position: relative;
}
.be-header .be-logo-wrapper .line {
    width: 96%;
    height: 1px;
    background: #dbb27f;
    top: 40px;
    display: block;
    position: absolute;
    left: 2%;
    z-index: 1;
}
.be-header .be-logo-wrapper .right-detail,
.be-header .be-logo-wrapper .left-detail {
    width: 23px;
    height: 15px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 33px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}
.be-header .be-logo-wrapper .right-detail {
    background: #000 url("https://superfestval.com.br/img/details/detail-right.svg") center no-repeat;
    right: 15px;
}
.be-header .be-logo-wrapper .left-detail {
    background: #000 url("https://superfestval.com.br/img/details/detail-left.svg") center no-repeat;
    left: 15px;
}
.be-header .be-logo-curitiba,
.be-header .be-logo-cascavel {
    display: inline-block;
    position: relative;
    z-index: 3;
    border-left: 12px solid #000;
    border-right: 12px solid #000;
}
.be-header .be-logo-curitiba a {
    overflow: hidden;
    width: 130px;
    height: 70px;
    text-indent: -9999px;
    display: inline-block;
    /* background: #000 url("https://festvalcascavel.com.br/salesforce-cadastro/logo.svg") top no-repeat; */
    background: #000 url("https://superfestval.com.br/img/logo-curitiba.svg") top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}
.be-header .be-logo-cascavel a {
    overflow: hidden;
    width: 130px;
    height: 70px;
    text-indent: -9999px;
    display: inline-block;
    /* background: #000 url("https://festvalcascavel.com.br/salesforce-cadastro/logo.svg") top no-repeat; */
    background: #000 url("https://superfestval.com.br/img/logo.png") top no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
}
.be-header-social-medias {
    font-size: 12px;
    color: #fff;
}
.be-header-social-medias .icon {
    margin: 0 4px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
.be-header-social-medias .icon:hover {
    color: #a67c52;
}
.be-header-social-medias .icon:last-child,
.be-header-social-medias .icon:last-of-type {
    margin-right: 0;
}
.be-header-navigation {
    /* border-bottom: 1px solid #733d29; */
    text-align: center;
}
.be-header-navigation ul {
    list-style: none;
}
.be-header-navigation li {
    display: inline-block;
    margin: 0 10px;
}
.be-header-navigation li a {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.be-header-navigation li a:hover {
    color: #dbb27f;
}
.dropdown-item:hover {
    color: #dbb27f;
    background-color: transparent;
}
.be-header-navigation li a:hover:after {
    width: 100%;
}
.be-header-navigation li a:after {
    content: "";
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: #733d29;
    position: absolute;
    display: block;
    width: 0;
    height: 8px;
    left: 0;
    bottom: 0;
}
.be-mobile-menu {
    position: fixed;
    bottom: -16px;
    left: 0;
    width: 100%;
    min-height: calc(100vh - 148px);
    padding: 35px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    will-change: transform;
    background: #fff;
    -webkit-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 8;
    background: url("https://superfestval.com.br/img/brown-pattern.jpg");
}
@media (max-width: 768px) {
    .be-mobile-menu {
        bottom: -56px;
    }
}
@media (min-width: 992px) {
    .be-mobile-menu {
        display: none;
    }
}
.be-mobile-menu .mobile-menu-links {
    list-style: none;
}
.be-mobile-menu .mobile-menu-links li {
    display: block;
    border-top: 1px dotted #dbb27f;
}
.be-mobile-menu .mobile-menu-links li:first-child {
    border-top: 0;
}
.be-mobile-menu .mobile-menu-links li a {
    display: block;
    padding: 10px 0;
    color: #dbb27f;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.be-mobile-menu .mobile-menu-links li a:hover {
    color: #fff;
}
.mobile-menu-opened {
    overflow: hidden;
}
.mobile-menu-opened .be-header {
    position: fixed;
    width: 100%;
}
.mobile-menu-opened body {
    overflow: hidden;
}
.mobile-menu-opened .be-mobile-menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.be-offer-books .book {
    margin-top: 20px;
    text-align: center;
}
.be-offer-books .book .cover {
    display: block;
}
.be-offer-books .book .cover img {
    max-width: 100%;
}
.be-offer-books .book .name {
    font-size: 14px;
    color: #733d29;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    padding-top: 10px;
}
.be-form-contact,
.be-form-work {
    padding-top: 15px;
}
@media (min-width: 992px) {
    .be-form-contact .left .input,
    .be-form-work .left .input {
        padding-right: 15px;
    }
}
@media (min-width: 992px) {
    .be-form-contact .right .input,
    .be-form-work .right .input {
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .be-form-contact .submit input,
    .be-form-work .submit input {
        margin-right: -15px;
    }
}
.be-form-contact .input textarea {
    height: 82px;
    min-height: auto;
}
@media (min-width: 992px) {
    .be-form-work .left [class*="col-md"],
    .be-form-work .left [class^="col-md"] {
        padding-left: 0;
    }
}
.be-form-work .input textarea {
    height: 130px;
    min-height: auto;
}
.be-contacts .be-big-store-image {
    height: 450px;
    position: relative;
    overflow: hidden;
}
.be-contacts .be-big-store-image img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.be-store-contact {
    color: #dbb27f;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.be-store-contact p {
    display: block;
}
.be-event-item {
    text-align: center;
    margin-top: 30px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.be-event-item .block {
    background: #88623e;
    display: block;
    height: 165px;
    position: relative;
}
.be-event-item:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.be-event-item.active .block {
    background: #733d29;
}
.be-event-item .wrapper {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.be-event-item .inner {
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
}
.be-event-item .title {
    font-size: 40px;
}
.be-event-item .subtitle {
    width: 125px;
    font-size: 14px;
    margin: 0 auto;
}
.be-event-item .title,
.be-event-item .subtitle {
    color: #d9ad77;
    display: block;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.be-no-events {
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #733d29;
    padding-top: 60px;
    padding-bottom: 60px;
}
.be-event-title {
    font-size: 20px;
}
.be-event-banner {
    margin-top: 20px;
    overflow: hidden;
}
.be-event-banner img {
    max-width: 100%;
}
@media (max-width: 992px) {
    .be-events-row {
        margin-left: 0;
        margin-right: 0;
    }
}
.be-event-gallery .image {
    margin-top: 20px;
    height: 135px;
    overflow: hidden;
}
.be-home-mamma-bia {
    /*background: #fff url("https://superfestval.com.br/img/white-pattern.jpg");*/
    background: #fff;
}
.be-home-mamma-bia .content-block {
    padding-top: 55px;
}
.be-home-mamma-bia .content-block .label {
    text-decoration: underline;
    font-size: 13px;
}
.be-home-mamma-bia .content-block .title {
    padding: 20px 0;
    font-size: 26px;
}
.be-home-mamma-bia .content-block .label,
.be-home-mamma-bia .content-block .title {
    display: block;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
}
.be-home-mamma-bia .content-block .excerpt {
    font-size: 14px;
    color: #733d29;
    padding: 10px 0;
}
.be-home-mamma-bia .content-block .be-btn {
    margin-top: 15px;
}
.be-home-mamma-bia .mamma-bia-right {
    background: #000;
    height: 485px;
}
@media (max-width: 992px) {
    .be-home-mamma-bia .mamma-bia-right {
        height: 285px;
    }
}
.be-home-mamma-bia .mamma-bia-right .rel-container {
    height: 485px;
}
@media (max-width: 992px) {
    .be-home-mamma-bia .mamma-bia-right .rel-container {
        height: 285px;
    }
}
.be-home-mamma-bia .mamma-bia-right .image-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}
.be-home-mamma-bia .mamma-bia-right .image-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.be-home-last-container {
    /*background: url("https://superfestval.com.br/img/white-pattern.jpg");*/
    background: linear-gradient(90deg, #000 50%, #fff 50%);
    padding-top: 105px;
    padding-bottom: 60px;
}
@media (max-width: 992px) {
    .be-home-last-container {
        padding-bottom: 0;
        padding-top: 35px;
    }
}
.be-home-last-container .be-offer-book .label {
    text-decoration: underline;
    font-size: 13px;
}
.be-home-last-container .be-offer-book .title {
    padding: 20px 0;
    font-size: 26px;
}
.be-home-last-container .be-offer-book .label,
.be-home-last-container .be-offer-book .title {
    display: block;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
}
.be-home-last-container .be-offer-book .excerpt {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
.be-home-last-container .be-offer-book .be-btn {
    margin-top: 25px;
    color: #fff;
    border-color: #733d29;
}
@media (max-width: 992px) {
    .be-home-last-container .be-offer-book {
        padding-bottom: 35px;
    }
}
.be-home-last-container .be-events {
    /*background: #fff url("https://superfestval.com.br/img/brown-pattern.jpg");*/
    background: #fff;
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
}
.be-home-last-container .be-events .book {
    position: absolute;
    width: 410px;
    height: 425px;
    background: url("https://superfestval.com.br/img/offer-book.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    left: -315px;
    top: -45px;
}
@media (max-width: 1750px) {
    .be-home-last-container .be-events .book {
        width: 210px;
        height: 225px;
        top: 80px;
        left: -155px;
    }
}
@media (max-width: 992px) {
    .be-home-last-container .be-events .book {
        display: none;
    }
}
.be-home-last-container .be-events .label {
    text-decoration: underline;
    font-size: 13px;
    color: #000;
}
.be-home-last-container .be-events .title {
    padding: 20px 0;
    font-size: 26px;
    color: #000;
    line-height: 30px;
}
.be-home-last-container .be-events .title span {
    display: block;
    font-size: 43px;
}
.be-home-last-container .be-events .label,
.be-home-last-container .be-events .title {
    display: block;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-transform: uppercase;
}
.be-home-last-container .be-events .excerpt {
    font-size: 14px;
    color: #000;
    padding: 10px 0;
}
.be-home-last-container .be-events .be-btn {
    margin-top: 25px;
    color: #000;
}
.be-home-news-container {
    background: url("https://superfestval.com.br/img/news-home.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
.be-home-news-container .news-block .image {
    display: block;
    height: 340px;
    background: #dbb27f;
}
.be-home-news-container .news-block:hover .news-info {
    background: #733d29;
}
.be-home-news-container .news-block:hover .news-info .news-title,
.be-home-news-container .news-block:hover .news-info .news-category,
.be-home-news-container .news-block:hover .news-info .see-more {
    color: #fff;
}
.be-home-news-container .news-block .news-info {
    background: #fff;
    text-transform: uppercase;
    color: #733d29;
    text-align: center;
    display: block;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.be-home-news-container .news-block .news-title {
    margin-top: 20px;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    min-width: 250px;
    min-height: 100px;
    color: #733d29;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.be-home-news-container .news-block .see-more {
    font-size: 13px;
    color: #733d29;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.be-home-news-container .news-block .news-category {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #733d29;
    font-size: 13px;
    text-decoration: underline;
    display: block;
}
.be-home-news-title {
    /*background: url("https://superfestval.com.br/img/white-pattern.jpg");*/
    padding-top: 50px;
    padding-bottom: 40px;
}
.be-home-news-title .title {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 55px;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    text-align: center;
}
.be-home-news-title .title:after {
    content: "";
    width: 170px;
    height: 35px;
    background: url("https://superfestval.com.br/img/details/detail-big-bottom.svg") center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -85px;
}
.be-invite-spaces .be-invited {
    padding-top: 40px;
}
.be-invite-spaces .be-invited .invited-image {
    height: 264px;
    border-radius: 50%;
    overflow: hidden;
}
.be-invite-spaces .be-invited .invited-image img {
    width: 100%;
    border-radius: 100em;
}
.be-invite-spaces .be-invited .invited-info {
    padding-top: 90px;
    display: block;
    color: #dbb27f;
    padding-bottom: 40px;
}
@media (max-width: 992px) {
    .be-invite-spaces .be-invited .invited-info {
        padding-top: 30px;
        text-align: center;
    }
}
.be-invite-spaces .be-invited .invited-info p {
    display: block;
}
.be-invite-spaces .be-invited .invited-content {
    font-size: 14px;
    color: #dbb27f;
}
.be-invite-spaces .be-invited .invited-content p {
    padding: 10px 0;
}
.be-invite-spaces .be-invited .invited-content h2 {
    font-size: 14px;
    font-weight: 600;
}
.be-invite-spaces .be-invited .invited-content img {
    width: 100%;
    margin: 30px 0;
}
.be-invite-spaces .be-invited .video-block {
    padding-top: 15px;
}
.be-invite-spaces .be-invited .video-button {
    text-transform: uppercase;
    display: inline-block;
    width: 130px;
    text-align: center;
}
.be-invite-spaces .be-invited .video-button .name {
    color: #dbb27f;
    display: inline-block;
    font-size: 13px;
}
.be-invite-spaces .be-invited .video-button .icon {
    width: 70px;
    height: 60px;
    display: inline-block;
    background: url("https://superfestval.com.br/img/play-button.svg") 0 0 no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    margin-bottom: 6px;
}
.be-invited-list {
    padding-top: 10px;
}
.be-invited-list .invited {
    text-align: center;
    padding-top: 30px;
}
.be-invited-list .invited .photo {
    max-width: 158px;
    height: 158px;
    overflow: hidden;
    border-radius: 50%;
    display: block;
}
.be-invited-list .invited .title {
    padding-top: 20px;
    color: #dbb27f;
    font-size: 13px;
    display: block;
}
.be-invited-list .invited .name {
    font-size: 13px;
    display: block;
    color: #dbb27f;
    font-weight: 600;
}
.be-news-item {
    margin-top: 15px;
    position: relative;
}
.be-news-item time {
    color: #fff;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 30px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.be-news-item:hover time {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.be-news-item .product-image {
    max-height: 390px;
    overflow: hidden;
    display: block;
}
.be-news-item .image {
    height: 200px;
    display: block;
}
@media (max-width: 992px) {
    .be-news-item .image {
        height: 150px;
    }
}
.be-news-item .image.cut {
    overflow: hidden;
}
.be-news-item .name {
    padding-top: 5px;
    display: block;
    min-height: 75px;
    color: #643e00;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.be-news .left,
.be-news .right {
    margin-top: 20px;
}
.be-news time,
.be-news .news-content {
    color: #b28053;
}
.be-news .news-image {
    display: block;
}
.be-news .news-image.cut {
    height: 355px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .be-news .news-image.cut {
        height: 230px;
    }
}
.be-news .news-box {
    padding-top: 30px;
}
/* @media (max-width: 992px) {
    .be-news .news-box {
        padding-left: 0;
        padding-right: 0;
    }
} */
@media (max-width: 992px) {
    .be-news .news-container {
        padding-top: 30px;
        /* padding-left: 0;
        padding-right: 0; */
    }
    /* .be-news .news-container > [class*="col-"],
    .be-news .news-container > [class~="col-"] {
        padding-left: 0;
        padding-right: 0;
    } */
}
.be-news .news-title {
    color: #643e00;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
}
.be-news .news-content p {
    font-size: 14px;
    margin-top: 15px;
}
.be-news .emit-bar.fix-top {
    margin-top: -3px;
}
.be-news .emit-bar .rating {
    margin-top: 20px;
    padding-top: 7px;
    padding-left: 15px;
    padding-bottom: 4px;
    border-left: 1px solid #dbb27f;
    display: inline-block;
    float: left;
}
.be-news .emit-bar .button {
    background: #dbb27f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
}
.be-news .emit-bar .button.printer {
    padding: 20px;
}
.be-news .emit-bar .button.mail {
    padding: 25px 20px;
}
.be-news .emit-bar .button:hover {
    background: #643e00;
}
.be-news .emit-bar .button:hover svg path {
    fill: #dbb27f;
}
.be-news .emit-bar .button svg {
    width: 30px;
}
.be-news .emit-bar .button svg path {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    fill: #643e00;
}
.be-news .emit-bar .label {
    float: left;
    width: 100px;
    padding: 0 10px;
    padding-top: 25px;
    display: inline-block;
    color: #643e00;
    font-size: 13px;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.be-news .more-news .news {
    height: 165px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
@media (max-width: 992px) {
    .be-news .more-news .news {
        height: 130px;
    }
}
@media (max-width: 768px) {
    .be-news .more-news .news {
        height: 90px;
    }
}
.be-news .more-news .news:hover .hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.be-news .more-news .news .hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background: rgba(0, 0, 0, 0.6);
    width: 85%;
    height: 100%;
    top: 0;
    left: 15px;
    position: absolute;
    padding: 15px;
    color: #fff;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 992px) {
    .be-news .more-news .news .hover {
        width: 83%;
        background: rgba(0, 0, 0, 0.3);
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
}
@media (max-width: 768px) {
    .be-news .more-news .news .hover {
        width: 75%;
        font-size: 12px;
        padding: 15px 5px;
    }
}
.be-offers {
    background: #fff;
}
.be-offers .be-offers-categories {
    padding-top: 35px;
    text-align: center;
    font-size: 14px;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.be-offers .be-offers-categories .label,
.be-offers .be-offers-categories a {
    display: inline-block;
    margin: 0 15px;
    color: #dbb27f;
    text-transform: uppercase;
}
@media (max-width: 992px) {
    .be-offers .be-offers-categories .label,
    .be-offers .be-offers-categories a {
        margin: 0 8px;
    }
}
.be-offers .be-offers-categories a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding-bottom: 4px;
    position: relative;
}
@media (max-width: 992px) {
    .be-offers .be-offers-categories a {
        padding-top: 4px;
        margin-top: 4px;
    }
}
.be-offers .be-offers-categories a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #733d29;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    transition: width 0.3s;
    bottom: 0;
    left: 0;
    position: absolute;
}
.be-offers .be-offers-categories a.active {
    pointer-events: none;
}
.be-offers .be-offers-categories a:hover,
.be-offers .be-offers-categories a.active {
    color: #733d29;
}
.be-offers .be-offers-categories a:hover:after,
.be-offers .be-offers-categories a.active:after {
    width: 100%;
}
.be-recipes-item {
    margin-top: 20px;
}
.be-recipes-item .image {
    height: 110px;
    overflow: hidden;
    display: block;
    background: #733d29;
}
@media (max-width: 992px) {
    .be-recipes-item .image {
        height: 75px;
    }
}
.be-recipes-item.first .image {
    height: 295px;
}
@media (max-width: 992px) {
    .be-recipes-item.first .image {
        height: 170px;
    }
}
.be-recipes-item:hover .name {
    background: #643e00;
    color: #dbb27f;
}
.be-recipes-item .name {
    display: block;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    background: #dbb27f;
    color: #643e00;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 80px;
}
@media (max-width: 992px) {
    .be-recipes-item .name {
        min-height: 85px;
    }
}
.be-recipe .title {
    font-size: 16px;
    color: #643e00;
}
.be-recipe .left {
    margin-top: 20px;
}
.be-recipe .right {
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    margin-top: 20px;
}
@media (max-width: 992px) {
    .be-recipe .right {
        margin-top: 0;
    }
}
.be-recipe .recipe-image {
    height: 355px;
    overflow: hidden;
    display: block;
}
@media (max-width: 992px) {
    .be-recipe .recipe-image {
        height: 245px;
    }
}
.be-recipe .recipes-title {
    color: #643e00;
    font-size: 24px;
    font-weight: 500;
}
.be-recipe .ingredients {
    background: #d9ad77;
    padding-top: 20px;
    padding-bottom: 20px;
}
.be-recipe .ingredients .ingredients-content {
    padding-top: 10px;
    font-size: 14px;
}
.be-recipe .ingredients .ingredients-content p {
    margin-top: 5px;
}
.be-recipe .author {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.be-recipe .author .photo {
    min-height: 170px;
    text-align: center;
}
.be-recipe .author .photo img {
    margin: 0 auto;
}
.be-recipe .author .badge {
    display: block;
    background: #643e00;
    color: #dbb27f;
    font-size: 18px;
    padding: 10px;
    position: absolute;
    bottom: 30px;
    right: 0;
}
.be-recipe .author .author-name {
    padding-top: 55px;
    color: #643e00;
    font-size: 20px;
}
.be-recipe .author .author-name .first {
    display: block;
    font-weight: bold;
}
.be-recipe .comments {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #dbb27f;
}
.be-recipe .prepare {
    padding-top: 30px;
}
.be-recipe .prepare .prepare-content {
    padding-top: 10px;
    font-size: 14px;
}
.be-recipe .prepare .prepare-content h2 {
    font-size: 20px;
    margin-top: 15px;
}
.be-recipe .prepare .prepare-content p {
    margin-top: 5px;
}
.be-recipe .emit-bar .rating {
    margin-top: 20px;
    padding-top: 7px;
    padding-left: 15px;
    padding-bottom: 4px;
    border-left: 1px solid #dbb27f;
    display: inline-block;
    float: left;
}
.be-recipe .emit-bar .button {
    background: #dbb27f;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
}
.be-recipe .emit-bar .button.printer {
    padding: 20px;
}
.be-recipe .emit-bar .button.mail {
    padding: 25px 20px;
}
.be-recipe .emit-bar .button:hover {
    background: #643e00;
}
.be-recipe .emit-bar .button:hover svg path {
    fill: #dbb27f;
}
.be-recipe .emit-bar .button svg {
    width: 30px;
}
.be-recipe .emit-bar .button svg path {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    fill: #643e00;
}
.be-recipe .emit-bar .label {
    float: left;
    width: 100px;
    padding: 0 10px;
    padding-top: 25px;
    display: inline-block;
    color: #643e00;
    font-size: 13px;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.be-show-store {
    display: none;
}
.be-show-store.visible {
    display: inline-block;
    padding-top: 30px;
}
.be-show-store .cover {
    height: 360px;
    overflow: hidden;
}
.be-show-store .cover img {
    width: 100%;
}
.be-show-store .name {
    color: #733d29;
    text-transform: uppercase;
    font-size: 20px;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    display: block;
}
.be-show-store .label {
    color: #a67c52;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.be-show-store .label:before {
    /* content: "•"; */
    padding-right: 10px;
    color: #a67c52;
}
.be-show-store .information {
    padding-top: 20px;
    font-size: 15px;
    color: #a67c52;
    display: block;
}
.be-show-store .gallery-label {
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 23px;
    color: #733d29;
}
@media (max-width: 992px) {
    .be-show-store .gallery {
        padding-top: 30px;
    }
}
.be-show-store .gallery .image {
    height: 100px;
    margin-top: 20px;
    overflow: hidden;
}
.be-show-store .gallery .image img {
    width: 100%;
}
.be-show-store .gallery .video {
    height: 125px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 992px) {
    .be-show-store .gallery .video {
        height: 225px;
    }
}
.be-show-store .gallery .video:hover .play {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.be-show-store .gallery .video .play {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -25px;
    margin-left: -25px;
    background: url("https://superfestval.com.br/img/play-white.svg");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.be-show-store .gallery .video img {
    width: 100%;
}
.be-show-store .managers-label,
.be-show-store .differential-label {
    color: #733d29;
    font-size: 20px;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.be-show-store .differential-label {
    padding-bottom: 5px;
    border-bottom: 1px solid #733d29;
    margin-bottom: 15px;
}
.be-show-store .managers {
    padding-top: 40px;
}
.be-show-store .managers .manager {
    margin-top: 20px;
    text-align: center;
}
.be-show-store .managers .manager .manager-photo {
    height: 100px;
    overflow: hidden;
    display: block;
}
.be-show-store .managers .manager .manager-photo img {
    width: 100%;
}
.be-show-store .managers .manager .manager-name {
    padding-top: 12px;
    color: #a67c52;
    display: block;
}
.be-show-store .differential {
    padding-top: 40px;
}
.be-show-store .differential .differential-store {
    margin-top: 10px;
    position: relative;
    min-height: 110px;
    text-align: center;
}
.be-show-store .differential .differential-store img {
    max-height: 110px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.be-stores .be-store {
    border-top: 1px solid #733d29;
    padding-top: 40px;
    margin-top: 40px;
}
.be-stores .be-store.clicked {
    display: none;
}
.be-stores .be-store .be-btn {
    margin-top: 40px;
}
.be-stores .be-store .image {
    height: 140px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .be-stores .be-store .image {
        margin-bottom: 15px;
    }
}
.be-stores .be-store .image img {
    width: 100%;
}
.be-stores .be-store .store-location {
    color: #733d29;
    font-size: 20px;
    /* font-family: "Effra", sans-serif; */
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
.be-stores .be-store .label {
    color: #a67c52;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}
.be-stores .be-store .label:before {
    /* content: "•"; */
    padding-right: 10px;
    color: #a67c52;
}
.be-stores .be-store .information {
    padding-top: 20px;
    font-size: 15px;
    color: #a67c52;
    display: block;
}
.be-wine-modal {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
}
.be-wine-modal .be-wine-price {
    font-size: 20px;
}
.be-wine-modal .be-wine-category {
    font-size: 13px;
    margin-top: 15px;
}
.be-wine-modal .be-wine-category a {
    display: inline-block;
    border-bottom: 1px solid #a67c52;
    padding-bottom: 3px;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    -ms-transition: border 0.3s;
    transition: border 0.3s;
    color: #733d29;
}
.be-wine-modal .be-wine-category a:hover {
    border-bottom: 0;
}
.be-wine-modal .be-wine-about {
    padding-top: 20px;
}
.be-wine-modal .be-wine-about p {
    font-size: 14px;
}
.be-wine-modal .image {
    text-align: center;
}
.be-wine-modal .image img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center !important;
}
input[type="checkbox"] {
    -webkit-appearance: auto !important;
    appearance: auto !important;
}
.disabled {
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3)) !important;
    color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
    border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3)) !important;
}

section.modal-politica-de-privacidade {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 30px 0px;
    background: #000;
    z-index: 999;
}
.blockxx {
    display: block !important;
}
section.modal-politica-de-privacidade .conteudo {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
    width: 100%;
}
section.modal-politica-de-privacidade .conteudo {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
    width: 100%;
}
section.modal-politica-de-privacidade .column p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin: 0px;
    line-height: 1.6;
}
section.modal-politica-de-privacidade .column .botao {
    text-align: center;
}
section.modal-politica-de-privacidade .column .botao .sing-sim {
    color: #fff;
    background: #AD7C41;
    border: 1px solid #AD7C41;
    display: block;
    max-width: 230px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    padding: 10px 0px;
    font-weight: 400;
    margin-top: 10px;
    transition: all .5s ease;
}
section.modal-politica-de-privacidade .column .botao .sing-prefe {
    color: #AD7C41;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.hidden {
    display: none !important;
}
.bg-white {
    background-color: #fff;
}
.bg-brown {
    background-color: #88623e;
}

.bg-light-brown {
    background-color: #af895b;
}
.bg-black {
    background-color: #000;
}

.conheca {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.conheca h2,
#ofertas-front h2,
#conteudo-festval h2,
#stores h2,
#offers-notebooks h2,
.be-offers h2,
.be-offers h3,
.be-contacts h2,
.be-contacts h4,
.be-mammabia h2,
#conteudo h2,
#adega h2,
#sobre h2,
.be-news h2,
.be-recipe h2,
.be-offer-books h2 {
    font-size: 1.5rem;
    font-weight: bold;
    font-style: italic;
}

.conheca article {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: justify;
}

#banners-fixos {
    padding: 1rem 0;
    background: linear-gradient(to bottom, #fff 15%, #000 15% 85%, #fff 85%);
}

#conteudo-festval {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #88623e;
    background-image: linear-gradient(to bottom left, #88623e, 70%, transparent), url(https://superfestval.com.br/img/noticias.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    /* opacity: .7; */
}
#conteudo-festval h2 {
    padding-bottom: 1rem;
    color: #fff;
}
#conteudo-festval .line {
    background-color: #fff;
}
#conteudo-festval .card-title {
    background-color: #000;
    color: #fff;
    padding: 1rem 0;
}
#conteudo-festval img {
    height: 202.500px;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
}
#conteudo-festval p {
    padding: 1rem;
    color: #fff;
    text-align: justify;
}
#conteudo-festval a {
    color: #fff;
}
#conteudo-festval a:hover {
    color: #fff;
}

#conteudo #conteudo-festval {
    background: none;
}

#conteudo a  {
    color: inherit;
}

#stores {
    padding: 1rem 0;
}
#stores h2 {
    padding-bottom: 1rem;
}
#stores p {
    width: 60%;
    text-align: justify;
}
@media (max-width: 768px) {
    #stores p {
        width: 100%;
    }
}

#offers-notebooks {
    /* padding: 1rem 0; */
}
#offers-notebooks h2 {
    padding-bottom: 1rem;
}

#newsletter {
    padding: 3rem 0;
    background-color: #88623e;
    color: #fff;
}
#newsletter .col-md-4 {
    font-size: 2.5rem;
}
#newsletter input {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    width: 70%;
}
#newsletter input,
#newsletter button {
    margin-top: 1.5rem;
}

#sobre {
    font-family: Helvetica, sans-serif !important;
    text-align: justify;
}
#sobre .bg-white,
#sobre .bg-brown {
    padding: 1rem 0;
}
#sobre .bg-brown {
    color: #fff;
}
.bg-brown .line {
    background-color: #fff;
}

.be-offers .bg-light-brown {
    padding: 1rem;
    color: #fff;
    border-radius: .7rem;
}
.be-offers input {
    background-color: #fff;
    color: #000;
}

.be-contacts .be-hr {
    margin-left: 1rem;
}

.btn-brown {
    background-color: #88623e;
    color: #fff;
}

.btn-black {
    background-color: #000;
    color: #fff;
}

.line {
    float: left;
    width: 2.5rem;
    height: 2px;
    top: .8rem;
    margin-right: .5rem;
    background: #dbb27f;
    display: block;
    position: relative;
    /* left: 2%; */
    z-index: 1;
}

.mt-1 {
    padding-top: 1rem;
}
.mt-1-5 {
    padding-top: 1.5rem;
}
.mt-2 {
    padding-top: 2rem;
}
.mt-3 {
    padding-top: 3rem;
}
.mt-4 {
    padding-top: 4rem;
}
.mt-5 {
    padding-top: 5rem;
}
.mb-1 {
    padding-bottom: 1rem;
}
.mb-1-5 {
    padding-bottom: 1.5rem;
}
.mb-2 {
    padding-bottom: 2rem;
}
.mb-3 {
    padding-bottom: 3rem;
}
.mb-4 {
    padding-bottom: 4rem;
}
.mb-5 {
    padding-bottom: 5rem;
}

.be-footer .midias a {
    color: #000;
    margin-left: .3rem;
    margin-right: .3rem;
    background-color: #fff;
    border-radius: 6rem;
    padding: .5rem;
}
.be-footer .be-btn {
    border-color: #d9ad77;
    color: #dbb27f;
}
.be-footer .be-btn:hover {
    border-color: #d9ad77;
    color: #fff;
}

.text-white {
    color: #fff;
}

.form-control {
    width: 100%;
    padding: .3rem;
}

.text-left {
    text-align: start !important;
}

.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}
.w-25 {
    width: 25%;
}

input[type="checkbox"] {
    appearance: none !important;
    padding: 0.5rem;
    border-radius: 0.2rem;
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%); */
}

input[type="checkbox"]:checked:after {
	content: '\2714';
    padding: 0.5rem;
}

.h1 {
    display: block;
    font-size: 2em !important;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.be-news h5 {
    font-size: 0.83em;
    font-weight: bold;
}

#city {
    appearance: auto;
}
#be-stores .input.select:after {
    content: "";
}

#be-stores img {
    height: 370px;
}

@media (max-width: 768px) {
    #be-stores img {
        height: auto;
    }
}

.magazine:hover {
    transform: scale(1.5);
    z-index: 9999;
}

.text-cut {
    text-decoration: line-through;
}

.btn-success {
    background-color: #01c020;
    color: #fff;
    border: none;
}

#magazines .image img {
    width: 390px;
}

@media (max-width: 768px) {
    #magazines .magazine:hover {
        transform: none;
    }
    #magazines .image img {
        width: 60%;
    }
}

/*# sourceMappingURL=application.css.map */
