/*	CSS Document - Personalized CSS for Project */

body {
	margin-top: 55px;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}




.featured {
	background: #007bff url("../../_img/bg-featured.jpg") bottom center;
	background-size: cover;
	color: #fff;
}

.featured .text-shadow {
	text-shadow: 1px 1px 2px #000;
}


.produto table {
	width: 100% !important;
	max-width: 100% !important;
        table-layout: fixed;
        overflow-wrap: break-word;
}