.fundo {
	width: 100%;
	min-height: 100vh;
}

#botoes {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 40%;
    left: 70%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 20%;
}

.botao {
    background-color: #fff;
    color: #005b4f;
    padding: 2rem 3rem;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    text-decoration: none;
    border-radius: 16px;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
}

.botao:hover {
    opacity: 1;
    background-color: #005b4f;
    border: 2px solid #fff;
    color: #fff;
}


/** 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;
	}
}
