*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border;
	-moz-box-sizing:border;
	box-sizing:border;
}


.social{
	position: fixed;
	right: 100;
	top:350px;
	z-index:2000;
}

.social ul {
	list-style:none;
}

.social ul li a {
	display:inline-block;
	color: #fff;
	background: #000;
	padding: 16px 11px;
	text-decoration: none;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
    border-top-right-radius: 115px;
   border-bottom-right-radius: 115px;
}

.social ul li .icon-facebook2 {background:#0F4A9F;}
.social ul li .icon-bubbles {background:#0F4A9F;}
.social ul li .icon-whatsapp {background:#0F4A9F;}
.social ul li .icon-instagram { 
    background: #0F4A9F;
    background: #0F4A9F;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);}

.social ul li a:hover
{
	padding:20px 40px;
}


/* Button used to open the contact form - fixed at the bottom of the page */
.open-button 
{
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* Formulario */
.form-popup {
  display: none;
 
 position:fixed; 
    left:70px; 
    right:0px;
    bottom:150px; 
    height:465px; 
  z-index: 50;
  width: auto;
  max-width: 300px;
  border: black 20px solid;
  border-width: 10px 40px 10px 40px;
  border-image-source: url("../borde.png");
  border-image-slice: 50 80 20 80;
  text-align: justify;
}


.form-container {
  max-width: 300px;
  padding: 4px;
  background-color: white;
}

.form-container input[type=text], .form-container input[type=password] , .form-container textarea[type=text]{
  width: 100%;
  padding: 15px;
  margin: 10px -37px -3px 1px;
  border: none;
  background: #f1f1f1;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus , .form-container textarea[type=text]:focus{
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #002862;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

.form-container .cancel {
  background-color: red;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
<script type="text/javascript" src="http://counter5.01counter.com/private/countertab.js?c=e43bdfa9d9b8e63010a64228bcf1fa6d"></script>
        