body{
	background: url(fundo-ATC-full.png);
	height: 100vh;
	width: 100%;
	background-size: cover;
    padding-top: 60px;
}
img {
    max-width: 80%;
}
.twhite{
	color: #fff;
}
.social i {
    font-size: 36px;
}
.social {
    margin: 10px;
}
.social a{
	color: #111;
    display: block;
}
.btnface {
    background: #4267b2 !important;
    color: #fff !important;
}
.btnface:hover {
    background: #2b4b8c !important;
    color: #fff !important;}

.btninsta {    
    color: #fff !important;
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.btninsta:hover {
	opacity: .9;
    color: #fff !important;
}
.btnlinkd {
    background: #0077b5 !important;
    color: #fff !important;
}
.btnlinkd:hover {
    background: #005b8a !important;
    color: #fff !important;
}
.btnyoutube {
    background: #a21f1f !important;
    color: #fff !important;
}
.btnyoutube:hover {
    background: #7d0c0c !important;
    color: #fff !important;
}
