.soy-bloque-asesor {
    text-align: center;
    max-width: 100%;
    margin: 0 0 15px;
}

.soy-bloque-asesor-inner{
	background: rgba(230, 230, 230, 0.70);
    padding: 20px;
}

@media screen and (min-width: 992px){
	
	.soy-bloque-asesor {
/* 		width: 25%; */
/* 		margin: 0 0 50px; */
		width: calc(25% - 11.5px);
	}
	.soy-bloque-asesor-inner{
		margin: 0;
		display: flex;
		flex-direction: column;
		height: 100%;
		align-items: center;
		align-content: center;
		justify-content: center;
	}
}

.soy-bloque-asesor__image-container {
    margin-bottom: 20px;
}

.soy-bloque-asesor__image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.soy-bloque-asesor__badge {
	border-radius: 2px;
	background: #CB1A43;
    color: #fff;
    padding: 4px 10px;
    border-radius: 2px;
    display: inline-block;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.soy-bloque-asesor__title {
    margin-bottom: 15px;
    color: #212121;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
}

.soy-bloque-asesor__description {
	color: #212121;
	font-size: 14px;
	font-weight: 300;
    margin-bottom: 20px;
    line-height: 22px;
}

.soy-bloque-asesor__phone-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border: 1px solid #212121;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000;
}

.soy-bloque_asesor__phone-number{
	text-decoration: underline;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

.soy-bloque-asesor__phone-box:hover {
    background-color: #000;
    color: #fff;
}

.soy-bloque-asesor__phone-box:hover .soy-bloque_asesor__phone-number,
.soy-bloque-asesor__phone-box:hover .soy-bloque-asesor__phone-icon {
    color: #fff;
    text-decoration: none;
}

.soy-bloque-asesor__phone-icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    font-size: 14px;
    line-height: 18px!important;
}


/* Specific adjustments for hooks */
#product-list-header .soy-bloque-asesor,
.category-header .soy-bloque-asesor {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.soy_shop_id_2 .soy-bloque-asesor__badge{
	background: #f60;
}
