﻿/* 
    Website Developer: Karoline Dassie

    Main Colors:
    - Red: #b61c21
    - White: #fff
    - Light Gray: #393939
    - Black: #060606
*/

/*==========================================================

    RESET

===========================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
    color: #ccc;
    margin: 10px 0;
}

img {
    border: 0;
    max-width: 100%;
}

img.imgresp {
    max-width: 100%;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.clear {
    clear: both
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #b61c21;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #393939;
    color: #fff;
    text-shadow: none;
}

html,
body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
    background: #060606 !important;
    line-height: normal;
    font-family: 'Roboto Condensed';
}

/*==========================================================

    TYPOGRAPHY

===========================================================*/
.notInv h1,
.notInv h2,
.notInv h3 {
    font-family: 'Roboto Condensed';
}

.notInv h1 {
    font-weight: 900;
    color: #fff;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.notInv h2 {
    font-weight: 500;
    color: #ebebeb;
    font-size: 25px;
    line-height: normal;
}

.notInv h3 {
    font-weight: 900;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.notInv h4 {
    font-weight: 800;
    color: #393939;
    font-size: 15px;
    text-transform: uppercase;
}

.notInv h5 {
    font-weight: 600;
    color: #b61c21;
    font-size: 20px;
}

.notInv strong {
    font-weight: 900;
}

.notInv p,
.notInv ul,
.notInv ol,
.notInv li {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
}

.notInv a,
.notInv button,
.notInv .button,
.notInv a:hover,
.notInv button:hover,
.notInv .button:hover,
.notInv button.mobile_btn::after {
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.notInv a:link,
.notInv a:visited,
.notInv a:active {
    text-decoration: none;
    color: #393939;
}

.notInv a:hover {
    text-decoration: none;
}

.notInv .center {
    text-align: center !important;
}

.notInv .right {
    text-align: right;
}

.notInv .graybg {
    background: #393939;
}


/*==========================================================

    LAYOUT STYLES

===========================================================*/

.column1 {
    width: 100%;
}

.column2 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    color: #fff;
}

.column3 {
    width: 33.33333%;
    float: left;
    padding: 0;
    box-sizing: border-box;
}

.column4 {
    width: 23%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
}

.column5 {
    width: 20%;
    float: left;
    padding-right: 1%;
    box-sizing: border-box;
}

.column6 {
    width: 16%;
    float: left;
    padding-right: 1%;
    box-sizing: border-box;
}

.twothird {
    width: 60%;
    float: left;
    box-sizing: border-box;
}

.onethird {
    width: 40%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
    text-align: left
}

.dois-terco {
    width: 70%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}

.um-terco {
    width: 30%;
    float: left;
    box-sizing: border-box;
}

.last {
    padding-right: 0;
    margin-right: 0 !important;
}

.midcolumn {
    padding: 0 20px;
}

.center {
    text-align: center
}

article {
    background: #fff
}

.wrapper {
    width: 96%;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    position: relative
}

.white {
    background: #fff;
}

/*==========================================================

    HEADER STYLES 

===========================================================*/
#topo {
    background: #060606;
    height: 15px;
    border-bottom: 8px solid #b61c21;
}

#headerwrap {
    position: relative;
    margin: 0;
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(195, 195, 195, 0.6);
    -moz-box-shadow: 0px 2px 5px 0px rgba(195, 195, 195, 0.6);
    box-shadow: 0px 2px 5px 0px rgba(195, 195, 195, 0.6);
    z-index: 1;
}

.logo {
    float: left;
    width: 310px;
    background: #fff;
}

.logo img {
    max-width: 310px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.header-right {
    float: right;
    width: calc(100% - 310px);
    text-align: right;
    margin: 20px 0 0 0
}

.header-right p,
.header-right a {
    color: #060606;
    font-weight: 600
}

.header-right a:hover {
    color: #b61c21
}

/*.headrighthalf{float: right; text-align: right; margin: 0 0 0 20px}    
    .headrighthalf p, .headrighthalf a{color:#ebebeb}
    .headrighthalf a:hover{color: #b61c21}*/


/*==========================================================

    NAVIGATION

===========================================================*/
/* see menumaker.css for additional nav styles */


/*==========================================================

    SLIDESHOW

===========================================================*/

.slides {
    background: #fff;
    padding: 0;
    color: #fff;
    position: relative;
}

.cycle-slideshow {
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .75);
}

.cycle-slideshow img {
    width: 100%;
    max-width: 100%;
}

/* pager */
.cycle-pager {
    text-align: center;
    max-width: 100%;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.cycle-pager span {
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager > * {
    cursor: pointer;
}


/*==========================================================

    CONTENT STYLES

===========================================================*/

.pad {
    padding: 3em 0;
}

.padpouco {
    padding: 0 0 2em 0;
}

.padtxt {
    padding: 10px 40px;
}

.rightfoto {
    float: right
}

.formcont {
    background: #b61c21
}

.formcont p {
    color: #fff;
    font-weight: 700;
    font-size: 17px
}

iframe.mapa {
    border: 0;
    width: 90%;
    height: 340px;
    display: block
}

.notInv article p {
    font-size: 17px;
    line-height: 30px;
    color: #ebebeb
}

.patterno {
    background: url("../siteart/patterno.jpg") repeat fixed
}

/*==========================================================

    HOME PAGE

===========================================================*/

.boxtres {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 2em 0 1.2em 0;
}

.redbg {
    background: #b61c21
}

.whitebg {
    background: #fff
}

.whitebg h3 {
    color: #b61c21
}

.blkbg {
    background: #060606
}

.blkbg h3 {
    color: #fff
}

.boxtres:hover {
    background: #060606;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}

/*==========================================================

    SCROLLING INVENTORY

===========================================================*/

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: #060606;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*==========================================================

    CONTACT PAGE

===========================================================*/
#contatar {
    margin: 0 0 30px 0
}

#contatar p,
#contatar a:link,
#contatar a:visited,
#contatar a:active {
    color: #fff
}

#contatar a:hover {
    color: #b61c21
}

/*==========================================================

    FORM

===========================================================*/
.notInv .formcont {
    background: #f8f8f8;
    padding: 2%;
    margin: 1em auto;
}

.notInv .order-form {
    display: block;
}

.notInv #formpage {
    padding: 0;
}

.notInv form {
    margin: 0 0 0;
}

.notInv label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

.notInv input {
    border: #b61c21 solid 1px;
    border-radius: 2px;
    padding: 12px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 1% 10px 0;
    width: 99%;
    font-family: 'Roboto Condensed';
}

.notInv input.half {
    width: 49%;
    float: left;
}

.notInv input:focus {
    outline: #b61c21 solid 1px !important;
}

.notInv input.button2 {
    display: block;
    width: 300px;
    padding: 15px 0;
    margin: 20px 0 0 0;
    background-color: #b61c21;
    color: #060606;
    font-weight: 900;
    font-size: 22px;
    border: 0;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.notInv input.button2:hover {
    background-color: #060606;
    cursor: pointer;
    color: #fff;
}

.notInv select {
    border: #b61c21 solid 1px;
    border-radius: 2px;
    padding: 2%;
    font-size: 14px;
    box-sizing: border-box;
    width: 98%;
    margin: 0 1% 10px;
    color: #969696;
}

.notInv select.half {
    width: 48%;
    float: left;
}

.notInv textarea {
    font-family: 'Roboto Condensed';
    border: #b61c21 solid 1px;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    width: 99%;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}

.notInv textarea:focus {
    outline: #b61c21 solid 1px !important;
}

.notInv .CaptchaPanel {
    margin: 0px 0px 0px 0px !important;
    text-align: center;
    padding: 0px !important;
}

.notInv .CaptchaWhatsThisPanel a {
    color: #39393d !important;
}

.notInv .CaptchaImagePanel,
.notInv .CaptchaMessagePanel,
.notInv .CaptchaAnswerPanel,
.notInv .CaptchaWhatsThisPanel {
    margin: 0px 0px 0px !important;
    font-size: 12px;
    color: #39393d;
    text-align: left !important;
    font-weight: normal !important;
    padding: 0px 0 0 !important;
    box-sizing: border-box;
}

.notInv .CaptchaImagePanel {
    float: left;
    margin-right: 10px !important;
}

.notInv .CaptchaMessagePanel {
    color: #39393d;
}

.notInv #CaptchaAnswer {
    margin: 5px 0;
    width: 395px;
}

.notInv fieldset {
    width: 98%;
    box-sizing: border-box;
    margin: 0 1% 15px;
    background: #fff;
}

.notInv .centrocerto .CaptchaImagePanel {
    float: none;
    margin: 0 auto !important;
}

.notInv .centrocerto #CaptchaAnswer {
    width: 100%;
}

.notInv .centrocerto .CaptchaImagePanel,
.notInv .centrocerto .CaptchaMessagePanel,
.notInv .centrocerto .CaptchaAnswerPanel,
.notInv .centrocerto .CaptchaWhatsThisPanel {
    text-align: center !important;
}

.notInv .centrocerto input.button2 {
    width: 100%;
    margin: 10px auto 0 auto;
}



/*==========================================================

    FOOTER STYLES

===========================================================*/
.footwrap {
    padding: 1em 0;
    width: 100%;
    margin: 0 auto;
    background: #060606;
    text-align: center;
}

.footwrap p {
    color: #767676;
    font-size: 15px;
    font-weight: 600;
}

.footwrap a:link,
.footwrap a:visited,
.footwrap a:active {
    color: #767676;
    font-weight: 600;
}

.footwrap a:hover {
    color: #ce2320
}


/*==========================================================

    RESPONSIVE STYLES

===========================================================*/

/* iPads (portrait and landscape) ----------- */

@media screen and (max-width: 1130px) {
    article h1 {
        text-align: center;
        font-size: 31px
    }

    article h2 {
        text-align: center;
        font-size: 22px
    }

    article h5 {
        text-align: center;
    }

    article p {
        text-align: center;
        font-size: 16px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1025px) {
    .pad {
        padding: 2em 0;
    }
}

@media screen and (max-width: 850px) {
    .padpouco {
        display: none
    }

    a.catgbtn {
        display: block;
        padding: 5px;
        border: 1px solid #fff;
        color: #fff;
        margin: 1px;
        text-align: center
    }

    .wrapper {
        width: 90%;
    }

    #mobilemore {
        display: block;
        padding-top: 2em;
    }

    #mobileless {
        display: none
    }

    .column2 {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: center
    }
}


/* iPhone 5, 6, 6+ ----------- */

@media screen and (max-width: 736px) {

    .pad {
        padding: 1em 0;
    }

    .column3 {
        width: 100%;
        float: none;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center
    }

    .CaptchaImagePanel {
        float: none;
        margin: 0 auto !important;
    }

    #CaptchaAnswer {
        width: 100%
    }

    .CaptchaImagePanel,
    .CaptchaMessagePanel,
    .CaptchaAnswerPanel,
    .CaptchaWhatsThisPanel {
        text-align: center !important;
    }

    input.button2 {
        width: 100%;
        margin: 10px auto 0 auto
    }

    input.half {
        width: 98%;
        float: left;
    }

    #headerwrap {
        padding: 5px 0;
    }

    .header-right {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    .logo {
        float: none;
        width: 100%;
        padding: 0;
    }

    /*.headrighthalf {
        text-align: center;
        margin: 0;
        width: 50%;
    }*/

    .boxtres {
        float: none;
        width: 100%;
        text-align: center;
        padding: 14px 0 1px 0;
    }

    .boxtres img {
        height: 50px
    }

    iframe.mapa {
        height: 310px
    }

    .footwrap {
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    /*.headrighthalf {
        float:none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }*/

    article h1 {
        font-size: 27px
    }

    article h2 {
        font-size: 18px
    }

    article p {
        font-size: 15px;
    }
}
