/*======================================
Theme Name: Divi-child
Theme URI: https://cifalsl.es/
Description: Child theme
Version: 1.0
Author: CIFAL
Author URI: https://cifalsl.es/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
.mostrar-solo-excerpt-more{
	font-size:12px;
	font-weight:700;
	color:#ff5100;
}

.mostrar-solo-excerpt-more:hover {
	color:#000000;
	text-decoration: underline;
}

/*.hidden-text {
  display: none;
}*/

.mostrar-solo-excerpt-text {
    display: none;
}

.mostrar-solo-excerpt-more,
.mostrar-solo-excerpt-text {
    cursor: pointer;
}












.mostrar-solo-excerpt-text {
    display: none;
}

.mostrar-solo-excerpt-more,
.mostrar-solo-excerpt-text {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



















.excerpt-toggle {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.read-more-btn {
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}

.read-more-btn:hover {
    color: #005a87;
}

.hidden-content {
    display: none;
}

.visible-content {
    display: inline;
}