/**FUENTES**/
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
font-display: swap;
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
font-display: swap;
}

/**FIN FUENTES**/
/**force repurge**/
body{
    height:111px;
    width: 320px;
    background-color:#fff;
    font-family:Open Sans;
    font-weight: 400;
    border:solid 1px #ddd;
    box-sizing:border-box;
    padding:10px;
    border-radius: 10px;
    margin:0;
}
a{text-decoration: none;}
h1, h2{
    font-family: Open Sans;
    color:#333;
}
h1{
    font-size:14px;
    font-weight: 700;
    margin-top: 0;
    height: 37px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 180px;
    margin-bottom: 0;}

.content{display: flex;
    justify-content: flex-start;
position: relative;}
.img-pod{
     width: 87px;
     height: 87px;
    border-radius: 8px;
    float: left;
    margin-right: 10px;
    border:solid 1px #ddd;}
.center-block{
    margin:0 auto;
    display: block;
    border:solid 1px #ddd;
}
p{color:#333;}
.text-center{
    text-align: center;
}
.btn-subscribe{
    background-color:#ff8000;
    color: #fff;
    padding: 4px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-self: center;
    padding: 4px 16px;
    text-align: center;
    align-self: flex-start;
    text-transform: uppercase;
}
.ico-ivx{
    margin-right: 5px;
    width: 17px;
    height: 17px;
    background-image: url(https://static-1.ivoox.com/img/ico_ivoox_white.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    position: relative;left: -12px;
    display: flex;
    align-self: center;
}
.img-logo{
    position: absolute;
    right: 17px;
    width: 17px;
    right: -3px;
    top: -5px;
}
.ico-suscribirse{
    margin-right: 5px;
    width: 10px;
}
.suscriptores{
    color: #333333;
    opacity: 0.6;
    margin:0;
    font-size: 12px;
}
.sp-around{
    justify-content: space-around;
}
.clearfix{
    clear: both;
}
.d-flex{display: flex;}
.d-flex.column{
    flex-direction: column;
}
.m-top-23{
    margin-top:23px;
}
@media all and (min-width: 180px) and (max-width:250px){
    h1{margin-bottom: 3px;}
    h2{font-size:16px;}
    p{font-size: 14px;}
}
@media all and (min-width: 251px) and (max-width:320px){

    h2{font-size:18px;
    margin-top: 7px;
    margin-bottom:3px;}
    p{font-size: 14px;
        margin-top:8px;}
}