@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700|Roboto+Condensed:400,700|Pacifico');
body
{
	margin:0px;
    background-color:#fff;
	color: #000;
	font-size: 15px;
    padding: 0px;
	font-family: 'Roboto Condensed', sans-serif;
}

.topo{
	width:100%;
	background-color:#fff;
	background: url(../images/fundo_madeira.jpg);
}

.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: -40px;
    height: 120px;
}

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

	.menu_desktop{
		display:block;
	}
	
	.topo{
		height:136px;
		position:fixed;
		background-color:#FFFFFF;
		filter: alpha(opacity=95);
		opacity: 0.95;
		box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.20);
		z-index:5;
	}
	
	.barra_menu{
		width:100%;
		height:81px;
		top:35px;
	}

	.conteudos{
		width:100%;
		height:130px;
		width:1050px;
	}

	.logotipo_mobile{
		display:none;	
	}

	.logotipo{
		display:block;
		text-align:center;
		float:left;
		width:150px;
		margin-top:25px;
	}

	.sep-mobile{
		clear:none;
	}
	
	.slider_inicial{
		padding-top:136px;
	}

	.fb{
		width:150px;
		float:right;
		margin:2px 10px;
		padding-top:40px;
	}

}



/* CLASSES DO 1º TEMPLATE */

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

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

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

.sep{
}


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

.container.creme{
	background-color:#f6f5f1;
}

.tit_artigos{
	width:100%;
	height:70px;
	margin-bottom:30px;
}

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

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

	.sep_cima{
		position:relative;
		width:100%;
		height:50px;
		background: url(../images/sep_cima.png);
	}

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

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

.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;
}

.contactos_mobile{
	display:block;
	width:100%;
	background-color:#fff;
	padding-bottom:80px;
	text-align:center;
}

.contactos_txt_mobile{
	display:block;
	width:90%;
	margin:0 auto;	
	padding-top:15px;
}

.contactos{
	display:none;
}

.txt_contactos{
	display:none;
}

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

.assinatura{
	width:100%;
	background-color:#fff;
	padding:5px 0px 3px 0px;
	text-align:center;
	font-size:10px;
	color:#000;
}

.tit_quem_somos{
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	font-size:4.2em;
	color:#422c09;
}

@media (min-width: 1100px){

.mapa{
	position:relative;
}

.contactos_mobile{
	display:none;
}

.contactos_txt_mobile{
	display:none;
}

.tit_quem_somos{
	padding: 50px 0 30px 0;
}

.tit_produtos1{
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	font-size:4em;
	color:#422c09;
	padding-top: 50px;
}

.tit_produtos2{
	font-family: 'Pacifico', cursive;
	font-size:5em;
	color:#422c09;
	padding-bottom:30px;
	margin-top:-20px;
}

.tit_contactos{
	font-family: 'Amatic SC', cursive;
	font-weight:700;
	font-size:2.7em;
	color:#fff;
	text-align:center;
	padding: 30px 0 30px 0;
}

.contactos{
	display:block;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-480px;
	width:416px;
	height:483px;
	background: url(../images/bg_contactos_alpha.png) no-repeat;
	padding-left:60px;
	z-index:2;
}

.txt_contactos{
	display:block;
	margin:20px auto;
	width:95%;
	color:#FFF;
	font-weight:400;
	text-align:center;
}

.assinatura{
}

}


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

.clear{
	clear:both;
}

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

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

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

::selection {
background:#4e3b15;
color:#FFF;
}

::-moz-selection {
background:#4e3b15;
color:#FFF;
}

::-webkit-selection {
background:#4e3b15;
color:#FFF;
}

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

@media (min-width: 1100px) {

	form{
	  max-width:800px;
	}

}

input.txt_form{
  width:92%;
  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:92%;
  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:#740707;
  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:#9f4b4b;
}

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

.form1{
	
}

.form2{

}

@media (min-width: 1100px) {

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

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


/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}


.box_contactos{
	float:left;
	width:450px;
}

.form_contactos{
	float:right;
	width:500px;
}


/* SELECT */


.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
   margin-bottom:20px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.slate {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 240px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
}

/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }

/* MAPA */
#mapa-estilo {
        height:550px;
        width:100%;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }
/* FIM MAPA */