html, body {
   margin: 0;
   padding: 0;
 }
html {
   /*background: #fff url(imagens/fundo_textura.jpg) repeat 0 63px;*/
   background-color: #fff;
}
body{
	top:50;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background:url(imagens/bg_topo.png) top center repeat-x ;*/
	background-color: #ffffff;
	color:#000000;
}

@media(min-width:320px){
	body{
		width: 120%;
		height: 200%;
	}

}
@media(min-width:1280px){
	body{
		width: 100%;
	}

}
#logo_funerariasantacruz {
	/*width:235px;
	height:85px;
	display:block;
	background:url(imagens/logo_funeraria.png) no-repeat;
	background-size: 235px 85px;
	margin-bottom:10px;
	margin-left: 50px;*/
	width: 255px;
	height: 200px;
	display: block;
	background: url(imagens/logo_funeraria.png) no-repeat;
	background-size: auto;
	background-size: 235px 120px;
	margin-bottom: 10px;
	margin-left: -80px;
	top: 0px;
	position: absolute;

}
.menu_topo{
	background-color: #f2f2f2;
	box-shadow: 2px 2px 3px #ccc;
	/*background-color: #fff;*/
}
#modalindex{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:rgb(0,0,0,0.8);
    position: fixed;
    z-index: 900;
    display: none;
}
.box_index{
	top:30px;
    width: 100%;
    position: absolute;
	left: 16%;

}
.fecha_janela{
position: fixed;
z-index:999; 
right: 10px;
font-size: 34px;
line-height: 1;
color: #f00;
text-shadow: 0 1px 0 #f00;
}

h3 { font-style:italic; border-left:10px solid #65653A; padding:10px 20px; margin:30px 0; color:#000000; }
h3 code { display:block; }
a {
	color: #555;
	text-decoration: none;
}

.codrops-demos {
	float: right;
	padding-top: 0px;
	font-size:18px;
	font-family: 'Lato', sans-serif;
	background-color:#00562f;
	border-radius: 5px;
}

.codrops-demos a {
	display: inline-block;
	margin: 10px;
	color: #fff;
	font-size:16px;
	font-weight: 700;
	line-height: 30px;
	/*border-bottom: 4px solid transparent;*/
	border-bottom: 1px solid #ffffff8c;
	padding: 0px 8px 0 8px;

}

.codrops-demos a:hover {
	color: #FFF;
	border-color: #FFF;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #a8cea7;
	border-color: #a8cea7;
}
.titulo{
font-family: 'Exo 2', sans-serif;
	font-size:49px;
	color:#663300;
}
#slider { width: 700px; height: 390px; }

.notas{
border-radius: 8px;
}
#placa-homenagem{
	margin: 15px;
	width: 300px;
	height: 193px;
	background-color:#f2f2f2;
	border-radius: 5px;
}
.card{
	margin-top: 17px;
	width: 300px;
	height: 176px;
	background-color:#f2f2f2;
	border-radius: 5px;
	box-shadow: 0px 2px 7px 0px #555; 
	padding: 8px;
}
.card-legenda{
	position: absolute;
	height: 30px;
	background-color:#fff;
	border-radius: 0px 5px 5px 0px;
	margin-top: -38px;
}
.card img{
	width: 100%;
	height: 100%;
}
.card span{
	padding-left: 10px;
	line-height: 28px;
	font-weight: 500;
	font-family: "Berlin Sans FB";
	font-size: 17px;
	margin-right: 10px;
}