/*
Theme Name: JM Sanches tema Hijo
Theme URI: https://thrivethemes.com/
Version: 1.0
Description: Tema hijo de Thrive-theme
Author: Iván Burgos
Author URI: http://tanguerinecomunicacion.com
Template: thrive-theme
*/


.leer-mas p{  
	  display: block;
	  display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  

}

.leer-mas p::after{  
	content: "Leer más";
    display: inline-flex;
    background-color: #fff;
    border-radius: 3px;
    padding: 6px 9px;
    cursor: pointer;

    font-size: 68%;
    position: absolute;
    left: 0;
    bottom: -24px;

    line-height: 100%;

}
.leer-menos p::after{  
	content: "Leer menos";
    display: inline-flex;
    background-color: #fff;
    border-radius: 3px;
    padding: 6px 9px;
    cursor: pointer;

    font-size: 68%;
    position: absolute;
    left: 0;
    bottom: -24px;

    line-height: 100%;

}