{"id":11917,"date":"2022-05-24T03:03:11","date_gmt":"2022-05-24T03:03:11","guid":{"rendered":"https:\/\/solhires.com\/?page_id=11917"},"modified":"2026-03-26T10:27:42","modified_gmt":"2026-03-26T10:27:42","slug":"home","status":"publish","type":"page","link":"https:\/\/solhires.com\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11917\" class=\"elementor elementor-11917 elementor-5590\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-398f5e4 elementor-section-full_width elementor-section-height-min-height elementor-section-stretched elementor-section-height-default elementor-section-items-middle\" data-id=\"398f5e4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8952d07\" data-id=\"8952d07\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-84edfdb elementor--h-position-center elementor--v-position-middle elementor-widget elementor-widget-slides\" data-id=\"84edfdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;none&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-70eb3f9 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg\" role=\"img\" aria-label=\"fondo-slide-solhires\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b7892be elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"b7892be\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1c45d68b\" data-id=\"1c45d68b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ddd18e elementor-widget elementor-widget-shortcode\" data-id=\"1ddd18e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n    <div class=\"fleetsist\"> \r\n      <div class=\"content-center font-body\">\r\n        <div id=\"container-form\">\r\n              <form class=\"container-grid-row\"  @submit.prevent=\"getCars()\">\r\n                <div class=\"flex-column\">\r\n                  <label class=\"flex-column \">Vehicle type\r\n                    <div class=\"flex-row\" style=\"margin-top: 5px\">\r\n                        <div class=\"flex-row align-center btn btn-checkbox \">\r\n                          <div class=\"flex-row align-center height-100 width-100 padding-z imgCheckboxContainer\" @click=\"formBooking.type = `car`\" v-bind:class=\"{activeCheckbox: formBooking.type === `car`}\"  aria-hidden=\"true\">\r\n                            <div id=\"carImgBtn\" class=\"imgBtn margin-r\"><\/div>\r\n                            <span class=\"imgBtnText\">Coche<\/span>\r\n                          <\/div>\r\n                          <!-- <div class=\"flex-row align-center height-100 width-100 padding-z padding-l imgCheckboxContainer\" @click=\"formBooking.type = `van`\" v-bind:class=\"{activeCheckbox: formBooking.type === `van`}\"  aria-hidden=\"true\">\r\n                            <div  class=\"imgBtn margin-r\" id=\"vanImgBtn\"><\/div>\r\n                            <span class=\"imgBtnText\">Furgoneta<\/span>\r\n                          <\/div> -->\r\n                          <div class=\"flex-row align-center height-100 width-100 padding-z padding-l imgCheckboxContainer\" @click=\"formBooking.type = `motorbikes`\" v-bind:class=\"{activeCheckbox: formBooking.type === `motorbikes`}\"  aria-hidden=\"true\">\r\n                            <div  class=\"imgBtn margin-r\" id=\"motorbikeImgBtn\"><\/div>\r\n                            <span class=\"imgBtnText\">Moto<\/span>\r\n                          <\/div> \r\n                        <\/div>\r\n                    <\/div>\r\n                  <\/label>\r\n                <\/div>\r\n                <div class=\"flex-row responsive margin-t-1\">\r\n                  <div class=\"flex-column width-100\">\r\n                    <label>Pick up office<\/label>\r\n                      <select v-model=\"pickupOffice\" class=\"selectAll\" required>\r\n                        <option value=\"\" selected>Select office<\/option>\r\n                        <option v-for=\"office in offices\" :key=\"offices.uuid\" :value=\"office\">{{office.name}}<\/option>\r\n                      <\/select>\r\n                  <\/div>\r\n                <\/div>\r\n                <div class=\"flex-row responsive margin-t-1\">\r\n                  <div class=\"flex-column width-50 margin-r\" style=\"width: 328px\">\r\n                    <div class=\"\" @click=\"isDifferentOffice = !isDifferentOffice\">\r\n                      <input type=\"checkbox\" v-model=\"isDifferentOffice\" class=\"-input\">\r\n                      <label class=\"label\">Return at different office<\/label>\r\n                    <\/div>  \r\n                  <\/div>              \r\n                <\/div>\r\n                <div class=\"flex-row responsive margin-t-1\" v-if=\"isDifferentOffice\">\r\n                  <div class=\"flex-column width-100\">\r\n                    <label>Return office<\/label>\r\n                      <select v-model=\"returnOffice\" class=\"selectAll\" required>\r\n                        <option value=\"\" selected>Select office<\/option>\r\n                        <option v-for=\"office in returnOffices\" :key=\"office.uuid\" :value=\"office\">{{office.name}}<\/option>\r\n                      <\/select>\r\n                  <\/div>\r\n                <\/div>\r\n                <div class=\"flex-row responsive margin-t\">\r\n                  <div class=\"flex-column width-50 margin-r\">\r\n                    <label>Pick up date<\/label>\r\n                    <div\r\n                      class=\"input-btn-datetime-picker\"\r\n                      @click=\"isShowDateTimePickerPickup = true\"\r\n                    >\r\n                      <section style=\"height:50px\" class=\"flex-row space-between\">\r\n                        <section v-if=\"dateTimeDates.pick_up_date.date\">\r\n                          <span class=\"day\">\r\n                            {{ dateTimeDates.pick_up_date.date && dateTimeDates.pick_up_date.date.day }}\r\n                          <\/span>\r\n                          <span class=\"month\">\r\n                            {{ dateTimeDates.pick_up_date.date && dateTimeDates.pick_up_date.date.month }}\r\n                          <\/span>\r\n                          <span class=\"year\">\r\n                            {{ dateTimeDates.pick_up_date.date && dateTimeDates.pick_up_date.date.year }}\r\n                          <\/span>\r\n                        <\/section>\r\n                        <span v-else class=\"select-date\">Select date<\/span>\r\n                        \r\n                        <span v-if=\"dateTimeDates.pick_up_date && dateTimeDates.pick_up_date.hour\" class=\"hour\">\r\n                          {{ dateTimeDates.pick_up_date.hour }}\r\n                        <\/span>\r\n                        <span v-else class=\"default-hour\">\r\n                          - - : - -\r\n                        <\/span>\r\n                      <\/section>\r\n                      <date-picker\r\n                        v-model=\"pick_up_datepicker\"\r\n                        placeholder=\"Select date\"\r\n                        time-title-format=\"DD-MM-YYYY\"\r\n                        type=\"datetime\"\r\n                        format=\"HH:mm\"\r\n                        :lang=\"lang\"\r\n                        :open.sync=\"isShowDateTimePickerPickup\"\r\n                        :disabled-date=\"disablePickupDates\"\r\n                        :time-picker-options=\"timepickerOptions\"\r\n                        @change=\"setFormBookingDates($event, `pick_up_date`)\"\r\n                      \/>\r\n                    <\/div>\r\n                  <\/div>\r\n                  <div class=\"flex-column width-50\">\r\n                    <label>Return date<\/label>\r\n                    <div class=\"input-btn-datetime-picker\" @click=\"isShowDateTimePickerReturn = true\">\r\n                      <section  style=\"height:50px\" class=\"flex-row space-between\">\r\n                        <section v-if=\"dateTimeDates.return_date.date\">\r\n                          <span class=\"day\">\r\n                            {{ dateTimeDates.return_date.date && dateTimeDates.return_date.date.day }}\r\n                          <\/span>\r\n                          <span class=\"month\">\r\n                            {{ dateTimeDates.return_date.date && dateTimeDates.return_date.date.month }}\r\n                          <\/span>\r\n                          <span class=\"year\">\r\n                            {{ dateTimeDates.return_date.date && dateTimeDates.return_date.date.year }}\r\n                          <\/span>\r\n                        <\/section>\r\n                        <span v-else class=\"select-date\">Select date<\/span>\r\n\r\n                        <span v-if=\"dateTimeDates.return_date && dateTimeDates.return_date.hour\" class=\"hour\">\r\n                          {{ dateTimeDates.return_date.hour }}\r\n                        <\/span>\r\n                        <span v-else class=\"default-hour\">\r\n                          - - : - -\r\n                        <\/span>\r\n                        <date-picker\r\n                          v-model=\"return_datepicker\"\r\n                          placeholder=\"Select date\"\r\n                          time-title-format=\"DD-MM-YYYY\"\r\n                          type=\"datetime\"\r\n                          format=\"HH:mm\"\r\n                          :lang=\"lang\"\r\n                          :open.sync=\"isShowDateTimePickerReturn\"\r\n                          :disabled-date=\"disableReturnDates\"\r\n                          :time-picker-options=\"timepickerOptions\"\r\n                          @change=\"setFormBookingDates($event, `return_date`)\"\r\n                        \/>\r\n                      <\/section>\r\n                    <\/div>\r\n                  <\/div>\r\n                <\/div>\r\n                <div class=\"flex-row responsive margin-t-1\">\r\n                    <div class=\"flex-column width-50 margin-r\">\r\n                      <label class=\"flex-row\">\r\n                        Age  \r\n                          <div class=\"\" id=\"ageInfo\">\r\n                              <i class=\"far fa-question-circle fa-1x padding-l\">\r\n                              <\/i>\r\n                              <div class=\"ageInfo padding-z\">\r\n                                <h6 class=\"text-white\">Why do we need to know your age?<\/h6>\r\n                                <p>The minimum age for renting most vehicles is 25 years.\r\n      The minimum age to rent some vehicles is 28 years.\r\n      Drivers under 25 years of age may rent certain vehicles, with an additional charge for a young driver.<\/p>\r\n                              <\/div>\r\n                          <\/div>\r\n                      <\/label>\r\n                      <select v-model=\"formBooking.driver_age\" required>\r\n                      <option v-for=\"item in ageRange\" :key=\"ageRange.index\" :value=\"item.value\">{{item.name}}<\/option>\r\n                      <\/select>\r\n                  <\/div>    \r\n                  <div class=\"flex-column width-50 margin-t-1\" id=\"column-btn-search\">\r\n                    <button class=\"btn-form-basic btn btn-form text-uppercase\" id=\"btn-search-cars\">Calculate prices<\/button>\r\n                  <\/div>\r\n\r\n                <\/div>\r\n                <div class=\"alert alert-error margin-t\" v-if=\"formInvalid\">\r\n                  <p>You must complete all fields<\/p>\r\n                <\/div>\r\n              <\/form> \r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  \n\n    <div class=\"fleetsist\" style=\"z-index:1\">\n    <div class=\"flex-row center margin-t\">\n    \n    <div v-if=\"!showModal\" id=\"carResults\" class=\"width-100\" v-bind:class=\"{opacityBackground: modalLimitDays}\">\n        <div class=\"flex flex-row \">\n            <div v-if=\"isLoading\" class=\"load-spinner content-center\"><\/div>\n        <\/div>\n        <div v-if=\"!isLoading && !searchError && cars!== null && cars.length === 0 && !noAvaibleVehicles\"\n            class=\"alert alert-info margin-t padding-all\">\n            <h3>We're sorry<\/h3>\n            <p>There are no vehicles available at that office for the selected dates<\/p>\n        <\/div>\n        <div v-if=\"!isLoading &&  searchError\" class=\"alert alert-info margin-t padding-all\">\n            <h3>Sorry an error occurred<\/h3>\n            <ul v-for=\"error in errorsMsg\">\n                <li>{{error}}<\/li>\n            <\/ul>\n        <\/div>\n        <div v-if=\"!showModal\" class=\"width-100 container-flex flex-column center\">\n            <div v-if=\"noAvaibleVehicles\" class=\"alert-info text-center margin-t padding-all\">\n                <h3 class=\"text-white\">We're sorry<\/h3>\n                <p>There are no vehicles of that category in that office for the selected dates<\/p>\n            <\/div>\n            <div v-else class=\"container-grid width-100\">\n                <div v-for=\"(car, index) in cars\" class=\"card flex-row margin-b fleetsist-border\">\n                    <div class=\"card__inner width-100\">\n                        <div id=\"cardFront\"\n                            class=\"card__content width-100 flex-column space-between height-100\">\n                        \n                            <div v-if=\"car.promotional_text && car.promotional_text !== `null`\"\n                                class=\"ribbon ribbon-top-right\">\n                                <strong>{{car.promotional_text}}<\/strong>\n                            <\/div>\n                            <h3><strong>{{car.name.replace(\/ *\\([^)]*\\) *\/g, \"\").replace(\"o similar\", \"\")}}<\/strong><\/h3>\n                            <a class=\"btn more-info\" @click=\"turnCard($event)\">+info<\/a>\n                            <div class=\"flex-row space-between\">\n                                <span>\n                                    <i class=\"fas fa-users\"><\/i> {{car.seats}}\n                                <\/span> \n                                <span>|<\/span>\n                                <span v-if=\"car.transmission == `A` || car.transmission == `B` || car.transmission == `D`\">\n                                    <i class=\"fas fa-font\"><\/i> Automatic shift \n                                <\/span> \n                                <span v-else>\n                                    <i class=\"fab fa-medium-m\"><\/i> Manual shift \n                                <\/span>\n                                <span>|<\/span>\n                                <span>\n                                    <i class=\"fas fa-door-closed\"><\/i>\n                                    {{car.doors}} Doors\n                                <\/span>\n                            <\/div>\n                            <div v-if=\"car.type == `van`\" class=\"flex-row padding-z\">\n                                {{car.description | strippedContent}}\n                            <\/div>\n                            <div class=\"flex-row center height-50\">\n                                <div :style=`background-image:url(${car.picture})`\n                                    class=\"imgCoverBackground width-100 height-100\"><\/div>\n\n                            <\/div>\n                            <div class=\"flex flex-column\">                                  \n                                <div class=\"flex flex-row text-center margin-b\">\n                                    <div class=\"flex flex-column width-50\">\n                                        <h4><strong>{{ car.entire_price.toFixed(2) }}\u20ac<\/strong><\/h4>\n                                        <small>per {{totalDays}} day\n                                        <span v-if=\"totalDays>1\">s<\/span> with VAT included<\/small>\n                                    <\/div>\n                                    <div class=\"flex flex-column width-50\">\n                                            \n                                            <h4 class=\"text-main-color\" v-if=\"car.kilometres !== 0 \">\n                                                <strong v-if=\"car.max_kilometres === 0\">{{car.kilometres * totalDays}} Km<\/strong>\n                                                <strong v-if=\"car.max_kilometres !== 0 && car.kilometres * totalDays >= car.max_kilometres\">{{car.max_kilometres}} Km<\/strong>\n                                            <\/h4>\n                                            <h4 class=\"text-main-color\" v-else-if=\"car.kilometres === 0 && car.max_kilometres === 0\">\n                                                <strong>Unlimited KMs<\/strong>\n                                            <\/h4>\n\n                                            <small v-if=\"car.extra_km_cost && car.extra_km_cost > 0\">\n                                                <strong>Km extra: {{car.extra_km_cost}}\u20ac<\/strong>\n                                            <\/small>\n                                        <\/ul>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                            <button type=\"button\" @click.prevent=\"startBooking(car)\"\n                                class=\"btn btn-form btn-form-basic btn-booking text-uppercase\"> \n                                <strong v-if=\"car.under_request  !== 1\">Book now<\/strong>\n                                <strong v-else>Check availability<\/strong>\n                            <\/button>\n\n\n                        <\/div>\n                        <div\n                            class=\"card__content card__content--back width-100 flex flex-column align-center\">\n                            <div class=\"overflow-scroll width-100\">\n\n                                <h4>Details:<\/h4>\n                                <p> <b>Vehicle description:<\/b><span v-html=\"car.description\"><\/span><\/p>\n                                <p>\n                                    <b>Conditions:<\/b>\n                                    <span v-html=\"car.conditions\"><\/span>\n                                <\/p>\n                            <\/div>\n                            <small @click=\"turnCard($event)\" class=\"content-center btn\">\n                                <i class=\"fas fa-times padding-z\" style=\"color:black\"><\/i>\n                            <\/small>\n\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div v-if=\"modalLimitDays\" class=\"modal-alert modal-container\">\n        El m\u00e1ximo de d\u00edas permitidos por alquiler es 30, si necesita un alquiler mayor, consulte al recoger el veh\u00edculo en su agencia.\n        <button @click=\"modalLimitDays = false\" class=\"btn btn-form-basic margin-t padding-z\">Continue<\/button>\n    <\/div>\n    <div v-if=\"showModal\">\n        <div class=\"width-100 height-100 margin-t\">\n            <div class=\"flex-row space-between padding-z\">\n                <button @click=\"closeModal()\" class=\"btn btn-form-basic\">Go back <i\n                        class=\"fas fa-undo-alt padding-l\"><\/i><\/button>\n            <\/div>\n            <div v-if=\"!bookingSuccess && !bookingError\">\n                <div class=\"responsive flex flex-row space-between padding-z\">\n                    <div class=\"flex flex-column padding-z width-75 margin-r fleetsist-border\">\n                        <div class=\"responsive flex flex-row\">\n                            <div class=\"width-66 flex flex-column\">\n                                <h4>{{bookingVehicle.name.replace(\/ *\\([^)]*\\) *\/g, \"\").replace(\"o similar\", \"\")}}<\/h4>\n                                <img v-if=\"bookingVehicle.picture\" :src=\"bookingVehicle.picture\" alt=\"bookingVehicle.name\" class=\"imgHeight \">\n                                <div class=\"flex-row space-between padding-z margin-center\">\n                                    <span>\n                                        <i class=\"fas fa-users\"><\/i> {{bookingVehicle.seats}}\n                                    <\/span> \n                                    <span class=\"margin-x\"> | <\/span>\n                                    <span v-if=\"bookingVehicle.transmission == `A` || bookingVehicle.transmission == `B` || bookingVehicle.transmission == `D`\">\n                                        <i class=\"fas fa-font\"><\/i> Automatic shift\n                                    <\/span> \n                                    <span v-else>\n                                        <i class=\"fab fa-medium-m\"><\/i> Manual shift\n                                    <\/span>\n                                    <span class=\"margin-x\"> | <\/span>\n                                    <span>\n                                        <i class=\"fas fa-door-closed\"><\/i>\n                                        {{bookingVehicle.doors}} Doors\n                                    <\/span>\n                                <\/div>\n                                <div v-if=\"bookingVehicle.type == `van`\" class=\"flex-row padding-z margin-center\">\n                                    {{bookingVehicle.description | strippedContent}}\n                                <\/div>\n                            <\/div>\n                            <div class=\"width-33 flex flex-column\">\n                                <div v-if=\"bookingVehicle.items_included || bookingVehicle.items_excluded\">\n                                    <div v-if=\"bookingVehicle.items_included\">\n                                        <strong class=\"text-main-color\">What's included in my booking?<\/strong>\n                                        <p v-html=\"bookingVehicle.items_included\"> <\/p>\n                                    <\/div>\n                                    <div v-if=\"bookingVehicle.items_excluded\">\n                                        <strong class=\"text-main-color\">Not included in your booking<\/strong>\n                                        <p v-html=\"bookingVehicle.items_excluded\"><\/p>\n                                    <\/div>\n                                <\/div>\n                                <div class=\"center\">\n                                    <img :src=`https:\/\/solhires.com\/wp-content\/plugins\/fleetsist\/assets\/img\/visa-icon.png` style=\"vertical-align: middle\">\n                                    <span v-if=\"bookingVehicle.only_credit\"> Only credit cards<\/span>\n                                    <span v-else> Debit and credit cards allowed<\/span>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"flex flex-column text-center space-between padding-z width-25 fleetsist-border margin-t-responsive\">\n                        <div class=\"margin-b\">\n                            <strong>Pickup date and location<\/strong><br>\n                                {{formBooking.pick_up_date}}<br>\n                                {{pickupOffice.name}}\n                        <\/div>\n                        <hr>\n                        <div class=\"margin-b\">\n                            <strong>Return date and location<\/strong><br>\n                                {{formBooking.return_date}}<br>\n                                {{returnOffice.name}}\n                        <\/div>\n                        <hr>\n                        <div v-if=\"bookingVehicle.offices\" class=\"margin-b\">\n                            <strong>Office schedule<\/strong><br>\n                                {{bookingVehicle.offices[0].schedules[0].start}} - {{bookingVehicle.offices[0].schedules[0].end}}\n                        <\/div>\n                        <div>\n                            <span class=\"price\">Total: {{(bookingVehicle.entire_price + this.formBooking.extras_cost).toFixed(2)}}\u20ac<\/span>\n                            <button @click=\"goToADiv(`bookingForm`)\" class=\"btn btn-form btn-form-basic btn-booking margin-t\">\n                                <span v-if=\"bookingVehicle.under_request !== 1\">Book now<\/span>\n                                <span v-else>Check availability<\/span>\n                            <\/button>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div v-if=\"bookingVehicle.vehicle_extra.length\" class=\"flex flex-column padding-z\">\n                <div class=\"fleetsist-border padding-z\">\n                    <h3 class=\"text-center text-main-color\"><strong>Add options to your booking:<\/strong><\/h3>\n                    <div class=\"flex flex-row space-between\">\n                        <div v-for=\"vehicle_extra in bookingVehicle.vehicle_extra\" class=\"margin-b margin-r fleetsist-border padding-z width-33\">\n                            <img v-if=\"vehicle_extra.image\" :src=\"vehicle_extra.image.full_path\" :alt=\"vehicle_extra.name\" class=\"imgHeight\">\n                            <img v-else :src=`https:\/\/solhires.com\/wp-content\/plugins\/fleetsist\/assets\/img\/placeholder.svg` alt=\"placeholder-image\" class=\"imgHeight\">\n                            <p class=\"text-center\">{{vehicle_extra.name}}<\/p>\n                            <div class=\"flex flex-row\">\n                                <div class=\"flex flex-column width-75\">\n                                    <span>{{vehicle_extra.price_per_day}}\u20ac\/day<\/span>\n                                <\/div>\n                                <div class=\"flex flex-column text-center width-25\">\n                                    <input v-model=\"formBooking.vehicle_extras\" type=\"checkbox\" :value=\"vehicle_extra\"\n                                    @change=\"addExtra\" \/> Add\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>                \n                <\/div>\n                <div class=\"flex flex-column padding-z\">\n                    <div class=\"fleetsist-border padding-z margin-b\">\n                    <h3 class=\"text-center text-main-color\"><strong>Offer<\/strong><\/h3>\n                        <table class=\"budget-table\">\n                                <tr>\n                                    <td>Booking days<\/td>\n                                    <td class=\"text-main-color text-right\">{{totalDays}}<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td>Kms \/ day<\/td>\n                                    <td class=\"text-main-color text-right\"><span v-if=\"bookingVehicle.kilometres !== 0\">{{bookingVehicle.kilometres}}\n                                    <\/span>\n                                    <span v-else-if=\"bookingVehicle.kilometres === 0\"> Unlimited KMs<\/span><\/td>\n                                <\/tr>\n                                <tr>\n                                    <td>Total Kms in booking<\/td>\n                                    <td class=\"text-main-color text-right\">\n                                        <span v-if=\"bookingVehicle.max_kilometres === 0\">\n                                        {{bookingVehicle.kilometres * totalDays}}<\/span>\n                                        <span v-else-if=\"bookingVehicle.max_kilometres !== 0 && bookingVehicle.kilometres * totalDays >= bookingVehicle.max_kilometres\"> \n                                        {{bookingVehicle.max_kilometres}}<\/span>\n                                        <span v-else-if=\"bookingVehicle.kilometres === 0 && bookingVehicle.max_kilometres === 0\"> Unlimited KMs<\/span>\n                                    <\/td>\n                                <\/tr>\n                                <tr>\n                                    <td>Price \/ day<\/td>\n                                    <td class=\"text-main-color text-right\">{{bookingVehicle.price_per_day.toFixed(2)}}\u20ac<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td>Booking price <\/td>\n                                    <td class=\"text-main-color text-right\">{{bookingVehicle.entire_price_vat_excluded.toFixed(2)}}\u20ac<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td>Extras<\/td>\n                                    <td class=\"text-main-color text-right\">{{ (formBooking.extras_cost - formBooking.extras_vat).toFixed(2) }}<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td>Taxes<\/td>\n                                    <td class=\"text-main-color text-right\">{{ (bookingVehicle.vat_amount + formBooking.extras_vat).toFixed(2) }}\u20ac<\/td>\n                                <\/tr>\n                                <tr>\n                                    <td><strong>Total taxes included<\/strong><\/td>\n                                    <td class=\"text-main-color text-right\"><strong>{{ (bookingVehicle.entire_price + formBooking.extras_cost).toFixed(2)}}\u20ac<\/strong><\/td>\n                                <\/tr>\n                        <\/table>\n                    <\/div>\n                    <div class=\"budget-card text-center fleetsist-border\">\n                        <h4 class=\"text-main-color title\">Detailed payment of your online booking<\/h4>\n                        <p>Below you will find the amount to pay now and at the office<\/p>\n                        <h4 class=\"margin-t text-main-color\"><strong>Total taxes included: {{ (bookingVehicle.entire_price + formBooking.extras_cost).toFixed(2) }}\u20ac<\/strong><h4>\n                        <div class=\"flex-row responsive\">\n                            <div class=\"flex-column width-50 border-budget-right\">\n                                <p>Amount to pay now online<\/p>\n                                <span class=\"text-main-color padding-b\"><strong>{{ (bookingVehicle.price).toFixed(2) }}\u20ac<\/strong><\/span>\n                            <\/div>\n                            <div class=\"flex-column width-50\">\n                                <p>Remaining amount to pay at the office<\/p>\n                                <span class=\"text-main-color padding-b\"><strong>{{ ((bookingVehicle.entire_price + formBooking.extras_cost) - bookingVehicle.price).toFixed(2) }}\u20ac<\/strong><\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"flex flex-column padding-z\">\n\n                    <div id=\"bookingForm\" class=\"content-center padding-z fleetsist-border\">\n                        <div class=\"alert alert-info text-white\">\n                            <p>If you wish, you can contact us for information by email  <strong><a\n                                        class=\"text-dark\"\n                                        href=\"mailto:contacto@solhires.com\">contacto@solhires.com<\/a><\/strong>, using the phone  <strong><a class=\"text-dark\" href=\"tel:+34 633 214 344\">+34 633 214 344<\/a><\/strong> \n                                  or using the following booking form<\/p>\n                        <\/div>\n                        <h3 class=\"text-center text-main-color\"><strong>Booking form<\/strong><\/h3>\n                        <div>\n                        <p>Los veh\u00edculos solo se entregaran al conductor que se indique en la reserva, es imprescindible que en el momento de la recogida el mismo presente: DNI, permiso de conducir f\u00edsico (no se admiten en app de la DGT) y tarjeta bancaria a su nombre.<\/p>\n                            <form @submit.prevent=\"bookingCar($event)\" :disabled=\"isRequestInProgress\">\n                                <div v-if=\"formErrors.length\" class=\"alert alert-error flex flex-column center padding-t\">\n                                    <b>Please correct the following errors:<\/b>\n                                    <ul>\n                                    <li v-for=\"error in formErrors\">{{ error }}<\/li>\n                                    <\/ul>\n                                <\/div>\n                                <div class=\"flex flex-column center padding-t\">\n                                    <div class=\"flex-row responsive\">\n                                        <div class=\"flex-column width-33 margin-r-responsive\">\n                                            <label>Salutation<\/label>\n                                            <select v-model=\"formBooking.customer_salutation\" required>\n                                                <option value=\"Mr.\">Mr.<\/option>\n                                                <option value=\"Mrs.\">Mrs.<\/option>\n                                                <option value=\"Other\">Other<\/option>\n                                            <\/select>\n                                        <\/div>\n                                        <div class=\"flex-column width-33 margin-r-responsive\">\n                                            <label>Name<\/label>\n                                            <input type=\"text\" v-model=\"formBooking.customer_name_in_passport\" required \/>\n                                        <\/div>\n                                        <div class=\"flex-column width-33\">\n                                            <label>Lastname<\/label>\n                                            <input type=\"text\" v-model=\"formBooking.customer_lastname\" required \/>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"flex-row responsive\">\n                                        <div class=\"flex-column width-33 margin-r-responsive\">\n                                            <label>Email<\/label>\n                                            <input type=\"email\" v-model=\"formBooking.customer_email\" required \/>\n                                        <\/div>\n                                        <div class=\"flex-column width-33 margin-r-responsive\">\n                                            <label>Phone<\/label>\n                                            <input type=\"tel\" v-model=\"formBooking.customer_phone\" required \/>\n                                        <\/div>\n                                        <div class=\"flex-column width-33\">\n                                            <label>DNI\/NIE\/CIF\/Passport<\/label>\n                                            <input type=\"text\" v-model=\"formBooking.customer_id_no\" required \/>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"flex-row responsive\">\n                                        <div class=\"flex-column width-33 margin-r-responsive\">\n                                            <label>Address<\/label>\n                                            <input type=\"text\" v-model=\"formBooking.customer_address\" required \/>\n                                        <\/div>\n                                        <div class=\"flex-column width-33 margin-r-responsive\">\n                                            <label>Zip code<\/label>\n                                            <input type=\"text\" v-model=\"formBooking.customer_zipcode\" required \/>\n                                        <\/div>\n                                        <div class=\"flex-column width-33\">\n                                            <label>City<\/label>\n                                            <input type=\"text\" v-model=\"formBooking.customer_town\" required \/>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"flex-row responsive\">\n                                        <div class=\"flex-column width-33 margin-r-responsive\">\n                                            <label>Flight number<\/label>\n                                            <input type=\"text\" v-model=\"formBooking.flight_number\" \/>\n                                        <\/div>\n                                        <div class=\"flex-column width-66\">\n                                            <label>Driving license<\/label>\n                                            <input type=\"file\" name=\"driving_license\" v-model=\"formBooking.driving_license\" \/>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"padding-y\">\n                                        <input type=\"checkbox\" v-model=\"formBooking.termsConditions\" \/> Acepto los <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/solhires.com\/terminos-condiciones-de-alquiler\/\" class=\"underline\">t\u00e9rminos y condiciones de alquiler<\/a>\n                                        y la <a rel=\"nofollow noopener\" target=\"_blank\" href=\"https:\/\/solhires.com\/politica-de-privacidad\/\" class=\"underline\">pol\u00edtica de privacidad<\/a>\n                                    <\/div>\n                                    <div class=\"padding-z\" v-if=\"showConditions\">\n                                        <div>\n                                            <h4>Conditions<\/h4>\n                                            <p v-html=\"bookingVehicle.conditions\"><\/p>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"padding-y\">\n                                        <input type=\"checkbox\" v-model=\"formBooking.customer_allows_receive_emails\" \/> I agree to receive commercial communications promptly\n                                    <\/div>\n                                    <div v-if=\"bookingVehicle.under_request !== 1\" class=\"alert alert-warning margin-t\">\n                                        To formalize the reservation, payment will be made\n                                        <strong> {{ bookingVehicle.price +`\u20ac`}} <\/strong>\n                                    <\/div>\n                                    <div v-if=\"bookingVehicle.under_request !== 1 && payment_method === `redsys`\" class=\"method-payment-container\">\n                                            <button data-payment=\"redsys\" type=\"submit\"\n                                                v-bind:class=\"{ disableBtn: isRequestInProgress === true || !formBooking.termsConditions }\"\n                                                v-bind:disabled=\"isRequestInProgress|| !formBooking.termsConditions\"\n                                                class=\"btn btn-form btn-form-basic btn-booking width-33 margin-r\" type=\"button\">\n                                                <img :src=`https:\/\/solhires.com\/wp-content\/plugins\/fleetsist\/assets\/img\/creditcard.svg` alt=\"Tarjeta\">\n                                                Pay with Card\n                                            <\/button>\n                                            <button data-payment=\"bizum\" type=\"submit\"\n                                                v-bind:class=\"{ disableBtn: isRequestInProgress === true || !formBooking.termsConditions }\"\n                                                v-bind:disabled=\"isRequestInProgress|| !formBooking.termsConditions\"\n                                                class=\"btn btn-form btn-form-basic btn-booking width-33\" type=\"button\">\n                                                <img :src=`https:\/\/solhires.com\/wp-content\/plugins\/fleetsist\/assets\/img\/bizum.svg` alt=\"Bizum\">\n                                                Pay with Bizum\n                                            <\/button>\n                                    <\/div>\n                                    <div v-if=\"bookingVehicle.under_request !== 1 && payment_method !== `redsys`\" class=\"method-payment-container\">\n                                        <button data-payment=\"stripe\" type=\"submit\"\n                                            v-bind:class=\"{ disableBtn: isRequestInProgress === true || !formBooking.termsConditions }\"\n                                            v-bind:disabled=\"isRequestInProgress|| !formBooking.termsConditions\"\n                                            class=\"btn btn-form btn-form-basic btn-booking\">\n                                            <strong>Pay with Card<\/strong>\n                                        <\/button>\n                                    <\/div>\n                                    <div v-if=\"bookingVehicle.under_request === 1\" class=\"method-payment-container\">\n                                        <button type=\"submit\"\n                                            v-bind:class=\"{ disableBtn: isRequestInProgress === true || !formBooking.termsConditions }\"\n                                            v-bind:disabled=\"isRequestInProgress|| !formBooking.termsConditions\"\n                                            class=\"btn btn-form btn-form-basic btn-booking\">\n                                            <strong>Check availability<\/strong>\n                                        <\/button>\n                                    <\/div>\n                                    \n                                <\/div>\n                            <\/form>\n\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n            <div v-if=\"bookingSuccess\">\n                <div class=\"alert alert-success\">\n                    <div class=\"flex-row space-between\">\n                        <h3>Succeeded!<\/h3>\n                    <\/div>\n                    <p>Your reservation has been successfully requested, we will contact you very soon.<\/p>\n                <\/div>\n            <\/div>\n\n            <div v-if=\"bookingError\">\n                <div class=\"alert alert-error flex flex-column center padding-t\">\n                    <div class=\"flex-row space-between\">\n                        <h3>We're sorry<\/h3>\n                    <\/div>\n                    <p>An error has occurred and your reservation could not be completed, please try again.\n                    <\/p>\n                    <br>\n                    <div v-if=\"errorMsg.length > 0\">\n                        <div v-for=\"(error, index) in errorMsg\">\n                            <p>{{error}}<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <form :action=\"urlRedsys\" method=\"POST\" id=\"redsys\"><\/form>\n        <\/div>\n    <\/div>\n    <\/div>\n<\/div>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-f01e5c2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f01e5c2\" data-element_type=\"section\" data-e-type=\"section\" id=\"alquilar\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a75a354\" data-id=\"a75a354\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9f4d762 elementor-widget elementor-widget-image\" data-id=\"9f4d762\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/faircarrent.com\/carlist\/solhires001\" target=\"_blank\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1095\" height=\"140\" src=\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp\" class=\"attachment-full size-full wp-image-12178\" alt=\"Search and Rent Cars and Motorcycles in Torremolinos\" srcset=\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp 1095w, https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos-300x38.webp 300w, https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos-1024x131.webp 1024w, https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos-768x98.webp 768w\" sizes=\"(max-width: 1095px) 100vw, 1095px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-c958773 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c958773\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c48a428\" data-id=\"c48a428\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-99e98f2 titulos elementor-widget elementor-widget-heading\" data-id=\"99e98f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xxl\">Choose your Vehicle<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6c5e14 elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"a6c5e14\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;3&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;autoplay_speed&quot;:3000,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carrusel de im\u00e1genes\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 6\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a6c5e14\" data-elementor-lightbox-title=\"citroen-c1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTE1NTgsInVybCI6Imh0dHBzOlwvXC9zb2xoaXJlcy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA4XC9jaXRyb2VuLWMxLndlYnAiLCJzbGlkZXNob3ciOiJhNmM1ZTE0In0%3D\" href=\"https:\/\/faircarrent.com\/carlist\/solhires001\" target=\"_blank\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/citroen-c1.webp\" alt=\"Citro\u00ebn C1\" \/><figcaption class=\"elementor-image-carousel-caption\">CITRO\u00cbN C1<\/figcaption><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 6\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a6c5e14\" data-elementor-lightbox-title=\"paggio-liberty-125-cc\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTE1ODUsInVybCI6Imh0dHBzOlwvXC9zb2xoaXJlcy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA4XC9wYWdnaW8tbGliZXJ0eS0xMjUtY2Mud2VicCIsInNsaWRlc2hvdyI6ImE2YzVlMTQifQ%3D%3D\" href=\"https:\/\/faircarrent.com\/carlist\/solhires001\" target=\"_blank\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/paggio-liberty-125-cc.webp\" alt=\"Piaggio Liberty 125 cc\" \/><figcaption class=\"elementor-image-carousel-caption\">PIAGGO LIBERTY<\/figcaption><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 6\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a6c5e14\" data-elementor-lightbox-title=\"seat-leon\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTE1NTcsInVybCI6Imh0dHBzOlwvXC9zb2xoaXJlcy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA4XC9zZWF0LWxlb24ud2VicCIsInNsaWRlc2hvdyI6ImE2YzVlMTQifQ%3D%3D\" href=\"https:\/\/faircarrent.com\/carlist\/solhires001\" target=\"_blank\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/seat-leon.webp\" alt=\"Seat Le\u00f3n\" \/><figcaption class=\"elementor-image-carousel-caption\">SEAT LE\u00d3N<\/figcaption><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 6\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a6c5e14\" data-elementor-lightbox-title=\"bmw-310-r\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTE1ODYsInVybCI6Imh0dHBzOlwvXC9zb2xoaXJlcy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA4XC9ibXctMzEwLXIud2VicCIsInNsaWRlc2hvdyI6ImE2YzVlMTQifQ%3D%3D\" href=\"https:\/\/faircarrent.com\/carlist\/solhires001\" target=\"_blank\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/bmw-310-r.webp\" alt=\"BMW 310r\" \/><figcaption class=\"elementor-image-carousel-caption\">BMW 310R<\/figcaption><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 6\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a6c5e14\" data-elementor-lightbox-title=\"volkswagen-touran\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTE1NTYsInVybCI6Imh0dHBzOlwvXC9zb2xoaXJlcy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA4XC92b2xrc3dhZ2VuLXRvdXJhbi53ZWJwIiwic2xpZGVzaG93IjoiYTZjNWUxNCJ9\" href=\"https:\/\/faircarrent.com\/carlist\/solhires001\" target=\"_blank\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/volkswagen-touran.webp\" alt=\"Volkswagen Touran\" \/><figcaption class=\"elementor-image-carousel-caption\">VOLKSWAGEN TOURAN<\/figcaption><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 6\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"a6c5e14\" data-elementor-lightbox-title=\"cfmonto-650-mt\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTE1ODQsInVybCI6Imh0dHBzOlwvXC9zb2xoaXJlcy5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjNcLzA4XC9jZm1vbnRvLTY1MC1tdC53ZWJwIiwic2xpZGVzaG93IjoiYTZjNWUxNCJ9\" href=\"https:\/\/faircarrent.com\/carlist\/solhires001\" target=\"_blank\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/cfmonto-650-mt.webp\" alt=\"CF Monto 650 mt\" \/><figcaption class=\"elementor-image-carousel-caption\">CF MOTO 650 MT<\/figcaption><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-0a88af2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0a88af2\" data-element_type=\"section\" data-e-type=\"section\" id=\"about-us\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-33b0833\" data-id=\"33b0833\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0cb6953 titulos elementor-widget elementor-widget-heading\" data-id=\"0cb6953\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xxl\">About Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4c038c1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4c038c1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c960ee1\" data-id=\"c960ee1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d9ee0b elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"3d9ee0b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Renting a car in Torremolinos<\/strong> is an excellent option to travel around the <strong>Costa del Sol<\/strong> with complete freedom and discover the most remote and unknown places. Discover a surprising landscape, some of the best beaches in Spain, and a cultural and entertainment offer for all preferences. Learn about its history through its cultural heritage, participate in its customs and traditions, explore its natural environment and enjoy its varied gastronomy. Live an exceptional experience on the Costa del Sol, whether you visit it with your family, friends, alone or on a business trip.<\/p><p><strong>Renting a motorbike or a car<\/strong> can give you many more advantages when planning your trip, since you have full autonomy to decide where and when you want to go. This will allow you to go further, to discover new places and to know better the culture and customs of the different towns of the <strong>province of Malaga<\/strong>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-cef350c\" data-id=\"cef350c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-01f6801 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"01f6801\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Another positive aspect of <strong>renting a scooter or car in Torremolinos<\/strong> is the convenience and comfort it provides when traveling in a private vehicle alone or in company, if you rent a vehicle in Torremolinos you have absolute flexibility to travel to different parts of the province and its Costa del Sol. You will have the opportunity to make the most of your trip and live a unique and different experience that will leave a beautiful memory forever.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad8f9ee elementor-widget elementor-widget-button\" data-id=\"ad8f9ee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"http:\/\/solhires.com\/en\/#lets-talk\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-envelope\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Let's talk<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a90aa70 elementor-widget elementor-widget-button\" data-id=\"a90aa70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"https:\/\/faircarrent.com\/carlist\/solhires001\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-car\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M499.99 176h-59.87l-16.64-41.6C406.38 91.63 365.57 64 319.5 64h-127c-46.06 0-86.88 27.63-103.99 70.4L71.87 176H12.01C4.2 176-1.53 183.34.37 190.91l6 24C7.7 220.25 12.5 224 18.01 224h20.07C24.65 235.73 16 252.78 16 272v48c0 16.12 6.16 30.67 16 41.93V416c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-32h256v32c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32v-54.07c9.84-11.25 16-25.8 16-41.93v-48c0-19.22-8.65-36.27-22.07-48H494c5.51 0 10.31-3.75 11.64-9.09l6-24c1.89-7.57-3.84-14.91-11.65-14.91zm-352.06-17.83c7.29-18.22 24.94-30.17 44.57-30.17h127c19.63 0 37.28 11.95 44.57 30.17L384 208H128l19.93-49.83zM96 319.8c-19.2 0-32-12.76-32-31.9S76.8 256 96 256s48 28.71 48 47.85-28.8 15.95-48 15.95zm320 0c-19.2 0-48 3.19-48-15.95S396.8 256 416 256s32 12.76 32 31.9-12.8 31.9-32 31.9z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Rent<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-4f5b5b3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4f5b5b3\" data-element_type=\"section\" data-e-type=\"section\" id=\"advantages-conditions\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-cf188a4\" data-id=\"cf188a4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ad36925 titulos elementor-widget elementor-widget-heading\" data-id=\"ad36925\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xxl\">Advantages\/ Conditions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5a88a8c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5a88a8c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a8e51b2\" data-id=\"a8e51b2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c3c527 iconos-rojos elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"3c3c527\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#003E53\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><path d=\"M404.267 315.41c-10.048-20.949-45.995-50.027-80.725-78.123-19.371-15.659-37.675-30.464-49.344-42.133-2.923-2.944-7.296-3.883-11.157-2.496-7.189 2.603-11.627 4.608-15.125 6.165-5.333 2.389-7.125 3.2-14.315 3.925a10.663 10.663 0 0 0-7.808 4.672c-15.083 22.549-30.699 20.629-41.131 17.131-3.328-1.109-3.925-2.539-4.245-3.904-2.24-9.365 9.003-31.168 23.573-45.739 34.667-34.688 52.544-43.371 90.304-26.496 42.837 19.157 85.76 34.155 86.187 34.304a10.654 10.654 0 0 0 13.589-6.571c1.92-5.568-1.003-11.648-6.571-13.589-.427-.149-42.496-14.848-84.48-33.643-48.917-21.867-75.755-7.467-114.091 30.891-14.592 14.592-34.411 44.117-29.291 65.771 2.197 9.216 8.683 16.043 18.325 19.221 24.171 7.979 46.229.341 62.656-21.461 6.784-1.045 10.475-2.581 16.021-5.077a209.95 209.95 0 0 1 7.467-3.2c12.203 11.456 28.672 24.789 46.016 38.805 31.36 25.365 66.923 54.123 74.923 70.763 3.947 8.213-.299 13.568-3.179 16.021-4.224 3.627-10.005 4.779-13.141 2.581-3.456-2.368-7.957-2.517-11.52-.384a10.66 10.66 0 0 0-5.141 10.304c.725 6.784-5.483 10.667-8.171 12.011-6.827 3.456-13.952 2.859-16.619.384-2.987-2.773-7.275-3.584-11.072-2.176-3.797 1.429-6.443 4.928-6.827 8.981-.64 6.997-5.824 13.717-12.587 16.341-3.264 1.237-8 1.984-12.245-1.899a10.791 10.791 0 0 0-9.749-2.475 10.65 10.65 0 0 0-7.488 6.72c-.405 1.067-1.323 3.627-11.307 3.627-7.104 0-19.883-4.8-26.133-8.939-7.488-4.928-54.443-39.957-94.997-73.92-5.696-4.8-15.552-15.083-24.256-24.171-7.723-8.064-14.784-15.381-18.411-18.453-4.544-3.84-11.264-3.264-15.04 1.259-3.797 4.501-3.243 11.243 1.259 15.04 3.307 2.795 9.707 9.557 16.768 16.917 9.515 9.941 19.349 20.224 25.963 25.771 39.723 33.259 87.467 69.163 96.981 75.413 7.851 5.163 24.768 12.416 37.867 12.416 10.517 0 18.603-2.411 24.213-7.125 7.509 2.923 16.043 2.944 24.256-.256 9.707-3.755 17.685-11.328 22.208-20.501 8.405 1.792 18.027.533 26.773-3.861 8.555-4.309 14.741-10.901 17.813-18.603 8.491.448 17.237-2.56 24.469-8.768 12.247-10.474 15.617-26.772 8.535-41.471z\"><\/path><path d=\"M213.333 138.663h-96c-5.888 0-10.667 4.779-10.667 10.667s4.779 10.667 10.667 10.667h96c5.888 0 10.667-4.779 10.667-10.667s-4.779-10.667-10.667-10.667zM435.52 292.711c-3.307-4.885-9.92-6.229-14.805-2.901l-31.189 20.949c-4.885 3.285-6.187 9.92-2.901 14.805a10.717 10.717 0 0 0 8.875 4.715c2.027 0 4.096-.576 5.931-1.813l31.189-20.949c4.884-3.286 6.185-9.92 2.9-14.806zM369.301 343.613c-7.637-6.016-41.792-40.981-62.912-62.997-4.075-4.267-10.837-4.416-15.083-.32-4.267 4.075-4.395 10.837-.32 15.083 5.483 5.717 53.845 56.128 65.088 65.003a10.623 10.623 0 0 0 6.592 2.283c3.136 0 6.272-1.408 8.405-4.075 3.649-4.609 2.86-11.329-1.77-14.977zM326.677 365.01c-12.779-10.219-44.885-44.331-52.139-52.224-4.011-4.352-10.731-4.608-15.083-.64-4.331 3.989-4.629 10.752-.64 15.083.384.405 38.699 41.771 54.528 54.443a10.72 10.72 0 0 0 6.656 2.325c3.115 0 6.229-1.387 8.341-3.989 3.671-4.609 2.924-11.329-1.663-14.998zM284.224 386.493c-15.211-12.821-46.336-45.952-52.416-52.459-4.032-4.309-10.795-4.544-15.083-.512-4.309 4.032-4.523 10.773-.512 15.083 8.747 9.365 38.528 40.939 54.251 54.208a10.638 10.638 0 0 0 6.869 2.517c3.029 0 6.059-1.301 8.171-3.797 3.797-4.523 3.221-11.243-1.28-15.04z\"><\/path><path d=\"M124.672 120.253C106.389 102.93 33.28 97.319 11.307 96.018c-3.029-.149-5.824.853-7.957 2.88A10.662 10.662 0 0 0 0 106.663v192c0 5.888 4.779 10.667 10.667 10.667h64c4.608 0 8.704-2.965 10.133-7.36 1.557-4.779 38.315-117.589 43.157-173.056.278-3.243-.917-6.443-3.285-8.661zM66.88 287.997H21.333V118.098c34.283 2.709 71.275 8.597 84.715 15.125-5.653 46.72-31.232 129.728-39.168 154.774zM501.333 117.33c-83.755 0-130.219 21.44-132.16 22.336-2.773 1.301-4.843 3.712-5.696 6.635s-.427 6.059 1.173 8.661c13.184 21.227 54.464 139.115 62.4 167.872a10.665 10.665 0 0 0 10.283 7.829h64c5.888 0 10.667-4.779 10.667-10.667v-192a10.657 10.657 0 0 0-10.667-10.666zm-10.666 192h-45.355c-10.112-32.939-39.979-118.827-56.64-154.325 16.277-5.525 51.243-15.019 101.995-16.213V309.33z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMeets &amp; Greets Service\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-98c7052\" data-id=\"98c7052\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7bc042d iconos-rojos elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"7bc042d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"500pt\" viewBox=\"-25 0 500 500\" height=\"500pt\" fill=\"#003E53\"><g style=\"stroke-width:1.25378\"><path style=\"stroke-width:1.25378\" d=\"M165.16 512H16.516C7.395 512 0 504.605 0 495.484c0-9.12 7.395-16.515 16.516-16.515H165.16c9.121 0 16.516 7.394 16.516 16.515S174.28 512 165.16 512zM132.129 462.453H16.516C7.395 462.453 0 455.055 0 445.933c0-9.12 7.395-16.515 16.516-16.515h115.613c9.121 0 16.516 7.395 16.516 16.516 0 9.12-7.395 16.52-16.516 16.52zM66.066 412.902h-49.55C7.395 412.902 0 405.508 0 396.387s7.395-16.516 16.516-16.516h49.55c9.121 0 16.516 7.395 16.516 16.516 0 9.12-7.394 16.515-16.516 16.515zm0 0\" transform=\"translate(40.576 45.817) scale(.79759)\"><\/path><path style=\"stroke-width:1.25378\" d=\"M247.742 50.383V33.03h16.516c9.12 0 16.515-7.394 16.515-16.515S273.38 0 264.258 0h-66.063c-9.12 0-16.52 7.395-16.52 16.516 0 9.12 7.4 16.515 16.52 16.515h16.516v17.352C94.92 58.914 0 158.848 0 280.773c0 9.122 7.395 16.516 16.516 16.516 9.12 0 16.515-7.394 16.515-16.516 0-109.28 88.91-198.191 198.196-198.191 109.28 0 198.191 88.91 198.191 198.191 0 109.286-88.91 198.196-198.191 198.196-9.122 0-16.516 7.394-16.516 16.515S222.105 512 231.227 512c127.5 0 231.226-103.727 231.226-231.227 0-121.925-94.922-221.859-214.71-230.39zm0 0\" transform=\"translate(40.576 45.817) scale(.79759)\"><\/path><path style=\"stroke-width:1.25378\" d=\"M234.54 310.477c8.855-.454 17.155-4.645 22.757-11.5l94.652-115.684c5.375-6.566 4.895-16.137-1.101-22.14a16.486 16.486 0 0 0-22.141-1.102l-115.676 94.644a31.541 31.541 0 0 0-11.508 22.766 31.55 31.55 0 0 0 9.168 23.832l.016.016a31.529 31.529 0 0 0 22.25 9.21c.527-.003 1.05-.019 1.582-.042zm0 0\" transform=\"translate(40.576 45.817) scale(.79759)\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFast and Easy\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-adf5903\" data-id=\"adf5903\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-db0376c iconos-rojos elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"db0376c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"500pt\" viewBox=\"0 0 500 500\" height=\"500pt\" fill=\"#003E53\"><path style=\"stroke-width:1\" d=\"M449.862 432.258a35.076 35.076 0 0 0-21.375-32.318l-99.579-42.366v-24.828c10.543-13.236 17.21-29 19.442-45.925h20.357c19.371 0 35.132-15.761 35.132-35.133v-50.366c0-17.713-13.18-32.397-30.247-34.785C371.061 90.34 328.46 50.137 250 50.137c-78.46 0-121.061 40.203-123.592 116.4-17.066 2.388-30.247 17.072-30.247 34.785v50.366c0 19.372 15.76 35.133 35.132 35.133h20.357c2.232 16.928 8.9 32.692 19.442 45.925v24.828L71.516 399.94a35.083 35.083 0 0 0-21.381 32.321v5.889a11.713 11.713 0 0 0 11.71 11.714h376.31c3.107 0 6.087-1.235 8.282-3.431a11.722 11.722 0 0 0 3.428-8.283zM305.498 365.79c.01.28.665 28.703-16.123 46.187-9.22 9.598-22.467 14.462-39.375 14.462-16.847 0-30.06-4.83-39.274-14.358-16.99-17.575-16.23-46.044-16.225-46.291.01-.159.012-.315.012-.473v-11.595c16.035 10.146 35.163 15.596 55.486 15.596s39.45-5.45 55.486-15.596v11.595c0 .158.003.314.011.473zm20.269-96.947-22.278 14.855a42.802 42.802 0 0 1-23.821 7.212H259.86c-6.466 0-11.711 5.243-11.711 11.711 0 6.469 5.245 11.711 11.71 11.711h19.809a66.137 66.137 0 0 0 36.816-11.15l4.483-2.988c-10.568 27.267-37.594 45.702-70.967 45.702-43.193 0-75.767-30.878-75.767-71.826v-94.94c4.617-21.464 11.305-35.106 19.369-39.479 8.03-4.361 19.698.174 30.982 4.556 8.792 3.413 17.096 6.64 25.416 6.64 8.396 0 16.6-3.26 25.288-6.71 11.296-4.489 21.967-8.728 29.872-4.605 5.76 3.004 13.974 12.358 20.607 39.747zm54.65-67.52v50.365c0 6.456-5.254 11.71-11.71 11.71h-19.518v-73.787h19.518c6.456 0 11.71 5.255 11.71 11.711zm-209.71-99.077C186.927 83.21 213.603 73.558 250 73.558s63.074 9.652 79.292 28.688c12.77 14.99 19.765 36.481 20.848 63.944h-3.593c-7.072-25.118-16.886-40.296-30.558-47.426-17.416-9.082-35.123-2.05-49.35 3.604-6.258 2.486-12.73 5.057-16.642 5.057-3.931 0-10.543-2.568-16.935-5.05-14.73-5.725-33.065-12.846-50.634-3.313-13.248 7.192-22.84 22.657-29.192 47.128h-3.376c1.08-27.463 8.079-48.954 20.848-63.944zm-51.125 149.442v-50.366c0-6.456 5.255-11.71 11.711-11.71h19.518v73.787h-19.518c-6.456 0-11.71-5.255-11.71-11.711zM80.684 421.492l91.75-39.036c2.055 12.708 7.16 30 19.677 43.986H75.106a11.684 11.684 0 0 1 5.578-4.95zm227.205 4.95c12.516-13.986 17.622-31.278 19.677-43.986l91.75 39.036a11.698 11.698 0 0 1 5.578 4.95zm0 0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tAvailable 24 hours a day, 7 days a week in your language \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-13711b4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"13711b4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-24a38da\" data-id=\"24a38da\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d6bbafc iconos-rojos elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"d6bbafc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"50\" viewBox=\"0 0 2.344 2.344\" height=\"50\" fill=\"#003E53\"><g style=\"stroke-width:.2947129;stroke:#003e53;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none\"><path style=\"stroke-width:.2947129;stroke:#003e53;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none\" d=\"M19.5 21h-17A2.503 2.503 0 0 1 0 18.5v-1C0 15.57 1.57 14 3.5 14h10.35a.5.5 0 0 1 0 1H3.5A2.503 2.503 0 0 0 1 17.5v1c0 .827.673 1.5 1.5 1.5h17c.827 0 1.5-.673 1.5-1.5v-1c0-.626-.233-1.223-.657-1.681a.5.5 0 1 1 .735-.679c.594.644.922 1.482.922 2.36v1c0 1.378-1.122 2.5-2.5 2.5z\" transform=\"matrix(.07953 0 0 .07953 .218 .218)\"><\/path><path style=\"stroke-width:.2947129;stroke:#003e53;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none\" d=\"M2 24c-1.103 0-2-.897-2-2v-3.5a.5.5 0 0 1 1 0V22c0 .551.449 1 1 1 .551 0 1-.449 1-1v-1.5a.5.5 0 0 1 1 0V22c0 1.103-.897 2-2 2zM20 24c-1.103 0-2-.897-2-2v-1.5a.5.5 0 0 1 1 0V22c0 .551.449 1 1 1 .551 0 1-.449 1-1v-3.5a.5.5 0 0 1 1 0V22c0 1.103-.897 2-2 2zM2.5 15a.5.5 0 0 1-.461-.693l1.99-4.77A2.493 2.493 0 0 1 6.33 8h3.39a.5.5 0 0 1 0 1H6.33c-.594 0-1.147.371-1.378.923l-1.99 4.77A.503.503 0 0 1 2.5 15ZM6.5 18h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1ZM18.5 18h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1zM18 14a.485.485 0 0 1-.194-.04C17.568 13.861 12 11.454 12 6.536V2.357c0-.214.137-.405.34-.474l5.5-1.857a.5.5 0 0 1 .32 0l5.5 1.857c.203.069.34.26.34.474v4.179c0 4.918-5.568 7.325-5.806 7.425A.502.502 0 0 1 18 14ZM13 2.716v3.82c0 3.785 4.055 5.958 5 6.414.944-.457 5-2.638 5-6.414v-3.82l-5-1.688Z\" transform=\"matrix(.07953 0 0 .07953 .218 .218)\"><\/path><path style=\"stroke-width:.2947129;stroke:#003e53;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none\" d=\"m17.5 9-.028-.001a.502.502 0 0 1-.363-.187l-2-2.5a.501.501 0 0 1 .781-.625l1.651 2.064 3.105-3.105a.5.5 0 0 1 .707.707l-3.5 3.5A.494.494 0 0 1 17.5 9Z\" transform=\"matrix(.07953 0 0 .07953 .218 .218)\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tFully Comprehensive Insurance for 2 drivers \t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7385890\" data-id=\"7385890\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1eed657 iconos-rojos elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"1eed657\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#003E53\" viewBox=\"0 0 511 512\"><path d=\"M235.793 347.266a10.013 10.013 0 0 0 0-14.149c-3.906-3.898-10.234-3.898-14.145 0-3.898 3.91-3.898 10.238 0 14.149 3.91 3.898 10.239 3.898 14.145 0zM188.45 109.969c0 60.636 49.331 109.972 109.968 109.972s109.969-49.336 109.969-109.972S359.055 0 298.418 0 188.449 49.332 188.449 109.969zm199.945 0c0 49.613-40.364 89.976-89.977 89.976s-89.977-40.363-89.977-89.976c0-49.61 40.364-89.973 89.977-89.973s89.977 40.363 89.977 89.973zm0 0\"><\/path><path d=\"M115.652 509.043c3.875 3.906 10.184 3.95 14.11.082l48.468-47.75c8.235-8.234 10.739-20.426 7.118-31.023l10.425-10.055a29.814 29.814 0 0 1 20.817-8.41h132.902c23.578 0 45.863-9.055 62.758-25.496.695-.676-5.277 6.359 90.668-108.313 14.23-16.836 12.102-42.117-4.75-56.363-16.746-14.113-41.832-12.086-56.102 4.46l-58.992 60.634c-7.449-9.168-18.808-14.883-31.082-14.883h-111.48c-15.864-6.637-32.696-9.996-50.063-9.996-48.14 0-90.176 22.234-112.734 63.922-9.504-1.801-19.528 1.074-26.738 8.285L3.418 381.836c-3.883 3.894-3.89 10.195-.016 14.102zm74.793-227.121c15.313 0 30.118 3.082 44.012 9.16a9.979 9.979 0 0 0 4.008.84h113.527c10.84 0 19.996 8.84 19.996 19.992 0 11.027-8.968 19.996-19.996 19.996h-81.566c-5.52 0-9.996 4.477-9.996 9.996 0 5.524 4.476 9.996 9.996 9.996h81.566c22.051 0 39.988-17.937 39.988-39.988 0-1.758-.125-3.5-.351-5.227 57.066-58.66 65.113-66.902 65.457-67.312 7.125-8.41 19.773-9.477 28.187-2.383 8.422 7.121 9.489 19.762 2.344 28.219L397.95 372.406c-13.094 12.57-30.285 19.489-48.457 19.489H216.59c-13.024 0-25.352 4.98-34.703 14.015l-8.496 8.2-78.32-78.317c18.304-34.34 52.652-53.871 95.374-53.871zm-125.32 66.344c3.297-3.297 8.36-3.891 12.379-1.407 1.73 1.055-3.238-3.468 86.59 86.235 3.996 3.996 3.781 10.363.054 14.09l-41.32 40.707-98.23-98.98zM286.422 49.988v11.715c-11.637 4.125-19.996 15.238-19.996 28.274 0 16.535 13.453 29.992 29.992 29.992 5.512 0 9.996 4.484 9.996 9.996 0 5.512-4.484 9.996-9.996 9.996-4.27 0-8.883-2.684-12.98-7.563-3.555-4.226-9.86-4.77-14.086-1.218-4.227 3.554-4.774 9.86-1.22 14.086 5.345 6.355 11.63 10.785 18.29 13.02v11.667c0 5.524 4.476 9.996 9.996 9.996s9.996-4.472 9.996-9.996v-11.715c11.637-4.129 19.996-15.242 19.996-28.273 0-16.54-13.453-29.992-29.992-29.992-5.512 0-9.996-4.485-9.996-9.996 0-5.512 4.484-10 9.996-10 3.543 0 7.281 1.808 10.812 5.226 3.97 3.84 10.297 3.734 14.137-.23 3.84-3.97 3.735-10.297-.23-14.137-5.075-4.91-10.153-7.688-14.723-9.203V49.988c0-5.523-4.477-10-9.996-10s-9.996 4.477-9.996 10zm0 0\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tInsurance with no excess\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-03e544d\" data-id=\"03e544d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9a69430 iconos-rojos elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"9a69430\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"50\" width=\"50\"><g style=\"stroke:#000;stroke-opacity:1\" fill-rule=\"evenodd\" fill=\"none\" stroke-width=\".516\"><g style=\"stroke-width:.51649;stroke:#000;stroke-opacity:1\"><path style=\"stroke-width:1.0329807;stroke:#003e53;stroke-opacity:1;fill:none;stroke-miterlimit:4;stroke-dasharray:none\" fill=\"#003E53\" d=\"M12.5 6.9c1.42 0 2.13.54 2.39 1.4.13.43.56.7 1.01.7h.06c.7 0 1.22-.71.97-1.36-.44-1.15-1.41-2.08-2.93-2.45V4.5c0-.83-.67-1.5-1.5-1.5S11 3.67 11 4.5v.66c-.39.08-.75.21-1.1.36l1.51 1.51c.32-.08.69-.13 1.09-.13ZM4.77 4.62a.996.996 0 0 0 0 1.41L7.5 8.77c0 2.08 1.56 3.22 3.91 3.91l3.51 3.51c-.34.49-1.05.91-2.42.91-1.65 0-2.5-.59-2.83-1.43-.15-.39-.49-.67-.9-.67H8.6c-.72 0-1.24.74-.95 1.39.59 1.33 1.89 2.12 3.36 2.44v.67c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5v-.65c.96-.18 1.83-.55 2.46-1.12l1.51 1.51a.996.996 0 1 0 1.41-1.41L6.18 4.62a.996.996 0 0 0-1.41 0Z\" transform=\"matrix(1.93614 0 0 1.93614 1.766 1.766)\"><\/path><\/g><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tNo extras\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e991f0e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e991f0e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-16ccfcd\" data-id=\"16ccfcd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f899cc0 iconos-rojos elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"f899cc0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"50\" width=\"50\" xml:space=\"preserve\" fill=\"#003E53\"><g style=\"stroke-width:.507939\"><path d=\"M9.902.001A9.901 9.901 0 0 0 0 9.903c0 5.469 4.433 9.9 9.902 9.9 5.471 0 9.902-4.433 9.902-9.9A9.9 9.9 0 0 0 9.902.001zm0 18.723a8.818 8.818 0 0 1-8.819-8.819 8.818 8.818 0 0 1 8.819-8.819 8.818 8.818 0 0 1 8.82 8.819c-.002 4.869-3.949 8.819-8.82 8.819zm-2.966-4.538h1.612v2.672H6.936Zm2.444 0h1.612v2.672H9.38v-2.672zm2.402 0h1.612v2.672h-1.612zm-.564-3.68a.826.826 0 0 1-1.649.052L6.658 6.934l3.736 2.748c.453 0 .824.369.824.824zM5.21 11.88l.715.716-1.342 1.343-.716-.717Zm-.623-2.498H2.689V8.37h1.898v1.012zm.408-5.513 1.342 1.343-.716.715-1.342-1.343Zm5.413.463H9.396V2.434h1.012zm4.115 1.978-.717-.715 1.344-1.343.715.716Zm2.884 2.06v1.012H15.51V8.37Zm-2.538 3.713 1.344 1.342-.715.715-1.344-1.342z\" style=\"fill:#003e53;stroke-width:.507939\" transform=\"translate(5.506 5.506) scale(1.96874)\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tUnlimited kilometers\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7c75692\" data-id=\"7c75692\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5f0b0bb iconos-rojos elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"5f0b0bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"50\" width=\"50\" xml:space=\"preserve\" fill=\"#003E53\"><g style=\"stroke-width:2.12296313;stroke-miterlimit:4;stroke-dasharray:none\"><path d=\"M9.896 71.104c11.79-15.048 27.051-7.743 32.361-9.167 4.552-1.22-.513-14.845 12.254-25.544a9.28 9.28 0 0 0-.918-2.391c6.902-.891 12.256-6.791 12.256-13.932 0-7.754-6.309-14.064-14.063-14.064-7.754 0-14.063 6.311-14.063 14.064 0 4.014 1.699 7.631 4.406 10.195-7.668 1-21.512 3.1-22.189 3.203a2.164 2.164 0 0 0-1.504.984c-1.404 2.227-3.096 7.405.553 11.051.404.406.953.633 1.527.633h14.789c-.904 1.756-2.557 3.697-5.381 3.445l-.973-.092c-6.439-.611-11.086-1.055-16.723 4.406-5.213 5.049-8.92 9.705-9.074 9.902a2.151 2.151 0 0 0-.363 2.004c.587 1.821 2.774 4.936 7.105 5.303zm32.148-51.033c0-5.373 4.371-9.744 9.742-9.744 5.373 0 9.742 4.371 9.742 9.744 0 5.371-4.369 9.742-9.742 9.742-5.371 0-9.742-4.371-9.742-9.742zm-26.809 36.93c4.205-4.076 7.055-3.805 13.307-3.211l.982.094c7.01.67 10.242-5.914 10.965-9.477a2.162 2.162 0 0 0-2.117-2.59H21.55c-.854-1.44-.32-3.219.125-4.241 4.156-.627 19.063-2.859 24.113-3.406 3.607-.393 4.389 2.484 4.545 3.354.049.295.154.566.305.803-7.121 4.52-8.098 11.608-8.729 16.217-.156 1.152-.293 2.148-.492 2.939-.377 1.514-1.199 2.16-2.75 2.16-1.16 0-2.205-.4-2.211-.402a1.296 1.296 0 0 0-.229-.072 29.42 29.42 0 0 0-6.656-.756c-8.742 0-16.039 3.699-18.043 7.273-.184.326-.35.711-.508 1.117-1.939.07-3.025-.711-3.586-1.408a113.7 113.7 0 0 1 7.801-8.394z\" style=\"stroke:none;stroke-width:1.06148156;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none\" transform=\"matrix(.47223 0 0 .46985 1.878 3.647)\"><\/path><path style=\"fill:none;fill-opacity:1;stroke:#003e53;stroke-width:4.24592626;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1\" d=\"M12.897 70.624c-.795 4.434-.971 9.502-.994 10.307a1.602 1.602 0 0 0 1.599 1.644h37.285l.377.004c9.969 0 13.717-7.867 13.848-8.154l26.533-52.747c.72-1.658.842-5.371-3.87-7.54-1.81-.831-3.491-1.253-4.993-1.253-3.28 0-4.631 1.95-4.775 2.174a1.64 1.64 0 0 0-.162.328C71.415 33.126 60.89 34.9 60.457 34.966c-.07.01-.141.023-.207.043a28.17 28.17 0 0 0-2.738.904c-18.478 6.066-30.717 21.654-44.615 34.71zM54.51 36.393c-6.84 4.6-8.715 13.579-10.093 20.61-1.122 2.44-2.636 2.408-4.961 1.758a1.296 1.296 0 0 0-.23-.072c-2.157-.502-9.92 1.472-12.179 1.472 3.422-5.178 9.813-11.778 27.463-23.768Z\" transform=\"matrix(.47223 0 0 .46985 1.878 3.647)\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tChildren seats\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-65bdde8\" data-id=\"65bdde8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-47fbacf iconos-rojos elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"47fbacf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"50\" width=\"50\" fill=\"#003E53\"><g style=\"stroke-width:12.7463\"><path style=\"stroke-width:12.7463\" d=\"M304 96c0-8.837-7.163-16-16-16H128c-8.837 0-16 7.163-16 16v128c0 8.837 7.163 16 16 16h160c8.837 0 16-7.163 16-16zm-32 112H144v-96h128z\" transform=\"matrix(.07845 0 0 .07845 4.916 4.916)\"><\/path><path style=\"stroke-width:12.7463\" d=\"m487.538 113.453-63.809-32c-7.922-3.969-17.42-.742-21.373 7.156-3.953 7.906-.702 17.516 7.204 21.469l24.301 12.139c-.65 1.74-1.491 3.58-1.491 5.549 0 20.832 15.63 38.426 31.63 45.051v194.949c0 8.82-7.18 16-16 16s-16-7.18-16-16v-128c0-38.631-32-70.949-64-78.383V63.766C368 28.477 340.053 0 304.764 0h-192C77.475 0 48 28.477 48 63.766v358.109l-23.156 11.578A15.998 15.998 0 0 0 16 447.766v48C16 504.602 23.928 512 32.764 512h352C393.6 512 400 504.602 400 495.766v-48a15.998 15.998 0 0 0-8.844-14.313L368 421.875v-227.16c16 6.625 32 24.219 32 45.051v128c0 26.469 21.531 48 48 48s48-21.531 48-48v-240c0-6.063-3.04-11.602-8.462-14.313zM368 480H48v-22.344l23.156-11.578A15.998 15.998 0 0 0 80 431.765v-368C80 46.117 95.115 32 112.764 32h192C322.412 32 336 46.117 336 63.766v368a15.998 15.998 0 0 0 8.844 14.313L368 457.656Z\" transform=\"matrix(.07845 0 0 .07845 4.916 4.916)\"><\/path><\/g><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tGas policy \u2013 full \/ full\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3700314 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3700314\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5e1169d\" data-id=\"5e1169d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f310707\" data-id=\"f310707\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1facffe elementor-widget elementor-widget-button\" data-id=\"1facffe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-lg\" href=\"\/en\/rental-terms-conditions\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-file-alt\" viewBox=\"0 0 384 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Terms and Conditions for Renting <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4d66e5a\" data-id=\"4d66e5a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-11faa52 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"11faa52\" data-element_type=\"section\" data-e-type=\"section\" id=\"faq\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9e0ea97\" data-id=\"9e0ea97\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-365e177 titulos elementor-widget elementor-widget-heading\" data-id=\"365e177\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xxl\">Faq<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2d80069 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2d80069\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d278fd8\" data-id=\"d278fd8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d04b44c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d04b44c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-39d577f\" data-id=\"39d577f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ec91a3 elementor-widget elementor-widget-tfaccordion\" data-id=\"7ec91a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tfaccordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tf-accordion no_line\"> \r\n\t\t\t\t<div class=\"tf-accordion-item \"><div class=\"accordion-title icon_before \">\t\t\r\n\t\t\t\t<span class=\"wrap-accordion-icon wrap-accordion-icon-left\">\t\t\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-close\"><i class=\"fas fa-plus\"><\/i><\/span>\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-open\"><i class=\"fas fa-minus\"><\/i><\/span>\r\n\t\t\t\t<\/span> <span class=\"title-text\">How many people can drive the vehicle?<\/span><\/div> <div class=\"accordion-content\"><p>There is no problem in adding as much as 3 additional drivers. The cost per driver is 3 \u20ac\/day<\/p><\/div><\/div>\r\n            <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-61137cc elementor-widget elementor-widget-tfaccordion\" data-id=\"61137cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tfaccordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tf-accordion no_line\"> \r\n\t\t\t\t<div class=\"tf-accordion-item \"><div class=\"accordion-title icon_before \">\t\t\r\n\t\t\t\t<span class=\"wrap-accordion-icon wrap-accordion-icon-left\">\t\t\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-close\"><i class=\"fas fa-plus\"><\/i><\/span>\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-open\"><i class=\"fas fa-minus\"><\/i><\/span>\r\n\t\t\t\t<\/span> <span class=\"title-text\">Can I add any extras?<\/span><\/div> <div class=\"accordion-content\"><p>The price of the chair buster is 3 \u20ac\/day. The Babyseat is 5\u20ac\/day. You can also add a navigator, 5\u20ac\/day<\/p><\/div><\/div>\r\n            <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ee18f1 elementor-widget elementor-widget-tfaccordion\" data-id=\"1ee18f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tfaccordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tf-accordion no_line\"> \r\n\t\t\t\t<div class=\"tf-accordion-item \"><div class=\"accordion-title icon_before \">\t\t\r\n\t\t\t\t<span class=\"wrap-accordion-icon wrap-accordion-icon-left\">\t\t\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-close\"><i class=\"fas fa-plus\"><\/i><\/span>\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-open\"><i class=\"fas fa-minus\"><\/i><\/span>\r\n\t\t\t\t<\/span> <span class=\"title-text\">Do you have collect and delivery service?<\/span><\/div> <div class=\"accordion-content\"><p>If your delivery is arranged in your hotel or apartment, we will meet you in the reception. In case of collecting the car in M\u00e1laga Airport, there will be someone waiting for you next to the tourism office. You will see one of our employees with your name written on a board<\/p><\/div><\/div>\r\n            <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e8c2c61 elementor-widget elementor-widget-tfaccordion\" data-id=\"e8c2c61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tfaccordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tf-accordion no_line\"> \r\n\t\t\t\t<div class=\"tf-accordion-item \"><div class=\"accordion-title icon_before \">\t\t\r\n\t\t\t\t<span class=\"wrap-accordion-icon wrap-accordion-icon-left\">\t\t\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-close\"><i class=\"fas fa-plus\"><\/i><\/span>\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-open\"><i class=\"fas fa-minus\"><\/i><\/span>\r\n\t\t\t\t<\/span> <span class=\"title-text\">Which is your gas policy?<\/span><\/div> <div class=\"accordion-content\"><p>For us, our policy is the fairest. Normally, You will collect the car full of gas, and we ask you to deliver it full as well. In case you collect the vehicle with less amount of gas, you will just deliver it with the same amount as you found it. If the vehicle is delivered with less gas than it had when you collected it, you will only be charged the rest of the gas, with no extra.<\/p><\/div><\/div>\r\n            <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e790be0\" data-id=\"e790be0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3c04119 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3c04119\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-108e0a7\" data-id=\"108e0a7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc3b50a elementor-widget elementor-widget-tfaccordion\" data-id=\"dc3b50a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tfaccordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tf-accordion no_line\"> \r\n\t\t\t\t<div class=\"tf-accordion-item \"><div class=\"accordion-title icon_before \">\t\t\r\n\t\t\t\t<span class=\"wrap-accordion-icon wrap-accordion-icon-left\">\t\t\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-close\"><i class=\"fas fa-plus\"><\/i><\/span>\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-open\"><i class=\"fas fa-minus\"><\/i><\/span>\r\n\t\t\t\t<\/span> <span class=\"title-text\">Does it include travel insurance?<\/span><\/div> <div class=\"accordion-content\"><p>Our vehicles include 24 hours Travel assistance insurance. You will find the phone number with the other documents of the car. However, during the opening hours, you can contact the phone number that appears in the contract, and we will help you with the work. In case of accident, we will help you as well. Is very important to sign the Agreed Statement of Facts and collect the information of the adversary.<\/p><\/div><\/div>\r\n            <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ddf1f0a elementor-widget elementor-widget-tfaccordion\" data-id=\"ddf1f0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tfaccordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tf-accordion no_line\"> \r\n\t\t\t\t<div class=\"tf-accordion-item \"><div class=\"accordion-title icon_before \">\t\t\r\n\t\t\t\t<span class=\"wrap-accordion-icon wrap-accordion-icon-left\">\t\t\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-close\"><i class=\"fas fa-plus\"><\/i><\/span>\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-open\"><i class=\"fas fa-minus\"><\/i><\/span>\r\n\t\t\t\t<\/span> <span class=\"title-text\">Are there any extra cost?<\/span><\/div> <div class=\"accordion-content\"><p>Once you receive the keys of the vehicle, we will not do any extra charges, except for:<\/p><ul><li>Traffic offenses, usually, are sent several weeks In this case, you will be charged 10 extra euros for dealing the fine.<\/li><li>You can also be charged for damage and negligence if there's excessive dirt in the car or if an incorrect use of the vehicle.<\/li><\/ul><\/div><\/div>\r\n            <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f729b89 elementor-widget elementor-widget-tfaccordion\" data-id=\"f729b89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tfaccordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tf-accordion no_line\"> \r\n\t\t\t\t<div class=\"tf-accordion-item \"><div class=\"accordion-title icon_before \">\t\t\r\n\t\t\t\t<span class=\"wrap-accordion-icon wrap-accordion-icon-left\">\t\t\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-close\"><i class=\"fas fa-plus\"><\/i><\/span>\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-open\"><i class=\"fas fa-minus\"><\/i><\/span>\r\n\t\t\t\t<\/span> <span class=\"title-text\">What type of driving license do I need?<\/span><\/div> <div class=\"accordion-content\"><p>For renting a 50cc bike, you need a B1 license. For a 125cc bike, you need a B1 license with at least, 3 years of experience. For 350 bikes you need a A2 license and for 650 bikes you need a A license.<\/p><\/div><\/div>\r\n            <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10bfc33 elementor-widget elementor-widget-tfaccordion\" data-id=\"10bfc33\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tfaccordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"tf-accordion no_line\"> \r\n\t\t\t\t<div class=\"tf-accordion-item \"><div class=\"accordion-title icon_before \">\t\t\r\n\t\t\t\t<span class=\"wrap-accordion-icon wrap-accordion-icon-left\">\t\t\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-close\"><i class=\"fas fa-plus\"><\/i><\/span>\r\n\t\t\t\t<span class=\"accordion-icon accordion-icon-open\"><i class=\"fas fa-minus\"><\/i><\/span>\r\n\t\t\t\t<\/span> <span class=\"title-text\">Which is the minimum age to rent?<\/span><\/div> <div class=\"accordion-content\">The accident policy requires a minimum age of 25 years old, and at least 3 years of experience.\n<\/div>\n<\/div><\/div><\/div>\r\n            <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a63eb03 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a63eb03\" data-element_type=\"section\" data-e-type=\"section\" id=\"lets-talk\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7340a4b\" data-id=\"7340a4b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-681d441 titulos elementor-widget elementor-widget-heading\" data-id=\"681d441\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-xxl\">Let's Talk<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-323c3c0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"323c3c0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-42a1da1\" data-id=\"42a1da1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-43db7a9 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-shortcode\" data-id=\"43db7a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f12036-o1\" lang=\"es-ES\" dir=\"ltr\" data-wpcf7-id=\"12036\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/11917#wpcf7-f12036-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Formulario de contacto\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"12036\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"es_ES\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f12036-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div class=\"container-form\" style=\"width:100% !important; align-items:center;\">\n\t<div class=\"row\">\n\t\t<div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"text-588\"><input size=\"100\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name (Required)\" value=\"\" type=\"text\" name=\"text-588\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"row\">\n\t\t<div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"tel-23\"><input size=\"100\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" placeholder=\"Telephone\" value=\"\" type=\"tel\" name=\"tel-23\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"row\">\n\t\t<div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"email-844\"><input size=\"100\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"E-mail (Required)\" value=\"\" type=\"email\" name=\"email-844\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"row\">\n\t\t<div class=\"col-xs-12 col-sm-12 col-md-12 col-lg-12\">\n\t\t\t<p>Comments:<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"textarea-515\"><textarea cols=\"40\" rows=\"23\" maxlength=\"240\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"textarea-515\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"responsabilidad\">\n\t\t<p><span style=\"display:block; float:left;\"><span class=\"wpcf7-form-control-wrap\" data-name=\"acceptance-932\"><span class=\"wpcf7-form-control wpcf7-acceptance\"><span class=\"wpcf7-list-item\"><input type=\"checkbox\" name=\"acceptance-932\" value=\"1\" aria-invalid=\"false\" \/><\/span><\/span><\/span><\/span>&nbsp;&nbsp;<span style=\"font-size:11px;\">I have read and accept the <a href=\"\/aviso-legal\" style=\"color:#E41F26;\"><b>Legal Notice<\/b><\/a><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"Send\" \/>\n\t<\/p>\n\t<div style=\"font-size:11px; line-height:14px;\">\n\t\t<p>Send: Data controller: Solhire Solutions S.L. - Purpose: To manage your request. - Legitimation: by clicking on the \"Send\" button you consent to the data being processed in accordance with the following conditions. <a href=\"\/politica-de-privacidad\/\" style=\"color: #E41F26;\"><b>the privacy policy<\/b><\/a>\n\t\t<\/p>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Choose your Vehicle CITRO\u00cbN C1 PIAGGO LIBERTY SEAT LE\u00d3N BMW 310R VOLKSWAGEN TOURAN CF MOTO 650 MT About Us Renting a car in Torremolinos is an excellent option to travel around the Costa del Sol with complete freedom and discover the most remote and unknown places. Discover [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11917","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.13 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Home - Solhires<\/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:\/\/solhires.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home\" \/>\n<meta property=\"og:description\" content=\"Choose your Vehicle CITRO\u00cbN C1 PIAGGO LIBERTY SEAT LE\u00d3N BMW 310R VOLKSWAGEN TOURAN CF MOTO 650 MT About Us Renting a car in Torremolinos is an excellent option to travel around the Costa del Sol with complete freedom and discover the most remote and unknown places. Discover [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/solhires.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Solhires\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/solhires.rentacar\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-26T10:27:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1095\" \/>\n\t<meta property=\"og:image:height\" content=\"140\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/solhires.com\/\",\"url\":\"https:\/\/solhires.com\/\",\"name\":\"Home - Solhires\",\"isPartOf\":{\"@id\":\"https:\/\/solhires.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/solhires.com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/solhires.com\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp\",\"datePublished\":\"2022-05-24T03:03:11+00:00\",\"dateModified\":\"2026-03-26T10:27:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/solhires.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/solhires.com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solhires.com\/#primaryimage\",\"url\":\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp\",\"contentUrl\":\"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/solhires.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/solhires.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/solhires.com\/#website\",\"url\":\"https:\/\/solhires.com\/\",\"name\":\"Solhires Alquiler de coches y motos\",\"description\":\"Alquiler de coches y motos\",\"publisher\":{\"@id\":\"https:\/\/solhires.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/solhires.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/solhires.com\/#organization\",\"name\":\"Solhires\",\"url\":\"https:\/\/solhires.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solhires.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/logo-solhires.webp\",\"contentUrl\":\"http:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/logo-solhires.webp\",\"width\":326,\"height\":107,\"caption\":\"Solhires\"},\"image\":{\"@id\":\"https:\/\/solhires.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/solhires.rentacar\/\",\"https:\/\/www.instagram.com\/solhires\/?hl=es\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Home - Solhires","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:\/\/solhires.com\/","og_locale":"en_US","og_type":"article","og_title":"Home","og_description":"Choose your Vehicle CITRO\u00cbN C1 PIAGGO LIBERTY SEAT LE\u00d3N BMW 310R VOLKSWAGEN TOURAN CF MOTO 650 MT About Us Renting a car in Torremolinos is an excellent option to travel around the Costa del Sol with complete freedom and discover the most remote and unknown places. Discover [&hellip;]","og_url":"https:\/\/solhires.com\/","og_site_name":"Solhires","article_publisher":"https:\/\/www.facebook.com\/solhires.rentacar\/","article_modified_time":"2026-03-26T10:27:42+00:00","og_image":[{"width":1095,"height":140,"url":"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/solhires.com\/","url":"https:\/\/solhires.com\/","name":"Home - Solhires","isPartOf":{"@id":"https:\/\/solhires.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/solhires.com\/#primaryimage"},"image":{"@id":"https:\/\/solhires.com\/#primaryimage"},"thumbnailUrl":"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp","datePublished":"2022-05-24T03:03:11+00:00","dateModified":"2026-03-26T10:27:42+00:00","breadcrumb":{"@id":"https:\/\/solhires.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/solhires.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solhires.com\/#primaryimage","url":"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp","contentUrl":"https:\/\/solhires.com\/wp-content\/uploads\/2023\/09\/search-rent-cars-motorcycles-torremolinos.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/solhires.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/solhires.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/solhires.com\/#website","url":"https:\/\/solhires.com\/","name":"Solhires Alquiler de coches y motos","description":"Alquiler de coches y motos","publisher":{"@id":"https:\/\/solhires.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/solhires.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/solhires.com\/#organization","name":"Solhires","url":"https:\/\/solhires.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solhires.com\/#\/schema\/logo\/image\/","url":"http:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/logo-solhires.webp","contentUrl":"http:\/\/solhires.com\/wp-content\/uploads\/2023\/08\/logo-solhires.webp","width":326,"height":107,"caption":"Solhires"},"image":{"@id":"https:\/\/solhires.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/solhires.rentacar\/","https:\/\/www.instagram.com\/solhires\/?hl=es"]}]}},"_links":{"self":[{"href":"https:\/\/solhires.com\/en\/wp-json\/wp\/v2\/pages\/11917","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solhires.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/solhires.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/solhires.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/solhires.com\/en\/wp-json\/wp\/v2\/comments?post=11917"}],"version-history":[{"count":0,"href":"https:\/\/solhires.com\/en\/wp-json\/wp\/v2\/pages\/11917\/revisions"}],"wp:attachment":[{"href":"https:\/\/solhires.com\/en\/wp-json\/wp\/v2\/media?parent=11917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}