#contato{
	background: #f4f4f4;
	padding-top: 70px;
	padding-bottom: 60px;
}
#contato h1{
	line-height: 37px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: rgba(0,0,0,1);
    letter-spacing: -0.3px;
    margin-bottom: 25px;
}
#contato strong{
	line-height: 49px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 45px;
    color: rgba(0,0,0,1);
    letter-spacing: -0.3px;
    display: block;
    margin-bottom: 35px;
}
#contato p{
	line-height: 37px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: rgba(129,129,129,1);
    letter-spacing: -0.3px;
    margin-bottom: 45px;
}
#contato ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#contato ul li{
	line-height: 27px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgba(0,0,0,1);
    letter-spacing: -0.3px;
    padding-top: 20px;
    margin-bottom: 45px;
}
#contato ul li span{
	line-height: 27px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: rgba(106,106,106,1);
    letter-spacing: -0.3px;
}
#contato ul li svg{
	margin-top: -20px;
}
#contato form{
	width: 98%;
	filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.078));
	background: #FFF;
	border-radius: 8px;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#contato form h1{
	line-height: 58px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 47px;
    color: rgba(0,0,0,1);
    letter-spacing: -0.3px;
}
#contato form p{
	line-height: 28px;
	font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: rgba(0,0,0,1);
    letter-spacing: -0.3px;
}
#contato form input{
	width: 95%;
	max-width: 420px;
	height: 60px;
	line-height: 60px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: rgba(0,0,0,1);
    letter-spacing: -0.3px;
    border:1.5px solid rgb(226, 226, 226);
    border-radius: 30px;
    margin-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    text-align: left;
}
#contato form textarea{
	width: 95%;
	max-width: 420px;
	height: 120px;
	line-height: 28px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: rgba(0,0,0,1);
    letter-spacing: -0.3px;
    border:1.5px solid rgb(226, 226, 226);
    border-radius: 30px;
    margin-bottom: 8px;
    padding: 20px;
    margin-top: 10px;
    text-align: left;
}
#contato form input.enviar{
	text-align: center;
	color: #FFF;
	background: #000;
    border:1.5px solid #000;
    margin-bottom: 6px;
    text-align: center;
}
@media (max-width: 980px){
	
}