/*------------------------------------*\
  GENERAL
\*------------------------------------*/

body{
    background: url(/assets/img/Background-02.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  font-family: 'Open sans', sans-serif;
  height: 100%;
  margin-top: 2%;
}



section{
  padding: 30px 0;
  text-align: center;
}

.cover{
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;

}


/*------------------------------------*\
  NAVIGATION
\*------------------------------------*/

#navigation{
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  border: 0; 
  padding: 0% 5% 0% 5%;
  z-index: 100;

  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.08);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
}

#navigation a{
  color: black;
}

#t_page a{
    color: #90550e;
}

#navigation a:hover{
  color: #9b5c11;
  background-color: white;
}

.img_logo{
    margin-top: -9px;
}

/*------------------------------------*\
  LOGO
\*------------------------------------*/

#logo_inc{
    margin-top: 5%; 
}

.img_logo_2{
    width: 40%;
}

.logo_text{
    font-size: 15px;
}

/*------------------------------------*\
  VISIT US
\*------------------------------------*/


.visit_img{
    width: 65%;
    margin: 3% 0% 3% 0%;
}
/*------------------------------------*\
  BRANDS
\*------------------------------------*/

#brands{
    margin: 0% 5% 10% 5%;
}

.brand_tittle{
    font-size: 20px;
    font-weight: 600;
    margin: 2% 5% 8% 5%;
    color: #683c11;
}

.brand_logo{
    height: 50px;
    display: block;
    width: 100%;
    padding: 0px 5px 0px 5px;
}

/*------------------------------------*\
  ABOUT - ABOUT
\*------------------------------------*/

.tittle_page{
    font-size: 25px;
    font-weight: 600;
    margin: 5% 5% 5% 5%;
    color: #935314;
}

.line{
    height: 1px;
    width: 35%;
    background-color: #935314;
    margin: 2% auto 5% auto;
}

.about_text{
    font-size: 18px;
    text-align: left;
    color: black;
    font-weight: 400;
    
}

.visit_txt{
    font-size: 18px;
    text-align: center;
    color: black;
    font-weight: 600;
}

/*------------------------------------*\
  PHOTOS - ABOUT
\*------------------------------------*/

.loja_tittle{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #723e0b;
    margin-bottom: 5%;
}

.ph1{
    height: 300px;
    background: url(/assets/img/Antanhol.JPG);
    background-size: cover;
    border-style: solid;
    border-width: 3px;
    
}

.ph2{
    height: 300px;
    background: url(/assets/img/TDVilela.JPG);
    background-size: cover;
    border-style: solid;
    border-width: 3px;
}


/*------------------------------------*\
  CONTACT - PAGE
\*------------------------------------*/

.tittle_page2{
    font-size: 25px;
    font-weight: 600;
    margin: 5% 5% 0% 5%;
    color: #935314;
}

.line2{
    height: 1px;
    width: 35%;
    background-color: #935314;
    margin: 2% auto 0% auto;
}

.title_contact{
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #2c1703;
}

.space{
    margin: 12% 0% 12% 0%;
}

.space2{
    margin: 8% 0% 8% 0%;
}

.contact_stf{
    font-size: 17px;
    text-align: left;
    margin: 0 8% 0 8%;
}

.text_cntc{
    padding: 0 5% 0 5%;
}

.text_cntc2{
    padding: 0 5% 0 5%;
}

.rest_text{
    padding-top: 0%;
    padding-left: 10%;
}

/*------------------------------------*\
  MAP
\*------------------------------------*/


#map{
   width: 430px;
    height: 300px;
    margin: 5% 0 10% 0;
}

#map2{
   width: 430px;
    height: 300px;
    margin: 5% 0 10% 0;
}

/*------------------------------------*\
  FOOTER
\*------------------------------------*/


footer{
  bottom:0;
  position: fixed;
  background: #000000;
  padding: 10px 0 10px 0;
  text-align: center;
  color:white;
  width:100%;
  height:40px;
  font-size: 15px;
  z-index: 1;
  
}



