
.landing-vilaplana-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.landing-vilaplana-image {
  flex: 1;
  width: 100%;
  align-self: center;
  object-fit: cover;
}
 
.landing-vilaplana-itemcard {
  gap: 8px;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 320px;
  bottom: 0px;
  height: 420px;
  margin: auto;
  display: flex;
  padding: 10px;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-default-black);
}
 
.landing-vilaplana-text1 {
  color: rgba(255, 255, 255, 1);
  width: 223px;
  height: auto;
  text-align: center;
  line-height: normal;
}
 
.landing-vilaplana-downloadbutton {
  display: flex;
  justify-content: flex-start; /* separa texto e icono */
  width: 100%; /* ocupan mismo ancho dentro del contenedor */
  opacity: 0.50;
  padding: 10px 14px;
  flex-wrap: wrap;
  transition: 0.3s;
  align-items: center;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  justify-content: center;
  text-decoration: none;
}
 
.landing-vilaplana-downloadbutton:hover {
  opacity: 1;
}
 
.landing-vilaplana-text2 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  font-size: 16px;
  font-style: Medium;
  text-align: center;
  font-family: Instrument Sans;
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
  text-align: left;
  flex: 1;
}
 
.landing-vilaplana-proiconsarrowdownload {
  width: 20px;
  height: 20px;
}
 
.landing-vilaplana-contact {
  width: 298px;
  display: flex;
  flex-direction: column;
  align-items: center;  /* centra horizontalmente */
  justify-content: center;
  gap: 6px;             /* separa los elementos */
  text-align: center;   /* alinea el texto dentro de cada span */
}
 
.landing-vilaplana-text3 {
  left: 26px;
  color: rgba(255, 255, 255, 1);
  width: 245px;
  height: auto;
  text-align: center;
  line-height: normal;
}
 
.landing-vilaplana-text4 {
  top: 28px;
  left: 26px;
  color: rgba(255, 255, 255, 0.5);
  width: 245px;
  height: auto;
  text-align: center;
  line-height: normal;
}
 
.landing-vilaplana-text5 {
  top: 56px;
  /* left: 12px; */
  color: rgba(255, 255, 255, 0.5);
  /* width: 273px; */
  height: auto;
  text-align: center;
  line-height: normal;
}
 
.landing-vilaplana-text6 {
  top: 84px;
  left: 26px;
  color: rgba(255, 255, 255, 0.5);
  width: 245px;
  height: auto;
  text-align: center;
  transition: 0.3s;
  line-height: normal;
  text-decoration: underline;
}
 
.landing-vilaplana-text6:hover {
  color: rgba(255,255,255,1);
}
 
.landing-vilaplana-footermini {
  gap: 16px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  display: flex;
  padding: 32px;
  position: absolute;
  flex-grow: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
 
.landing-vilaplana-text7 {
  color: rgba(255, 255, 255, 0.6000000238418579);
  height: auto;
  text-align: left;
  line-height: normal;
}
 
.landing-vilaplana-text8 {
  color: rgba(255, 255, 255, 0.6000000238418579);
  height: auto;
  text-align: left;
  transition: 0.3s;
  line-height: normal;
  text-decoration: none;
}
 
.landing-vilaplana-text8:hover {
  color: rgba(255,255,255,1);
}
 
.landing-vilaplana-text9 {
  color: rgba(255, 255, 255, 0.6000000238418579);
  height: auto;
  text-align: left;
  transition: 0.3s;
  line-height: normal;
}
 
.landing-vilaplana-text9:hover {
  color: rgba(255,255,255,1);
}
 
.landing-vilaplana-mainmenu1 {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 112px;
  display: flex;
  position: absolute;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.landing-vilaplana-vilaplanacateringlogo {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 120px;
  bottom: 0px;
  height: 80px;
  margin: auto;
  position: absolute;
}

.landing-vilaplana-buttons {
  width: 90%; /* ahora ocupa el 100% del ancho de su padre (320px) */
  display: flex;
  flex-direction: column; /* uno debajo del otro */
  align-items: center;    /* centrados */
  gap: 8px;              /* separaciÃ³n de 10px entre botones */
  margin: 20px 0;         /* separaciÃ³n con texto e info de contacto */
}