/*Cambio el tamaño de letra o fuente*/
.social .fa {
font-size: 1em;
}
/*Change icons circle size and color here*/
.social .fa {
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
color: #FFF;
color: rgba(255, 255, 255, 0.8);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.social.icon-circle .fa{
border-radius: 50%;
}


  .social .fa-home{background-color:#00b894;}
  .social .fa-map-marker{background-color:#d63031;}
  .social .fa-phone{background-color: #f0932b;}
  .social .fa-whatsapp{background-color:#6ab04c;}
  .social .fa-envelope{background-color:#487eb0;}
  .social .fa-facebook{background-color:#130f40;}
  .social .fa-instagram{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 );
  }
  .social .fa-globe{background-color:#be2edd;}
