Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Consigue gratis tus entradas para el preestreno de 'ELEONORA DUSE, LA DIVINA'

Дата публикации: 08-05-2026 10:15:26

Cine - Jueves 4 de junio a las 20:30 h en los Cines Renoir Princesa de Madrid
Comienza el buen tiempo y con él los buenos planes. Si eres socio o socia de elDiario.es, puedes conseguir una entrada doble gratuita para asistir al preestreno de ‘ELEONORA DUSE, LA DIVINA’, el próximo jueves 4 de junio a las 20:30 h en los Cines Renoir Princesa (Calle de la Princesa, 3). La proyección se realizará en VOSE.

En la Italia de posguerra y tras años alejada de los escenarios, la legendaria actriz Eleonora Duse (Valeria Bruni Tedeschi) siente el impulso irrefrenable de volver al teatro, el único lugar donde alguna vez fue verdaderamente libre.

Mientras lidia con su compleja relación con su hija (Noémie Merlant), el peso de los años y su historia con el poeta Gabriele D’Annunzio, Eleonora Duse convierte su regreso en una lucha contra el tiempo, el poder y su propia decadencia, en un acto valiente y luminoso frente a un mundo en transformación.




window.marfeel.cmd.push(['multimedia', function(multimedia) {
multimedia.initializeItem('yt-5AMm-tv-MfY-1772', 'youtube', '5AMm-tv-MfY', document.getElementById('yt-5AMm-tv-MfY-1772'));
}]);

Participa en el sorteo completando este formulario antes del jueves 21 de mayo y consigue acceso exclusivo al preestreno en primicia. Si resultas ganador o ganadora, nos pondremos en contacto contigo por correo electrónico.

¡Suerte!



.form-fcs {
max-width: 748px;
border-radius: 4px;
border: 1px solid #D2D2D2;
text-align: left;
}
.title-container {
padding-left: 21px;
padding-right: 19px;
padding-top: 24px;
}
.form-container {
padding-left: 21px;
padding-right: 19px;
}
.form-fcs h2 {
color: #000;
font-family: "Sanomat-Bold";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 23px;
background-color: #e2f3ff;
margin: 0;
padding: 0;
display: inline;
}
.form-fcs h6 {
color: #000;
font-family: "Encode Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 19px; /* 126.667% */
margin: 8px 0 41px 0;
padding: 0;
}
.form-fcs form {
margin: 0;
}
.form-fcs label {
color: #4A4A4A;
font-family: "Encode Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 146.667% */
}
.form-fcs input {
display: flex;
height: 50px;
padding: 14px 20px;
color: #000;
text-overflow: ellipsis;
font-family: "Encode Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 137.5% */
border-radius: 4px;
border: 1px solid #D2D2D2;
}
.form-fcs .name-input,
.form-fcs .surname-input,
.form-fcs .email-input {
margin-bottom: 14px;
}
.form-fcs .name-input input {
width: 100%;
}
.form-fcs .surname-input input {
width: 100%;
}
.form-fcs .form-second-container {
margin-bottom: 30px;
}
.form-fcs .email-input input {
width: 100%;
}
.form-fcs .phone-input input {
width: 100%;
}
.form-fcs .button-container {
text-align: center;
}
.form-fcs button {
width: 100%;
max-width: 300px;
height: 50px;
padding: 15px 24px;
text-align: center;
color: #FFF;
text-align: center;
font-family: "Encode Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 125% */
border-radius: 25px;
border: none;
background: #4A90E2;
box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.07);
outline: none;
}
.form-fcs button:disabled {
opacity: 0.3;
box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.07);
}
.form-fcs .fcs-error {
border-color: #D0021B;
}
.form-fcs .fcs-error-name,
.form-fcs .fcs-error-surname,
.form-fcs .fcs-error-email,
.form-fcs .fcs-error-tel {
color: #D0021B;
text-align: right;
font-family: "Encode Sans";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 183.333% */
}
.form-fcs .success-error {
min-height: 50px;
display: flex;
gap: 5px;
justify-content: center;
align-items: center;
text-transform: uppercase;
color: #000;
font-family: "Encode Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
.form-fcs .fcs-server-error {
color: #D0021B;
}
@media (min-width: 600px) {
.form-fcs .form-second-container {
display: flex;
}
.form-fcs .email-input {
flex: 0 0 60%;
}
.form-fcs .phone-input {
flex: 1;
margin-left: 25px;
}
}

ELEONORA DUSE, LA DIVINA
Consigue tus entradas gratuitas para disfrutar de la premiere.
Inscríbete completando este formulario y te avisaremos por email.






Nombre




Apellidos






Correo electrónico




Teléfono





Inscribirme




var serialize = function (form) {
var field,
l,
s = [];
if (typeof form == 'object' && form.nodeName == 'FORM') {
var len = form.elements.length;
for (var i = 0; i < len; i++) {
field = form.elements[i];
if (field.name && !field.disabled && field.type != 'button' && field.type != 'file' && field.type != 'reset' && field.type != 'submit') {
if (field.type == 'select-multiple') {
l = form.elements[i].options.length;
for (var j = 0; j < l; j++) {
if (field.options[j].selected) {
s[s.length] = encodeURIComponent(field.name) + '=' + encodeURIComponent(field.options[j].value);
}
}
} else if ((field.type != 'checkbox' && field.type != 'radio') || field.checked) {
s[s.length] = encodeURIComponent(field.name) + '=' + encodeURIComponent(field.value);
}
}
}
}
return s.join('&').replace(/%20/g, '+');
};
function validateForm(form) {
var errors = {};
var fields = ["name", "surname", "email", "tel"];
fields.forEach(function(field) {
var input = form[field];
if (!input.value.trim()) errors[field] = "Campo requerido";
if (field === "email" && input.value && !/.+@.+\..+/.test(input.value)) {
errors.email = "Formato de correo incorrecto";
}
if (field === "tel" && input.value && !/^\d{9,10}$/.test(input.value)) {
errors.tel = "Introduce un número de teléfono válido";
}
});
return errors;
}
function showErrors(errors) {
var errorMessages = document.querySelectorAll(".fcs-error-message");
errorMessages.forEach(function(el) { el.innerHTML = ""; });
Object.keys(errors).forEach(function(field) {
var input = document.querySelector('[name=' + field + ']');
var errorDiv = input.nextElementSibling;
input.classList.add("fcs-error");
errorDiv.innerHTML = errors[field];
input.addEventListener("input", function() {
input.classList.remove("fcs-error");
errorDiv.innerHTML = "";
});
});
}
function submitForm(event) {
event.preventDefault();
var form = event.target;
var button = document.getElementById("submit-button");
var errors = validateForm(form);
if (Object.keys(errors).length) return showErrors(errors);

button.disabled = true;
var data = serialize(form);
fetch("https://back.eldiario.es/public/socios-campaigns/sendWithNameAndSurname.php?" + data, { method: "POST" })
.then(function() {
document.querySelector(".success-error").innerHTML = '¡Te has inscrito correctamente!';
form.reset();
})
.catch(function() {
document.querySelector(".success-error").innerHTML = "Se produjo un error. Inténtelo más tarde.";
})
.finally(function() {
button.disabled = false;
});
}


Основное содержимое страницы с новостью.

a

Comienza el buen tiempo y con él los buenos planes. Si eres socio o socia de elDiario.es, puedes conseguir una entrada doble gratuita para asistir al preestreno de ‘ELEONORA DUSE, LA DIVINA’, el próximo jueves 4 de junio a las 20:30 h en los Cines Renoir Princesa (Calle de la Princesa, 3). La proyección se realizará en VOSE.

En la Italia de posguerra y tras años alejada de los escenarios, la legendaria actriz Eleonora Duse (Valeria Bruni Tedeschi) siente el impulso irrefrenable de volver al teatro, el único lugar donde alguna vez fue verdaderamente libre.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Tus entradas gratis para el preestreno oficial de 'Tres mujeres'07.9408-05-2026
2Nos vamos gratis de preestreno: ‘LOVE ME TENDER’09.6408-05-2026
3Disfruta gratis del estreno de 'Dos días' en Valencia, Bilbao y Barcelona08.0608-05-2026
4Consigue tu abono doble gratis: Cibeles de Cine09.6409-06-2026
5Vente gratis al preestreno de 'El mensaje'011.410-07-2026
6Un tema Al día, ¡en el teatro! Ven a verlo con un 30% de descuento09.2106-07-2026
7ФЕСТИВАЛЬ "А-СИЯНИЕ" 4-5 июля. Программа мероприятий07.201-07-2026
8Un tema Al día, ¡en el teatro! Ven a verlo en directo el 3 de octubre en Madrid5530-06-2026
9Christina Rosenvinge, Hidrogenesse o Nacho Vigalondo en el cine y los conciertos de verano de Matadero Madrid0501-07-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 9. Тональность: 0. Информативность: 8.78. Источник: www.eldiario.es.