#masNotasContenido{
    width:100%;
}

.verMas-contenedor button{
    font-size: 1.5em;
}
.verMas-contenedor{
    width: 100%;
    clear: both;
    margin:15px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.verMas-contenedor>header{
    display: none;
    font-size: 33px;
    font-weight: 900;
    padding: 10px 10px;
    padding-bottom: 0;
    font-size: 30px;
    margin: 10px;
    margin-top: 20px;
    font-weight: 900;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 10px;
}
#masNotasContenido,
.noMasResultados,
.errorVerMas{
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
}


.verMas-contenedor > .in{
    height: fit-content!important;
}
.noMasResultados p,
.errorVerMas p{
    margin: 0.5em;
    font-weight: 700;
}
.verMas-contenedor .loading{
    widows: 100%;
}
.verMas-contenedor .loading img{
    width:2em;
    height: 2em;
    margin: 5px auto;
}
.verMas-contenedor .row{
    display:flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.verMas-contenedor .row article{
    display:flex;
}