*{
	padding: 0;
	margin: 0;
    font-family:sans-serif;
}

a{
	text-decoration: 0;
}

p{
    padding: 2px;
    line-height: 1.5em;
}

h3{
    padding: 5px;
    text-align: center;
}

header, footer{
	background-color: black;
	color: white;
}
header{
    height: 150px;
}

header, h1{
    color: white;
    padding: 5px;
    text-align: center;
}

footer{
    height: 200px;
}

footer, a{
    color: white;
}

footer p{
    color: white;
}
.text-white{
    color: white;
}

.obj-header{
    width: 100%;
}

.obj-footer{
    width: 100%;
    height: inherit;
}




/** Divs, Section **/


.container{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	padding: 20px;
	text-align: center;
}

.container h1{
    color: black;
    padding: 10px;
}

.box{
	width: 300px;
	margin: 10px;
	background-color: lightgray;
	text-align: center;
    box-shadow: 2px 2px 2px gray;
    border-radius: 10px;
}


/** imagens **/

.img-produto{
	width: 100%;
    border-radius: 10px;

}


.img_logo_medio{
	width: 80px;
	padding: 10px;
	text-align: center;
}

.img-social{
	width: 40px;
	margin: 10px;
}

.bt-access{
    width: 150px;
    padding: 5px;
    margin: 5px;
    margin-bottom: 5px;
    height:40px;
    background-color: black;
    outline: none;
    border: none;
    color: white;
    border-radius: 5px;
    box-shadow: 2px 2px 2px gray;
}

.bt-access:hover{
    background-color: black;
}

.bt-floating{
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

