

/* ==========================================================================
Barra Social
========================================================================== */
.barra-social {
	background-color:#1EB89B;
	min-height:80px;
	text-align:center;
	border-top:#fff solid 1px;
	margin:0 auto;
	width:100%;
}

.barra-social .social {
  padding: 24px 0;
}

.barra-social .social a {
  font-size:13px;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.barra-social .social a:hover,
.barra-social .social a:focus,
.barra-social .social a:active {
  color: #464646;
  text-decoration:none;
}

.barra-social .social a.telefono:hover,
.barra-social .social a.telefono:focus,
.barra-social .social a.telefono:active {
  color:#FFF;
  text-decoration:none;
}

.barra-social .telefono {
  font-size:25px;
  color: #fff;
  margin-left: 10px;
  margin-right: 15px;
}

.barra-social .divisor {
	border-right: #fff solid 1px;
	height:60px;
	margin-left: 15px;
	margin-right: 15px;
}

.barra-social .ayuda {
	padding: 20px 0 10px 0;
	font-size:22px;
	color: #FFF;
}


@media (max-width: 768px){

.barra-social .social a i.fa-phone{
	border-left:solid #FFF 1px;
	padding-left:15px;
	padding-right:10px;
}

.barra-social .telefono {
	font-size:1.3em;
  	margin-left: 5px;
  	margin-right:0px;
}

.barra-social .social a {
	margin-right:10px;
	margin-left:0px;
}
}