/* Comentario */
@import url('https://fonts.googleapis.com/css?family=Raleway');

body{background-image: url("../img/bgall.png");}


.thumbnail {
  max-width: 300px;

  
}

.italic { font-style: italic; }
.small { font-size: 0.8em; }

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}



a:link {
color:#FFF;
text-decoration:none;
}

a:visited {
color:#FFF;
text-decoration:none;
}
a:hover {
color:green;
}

a.conteudo:link{
color:#000;
text-decoration:none;
}

a.conteudo:visited {
color:#000;
text-decoration:none;
}
a.conteudo:hover {
color:green;
}

*{
	margin: 0;

}	

a.linkum:link {
color:#000;
text-decoration:none;
}

.fontemenu{ /* formatacao fonte menu */
	font-size: 25px;
	color:#fff;
	font-weight: lighter;
	font-family: 'Raleway', sans-serif;
	padding-left:10px;

}
	
#logoempresa{
	width:566px;
	height:170px;
	margin-left:15%;

}	
	
#banner{
	width:100%;
	height:170px;
	background-image: url("../img/banner.jpg");

}

#menu{
	width:100%-10px;
	height:33px;
	background-image: url("../img/bgmenu.png");	
text-align:center;	
}


.fonteconteudo{ /* formatacao fonte conteudo */
	font-size: 20px;
	color:#000;
	font-weight: lighter;
	font-family: 'Raleway', sans-serif;
	padding-left:10px;
	padding-top:30px;
	padding-right:15px;
	
	

}
#conteudo{
	
	width:100%-10px;
	height:100%;
	text-align:justify;
	
	
	
}

.um{left:50%; margin-left:-410px} 
.dois{left:50%; margin-left:-200px;}
.tres{left:50%; margin-left:10px;}  
.quatro{left:50%; margin-left:220px}  

.redimenciona{
	width:200px;
	height:200px;
}


#divclientes{
	width:200px;
	height:200px;
	position:absolute;	

	border: 3px solid #174231;
	border-radius:7px;



	
}


.cum{left:50%} 
.cdois{left:50%;margin-left:-410px;}
#divcozinhas{
	width:400px;

	position:absolute;
	
}


.rum{left:50%;	margin-left:-460px;}
.rdois{left:50%;	margin-left:-150px;}
.rtres{left:50%;	margin-left:160px;}


#divrefeicoes{
	width:300px;
	height:200px;
	position:absolute;
	

}

p{margin-top:220px; text-align:center;}


img{
	border-radius:20px;
}


#sliderp{
	width:100%;
	top:215px;
	height:300px;
	background-image: url("../img/bgslider.png");
	position:absolute;
	
}



.slider {
  position:absolute;
  left:50%;top:365px;  
  transform: translate(-50%,-50%);
  width: 100%;
  height: 300px;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
 border-top: 3px solid #3c3c3c;
  border-bottom: 3px solid #3c3c3c;
  font-size: 20px;
  text-align: center;
  color:#fff;
  background-image: url("../img/bgslider.png");
  margin-left:-1px;
  

}
.slide span{
  display:block;
  position:absolute;
  transform:translate(-50%,-50%);
  left:50%; top:6%;
  background-color:#174231;
  box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.75);

}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;

  
}
.slide:nth-child(1) {

}
.slide:nth-child(2) {

}
.slide:nth-child(3) {

}
.slide:nth-child(4) {

}
.slide:nth-child(5) {

}
	


