hotelesposeidon.com Open in urlscan Pro
51.210.207.67  Public Scan

Submitted URL: http://email.emailing.hotelesposeidon.com/c/eJx0kU-rnDAURz9N3I3c_FUXLto6rjoUWkqXkuRenwFNROOU9-2Lj3mlMH2rQPI7nAPB1hkEqApquak1B2NEVUyt5qAa3R...
Effective URL: https://hotelesposeidon.com/en/offer-bienvenido-verano-2023?utm_source=newsletter&utm_medium=email&utm_campaign=WELCOME_SUMM...
Submission: On May 26 via api from BE — Scanned from DE

Form analysis 4 forms found in the DOM

https://hotelesposeidon.com/en/callme

<form x-data="callme" x-init="
                                    messages = {
                                        &quot;required&quot;      : &quot;El teléfono es obligatorio&quot;,
                                        &quot;truthy&quot;        : &quot;Debe aceptar los términos y condiciones&quot;,
                                    },
                                    fields = {
                                        &quot;phonenumber&quot;     : &quot;Phones &quot;,
                                        &quot;terms&quot;      : &quot;Términos&quot;,
                                    },
                                    errorMessages = {
                                        &quot;phonenumber&quot;  : null,
                                        &quot;terms&quot; : null,
                                    }
                                " @submit.prevent="submit" action="https://hotelesposeidon.com/en/callme">
  <input type="hidden" name="_token" value="cC4X7ICZT0X3NymFtaSSrQP9br3rvM4BU8tYpJN2">
  <div id="my_name_dsW4cfe1zKmH5X3t_wrap" style="display: none" aria-hidden="true">
    <input id="my_name_dsW4cfe1zKmH5X3t" name="my_name_dsW4cfe1zKmH5X3t" type="text" value="" autocomplete="nope" tabindex="-1">
    <input name="valid_from" type="text" value="eyJpdiI6IlMxUWkxTDBtcVBKZng5eEZpeERBUVE9PSIsInZhbHVlIjoiaFVDOERUY3RyZS92SXJlRkN3SG5ZQT09IiwibWFjIjoiYjM3NjMxZWU1NTQ4OWI3YmIyYTAzZGY3OWIxMTJlMTQ2YzgxNTliNzkxYjk4MGFiM2UyZDNjZDFjODAwMzcyMSIsInRhZyI6IiJ9"
      autocomplete="nope" tabindex="-1">
  </div>
  <div x-show="success" class="mt-4 p-4 rounded-md bg-green-50" style="display: none;">
    <div class="flex">
      <div class="flex-shrink-0">
        <!-- Heroicon name: mini/check-circle -->
        <svg class="h-5 w-5 text-green-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
          <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z" clip-rule="evenodd"></path>
        </svg>
      </div>
      <div class="ml-3">
        <p class="text-sm font-medium text-green-800"> Tu teléfono está a punto de sonar, ¡atento! </p>
      </div>
    </div>
  </div>
  <div x-show="error" class="mt-4 p-4 rounded-md bg-red-50" style="display: none;">
    <div class="flex">
      <div class="flex-shrink-0">
        <!-- Heroicon name: mini/x-circle -->
        <svg class="h-5 w-5 text-red-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
          <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z"
            clip-rule="evenodd"></path>
        </svg>
      </div>
      <div class="ml-3">
        <p class="text-sm font-medium text-red-700"> Ha habido un error. Inténtelo de nuevo más tarde </p>
      </div>
    </div>
  </div>
  <div class="my-6">
    <input x-ref="phonenumber" type="text" class="w-full rounded-lg" name="phonenumber" placeholder="Tu número aquí">
    <span class="text-xs text-red-500" x-show="errorMessages.phonenumber &amp;&amp; !calling" x-text="errorMessages.phonenumber" style="display: none;"></span>
  </div>
  <div class="mb-6">
    <div x-ref="terms" x-data="{
                                            enabled: false,
                                            error: false,
                                            toggle() {
                                                this.enabled = !this.enabled
                                                if (this.enabled) {
                                                    this.error = false
                                                }
                                            }
                                        }" class="flex items-start">
      <div class="flex-shrink-0">
        <input type="hidden" id="terms" name="terms" :value="enabled ? 1 : 0" value="0">
        <button @click.prevent="toggle()"
          class="relative inline-flex flex-shrink-0 h-6 w-11 border-2 border-transparent rounded-full cursor-pointer transition-colors ease-in-out duration-200 focus:outline-none focus:shadow-outline focus:ring-blue-200 focus:border-blue-200 bg-gray-200"
          :class="{
                                                    'bg-gray-200': !enabled &amp;&amp; !error,
                                                    'bg-blue-200': enabled &amp;&amp; !error,
                                                    'bg-red-500': error,
                                                }" role="checkbox" tabindex="0" :aria-checked="enabled" aria-checked="false">
          <span class="inline-block h-5 w-5 rounded-full bg-white shadow transform transition ease-in-out duration-200 translate-x-0" :class="{
                                                        'translate-x-0': !enabled,
                                                        'translate-x-5': enabled,
                                                    }" aria-hidden="true">
          </span>
        </button>
      </div>
      <div class="ml-3">
        <p class="text-base leading-6 text-gray-500"> Acepto los <a class="font-medium text-blue-300 underline" href="#">Términos y condiciones</a> y la <a class="font-medium text-blue-300 underline" href="#">Política de Privacidad</a>. </p>
        <span class="text-xs text-red-500" x-show="errorMessages.terms &amp;&amp; !calling" x-text="errorMessages.terms" style="display: none;"></span>
      </div>
    </div>
  </div>
  <button class="py-2 px-4 inline-flex items-center justify-center uppercase font-bold transition hover:shadow-lg hover:scale-105 bg-blue-900 text-white  py-4 mt-6 rounded-lg flex hover:bg-opacity-75 hover:shadow hover:shadow-blue-200" type="submit"
    id="bt-callme" x-bind:disabled="calling">
    <span x-show="! calling">
      <svg class="inline w-6 h-6 fill-white text-current mr-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
        <path d="M0 0h24v24H0V0z" fill="none"></path>
        <path
          d="M19.23 15.26l-2.54-.29c-.61-.07-1.21.14-1.64.57l-1.84 1.84c-2.83-1.44-5.15-3.75-6.59-6.59l1.85-1.85c.43-.43.64-1.03.57-1.64l-.29-2.52c-.12-1.01-.97-1.77-1.99-1.77H5.03c-1.13 0-2.07.94-2 2.07.53 8.54 7.36 15.36 15.89 15.89 1.13.07 2.07-.87 2.07-2v-1.73c.01-1.01-.75-1.86-1.76-1.98zM13 11h4c.55 0 1-.45 1-1s-.45-1-1-1h-1.59l4.31-4.31c.39-.39.39-1.02 0-1.41s-1.02-.39-1.41 0L14 7.59V6c0-.55-.45-1-1-1s-1 .45-1 1v4c0 .55.45 1 1 1z">
        </path>
      </svg> Llámame </span>
    <span x-show="calling" style="display: none">
      <svg class="animate-spin inline w-6 h-6 fill-white text-current mr-4" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" viewBox="0 0 24 24" fill="currentColor">
        <g>
          <path d="M0,0h24v24H0V0z" fill="none"></path>
        </g>
        <g>
          <g>
            <path d="M12,5V2L8,6l4,4V7c3.31,0,6,2.69,6,6c0,2.97-2.17,5.43-5,5.91v2.02c3.95-0.49,7-3.85,7-7.93C20,8.58,16.42,5,12,5z"></path>
            <path d="M6,13c0-1.65,0.67-3.15,1.76-4.24L6.34,7.34C4.9,8.79,4,10.79,4,13c0,4.08,3.05,7.44,7,7.93v-2.02 C8.17,18.43,6,15.97,6,13z"></path>
          </g>
        </g>
      </svg> Llamando </span>
  </button>
</form>

<form id="booking-form" class="hidden xl:grid grid-cols-4 xl:grid-cols-9 mx-auto" x-data="bookingEngineLargeScreen" @submit="submit" :action="action" x-init="
            messages = {
                &quot;after&quot;         : &quot;La fecha debe ser posterior a: '[PARAM]'&quot;,
                &quot;afterOrEqual&quot;  : &quot;La fecha debe ser posterior o igual a: '[PARAM]'&quot;,
                &quot;date&quot;          : &quot;[FIELD] debe ser una fecha&quot;,
                &quot;integer&quot;       : &quot;[FIELD] debe ser un número entero&quot;,
                &quot;optional&quot;      : &quot;[FIELD] es opcional&quot;,
                &quot;required&quot;      : &quot;[FIELD] debe estar presente&quot;,
                &quot;string&quot;        : &quot;[FIELD] debe ser una cadena&quot;,
                &quot;url&quot;           : &quot;[FIELD] debe ser una url válida&quot;,
            },
            fields = {
                &quot;hotel&quot;     : &quot;Hotel &quot;,
                &quot;from&quot;      : &quot;From&quot;,
                &quot;to&quot;        : &quot;Until&quot;,
                &quot;people&quot;    : &quot;People&quot;,
                &quot;adults&quot;    : &quot;Adults&quot;,
                &quot;children&quot;  : &quot;Kids&quot;,
                &quot;promocode&quot; : &quot;Código Promocional&quot;,
            },
            errorMessages = {
                &quot;hotel&quot;     : null,
                &quot;from&quot;      : null,
                &quot;to&quot;        : null,
                &quot;people&quot;    : null,
                &quot;adults&quot;    : null,
                &quot;children&quot;  : null,
                &quot;promocode&quot; : null,
            }
        ">
  <div class="col-span-3 xl:col-span-3">
    <select class="w-full xl:text-sm rounded-tl-lg xl:rounded-l-lg border border-1 border-white focus:border-blue-100 focus:ring-transparent" x-ref="hotel" @change="updateForm">
      <option value="" data-key="">Hotels</option>
      <option value="https://reservas.hotelesposeidon.com/reservas-poseidon-resort" data-key="resort"> Poseidon Resort </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-hotel-poseidon-playa" data-key="poseidon-playa"> Poseidon Playa </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-hotel-poseidon-la-estacion" data-key="la-estacion"> Hotel La Estación </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-hotel-poseidon-playas-guardamar" data-key="playas-de-guardmar"> Hotel Playas de Guardamar </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-hotel-poseidon-alahuar" data-key="alahuar"> Hotel Alahuar </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-la-manga" data-key="la-manga-hotel-spa"> Poseidon La Manga Hotel &amp; Spa </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-poseidon-playas-torrevieja" data-key="playas-de-torrevieja"> Hotel Playas de Torrevieja </option>
    </select>
  </div>
  <div class="col-span-1 xl:col-span-1">
    <input id="from" class="flatpickr flatpickr-input active w-full xl:text-sm border border-1 border-white focus:border-blue-100 focus:ring-transparent" type="text" name="fecha_desde" placeholder="From" readonly="readonly" x-ref="from">
  </div>
  <div class="col-span-1 xl:col-span-1">
    <input id="to" class="flatpickr flatpickr-input active w-full xl:text-sm border border-1 border-white focus:border-blue-100 focus:ring-transparent" type="text" name="fecha_hasta" placeholder="Until" readonly="readonly" x-ref="to">
  </div>
  <div style="display: none" class="col-span-2" x-show="onlyAdults">
    <select class="w-full xl:text-sm xl:rounded-none border border-1 border-white focus:border-blue-100 focus:ring-transparent" name="num_personas" x-ref="people">
      <option value="">People</option>
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
      <option value="6">6</option>
      <option value="7">7</option>
      <option value="8">8</option>
    </select>
  </div>
  <div class="col-span-1 xl:col-span-1 xl:grid-rows-2" x-show="!onlyAdults">
    <select class="w-full xl:text-sm xl:rounded-none border border-1 border-white focus:border-blue-100 focus:ring-transparent" name="num_adultos" x-ref="adults">
      <option value="">Adults</option>
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
      <option value="6">6</option>
      <option value="7">7</option>
      <option value="8">8</option>
    </select>
  </div>
  <div class="col-span-1 xl:col-span-1" x-show="!onlyAdults">
    <select class="w-full xl:text-sm border border-1 border-white focus:border-blue-100 focus:ring-transparent" name="num_ninos" x-ref="children">
      <option value="">Kids</option>
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
      <option value="6">6</option>
      <option value="7">7</option>
      <option value="8">8</option>
    </select>
  </div>
  <div class="col-span-1 xl:col-span-1">
    <input type="text" class="w-full xl:text-sm border border-1 border-white rounded-tr-lg xl:rounded-none focus:border-blue-100 focus:ring-transparent" name="codigo_promo" placeholder="Cód. Promo." title="Código Promocional" x-ref="promocode">
  </div>
  <button
    class="py-2 px-4 inline-flex items-center justify-center uppercase font-bold transition hover:shadow-lg hover:scale-105 bg-blue-900 text-white  col-span-4 xl:col-span-1 rounded-b-lg xl:rounded-bl-none xl:rounded-r-lg lg:text-xl xl:text-sm lg:py-4 xl:px-4 xl:py-0"
    type="submit" id="bt-booking-navbar"> Reserve </button>
</form>

<form x-data="bookingEngine" @submit="submit" id="mobile-booking-form" :action="action" class="mt-6 grid grid-cols-2 gap-x-3 gap-y-6" x-init="
                                        messages = {
                                            &quot;after&quot;         : &quot;La fecha debe ser posterior a: '[PARAM]'&quot;,
                                            &quot;afterOrEqual&quot;  : &quot;La fecha debe ser posterior o igual a: '[PARAM]'&quot;,
                                            &quot;date&quot;          : &quot;[FIELD] debe ser una fecha&quot;,
                                            &quot;integer&quot;       : &quot;[FIELD] debe ser un número entero&quot;,
                                            &quot;optional&quot;      : &quot;[FIELD] es opcional&quot;,
                                            &quot;required&quot;      : &quot;[FIELD] debe estar presente&quot;,
                                            &quot;string&quot;        : &quot;[FIELD] debe ser una cadena&quot;,
                                            &quot;url&quot;           : &quot;[FIELD] debe ser una url válida&quot;,
                                        },
                                        fields = {
                                            &quot;hotel&quot;     : &quot;Hotel &quot;,
                                            &quot;from&quot;      : &quot;From&quot;,
                                            &quot;to&quot;        : &quot;Until&quot;,
                                            &quot;people&quot;    : &quot;People&quot;,
                                            &quot;adults&quot;    : &quot;Adults&quot;,
                                            &quot;children&quot;  : &quot;Kids&quot;,
                                            &quot;promocode&quot; : &quot;Código Promocional&quot;,
                                        },
                                        errorMessages = {
                                            &quot;hotel&quot;     : null,
                                            &quot;from&quot;      : null,
                                            &quot;to&quot;        : null,
                                            &quot;people&quot;    : null,
                                            &quot;adults&quot;    : null,
                                            &quot;children&quot;  : null,
                                            &quot;promocode&quot; : null,
                                        }
                                    ">
  <div class="col-span-2">
    <select x-ref="hotel" @change="updateForm" class="w-full rounded-lg">
      <option value="" data-key="">Elige tu Hotel</option>
      <option value="https://reservas.hotelesposeidon.com/reservas-poseidon-resort" data-key="resort"> Poseidon Resort </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-hotel-poseidon-playa" data-key="poseidon-playa"> Poseidon Playa </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-hotel-poseidon-la-estacion" data-key="la-estacion"> Hotel La Estación </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-hotel-poseidon-playas-guardamar" data-key="playas-de-guardmar"> Hotel Playas de Guardamar </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-hotel-poseidon-alahuar" data-key="alahuar"> Hotel Alahuar </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-la-manga" data-key="la-manga-hotel-spa"> Poseidon La Manga Hotel &amp; Spa </option>
      <option value="https://reservas.hotelesposeidon.com/reservas-poseidon-playas-torrevieja" data-key="playas-de-torrevieja"> Hotel Playas de Torrevieja </option>
    </select>
    <span class="text-xs text-red-500" x-show="errorMessages.hotel" x-text="errorMessages.hotel" style="display: none;"></span>
  </div>
  <div class="col-span-1">
    <input x-ref="from" id="from" class="flatpickr flatpickr-input active w-full rounded-lg" type="text" name="fecha_desde" placeholder="From" readonly="readonly">
    <span class="text-xs text-red-500" x-show="errorMessages.from" x-text="errorMessages.from" style="display: none;"></span>
  </div>
  <div class="col-span-1">
    <input x-ref="to" id="to" class="flatpickr flatpickr-input active w-full rounded-lg" type="text" name="fecha_hasta" placeholder="Until" readonly="readonly">
    <span class="text-xs text-red-500" x-show="errorMessages.to" x-text="errorMessages.to" style="display: none;"></span>
  </div>
  <div :class="onlyAdults ? 'col-span-2' : 'hidden col-span-2'" class="hidden col-span-2">
    <select x-ref="people" x-show="onlyAdults" class="w-full rounded-lg" name="num_personas" style="display: none;">
      <option value="">People</option>
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
      <option value="6">6</option>
      <option value="7">7</option>
      <option value="8">8</option>
    </select>
    <span class="text-xs text-red-500" x-show="errorMessages.people" x-text="errorMessages.people" style="display: none;"></span>
  </div>
  <div class="col-span-2" x-show="!onlyAdults">
    <select x-ref="adults" class="w-full rounded-lg" name="num_adultos">
      <option value="">Adults</option>
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
      <option value="6">6</option>
      <option value="7">7</option>
      <option value="8">8</option>
    </select>
    <span class="text-xs text-red-500" x-show="errorMessages.adults" x-text="errorMessages.adults" style="display: none;"></span>
  </div>
  <div class="col-span-2" x-show="!onlyAdults">
    <select x-ref="children" class="w-full rounded-lg" name="num_ninos">
      <option value="">Kids</option>
      <option value="1">1</option>
      <option value="2">2</option>
      <option value="3">3</option>
      <option value="4">4</option>
      <option value="5">5</option>
      <option value="6">6</option>
      <option value="7">7</option>
      <option value="8">8</option>
    </select>
    <span class="text-xs text-red-500" x-show="errorMessages.children" x-text="errorMessages.children" style="display: none;"></span>
  </div>
  <div class="col-span-2">
    <input x-ref="promocode" type="text" class="w-full rounded-lg" name="codigo_promo" placeholder="Código Promocional">
    <span class="text-xs text-red-500" x-show="errorMessages.promocode" x-text="errorMessages.promocode" style="display: none;"></span>
  </div>
  <button class="py-2 px-4 inline-flex items-center justify-center uppercase font-bold transition hover:shadow-lg hover:scale-105 bg-blue-900 text-white  col-span-2 py-4 mt-6 rounded-lg" type="submit" id="bt-booking-navbar"> Reserve </button>
</form>

POST https://hotelesposeidon.com/en/subscribe#newsletter

<form method="POST" action="https://hotelesposeidon.com/en/subscribe#newsletter" class="flex flex-col md:flex-row md:items-start text-center">
  <input type="hidden" name="_token" value="cC4X7ICZT0X3NymFtaSSrQP9br3rvM4BU8tYpJN2"> <input type="hidden" name="_method" value="POST">
  <div id="my_name_fwbgyn06jAIiZhcp_wrap" style="display: none" aria-hidden="true">
    <input id="my_name_fwbgyn06jAIiZhcp" name="my_name_fwbgyn06jAIiZhcp" type="text" value="" autocomplete="nope" tabindex="-1">
    <input name="valid_from" type="text" value="eyJpdiI6Ik5TUkU4WFMzNG8rQjFZenloZ0kyYmc9PSIsInZhbHVlIjoiWm5vVXBRQ0dFdWV6Y05HRDJ6SzBxdz09IiwibWFjIjoiNTVkN2RmZTI4NDQ3NDc0NjdjYWVlZDcyMjI5MmNkMDNmZjIxNmQ5ZTQ1YzRiOTY5MjZiYTI5MmY0ZjE5ZGI2YyIsInRhZyI6IiJ9"
      autocomplete="nope" tabindex="-1">
  </div>
  <div class="w-full md:mr-4">
    <input name="email" type="text" id="email" class="block w-full border-none rounded-t md:rounded sm:flex-1 placeholder:text-center placeholder:text-gray-400 placeholder:uppercase text-blue-400" placeholder="Your email">
  </div>
  <button class="py-2 px-4 inline-flex items-center justify-center uppercase font-bold transition hover:shadow-lg hover:scale-105 bg-blue-900 text-white  rounded-md shadow mt-2 sm:mt-0 sm:ml-3 sm:flex-shrink-0" type="submit"> Subscribe me </button>
</form>

Text Content

 * Call free from Spain to 900 37 34 91
 * Call me now

 * Instagram
 * Facebook
 * YouTube
 * Twitter

Close panel


¿QUIERES QUE TE LLAMEMOS?

Introduce tu número de teléfono y te llamaremos tan pronto como nos sea posible

Tu teléfono está a punto de sonar, ¡atento!

Ha habido un error. Inténtelo de nuevo más tarde



Acepto los Términos y condiciones y la Política de Privacidad.

Llámame Llamando
Hoteles Poseidon
Open menu
Hotels Destinies Experiences Offers Events Contact
English
Español
English
Checkin Express
Hoteles Poseidon
Close menu
Hotels Destinies Experiences Offers Events Contact
English
Español
English
Quiero que me llamen Checkin Express


YOUR SUMMER HOLIDAYS AT THE BEST PRICE

Get ready to enjoy the sun, sand, and sea at incredible prices with our "Welcome
Summer 2023" promotion.
Hotels Poseidon Resort Poseidon Playa Hotel La Estación Hotel Playas de
Guardamar Hotel Alahuar Poseidon La Manga Hotel & Spa Hotel Playas de Torrevieja


People 1 2 3 4 5 6 7 8
Adults 1 2 3 4 5 6 7 8
Kids 1 2 3 4 5 6 7 8

Reserve
Reserve
Cerrar el Panel


REALIZA TU RESERVA

Obtén en nuestra web siempre el mejor precio

Elige tu Hotel Poseidon Resort Poseidon Playa Hotel La Estación Hotel Playas de
Guardamar Hotel Alahuar Poseidon La Manga Hotel & Spa Hotel Playas de Torrevieja


People 1 2 3 4 5 6 7 8
Adults 1 2 3 4 5 6 7 8
Kids 1 2 3 4 5 6 7 8

Reserve


WELCOME SUMMER 23

Your deserved holidays at the best price

The most anticipated season of the year has arrived, and we want you to enjoy it
to the fullest in the charming destination of Guardamar. Introducing our special
offer "Welcome Summer 2023" for unforgettable holidays.



Discover paradise in Guardamar, where golden sandy beaches merge with the
crystal-clear waters of the Mediterranean Sea. Now, you can take advantage of
our special rates starting from just 35.50 euros and immerse yourself in the
magic of this coastal destination.

Imagine waking up every morning to the gentle sea breeze, enjoying a stroll
along the beach, and relaxing in our comfortable facilities. At Hotel Playas
Guardamar, we offer exceptional service and an unparalleled experience.

But that's not all, because we have prepared an additional surprise for you.
Book your stay from the 11th to the 16th of June and enjoy a special discount of
20% on our rates. It's an opportunity you can't afford to miss!

Come and discover the natural beauty of Guardamar, where you'll find the perfect
combination of sun, sea, and nature. Explore its protected dunes, take a
leisurely walk along the promenade, and be captivated by the hospitality of its
residents.

Don't miss out on this unique offer and book your summer getaway at Hotel Playas
Guardamar now. Take advantage of the "Welcome Summer 2023" promotion and get
ready to create unforgettable moments in this dream destination.

We look forward to welcoming you with open arms in Guardamar, so you can enjoy
an extraordinary vacation at the best price!


PLAYAS DE GUARDAMAR

Guardamar del segura
 * WIFI
 * Transfer
 * TV Satelite
   ...

If you are looking to enjoy a perfect holiday in an unbeatable destination,
discover the Hotel Playas de Guardamar. Discover dreamy views thanks to our
privileged location, facing the wild dunes of Playa del Moncayo.
Discover

From

22,00€

People/Night

Reserve


RECEIVE OFFERS AND NEWS FROM POSEIDON


Subscribe me
 * Instagram
 * Facebook
 * YouTube
 * Twitter

Reserve


FOOTER

TELÉFONO DE RESERVAS 900 373 491

bookonline@hotelesposeidon.com
Instagram Facebook YouTube Twitter


HOTELS

 * Poseidon Resort
 * Poseidon Playa
 * Hotel La Estación
 * Playas de Guardamar
 * Playas de Torrevieja
 * La Manga Hotel&Spa
 * Hotel Restaurant Alahuar


SOBRE NOSOTROS

 * Contact
 * Work with us
 * Access to professionals
 * Site Map


ESPECIALES

 * Covid-19 Rules
 * Covid-19 measures
 * Special Offers


LEGAL

 * Legal Warning
 * Privacy Policy
 * Quality policy



© 2023 Hoteles Poseidon. Todos los derechos reservados.


MayoJunioJulioAgostoSeptiembreOctubreNoviembreDiciembre

LunMarMiéJueVieSábDom
123456789101112131415161718192021222324252627282930311234567891011
MayoJunioJulioAgostoSeptiembreOctubreNoviembreDiciembre

LunMarMiéJueVieSábDom
123456789101112131415161718192021222324252627282930311234567891011
MayoJunioJulioAgostoSeptiembreOctubreNoviembreDiciembre

LunMarMiéJueVieSábDom
123456789101112131415161718192021222324252627282930311234567891011
MayoJunioJulioAgostoSeptiembreOctubreNoviembreDiciembre

LunMarMiéJueVieSábDom
123456789101112131415161718192021222324252627282930311234567891011

word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1