@charset "utf-8";
/* CSS Document */
body {
    background-image: url("https://fuscanet.com/site-lib/img/bg.png");
    background-repeat: no-repeat;
    background-size: cover, contain; 
    background-position: center  top ; 
    background-attachment: fixed;
  	color:#ffffff;
	overflow-x: hidden;
}

.links  a {
text-decoration: none; 
color: #fff;
    
}
.links a:hover, .links a:focus, .links a:active {
  text-decoration: none;
  color: #ccc;
}

.social-icons > a {
  padding: 4px 20px;
  color: #fff;
}
.social-icons > a i {
  font-size: 26px;
}
.social-icons > a:hover, .social-icons > a:focus, .social-icons > a:active {
  text-decoration: none;
  color: #ccc;
}
.posimage {float:right; max-width: 280px; -webkit-max-width: 280px;}
.mg-5 {margin-top : 15% !important;}
.mg-2 {margin-top : 7% !important;}

/* celular */
@media only screen and (max-width: 600px) {
.posimage {max-width: 95%; -webkit-max-width: 95%; margin: 0 auto;}
.mg-5 {margin-top : -30px !important;}
.mg-2 {margin-top : 10% !important;}
.links{
  margin-top: -40px;
  display:-webkit-block;
  display:block;
  clear: both;
  padding-left: 180px; 
} 
}
/* desk */
@media only screen and (min-width: 768px ) {


}

