.amigo {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
	width:48.5%;
	padding: 8px;
	margin: 7px .75%;
	border: thin solid #d3d3d3;
	background-color:#fff;
}

.amigo .texamigo {
	width:75%;
	display: block;
}

.amigo .fotoamigo {
	width:25%;
	display:block;
}

.amigo h4 {
	text-align:center;
	font-weight:600;
	font-size:1.1rem;
	margin: 7px auto;
}

.amigo .fonocorreo {
	display: flex;
	justify-content: center;
	margin-top:auto
}

.fonocorreo a {
	font-weight:500;
	font-size:15px;
	color: #666;
	text-decoration:none;
	padding: 4px 8px;
	margin:4px;
	border-radius:4px;
	border: #999 thin solid;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.fonocorreo a:hover {
	color: #fff;
	border: #2C87FF thin solid;
	background-color:#2C87FF;
}

.ageneral {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ageneral a {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	font-size:16px;
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	padding: 6px 12px;
	border-radius:4px;
	border: #999 thin solid;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.ageneral a:hover {
	color: #fff;
	border: #2C87FF thin solid;
	background-color:#2C87FF;
}

@media all and (max-width: 660px) {

.amigo {
	width:96%;
	margin: 2px 2%;
	padding:4px;
}

.amigo .texamigo {
	width:82%;
	text-align:left;
	padding:3px;
}

.amigo .fotoamigo {
	width:18%;
	padding:0;
}

.amigo img {
	width:96%;
	margin-top:32px;
}

.amigo h4 {
	font-size:1rem;
	margin: 0;
}

.ageneral a {
	font-size:.8rem;
	text-transform: none;
	padding: 5px 10px;
}

.col-6 {
	padding:0;
}

}