.section-background{
	background: url('../images/contact.png');
}

.icon-position-contact {
    margin-top: 50px;
}
.contact{
    margin-top: 20px;
    text-align: left;
}

.icon-position-contact-top {
    margin-top: 30px;
}
.contact-box {    
    background-color: #282828;
    padding: 30px;
    min-height: 250px;
}
.contact i {
    width: 60px;
    height: 80px;
    color: white;
    font-size: 40px;
    margin-top: 20px;
    text-align: center;
}

.contact h3{    
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
	padding-bottom: 0px;
	font-size: 15px;
    color: #ffba14;
}
.contact p{
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: white;
}

.logo_footer {
    margin-top: 110px;
}
.hr-footer {
    border-color: #464747;
}
.p-contato{
    color: #464747 !important;
}

.link_footer {
  color: #ffba14;
  text-decoration: none;
}

.link_footer:hover {
  cursor: pointer;  
  color: #fff;
}

.link_footer:active {
  box-shadow: none;
  top: 5px;
}