<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    width: calc(100% - 2em);
    vertical-align: top;
}

select {
    width: 100%;
    height: 64px !important;
    background-color: #fff;
    padding: 0 0 0 20px;
    color: #6a7989 !important;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 5px;
    background-image: url(/assets/images/descarga.svg);
    background-size: 15px;
    background-position: 95% center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none
}

select:focus {
    color: #bb304d;
}

@media (min-width: 550px) {
    form .eleven.columns {
        width: 100%;
    }
}

.input--fumi select {
    font-size: 17px;
    padding: 1em 1em 1em 2.6em;
    box-sizing: border-box;
    font-weight: bold;
    width: 100%;
    line-height: initial;
    float: right;
}

.input--fumi {
    padding: 0 !important;
}

.input__field,
.flexdatalist-alias {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
    box-sizing: border-box;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 1.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #aaa;
}

/* Fumi */
.input--fumi {
    background: #fff;
    overflow: hidden;
    padding: 0.25em 0;
    border-radius: 5px;
}

.input--fumi::after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0.5em;
    bottom: 0.5em;
    left: 2.5em;
    background: #aaaaaa;
    z-index: 100;
}

.input__field--fumi,
.flexdatalist-alias {
    background: transparent;
    padding: 1.5em 1em 1.5em 3.15em;
    width: 100%;
    color: #353945;
}

.input__label--fumi {
    position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 2.5em;
    font-size: 18px;
    pointer-events: none;
}

.icon--fumi {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.3em 0 0 0.5em;
}

.input__label-content--fumi {
    padding: 1em 0;
    display: inline-block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.input__label-content--fumi span {
    display: inline-block;
}

.input__field--fumi:focus+.input__label--fumi .input__label-content--fumi,
.input--filled .input__label-content--fumi {
    -webkit-animation: anim-fumi-1 0.3s forwards;
    animation: anim-fumi-1 0.3s forwards;
}

@-webkit-keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }

    100% {
        color: #bb304d;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    }
}

@keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }

    100% {
        color: #bb304d;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        padding-top: 25px;
    }
}

.input__field--fumi:focus+.input__label--fumi .icon--fumi,
.input--filled .icon--fumi {
    -webkit-animation: anim-fumi-2 0.3s forwards;
    animation: anim-fumi-2 0.3s forwards;
}

@-webkit-keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }

    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }

    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #bb304d;
    }
}

@keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }

    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }

    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #bb304d;
    }
}

.input.cp1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 53%;
    vertical-align: top;
    margin: 1em 1px !important;
}

.input.cp2 {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin: 1em 1px !important;
}

.input.tel1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 52%;
    vertical-align: top;
    margin: 1em 1px !important;
}

.input.tel2 {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin: 1em 1px !important;
}

.input.telefono1 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    width: 20%;
    vertical-align: top;
    margin-right: 0px;
}

.input.telefono2 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    width: calc(78% - 1em);
    vertical-align: top;
    margin-left: 0px;
}

.street_num_content {
    display: block;
}

.street_num1 {
    position: relative;
    display: inline-block;
    width: 75%;
}

.street_num2 {
    position: relative;
    display: inline-block;
    width: 25%;
}

.city_num1 {
    position: relative;
    display: inline-block;
    width: 25%;
}

.city_num2 {
    position: relative;
    display: inline-block;
    width: 75%;
}

@media (max-width: 959px) {
    .input.telefono2 {
        width: calc(76% - 1em);
    }
}

@media (max-width: 550px) {
    .input.telefono1 {
        width: calc(40% - 1em);
    }

    .input.telefono2 {
        width: calc(58% - 1em);
    }

    .input.tel1 {
        width: calc(40% - 1em);
    }

    .input.tel2 {
        width: calc(58% - 1em);
    }
}

@media (max-width: 300px) {
    .input.telefono1 {
        width: calc(100% - 2em);
    }

    .input.telefono2 {
        width: calc(100% - 2em);
        margin-left: 1em;
    }
}

@media (max-width: 475px) {

    .street_num1,
    .city_num1,
    .city_num2 {
        display: block;
        width: 100%;
    }

    .street_num2 {
        display: block;
        width: 50%;
    }
}

.checkKo,
.ui-btn-checkKo {
    background-color: #FFE8E8 !important;
    border: 1px solid #B61A1A !important
}

.checkOk,
.ui-btn-checkOk {
    background-color: #ffffff !important;
    border: 1px solid #238F23 !important
}

#pleaseCheck {
    cursor: pointer;
    z-index: 9999999996;
    font-family: arial;
    max-width: 600px;
    height: auto;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 18%;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px dotted #333;
    border-radius: 10px;
    box-shadow: 0 5px 100px 50px #333;
    box-sizing: border-box;
    margin: 0 auto;
}

#pleaseCheck h2 {
    font-size: 1.4em;
    color: #333;
    text-shadow: none
}

#pleaseCheck li {
    padding: 5px 10px;
    font-size: 1em;
    font-weight: normal
}

#pleaseCheck li.vacio {
    color: #900
}

#pleaseCheck li.revisar {
    color: #004080
}

#pleaseCheck ul {
    -webkit-padding-start: 22px;
}

.ui-btn-checkKo:after {
    background-color: rgb(182, 26, 26);
}

.ui-btn-checkOk:after {
    background-color: rgb(35, 143, 35);
}

.ui-select .ui-btn {
    background-color: white;
    line-height: 22px;
    color: #A9A9AB;
    font-weight: normal;
}

.ui-select .ui-btn span {
    text-align: left;
}

.is-child-fec {
    display: none;
    padding: 1rem 4rem;
}

.ui-input-text input,
.ui-input-search input {
    min-height: 3em;
}

.ui-field-contain,
.ui-mobile fieldset.ui-field-contain {
    padding: 0;
}

fieldset,
.ui-field-contain {
    border: none;
}

.ui-mobile label,
div.ui-controlgroup-label {
    font-size: 1.4rem;
}

.ui-select .ui-btn {
    font-size: 1.4rem;
}

.ui-btn-icon-left {
    padding-left: 3.5em;
}

form {
    overflow: hidden;
}

.wgm_modal_overlay {
    width: 99%;
    height: 99%;
    position: fixed;
    z-index: 9999999999999;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    background-color: #2a2a2a;
    opacity: .88;
}

.wgm_modal {
    right: 0;
    left: 0;
    margin: 0 auto;
    position: fixed;
    top: 40%;
    z-index: 99999999999999;
    color: white;
    text-align: center;
}

.legal_inicio {
    font-size: 0.7em;
    text-align: justify;
}

.wgmodal,
.sponsorslink,
.wgclick,
.wgconditions,
.wgpolicy,
.wgcookies,
.red_note a,
.middle a,
.field_html a {
    cursor: pointer;
    text-decoration: underline;
}

.cookie-advise-more.wgcookies {
    text-decoration: none;
}

.is-child-fec {
    display: none;
}

.note_red {
    text-align: center;
}

.red_note,
.middle {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
}

.IT .red_note,
.IT .middle {
    text-align: left;
    width: 100%;
}

.red_note,
.middle,
.red_note a,
.middle a,
.field_html a {
    color: white;
}

.label_fecha_nacimiento {
    padding: 20px 0;
}

.icon_on_input.fecha_field::before {
    background-position: -120px 0;
    top: 18px !important;
}

@media (max-width: 550px) {

    .is-mobile .is-parent-fec label.columns.four,
    .three_inputs div.columns.four {
        width: 33%;
    }

    .CZ .is-mobile .is-parent-fec label.columns.four {
        width: 100%;
    }

    .is-child-fec {
        padding: 1rem;
    }
}

.sponsors,
.sponsors a {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.54);
    text-align: left;
}

.firLine {
    font-size: 1.3em;
}

.esRadio,
.esCheckbox {
    width: auto;
}

/**/
label input[type="checkbox"] {
    position: absolute;
    z-index: -99999;
}

label input[type="checkbox"]+.custom-checkbox {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    margin-right: 5px;
}

label:active input[type="checkbox"]+.custom-checkbox,
label:active input[type="checkbox"]:checked+.custom-checkbox {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

label input[type="checkbox"]:checked+.custom-checkbox {
    background-color: #bb304d;
    border: 1px solid #bb304d;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #bb304d;
}

label input[type="checkbox"]:checked+.custom-checkbox:after {
    content: '\2714';
    font-size: 16px;
    position: absolute;
    top: -1px;
    left: 3px;
    color: #F0F5FB;
}

label input[type="checkbox"]+.big-checkbox {
    padding: 16px;
}

label:active input[type="checkbox"]+.big-checkbox:after,
label input[type="checkbox"]:checked+.big-checkbox:after {
    font-size: 36px;
    left: 2px;
    top: 3px;
}

label.campos_obligatorios {
    font-size: .7em;
    text-align: left;
    display: inline-block;
    width: 92%;
    margin: auto auto 5px;
    color: rgba(255, 255, 255, .54);
}

.custom-checkbox {
    margin-bottom: -5px;
}

.checkLabel {
    margin-left: 30px;
    display: inline-block;
}

.label-iluminate label,
.field_checkbox label {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.checkKo,
.label-checkKo {
    border: 1px solid #B61A1A !important;
}

form #submitFF,
form #pre_submitFF,
form #submitFF_muestra {
    font-size: 2.8rem;
    color: #fff;
    background-color: #bb304d;
    border-radius: 4.4rem;
    width: 100%;
    border: none;
    padding: 2rem;
    outline: 0;
}

/* Solicitud de Alejandro */
.middle {
    font-size: small;
}

/*
    LEGAL_SAMPLES
    Principalmente es usado para FR como flotante en desktopp
*/
.legal_samples {
    position: fixed;
    float: left;
    width: auto;
    margin: auto;
    padding: 1.5rem 1rem;
    background-color: #353945;
    bottom: 0;
    opacity: 1.0;
    z-index: 100;
    left: 0%;
    width: 100%;
    color: rgba(255, 255, 255, 0.54);
    box-sizing: border-box;
    font-size: 0.7em;
}

body {
    padding-bottom: 100px;
}

a.i-need-help {
    display: none !important;
}

@media (max-width: 550px) {
    body {
        padding-bottom: inherit;
    }

    .legal_samples {
        position: relative;
        background: none;
    }

    a.i-need-help {
        display: block !important;
    }
}

/* END LEGAL_SAMPLES */
/* NEW LODP */
.box-publicity,
.box-communication {
    display: inline;
}

.box-publicity #legal_publicity_r,
.box-communication #legal_communication_r,
.box-publicity #legal_publicity,
.box-communication #legal_communication {
    position: initial;
}

.box-publicity .sponsorslink,
.box-communication .sponsorslink {
    color: #fff !important;
    cursor: pointer;
    text-decoration: underline;
}

.conditions_lopd .checkLabel {
    margin-left: 30px;
    display: inline-block;
}

.conditions_lopd .custom-checkbox {
    display: inline-block !important;
    position: absolute !important;
}

/* END NEW LODP */
.field_html {
    padding: 5px;
    box-sizing: border-box;
}

/********************************
    FORM QUESTIONS
*********************************/
.field_hidden {
    /* tenemos fields que salen ocultos */
    display: none;
}

.form_question {
    text-align: center;
    display: flex;
}

.form_question label,
.form_question span {
    width: 82.6666666667% !important;
    /* igual a ten columns */
    margin-left: auto !important;
    margin-right: auto !important;
    color: #fff;
}

.form_question .div_radios {
    text-align: center;
}

.form_question .div_radios label {
    display: inline-block;
    margin-right: 10px !important;
    width: auto !important;
}

/********************************
    END FORM QUESTIONS
*********************************/
/** PL **/
@media (min-width: 550px) {
    .PL .six.columns.label_zipcode {
        width: 100%;
    }
}

.PL .street_num1 {
    width: 50%;
}

.PL .street_num2 {
    width: 50%;
}

@media (max-width: 475px) {
    .PL .street_num2 {
        width: 100%;
    }
}

/** End PL **/


.buttons-flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
    color: #353945;
    /*
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);*/
    background: white !important;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
}

#f1 .label_gender .buttons-flex-radio.testABradio input:not(.wg-btn_primary),
#pre_f1 .label_gender .buttons-flex-radio.testABradio input:not(.wg-btn_primary) {
    top: 28px !important;
}

.label_gender .input.input--fumi.gender::after {
    display: none !important;
}

.buttons-flex-radio {
    position: relative;
    width: 50%;
}


.buttons-flex-radio input {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
}

.buttons-flex-radio label {
    width: calc(100% - calc(4rem - 3px));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
    color: #6a7989;
    font-weight: bold;
    font-size: 18px;
    padding: 0.8em 1em;
}


.buttons-flex-radio svg {
    width: 45px;
}

.buttons-flex-radio svg path {
    fill: rgb(170, 170, 170);
}

.buttons-flex-radio:hover svg path,
.buttons-flex-radio input[type=radio]:checked+label.button-form-text svg path {
    fill: #bb304c;
}

.buttons-flex-radio label:hover {
    background-color: #ececec;
}


.buttons-flex-radio input[type=radio]:checked+label.button-form-text {
    color: #353945;
    text-decoration: underline;
    background-color: #ececec;
}

.buttons-flex .buttons-flex-radio:first-child label {
    border-right: 1px solid #aaaaaa;
}

.suggestedEmail {
    margin: 0.5rem!important;
}
</pre></body></html>