/*CANALES*/
.whatsapp-channel{
    margin:20px 0;
    padding:18px 0;

    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;

    font-size:15px;
}

.whatsapp-channel-title{
    display:flex;
    align-items:center;

    font-size:17px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

.whatsapp-channel-title i{
    color:#25D366;
    font-size:22px;
    margin-right:10px;
}

.whatsapp-channel p{
    margin:0;
    color:#666;
    line-height:1.6;
}

.whatsapp-channel a{
    display:inline-block;
    margin-top:12px;

    color:#25D366;
    font-weight:600;

    text-decoration:none;
}

.whatsapp-channel a:hover{
    color:#128C7E;
    text-decoration:none;
}
/*CANALES*/