.elementor-kit-21{--e-global-color-primary:#C7A571;--e-global-color-secondary:#222933;--e-global-color-text:#323232;--e-global-color-accent:#F3F0E9;--e-global-color-71ea9af:#F7C580;--e-global-color-d244ca5:#F4A66E;--e-global-color-5bc5c3f:#E8816E;--e-global-color-f836bce:#C95D5D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-21 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Asegura que todas las portadas tengan el mismo tamaño */
.revista-item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

/* Asegura que todos los títulos estén alineados */
.revista-item .titulo,
.revista-item .fecha {
    min-height: 2.5em; /* Para igualar altura visual del texto */
    display: block;
    text-align: center;
}

/* Opcional: para que todas las cajas sean iguales */
.revista-item {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    text-align: center;
}/* End custom CSS */