Cine - Martes 19 de mayo a las 20:30 h en los Cines Renoir Princesa de Madrid
Comienza mayo y queremos que nuestras socias y socios lo hagan con un planazo gratuito. Te invitamos a disfrutar en exclusiva del preestreno de ‘LOVE ME TENDER’, el próximo martes 19 de mayo a las 20:30 h en los Cines Renoir Princesa (Calle de la Princesa, 3). La proyección se realizará en VOSE.
Al final del verano, Clémence (Vicky Krieps) confiesa a su exmarido (Antoine Reinartz) que mantiene relaciones amorosas con mujeres. Su vida da un vuelco cuando él se queda con la custodia del hijo que tienen en común. Decidida a no renunciar a nada, Clémence deberá luchar por seguir siendo madre, mujer y libre.
Esta película ha sido seleccionada en el Festival de Cannes 2025 y está protagonizada por la aclamada Vicki Krieps.
window.marfeel.cmd.push(['multimedia', function(multimedia) {
multimedia.initializeItem('yt-MMtEuNdtEck-9158', 'youtube', 'MMtEuNdtEck', document.getElementById('yt-MMtEuNdtEck-9158'));
}]);
Si quieres ser de las primeras personas en ver esta película en cines, participa en el sorteo y consigue una entrada doble gratuita: solo tienes que completar el formulario con tus datos antes del jueves 14 de mayo. Si resultas ganador o ganadora, nos pondremos en contacto contigo por correo electrónico, así que permanece atento o atenta a tu bandeja de entrada.
¡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;
}
}
LOVE ME TENDER
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;
});
}
Comienza mayo y queremos que nuestras socias y socios lo hagan con un planazo gratuito. Te invitamos a disfrutar en exclusiva del preestreno de ‘LOVE ME TENDER’, el próximo martes 19 de mayo a las 20:30 h en los Cines Renoir Princesa (Calle de la Princesa, 3). La proyección se realizará en VOSE.
Al final del verano, Clémence (Vicky Krieps) confiesa a su exmarido (Antoine Reinartz) que mantiene relaciones amorosas con mujeres. Su vida da un vuelco cuando él se queda con la custodia del hijo que tienen en común. Decidida a no renunciar a nada, Clémence deberá luchar por seguir siendo madre, mujer y libre.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Tus entradas gratis para el preestreno oficial de 'Tres mujeres' | 0 | 7.94 | 08-05-2026 |
| 2 | Vicky Krieps is a Mom Fighting For Custody in 'Love Me Tender' Trailer | 0 | 5 | 10-07-2026 |
| 3 | Consigue gratis tus entradas para el preestreno de 'ELEONORA DUSE, LA DIVINA' | 0 | 8.78 | 08-05-2026 |
| 4 | Consigue tu abono doble gratis: Cibeles de Cine | 0 | 9.64 | 09-06-2026 |
| 5 | Disfruta gratis del estreno de 'Dos días' en Valencia, Bilbao y Barcelona | 0 | 8.06 | 08-05-2026 |
| 6 | Vente gratis al preestreno de 'El mensaje' | 0 | 11.4 | 10-07-2026 |
| 7 | Ven gratis al estreno oficial de la serie 'RAVALEAR' en Barcelona | 0 | 7.52 | 11-05-2026 |
| 8 | ФЕСТИВАЛЬ "А-СИЯНИЕ" 4-5 июля. Программа мероприятий | 0 | 7.2 | 01-07-2026 |
| 9 | Un pregón de cine en el Orgullo contra las empresas que abandonan la bandera arcoiris: "Su compromiso era marketing" | 0 | 7 | 01-07-2026 |
| 10 | Christina Rosenvinge, Hidrogenesse o Nacho Vigalondo en el cine y los conciertos de verano de Matadero Madrid | 0 | 5 | 01-07-2026 |