@charset "utf-8";
/* COPYRIGHT (C) Inovazi - Agência Criativa  */

/* == HTML5 CLEAN =========================================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

input[type="button"], button:focus, textarea:focus, input:focus, input[type]:focus{
    border-color: rgba(42, 11, 1, 0.80);
    box-shadow: 0 1px 1px rgba(42, 11, 1, 0.075) inset, 0 0 8px rgba(42, 11, 1, 0.60);
    outline: 0 none;
}

::-moz-selection { background: rgb(42, 11, 1); color: #fff; text-shadow: none; }
::selection { background: rgb(42, 11, 1); color: #fff; text-shadow: none; }

/*a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }*/

a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a, a img {text-decoration: none;border: none;}

/* =========================================================================================== HTML5 CLEAN == */



/* == BODY ================================================================================================== */
body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    font-size: 11px;
    background: #fff;
    min-width: 900px;
}
/* ================================================================================================== BODY == */



/* == COMMON ================================================================================================ */
body * {
    position: relative;
    display: block;
    box-sizing: border-box;
}

body script {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
}


a{
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
}

.col-md-1 {width: 8.33333%;}
.col-md-2 {width: 16.66667%;}
.col-md-3 {width: 25%;}
.col-md-4 {width: 33.33333%}
.col-md-5 {width: 41.66667%;}
.col-md-6 {width: 50%;}
.col-md-7 {width: 58.33333%;}
.col-md-8 {width: 66.66667%;}
.col-md-9 {width: 75%;}
.col-md-10 {width: 83.33333%;}
.col-md-11 {width: 91.66667%;}
.col-md-12 {width: 100%;}

[class*="col-md-"]{
    display: inline-block;
    vertical-align: middle;
}

[class*="col-md-"]:last-child{
    margin-left: -4px;
}

/*i{
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    height: 75px;
    width: 75px;
    background-image: url("../img/icons/sprite_icons.png") !important;
    background-size: 191px;
}*/


/*.textLeft{ text-align: left; }
.textRight{ text-align: right; }*/


/* ================================================================================================ COMMON == */

/* == TEMP ================================================================================================ */

header, footer{ display: none }

.tempLanding{
    min-width: 1200px;
    min-height: 1986px;
    /*background: url('../img/backgrounds/wood.jpg') top center no-repeat;*/
    background: url('../img/backgrounds/fundo3.jpg') top center no-repeat;
    background-size: 1920px auto;
}

    .tempLanding .logo{
        position: absolute;
        left: calc(50% - 130px);
        top: 120px;
        width: 260px;
        height: 235px;
    }

    .tempLanding .topInfo{
        position: absolute;
        left: calc(50% - 480px);
        top: 360px;
        width: 960px;
        text-align: center;
    }

        .tempLanding .topInfo h1 {
            font-family: 'Vollkorn', serif;
            font-weight: 700;
            font-size: 70px;
            color: #2a0b01;
        }

        .tempLanding .topInfo p {
            font-family: 'Vollkorn', serif;
            color: #2a0b01;
            font-size: 36px;
            font-style: italic;
        }

            .tempLanding .topInfo p b{
                display: inline-block;
                font-weight: 700;
            }

        /*.tempLanding .badge{
            position: absolute;
            left: 700px;
            top: 1013px;
            width: 246px;
            height:  330px;
            background: url('../img/backgrounds/selo.png') 0 0 no-repeat;
            background-size: 246px  330px;
            padding-top: 10px;
            color: #cacaad;
            text-align: center;
        }*/

        .tempLanding .badge_cat{
            position: absolute;
            width: 100%;
            height: 330px;
            margin: auto;

        }
        .tempLanding .badge_cat .badge{
            position: absolute;
            top: 1005px;
            width: 260px;
            height:  410px;
            background: url('../img/backgrounds/selo3.png') 0 0 no-repeat;
            background-size: 260px  420px; /*background-size: 328px 443px;*/ /*350px*/
            padding-top: 1%;
            color: #cacaad;
            text-align: center;
            left: 52%;
        }
        /* selo para título "Bunch reserva especial" */
        .tempLanding .badge_cat .badge2{
            position: absolute;
            top: 1140px;
            width: 130px;
            height:  175px;
            background: url('../img/backgrounds/selo.png') 0 0 no-repeat;
            background-size: 130px  175px; /*background-size: 328px 443px;*/
            padding-top: 1%;
            color: #cacaad;
            text-align: center;
            left: 80%;
        }
        
        /* Titulo "Bunch reserva especial" */
        .tempLanding .badge .rEspecial{
            font-family: 'Vollkorn', serif;
            font-weight: 700;
            font-size: 14px;
            margin-top: 118px;

        }
        
        .tempLanding .badge h3{
            font-family: 'Vollkorn', serif;
            font-weight: 700;
            font-size: 14px;
            margin-top: 19px;

        }

        .tempLanding .badge span{
            font-family: 'Bree Serif', serif;
            font-size: 12px;

        }

        
        .tempLanding .badge span{
            font-family: 'Bree Serif', serif;
            font-size: 12px;
        }

        /* selo 2*/
        .tempLanding .badge1{
            position: absolute;
            top: 1005px;
            width: 260px;
            height:  350px;
            background: url('../img/backgrounds/selo.png') 0 0 no-repeat;
            background-size: 260px  350px; /*background-size: 328px 443px;*/
            padding-top: 1%;
            color: #cacaad;
            text-align: center;
            left: 30%;
        }

        .tempLanding .badge1 h3{
            font-family: 'Vollkorn', serif;
            font-weight: 700;
            font-size: 14px;
            margin-top: 19px;

        }

        .tempLanding .badge1 span{
            font-family: 'Bree Serif', serif;
            font-size: 12px;
            /*display: inline-block;
            vertical-align: middle;*/
        }


        .tempLanding .badge1 span{
            font-family: 'Bree Serif', serif;
            font-size: 12px;
        }

        /**/
        .tempLanding form{
            position: absolute;
            left: calc(50% + 170px);
            top: 1514px;
            width: 348px;
        }

        .tempLanding form h1{
            font-family: 'Vollkorn', serif;
            font-weight: 700;
            font-size: 30px;
            color: #2a0b01;
        }

        .tempLanding form input,
        .tempLanding form textarea{
            border: 1px solid #fff;
            padding: 10px;
            font-family: 'Bree Serif', serif;
            font-size: 12px;
            line-height: 12px;
            color: #fff;
            background: transparent;
            width: 100%;
            margin-top: 4px;
        }

        .tempLanding form input.error,
        .tempLanding form textarea.error{
            border-color: #a40606;
        }

        .tempLanding form input#email,
        .tempLanding form input#mobile{
            width: calc(50% - 4px);
            display: inline-block;
        }

        .tempLanding form input#mobile{
            margin-left: 4px;
        }

        .tempLanding form textarea {
            height: 138px;
            resize: none;
        }

        .tempLanding form textarea::-webkit-input-placeholder ,
        .tempLanding form input::-webkit-input-placeholder { /* WebKit browsers */
            color:#fff;
            font-family: 'Bree Serif', serif;
            font-size: 12px;
            line-height: 12px;
            text-transform:uppercase;
        }
        .tempLanding form textarea:-moz-placeholder ,
        .tempLanding form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color:#fff;
            font-family: 'Bree Serif', serif;
            font-size: 12px;
            line-height: 12px;
            opacity:  1;
            text-transform:uppercase;
        }
        .tempLanding form textarea::-moz-placeholder ,
        .tempLanding form input::-moz-placeholder { /* Mozilla Firefox 19+ */
            color:#fff;
            font-family: 'Bree Serif', serif;
            font-size: 12px;
            line-height: 12px;
            opacity:  1;
            text-transform:uppercase;
        }
        .tempLanding form textarea:-ms-input-placeholder ,
        .tempLanding form input:-ms-input-placeholder { /* Internet Explorer 10+ */
            color:#fff;
            font-family: 'Bree Serif', serif;
            font-size: 12px;
            line-height: 12px;
            text-transform:uppercase;
        }

        .tempLanding form a{
            display: inline-block;
            background: #2a0b01;
            color: #fff;
            padding: 12px 15px;
            font-size: 24px;
            line-height: 24px;
            font-family: 'Vollkorn', serif;
            font-weight: 700;
            float: right;
            margin-top: 4px;
            cursor: pointer;
            -webkit-transition: background .2s;
            -moz-transition: background .2s;
            -ms-transition: background .2s;
            -o-transition: background .2s;
            transition: background .2s;
        }

        .tempLanding form a:hover{
            background: #150601;
        }

        .tempLanding form p:first-of-type{
            margin-top: 75px;
        }

            .tempLanding form p span:first-child{
                display: inline-block;
                font-family: 'Bree Serif', serif;
                color: #2a0b01;
                font-size: 18px;
            }

            .tempLanding form p span:last-child{
                display: inline-block;
                font-family: 'Bree Serif', serif;
                color: #fff;
                font-size: 18px;
                margin-left: 5px;
            }


            .tempLanding .contacts{
                position: absolute;
                top: 1986px;
                height: 50px;
                width: 100%;
                text-align: center;
                padding-top: 15px;
                background-color: white;
                color: black;
                font-size: 15px;
                font-family: 'Courier New';
                background-repeat: no-repeat;
                background-size: auto;
            }

            .tempLanding .contacts .contact2{
                position: absolute; top: 20px; width: 33.3%;
            }

            .tempLanding .contacts .contact3 {
                position: absolute; top: 20px; left: 33.5%; width: 33.3%;
            }
            .tempLanding .contacts .contact2 span:first-child{
                display: inline-block; color: #d98264;
            }
            .tempLanding .contacts .contact4{
                position: absolute; top: 20px; right: 1.2%; width: 33.3%;
            }
            .tempLanding .contacts .contact3 span:first-child{
                display: inline-block; color: #d98264;
            }

            .tempLanding .contacts .contact4 span:first-child{
                display: inline-block; color: #d98264;
            }
            .tempLanding .contacts .contact2 span:last-child{
                display: inline-block;
                color: black;
            }
            .tempLanding .contacts .contact3 span:last-child{
                display: inline-block;
                color: black;
            }
            .tempLanding .contacts .contact4 span:last-child{
                display: inline-block;
                color: black;
            }

            .tempLanding .footer{
                position: absolute;
                top: 2075px;
                height: 170px;
                width: 100%;
                text-align: center;
                padding-top: 27px;
                background-color: black;
                color: white;
                font-size: 15px;
                font-family: 'Courier New';
                background-repeat: no-repeat;
                background-size: auto;
            }

            .tempLanding .footer span{
                padding-top: 8px; font-family: 'Courier New'; font-size: 12px;
            }

            .tempLanding .footer b{
                padding-top: 12px; margin-bottom: -13px; font-family:'Gadget', sans-serif; font-size: 17px;
            }
/* ================================================================================================ TEMP == */