@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }
*, :after, :before { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; /*-webkit-font-smoothing: antialiased; font-smoothing: antialiased;*/ outline: none; }
html { line-height: 1; font-size: 62.5%; scroll-behavior: smooth; }
menu, ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
img { border: none; display: block; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
strong { font-weight: 700; }
body { font-family: 'Open Sans', sans-serif; font-size: 16px; font-size: 1.6rem; margin: 0; font-weight: 400; line-height: 1.5; color: #47484a; text-align: left; background-color: #F0F3F7; overflow-y: auto; }
#orientation-lock { display: none; }
@-ms-viewport { width: device-width; }
h1, h2, h3, h4 { font-weight: 700 !important; }
h2 { font-size: 1.531rem; }
p { margin-bottom: 0.5em; }
form label { border-radius: 40px; line-height: 33px; color: #4A4B52; height: 33px; font-size: 1.2rem; text-align: center; width: 23rem; display: table; margin: 1rem auto; border: 1px solid #346387; }
form label.large { line-height: 1em; font-size: 0.69230769230769rem; padding: 11px; }
form label.x-large { line-height: 1em; font-size: 0.69230769230769rem; padding: 11px; }
form input[type='radio'],form input[type='checkbox'] { position: absolute; height: 20px; width: 20px; border: 1px solid transparent; margin: 8px 0 0 10px; padding: 0px; opacity: 0; cursor: pointer; z-index: -1; }
form input[type='radio']:checked ~ label,form input[type='checkbox']:checked ~ label { background-color: #fff; border-color: #009EE0; color: #009EE0; font-weight: 700 }
.sr-only { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; text-transform: initial; }
#app { position: relative;/* height: 106vh;  max-width: 1440px;*/ margin: 0 auto; }
#loader { display: block; background-color: rgba(240, 243, 247, 0.7); position: absolute; width: 100%; height: 110%; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 1000; }
#loader #preloader { border: 3px solid rgba(27, 54, 100, 0.2); border-top-color: #1b3664; border-radius: 50%; width: 3em; height: 3em; animation: spin 1s linear infinite; position: absolute; top: 50%; left: 50%; margin-top: -1.5em; margin-left: -1.5em; }
@keyframes spin {
    to { transform: rotate(360deg); }
}
.onlyDesktop { display: none !important }
.onlyMobile { display: block !important }
#agreement-window { display: none; background-color: var(--color-blue3); position: absolute; width: 100%; height: 100%; top: 0; left: -100%; z-index: 1000; overflow: hidden; transition: left 0.4s ease-in; }
#agreement-window.opened { left: 0; }
#agreement-window .scroll { position: absolute; overflow: auto; width: 100vw; height: 100vh; }
#agreement-window .wrapper { padding: 50px 45px 50px 15px; }
#agreement-window h1, #agreement-window h2, #agreement-window h3, #agreement-window h4, #agreement-window h5, #agreement-window h6, #agreement-window p, #agreement-window li { color: white; }
#agreement-window p, #agreement-window li { font-size: 0.88rem; }
#agreement-window ul { padding-left: 23px; }
#agreement-window ul li { list-style: circle; margin-bottom: 15px; }
#agreement-window a.close { position: fixed; width: 30px; height: 30px; top: 0; right: 0; background-color: white; z-index: 10; display: none; }
#agreement-window a.close::after { position: absolute; top: 0; font-family: 'theme-basic'; content: 'D'; color: var(--color-blue3); width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 20px; }
#agreement-window.opened a.close { display: block; }
#agreement-window.opened:focus::after, #agreement-window.opened:active::after, #agreement-window.opened:hover::after { color: var(--color-blue); }
#slider { width: 100%; overflow: hidden; position: relative; }
#navigation { position: relative; height: 97vh; top: 0; width: 100%; background-color: #F0F3F7; }
article.box { position: absolute; top: 0; left: 0; width: 100%; min-height: 100%; opacity:0; transition: opacity 0.5s ease-in-out; visibility: hidden; }
article.box .article-wrapper { height: 100%; }
header.logos { display: flex; justify-content: space-between; align-items: center; margin: 2rem; }
header.logos p.title { font-family: 'Montserrat'; font-size: 1rem; font-weight: 700; text-align: center; color: #346387; margin: 0 }
header.logos .logo1 { width: 50px }
header.logos .logo2 { width: 46px }
article.box.current { opacity:1; visibility: visible;z-index: 2}
article.box.quest .article-wrapper { min-height: 568px; }
article.box.quest .content { height: calc(100% - 200px); max-width: 100%; /*max-width: 95rem; */ margin: auto; }
article.box.quest .content .call-me-form:before{content: '';background:#346387;border-radius: 10px;min-height: 23rem; max-width: 85rem;    width: 100%;height: 100%;margin: -10px auto 0;display: block;} 


.q-nav { display: flex; position: relative;/*top: -6rem;*/ justify-content: space-between; }
.q-nav ul, .q-nav li { margin: 0; padding: 0; list-style: none; }
.q-nav ul { font-size: 0px; text-align: center; border-radius: 3px; height: 6px; margin: auto; display: block; width: 17rem; position: relative; margin-top: 1.6rem; text-align: right; }
.q-nav ul[class*='in-0'] li.bar { width: 6px; }
.q-nav ul[class*='in-1'] li.bar { width: 24px; }
.q-nav ul[class*='in-2'] li.bar { width: 39px; }
.q-nav ul[class*='in-3'] li.bar { width: 56px; }
.q-nav ul[class*='in-4'] li.bar { width: 71px; }
.q-nav ul[class*='in-5'] li.bar { width: 88px; }
.q-nav ul[class*='in-6'] li.bar { width: 103px; }
.q-nav ul[class*='in-7'] li.bar { width: 120px; }
.q-nav ul[class*='in-8'] li.bar { width: 135px; }
.q-nav ul[class*='in-9'] li.bar { width: 151px; }
.q-nav ul[class*='in-10'] li.bar { width: 167px; }
.q-nav ul[class*='in-11'] li.bar { width: 175px; }
.q-nav ul li { display: block; display: inline-block; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; margin-right: 10px; }
.q-nav ul li.bar { position: absolute; top: 0; left: 3px; background-color: #E0CB89; border-radius: 3px; height: 7px }
.q-nav ul li:last-child { margin-right: 0; }
.q-nav div.af-step-previous { position: absolute; }
.q-nav div.info { color: #fff; top: 5px; right: 0; position: absolute; }
.q-nav div.info span { font-family: 'Montserrat'; display: inline-block; line-height: 22px; font-size: 1.3rem; font-weight: 700; margin-left: 4px; }
.af-step-previous button { background: #fff url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/6df1f6e3-0131-4cca-99f1-8a86d9d3ffae.png) center center no-repeat;background-size: 28px; width: 4rem; height: 4rem; border: none; cursor: pointer; border-radius: 40px; }
.af-step-previous span { font-size: 0 }
.dFlex { position: relative; }
.dFlex .af-choice { display: flex; flex-wrap: wrap; column-gap: 2rem; align-items: center; justify-content: flex-start; width: 28rem; margin: auto; }
.dFlex .af-choice label { width: 13rem; margin: 0.6rem auto; display: flex; align-items: center; justify-content: center; line-height: normal; }
.dFlex .otros { padding: 3rem; position: relative; left: 103%; transition: all .2s ease; width: 100%; top: 0; height:0; max-width: 85rem;  margin: 0 auto;}
.dFlex .otros.open { left: 0; height: 29rem;}
.dFlex .otros .af-step-previous { position: absolute; }
.dFlex .otros .af-step-previous button { border: 1px solid #346387; background-color: transparent; }
.dFlex .otros .title { color: #009EE0; font-weight: 600; text-align: center; font-size: 1.2rem; margin: 1rem auto 5rem; }
.dFlex .otros .fieldForm { text-align: center; }
.dFlex .otros .fieldForm label { color: #4A4B52; font-size: 1.4rem; border: none; }
.dFlex .otros .fieldForm input {  font-family: 'Open Sans', sans-serif;color: #000; font-size: 1rem; background-color: #fff; width: 28rem; height: 34px; border: none; padding: 1rem; }
#navigation-1 header.logos .logo1 { width: 105px }
#navigation-1 header.logos .logo2 { width: 80px }
#navigation-1 .content h1 { font-family: 'Montserrat'; font-size: 3.5rem; color: #fff; position: relative; width: 100%; line-height: 7rem; padding: 4rem  2rem; overflow: hidden; }
#navigation-1 .content h1  span { padding-left: 10rem; display: block; }
#navigation-1 .content h1 img { position: absolute; }
#navigation-1 .content h1 .car1 { top: 5rem; left: 20rem; height: 9rem; }
#navigation-1 .content h1 .car2 { top: 11rem; left: -24rem; height: 9rem; }
#navigation-1 .content { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/be283bdd-6011-4122-b065-fbbec058a059.png) center 0 no-repeat; background-size: cover; padding-bottom: 3rem; border-radius: 10px; }
#navigation-1 .content .contentText { padding: 0 2rem }
#navigation-1 .content .contentText p { color: #fff; padding-bottom: 3rem; font-size: 1.2rem; line-height: 22px; text-align: center; }
button.button { width: 100%; position: relative; padding: 15px 20px; max-width: 28rem; font-size: 1.4rem; font-family: 'Montserrat'; text-transform: uppercase; font-weight: 600; color: #fff; background: #009EE0; border-radius: 3rem; border: none; margin: 0 auto; display: table; cursor: pointer; height: 5rem; }
#navigation-1 footer ul { display: flex; justify-content: center; margin-top: 2rem }
#navigation-1 footer ul li:after { content: '·'; margin: 0 5px; vertical-align: sub; }
#navigation-1 footer ul li:last-child:after { display: none }
#navigation-1 footer a { color: #263238; text-decoration: underline; font-size: .8rem; }
#navigation-3 {  color: #fff;}
#navigation-3 #container-contact-form{ background: #346387 url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/be283bdd-6011-4122-b065-fbbec058a059.png) center right 1rem no-repeat; background-size: cover; color: #fff; padding:3rem 2rem; position: fixed;width: 100%; }
#navigation-3 h2 { font-size: 2.4rem; text-align: center; padding: 2rem 2rem 1rem; }
#navigation-3 p { font-size: 1.4rem; text-align: center; }
#navigation-3 .af-field {max-width: 278px;margin: auto;}
#navigation-3 input[type='text'], #navigation-3 input[type='email'], #navigation-3 input[type='tel'] {  font-family: 'Open Sans', sans-serif;width: 100%; height: 34px; border: none; padding: 1rem; color: #000000; font-size: 1rem; margin-bottom: 1rem; }
#navigation-3 input.error { background: #fff url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/549585b5-d694-4f71-9c83-294dc523cded.png) center right 1rem no-repeat; }
#navigation-3 label { border: none; margin-bottom: 5px; line-height: normal; color: #fff; font-size: 1.2rem; text-align: left; height: auto; display: block; width: 100%; padding-right: 3rem; }
#navigation-3 .af-legal { display: flex; align-items: center; }
#navigation-3 .af-legal #legal { width: 3rem; height: 3rem; margin: 0; border: none; margin-right: 1rem;accent-color:#009EE0}
#navigation-3 .af-legal #legal.error + label { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/549585b5-d694-4f71-9c83-294dc523cded.png) center right 1rem no-repeat; }
#navigation-3 .af-legal .bases { text-decoration: underline; color: #fff; }
#navigation-3 .af-screen-ending, #sorteo-screen-ending { background:#F0F3F7 url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/fda94aec-1477-40aa-a62e-15f20646a20f.png) center 7rem no-repeat; background-size: contain; position: fixed; top: 0; left: 0; right: 0; bottom: 0; }
#navigation-3 .af-screen-ending h2, #sorteo-screen-ending h2 {font-size: 3.4rem}
#navigation-3 .af-screen-ending p, #sorteo-screen-ending p { padding: 1rem 2rem; }
#navigation-3 .af-screen-ending .af-step-messages, #sorteo-screen-ending .af-step-messages { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/381c880c-ae6e-4c28-9528-0bf31e79bf07.png) center 40rem no-repeat; background-size: 64rem; padding-bottom: 50rem;  }
#sorteo-screen-ending .af-step-messages header.logos{margin-top: 2rem;}


article.winner { background: #F0F3F7 url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/3a2818e1-2d48-4c2e-9b83-590f0e4d9b07.png) center 0 no-repeat; color: #fff; text-align: center; position: fixed; top: 0; left: 0; right: 0; bottom: 0;z-index: 2;}
article.winner.open { opacity:1;visibility:visible; }
article.winner:after { content: ''; background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/f5629dc8-193b-471a-99d5-580b9260b843.png) center bottom no-repeat; display: block; height: 55vh; background-size: 64rem; }
article.winner .af-step-previous { text-align: left; padding: 2rem; }
article.winner h2 { font-size: 3.4rem }
article.winner .nameWinner { border-radius: 5px; padding: 2rem; border: 2px dashed #F0F3F7; margin: 2rem; }
article.winner .nameWinner p { font-size: 1.2rem; padding: 0 }
article.winner .nameWinner .name { font-size: 1.4rem; font-weight: 700 }
.af-step { display: flex; height:0; flex-direction: column; /*background-color: #F0F3F7;*/ position: absolute; top: 6rem; left: 0; width: 100%;opacity:0; transition: opacity 0.5s ease-in-out; visibility: hidden; }
.af-step.active { opacity:1;height: calc(100vh - 6rem); visibility: visible; }
.af-step-button { margin-bottom: 0; margin-top: auto; }
.header-question { text-align: center; padding: 2rem; min-height: 23rem; /*background: #346387; border-radius: 10px;*/ display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 2rem; position: relative; max-width: 85rem; margin: 0 auto; }
.header-question p { margin-bottom: 0; }
.question { text-align: center; font-weight: 600; color: #fff; line-height: 3rem }
.nota { font-size: 1.2rem; color: #F0F3F7; display: block;font-weight: 400; }
.styled-select { position: relative; width: 23rem; margin: 2rem auto; }
.styled-select:after { content: ''; position: absolute; width: 6px; height: 6px; display: inline-block; right: 17px;top: 12px;  background: transparent; border-bottom: 1px solid #4A4B52; border-right: 1px solid #4A4B52; transform: rotate(45deg); pointer-events: none; transition: all .2s ease;z-index: 1; }
.styled-select select { font-family: 'Open Sans', sans-serif; height: 33px; width: 100%; border: 1px solid #346387; border-radius: 30px; font-size: 1.2rem; padding: 0 2rem; text-align: center; line-height: 33px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: white; background-image: none; display: block; position: relative; z-index: 1; }
.af-choice .af-choice-option{position: relative;}
.af-field-error,.af-step-failure { background-color: #CB3127; border-radius: 5px; display: table; margin: 0 auto 1rem; }
.af-field-error .af-message.show-error,.af-step-failure .af-message  { font-family: 'Montserrat'; font-size: 1.2rem !important; color: #fff; font-weight: 400; line-height: 14.63px; text-align: center; padding: 7px 10px; margin: 0; }
.button.next, .button.endform { margin-bottom: 3rem }
.af-screen-ending, #af_screen_ending  { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/b55090a3-0a10-489d-8f5e-3d0f33ce3ef8.png) center 0 no-repeat; background-size: cover; border-radius: 10px; text-align: center; color: #fff; height: 84vh; }
.af-screen-ending .af-step, #af_screen_ending > .center-text { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/d61c0d59-d0c8-44ba-b452-e89e8f95320a.png) center 4rem no-repeat; background-size: 62rem; padding-bottom: 3rem; padding-top: 27rem; height: 64vh; position: inherit;margin-top: 0; }
.af-screen-ending h2,  #af_screen_ending h2{ font-size: 3.4rem !important; line-height: 5rem; }
.af-screen-ending p,  #af_screen_ending p{ font-size: 1.2rem; line-height: 22px; padding: 2rem; }
article.box.contact-form .article-wrapper { height: 100%; }
article.box.contact-form .article-wrapper .content { height: 100%;  }
article.box.contact-form .article-wrapper .content p { font-size: 1.2em; }
article.box.contact-form .article-wrapper .content div.flex.flex-wrap { height: 100%; }
article.box.contact-form .article-wrapper #end-contact-form { width: 100%; height: 0; overflow: hidden; position: absolute; top: 50%; left: 0; transform: translateY(-50%); }
article.box.contact-form .article-wrapper #end-contact-form .wrapper { padding: 20px; top: 50%; left: 0; transform: translateY(-50%); position: absolute; }
.vertical-alignement { position: absolute; top: 50%; transform: translateY(-50%); }
.af-step-failure { display: none; }
.af-step-failure.show { display: block; }
.hidden { display: none !important; }
.center-text { text-align: center; margin-top: 100px; }
.flex-center { display: flex; justify-content: center; align-items: center;height: 200px;border: 1px solid black; }

@media screen and (min-height:660px) and (max-height:1000px) {
    #navigation { overflow-y: auto; overflow-x: hidden; }
    #navigation-1 button#start { margin-top: 0; }
}
@media screen and (min-width:767px) {
    .onlyMobile { display: none !important }
    .onlyDesktop { display: block !important }
    button.button { max-width: 39rem; font-size: 2.4rem; height: 6rem; }
    header.logos { max-width: 78rem; margin: 4rem auto; padding: 0 2rem }
    header.logos .logo1 { width: 115px; }
    header.logos .logo2 { width: 70px; }
    header.logos p.title { font-size: 1.8rem; position: absolute; margin: auto; left: 0; right: 0; }
    #navigation-1 header.logos {/* margin: 2rem 4rem; max-width: none;*/ }
    #navigation-1 header.logos .logo1 { width: 18rem }
    #navigation-1 header.logos .logo2 { width: 12.5rem }
    #navigation-1 .content { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/89fc9666-fd34-4121-a056-9ce8b72c31c0.png) center 0 no-repeat; min-height: 112rem; overflow: hidden; }
    #navigation-1 .content h1 { font-size: 6.4rem; max-width: 75rem; line-height: 19rem; margin: auto; overflow: visible; }
    #navigation-1 .content h1 span { padding-left: 33rem; }
    #navigation-1 .content h1 .car1 { top: 8rem; left: 39rem; height: 19rem; }
    #navigation-1 .content h1 .car2 { top: 28rem; left: -40rem; height: 19rem; }
    #navigation-1 .content .contentText { max-width: 60rem; margin: 6rem auto 4rem; }
    #navigation-1 .content .contentText p { color: #fff; font-size: 2rem; line-height: 36px; }
    #navigation-1 button#start { margin-top: 8rem; }
    #navigation-1 footer a { font-size: 1.6rem; }

    .af-step {top: 10rem;}
    .af-step.active {height: calc(100vh - 20rem);}
    article.box.quest .content .call-me-form:before{min-height: 50rem;}
    .header-question { min-height: 50rem; margin-bottom: 5rem }
    .af-step-previous button { width: 6rem; height: 6rem; margin: 2rem 1rem;}
    .q-nav ul { height: 12px; width: 36.2rem; margin-top: 5rem; }
    .q-nav ul li { width: 12px; height: 12px; margin-right: 20px; }
    .q-nav ul li.bar { position: absolute; top: 0; left: 0; background-color: #E0CB89; border-radius: 12px; height: 12px; }
    .q-nav ul[class*='in-0'] li.bar { width: 12px; }
    .q-nav ul[class*='in-1'] li.bar { width: 42px; }
    .q-nav ul[class*='in-2'] li.bar { width: 74px; }
    .q-nav ul[class*='in-3'] li.bar { width: 106px; }
    .q-nav ul[class*='in-4'] li.bar { width: 138px; }
    .q-nav ul[class*='in-5'] li.bar { width: 171px; }
    .q-nav ul[class*='in-6'] li.bar { width: 203px; }
    .q-nav ul[class*='in-7'] li.bar { width: 235px; }
    .q-nav ul[class*='in-8'] li.bar { width: 266px; }
    .q-nav ul[class*='in-9'] li.bar { width: 298px; }
    .q-nav ul[class*='in-10'] li.bar { width: 330px; }
    .q-nav ul[class*='in-11'] li.bar { width: 362px; }    
    .q-nav div.info { top: 4.4rem; right: 2rem; }
    .q-nav div.info span { font-size: 1.8rem; }
    .question { font-size: 2.6rem; line-height: 46px; padding: 0 11rem; }
    .styled-select { width: 50rem }
    .styled-select select {height: 6rem;font-size: 2.2rem;}
    .styled-select:after { right: 3.3rem; top: 2.6rem; }
    .styled-select p, form label { line-height: 6rem; height: 6rem; width: 48rem; font-size: 2.2rem;}
    .dFlex .af-choice { width: 75rem }
    .dFlex .af-choice label { width: 36rem; }
    .dFlex .otros { padding: 4rem 9rem; }
    .dFlex .otros .title { font-size: 2.2rem; }
    .dFlex .otros .fieldForm label { font-size: 2.4rem; }
    .dFlex .otros .fieldForm input { font-size: 2rem; width: 50rem; height: 6rem; }
    .af-field-question_4 .nota { font-size: 2.4rem; padding: 2rem 0 11rem; }
    .af-field-error .af-message.show-error,.af-step-failure .af-message  { font-size: 1.6rem !important; }
    .af-screen-ending, #af_screen_ending { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/fe78e706-e5ab-4cab-abf5-f1695765c520.png) center 0 no-repeat; }

    .af-screen-ending .af-step, #af_screen_ending > .center-text {background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/0426dbe0-ad5b-45a1-8f35-43d02f0d3a46.png) center 10rem no-repeat; background-size: 122rem; padding-top: 55rem; height: calc(100vh - 30rem); left: 0; color: #fff;}
    .af-screen-ending h2, #af_screen_ending h2 { font-size: 6rem !important; line-height: 9rem; max-width: 67rem; margin: 0 auto; }
    .af-screen-ending p, #af_screen_ending p{ font-size: 2rem; margin: 6rem auto; padding: 2rem; max-width: 60rem; line-height: 36px; }
    #navigation-3 .af-screen-ending, #sorteo-screen-ending{ background:  #F0F3F7 url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/1d6fa55d-0c9a-4575-bb16-819f8747d0db.png) center 8rem no-repeat;background-size: 90%; }
    #navigation-3 .af-screen-ending .af-step-messages, #sorteo-screen-ending .af-step-messages{background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/381c880c-ae6e-4c28-9528-0bf31e79bf07.png) center 60rem no-repeat;  background-size: 159%;height: 100%;}
    #navigation-3 .af-screen-ending .af-step-messages .af-step-success, #sorteo-screen-ending .af-step-messages .af-step-success{padding: 7rem}
    #navigation-3 h2 {font-size: 5rem;}
    #navigation-3 p {font-size:2.4rem;}  
    #navigation-3 label {font-size: 2.2rem;margin-top: 2rem;}
    #navigation-3 input[type='text'], #navigation-3 input[type='email'], #navigation-3 input[type='tel'] {font-size: 2rem;height: 60px;}
    #navigation-3 .af-field {max-width: 500px;}
    #navigation-3 .af-legal-required {font-size: 1.8rem}
    #navigation-3 #container-contact-form{/*background: none*/ background:#F0F3F7 url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/26c9f11e-a68c-41e7-b530-e956cfcffc88.png) center center no-repeat;background-size: contain;        margin: 2rem auto;}
    #navigation-3 #container-contact-form .call-me-form button.button{margin-top: 7rem;}

    article.winner { background: #F0F3F7 url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/3ffec02c-24dd-4267-aacd-14f072c45463.png) center center no-repeat;background-size: 85%; }
    article.winner:after { background-size: 124%;    background-position-y: 0rem;}
    article.winner .af-step-previous { text-align: left; padding: 6rem 0 0 12rem; }
    article.winner h2 { font-size: 6.4rem; margin: 3rem auto; }
    article.winner .nameWinner { max-width: 50rem; margin: 3rem auto; }
    article.winner .nameWinner .name { font-size: 2.4rem; }
    article.winner .nameWinner p { font-size: 1.8rem; }
}
@media screen and (min-width:1280px) {
    article.box header.logos {   margin: 3rem auto 1rem; max-width: 144rem;padding: 0 4rem; }
    #navigation { overflow: hidden; height: 100vh}
    #navigation-1 .content { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/1156b4e8-74b3-4ca5-97d3-83c3d979ccd2.png) center 3rem no-repeat; min-height: auto; }
    #navigation-1 .content h1 { font-size: 7rem; max-width: 80rem; line-height: 17rem; }
    #navigation-1 .content h1 span { padding-left: 37rem; }
    #navigation-1 .content h1 .car2 { top: 25rem; }
    #navigation-1 .content .contentText p { color: #fff; padding-bottom: 2rem; }
    #navigation-1 .content .contentText { max-width: 60rem; margin: 4rem auto 2rem; }
    #navigation-1 button#start { margin-top: 0; }
    article#navigation-2 { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/e626426b-4dc9-44a9-b7ec-10663ab24a74.png) center center no-repeat; }
    .af-step { background-color: transparent; }
    .af-step.active {height:88vh}
    .af-step-previous button { margin-left: 8rem; }
    .q-nav div.info { right: 8rem; }
    article.box.quest .content .call-me-form:before,
    .header-question { min-height: 35rem; max-width: 95rem; }
    .question { font-size: 2.2rem; }
    .af-field-question_4 .nota { padding: 2rem 0 2rem; }
    .af-screen-ending, #af_screen_ending{ background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/71e77eba-7b3d-42d0-b7c8-3d202114a824.png) center 0 no-repeat;height:90rem; }
    .af-screen-ending .af-step, #af_screen_ending > .center-text { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/0426dbe0-ad5b-45a1-8f35-43d02f0d3a46.png) center 3rem no-repeat; background-size: 91rem; padding-top: 34rem; }
    .af-screen-ending p, #af_screen_ending p{ margin: 3rem auto; }
    article.winner { background: #F0F3F7 url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/3a2818e1-2d48-4c2e-9b83-590f0e4d9b07.png) center 3rem no-repeat; position: absolute; background-size: 93rem; }
    article.winner .af-step-previous { padding: 5rem 0 0 0rem; width: 96rem; margin: auto; }
    article.winner .af-step-previous button { margin-left: 4rem; }
    article.winner h2 { margin-top: 0; }
    article.winner .nameWinner { padding: 4rem 2rem; }
    article.winner:after { background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/f5629dc8-193b-471a-99d5-580b9260b843.png) center -10rem no-repeat;height: 100%;background-size: 110rem; }
    #navigation-3 { position: relative; }
    #navigation-3 .af-screen-ending, #sorteo-screen-ending{ background: #F0F3F7 url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/1f072c14-f1a7-416b-b2b3-6dbbfcd87d5a.png) center 10rem no-repeat; background-size: 90rem; height: 100rem; position: absolute; /*left: -200%; */}
    #navigation-3 .af-screen-ending p, #sorteo-screen-ending p { margin: 0rem auto; font-size: 2rem; max-width: 70rem; }
    #navigation-3 .af-screen-ending .af-step-messages, #sorteo-screen-ending .af-step-messages{ background: url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/381c880c-ae6e-4c28-9528-0bf31e79bf07.png) center 40rem no-repeat; background-size: 108rem; padding-bottom: 50rem; margin-top: 3rem; }
    #navigation-3 #container-contact-form { position: relative;background: #F0F3F7 url(https://image.informacion.grupomutua.es/lib/fe30117075640474731d72/m/1/8592cafd-f48a-4628-960d-f7394f681dac.png) center center no-repeat;background-size: contain;margin-top: 2rem;}
    #navigation-3 #container-contact-form .call-me-form .af-step-previous{max-width:80rem;margin: 0 auto;}
    #navigation-3 #container-contact-form .call-me-form button.button {margin-top: 0;}

}
@media screen and (max-width:320px) and (max-height:480px) {
    article.box.quest { overflow: auto; }
}