{"id":7347,"date":"2025-10-16T09:42:08","date_gmt":"2025-10-16T09:42:08","guid":{"rendered":"http:\/\/mandalapartmentscom.local\/?page_id=7347"},"modified":"2026-04-30T19:29:47","modified_gmt":"2026-04-30T19:29:47","slug":"funcionamiento-y-condiciones","status":"publish","type":"page","link":"https:\/\/mandalapartments.com\/en\/funcionamiento-y-condiciones\/","title":{"rendered":"Funcionamiento y Condiciones Mandala ApARTments"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Condiciones y Funcionamiento \u2014 Mandala Apartments<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background-color: #F1F0EA;\n      font-family: \"Inter\", sans-serif;\n      color: #444;\n      line-height: 1.6;\n    }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .hero {\n      background: linear-gradient(135deg, #1f2024 0%, #2d2e33 100%);\n      padding: 70px 20px 60px;\n      text-align: center;\n    }\n    .hero__eyebrow {\n      display: inline-block;\n      font-size: 0.72rem;\n      font-weight: 600;\n      letter-spacing: 3px;\n      color: #17C0DD;\n      text-transform: uppercase;\n      margin-bottom: 16px;\n    }\n    .hero__title {\n      font-size: 2.6rem;\n      font-weight: 700;\n      color: #fff;\n      letter-spacing: -0.5px;\n      line-height: 1.15;\n      margin-bottom: 16px;\n    }\n    .hero__title span { color: #00ACC9; }\n    .hero__sub {\n      font-size: 1rem;\n      color: rgba(255,255,255,0.6);\n      max-width: 520px;\n      margin: 0 auto;\n    }\n    .hero__divider {\n      width: 50px;\n      height: 3px;\n      background: #00ACC9;\n      border-radius: 2px;\n      margin: 22px auto 0;\n    }\n\n    \/* \u2500\u2500 WRAPPER \u2500\u2500 *\/\n    .wrap {\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 60px 20px 80px;\n    }\n\n    \/* \u2500\u2500 GRID GENERAL \u2500\u2500 *\/\n    .grid-2 {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n    }\n    .grid-3 {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n    .col-span-2 { grid-column: span 2; }\n    .col-span-3 { grid-column: span 3; }\n\n    \/* \u2500\u2500 CARD BASE \u2500\u2500 *\/\n    .card {\n      background: #fff;\n      border-radius: 20px;\n      padding: 36px 32px;\n      box-shadow: 0 4px 24px rgba(0,0,0,0.05);\n      transition: transform 0.3s, box-shadow 0.3s;\n    }\n    .card:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 32px rgba(0,172,201,0.12);\n    }\n\n    \/* \u2500\u2500 CARD DARK \u2500\u2500 *\/\n    .card--dark {\n      background: linear-gradient(135deg, #1f2024 0%, #2d2e33 100%);\n      color: #fff;\n    }\n    .card--dark .card__title { color: #fff; }\n    .card--dark p, .card--dark li { color: rgba(255,255,255,0.75); }\n    .card--dark .card__icon-wrap { background: rgba(255,255,255,0.08); }\n    .card--dark .card__icon-wrap svg { color: #17C0DD; }\n    .card--dark a { color: #17C0DD; }\n    .card--dark .divider { background: #17C0DD; }\n    .card--dark .contact-row svg { color: #17C0DD; }\n\n    \/* \u2500\u2500 CARD ACCENT \u2500\u2500 *\/\n    .card--accent {\n      background: #00ACC9;\n      color: #fff;\n    }\n    .card--accent .card__title { color: #fff; }\n    .card--accent p { color: rgba(255,255,255,0.9); }\n    .card--accent .card__icon-wrap { background: rgba(255,255,255,0.2); }\n    .card--accent .card__icon-wrap svg { color: #fff; }\n    .card--accent .divider { background: rgba(255,255,255,0.4); }\n\n    \/* \u2500\u2500 CARD HEADER \u2500\u2500 *\/\n    .card__header {\n      display: flex;\n      align-items: flex-start;\n      gap: 16px;\n      margin-bottom: 20px;\n    }\n    .card__icon-wrap {\n      width: 48px;\n      height: 48px;\n      flex-shrink: 0;\n      background: rgba(0,172,201,0.1);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n    .card__icon-wrap svg {\n      width: 22px;\n      height: 22px;\n      color: #00ACC9;\n    }\n    .card__title {\n      font-size: 1.15rem;\n      font-weight: 700;\n      color: #1a1a1a;\n      line-height: 1.3;\n      margin-top: 2px;\n    }\n    .divider {\n      width: 40px;\n      height: 3px;\n      background: #00ACC9;\n      border-radius: 2px;\n      margin: 0 0 18px;\n    }\n\n    \/* \u2500\u2500 TEXTOS \u2500\u2500 *\/\n    .card p {\n      font-size: 0.93rem;\n      color: #555;\n      margin-bottom: 10px;\n      line-height: 1.65;\n    }\n    .card p:last-child { margin-bottom: 0; }\n\n    \/* \u2500\u2500 LISTAS \u2500\u2500 *\/\n    .card ul {\n      list-style: none !important;\n      padding: 0;\n      margin: 0;\n    }\n    .card ul li {\n      list-style: none !important;\n      position: relative;\n      padding: 10px 0 10px 28px;\n      font-size: 0.93rem;\n      color: #555;\n      border-bottom: 1px solid #f0f0f0;\n      line-height: 1.5;\n    }\n    .card--dark ul li { border-bottom-color: rgba(255,255,255,0.08); }\n    .card--accent ul li { border-bottom-color: rgba(255,255,255,0.25); }\n    .card ul li:last-child { border-bottom: none; padding-bottom: 0; }\n    .card ul li:first-child { padding-top: 0; }\n    .card ul li::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 13px;\n      width: 16px;\n      height: 16px;\n      background: #00ACC9;\n      border-radius: 50%;\n      background-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'><polyline points='20 6 9 17 4 12'\/><\/svg>\");\n      background-size: 9px;\n      background-position: center;\n      background-repeat: no-repeat;\n    }\n    .card--dark ul li::before { background-color: #17C0DD; }\n    .card--accent ul li::before { background-color: rgba(255,255,255,0.9); background-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ACC9' stroke-width='3'><polyline points='20 6 9 17 4 12'\/><\/svg>\"); }\n    .card ul li:first-child::before { top: 2px; }\n    .card ul li:last-child::before { top: 10px; }\n\n    \/* \u2500\u2500 PILL BADGE \u2500\u2500 *\/\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background: rgba(0,172,201,0.1);\n      color: #00ACC9;\n      font-size: 0.78rem;\n      font-weight: 600;\n      padding: 4px 12px;\n      border-radius: 999px;\n      margin-bottom: 14px;\n    }\n    .card--dark .badge { background: rgba(23,192,221,0.15); color: #17C0DD; }\n\n    \/* \u2500\u2500 HIGHLIGHT BOX \u2500\u2500 *\/\n    .highlight {\n      background: rgba(0,172,201,0.08);\n      border-left: 3px solid #00ACC9;\n      border-radius: 0 8px 8px 0;\n      padding: 12px 16px;\n      margin-top: 14px;\n      font-size: 0.88rem;\n      color: #1a1a1a;\n      font-weight: 500;\n    }\n\n    \/* \u2500\u2500 CONTACT ROW \u2500\u2500 *\/\n    .contact-row {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      padding: 14px 0;\n      border-bottom: 1px solid rgba(255,255,255,0.1);\n    }\n    .contact-row:last-child { border-bottom: none; padding-bottom: 0; }\n    .contact-row:first-child { padding-top: 0; }\n    .contact-row svg { width: 18px; height: 18px; flex-shrink: 0; color: #17C0DD; }\n    .contact-row__label { font-size: 0.72rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }\n    .contact-row__val { font-size: 0.95rem; color: #fff; font-weight: 600; }\n    .contact-row a { color: #17C0DD; text-decoration: none; }\n    .contact-row a:hover { text-decoration: underline; }\n\n    \/* \u2500\u2500 SECTION LABEL \u2500\u2500 *\/\n    .section-label {\n      font-size: 0.72rem;\n      font-weight: 700;\n      letter-spacing: 3px;\n      color: #00ACC9;\n      text-transform: uppercase;\n      margin-bottom: 16px;\n      margin-top: 40px;\n      padding-left: 4px;\n    }\n    .section-label:first-child { margin-top: 0; }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 900px) {\n      .grid-3 { grid-template-columns: 1fr 1fr; }\n      .col-span-3 { grid-column: span 2; }\n    }\n    @media (max-width: 640px) {\n      .hero__title { font-size: 1.9rem; }\n      .grid-2, .grid-3 { grid-template-columns: 1fr; }\n      .col-span-2, .col-span-3 { grid-column: span 1; }\n      .wrap { padding: 40px 16px 60px; }\n      .card { padding: 28px 22px; }\n    }\n  <\/style>\n<\/head>\n\n<body>\n\n<!-- \u2500\u2500 HERO \u2500\u2500 -->\n<div class=\"hero\">\n  <span class=\"hero__eyebrow\">Mandala apARTments \u00b7 Calafell<\/span>\n  <h1 class=\"hero__title\">Funcionamiento <span>&#038;<\/span> Condiciones<\/h1>\n  <p class=\"hero__sub\">Todo lo que necesitas saber antes y durante tu estancia con nosotros.<\/p>\n  <div class=\"hero__divider\"><\/div>\n<\/div>\n\n<div class=\"wrap\">\n\n  <!-- \u2550\u2550\u2550 BLOQUE 1: RESERVA \u2550\u2550\u2550 -->\n  <p class=\"section-label\">Reserva y acceso<\/p>\n  <div class=\"grid-2\" style=\"margin-bottom: 20px;\">\n\n    <!-- Definici\u00f3n -->\n    <div class=\"card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"4\" y=\"2\" width=\"16\" height=\"20\" rx=\"2\"\/><line x1=\"8\" y1=\"7\" x2=\"16\" y2=\"7\"\/><line x1=\"8\" y1=\"11\" x2=\"16\" y2=\"11\"\/><line x1=\"8\" y1=\"15\" x2=\"12\" y2=\"15\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"card__title\">Rental Services and Conditions<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <p>The dates indicated in the contract correspond to the nights of arrival and departure, with the final night being the day of check\u2011out.<\/p>\n      <p>Weekly rentals include a total of 7 nights.<\/p>\n      <p>Weekend rentals include check\u2011in on Friday at 16:00 and check\u2011out on Sunday, for a total of 2 nights.<\/p>\n      <div class=\"highlight\">Estancia m\u00ednima 2 d\u00edas \u00b7 Del 22 jun al 11 sep solo semanas completas.<\/div>\n    <\/div>\n\n    <!-- Reserva y pago -->\n    <div class=\"card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"1\" y=\"4\" width=\"22\" height=\"16\" rx=\"2\"\/><line x1=\"1\" y1=\"10\" x2=\"23\" y2=\"10\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"card__title\">Booking and Payment<\/div>\n        <\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <p>Para confirmar la reserva es necesario efectuar un pago de se\u00f1al de <strong>250 \u20ac<\/strong> mediante transferencia a la cuenta de Mandala Apartments. Se enviar\u00e1 un recibo de confirmaci\u00f3n tras la transferencia.<\/p>\n      <p>For reservations made through online travel agencies (OTAs), a \u20ac250 deposit will be automatically pre\u2011authorised.<\/p>\n      <p>Additional services (tourist tax, cleaning, parking) are not included in the total price and must be paid separately.<\/p>\n      <p>The guest will pay the full amount in cash or by credit card (VISA or MASTERCARD) upon arrival, once the apartment has been checked and confirmed to be in optimal condition.<\/p>\n    <\/div>\n\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 BLOQUE 2: LEGAL \/ NORMATIVA \u2550\u2550\u2550 -->\n  <div class=\"grid-3\" style=\"margin-bottom: 20px;\">\n\n    <!-- Tasa tur\u00edstica -->\n    <div class=\"card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"12\" y1=\"18\" x2=\"12\" y2=\"12\"\/><line x1=\"9\" y1=\"15\" x2=\"15\" y2=\"15\"\/><\/svg>\n        <\/div>\n        <div><div class=\"card__title\">Tourist Tax<\/div><\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <p>According to the Generalitat de Catalunya (IEET), a tax per person per night applies to tourist accommodation.<\/p>\n      <p>En apartamentos, la tasa es de <strong>1 \u20ac<\/strong> por adulto y <strong>0,45 \u20ac<\/strong> por persona para menores de 4 a\u00f1os (excluidos).<\/p>\n      <p>The tax applies to the first seven nights and is added to the invoice at the beginning of the stay.<\/p>\n    <\/div>\n\n    <!-- Registro y normativa -->\n    <div class=\"card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\/><line x1=\"2\" y1=\"10\" x2=\"22\" y2=\"10\"\/><\/svg>\n        <\/div>\n        <div><div class=\"card__title\">Guest Registration<\/div><\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <p>In compliance with Royal Decree 933\/2021, all guests must be registered.<\/p>\n      <p>Dos d\u00edas antes de la llegada se enviar\u00e1 un enlace para rellenar una ficha con los datos, que se enviar\u00e1 autom\u00e1ticamente a los Mossos d&#8217;Escuadra.<\/p>\n      <p>All guests staying in the apartment must be registered.<\/p>\n    <\/div>\n\n    <!-- Acceso zona peatonal -->\n    <div class=\"card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"1\" y=\"3\" width=\"15\" height=\"13\" rx=\"1\"\/><path d=\"M16 8h4l3 3v5h-7V8z\"\/><circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\/><circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\/><\/svg>\n        <\/div>\n        <div><div class=\"card__title\">Acceso zona peatonal para descarga<\/div><\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <p>The apartments are located in a pedestrian area in the centre of Calafell.<\/p>\n      <p>To allow vehicle access for quick unloading, a municipal permit can be arranged by sending a photo of the driver\u2019s licence or ID and the vehicle\u2019s technical details.<\/p>\n      <p>Our staff will manage the authorisation with the Town Hall.<\/p>\n    <\/div>\n\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 BLOQUE 3: LLEGADA \/ SALIDA \u2550\u2550\u2550 -->\n  <p class=\"section-label\">Llegada y salida<\/p>\n  <div class=\"grid-2\" style=\"margin-bottom: 20px;\">\n\n    <!-- Llaves y check-in -->\n    <div class=\"card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4\"\/><\/svg>\n        <\/div>\n        <div><div class=\"card__title\">Access to the Pedestrian Zone<\/div><\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <p>15 minutos antes de llegar, el hu\u00e9sped debe contactar para coordinar la entrada.<\/p>\n      <p>If in\u2011person delivery is not possible, the keys will be placed in a secure lockbox and the access code will be sent to the guest.<\/p>\n      <p>Se entregar\u00e1n <strong>dos juegos de llaves<\/strong>. La p\u00e9rdida de llaves tendr\u00e1 un coste de <strong>30 \u20ac<\/strong> por juego.<\/p>\n      <div class=\"highlight\">Fianza: 250 \u20ac \u00b7 Pagadera en efectivo o pre-autorizaci\u00f3n con tarjeta.<\/div>\n    <\/div>\n\n    <!-- Check-out -->\n    <div class=\"card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4\"\/><polyline points=\"16 17 21 12 16 7\"\/><line x1=\"21\" y1=\"12\" x2=\"9\" y2=\"12\"\/><\/svg>\n        <\/div>\n        <div><div class=\"card__title\">Check\u2011out Terms<\/div><\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <p>La salida debe realizarse <strong>antes de las 12:00 horas<\/strong>.<\/p>\n      <p>The apartment must be left in a reasonable condition.<\/p>\n      <p>Si el estado no es adecuado, se cobrar\u00e1 un suplemento m\u00ednimo de <strong>50 \u20ac<\/strong>.<\/p>\n      <div class=\"highlight\">Notifica tu hora de salida el d\u00eda anterior.<\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 BLOQUE 4: NORMAS \/ EQUIPAMIENTO \u2550\u2550\u2550 -->\n  <p class=\"section-label\">Normas y equipamiento<\/p>\n  <div class=\"grid-3\" style=\"margin-bottom: 20px;\">\n\n    <!-- Instalaciones -->\n    <div class=\"card col-span-2\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/><polyline points=\"9 22 9 12 15 12 15 22\"\/><\/svg>\n        <\/div>\n        <div><div class=\"card__title\">Facilities and Equipment<\/div><\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <ul>\n        <li>Integrated air\u2011conditioning with adjustable temperature control in the living room<\/li>\n        <li>Free WIFI with signal repeater next to the TV<\/li>\n        <li>Smart TV with WIFI connection<\/li>\n        <li>Bed linen and two towels per guest<\/li>\n        <li>Optional weekly cleaning service<\/li>\n        <li>Fully equipped kitchen with appliances and complete cookware<\/li>\n        <li>Utility area with washing machine, iron and water heater<\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- Mascotas -->\n    <div class=\"card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M10 5.172C10 3.782 8.423 2.679 6.5 3c-2.823.47-4.113 6.006-4 7 .08.703 1.725 1.722 3.656 1 1.261-.472 1.96-1.566 2.344-2.828M14.5 5.172c0-1.39 1.577-2.493 3.5-2.172 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.96-1.566-2.344-2.828M8 14v.5M16 14v.5M11.25 16.25h1.5M8.75 19C10 20.333 14 20.333 15.25 19\"\/><path d=\"M9 14c0 1.657 1.343 3 3 3s3-1.343 3-3-1.343-3-3-3-3 1.343-3 3z\"\/><\/svg>\n        <\/div>\n        <div><div class=\"card__title\">Pets<\/div><\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <span class=\"badge\">\n        <svg width=\"12\" height=\"12\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n        Permitidas con permiso previo\n      <\/span>\n      <p>Coste adicional de <strong>40 \u20ac<\/strong> por estancia.<\/p>\n      <p>Guests are responsible for their pet's behaviour.<\/p>\n    <\/div>\n\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 BLOQUE 5: CONVIVENCIA + MEDIO AMBIENTE \u2550\u2550\u2550 -->\n  <div class=\"grid-2\" style=\"margin-bottom: 20px;\">\n\n    <!-- Responsabilidades -->\n    <div class=\"card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n        <\/div>\n        <div><div class=\"card__title\">Responsibilities and House Rules<\/div><\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <p>Management is not responsible for damages caused by inappropriate behaviour.<\/p>\n      <p>The number of occupants must match the reservation.<\/p>\n      <div class=\"highlight\">Respetar el descanso entre las 23:00 y 9:00 h. No se toleran fiestas ni comportamientos molestos.<\/div>\n    <\/div>\n\n    <!-- Compromiso ambiental -->\n    <div class=\"card--accent card\">\n      <div class=\"card__header\">\n        <div class=\"card__icon-wrap\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M2 22c0-5.5 4.5-10 10-10s10 4.5 10 10\"\/><path d=\"M12 12C12 6.5 16.5 2 22 2c0 5.5-4.5 10-10 10z\"\/><\/svg>\n        <\/div>\n        <div><div class=\"card__title\">Environmental Commitment<\/div><\/div>\n      <\/div>\n      <div class=\"divider\"><\/div>\n      <ul>\n        <li>Responsible use of air conditioning<\/li>\n        <li>Solar\u2011powered hot water<\/li>\n        <li>Acoustic insulation and energy efficiency<\/li>\n        <li>Biodegradable cleaning products<\/li>\n        <li>Recycling facilities available inside and outside the building.<\/li>\n      <\/ul>\n    <\/div>\n\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 BLOQUE 6: CONTACTO \u2550\u2550\u2550 -->\n  <p class=\"section-label\">Contacto<\/p>\n  <div class=\"card--dark card\">\n    <div style=\"display:grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;\">\n      <div>\n        <div class=\"card__title\" style=\"font-size:1.5rem; margin-bottom:8px;\">Our Office<\/div>\n        <div class=\"divider\"><\/div>\n        <div class=\"contact-row\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n          <div>\n            <div class=\"contact-row__label\">Direcci\u00f3n<\/div>\n            <div class=\"contact-row__val\">Calle Mallorca, 23 \u00b7 Calafell Platja<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"contact-row\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.4 2 2 0 0 1 3.6 1.22h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L7.91 8.84a16 16 0 0 0 6 6l.38-.38a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 21 17z\"\/><\/svg>\n          <div>\n            <div class=\"contact-row__label\">WhatsApp<\/div>\n            <div class=\"contact-row__val\">+34 610 713 147<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"contact-row\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\n          <div>\n            <div class=\"contact-row__label\">Email<\/div>\n            <div class=\"contact-row__val\"><a href=\"mailto:contact@mandalapartments.com\">More information at www.mandalapartments.com<\/a><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"contact-row\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\/><\/svg>\n          <div>\n            <div class=\"contact-row__label\">Web<\/div>\n            <div class=\"contact-row__val\"><a href=\"https:\/\/mandalapartments.com\/en\/\" target=\"_blank\">www.mandalapartments.com<\/a><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div style=\"text-align:center; padding: 30px 0;\">\n        <div style=\"font-size: 3rem; font-weight: 700; color: #00ACC9; letter-spacing: -1px; line-height: 1;\">Mandala<\/div>\n        <div style=\"font-size: 1rem; color: rgba(255,255,255,0.4); letter-spacing: 4px; text-transform: uppercase; margin-top: 6px; margin-bottom: 24px;\">apARTments<\/div>\n        <div style=\"font-size: 0.95rem; color: rgba(255,255,255,0.65); line-height: 1.7; font-style: italic;\">Esperamos que vuestra estancia<br>sea agradable.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<\/body>\n<\/html>\n\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Condiciones y Funcionamiento \u2014 Mandala Apartments Mandala apARTments \u00b7 Calafell Funcionamiento &#038; Condiciones Todo lo que necesitas saber antes y durante tu estancia con nosotros. Reserva y acceso Definici\u00f3n de servicios y condiciones de alquiler Las fechas indicadas en el contrato corresponden a las noches de inicio y fin del alquiler correspondiente al d\u00eda de &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/mandalapartments.com\/en\/funcionamiento-y-condiciones\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;Funcionamiento y Condiciones Mandala ApARTments&#8221;<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pgc_sgb_lightbox_settings":"","footnotes":""},"class_list":["post-7347","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Funcionamiento y Condiciones Mandala ApARTments - Mandala ApARTments<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mandalapartments.com\/en\/funcionamiento-y-condiciones\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Funcionamiento y Condiciones Mandala ApARTments - Mandala ApARTments\" \/>\n<meta property=\"og:description\" content=\"Condiciones y Funcionamiento \u2014 Mandala Apartments Mandala apARTments \u00b7 Calafell Funcionamiento &#038; Condiciones Todo lo que necesitas saber antes y durante tu estancia con nosotros. Reserva y acceso Definici\u00f3n de servicios y condiciones de alquiler Las fechas indicadas en el contrato corresponden a las noches de inicio y fin del alquiler correspondiente al d\u00eda de &hellip; Read more &quot;Funcionamiento y Condiciones Mandala ApARTments&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mandalapartments.com\/en\/funcionamiento-y-condiciones\/\" \/>\n<meta property=\"og:site_name\" content=\"Mandala ApARTments\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mandalapartments\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-30T19:29:47+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@mandalacalafell\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mandalapartments.com\\\/funcionamiento-y-condiciones\\\/\",\"url\":\"https:\\\/\\\/mandalapartments.com\\\/funcionamiento-y-condiciones\\\/\",\"name\":\"Funcionamiento y Condiciones Mandala ApARTments - Mandala ApARTments\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mandalapartments.com\\\/#website\"},\"datePublished\":\"2025-10-16T09:42:08+00:00\",\"dateModified\":\"2026-04-30T19:29:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mandalapartments.com\\\/funcionamiento-y-condiciones\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mandalapartments.com\\\/funcionamiento-y-condiciones\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mandalapartments.com\\\/funcionamiento-y-condiciones\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/mandalapartments.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Funcionamiento y Condiciones Mandala ApARTments\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mandalapartments.com\\\/#website\",\"url\":\"https:\\\/\\\/mandalapartments.com\\\/\",\"name\":\"Mandala ApARTments\",\"description\":\"Alquiler apartamentos tur\u00edsticos Calafell\",\"publisher\":{\"@id\":\"https:\\\/\\\/mandalapartments.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mandalapartments.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mandalapartments.com\\\/#organization\",\"name\":\"Mandala ApARTments\",\"url\":\"https:\\\/\\\/mandalapartments.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/mandalapartments.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mandalapartments.com\\\/wp-content\\\/uploads\\\/2017\\\/09\\\/logo-mandala-transp.png\",\"contentUrl\":\"https:\\\/\\\/mandalapartments.com\\\/wp-content\\\/uploads\\\/2017\\\/09\\\/logo-mandala-transp.png\",\"width\":472,\"height\":475,\"caption\":\"Mandala ApARTments\"},\"image\":{\"@id\":\"https:\\\/\\\/mandalapartments.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mandalapartments\",\"https:\\\/\\\/x.com\\\/mandalacalafell\",\"https:\\\/\\\/www.instagram.com\\\/mandalapartments\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Funcionamiento y Condiciones Mandala ApARTments - Mandala ApARTments","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mandalapartments.com\/en\/funcionamiento-y-condiciones\/","og_locale":"en_GB","og_type":"article","og_title":"Funcionamiento y Condiciones Mandala ApARTments - Mandala ApARTments","og_description":"Condiciones y Funcionamiento \u2014 Mandala Apartments Mandala apARTments \u00b7 Calafell Funcionamiento &#038; Condiciones Todo lo que necesitas saber antes y durante tu estancia con nosotros. Reserva y acceso Definici\u00f3n de servicios y condiciones de alquiler Las fechas indicadas en el contrato corresponden a las noches de inicio y fin del alquiler correspondiente al d\u00eda de &hellip; Read more \"Funcionamiento y Condiciones Mandala ApARTments\"","og_url":"https:\/\/mandalapartments.com\/en\/funcionamiento-y-condiciones\/","og_site_name":"Mandala ApARTments","article_publisher":"https:\/\/www.facebook.com\/mandalapartments","article_modified_time":"2026-04-30T19:29:47+00:00","twitter_card":"summary_large_image","twitter_site":"@mandalacalafell","twitter_misc":{"Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mandalapartments.com\/funcionamiento-y-condiciones\/","url":"https:\/\/mandalapartments.com\/funcionamiento-y-condiciones\/","name":"Funcionamiento y Condiciones Mandala ApARTments - Mandala ApARTments","isPartOf":{"@id":"https:\/\/mandalapartments.com\/#website"},"datePublished":"2025-10-16T09:42:08+00:00","dateModified":"2026-04-30T19:29:47+00:00","breadcrumb":{"@id":"https:\/\/mandalapartments.com\/funcionamiento-y-condiciones\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mandalapartments.com\/funcionamiento-y-condiciones\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mandalapartments.com\/funcionamiento-y-condiciones\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/mandalapartments.com\/"},{"@type":"ListItem","position":2,"name":"Funcionamiento y Condiciones Mandala ApARTments"}]},{"@type":"WebSite","@id":"https:\/\/mandalapartments.com\/#website","url":"https:\/\/mandalapartments.com\/","name":"Mandala ApARTments","description":"Alquiler apartamentos tur\u00edsticos Calafell","publisher":{"@id":"https:\/\/mandalapartments.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mandalapartments.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/mandalapartments.com\/#organization","name":"Mandala ApARTments","url":"https:\/\/mandalapartments.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/mandalapartments.com\/#\/schema\/logo\/image\/","url":"https:\/\/mandalapartments.com\/wp-content\/uploads\/2017\/09\/logo-mandala-transp.png","contentUrl":"https:\/\/mandalapartments.com\/wp-content\/uploads\/2017\/09\/logo-mandala-transp.png","width":472,"height":475,"caption":"Mandala ApARTments"},"image":{"@id":"https:\/\/mandalapartments.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mandalapartments","https:\/\/x.com\/mandalacalafell","https:\/\/www.instagram.com\/mandalapartments\/"]}]}},"featured_media_urls":[],"_links":{"self":[{"href":"https:\/\/mandalapartments.com\/en\/wp-json\/wp\/v2\/pages\/7347","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mandalapartments.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mandalapartments.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mandalapartments.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mandalapartments.com\/en\/wp-json\/wp\/v2\/comments?post=7347"}],"version-history":[{"count":11,"href":"https:\/\/mandalapartments.com\/en\/wp-json\/wp\/v2\/pages\/7347\/revisions"}],"predecessor-version":[{"id":10536,"href":"https:\/\/mandalapartments.com\/en\/wp-json\/wp\/v2\/pages\/7347\/revisions\/10536"}],"wp:attachment":[{"href":"https:\/\/mandalapartments.com\/en\/wp-json\/wp\/v2\/media?parent=7347"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}