.show_more_contenido {
    text-align: center;
    margin-top: 35px;
}

.show_more_contenido .texto {
    width: 90%;
    text-align: right;
    font-weight: bold;
}

.show_more_contenido .texto a:hover {
    color: #F39C12;
}

.show_more_contenido .barra {
    width: 90%;
    height: 10px;
    background-color: rgb(231, 76, 60);
    margin:0px auto;
}