@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
body{
    font-family: 'Nunito', sans-serif; font-weight: 400;line-height: 1.10909;text-align: left; margin: 0; padding: 0;
    background: #2398e7 url(images/fondo.jpg) no-repeat; background-size:  auto 100%; background-position:-50px bottom ;
    color:#fff; background-attachment: fixed;
}
*, ::after, ::before { box-sizing: border-box;}
h1,h2,h3,h4,h5,b,strong{ font-weight: 700}
.font-normal{ font-weight: 400;}
.font-bold{ font-weight: bold;}
.mb-0{ margin-bottom: 0!important}
.backPicture{ min-height: 100vh; display: grid; grid-template-columns: 100%; grid-template-rows: auto auto auto auto 1fr;
background:#2398e7 url(images/fondoM.jpg) no-repeat center bottom; background-size: 100% auto; position: relative; padding-bottom: 10rem; }
.backPicture > *{ width: 100%; position: relative; z-index: 2;}
.backPicture .info img{ position: absolute; width: 33%; bottom: 0; right: 5px;}

header, main, nav{ position: relative; z-index:2}
header img{ max-width: 150px; width: 20%; min-width: 80px; margin: 1em auto; display: block; height: auto;}
.backPicture > h1{ display: block;font-size: 1.5em; margin: 0; padding: 1em; color:#ffae32; text-align: center;}
.backPicture > h1 strong{ display: block; margin: 0 auto; color:#fff;}
body > .backPicture nav{ display: flex; justify-content: center; margin: 0 auto; max-width: 650px; width: 95%; padding-bottom: .5rem;position: relative;}
body > .backPicture nav div{margin:0 5px;font-size: 0.8em;width: 15px; height: 15px; border-radius:  50%; display: flex; justify-content: center; align-items: center; position: relative; cursor: pointer;background:rgba(255,255,255,.15); position: relative;color:#fff;         }
body > .backPicture nav div > *{ display: none;}
body > .backPicture nav div.select{background:rgba(255,255,255,1);}
body > .backPicture nav div.normal{background:rgba(255,255,255,.75);}
body > .backPicture nav div.normal:hover{background:rgba(255,255,255,1);}
input.invalid{
    border: 1px solid rgba(255,90,90,1) !important;
}
.aniOpacity{
    -moz-transition-property:opacity; -webkit-transition-property:opacity; -ms-transition-property:opacity;
    -o-transition-property:opacity;     -moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;
}
body > .backPicture nav h1 span, body > .backPicture nav h2 span{ padding-left: 5px;}
body > .backPicture nav h1 span, body > .backPicture nav h2 span{ padding-left: 5px;}
body > .backPicture nav .normal h1, body > .backPicture nav .normal h2, body > .backPicture nav .select > span{ display: none}
body > .backPicture main{display: flex; margin: 1rem auto 0; max-width: 550px; width: 95%;position: relative; z-index: 4; padding: 1rem; border-radius: .66rem; }
body > .backPicture main form{ width: 100%}
body > .backPicture main article{ display: none; width: 100%; position: relative; z-index: 1;}
body > .backPicture main article.view,
body > .backPicture main article#stepVODA{ display: block}
body > .backPicture main article h1{ display: flex; color:#fff; margin: 0.5em 0 1em; font-size: 1em; align-items: center; }
body > .backPicture main article h1 b{ order: 2; font-weight: 400; margin-left: 10px; font-size: 1.5em; width: calc(100% - 40px);}
body > .backPicture main article h1 span{ order: 1; border: 3px solid #ffae32; border-radius: 50%;   color:#fff; width:30px; height: 30px;  display: flex; justify-content: center; align-items: center;}
body > .backPicture main article h2{color:#ffae32; background: #000; width: 100%; padding: 0.5em; text-align: center; border-radius: 0.2em; font-size: 0.9em;}
.radioBtn{
    position: relative;margin: 1em 0 0; width: 100%; padding: 0.75rem 0.5rem 0.75rem calc(30px + 1rem) ; display: flex; 
    justify-content: flex-start; align-items: center;border-radius: .5em;
    font-size: 1.4rem;
    border: 2px solid #fff;       
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1), 0px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1), 0px 2px 10px rgba(0,0,0,0.1);
    background:rgba(255,255,255,1);
}
.radioBtn img{
    height: 50px; width: auto; margin-right: 1rem; opacity: .9;}        
    .radioBtn:focus, .radioBtn:hover{
    box-shadow: 0 0 0 3px #003979;
}
.radioBtn:focus img, .radioBtn:hover img{opacity: 1;}
.radioBtn input{ opacity: 0; position: absolute; top:0; left: 0; width: 100%; height: 100%;border-radius: 0.2em;border: 1px solid rgba(0,0,0,0);}
.radioBtn label{ font-size: 1.1em; color:#666;}
.radioBtn label:before{
    width: 30px; height: 30px; border-radius: 50%;content: ""; position: absolute; top: calc(50% - 15px); left:5px;
    background: rgba(0,0,0,0.1);
    border-bottom: 2px solid #fff;
    -webkit-box-shadow: 0px -1px 10px #fff;
    box-shadow: 0px -1px 10px #fff;
}
.radioBtn:hover label:after,.radioBtn input:checked ~ label:after{
    content: ""; position: absolute; top: calc(50% - 15px); left: 5px;
    width: 30px; height: 30px; background: url(images/check1.svg) no-repeat center center; background-size: 50% auto;
}
.radioBtn:focus label:before,.radioBtn:hover label:before{background: rgba(0,0,0,0.2); }
.radioBtn input:checked ~ label{color:#003979;}
.radioBtn input:checked ~ label:after{ background: url(images/check2.svg) no-repeat center center; background-size: 50% auto;}

.checkBtn{position: relative;margin: 1em 0 1em; }
.checkBtn input{ z-index: 1;opacity: 0; position: absolute; top:0; left: 0; width: 100%; height: 100%;border-radius: 0.2em;border: 1px solid rgba(0,0,0,0);}
.checkBtn label span.c1{ font-size: 0.8em; padding-left: 40px; position: relative; color:#fff;}
.checkBtn label span.c1:before{ width: 30px; height: 30px;  box-shadow: inset 0 0 0 3px rgba(255,255,255,0.5);  content: ""; position: absolute; top: calc(50% - 15px); left: 0;}
.checkBtn label span.c1:after{ width: 20px; height: 20px;  content: ""; position: absolute; top: calc(50% - 10px); left: 5px;}
.checkBtn:focus label span.c1:before,.checkBtn:hover label span.c1:before{ box-shadow: inset 0 0 0 3px rgba(255,255,255,1);  }
.checkBtn  label input:checked ~  span.c1{color:#fff;}
.checkBtn  label input:checked ~ span.c1:after { background:url(images/check3.svg); background-size: 100% 100%; }
.checkBtn label span span{ text-decoration: underline; z-index: 2; position: relative;}
.checkBtn label a{ color:#fff;}

.inputNormal{ position: relative; padding-bottom: 1em; padding-top: 0.5em;}
/* .inputNormal:nth-of-type(3){ padding-bottom: 0;} */
.inputNormal label{position: absolute; left: 20px; color:#666}
.inputNormal label, .inputNormal input{
    -moz-transition-property:all; -webkit-transition-property:all; -ms-transition-property:all;
    -o-transition-property:all;     -moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;
}
.inputNormal input, .inputNormal input:focus, .inputNormal input:placeholder-shown:focus{background: rgba(255,255,255,0); z-index: 2;position: relative;font-size: 1.1em;  color:#666;  margin:1em 0 0em; width: 100%; padding: 0.5em; display: flex; justify-content: flex-start; align-items: center;border-radius: 0.2em;border: 1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2); box-shadow: 0 0 2px rgb<a(0,0,0,0.2)}

.inputNormal input, .inputNormal input:focus, .inputNormal input:placeholder-shown:focus{
    position: relative;margin: 1em 0; width: 100%; padding: 0.75em; display: flex; justify-content: flex-start; align-items: center;border-radius: .5em;
    font-size: 1.4rem;
    z-index: 2;position: relative;margin:1em 0 0em;
    border-radius: .5em;
    padding-left: 20px;
    font-size: 1.4rem;
    border: 2px solid #fff;       
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1), 0px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1), 0px 2px 10px rgba(0,0,0,0.1);
    background:rgba(255,255,255,1);
}
.inputNormal input:focus, .inputNormal input:placeholder-shown:focus{
    border-radius: .5em;
    font-size: 1.4rem;
    border: 2px solid #5377a3;       
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1), 0px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1), 0px 2px 10px rgba(0,0,0,0.1);
    background:rgba(255,255,255,1);
    outline:none;
}

.inputNormal input:placeholder-shown{margin:0em 0 0em;}
.inputNormal input:placeholder-shown ~ label{  top:31px; z-index: 3; }
.inputNormal input:focus ~ label, .inputNormal input ~ label{top:0px;color:#000}
::placeholder {  opacity:0;}
:-ms-input-placeholder {  opacity:0;}
:-ms-input-placeholder {   opacity:0;}

#btnPanelVoda,#btnPanel{ display: none; justify-content: space-between; align-items: center; margin-top: 2em; position: relative; z-index: 1;}
#btnPanelVoda,#btnPanel.view2{ display: flex;}
#btnPanelVoda #submitV,#btnPanel a,#btnPanel button{height: auto;margin: 0 auto; font-size: 1.4em; min-width: 100px;text-align: center;width: 47%;padding: 0.45em 0.5em; 
    border: none; cursor: pointer;
    text-decoration: none; color:#666;
    opacity: 1;
    border: 2px solid #fff;       
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1), 0px 2px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.1), 0px 2px 10px rgba(0,0,0,0.1);
    background:rgba(255,255,255,1);
}
#btnPanelVoda #submitV{width:100%;}
#btnPanel a:hover,#btnPanel button:hover{ opacity: 1; background:rgba(255,255,255,1); color:#003979}
#btnPanel a#back:hover{opacity: 1; color:#003979 }
#btnPanel a#next{background: #003979; opacity: 1; border: 2px solid #003979;color:#fff;}
#btnPanel a#next:hover{ background:#0a56ac ;border: 2px solid #0a56ac;}
#btnPanelVoda #submitV,#btnPanel button#finish{background: #06a402;border: 2px solid #06a402;color:#fff;}
a#kmore{height: 36px;margin: 0 auto;max-width: 145px; min-width: 100px;text-align: center;width: 40%;padding: 0.45em 0.5em; border: 2px solid rgba(0,0,0,0.2);color:#666; opacity: .8; text-decoration: none; display: block; background: #06a402;border: 2px solid #06a402;color:#fff;font-size: 0.9em;}
.d-none{ display: none!important}
.clickPrivacy{ position: relative; z-index: 2;}
.checkBtn label input:checked ~ span.c1 .clickPrivacy{color: #fff;}
#loading{
    z-index: 0; opacity: 0;position: absolute; top:0; left: 0; 
    width: 100%; height: 100%; display: flex; justify-content: center;align-items: center;
}
#loading.load{ display: flex; opacity: 1; z-index: 10;}
#loading.load img{
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate{
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(359deg);
    }
}
@keyframes rotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(359deg);
    }
}
footer ~ img{ display: none;}
.fn{ background:#000 ; padding: 1rem; color: #fff;}
.pb-0{padding-bottom: 0 !important; padding-top: 0 !important;}
article.block{ 
    background: #fff; top:-1px;
    color:#666; position: relative; width: 100%; padding: 0;z-index: 4; margin:  0 0 ;
}
article.block  .back{ display: none;}
article.block.noBack{ background: rgba(0,0,0,.5); color:#666; padding: 2rem 0;}
article.block.noBack:after{ display: none}
article.block.noBack div{max-width: 650px; margin: 0 auto 0em; color:#666; text-align: center;}
article.block h1, article.block h2{
    color:#333; position: relative; z-index: 2; font-size: 1.25em; margin:0 auto;width: 100%; max-width: 650px;
    text-align: center; font-weight: 400; padding:2rem 2rem 1rem; 
}
article.block h1 b{ font-weight: 700;color:#003979;}
article.block.noBack h1{ color:#fff;font-weight: 400; line-height: 1.5; margin: 2em auto 2em;    }
article.block.noBack h2{ margin: 1em auto; color:#fff     }
article.block.noBack h1 span{color:#003979;}
article.block.noBack h1 b{
    display: table;
    color:#003979;
    font-size: 1.3em;
    margin: 1em auto;
    padding: 0.25em 1em;
    background:#e4e4e4;
    width: 100%;
}
article.block.pb-0{ position: relative;}
article.block.pb-0 > h1{position: sticky; top:0; padding-top: 1rem;}
article.block .fn h1, article.block .fn h2{ margin-top: 2rem; color:#fff}
article.block.noBack .btn{
    margin: 1rem auto;
    text-align: center;
    width: auto;
    padding: 0.45em 0.5em;
    background: #06a402;
    border: 2px solid #06a402;
    color: #fff;
    opacity: 1;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
    max-width: 300px;
    cursor: pointer;
}
article.block.noBack .btn:hover{background: #20d01b;border: 2px solid #20d01b;}
.btn a{text-decoration: none; color:#fff;}
iframe{ display: none;}
article.block section{
    position: relative; z-index: 3;display: flex; flex-wrap: wrap; justify-content: space-around;
    max-width: 750px; margin: 0 auto; width: 100%;
}
article.block section .icon{
    width: 100%; margin:0;
    display: flex;  justify-content: flex-start; align-items: center; flex-direction: column;
}

article.block section .icon img{ width: 90%; height: auto; display: block;}
article.block section .icon picture{ width: 33%; height: auto; display: flex; justify-content: center;}
article.block section .icon h1, article.block section .icon h2,article.block section .icon.wtext h1, article.block section .icon.wtext h2{ 
    font-size: 1.5em; font-weight: 400;color:#333; padding:1rem; text-align: center; width:100%; display: block; margin: 0 auto 2rem;
}
article.block section .icon h1::first-line, article.block section .icon h2::first-line{color:#003979;}
article.block section .icon.wtext{ background:#fff ; position: sticky; top:105px; min-height:calc(50vh - 105px); align-items:center;overflow: hidden;}
article.block section .icon.wtext img{ width: 90%; height: auto; margin: 0 auto;}

article.block section .icon.wtext:nth-child(3){border:none;}
footer{background:#003979;color:#fff; width: 100%; margin-top: -1px; padding: 1em; position: relative; z-index: 4}
footer > div{ max-width: 900px; width: 100%; margin: 0 auto; display: flex; justify-content: space-around; align-items: center;flex-wrap: wrap; }
footer > div div{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
footer h1{ font-size: 1em;  }
footer a{ color:#fff; padding: 0.5em; font-size: 0.8em; }
.popUp{ position: fixed; top: 0; left: 0;width: 100%; height: 100%; z-index: 13; background:rgba(255,255,255,0.8); display: none; justify-content: center; align-items: center;}
.popUp.view{display: flex;}
.popUp .pop{-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.3);box-shadow: 0 2px 4px rgba(0,0,0,.3);border: 1px solid rgba(0,0,0,.3); background: #fff; padding: 1em; max-width: 520px; height: 400px;width: 85%; position: relative;}
#close{ border: 2px solid #2e2e2e;cursor: pointer;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.3);box-shadow: 0 2px 4px rgba(0,0,0,.3);width: 30px; height: 30px; background: #fff;display: flex;  justify-content: center; align-items: center; font-size: 1.5em; border-radius: 50%; position: absolute; top:-15px; right: -15px;}
.cont{ overflow: auto; width: 100%; height: 100%; display: block; font-style: 0.8em; line-height: 1.8em; color:#666;}
#invalidPhone,#invalidNameForm ,#invalidsurnamesForm,#invalidCheckForm { color:red; font-size: 0.8em;}
#logoBrand{ width: 100%; max-width: 250px; display: block; margin: 0 auto 0em;}
#nameBrand{ text-align: center; font-size: 0.7em; font-style: italic;width: 100%; display: block;}
#offerName{ margin: 1em auto; font-size: 1.25em; text-align: center; width: 100%; display: block;}
hr{color:#fff}
article.block.noBack h1 b.salto{display: none;}
@media (min-width:650px){
    body > .backPicture nav{ max-width: 100%; left: 0; padding-bottom: 0; margin-bottom: 1rem;       }
    body > .backPicture nav div{ margin-right: .2rem;}
    body > .backPicture main article h1 span {          width: 30px;    padding-left:0;    height: 30px;}
    body > .backPicture main article h1{ margin-left: 0;}
    .backPicture > .info{ max-width:100% ; justify-content: center; font-size: clamp(1rem, 2vw, 2rem); }
    .backPicture > .info img{width: auto; height: 50vh;}
    .backPicture .info h1{ margin-left: -15vw;}
}
@media (min-width:750px){
    article.block section{ 
        /*max-width:100% ;background: url(images/back.jpg);*/
        background-size: auto;
        background-size: 100% 100%;
    }
    article.block section.fn{ background:#000}
    article.block section.fn > *{ width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto;}
    article.block section .icon{ width: 33%; background:none;justify-content: flex-end;}
    article.block section .icon h1, article.block section .icon h2{ width: 100%;min-height: 90px;}
    article.block{ padding-bottom: 0;}
    .h100{ 
        min-height: 100vh;display: flex; flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    article.block.noBack.h100 h1{
        display: flex; flex-direction: column;
        justify-content: center;
        align-content: center;
    }
    article.block.noBack .btn{max-width: 450px;margin-top: 2rem;}
}
@media (min-width:992px){
    article.block section .icon.wtext{min-height: 480px;    position: relative;    top: 0;}
    body{background: #2398e7 url(images/fondo.jpg) no-repeat; background-size: 100% auto; background-position:0 bottom ;background-attachment: fixed;}
    article.block.pb-0 > h1{ position: relative; max-width: 1200px; padding:4rem 1rem;}
    .backPicture > .slider img{height: 90%; max-height: 1080px;}
    article.block section .icon picture{ width: 100%;}
    article.block section .icon h1, article.block section .icon h2{ max-width: 450px;}
    .backPicture{ background:#2398e7 url(images/fondo.jpg) no-repeat center bottom; background-size: 100% auto; }
    article.block.noBack h1 b.salto{display: block; margin: 0;padding: 0;}
}
@media (min-width:1200px){
    article.block section{ padding: 1rem 0 2rem;}
    article.block h1, article.block h2{ max-width: 1100px; font-size: 2em; margin: 0 auto 2rem;}
}
/*VODAFONE*/
#vodafoneForm.fin #stepVODA > h1,
#vodafoneForm.fin #stepVODA > h2,
#vodafoneForm.fin #stepVODA .telPhone > *{display: none;}
#vodafoneForm.fin #stepVODA .telPhone > #dclgracias{ display: flex; width: 100%; height: 100%; text-shadow: 0 0 5px #000; font-size: 2em; color: #fff; align-items: center; justify-content: center;}
#vodafoneForm .clickPremiumLink{
    color:#fff; text-align: center;margin: .5rem auto; padding: .5rem;display: table;
}
#invalidCheck{
    color: red;font-size: 0.8em;
}
.popUp{
    position:fixed;top:0;left:0;width:100%;height:100%;z-index:11;
    background:rgba(255,255,255,.8);display:none;justify-content:center;align-items:center
}
.popUp .pop{box-shadow:0 2px 4px rgba(0,0,0,.3);background:#fff;padding:1em;max-width:520px;height:400px;width:85%;position:relative}
.cont{overflow:auto;width:100%;height:100%;display:block;font-style:.8em;line-height:1.8em;color:#666}
.popUp.view{display:flex}#close,#close2{border:2px solid #2e2e2e;color:#2e2e2e;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.3);width:30px;height:30px;background:#fff;display:flex;justify-content:center;align-items:center;font-size:1.5em;border-radius:50%;position:absolute;top:-15px;right:-15px}
#confirm{position:fixed;bottom:0;right:0;background:rgba(255,255,255,.9);text-align:center;max-width:100%;display:none;justify-content:center;align-items:center;padding:0 2em;width:100%;color:#fff;display:flex;flex-direction:column;z-index:19;overflow:hidden;height:0;flex-direction:column;color:#000;-moz-transition-property:all;-webkit-transition-property:all;-ms-transition-property:all;-o-transition-property:all;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;-ms-transition-duration:.5s;-o-transition-duration:.5s}
#confirm.view{padding:2em;display:flex;height:100%;-moz-transition-property:all;bottom:0;-webkit-transition-property:all;-ms-transition-property:all;-o-transition-property:all;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;-ms-transition-duration:.5s;-o-transition-duration:.5s}
#confirm h2,#confirm h3{margin:0 auto 10px;display:block;text-align:center}
#confirm h2{color:#e60000}
#closeConfirm,#vodaForm,.vodaView #precioForm{display:none}
.vodaView #vodaForm{display: block; margin: 0 auto;}
.gdpr-cookie-notice{position:fixed;background:#333;left:0;bottom:0;right:0;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all ease 1s;transition:all ease 1s;-webkit-transform:translateY(100%);transform:translateY(100%);z-index:1000;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}@media (max-width: 768px){.gdpr-cookie-notice{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.gdpr-cookie-notice-loaded .gdpr-cookie-notice{-webkit-transform:translateY(0);transform:translateY(0)}.gdpr-cookie-notice-description{margin:0;padding:0 16px 0 0;color:rgba(255,255,255,0.75);font-size:14px;line-height:20px;text-align:left}@media (max-width: 768px){.gdpr-cookie-notice-description{padding:0;margin:0 0 10px 0;font-size:12px;line-height:18px}}.gdpr-cookie-notice-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 0 auto;background:none;width:auto;height:auto;padding:0}.gdpr-cookie-notice-nav-item{text-decoration:none;display:block;height:40px;line-height:40px;white-space:nowrap;color:#fff;padding:0 16px;font-size:15px;font-weight:600}.gdpr-cookie-notice-nav-item:hover{text-decoration:none}.gdpr-cookie-notice-nav-item-btn{background:#1ad56c;border-radius:3px}.gdpr-cookie-notice-modal{position:fixed;left:0;top:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#1ad56c"/></svg>');z-index:1001;background:rgba(0,0,0,0.4);overflow:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 10px;display:none}.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal{display:-webkit-box;display:-ms-flexbox;display:flex}.gdpr-cookie-notice-modal-content{width:470px;border-radius:6px;background:#fff;margin:auto}.gdpr-cookie-notice-modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px;border-bottom:1px solid #f4f5f7}.gdpr-cookie-notice-modal-title{font-size:18px;color:rgba(0,0,0,0.8);font-weight:600;line-height:18px;margin:0;padding:0}.gdpr-cookie-notice-modal-close{width:24px;height:24px;margin:0 0 0 auto;background:none;border:none;outline:none;padding:0;position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.gdpr-cookie-notice-modal-close:before,.gdpr-cookie-notice-modal-close:after{width:18px;height:2px;content:'';display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#bdbdbd}.gdpr-cookie-notice-modal-close:after{-webkit-transform:translate(-50%, -50%) rotate(90deg);transform:translate(-50%, -50%) rotate(90deg)}.gdpr-cookie-notice-modal-close:hover{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:1}.gdpr-cookie-notice-modal-cookies{display:block;margin:0;padding:0;list-style-type:none}.gdpr-cookie-notice-modal-cookie{display:block;border-bottom:1px solid #f4f5f7;list-style-type:none;padding:0;margin:0}.gdpr-cookie-notice-modal-cookie-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 16px}.gdpr-cookie-notice-modal-cookie-title{font-weight:normal;font-size:15px;color:rgba(0,0,0,0.8);margin:0;padding:0;line-height:1;position:relative}.gdpr-cookie-notice-modal-cookie-title:after{width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#bdbdbd transparent transparent transparent;content:'';display:block;position:absolute;right:-17px;top:50%;margin-top:-2px;-webkit-transition:all ease 0.3s;transition:all ease 0.3s}.open .gdpr-cookie-notice-modal-cookie-title:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.gdpr-cookie-notice-modal-cookie-state{color:#1ad56c;margin-left:auto;font-size:15px}.gdpr-cookie-notice-modal-cookie-input{opacity:0}.gdpr-cookie-notice-modal-cookie-input:checked+.gdpr-cookie-notice-modal-cookie-input-switch{background:#1ad56c;-webkit-box-shadow:inset 0px 0px 0px 1px #1ad56c;box-shadow:inset 0px 0px 0px 1px #1ad56c}.gdpr-cookie-notice-modal-cookie-input-switch{width:24px;height:24px;border-radius:50%;-webkit-box-shadow:inset 0px 0px 0px 1px #bdbdbd;box-shadow:inset 0px 0px 0px 1px #bdbdbd;margin:0 0 0 auto;position:relative;-webkit-transition:all ease 0.3s;transition:all ease 0.3s;cursor:pointer}.gdpr-cookie-notice-modal-cookie-input-switch:after{position:absolute;left:0;right:0;bottom:0;top:0;background:url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center 7px;content:'';display:block}.gdpr-cookie-notice-modal-cookie-info{margin:0;padding:0 16px 12px 16px;font-size:13px;color:rgba(0,0,0,0.5);line-height:16px;display:none}.open .gdpr-cookie-notice-modal-cookie-info{display:block}.gdpr-cookie-notice-modal-footer{background:#f4f5f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px 16px 16px 16px;border-radius:0 0 6px 6px;-ms-flex-wrap:wrap;flex-wrap:wrap}.gdpr-cookie-notice-modal-footer-item{height:40px;line-height:40px;font-weight:600;font-size:15px;text-decoration:none;margin:0;padding:0;color:#1ad56c;position:relative}.gdpr-cookie-notice-modal-footer-item:after{position:absolute;right:-16px;top:50%;margin-top:-5px;background:url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#1ad56c"/></svg>') no-repeat left center;height:12px;width:8px;content:'';display:block}.gdpr-cookie-notice-modal-footer-item-btn{padding:0 16px;color:#fff;background:#1ad56c;border-radius:3px;position:relative}.gdpr-cookie-notice-modal-footer-item-btn span{-webkit-transition:all ease 0.3s;transition:all ease 0.3s}.gdpr-cookie-notice-modal-footer-item-btn:after{position:absolute;left:0;top:0;width:100%;height:100%;margin:0;content:'';opacity:0;-webkit-transition:all ease 0.3s;transition:all ease 0.3s;display:block;background:url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>') no-repeat center}.gdpr-cookie-notice-modal-footer-item-btn.saved span{opacity:0}.gdpr-cookie-notice-modal-footer-item-btn.saved:after{opacity:1}.gdpr-cookie-notice-modal-footer-item:hover{text-decoration:none;opacity:1}

#cookies-pop-up {
    overflow-y: auto;
    height: auto;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 14;
    box-sizing: border-box;
}
#cookies-pop-up #cookies-accept,
#cookies-pop-up #cookies-conf {
    background-color: rgba(27, 4, 63, 0.2);
    border-radius: 11px;
    color: white;
    box-sizing: border-box;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-family: arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 35px ;

}
#cookies-pop-up #cookies-accept{
    padding: 20px ;

}
#cookies-accept p{
    margin: 0px;
}

#cookies-pop-up a:any-link {
    color: var(--exte-color);
    cursor: var(--cursor-pointer);
    text-decoration: underline;
}

#cookies-pop-up .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#cookies-pop-up .title {
    font-family: arial;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    position: relative;
}
#cookies-pop-up .title:before {
    content: "ðŸª";
    display: block;
    position: absolute;
    right: calc(100% + 15px);
    font-size: 33px;
}

#cookies-pop-up.hide {
    opacity: 0.5;
    bottom: -100vh;
    transform: translateX(-50%) scale(0.95);
    overflow: hidden;
    transition: all 0.3s, bottom 1s 0.2s, right 3s, opacity 2s,
    background-color 2s;
}

#cookies-pop-up .buttons-list {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    gap: 24px;
    margin: 0 auto;
}

#cookies-pop-up button {
    max-width: 45%;
    width: 124px;
    height: auto;
    min-height: 40px;
    box-sizing: border-box;
    padding: 5px 0;
    border: 2px solid var(--exte-color, black);
    background: var(--exte-color, black);
    color: white;
    font-family: arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: center;
    border-radius: 24px;
    cursor: pointer;
    opacity:.6;
}
#cookies-pop-up button.save-config-button {
    width: 258px;
}
#cookies-pop-up button.save-config-button:not(.hide) ~ button {
    display: none;
}

#cookies-pop-up input,
#cookies-pop-up label {
    cursor: pointer;
}

#cookies-pop-up #cookies-conf {
    display: none;
}

#cookies-pop-up.config #cookies-conf {
    display: flex;
    flex-wrap: wrap;
}

#cookies-pop-up #cookies-accept {
    display: block;
}

#cookies-pop-up.config #cookies-accept {
    display: none;
}

#cookies-pop-up.config .sticky-bottom {
    position: sticky;
    bottom: 0;
}

#cookies-pop-up.config .hide {
    display: none;
}

#cookies-conf .subfield-container {
    display: flex;
    justify-content: start;
    justify-content: flex-start;
    gap: 10px;
}

#cookies-conf .categoria-container {
    width: 33%;
    box-sizing: border-box;
}
#cookies-conf
.categoria-container
+ .categoria-container:not(:last-child):not(.buttons) {
    border-left: 1px solid white;
    padding: 0 3%;
}
.categoria-container.buttons {
    margin-top: 15px;
}

#cookies-conf .categoria-title {
    text-transform: uppercase;
    font-family: arial;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-top: 14px;
    margin-bottom: 14px;
}

#cookies-conf > :last-child.categoria-container {
    width: 100%;
    padding: 0;
}

#cookies-pop-up .categoria-container .subfield-container {
    padding: 5px 0;
    padding-right: 5px;
}

#cookies-pop-up .save-config {
    padding: 15px 15px;
    display: block;
    text-align: center;
    transform: translateY(50px);
}

#cookies-pop-up input {
    height: 1.3em;
    width: 1.3em;
    margin: 0;
}

#cookies-pop-up [type="checkbox"] {
    width: 1.13rem;
    height: 1.13rem;
    color: dodgerblue;
    vertical-align: sub;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    border-radius: 4px;
    background-color: #ffffff;
    transition: background 300ms;
    cursor: var(--cursor-pointer, pointer);
}

/* Pseudo element for check styling */

#cookies-pop-up [type="checkbox"]::before {
    content: "";
    color: transparent;
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    border: 0;
    background-color: transparent;
    background-size: contain;
    box-shadow: inset 0 0 0 1px #ccd3d8;
}

/* Checked */

#cookies-pop-up [type="checkbox"]:checked {
    background-color: currentcolor;
}

#cookies-pop-up [type="checkbox"]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

/* Disabled */

#cookies-pop-up [type="checkbox"]:disabled {
    background-color: #ccd3d8;
    opacity: 0.84;
    cursor: not-allowed;
}

@media (max-width: 1300px) {
    #cookies-pop-up {
        bottom: 0px;
        max-height: 90vh;
    }
    #cookies-pop-up {
        padding-bottom: calc(16px + 2vw);
    }

    #cookies-pop-up .heading{
        flex-wrap: wrap;
        gap:15px;
    }
    #cookies-pop-up .heading > div{
        width: 100%;
    }
    #cookies-conf .categoria-container{
        width: 100%;
        padding-bottom: 15px;
    }
    #cookies-conf .categoria-container + .categoria-container:not(:last-child):not(.buttons) {
        padding:unset;
        padding-bottom: 15px;
        border-left: unset;
        border-top: 1px solid white;
    }
}
