 

.pc-topo {
	float: left;
	width: 100%;
	background: #fff;
	padding-top: 1.5%;
	display: inline-block;
}


.pc-topo-centro {
	width: 97.5%;
	min-height: 420px;
	position: relative;
	margin: 0 auto;
	padding: 180px 340px 0;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: url(../images/pagina_confirmacao.jpg) no-repeat;
	background-position: center center;
	 background-size: cover;
}

.pc-topo-centro h1 {
    font: 600 44px "Poppins", sans-serif;
    line-height: 54px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
}

.pc-topo-centro h2 {
    font: 400 16px "Poppins", sans-serif;
    line-height: 48px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
}

.pc-contato {
	float: left;
	width: 100%;
	background: #fff;
	min-height: 200px;
	text-align: center;
}

.pc-contato h1 {
    font: 600 32px "Poppins", sans-serif;
    line-height: 56px;
    margin-bottom: 0;
    margin-top: 80px;
}

.pc-botao-whatsapp {
	background: #008069;	
	display: inline-block;
	padding: 2px 40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-bottom: 80px;	
	margin-top: 30px;
	
}

.pc-contato h2 {
	float: left;
    font: 400 16px "Poppins", sans-serif;
    line-height: 44px;
    margin-top:  8px;
	margin-left: 20px;
	color: #fff;
}

.pc-contato-icon-whatsapp{
	float: left;
	margin-top: 10px;
}

 

.pc-contato h2 a {
    color: #ffffff;
}

.pc-contato h2 a:hover {
    color: #fff!important;
}

.pc-check {
	width: 90px;
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 50%;
	margin-bottom: -45px;
	margin-left: -45px;
}


.pc-rodape {
	width: 100%;
	float: left;
	text-align: center;
	background: #f5f5f7;
	padding: 40px 0 120px;
 
}

.pc-rodape p {
	font-size: 14px;
	margin-top: 20px;
	color: #999;
}


.pc-logo-rodape {
	width: 180px;
	margin: 20px auto;
	padding-right: 10px;
	}


 @media (max-width: 867px) {
	
	
	.pc-check {
    width: 80px;
	margin-bottom: -40px;
    margin-left: -40px;
	}
	
	.pc-topo-centro {
    width: 94%;
	min-height:380px;
    position: relative;
    margin: 10px auto;
    padding: 140px 40px 10px;
	}
	
	
	
	.pc-topo-centro h1 {
    font: 600 26px "Poppins", sans-serif;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
	}
	
	.pc-botao-whatsapp {

    margin-top: 15px;
}
	
	.pc-topo-centro h2 {
    font: 400 14px "Poppins", sans-serif;
    line-height: 22px;
    color: #fff;
    margin-bottom: 70px;
    margin-top: 0;
	}

	.pc-contato h1 {
    font: 600 24px "Poppins", sans-serif;
    line-height: 58px;
    margin-top: 40px;
	}

	 

	.pc-logo-rodape {
	width: 180px;
	margin: 20px auto;
	padding-right: 10px;
	}

	.pc-rodape {
	width: 100%;
	float: left;
	text-align: center;
	background: #f5f5f7;
	padding: 10px 0 100px;
	
	}
	
	.pc-rodape p{
		padding: 0 60px;
	}
 
}

 }