/* FLOAT RIGHT */
#social_block {
  position: fixed;
  top: 15%;
  right: 0;
  width: 180px;
  z-index: 1005;
  -moz-transform: translateX(131px);
  -webkit-transform: translateX(131px);
  -o-transform: translateX(131px);
  -ms-transform: translateX(131px);
  transform: translateX(131px);
}
#social_block ul {
  padding: 0px;
  text-align: center;
}
#social_block ul li {
  list-style: none;
}
#social_block ul li a {
  display: inline-block;
  color: white;
  height: 50px;
  width: 185px;
  border-radius: 3px;
  line-height: 50px;
  background: #212121;
  border: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#social_block ul li a:before {
  font-size: 20px;
  width: 50px;
  float: left;
  border-right: 1px solid #fff;
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#social_block ul li a:hover {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -moz-transform: translateX(-131px);
  -webkit-transform: translateX(-131px);
  -o-transform: translateX(-131px);
  -ms-transform: translateX(-131px);
  transform: translateX(-131px);
}
#social_block ul .facebook a:before {
  content: "\f09a";
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#social_block ul .twitter a:before {
  content: "\f099";
}

#social_block ul .rss a:before {
  content: "\f09e";
}

#social_block ul .youtube a:before {
  content: "\f167";
}

#social_block ul .google-plus a:before {
  content: "\f0d5";
}

#social_block ul .pinterest a:before {
  content: "\f0d2";
}

#social_block ul .whatsapp a:before {
	content: "\f232";
}

#social_block ul .instagram a:before {
	content: "\f16d";
}

#social_block ul .facebook a {
  background: #425F9C;
}

#social_block ul .twitter a {
  background: #00aced;
}

#social_block ul .rss a {
  background: #FF9900;
}

#social_block ul .youtube a {
  background: #E22D26;
}

#social_block ul .google-plus a {
  background: #ed5757;
}

#social_block ul .pinterest a {
  background: #c21a21;
}
#social_block ul .whatsapp a {
  background: #30bf39;
}
#social_block ul .instagram a {
  background: #3F729B;
}
/* FLOAT RODAPE */
.arcontactus-widget .messangers-block{
background-color: #ffffff;
}
.arcontactus-widget .messangers-block::before{
border-top-color: #ffffff;
}
.messangers-block .messanger p{
color:  #3b3b3b;
}
.messangers-block .messanger:hover p{
color:  #3b3b3b;
}
.messangers-block .messanger:hover{
background-color:  #f0f0f0;
}
#arcontactus-message-callback-phone-submit{
font-weight: normal;
}
.grecaptcha-badge{
display: none;
}
.arcontactus-widget.right.arcontactus-message{
right: 20px;
}
.arcontactus-widget.right.arcontactus-message{
bottom: 20px;
}
.arcontactus-widget .arcontactus-message-button .pulsation{
-webkit-animation-duration:2s;
animation-duration: 2s;
}