
/*BADGE*/

article > .badge,
figure > .badge,
.badge-simple {
    position: absolute;
    top: -12px;    
    left: 20px;
    border-radius: 20px;
    background: #ffffff;
    padding: 6px 10px 6px 7px;
    z-index: 2;
    transition: all .3s ease;

}

article > .badge,
figure > .badge,
.badge-simple-evento {
  
    top: -12px;    
    left: 20px;
    border-radius: 20px;
    background: #ffffff;
    padding: 6px 10px 6px 7px;
    z-index: 2;
    transition: all .3s ease;
    color:black;
}

article > .badge span,
figure > .badge span,
.badge-simple span {
    color: #1a1a1a;
    font-size: 10px;
    text-transform: uppercase;
}

article > .badge:hover,
figure > .badge:hover,
.badge-simple:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    background: white;
    
    transform: translateY(-5px);
}

.icon-circle  {
    background: #1a1a1a;
    height: 8px;
    width: 8px;
    content: ' ';
    display: inline-block;
    border-radius: 10px;
    margin-right: 7px;
}


/*Badges con movimiento*/

/* figure .grow-badge { */

.grow-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 36px;
    overflow: hidden !important;
    height: 36px;
    -webkit-transition: width 2s, height 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s, height 2s;
    border-radius: 100px;
    z-index: 10;
}

/* figure .grow-badge:hover { */
.grow-badge:hover {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 100%;
}

/* figure .grow-badge .badge { */
.grow-badge .badge {
    padding-right: 15px;
    padding-left: 6px;
    border-radius: 100px;
    line-height: 28px;  
    height: 36px;
    background: #1a1a1a;
}

/* figure .grow-badge .badge:hover  */
.grow-badge .badge:hover{
    background: #1a1a1a;
}

/* figure .grow-badge .badge span { */
.grow-badge .badge span {
    padding-left: 7px;
}

.grow-badge .badge svg {
    height: 16px;
}

.badge.escuela {
    color: white;
    font-size: .7rem;
    font-weight: 400;
    padding: 3px 10px;
    margin-left: 7px;
    background: #666;
}
.badge.escuela svg {
    stroke: #fff;
}

.grow-on-hover h4 {
    width: 100%;
}

.grow-on-hover .badge.escuela,
.card .badge.escuela {
    content: '';
    height: calc(100% - 40px);
    width: 40px;
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 0;
    text-align: left;
    padding-top: 15px;
    align-items: center;
    text-align: center;
    border-radius: 0;
}

.card .badge.escuela {
    width: auto !important;
}
