@charset "utf-8";

body
{
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 50%, rgba(255,255,255,1) 100%);
}
.bloco
{
	position:relative;
	float:left;
	width:60%;
	left:20%;
	right:20%;
}
.bloco img
{
	width:100%;
}

#whatsapp {
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 87px;
    background-color: #1BD741;
    text-align: center;
    color: #fff;
    z-index: 999;
    font-size: 40px;
    border-radius: 80px;
    padding-bottom: 18px;
    padding-top:18px
}

@media only screen and (max-width : 1000px) 
{
	.bloco
{
	position:relative;
	float:left;
	width:100%;
	left:0%;
	right:0%;
}
}