.titulo-photofag {
	padding-top: 40px;
	padding-bottom: 20px;
}

.input-group-prepend {
	background-color: transparent !important;
	border-right: 0 !important;
	border-radius: 0;
}

.input-group-text {
	height: 44px;
	border-radius: 0;
	background-color: transparent !important;
}

#buscar {
	height: 44px;
	border-left: 0 !important;
	border-radius: 0;
}

#buscar:focus {
	border-color:#ccc;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#search { padding-bottom: 20px; }

.photofag-fundo {
	height: 210px; 
	background-color: #dcddde;
}

.card {
	border: 0;
	padding-left: 0;
	padding-right: 30px;
}

.card-body {
	width: 300px;
	height: 240px;
	margin: 5px auto;
	border-bottom: 5px solid #dcddde;
	border-left: 5px solid #dcddde;
	border-right: 5px solid #dcddde;
	background-position: bottom;
	background-size: cover;
}

.titulo {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 35px;
	font-weight: 700;
	font-size: 14pt;
	color: #58595b;
}

.data {
    margin-left: 20px;
    bottom: 260px;
    width: 8%;
    color: #9ea0a3;
    position: absolute;
    border-top: 4px solid #9ea0a3;
}

.dia {
	float: left;
	font-weight: 500;
	font-size: 32pt;
	margin-top: 15px;
}

.mes {
	font-weight: 700;
	font-size: 14pt;
}

.ano { font-size: 11pt; }

.mes-ano {
	float: left;
	line-height: 1.1;
    margin-top: 28px;
    position: absolute;
    padding-left: 4px;
    padding-left: 55px;
}

.photo {
	text-decoration: none !important;
	text-transform: none !important;
}

#fotos { display: none; }

@media (max-width: 376px) {
	.card-body {
		width: 240px;
		height: 190px;
	}
	
	.data { bottom: 210px; }
}