.cuadricula-imagenes>.contenido-imagen{
    background-color: rgba(237, 200, 200, 0.66);
    border-top: solid 4px white;
    height: 100px;
    position: relative;
    padding-top: 45px;
    text-align: center;
}
.cuadricula-imagenes .redonda{
    width: 70px;
    height: 70px;
    border-radius: 35px;
    top: -40px;
    margin-left: -35px;
     position: absolute;
    left: 50%;
    background-color: #FFF;
    color: #515151;
    text-align: center;
    padding-top: 7px;
    font-size: 1.5em;
    font-weight: 300;
}
.cuadricula-imagenes{
    margin-bottom: 40px;
}

.cuadricula-imagenes:hover{
    border: solid 1px #d1d1d1;
    padding: 5px;
}

.text-cartells{
    color:white;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.04em;
}

.redonda .num-edic,
.redonda .edic{
    text-align: center;
   
}

.edic{
    font-size: 11px;
    margin:0;
}

.num-edic{
    font-size: 25px;
    font-weight:300;
    font-family: 'Montserrat', sans-serif;
    margin-top: 4px !important;
    margin-bottom: -9px !important;
}

.dins {
    float: left;
    width: 33%;
    background-color: red;
    margin: auto;
}





.contador-contenidor{
    text-align: center;
    margin-top: 50px;
}

.contador{
    width: 100px;
    height: 120px;
    background-color: #edc8c8;
    display: inline-block;
    margin: 5px;
    position: relative;
}

.contador:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    border: 2px white dashed;
}

.contador-numero, .contador-texto{
     width: 100%;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.contador-numero{
    margin-top:20px;
    font-size: 38px;
    font-weight: 400;
    height: 50px;
}
.contador-texto{
    font-weight: 300;
}