@import "jquery.dlmenu.css"(max-width: 1024px);
@import "font-face";

* {
    margin: 0 auto;
    padding: 0;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    color: #555;
    font-weight: 300;
    line-height: 1.4em;
}

/*H's'*/
h1, h2, h3, h4, h5, h6 {
    display: block;
}

/*.cf usado para adicionar um espaço vazio antes e depois dos elementos
  evitando que os floats se aglomerem.
*/
.cl:before, .cl:after {content: "";display: table;}
.cl:after {clear: both;}
.cl {*zoom: 1; clear: both;}
/*fim do cf*/

/*Inputs Safari*/
::-webkit-input-placeholder { color: #717171;}
:-moz-placeholder { color: #717171;}
::-moz-placeholder { color: #717171;}
:-ms-input-placeholder { color: #717171;}

.overflow {overflow: hidden;}
.center { margin-bottom: 50px; text-align: center;}

/*Largura para redimensão*/
img, picture, video, embed {
    max-width: 100%; /*define a largura máxima em até 100%*/
}

/*Header*/
header { 
    display: inline-block;
    width: 100%;
    position: absolute;
    z-index: 9999;
    top: 0px;
    min-height: 100px;
}

.espacamento {
    margin-bottom: 100px;
}

/*Divao*/
.divao { max-width: 1200px; margin: 0 auto; width: 90%; }

/*LOGO*/
.logo { display: block; float: left; width: 23%; min-width: 70px; margin-top: 18px;}
.tarja {
    background: #1030A7;
    position: absolute;
    left: 0px;
    width: 31%;
    height: 100px;
    z-index: -1;
}

/*info*/
.info {
    float: right;
    width: 75%;
    text-align: right;
    margin-top: 3%;
}
.info ul li{
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    text-align: left;
    width: 220px;
    text-transform: uppercase;
    color: #6b6c73;
}
.info ul li:nth-last-child(1), .info ul li:nth-last-child(2){ width: 150px; color: #1030a7; font-weight: 500;}
.info ul li span {
    float: left;
    padding: 1px 0px 0px;
    margin-right: 10px;
}


/*NAV*/
#nav-hor { 
    float: right;
    padding-top: 5px;
    width: 60%;
    text-align: left;
}
#nav-hor li { display: inline-block; margin: 0px 1%; position: relative; }
#nav-hor li a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    padding: 10px;
    text-transform: uppercase;
    transition: .2s all linear; 
    border-radius: 30px;
}
#nav-hor li a:hover, #nav-hor li a:active {transition: .2s all linear; background: #E3B43D; color: #000;}
.nav .dl-trigger { display: none; }
.dl-trigger { display: none;}


/*Content*/
#content { padding-bottom: 75px; padding-top: 75px; }
#content.interno { padding-top: 120px; }

/* LEFT */
#left {
    width: 20%;
    margin-bottom: 35px;
    float: left;
    max-width: 215px;
}
#left .margin { margin-top: 35px; }
#left .title { margin-bottom: 30px; }

#left .title h2 { margin-bottom: 0; }

/* end LEFT */

/*Corpo*/
#corpo.full { width: 100%; max-width: 100%; }

/*Title*/
.title {
    margin-bottom: 30px;
}
.title._2 { color: #f7941e; }

.title h1 {
    z-index: 1;
    position: relative;
    background: #fff;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 2em;
    color: #CAAB4C;
    letter-spacing: 0px;
}
.title h2 {
    font-weight: 700;
    position: relative;
    font-size: 1.4em;
    color: #CAAB4C;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.title h1, .title h2 a { color: #CAAB4C; }
.title h1 a:hover, .title h2 a:hover { color: #000; text-decoration: underline }

.title h3, .subTitle {
    position: relative;
    font-size: 2em;
    color: #dd931a;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: uppercase;
}
.title h4 {
    position: relative;
    font-size: 1.4em;
    color: #1D2261;
    font-weight: 300;
    margin: 20px 0px 50px;
    line-height: 1.4em;
}

.text { color: #7e7e83; font-size: 1em; line-height: 20px;}

.title.cart .bg { background: url('../img/title_cart_bg.png') no-repeat; }
.boxAddress h3 i { background: url(../img/sprite_icons.png) no-repeat -249px -79px; }

/*Meio*/
.meio {
    padding: 60px 0px;
    max-width: 100%;
    text-align: center;
}  
#corpo .meio:nth-child(2) {
    background: #F3F1F2;
}  
.meio box {
    display: inline-block;
    vertical-align: top;
    max-width: 1200px;
    width: 90%;
    text-align: left;
}
.meio:nth-child(2) box {text-align: right;}
.meio box span { float: left; margin-right: 5%; }
.meio:nth-child(2) box span { float: right; margin-right: 0%; margin-left: 5%; }
.meio box h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.8em;
    color: #000;
    margin: 10px 0px 20px;
}
.meio box h3 {
    font-weight: 300;
    font-size: 1.3em;
    color: #1030A7;
    margin: 10px 0px 10px;
}
.meio box .linha {
    height: 1px;
    width: 30%;
    background: #ccc;
    display: inline-block;
    margin: 15px 0px 20px;
}
.meio box p {
    font-size: 1em;
    line-height: 1.8em;
    margin-bottom: 10px;
}
.meio box a {
    color: #fff;
    background: #1030A7;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    margin: 20px auto 0px;
    transition: .2s all linear;
    font-weight: 800;
    border: 2px solid #C8D0F0;
}
.meio box a:hover {
    background: #000;
    transition: .2s all linear;
}

/*FORM CUSTOMER*/
.img-login{float: left; margin-right: 10px;}
.padding_30{padding: 7%;}
.box_form_customer{float: left; width: 32%;}
.title-customer h2{
    color: #3e3e40;

    font-size: 2em;
    font-weight: lighter;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.title-customer h2 span{color: #CAAB4C; }
.subTitle-customer{color: #CAAB4C;  font-size: 1.5em; margin-bottom: 35px; font-weight: 500; text-transform: uppercase;}
.labelCustomer{
    color: #3e3e40;
    font-size: 1.1em;
    display: block;
    margin-bottom: 23px;
}
.input-text-customer{
    display: block;
    padding: 9px;
    margin-top: 10px;
    border: 1px solid #cfcfd1;
    color: #8a8a90;
    width: 94%;
}
.select-customer {
    display: block;
    padding: 9px 3%;
    margin-top: 10px;
    border: 1px solid #cfcfd1;
    color: #8a8a90;
    width: 100%;
}
.input-submit-customer{
    background: #CAAB4C;

    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}
.input-submit-customer:hover{background: #242424;}
.boxForget{margin-top: 10px;}
.forget{color: #257ca5;  text-decoration: underline!important; font-size: 1em;}
.bt_cep{background: #3e3e40; display: inline-block; padding: 0px 10px; margin-top: 10px; width: 30%; height: 37px;}
.input-cep{width: 60%; display: inline-block;}

/*PAYMENT*/
.subTitle-payment{font-size: 1.4em; font-weight: lighter; text-transform: uppercase; color: #231f20;}
.paymentDepositoInfo{font-size: 1.2em; font-weight: lighter; line-height: 20px; color: #231f20; }

/*ICONS PAYMENT*/
.boxPayment h1 i {background: url("../img/sprite_icons.png") no-repeat;}

/*BOX IMAGES*/
.boxImages{margin: 20px auto; text-align: center;}
.boxImages ul li{display: inline-block; margin: .5%;}


/* RODAPE */
footer { 
    padding-top: 60px;
}
#rodape { 
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}
.rodape {
    display: table-cell;
    vertical-align: middle;
}
#rodape .rodape:nth-child(1){padding-right: 70px; width: 60%}
.rodape h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.8em;
    color: #000;
    margin: 10px 0px 20px;
}
.rodape h3 {
    font-weight: 300;
    font-size: 1.3em;
    color: #1030A7;
    margin: 10px 0px 10px;
}
.rodape h3:after {
    content: '';
    height: 1px;
    width: 60%;
    display: block;
    background: #ccc;
    margin: 15px 0px 40px;
}

.rodape h4 {
    font-weight: 700;
    position: relative;
    font-size: 1.2em;
    color: #555;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: table;
}
.rodape h4 img { margin-right: 6px; position: relative; top: 2px; padding-bottom: 20px; float: left;}
.rodape h4 p { font-weight: 300; font-size: .6em;}
.rodape p {
    font-size: 1em;
    line-height: 1.5em;
}

/*bottom*/
#rodape .bottom { clear: both; padding: 65px 0 30px 0; }
#rodape .bottom .left { 
    color: #555;
    font-size: .9em;
    float: left;
    padding-top: 5px;
    

}
#rodape .cgdw { display: block; float: right; }

/*-------------------/-------------------*/

/*Top fixo*/
.menu-fixo {
    position: fixed;
    z-index: 99999;
    transition: 2s;
}

/*Delay All*/
header, .topo, .logo, .logo img, .info, .dl-menuwrapper {
    transition: .3s all linear;
}
/*Transform*/
header.menu-fixo, .menu-fixo .topo, .menu-fixo .logo, .menu-fixo .logo img, .menu-fixo #info, .menu-fixo .dl-menuwrapper {
    transition: .3s all linear;
}

/*Transform especificos*/
header.menu-fixo {background: rgba(0, 0, 0, 0.7); padding: 0px;}
.menu-fixo .dl-menuwrapper {margin: 15px 0px 15px !important;}
.menu-fixo .logo {margin: 5px 0px 0px !important; width: 7%;}
.menu-fixo .logo img {min-width: 0em; transform: scale(1);}
.menu-fixo .info {margin: 10px 0px 0px !important; }