@import "jquery.dlmenu.css"(max-width: 1024px);
@import "font-face";

* {
    margin: 0 auto;
    padding: 0;
}

body {
    font-family: 'Montserrat-Regular', Arial, sans-serif;
    font-size: 13px;
    color: #555;
    font-weight: 300;
    line-height: 22px;
}

/*H's'*/
h1, h2, h3, h4, h5, h6 {
    display: block;
    font-weight: 300;
}

b, strong {font-family: 'Montserrat-SemiBold';}

/*.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 { text-align: center;}

/*Largura para redimensão*/
img, picture, video, embed {
    max-width: 100%; /*define a largura máxima em até 100%*/
}

/*Divao*/
.divao { max-width: 1200px; margin: 0 auto; width: 90%; }

/*CONTAINER*/
.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.parallax {
    /* Full height */
    height: 100%;

    /* Create the parallax scrolling effect */
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ========================
  HEADER
======================== */
header {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0px;
}
header .container {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/*LOGO*/
.logo {
    min-width: 100px;
max-width: 470px;	
	width: 40%;
}

.info {
  width: 30%;  
}
.info .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.info .item {
  width: 50%;
  text-align: right;
  font-family: 'Lato-Regular';
}

.info .item:last-child {  
  text-align: right;
}
.info .item p {
  color: #ad9f6e;
  font-size: .8em;
  
}
.info .item span {
  color: #ad9f6e;
  text-align: right;
}
.info .item3 a {
  color: #fff;
  text-align: right;
  font-family: 'Lato-Regular';
}
.info .item p .tel {
  color: #ad9f6e;
  font-size: 1.3em;
  
}

/*NAV*/
#nav-hor {
    position: relative;
    margin-top: 0;
    width: 30%;
}
/*#nav-hor .dl-menuwrapper {
    text-align: center;
}*/
#nav-hor li { display: inline-block; margin: 0px 6px; position: relative; }
#nav-hor li a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-family: 'Lato-Regular';
    transition: .2s all linear;
}
#nav-hor ul ul { display: none; }
#nav-hor ul li:hover ul {
    display: block;
    position: absolute;
    text-align: left;
    padding-top: 10px;
    margin-top: -5px;
}

#nav-hor ul ul li {
    background: #000;
    width: 200px;
    padding: 10px;
    margin-left: 0px;
}
#nav-hor ul ul li a {text-transform: initial;}

#nav-hor li a:hover,
#nav-hor li a:active {
  transition: .2s all linear;
  color: #ad9f6e;
  text-decoration: none;
}
.nav .dl-trigger { display: none; }
.dl-trigger { display: none;}

.header-interno {
  background-color: #000000;
}

/* ========================
  SOBRE NÓS
======================== */

.etica .container {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.etica .sobre {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 140px;
}
.etica .sobre h2 {
  font-size: 2.8em;
  color: #818285;
  font-family: 'Rufina-Regular';
  font-style: italic;  
  margin-bottom: 45px;
  line-height: 39px;
  text-align: center;  
}
.etica .sobre h2 span{
    color: #bfae83;
}
.etica .sobre p {
  font-family: 'Lato-Light';
  font-size: 1.2em;  
  color: #818285;
  line-height: 27px;
  text-align: center;
  padding: 0 100px;
}

/* ========================
  SERVIÇOS
======================== */
.servicos{
    margin-bottom: 110px;
}
.servicos-img{
    width: 50%
}
.bg-img-serv{
	width: 612px;
	height: 454px;	
	background: url('../img/bg-servicos.jpg') no-repeat;
	position: absolute;
	top: 520px;
	left: -30px;
	z-index: -1;
}
.servicos-conteudo{
    width: 50%
}
.servicos-conteudo h2 {
  font-size: 2.8em;
  color: #818285;
  font-family: 'Rufina-Regular';
  font-style: italic;  
  margin-bottom: 38px;
  line-height: 39px;
  text-align: left;  
}
.servicos-conteudo p {
  font-family: 'Lato-Light';
  font-size: 1.2em;  
  color: #818285;
  line-height: 27px;
  text-align: left;
  
}
.serv-list{
    font-family: 'Rufina-Regular';
    color: #bfae83;
    margin-left: 20px;
    line-height: 27px;
    margin-top: 38px;
    list-style-image: url('../img/ic-serv-list.png');
}
.serv-list li a{
    color: #bfae83;
}
.serv-list li a:hover{
    text-decoration: underline;    
}

.bt-mais{  
	font-family: 'Rufina-Regular';  
    border: 2px solid #bfae83;
    color: #bfae83;
    padding: 18px;
    margin-top: 36px;
    display: block;
    max-width: 90px;
}   

/*Espacamento*/
.espacamento {
    margin-bottom: 135px;
}

/*Corpo*/
#corpo.full {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*interna*/
.interna {
    max-width: 1200px;
    width: 90%;
    margin: -95px auto 0px;
    padding: 0px 0px 30px;
}

/*Content*/
#content {
    text-align: center;
    padding: 80px 0px;
}
#content:nth-child(1) {background: #1b7eb5 url('../img/meio.jpg') no-repeat;}

/*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 {
	font-family: 'Lato-Regular';
    position: relative;
    font-size: 1em;
    color: #333;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title h4 {
    position: relative;
    font-size: 1.4em;
    color: #1D2261;
    font-weight: 300;
    margin: 20px 0px 50px;
    line-height: 1.4em;
}

.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; }


/*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: 20px; width: 150px; height: 100px; overflow: hidden;}
.boxImages ul li a{
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 100px;
}
.boxImages ul li img {
    display: inline-block;
    max-width: 150px;
    max-height: 100px;
}


/* RODAPE */
footer {
  background: #111111;
  width: 100%;
  font-family: 'Lato-Regular';
}
footer .info-footer {
  line-height: 100px;
  text-align: center;
  
}
footer .info-footer .item{
  width: 20%;
  float: left;
  color: #ad9f6e;
  text-align: left;
}
footer .info-footer .item2{
  width: 40%;
  float: left;
  text-align: left;
  color: #ad9f6e;
  }
  footer .info-footer .item3{
  width: 20%;
  float: left;
  text-align: right;
  color: #fff;
  }
  footer .info-footer .item3 a{
	  color: #fff;
  }


footer .info-footer p {
  font-family: 'Lato-Light';
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0px;
}
footer .copyright {
  padding: 10px 0;
}
footer .copyright .left,
footer .copyright .cgdw {
  display: inline-block;
  text-align: right;
}
/*-------------------/-------------------*/

/*Top fixo*/
.menu-fixo {
    position: fixed;
    z-index: 99999;
    transition: 2s;
}

/*Delay All*/
header, .topo, .logo, .logo img, .info, #nav-hor {
    transition: .3s all linear;
}
/*Transform*/
header.menu-fixo, .menu-fixo .topo, .menu-fixo .logo, .menu-fixo .logo img, .menu-fixo #info, .menu-fixo #nav-hor {
    transition: .3s all linear;
}

/*Transform especificos*/
header.menu-fixo {background: rgba(0, 0, 0, 0.85); padding: 0px; box-shadow: 0px 0px 3px 1px rgba(1, 1, 1, 0.4);}
.menu-fixo #nav-hor {margin-top: 0 !important;}
.menu-fixo .logo {margin: 10px 0px 10px !important; width: 18%;}
.menu-fixo .logo img {min-width: 0em; transform: scale(1);}
.menu-fixo .info {margin-top: 0 !important;}
