Estamos actualizando
nuestra tienda online
Para pedidos y presupuestos, por favor contáctenos a través de nuestro canal de WhatsApp:
+34 91 141 33 83
Si tu consulta no tiene urgencia, puedes enviarnos un correo electrónico a:
contacto@eccopaper.es
También puedes visitar nuestra web corporativa:
www.eccopaper.es
¡Gracias por tu comprensión y paciencia!
/* Estilos generales */
body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: url('your-background-image.jpg') no-repeat center center fixed;
background-size: cover;
}
.content {
max-width: 700px;
padding: 20px;
font-family: Arial, sans-serif;
color: #fff;
text-align: center;
background-color: rgba(0, 0, 0, 0.8); /* Fondo semi-transparente */
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
margin: 0 auto;
}
h1 {
font-size: 1.7em;
color: #62C370;
margin-bottom: 20px;
}
.description {
font-size: 1em;
line-height: 1.6;
margin-bottom: 10px;
}
.button {
display: inline-block;
background-color: #25D366;
color: #ffffff;
font-size: 1.5em;
font-weight: bold;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
margin-top: 20px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.contact {
font-size: 1em;
line-height: 1.6;
margin-top: 20px;
}
.email {
font-size: 1.2em;
margin-bottom: 15px;
}
.email a {
color: #62C370;
text-decoration: none;
font-weight: bold;
}
.visit {
font-size: 1em;
line-height: 1.6;
margin-bottom: 15px;
}
.website a {
font-size: 1.2em;
color: #62C370;
text-decoration: none;
font-weight: bold;
}
.thank-you {
font-size: 1em;
line-height: 1.6;
margin-top: 20px;
}
/* Ajustes para dispositivos móviles */
@media only screen and (max-width: 768px) {
.content {
width: 90%;
padding: 15px;
background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente */
}
h1 {
font-size: 1.05em; /* Ajustado a 17px */
line-height: 1.3;
margin-bottom: 15px;
}
.description {
font-size: 0.9em;
margin-bottom: 10px;
}
.button {
font-size: 1.1em;
padding: 8px 12px;
}
.contact {
font-size: 0.9em;
margin-bottom: 10px;
}
.email {
font-size: 0.8em;
}
.visit {
font-size: 0.9em;
}
.website a {
font-size: 1em;
}
}