/*
Theme Name: Child Theme
Theme URI: 
Description: Tema Hijo de Hello Elementor
Author: Sara y Paloma
Author URI: 
Template: hello-elementor
Version: 3.3.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 25 Mar 2025 18:40:33 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/



/* Limitar el extracto y mostrar puntos suspensivos SOLO en el muro del blog */
.elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* número de líneas visibles; cámbialo si quieres */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


}

/* para hacer lista premios */
.lista-premios {
    white-space: pre-line;   /* respeta los saltos de línea */
}

.lista-premios p {
    margin: 0;
}

.lista-premios p {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.lista-premios p::before {
    content: "– ";
}


/* CONTENEDOR POSTER CON BACKGROUND */
.poster-loop {
    aspect-ratio: 2 / 3;
    background-size: contain !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.poster-loop {
    background-color: transparent;
}
.poster-loop {
    background-size: cover !important;
}
