@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Barlow:wght@400;500;600;700;800&display=swap');.go-page{
--gold:#FFCD00;--gold2:#F0BE00;--navy:#023047;--gold-ink:#023047;--gold-soft:#FFF6D6;
--steel:#53565A;--steel2:#3A3D40;
--ink:#1B1B1D;--body:#4A4D51;--mut:#6E7175;--line:#E5E6E9;--bg:#F6F7FB;
--sh:0 1px 2px rgba(20,20,22,.04),0 8px 24px -12px rgba(20,20,22,.14);
--sh2:0 2px 6px rgba(20,20,22,.06),0 22px 50px -20px rgba(20,20,22,.26);
font-family:'Barlow',system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);
max-width:1140px;margin:0 auto;padding:0 0 0;box-sizing:border-box;-webkit-font-smoothing:antialiased;
position:relative;overflow:hidden;border-radius:0}
.go-page *,.go-page *:before,.go-page *:after{box-sizing:border-box}
.go-page img{display:block;max-width:100%;height:auto}
.go-in{padding:0 16px}
.go-page p{margin:0 0 14px;font-size:16px;line-height:1.62;color:var(--body);max-width:64ch;text-wrap:pretty}
.go-page h1,.go-page h2,.go-page h3{font-family:'Oswald','Barlow',system-ui,sans-serif;letter-spacing:-.01em;margin:0}
.go-page h1{font-weight:600;text-transform:uppercase;font-size:clamp(22px,5.2vw,32px);line-height:1.16;margin:0 0 14px;text-wrap:balance;overflow-wrap:normal;hyphens:none}
.go-page h2{font-weight:600;text-transform:uppercase;font-size:clamp(18px,4.2vw,24px);line-height:1.15;margin:0;text-wrap:balance}
.go-page h3{font-family:'Barlow',system-ui,sans-serif;font-weight:700;font-size:17px;line-height:1.3;margin:0;letter-spacing:0}
.go-page a{color:var(--gold-ink);text-decoration:none}
.go-page a:hover{color:var(--steel)}
.go-sec{margin:0 0 56px}/* ============ animated aurora background ============ */
.go-bg{position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--bg);overflow:hidden}
.go-bg span{position:absolute;border-radius:999px;filter:blur(60px);opacity:.55;will-change:transform}
.go-bg span:nth-child(1){width:420px;height:420px;top:-140px;right:-80px;background:radial-gradient(circle,rgba(255,205,0,.55),transparent 66%);animation:goOrb1 18s ease-in-out infinite}
.go-bg span:nth-child(2){width:360px;height:360px;top:24%;left:-120px;background:radial-gradient(circle,rgba(83,86,90,.30),transparent 66%);animation:goOrb2 22s ease-in-out infinite}
.go-bg span:nth-child(3){width:300px;height:300px;bottom:12%;right:-60px;background:radial-gradient(circle,rgba(255,205,0,.38),transparent 66%);animation:goOrb3 26s ease-in-out infinite}
@keyframes goOrb1{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-60px,50px) scale(1.15)}}
@keyframes goOrb2{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(70px,-40px) scale(1.1)}}
@keyframes goOrb3{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-40px,-60px) scale(1.2)}}
.go-page>*:not(.go-bg){position:relative;z-index:1}/* ============ hero ============ */
.go-hero{padding:28px 16px 6px}
.go-eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#85888C;margin-bottom:15px}
.go-eyebrow:before{content:"";flex:0 0 auto;width:40px;height:2px;background:var(--gold);border-radius:2px;transform-origin:left center;animation:goGrow 2.6s ease-in-out infinite}
@keyframes goGrow{0%,100%{transform:scaleX(.6);opacity:1}50%{transform:scaleX(1);opacity:.6}}
.go-badge{display:inline-flex;align-items:center;gap:9px;background:var(--steel);color:#F6F6F7;border-radius:999px;padding:9px 15px;
font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 8px 22px -10px rgba(27,27,29,.6)}
.go-badge i{width:7px;height:7px;border-radius:999px;background:#4ADE80;display:block;animation:goPulse 2.4s ease-in-out infinite}
@keyframes goPulse{0%,100%{box-shadow:0 0 0 0 rgba(74,222,128,.6)}50%{box-shadow:0 0 0 7px rgba(74,222,128,0)}}
.go-head{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}
.go-head img{background:#fff;border:1px solid var(--line);border-radius:13px;padding:7px 11px;box-shadow:var(--sh);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}
.go-head img:hover{transform:translateY(-3px) rotate(-1.5deg)}
.go-nb{white-space:nowrap}
.go-brand{display:inline-block;background:var(--steel);color:var(--gold);
padding:2px 10px 3px;border-radius:9px;box-shadow:0 6px 16px -8px rgba(83,86,90,.75)}
@media(max-width:480px){.go-brand{padding:1px 8px 2px;border-radius:8px}}
.go-partner{font-style:normal;font-weight:600;color:var(--navy);
background:linear-gradient(180deg,transparent 58%,var(--gold-soft) 58%);border-radius:4px;padding:0 4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.go-w{display:inline-block;opacity:0;transform:translateY(18px) rotate(2deg);animation:goWordin .6s cubic-bezier(.22,.7,.3,1) forwards}
@keyframes goWordin{to{opacity:1;transform:none}}/* ============ hero usp boxes ============ */
.go-usps{display:grid;gap:11px;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));margin:22px 0 4px}
.go-usp{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);
border-left:4px solid var(--gold);border-radius:14px;padding:13px 14px;box-shadow:var(--sh)}
.go-usp-i{flex:0 0 auto;width:36px;height:36px;border-radius:11px;display:grid;place-items:center;font-size:18px;line-height:1;
background:linear-gradient(180deg,#FFFBEA,#FFF2BF);border:1px solid #FFE58A}
.go-usp-t{min-width:0}
.go-usp-t b{display:block;font-weight:700;font-size:14.5px;line-height:1.25;color:var(--navy)}
.go-usp-t i{display:block;font-style:normal;font-size:12.5px;line-height:1.35;color:var(--mut);margin-top:2px}
@media(max-width:480px){.go-usps{gap:9px;margin-top:18px}.go-usp{padding:11px 12px}}/* ============ coupon split ============ */
.go-csplit{display:flex;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;
padding:14px;box-shadow:var(--sh2);max-width:640px}
.go-cphoto{flex:0 0 190px;border-radius:14px;overflow:hidden;background:#fff;transition:transform .35s cubic-bezier(.22,.7,.3,1)}
.go-cphoto img{width:100%;height:auto;display:block}
.go-cinfo{flex:1 1 auto;min-width:0}
.go-coderow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.go-offpill{background:linear-gradient(155deg,#FFD831,var(--gold));color:var(--navy);font-family:'Oswald',sans-serif;font-weight:600;
font-size:12px;letter-spacing:.06em;border-radius:999px;padding:5px 11px}
.go-cbtns{display:flex;gap:8px;flex-wrap:wrap;align-items:stretch}
.go-cbtns .go-btn{flex:1 1 auto;min-height:46px;padding:11px 16px;font-size:14.5px}
.go-chip-btn{border:1.5px dashed #C7C9CC;background:#fff;color:var(--ink);font-family:inherit;font-weight:700;
font-size:13px;padding:10px 14px;border-radius:11px;cursor:pointer;min-height:46px;transition:all .2s}
.go-chip-btn:hover{border-color:var(--ink);background:#FAFAFB}
.go-chip-btn.ok{background:#16603A;border-color:#16603A;color:#fff}
@media(max-width:560px){
.go-csplit{flex-direction:column;align-items:stretch;gap:12px;padding:12px}
.go-cphoto{flex:none;max-width:200px;margin:0 auto}
}
.go-btn{display:grid;place-items:center;text-align:center;font-weight:700;font-size:15.5px;padding:14px;border-radius:14px;min-height:52px;border:0;cursor:pointer;
font-family:inherit;text-decoration:none;position:relative;overflow:hidden;transition:transform .14s ease,background .2s,border-color .2s,box-shadow .2s}
.go-btn:active{transform:scale(.98)}
.go-btn-primary{background:linear-gradient(180deg,#FFD831,var(--gold));color:var(--navy)!important;box-shadow:0 12px 26px -12px rgba(2,48,71,.35)}
.go-btn-primary:hover{background:linear-gradient(180deg,var(--gold),var(--gold2));color:var(--navy)!important;box-shadow:0 18px 34px -14px rgba(2,48,71,.45);transform:translateY(-1px)}
.go-btn-primary:before{content:"";position:absolute;top:0;left:-40%;width:35%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.55),transparent);animation:goShine 4.2s ease-in-out infinite}
@keyframes goShine{0%,70%{left:-60%}90%,100%{left:130%}}
.go-lbl{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#85888C;margin-bottom:2px}
.go-code{font-family:'Oswald',sans-serif;font-weight:700;font-size:20px;line-height:1;letter-spacing:.04em;color:var(--ink);
background:linear-gradient(100deg,var(--steel) 20%,var(--navy) 50%,var(--steel) 80%);background-size:220% 100%;
-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:goSweep 5s ease-in-out infinite}
@keyframes goSweep{0%,100%{background-position:120% 0}50%{background-position:-20% 0}}
.go-fine{font-size:12.5px;color:#85888C;text-align:center;line-height:1.45}
.go-imgbox{border:1px solid var(--line);background:#fff;border-radius:22px;padding:12px;display:grid;place-items:center;box-shadow:var(--sh);overflow:hidden;position:relative}
.go-imgbox img{transition:transform .6s cubic-bezier(.22,.7,.3,1)}
.go-imgbox:hover img{transform:scale(1.04)}/* ============ heading rule ============ */
.go-h2wrap{display:flex;align-items:center;gap:13px;margin:0 0 13px;padding-top:52px}
.go-h2wrap:after{content:"";flex:1 1 auto;height:1px;background:linear-gradient(90deg,var(--line),transparent)}
.go-lead{font-size:15.5px;color:var(--mut);margin:0 0 18px;max-width:58ch}/* ============ cards ============ */
.go-grid{display:grid;gap:13px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch}
.go-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:18px;box-shadow:var(--sh);position:relative;overflow:hidden;
transition:transform .25s cubic-bezier(.22,.7,.3,1),box-shadow .25s,border-color .25s}
.go-card:before{content:"";position:absolute;inset:0;background:radial-gradient(320px 160px at 50% -20%,rgba(255,205,0,.16),transparent 70%);opacity:0;transition:opacity .3s}
.go-card:hover{transform:translateY(-4px);box-shadow:var(--sh2);border-color:#F0E3B4}
.go-card:hover:before{opacity:1}
.go-card>*{position:relative}
.go-card p{font-size:14.5px;margin:6px 0 0}
.go-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-size:21px;line-height:1;margin-bottom:12px;
background:linear-gradient(180deg,#FFFBEA,#FFF2BF);border:1px solid #FFE58A;box-shadow:0 6px 14px -8px rgba(2,48,71,.30);
transition:transform .35s cubic-bezier(.34,1.56,.64,1)}
.go-card:hover .go-icon{transform:translateY(-3px) rotate(-6deg) scale(1.08)}
.go-tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:6px 12px;margin-bottom:12px}
.go-tag-g{background:#E9F6EE;color:#16603A}.go-tag-y{background:var(--gold-soft);color:var(--navy)}.go-tag-n{background:#FDE8E9;color:#B3161C}
.go-top-g{border-top:4px solid #25A05C}.go-top-y{border-top:4px solid var(--gold)}.go-top-n{border-top:4px solid #D81F26}
.go-list{margin:12px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}
.go-list li{display:flex;gap:11px;align-items:flex-start;font-size:14.5px;line-height:1.5;color:#2B2D2F}
.go-m{flex-shrink:0;width:21px;height:21px;border-radius:999px;display:grid;place-items:center;font-size:12px;font-weight:700;margin-top:1px}
.go-m-g{background:#E9F6EE;color:#16603A}.go-m-y{background:var(--gold-soft);color:var(--navy)}.go-m-n{background:#FDE8E9;color:#B3161C}/* ============ swipe rails ============ */
.go-rail{display:grid;gap:13px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:stretch}
.go-dots,.go-hint{display:none}
@media(max-width:859px){
.go-rail{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;
scrollbar-width:none;margin:0 -16px;padding:6px 16px 8px;scroll-padding-left:16px;perspective:900px}
.go-rail::-webkit-scrollbar{display:none}
.go-rail>*{flex:0 0 84%;max-width:350px;scroll-snap-align:start;scroll-snap-stop:always;
transition:transform .35s cubic-bezier(.22,.7,.3,1),opacity .35s,box-shadow .35s}
.go-rail>*:not(.act){transform:scale(.955);opacity:.72}
.go-rail>.act{transform:scale(1);opacity:1;box-shadow:var(--sh2)}
.go-dots{display:flex;gap:7px;justify-content:center;margin-top:13px}
.go-dots b{width:7px;height:7px;border-radius:999px;background:#D6D8DB;display:block;transition:all .3s cubic-bezier(.22,.7,.3,1);cursor:pointer}
.go-dots b.on{width:26px;background:linear-gradient(90deg,var(--navy),var(--gold))}
.go-hint{display:inline-flex;align-items:center;gap:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;
letter-spacing:.14em;text-transform:uppercase;color:#96999D;margin-bottom:11px}
.go-hint span{animation:goSwipe 1.7s ease-in-out infinite}
@keyframes goSwipe{0%,100%{transform:translateX(0);opacity:.45}50%{transform:translateX(6px);opacity:1}}
}/* ============ faq ============ */
.go-faq{background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px 17px;margin-bottom:10px;box-shadow:var(--sh);
transition:border-color .22s,box-shadow .22s,transform .22s}
.go-faq:hover{transform:translateY(-1px)}
.go-faq[open]{border-color:#F0DC9A;box-shadow:var(--sh2)}
.go-faq summary{list-style:none;cursor:pointer;font-weight:700;font-size:15.5px;line-height:1.4;display:flex;justify-content:space-between;gap:14px;align-items:flex-start;min-height:26px}
.go-faq summary::-webkit-details-marker{display:none}
.go-faq summary:after{content:"+";color:var(--navy);font-size:25px;line-height:.85;flex-shrink:0;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}
.go-faq[open] summary:after{content:"–";transform:rotate(180deg)}
.go-faq .a{font-size:14.5px;line-height:1.62;color:var(--body);padding-top:12px;margin-top:12px;border-top:1px solid #F0F1F3;animation:goFade .32s ease both}
@keyframes goFade{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}/* ============ guides / closing ============ */
.go-guide{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:16px;padding:16px;
color:var(--ink)!important;font-weight:700;font-size:15px;min-height:58px;background:#fff;transition:all .22s;position:relative;overflow:hidden}
.go-guide:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);transform:scaleY(0);transform-origin:bottom;transition:transform .3s}
.go-guide:hover{border-color:#F0DC9A;background:#FFFCF0;color:var(--ink)!important;transform:translateY(-3px);box-shadow:var(--sh2)}
.go-guide:hover:after{transform:scaleY(1)}
.go-guide em{font-style:normal;font-size:13px;color:var(--gold-ink);font-weight:700;white-space:nowrap;transition:transform .25s}
.go-guide:hover em{transform:translateX(4px)}
.go-dark{background:linear-gradient(160deg,#fff,#FFFAE8);color:var(--ink);border:1px solid #F2E3AE;border-radius:24px;padding:26px 21px;box-shadow:var(--sh2);position:relative;overflow:hidden}
.go-dark:before{content:"";position:absolute;top:-90px;right:-60px;width:260px;height:260px;border-radius:999px;
background:radial-gradient(circle,rgba(255,205,0,.22),transparent 68%);animation:goFloat 10s ease-in-out infinite}
@keyframes goFloat{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-22px,18px) scale(1.12)}}
.go-dark>*{position:relative;z-index:1}
.go-dark h2{color:var(--ink)}
.go-dark p{color:var(--body);font-size:14.8px}
.go-dark strong{color:var(--ink)}
.go-dark .go-tag{background:var(--gold-soft);color:var(--navy)}
.go-dark img{width:200px;max-width:100%;border-radius:12px;margin-top:16px}/* ============ sticky bar ============ */
.go-sticky{position:sticky;bottom:0;z-index:30;margin:14px 0 0;padding:11px 15px calc(11px + env(safe-area-inset-bottom));
background:rgba(35,37,39,.97);backdrop-filter:blur(14px);display:flex;align-items:center;gap:12px;border-top:1px solid rgba(255,255,255,.08)}
.go-sticky .l{flex:1 1 auto;min-width:0}
.go-sticky .k{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:#9B9EA2}
.go-sticky .v{font-family:'Oswald',sans-serif;font-weight:600;font-size:18px;color:var(--gold);line-height:1.1}
.go-sticky .go-btn{padding:12px 19px;min-height:48px;font-size:15px;display:flex;align-items:center;white-space:nowrap}
@media(min-width:860px){.go-sticky{display:none}}/* ============ scroll progress ============ */
.go-prog{position:absolute;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--navy),var(--gold));z-index:40;border-radius:0 3px 3px 0;transition:width .1s linear}/* ============ reveal ============ */
.go-rv{opacity:0;transform:translateY(22px);transition:opacity .6s cubic-bezier(.22,.7,.3,1),transform .6s cubic-bezier(.22,.7,.3,1)}
.go-rv.in{opacity:1;transform:none}
.go-stag>*{opacity:0;transform:translateY(18px) scale(.98);transition:opacity .5s cubic-bezier(.22,.7,.3,1),transform .5s cubic-bezier(.22,.7,.3,1)}
.go-stag.in>*{opacity:1;transform:none}
.go-stag.in>*:nth-child(1){transition-delay:.04s}
.go-stag.in>*:nth-child(2){transition-delay:.1s}
.go-stag.in>*:nth-child(3){transition-delay:.16s}
.go-stag.in>*:nth-child(4){transition-delay:.22s}
.go-stag.in>*:nth-child(5){transition-delay:.28s}
.go-stag.in>*:nth-child(6){transition-delay:.34s}
.go-stag.in>*:nth-child(7){transition-delay:.4s}
.go-stag.in>*:nth-child(8){transition-delay:.46s}
@media(prefers-reduced-motion:reduce){
.go-rv,.go-stag>*{opacity:1;transform:none;transition:none}
.go-bg span,.go-code,.go-dark:before,.go-badge i,.go-hint span,.go-btn-primary:before,.go-eyebrow:before{animation:none}
}
/* Mobil: minden folyamatos animáció ki, csak a scroll reveal marad */
@media(max-width:859px){
.go-eyebrow:before{animation:none;transform:scaleX(1)}
.go-code{animation:none;background-position:0 0}
.go-btn-primary:before{display:none}
.go-bg span{animation:none;filter:blur(50px)}
.go-dark:before{animation:none}
.go-badge i{animation:none}
.go-hint span{animation:none}
.go-page h1 .go-w{animation:none;opacity:1;transform:none}
}@media(max-width:480px){
.go-hero{padding:22px 14px 4px}
.go-in{padding:0 14px}
.go-sec{margin-bottom:44px}
.go-h2wrap{padding-top:34px}
.go-card{padding:17px}
}/* --- consistent equal-height cards --- */
.go-page .go-grid,.go-page .go-rail{align-items:stretch}
.go-page .go-card{height:100%;display:flex;flex-direction:column;box-sizing:border-box}
.go-page .go-card>:last-child{margin-bottom:0}
.go-page .go-grid>.go-guide{height:100%;box-sizing:border-box}
@media(max-width:859px){
.go-page .go-rail{align-items:stretch!important}
.go-page .go-rail>.go-card{height:auto!important;align-self:stretch!important;display:flex!important;flex-direction:column!important}
}
Go Rent a Car, Car Rental in Madeira
Car4YouMadeira recommended partner Car rental in Madeira with no deposit and no credit card at Go Rent a Car, recommended partner of Car4YouMadeira
Go Rent a Car (Go Madeira, Aluguer de Viaturas, Lda) is a young, family run rental company in Madeira. Their fleet is fully automatic, from the compact Picanto and i10 up to a 7 seat Caddy. The same family also runs the company in the Azores.
With their No Stress Pack you rent without a deposit and without a credit card, the second driver is always free, there is no young driver surcharge, and every rental comes with unlimited mileage. As a Car4YouMadeira partner they also give a 5% discount on the total price.
⚙️Automatic cars onlyThe easiest choice on Madeira roads
👥Second driver freeAlways included in the price
🛬Car handed over at the airportNo shuttle bus, no waiting
Promotional code
VAMOS5
5% OFF
Save 5% off the total price, with no deposit and no credit card.
Enter the promotional code in the booking form on their website.
Why choose Go Rent a Car?
A family run local company, an all automatic fleet, no young driver fee, and your car handed over right at the airport terminal.
Swipe →
🛬
Your car directly at the airport
The car is handed over right at the terminal, so there is no shuttle bus to an off-site office and no waiting after landing.
🛡️
No Stress Pack
Their zero excess package: liability drops to €0, tires, rims and glass are covered, and no deposit or credit card is requested.
🤝
Family run business
A young family business, not a large chain. You deal with the owners directly, which shows in the flexibility and the personal service.
👥
Second driver free
The second driver is always included at no extra cost and can be added when you pick up the car.
🕛
Any arrival time
Cars are delivered at any hour, even after midnight. Add your flight number and they track it, so someone is there when you land.
🚗
Automatic cars only
Steep climbs, tight hairpins and narrow village streets: on Madeira an automatic is simply the more comfortable and safer choice. Here the whole fleet is automatic, from the Picanto and i10 to the 7 seat VW Caddy.
🪪
No young driver fee
You can rent from the age of 18, with no minimum driving experience and no young driver surcharge.
♾️
Unlimited mileage
Every rental includes unlimited kilometres, so you can drive around the whole island.
What is included in the price at Go Rent a Car?
The base price already includes collision cover with an excess. Their No Stress Pack is what brings the excess down to zero and removes the deposit and the credit card requirement.
Swipe →
Base price includesCollision cover (CDW)
- ✓Liability and collision damage waiver, with an excess of roughly €1,000 to €2,000 depending on the car category
- ✓Second driver, always free
- ✓Unlimited mileage
- ✓Roadside assistance
Recommended packageNo Stress Pack, zero excess
- +SCDW brings the excess down to €0
- +All of it in one package, the No Stress Pack
- +Tire, rim and glass cover with no deductible
- +No deposit and no credit card is requested at pick-up with this package
- +Cancellation cover is available separately, so the prepayment stays refundable
Not covered by the insuranceWhat the cover does not include
- ×Wrong fuel
- ×Lost or damaged keys and documents
- ×Damage to the interior of the vehicle
- ×Damage caused by driving under the influence of alcohol or drugs
- ×Traffic fines and driving on unpaved roads
Where can you pick up a Go Rent a Car in Madeira?
Two options: the car waiting for you at Madeira Airport, or pick-up at the Machico office.
Swipe →
Madeira Airport (FNC)Handover at the terminal
No shuttle bus and no office transfer. The car is brought directly to the airport and handed over at the terminal.
Give your flight number when booking. They follow the flight, so a late or early landing is not a problem, and delivery works even after midnight.
MachicoPick-up at the base office
You can also collect and return the car at the company office in Machico, about a 10 minute drive from the airport.
Address
Vereda da Levada do Engenho nº5
9200-140 Machico
Good to know before you book
A few practical rules that are worth checking in advance.
Swipe →
💳
Card payment only
At pick-up only card payment is accepted, cash is not. The card used for the booking has to be presented by its holder, who also signs the rental contract.
⛽
Full to full fuel
The car is delivered with a full tank and has to be returned full. Missing fuel is charged.
📅
Booking and cancellation
A booking is confirmed with a 50% prepayment, the rest is paid at pick-up. The prepayment is non refundable unless you add the cancellation cover, which costs around €5 per day.
🚸
Child seats
Child seats can be requested in advance for a fee. Note that the seat is installed by you, the staff does not fit it into the car.
Go Rent a Car Madeira, frequently asked questions
Is there a Go Rent a Car promotional code?
Yes. Car4YouMadeira readers can use the promotional code VAMOS5, which takes 5% off the total price. Enter it in the booking form on the Go Rent a Car website. It works together with the No Stress Pack, so you still rent with no deposit and no credit card.
Can I rent a car without a deposit or a credit card?
Yes. If you choose the No Stress Pack, which combines the SCDW zero excess cover with the tire, rim and glass insurance, no deposit and no credit card is requested. With the base price only, a deductible of roughly €1,000 to €2,000 is blocked on a credit card.
Is the second driver free at Go Rent a Car?
Yes. The second driver is always included at no extra cost and can be added when the car is handed over. Age and years of driving experience are not charged extra either.
How do I get the car at Madeira Airport?
The car is handed over directly at the airport terminal, so there is no shuttle bus. Give your flight number when booking, the staff follows the flight and delivery works at any hour, even after midnight.
What is the No Stress Pack at Go Rent a Car?
The No Stress Pack is their all in one cover: the SCDW brings the excess down to €0 and the tire, rim and glass insurance is included with no deductible. With this package no deposit and no credit card is requested at pick-up.
Are all Go Rent a Car cars automatic?
Yes. The entire fleet is automatic, which is the more comfortable choice on the steep and winding roads of Madeira. You can keep both hands on the wheel on the hairpins instead of changing gears.
Can I cancel a Go Rent a Car booking?
A booking is confirmed with a 50% prepayment, which is non refundable on its own. If you add the cancellation cover, around €5 per day, the prepayment is refunded minus the cost of that cover.
Guides
We show you step by step how the handover works at Madeira Airport, and how to collect the car at the Machico office.
Recommended partnerGo Rent a Car, a local rental company in Madeira
Go Rent a Car is a young, family run rental company based in Madeira with a fully automatic fleet. With the No Stress Pack you rent with no deposit and no credit card, the second driver is free, and every rental has unlimited mileage.
The car is handed over directly at the airport terminal with no shuttle bus, or you can collect it at the Machico office. Payment at pick-up is by card only.
Book now

Promotional code
VAMOS5 · 5% OFF
Book now{"@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [{"@type": "Question", "name": "Is there a Go Rent a Car promotional code?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. Car4YouMadeira readers can use the promotional code VAMOS5, which takes 5% off the total price. Enter it in the booking form on the Go Rent a Car website. It works together with the No Stress Pack, so you still rent with no deposit and no credit card."}}, {"@type": "Question", "name": "Can I rent a car without a deposit or a credit card?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. If you choose the No Stress Pack, which combines the SCDW zero excess cover with the tire, rim and glass insurance, no deposit and no credit card is requested. With the base price only, a deductible of roughly 1000 to 2000 euros is blocked on a credit card."}}, {"@type": "Question", "name": "Is the second driver free at Go Rent a Car?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. The second driver is always included at no extra cost and can be added when the car is handed over. Age and years of driving experience are not charged extra either."}}, {"@type": "Question", "name": "How do I get the car at Madeira Airport?", "acceptedAnswer": {"@type": "Answer", "text": "The car is handed over directly at the airport terminal, so there is no shuttle bus. Give your flight number when booking, the staff follows the flight and delivery works at any hour, even after midnight."}}, {"@type": "Question", "name": "What is the No Stress Pack at Go Rent a Car?", "acceptedAnswer": {"@type": "Answer", "text": "The No Stress Pack is their all in one cover: the SCDW brings the excess down to 0 euros and the tire, rim and glass insurance is included with no deductible. With this package no deposit and no credit card is requested at pick-up."}}, {"@type": "Question", "name": "Are all Go Rent a Car cars automatic?", "acceptedAnswer": {"@type": "Answer", "text": "Yes. The entire fleet is automatic, which is the more comfortable choice on the steep and winding roads of Madeira. You can keep both hands on the wheel on the hairpins instead of changing gears."}}, {"@type": "Question", "name": "Can I cancel a Go Rent a Car booking?", "acceptedAnswer": {"@type": "Answer", "text": "A booking is confirmed with a 50% prepayment, which is non refundable on its own. If you add the cancellation cover, around 5 euros per day, the prepayment is refunded minus the cost of that cover."}}]}
(function(){
var root=document.querySelector('.go-page');if(!root)return;
var RM=window.matchMedia&&matchMedia('(prefers-reduced-motion:reduce)').matches;/* headline word reveal */
var h1=root.querySelector('[data-go-split]');
if(h1&&!RM){
var walk=function(node){
Array.prototype.slice.call(node.childNodes).forEach(function(n){
if(n.nodeType===3){
var frag=document.createDocumentFragment();
n.nodeValue.split(/(\s+)/).forEach(function(w){
if(!w.trim()){frag.appendChild(document.createTextNode(w));return;}
var s=document.createElement('i');s.className='go-w';s.style.fontStyle='normal';s.textContent=w;frag.appendChild(s);
});
n.parentNode.replaceChild(frag,n);
}else if(n.nodeType===1&&n.tagName!=='BR'){walk(n);}
});
};
walk(h1);
root.querySelectorAll('.go-w').forEach(function(w,i){w.style.animationDelay=(i*26)+'ms';});
}/* scroll reveal */
var rv=root.querySelectorAll('.go-rv,.go-stag');
if('IntersectionObserver' in window&&!RM){
var io=new IntersectionObserver(function(es){es.forEach(function(e){
if(e.isIntersecting){e.target.classList.add('in');io.unobserve(e.target);}
});},{rootMargin:'0px 0px -6% 0px',threshold:.06});
rv.forEach(function(el){io.observe(el);});
}else{rv.forEach(function(el){el.classList.add('in');});}/* scroll progress */
var prog=root.querySelector('[data-go-prog]');
if(prog){
var tick=function(){
var r=root.getBoundingClientRect(),vh=innerHeight;
var total=r.height-vh;
var p=total>0?Math.min(1,Math.max(0,(-r.top)/total)):0;
prog.style.width=(p*100)+'%';
};
addEventListener('scroll',tick,{passive:true});addEventListener('resize',tick);tick();
}/* copy button + burst */
root.querySelectorAll('[data-go-copy]').forEach(function(btn){
btn.addEventListener('click',function(e){
var code=btn.getAttribute('data-go-copy');
try{navigator.clipboard&&navigator.clipboard.writeText(code);}catch(err){}
btn.textContent='Copied, '+code+' \u2713';btn.classList.add('ok');
if(RM)return;
for(var i=0;i<14;i++){
var d=document.createElement('span'),a=Math.random()*Math.PI*2,dist=40+Math.random()*70;
d.style.cssText='position:fixed;left:'+e.clientX+'px;top:'+e.clientY+'px;width:6px;height:6px;border-radius:999px;pointer-events:none;z-index:9999;'+
'background:'+(i%3?'#FFCD00':'#53565A')+';transition:transform .8s cubic-bezier(.2,.7,.3,1),opacity .8s ease';
document.body.appendChild(d);
(function(el,a,dist){requestAnimationFrame(function(){
el.style.transform='translate('+Math.cos(a)*dist+'px,'+(Math.sin(a)*dist+30)+'px) scale(.3)';el.style.opacity='0';
});setTimeout(function(){el.remove();},900);})(d,a,dist);
}
});
});/* coupon tilt (pointer) */
var tilt=root.querySelector('[data-go-tilt]');
if(tilt&&!RM&&matchMedia('(hover:hover)').matches){
tilt.addEventListener('pointermove',function(e){
var r=tilt.getBoundingClientRect(),x=(e.clientX-r.left)/r.width-.5,y=(e.clientY-r.top)/r.height-.5;
tilt.style.transform='translateY(-4px) rotateY('+(x*6)+'deg) rotateX('+(-y*5)+'deg)';
});
tilt.addEventListener('pointerleave',function(){tilt.style.transform='';});
}/* rails: dots + focus scaling */
root.querySelectorAll('[data-go-rail]').forEach(function(rail){
var dots=rail.parentElement.querySelector('[data-go-dots]');
var items=Array.prototype.slice.call(rail.children);
if(dots){dots.innerHTML=items.map(function(){return '
';}).join('');}
var bs=dots?Array.prototype.slice.call(dots.children):[];
bs.forEach(function(b,i){b.addEventListener('click',function(){
rail.scrollTo({left:items[i].offsetLeft-rail.offsetLeft,behavior:'smooth'});});});
var sync=function(){
var mid=rail.scrollLeft+rail.clientWidth/2,best=0,dist=1e9;
items.forEach(function(it,i){
var c=it.offsetLeft-rail.offsetLeft+it.offsetWidth/2,d=Math.abs(c-mid);
if(d<dist){dist=d;best=i;}
});
items.forEach(function(it,i){it.classList.toggle('act',i===best);});
bs.forEach(function(b,i){b.classList.toggle('on',i===best);});
};
sync();
var t;rail.addEventListener('scroll',function(){clearTimeout(t);t=setTimeout(sync,50);},{passive:true});
addEventListener('resize',sync);
});
})();