@import url('https://fonts.googleapis.com/css?family=Pacifico|Crimson+Text:400,700|Raleway:300,400,700');
body
{
	margin-top:-18px;
    background-color:#fff;
	color: #575757;
	font-size: 15px;
    padding: 0px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.topo{
	width:100%;
	background-image: url(../images/bg_topo.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

.bg_site{
	background-color:#fff;
}

.conteudos{
	margin:0 auto;
}

.logotipo{
	width:100%;
	text-align:center;
	display:none;
}

.logotipo_mobile{
	width:100%;
	text-align:center;
	display:block;
}

.fb{
	width:100%;
	text-align:center;
}

.sep-mobile{
	clear:both;
}

.slider_inicial{
	width:100%;
}

.menu_desktop{
	display:none;
}

.menu_mobile{
	display:block;
}

.ancora{
	position: relative;
    width: 100%;
	margin-top: 1px;
}

.sombra_slider{
	position: absolute;
	width: 100%;
	margin-top: -47px;
	text-align: center;
}

@media (min-width: 1100px) {
	
	.menu_mobile{
		display:none;
	}

	.menu_desktop{
		display:block;
	}
	
	.topo{
		height:330px;
	}
	
	.conteudos{
		width:100%;
		height:130px;
		width:1050px;
	}

	.logotipo_mobile{
		display:none;	
	}

	.logotipo{
		display:block;
		text-align:center;
		padding: 0px 0 30px 0px;
	}

	.sep-mobile{
		clear:none;
	}
	
	.slider_inicial{

	}
	

	.fb{
		width: 150px;
		float: right;
		height: 20px;
		padding-right: 30px;
		text-align: left;
		margin-top: 10px;
	}

}

/* Títulos */

.titulos{
	width: 100%;
	text-align: center;
}

.tit_principal{
	margin: 0 auto;
	font-family: 'Pacifico', sans-serif;
	color: #c59b5f;
	font-size: 2.5em;
}

.sub_titulo{
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #373536;
	font-size: 1.8em;
}

.sep_tit{
	width: 15%;
	margin: 20px auto 40px auto;
	height: 2px;
	background-color: #373536;
}

/* FIM Títulos*/


/* CLASSES DO 1º TEMPLATE */

a:link{
	color:#373536;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#c59b5f;
}

a:visited{
	text-decoration:underline;
	color:#373536;
}

.sep{
}


.container{
	width:100%;
	background-color:#FFF;
	overflow:hidden;
	margin-top: 30px;
}


.container.preto{
	background-color:#000;

}

.main{
	width:95%;
	padding:10px 0px 20px 10px;
	text-align:justify;
}

.main.azul{
	background-color:#385f91;
}

.boxvideos{
	margin-bottom: 30px;
}


@media (min-width: 1100px){
	
	.foto_slider{
		top:185px;
		height:323px;
	}
	
	.boxvideos{
		float: left;
	}

	.sep{
		position:relative;
		width:100%;
		height:25px;
		background: url(../images/sep.png);
		z-index:2;
	}

	.container{
	}

	.main{
		width:1004px;
		margin:0 auto;
		text-align:justify;
		padding:0;
	}
	
	.main.branco{
	}
	
	.box_produtos1{
		float:left;
		width:49%;
		height:500px;
		padding-top:50px;
	}
	
	.box_produtos2{
		float:right;
		width:49%;
		height:500px;
	}
}

.main_cinza1{
	width:100%;
	background-color:#f2f2f2;
}

.main_cinza_container{
	width:100%;
	padding:10px 0px 20px 10px;
	text-align:justify;
}


@media (min-width: 1100px){

	.main_cinza_container{
		width:1004px;
		margin:0 auto;
	}
}




.mod_inicial_esq{
	width:95%;
	text-align:center;
}

.mod_inicial_dir{
	width:95%;
	text-align:center;
}

@media (min-width: 1100px){
	
	.mod_inicial_esq{
		float:left;
		width:50%;
	}
	
	.mod_inicial_dir{
		float:right;
		width:50%;
	}
	
}

.main.cinza2{
	width:100%;
	padding-top:45px;
	background-color:#323232;
}

.mapa{
	width:100%;
	margin:0;
}

.map-wrap {
	position:relative; 
}
	
.overlay {
	width:100%;
	min-height:650px; 
	position:absolute; 
	top:0;
}

.assinatura{
	width:100%;
	background-color:#c59b5f;
	margin-top:-10px;
	padding:20px 0px 5px 0px;
	text-align:center;
	font-size:10px;
	color:#fff;
	z-index: 2;
}

@media (min-width: 1100px){

.mapa{
	position:relative;
}
	
.assinatura{
}

}

.container ul { 
   list-style-type: disc; 
   list-style-position: inside;
   padding-left:30px;
   line-height:31px;
}

.links{
	color:#566366;
	line-height:26px;
	font-weight:300;
}

.links a{
	color:#566366;
	text-decoration:none;
}

.links a:hover{
	color:#4ca8e0;
}

a.btn_vermais {
	color: #4a4a4a;
	background-color:#fff;
	padding: 10px 20px 10px 20px;
	border: solid #4a4a4a 2px;
	text-decoration: none;
	
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
	/* ...and now for the proper property */
	transition:.4s;
}

a.btn_vermais:hover {
	background-color: #f1ffdd;
	text-decoration: none;
}

/* -----------------------    QUEM SOMOS   ----------------------- */

.quem_somos1{
	float:left;
	width:49%;
}

.quem_somos2{
	float:right;
	width:49%;
}

.clear{
	clear:both;
}


/* -----------------------    HISTÓRIA   ----------------------- */

.texto_historia{
	font-family: 'Crimson Text', serif;
	font-size: 1.3em;
    letter-spacing: 1px;
    line-height: 40px;
}

.colunas{
	column-count: 0;
}
	
@media (min-width: 1100px) {

	.colunas{
		column-count: 2;
		column-gap: 50px;
        column-fill: balance;
	}
	
}

/* -----------------------    QUOTE   ----------------------- */

.quote{
	width: 80%;
    border-top: 2px solid #c49e5f;
    border-bottom: 2px solid #c49e5f;
    padding: 25px;
    margin: 40px auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 50px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    color: #c49e5f;
}

/* -----------------------    CONTACTOS   ----------------------- */


.contactos{
	position: relative;
	width:100%;
	background-color:#000;
	margin-top:-10px;
	padding:20px 0px 5px 0px;
	text-align:center;
	color:#fff;
}

.form_container{
	position: absolute;
	left: 50%;
	width: 310px;
	background-color: #FFF;
	margin: -120px 0 0 -155px;
	padding: 20px;
	
	-webkit-box-shadow: 0px -5px 36px -7px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px -5px 36px -7px rgba(0,0,0,0.51);
	box-shadow: 0px -5px 36px -7px rgba(0,0,0,0.51);
}

.contactos_mobile{
	display: block;
	padding-top: 320px;
}

.colunaesq{
	display: none;
}

.colunadir{
	display: none;
}

@media (min-width: 1100px) {

	.contactos_mobile{
		display: none;
	}
	.colunaesq{
		display: block;
		float: left;
		width: 30%;
	}

	.colunadir{
		display: block;
		float: right;
		width: 30%;
	}

}

/* -----------------------    OUTRAS CLASSES   ----------------------- */

p { line-height:31px; margin-top: 0em; margin-bottom: 0.8em;}

img { border: 0 none; max-width:100%; height:auto;}

::selection {
background:#1f9df6;
color:#FFF;
}

::-moz-selection {
background:#1f9df6;
color:#FFF;
}

::-webkit-selection {
background:#1f9df6;
color:#FFF;
}



/* FORM */
form{
  padding:0% 0% 6% 0%;
  max-width:400px;
  margin:0 auto;
}

@media (min-width: 1100px) {

	form{
	  max-width:800px;
	}

}

input.txt_form{
  width:100%;
  margin-bottom:4%;
  border:none;
  outline:none;
  background: #e7e7e7;
  padding:4%;
  font-size:80%;
  color:#555;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

}

input.txt_form2{
  margin-bottom:4%;
  border:none;
  outline:none;
  background: #e7e7e7;
  padding:4%;
  font-size:80%;
  color:#555;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

}

textarea.txt_form{
  width:100%;
  background:#fff;
  margin-bottom:4%;
  border:none;
  outline:none;
  background: #e7e7e7;
  padding:4%;
  font-size:80%;
  color:#555;
  resize:none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

}

input.bt_enviar{
  width:100%;
  background:#c59b5f;
  border:0;
  padding:4%;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

input.bt_enviar:hover{
  background:#a2793e;
}

#mensagens_erro{
	font-size: 12px;
	color:#F00;
}

.form1{
	
}

.form2{

}


input.bt_ver_mais{
  width:70px;
  background:#3e3e3c;
  border:0;
  padding:10px 0 10px 0;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  
  font-family: 'Quicksand', sans-serif;
  font-size:0.7em;
  font-weight:700;
}

input.bt_ver_mais:hover{
  background:#9b9b9b;
}



@media (min-width: 1100px) {

.form1{
	float:left;
	width:49%;
}

.form2{
	float:right;
	width:49%;
}
	
}

/* PÁGINA DE DETALHES */

.contentor{
	width: 100%;
}


.colesq{
	width: 100%;
	text-align: center;
}

.coldir{
	width: 100%;
}

.encomendar{
	text-align: center;
}

@media (min-width: 950px) {
	.contentor{
		width: 880px;
		margin: 20px;
	}

	.colesq{
		float: left;
		width: 49%;
		text-align: left;
	}

	.coldir{
		float: right;
		width: 49%;
		padding: 20px 10px 0 0;
		/*font-size: 10pt;*/
	}
	
	.encomendar{
		position: absolute;
		width: 150px;
		height: 32px;
		bottom: 20px;
		right: 20px;
		margin: 0;
	}
}

.tit_detalhes{
	width: 100%;
    background-color: #c59b5f;
    padding: 10px 0px 10px 0;
}

h2.detalhe{
	font-family: 'Raleway', cursive;
	font-weight:700;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size:1em;
	color:#FFF;
	text-align: center;
}
/* FIM PÁGINA DE DETALHES */



/*  HOVER IMAGENS PRODUTOS / CATEGORIAS */

.edit {
        opacity:0;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        line-height: 300px;
        text-align: center;
        background: rgba(0,0,0,0.7);
      transition:all 300ms linear 0s;
	cursor: pointer;
    }
    .edit a {
	font-family: 'Pacifico', sans-serif;
    font-size: 2.3em;
      color: white;
      transition:all 300ms linear 0s;
    }

    .profile-userpic {
      position: relative;
		float: left;
		width: 320px;
		height: 320px;
      margin: 20px auto;
		margin-right: 10px;
      transition:all 300ms linear 0s;
    }
    .profile-userpic a img {
      width: 100%;
      height: 100%;
      transition:all 300ms linear 0s;
    }
    .profile-userpic:hover .edit {
      opacity:1;
      transition:all 300ms linear 0s;
    }