div.text-container {
    margin: 0 auto;
    width: 75%;    
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 6em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.showContent {
    line-height: 1em;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.showContent{
    height: auto;
}

h1 {
    font-size: 24px;        
}
p {
    padding: 10px 0;
}
.show-more {
    padding: 10px 0;
    text-align: center;
}




.ver-mas-p1 {
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}


.ver-mas-p2 {
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
}