.fundo{
	width: 100%;
}

/** WhatsApp Fixed Icon **/
#whatsapp a {
    position: fixed;
    z-index: 9999;
    right: 1%;
    float: right;
    top: 90%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    margin: 0 auto 0 auto;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    border-radius: 50%;
    /*background: linear-gradient(to right, map_get($cores, 1), map_get($cores, 2), map_get($cores, 3));*/
    background: #4caf50;
    /*transform: rotate(45deg);*/
    box-shadow: 2px 2px 12px #000;
}

#whatsapp a svg {
	font-size:2em;
	transform: rotate(310deg);
}

/** Smartphones até 599px de width **/
@media screen and (max-width: 599px) {
	.folha-de-rosto {
	}
	
	#whatsapp a {
		width: 15px;
		height: 16px;
		top: 55%;
	}
	
	#whatsapp a img {
		width: 32px;
	}
	
}

/** Smartphones e Tablets de 600px até 899px de width **/
@media screen and (min-width: 600px) and (max-width: 899px)  {

	#whatsapp a {
		width: 15px;
		height: 16px;
		top: 55%;
	}

	#whatsapp a img {
		width: 32px;
	}
}
