@charset "utf-8";
/* CSS Document */

.bg-footer{
	width: 100%;
	height: 100px;
	background-color: #363636;
	color: #fff;
	padding: 15px;
}

.bg-footer-font{
	margin-left: 40px; 
	color: #E0E0E0;
}

.bg-footer-ft{
	width: 100%;
	height: 50px;
	background-color: #171717;
	color: #fff;
	padding: 10px;
}

.btn_portfolio{
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}


.btn-logo {
    background-color: transparent !important;
    border: solid #33ABB1 2px !important;
	color: #33ABB1 !important;
}

.btn-logo:hover {
    background-color: #33ABB1 !important;
    border: solid #33ABB1 2px !important;
	color: #fff !important;
}

hr.sub{
	border-color: #33ABB1 !important;
}


.h2, h2 {
    font-size: 3rem !important;
}


.btn-primary:hover {
    color: #fff;
    background-color: #33ABB1 !important;
    border-color: #33ABB1 !important;

}


a:hover{
	color: #103754;
	-webkit-transition: .1s all ease;
	transition: .1s all ease;
	text-decoration: none;
}

.bg-contato-1{
	color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #33ABB1;
}

.contato-1:hover{
	
background-color: #009A01;
	-webkit-transition: .33s all ease;
	transition: .33s all ease;	
}

.contato-2:hover{
	
background-color: #DB483B;
	-webkit-transition: .33s all ease;
	transition: .33s all ease;	
}

.contato-3:hover{
	
background-color: #0077B5;
	-webkit-transition: .33s all ease;
	transition: .33s all ease;	
}
.contato-4:hover{
	
background-color: #24292E;
	-webkit-transition: .33s all ease;
	transition: .33s all ease;	
}


