﻿@charset "UTF-8";
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $HELPERS
    -> Extends, Functions, Mixins, Animations
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 2. Reset padding for webkit
 */
button {
    overflow: visible;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"], 
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}


/*------------------------------------*\
    $BASE
\*------------------------------------*/
/* Tipos */
@font-face {
    font-family: "Acciona-ExtraLight";
    src: url("../fonts/Acciona-ExtraLight.woff2") format("woff2"), url("../fonts/Acciona-ExtraLight.woff") format("woff"), url("../fonts/Acciona-ExtraLight.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Acciona-Regular";
    src: url("../fonts/Acciona-Regular.woff2") format("woff2"), url("../fonts/Acciona-Regular.woff") format("woff"), url("../fonts/Acciona-Regular.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Acciona-Bold";
    src: url("../fonts/Acciona-Bold.woff2") format("woff2"), url("../fonts/Acciona-Bold.woff") format("woff"), url("../fonts/Acciona-Bold.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "bestinverIcons";
    src: url("../fonts/bestinverIcons.woff") format("woff"), url("../fonts/bestinverIcons.woff2") format("woff2"), url("../fonts/bestinverIcons.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
/* Global */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #b59971;
    color: #fff;
}

::selection {
    background: #b59971;
    color: #fff;
}

::-moz-selection {
    background: #b59971;
    color: #fff;
}

html {
    font-size: 100%;
}

body {
    background: #fff;
    color: #575757;
    font-family: "Acciona-Regular", Arial, sans-serif;
    font-size: 100%;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Content */
iframe {
    max-width: 100%;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: bold;
    color: #575757;
    margin: 0;
}

ul,
ol,
dl,
dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.3;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        outline: none;
    }

p a {
    color: #b59971;
}

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
.wrapper {
    width: 98%;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 10px;
    padding: 0 0.625rem;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    padding: 0 1rem;
}

@media only screen and (min-width: 62em) {
    .container {
        width: calc(100% - 120px);
        padding: 0px;
        padding: 0rem;
    }
}

/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
.g {
    font-size: 0;
}

    .g > * {
        font-size: 16px;
        font-size: 1rem;
    }

    .g .gi:last-child {
        padding-right: 0;
    }

@media only screen and (min-width: 62em) {
    .gi {
        display: inline-block;
        vertical-align: top;
        padding-right: 24px;
        padding-right: 1.5rem;
    }
}

/*------------------------------------*\
    $UTILS
\*------------------------------------*/
@media only screen and (min-width: 62em) {
    .mobile-abbr {
        display: none;
    }
}

.right-align {
    text-align: right;
}

.left-align {
    text-align: left;
}

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

.has-divider {
    border-bottom: 1px solid #e7e7e7;
}

@media only screen and (max-width: 61.99938em) {
    .mobile-center {
        text-align: center;
    }
}

.spacer-all {
    padding: 20px 10px;
}

@media only screen and (min-width: 62em) {
    .spacer-all {
        padding: 40px;
    }
}

.spacer-horizontal {
    padding: 0 30px;
}

.spacer-vertical {
    padding: 30px 0;
}

.spacer-vertical-wide {
    padding: 50px 0;
}

.spacer-bottom {
    padding-bottom: 30px;
}

.contact_blocked {
    width: 650px;
}

.chat-font {
    font-family: Tahoma, Geneva, sans-serif;
    color: rgb(181, 153, 113);
    font-weight: normal !important;
}

.spacer-top {
    padding-top: 30px;
}

.chat-button {
    margin: auto 1px 1px auto;
    padding: 0px;
    border-style: solid;
    border-width: 0px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    list-style: outside none none;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
    vertical-align: baseline;
    white-space: normal;
    word-spacing: normal;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: transparent;
    border-color: transparent;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
    z-index: 107158;
    position: fixed;
    top: auto;
    bottom: 0px;
    left: auto;
    right: 0px;
}

@media only screen and (max-width: 61.99938em) {
    .contact_blocked {
        display: none;
    }
}

.spacer-outer-all {
    margin: 30px 10px;
}

@media only screen and (max-width: 61.99938em) {
    .spacer-outer-all {
        margin: 40px;
    }
}

.spacer-outer-horizontal {
    margin: 0 30px;
}

.spacer-outer-vertical {
    margin: 30px 0;
}

.spacer-outer-bottom {
    margin-bottom: 30px;
}

.spacer-outer-top {
    margin-top: 30px;
}

.spacer-outer-mobile {
    margin: 0 30px;
}

@media only screen and (max-width: 61.99938em) {
    .spacer-outer-mobile {
        margin: 0;
    }
}

.regular {
    font-family: "Acciona-Regular";
}

.bold {
    font-family: "Acciona-Bold";
}

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    font-style: normal;
    padding: 25px 30px;
    padding: 1.5625rem 1.875rem;
    position: relative;
    overflow: hidden;
    background: none;
    border: none;
    width: auto;
    min-width: 220px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    cursor: pointer;
}

    .button .text {
        position: relative;
        z-index: 2;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .button .icon {
        width: auto;
        padding-right: 10px;
        padding-right: 0.625rem;
    }

        .button .icon + span {
            width: auto;
        }

    .button:before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
    }

    .button:after {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        z-index: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
    }

    .button:not(.loading):hover:after {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

.button-primary {
    color: #fff;
    border: 1px solid #b59971;
    height: 5.25em;
}

button-primary-cookie {
    min-width: 270px;
}

    .button-primary:after {
        background-color: #b59971;
    }

    .button-primary:before {
        background-color: transparent;
    }

    .button-primary:hover:not(:disabled), .button-primary:hover:not(.btn--disabled) {
        color: #b59971;
    }

/*------------------------------------*\
    $ICONS
\*------------------------------------*/
.steps-list-item.is-completed:after,
.icon {
    display: inline-block;
    vertical-align: middle;
    font-family: 'bestinverIcons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.5;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow {
    color: #2B3038;
}

.icon-arrow:hover {
    color: #979797;
 }

.icon-s {
    font-size: 1rem;
}

.icon-m {
    font-size: 1.25rem;
}

.icon svg {
    display: block;
    height: 100%;
    max-width: 100%;
}

.no-svg .icon svg {
    display: none !important;
}

.no-svg .icon:before {
    display: inline-block;
}

.icon-speech:before {
    content: "\e902";
}

.icon-left:before {
    content: "\e948";
}

.icon-chevron-right:before {
    content: "\e903";
}

.icon-hide:before {
    content: "\e904";
}

.icon-eye:before {
    content: "\e9ce";
}

.icon-info:before {
    content: "\e905";
}

.icon-mail:before {
    content: "\e906";
}

.icon-phone:before {
    content: "\e907";
}

.icon-chat:before {
    content: "\e902";
}

.icon-close-icon:before {
    content: "\e90b";
}

.icon-check:before, .steps-list-item.is-completed:after {
    content: "\e908";
}

.icon-arrow-left2:before {
    content: "\ea40";
}


/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
.alpha {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    letter-spacing: 1.2px;
}

@media only screen and (min-width: 62em) {
    .alpha {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }
}

.beta {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
    letter-spacing: 1.5px;
}

.error {
    color: red;
    margin-bottom: -10px;
    margin-top: -285px;
}

.error-mobile {
    color: red;
    margin-bottom: -10px;
    margin-top: -344px;
}

@media only screen and (min-width: 62em) {
    .error-mobile {
        color: red;
        margin-bottom: -10px;
        margin-top: -100px !important;
    }
}

.button-container-error {
    margin-top: 80px;
}

@media only screen and (min-width: 62em) {
    .beta {
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 23px;
        line-height: 1.4375rem;
    }

    .error {
        color: red;
        margin-bottom: initial;
        margin-top: initial;
    }

    .button-container-error {
        margin-top: initial;
    }
}

.has-border {
    position: relative;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
}

    .has-border.alpha:after, .has-border.beta:after {
        content: "";
        width: 30px;
        height: 2px;
        background: #df040b;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.gamma {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 23px;
    line-height: 1.4375rem;
    text-transform: uppercase;
    font-weight: normal;
    color: #a3a1a1;
}

.alpha .subtitle,
.beta .subtitle {
    display: block;
}

@media only screen and (max-width: 61.99938em) {
    .alpha .subtitle,
    .beta .subtitle {
        text-transform: none;
        font-weight: 700;
        margin-top: 20px;
        margin-top: 1.25rem;
    }
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
form {
    margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select::-ms-expand {
        display: none;
    }

    button[disabled],
    input[disabled] {
        cursor: default;
    }

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
}

    input[type="radio"] {
        width: auto;
    }

/*------------------------------------*\
    $SPECIFIC FORMS
\*------------------------------------*/
.form-group {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.form-group--error input {
    border-bottom: 2px solid #df040b;
}

    .form-group--error input:focus {
        border-bottom-color: #df040b;
    }

.form-group--error .form-group__help-text {
    color: #f44b51;
}

.form-group--error.form-group__checkbox label:before {
    border-color: #df040b;
}

#tl_modalContact.modal__content {
    display: none;
    opacity: 0;
}

#modalLegalContactContent.modal__content {
    display: none;
    opacity: 0;
}

.checkbox-aggrupation input {
    width: 66px;
    text-align: center;
    padding: 15px 5px;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1em;
    height: 24px;
    z-index: 2;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

input[type='checkbox'] ~ label .icon {
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
}

input[type='checkbox'] ~ label .icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cccccc;
    position: relative;
}

.checkbox-aggrupation .legal-text-wrap {
    padding-left: 10px;
    max-width: 95%;
    display: block;
    font-family: "Acciona-Regular";
    font-size: 1rem;
    line-height: 1.75em;
    letter-spacing: 0em;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    color: #575757;
}

input[type='checkbox']:checked ~ label .icon {
    background-image: url(../images/check.svg);
}

.form_block-content.legal {
    width: 100%;
}

#modalLegalContactContent.modal__content {
    display:none;
}

.tl_modalLegalWrap {
    background-color: rgba(0, 0, 0, 0.7);
}

.tl_modalLegalWrapNoBk {
    background-color: transparent;
    left: 0;
}

#modalLegalContactWrap .mfp-close {
    display: none !important;
}

.tl_modalLegal {
    max-width: 1200px;
    max-height: 90%;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
}

@media (max-width: 1100px) {
    .tl_modalLegal {
        max-width: 990px;
        width: 90%;
        padding: 60px 40px 60px 40px;
    }
}

@media (max-width: 500px) {
    .tl_modalLegal {
        padding: 60px 20px 60px 20px;
    }
}

.tl_ipd-volver {
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    width: fit-content;
    height: 30px;
    position: absolute;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    top: 25px;
    right: 25px;
    background-image: none;
    transition: all 0.3s linear;
}

    .tl_ipd-volver span {
        font-weight: 700;
        font-size: 13px;
        color: #BA9868;
        margin-right: 10px;
    }

    .tl_ipd-volver .icon-arrow-left:before {
        font-family: "bestinverIcons";
        transition: all 0.3s linear;
        height: 10px;
        vertical-align: middle;
        color: #BA9868;
        content: "\ea40";
    }

@media (max-width: 920px) {
    #modalLegalContactWrap .tl_ipd-volver {
        top: 0px;
    }
}

.tl_modalLegal .tl_modalLegal_p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    color: #575757;
    text-align: left;
}

    .tl_modalLegal .tl_modalLegal_p p {
        padding-bottom: 5px;
    }

.tl_modalLegal .tl_modalLegal_title {
    font-size: 32px;
    line-height: 48px;
    color: #575757;
    font-weight: 200;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center !important;
}

@media (max-width: 767px) {
    .tl_modalLegal .tl_modalLegal_p {
        padding-left: 12px;
        padding-right: 12px;
    }

    .tl_modalLegal .tl_modalLegal_title {
        font-size: 23px;
        line-height: 28px;
        /* margin-bottom: 0px; */
    }
}

.tl_modalLegal a {
    color: #b59971;
    font-weight: 700;
}

.tl_modalLegal ul, .tl_modalLegal ol {
    width: 98%;
    list-style-type: disc !important;
    list-style-position: inherit;
    padding-left: 17px;
}

.tl_modalLegal li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: list-item;
    padding-top: 4px;
    padding-left: 0px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
    color: #575757;
    text-align: left;
}

.tl_modalLegal li:before {
    content: '';
    background-color: #b59971;
    top: 19px;
    left: -13px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 6px;
    height: 6px;
    opacity: 1;
    display: block;
    position: relative;
    border-radius: 5px;
}

.checkbox-aggrupation input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 3rem;
    width: 3rem;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-group--error-custom label[for="legal1"]:before, .form-group--error-custom label[for="legal1"] i.icon {
    border-color: #ff0000 !important;
}

.form-group--error-custom .form-group__legal-help-text {
    color: #f44b51;
    display: none;
}

.legal-text-wrap a {
    color: #b59971;
}

.form-group .form-inputs ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 300;
}

.form-group .form-inputs ::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 300;
}

.form-group .form-inputs :-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 300;
}

.form-group .form-inputs :-moz-placeholder {
    /* Firefox 18- */
    font-weight: 300;
}

.form-group .form-inputs input {
    text-align: center;
}

.form-group .form-input {
    position: relative;
}

    .form-group .form-input input {
        padding-right: 46px;
        padding-right: 2.875rem;
    }

    .form-group .form-input .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        cursor: pointer;
        color: #808080;
        padding: 20px;
        padding: 1.25rem;
    }

.form-group--birthday .form-inputs {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
}

.form-group--birthday label {
    width: 100%;
}

.form-group--birthday input {
    min-width: 0;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}

    .form-group--birthday input:focus {
        z-index: 2;
    }

    .form-group--birthday input ~ input {
        margin-left: -1px;
    }

.form-group--code .form-inputs {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.form-group--code input {
    min-width: 0;
}

    .form-group--code input:not(:last-child) {
        border-right-color: transparent;
    }

        .form-group--code input:not(:last-child):focus {
            border-right-color: #808080;
        }

@media only screen and (max-width: 61.99938em) {
    .form-group--code input {
        padding: 20px 10px;
        padding: 1.25rem 0.625rem;
    }
}

.form-group--phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .form-group--phone label {
        width: 100%;
    }

    .form-group--phone input:focus {
        z-index: 2;
    }

.form-group--phone__prefix {
    width: 6.6rem;
    padding: 1.5rem 0.5rem;
    text-align: center;
}

.form-group--phone__phone {
    width: calc(100% - 6.6rem - 1px);
    margin-left: -1px;
}

.form-group__help-text {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #808080;
    line-height: 1.2;
    margin-top: 10px;
    margin-top: 0.625rem;
    width: 100%;
    display: block;
}

.form-group__help-text--sms-info {
    color: #000;
}

.form-group__info-text {
    color: #575757;
    display: block;
    font-family: "Acciona-ExtraLight";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75em;
    letter-spacing: 0em;
    margin-top: 40px;
    text-transform: none;
}

label,
.form-group__label {
    display: flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-weight: 700;
    color: #000;
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

    label .optional,
    .form-group__label .optional {
        font-size: 16px;
        font-size: 1rem;
        color: #808080;
        letter-spacing: 0;
        text-transform: none;
        font-weight: normal;
        margin-left: 10px;
        margin-left: 0.625rem;
    }

input,
select {
    background: #fff;
    width: 100%;
    position: relative;
    font-weight: 300;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    border: 1px solid #ccc;
    color: #878787;
    padding: 20px;
    padding: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    vertical-align: middle;
    outline: none;
    /* Remove arrow on IE */
    /* Fix webkit placeholder vertical position */
}

    input::-ms-expand,
    select::-ms-expand {
        display: none;
    }

    input::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        line-height: normal;
    }

    input:focus,
    select:focus {
        border-color: #808080;
    }

    input:disabled, input.disabled,
    select:disabled,
    select.disabled {
        background-color: #e7e7e7;
        pointer-events: none;
    }

select,
.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select:focus::-ms-value,
    .select:focus::-ms-value {
        color: #878787;
        background-color: #fff;
    }

/*------------------------------------*\
    $LINKS
\*------------------------------------*/
.link {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #b59971;
    letter-spacing: 1.2px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

    .link:hover {
        color: #89704d;
    }

    .link .icon,
    .link .text {
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
    }

    .link .text {
        margin-bottom: 2px;
        margin-bottom: 0.125rem;
    }

    .link .icon {
        margin-right: 6px;
        margin-right: 0.375rem;
        font-size: 16px;
        font-size: 1rem;
        padding: 0 2px;
        padding: 0 0.125rem;
        font-weight: normal;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .link .icon-mail {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 300;
    }

    .link .icon-speech {
        font-size: 18px;
        font-size: 1.125rem;
    }

    .link.right-icon .icon {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 6px;
        margin-left: 0.375rem;
    }

    .link.right-icon .icon-chevron-right {
        font-size: 8px;
        font-size: 0.5rem;
    }

.basic-link, .basic-link-mobile {
    color: #b59971;
    text-decoration: underline;
    font-size: 16px;
    font-size: 1rem;
}

    .basic-link:hover {
        color: #89704d;
    }

/*------------------------------------*\
    $TOOLTIPS
\*------------------------------------*/
.tooltip {
    position: relative;
}

    .tooltip .icon {
        font-size: 15px;
        font-size: 0.9375rem;
        color: #89704d;
        cursor: pointer;
        display: inline-block;
        margin-left: 10px;
        margin-left: 0.625rem;
    }

        .tooltip .icon:hover + .tooltip-text {
            opacity: 1;
            visibility: visible;
        }

    .tooltip .tooltip-text {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        position: absolute;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 100%;
        background: #2b3038;
        color: #fff;
        text-transform: none;
        font-weight: normal;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 18px;
        line-height: 1.125rem;
        padding: 10px;
        padding: 0.625rem;
        margin-left: 10px;
        margin-left: 0.625rem;
        letter-spacing: 0;
        border-radius: 4px;
        z-index: 10;
        min-width: 150px;
    }

        .tooltip .tooltip-text:before {
            content: "";
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid #2b3038;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: -6px;
        }

@media only screen and (max-width: 61.99938em) {
    .tooltip .tooltip-text {
        left: 50%;
        bottom: 100%;
        top: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0 0 10px 5px;
        margin: 0 0 0.625rem 0.3125rem;
    }

        .tooltip .tooltip-text:before {
            content: "";
            width: 0;
            height: 0;
            border-bottom: none;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #2b3038;
            left: 50%;
            top: 100%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

/*------------------------------------*\
    $TEXTS
\*------------------------------------*/
.info-piece .label {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #808080;
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
}

.info-piece .link .icon {
    height: 27px;
    line-height: 27px;
}

.info-piece.lowercase .link {
    text-transform: lowercase;
}

.custom-link {
    text-transform: lowercase;
    display: inline;
}

.info-piece-group .info-piece {
    padding-top: 18px;
    padding-top: 1.125rem;
}

@media only screen and (min-width: 62em) {
    .info-piece-group.horizontal {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .info-piece-group.horizontal .info-piece {
            padding: 20px 20px 20px 0;
            padding: 1.25rem 1.25rem 1.25rem 0;
        }
}

@media only screen and (min-width: 62em) and (min-width: 64em) {
    .info-piece-group.horizontal .info-piece {
        padding-right: 50px;
        padding-right: 3.125rem;
    }
}

@media only screen and (min-width: 62em) {
    .info-piece-group.horizontal .info-piece:last-child {
        padding-right: 0;
    }
}

.basic-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #000;
}

.message {
    font-size: 13px;
    font-size: 0.8125rem;
    border: 1px solid #e7e7e7;
    padding: 14px 20px;
    padding: 0.875rem 1.25rem;
}

    .message.error-message {
        color: #df040b;
        border-color: #df040b;
    }

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
.steps-list {
    counter-reset: section;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}

.steps-list-item {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 30%;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    display: inline-block;
    vertical-align: middle;
    padding: 24px 30px 24px 48px;
    padding: 1.5rem 1.875rem 1.5rem 3rem;
    position: relative;
}

    .steps-list-item:last-child {
        padding-right: 20px;
        padding-right: 1.25rem;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }

    .steps-list-item .text {
        color: #575757;
        /* fallback */
        color: rgba(87, 87, 87, 0.3);
        text-transform: uppercase;
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 16px;
        line-height: 1rem;
        font-weight: 700;
        letter-spacing: 1px;
        display: inline-block;
    }

    .steps-list-item:before {
        counter-increment: section;
        content: counter(section);
        font-size: 15px;
        font-size: 0.9375rem;
        width: 38px;
        height: 38px;
        line-height: 38px;
        border-radius: 50%;
        text-align: center;
        color: #575757;
        /* fallback */
        color: rgba(87, 87, 87, 0.3);
        border: 1px solid #e7e7e7;
        margin-right: 10px;
        margin-right: 0.625rem;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .steps-list-item.is-active .text, .steps-list-item.is-completed .text {
        color: #b59971;
    }

    .steps-list-item.is-active:before, .steps-list-item.is-completed:before {
        border-color: #b59971;
        color: #b59971;
    }

    .steps-list-item.is-completed:before {
        opacity: 0;
    }

    .steps-list-item.is-completed:after {
        width: 38px;
        height: 38px;
        line-height: 38px;
        border-radius: 50%;
        border: 1px solid #b59971;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        text-align: center;
        color: #b59971;
        font-size: 14px;
        font-size: 0.875rem;
    }

@media only screen and (max-width: 61.99938em) {
    .steps-list-item {
        height: 0;
        visibility: hidden;
        width: 0;
        overflow: hidden;
        border: 0;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
    }

        .steps-list-item .text {
            padding-bottom: 5px;
            padding-bottom: 0.3125rem;
            display: inline-block;
        }

        .steps-list-item:before {
            content: counter(section) "/4";
            opacity: .5;
            font-size: 12px;
            font-size: 0.75rem;
        }

        .steps-list-item.is-active {
            height: auto;
            visibility: visible;
            padding: auto;
            position: relative;
            overflow: visible;
            padding: 20px 30px 20px 50px;
            padding: 1.25rem 1.875rem 1.25rem 3.125rem;
            width: 100%;
        }
}

.lang-list-item {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000;
    /* fallback */
    color: rgba(0, 0, 0, 0.4);
    padding: 0 10px;
    padding: 0 0.625rem;
    border-right: 1px solid #e7e7e7;
    letter-spacing: 1.5px;
}

    .lang-list-item:hover {
        color: #000;
        /* fallback */
        color: rgba(0, 0, 0, 0.5);
    }

    .lang-list-item:last-child {
        border-right: none;
        padding-right: 0;
    }

    .lang-list-item.is-active {
        color: #b59971;
        font-weight: 700;
    }

        .lang-list-item.is-active:hover {
            color: #ae8f64;
        }

    .lang-list-item span {
        display: none;
    }

        .lang-list-item span.mobile-abbr {
            display: block;
        }

@media only screen and (min-width: 62em) {
    .lang-list-item span {
        display: inline-block;
    }

        .lang-list-item span.mobile-abbr {
            display: none;
        }
}

/*------------------------------------*\
    &MODAL-PHONE
\*------------------------------------*/

.group-integral-contact {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1;
    width: 70px;
    /*margin: 1px;*/
}

.group-integral-contact--info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width:100%;
    height: 50px;
    position: absolute;
    -webkit-transition: -webkit-transform ease-in 0.5s;
    transition: -webkit-transform ease-in 0.5s;
    transition: transform ease-in 0.5s;
    transition: transform ease-in 0.5s, -webkit-transform ease-in 0.5s;
    z-index: -1;
    bottom: 0;
    
   
}

.group-integral-contact--info-option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2B3038;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    font-family: "Acciona-Regular", Arial, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .2em;
    line-height: 1.5em;
    max-width: 50%;
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color ease-out 0.2s;
    transition: color ease-out 0.2s;
    padding: 19px;
}

.group-integral-contact--info-option i {
    display: inline-block;
    padding: 0 7px 0px 0;
}

.group-integral-contact--info-option__get-called {
    background-color: #979797;
    min-width: 145px;
}

 .group-integral-contact--info-option__get-called:first-child {
     border-right: 1px solid #fff;
     min-width: 145px;
}

.group-integral-contact--info-option__get-called span {
        max-width: 100%;
}

@media only screen and (max-width: 3000px) {
    .group-integral-contact {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        z-index: 999
    }
}

.group-integral-contact--info-option__get-called {
    background-color: #e7e7e7;
}

.phone-contact {
    bottom: 3rem;
    position: fixed;
    right: 0;
    z-index: 1;
    width: 50px;
    margin: 1px;
}
@media only screen and (max-width: 61.99938em) {
    .phone-contact {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

}


.phone-contact .no-chat {
    bottom: 0;
}

.phone-contact--opener {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #808080;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    height: 3rem;
    line-height: 1;
    padding: 1rem;
    width: 50px;
}

    .phone-contact--opener:hover {
        background-color: #575757;
    }

.phone-contact--info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    position: absolute;
    -webkit-transition: -webkit-transform ease-in 0.5s;
    transition: -webkit-transform ease-in 0.5s;
    transition: transform ease-in 0.5s;
    transition: transform ease-in 0.5s, -webkit-transform ease-in 0.5s;
    z-index: -1;
    bottom: -6rem;
    right: 3rem;
    left: 0;
}

.phone-contact--info-container__opened {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
}

@media (min-width: 62em) {
    .phone-contact--info-container {
        position: absolute;
        height: 6rem;
        width: 18rem;
        left: 3rem;
        top: 0;
    }

    .phone-contact--info-container__opened {
        -webkit-transform: translateX(-21rem);
        transform: translateX(-21rem);
    }
}

.phone-contact--info-option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0.625rem;
    font-family: "Acciona-Regular", Arial, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: .2em;
    line-height: 1.5em;
    max-width: 50%;
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: color ease-out 0.2s;
    transition: color ease-out 0.2s;
    padding: 19px;
}

    .phone-contact--info-option i {
        display: none;
    }

@media (min-width: 62em) {
    .phone-contact--info-option i {
        display: inline-block;
        margin-bottom: 9px;
    }
}

.phone-contact--info-option:hover {
    color: rgba(255, 255, 255, 0.5);
}

.phone-contact--info-option__get-called {
    background-color: #979797;
}

    .phone-contact--info-option__get-called span {
        max-width: 100%;
    }

.phone-contact--info-option__user-calls {
    background-color: #575757;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1001;
}

.modal--displayed {
    display: block;
    -webkit-animation: display 0.5s ease-out;
    animation: display 0.5s ease-out;
}

.modal__content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8rem 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    overflow: auto;
}

    .modal__content button {
        background-color: #fff;
        line-height: 1.58333em;
        font-size: 0.75rem;
        line-height: 1.58333em;
        letter-spacing: 0.1em;
        font-weight: 400;
        text-transform: uppercase;
        font-style: normal;
        font-family: "Acciona-Bold";
    }

@media (min-width: 62em) {

    #modalLegalContactContent.modal__content {
        max-height: 90%;
        max-width: 1200px;
        width: 70%;
        padding: 50px 150px 50px 150px;
    }

    .modal__content {
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translate3D(-50%, -50%, 0);
        transform: translate3D(-50%, -50%, 0);
        width: 100vw;
        max-width: 60.5rem;
        max-height: 55rem;
        padding: 5rem;
    }

        .modal__content .button {
            min-width: 325px;
            margin-top: 40px;
        }
}

.modal__title {
    font-family: "Acciona-ExtraLight";
    font-size: 1.25rem;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    color: #575757;
    margin-bottom: 48px;
}

    .modal__title:after {
        content: '';
        width: 35px;
        height: 4px;
        position: absolute;
        left: 0;
        bottom: -15px;
        background-color: #b59971;
    }

.modal__text {
    display: block;
    font-family: "Acciona-ExtraLight";
    font-size: 1rem;
    line-height: 1.75em;
    letter-spacing: 0em;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    color: #575757;
}

.modal__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.modal__close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
}

.modal__closeCustom {
    width: 0rem;
    height: 50px;
    position: absolute;
    border: none;
    background: none;
}

    .modal__close:after, .modal__close:before {
        content: '';
        width: 20px;
        height: 1px;
        background-color: #b59971;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -webkit-transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
    }

    .modal__closeCustom:after, .modal__closeCustom:before {
        content: '';
        width: 15px;
        height: 1.5px;
        background-color: #575757;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        -webkit-transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
    }

    .modal__close:after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .modal__closeCustom:after {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .modal__close:hover:after, .modal__close:hover:before {
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.hide {
    overflow: hidden;
}

.checkbox-aggrupation, .phone-aggrupation {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .phone-aggrupation .prefix {
        width: 66px;
        text-align: center;
        padding: 15px 5px;
    }

    .phone-aggrupation input[type="tel"], .phone-aggrupation input[type="text"] {
        color: #000;
        font-family: "Acciona-ExtraLight";
        line-height: 1.75em;
    }

    .phone-aggrupation input[type="tel"] {
        width: calc(100% - 65px - 1px);
        margin-left: -1px;
        text-align: left;
        padding: 15px 20px;
    }

    .phone-aggrupation input[type="submit"] {
        display: none;
    }

@media (min-width: 62em) {
    .phone-aggrupation {
        width: calc((100% - 60px) / 2 - 1px);
    }

    .checkbox-aggrupation {
        width:100% !important;
    }
}

.loading {
    padding: 10px 0;
}

    .loading .text {
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 100%;
        -webkit-box-shadow: 0 1px 0 0 #fff;
        box-shadow: 0 1px 0 0 #fff;
        pointer-events: none;
        opacity: 1;
        -webkit-transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        transition: all 0.3s cubic-bezier(0.43, 0.39, 0.23, 1.01);
        -webkit-animation: buttonLoading .6s linear infinite;
        animation: buttonLoading .6s linear infinite;
        color: #fff;
    }

@-webkit-keyframes buttonLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes buttonLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.main-header {
    padding: 12px 0;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e7e7e7;
}

    .main-header .logo img {
        width: 93px;
    }

    #BstappToast.BstappToast-header {
        background-color: #f2f2f2;
    }

    .main-header .BstappToast-container {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .BstappToast-container .logo-container {
        width: 50px;
        height: 50px;
        min-width: 50px;
        margin-left: 1.2rem;
        border-radius: 10%;
        background-color: #fff;
    }

    .BstappToast-container .logo-container img {
        padding-right: 0.3rem;
        padding-left: 0.7rem;
        vertical-align: middle;
        height: 100%;
        padding: 3px;
        border-radius: 10%;
        box-shadow: 0px 2px 4px 1px gainsboro
    }

    .BstappToast-paragraph {
        margin-left: 0.5rem;
        vertical-align: middle;
        margin-left: 1rem;
    }

    .BstappToast-title {
        padding-bottom: 0.4rem;
    }

    .BstappToast-link {
        background-color: #1a73e8;
        padding: 0.35rem 1.5rem 0.35rem 1.5rem;
        border-radius: 2rem;
        font-size: 1rem;
        color: #fff;
        margin-left: auto;
    }

    .main-header .container {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .main-header .alpha {
        display: none;
        margin-left: 46px;
        margin-left: 2.875rem;
    }

    .main-header .header-actions {
        margin-left: auto;
    }

    .header-hidden {
        display: none;
    }     

@media only screen and (min-width: 62em) {
    .main-header {
        padding: 32px 0;
        padding: 2rem 0;
    }

        .main-header .logo img {
            width: 160px;
        }

        .main-header .alpha {
            display: inline-block;
        }
}

/*------------------------------------*\
    $LOGIN
\*------------------------------------*/
@media (min-width: 62em) {
    .login-container .login-main {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.login-container .login-main {
    padding: 0 16px;
    padding: 0 1rem;
    min-height: 100vh;
}

.mobile-hidden {
    visibility: hidden !important;
}

    .login-container .login-main .basic-text {
        margin-top: 20px;
        margin-top: 1.25rem;
    }

.login-container .login-content {
    padding-top: 30px;
    padding-top: 1.875rem;
}

.login-container .login-form {
    padding: 30px 0 40px;
    padding: 1.875rem 0 2.5rem;
}

@media only screen and (min-width: 62em) {
    .login-container .login-form {
        padding: 30px 0 50px;
        padding: 1.875rem 0 0;
    }
}

.login-container .login-aditional {
    padding: 45px 0 20px;
    padding: 1rem 0 1.25rem;
}

.login-container .login-aditional-mobile {
    padding: 45px 0 20px;
}

.messageBorderTop {
    border-top: 1px solid #e7e7e7;
    padding-top: 1rem;
}

.messageMobile { 
    padding-top: 4rem;
}
.messageBorderBottom {
    border-bottom: 1px solid #e7e7e7;
    margin-top: 0.75rem;
}

@media only screen and (min-width: 62em) {
    .login-container .login-aditional .beta {
        margin-bottom: 10px;
        margin-bottom: 0.625rem;
    }
}

.login-container .login-aditional .subtitle {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
}

.login-container .login-secondary {
    background: #f7f7f7;
    position: relative;
    padding: 30px 16px;
    padding: 1.875rem 1rem;
}

@media only screen and (max-width: 61.99938em) {
    .login-container .login-secondary {
        border-top: 1px solid #e7e7e7;
    }
}

.login-container .login-secondary .title {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.2px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: none;
}

.login-container .steps-list + .login-content {
    padding-top: 30px;
    padding-top: 1.875rem;
}

@media only screen and (max-width: 61.99938em) {
    .login-container .login-aditional {
        background: #f7f7f7;
        padding: 30px 16px;
        padding: 1.875rem 1rem;
        margin: 0 -16px;
        margin: 0 -1rem;
    }

    .login-container .login-secondary.has-image {
        display: none;
    }

    .login-container .button {
        width: 100%;
    }

    .login-container .steps-list {
        margin: 0 -16px;
        margin: 0 -1rem;
        padding: 4px 16px;
        padding: 0.25rem 1rem;
    }
}

@media only screen and (min-width: 62em) {
    .login-container {
        height: calc(100vh - 111px);
        display: grid;
        display: -ms-grid;
        grid-template-columns: 3fr 320px;
        -ms-grid-columns: 3fr 320px;
    }

        .login-container .login-main {
            max-width: 600px;
            margin: 0 auto;
            margin: 0 auto;
            padding: 0 20px;
            padding: 0 1.25rem;
            grid-column: 1;
            -ms-grid-column: 1;
            grid-row: 1;
            -ms-grid-row: 1;
        }

        .login-container .login-main.cookie-policy {
            max-width: inherit;
        }

        .login-container .login-content.cookie-policy {
            max-width: inherit;
            margin-left: 350px;
            min-width: 755px;
        }

        .login-container .cookie-policy-container {
            margin-bottom: 1.25rem;
        }

        #cookie_section_necessary .bst-th-cabecera, #cookie_section_statistics .bst-th-cabecera, #cookie_section_marketing .bst-th-cabecera {
            background-color: #f0ebe2!important;
            height: 28px !important;
            padding: 20px 10px !important;
            text-align:center !important;
        }

        .cookie-policy-container table td {
            border-right: 1px solid #e7e7e7;
            border-bottom: 1px solid #e7e7e7;
            height: 50px;
            overflow: hidden;
            padding: 10px;
        }

        .cookie-policy-container table {
            border-top: 1px solid #e7e7e7;
            border-left: 1px solid #e7e7e7;
            margin-bottom: 1.5rem;
            table-layout: fixed;
            text-align: center;
        }

        .login-container .login-content {
            padding-top: 60px;
            padding-top: 3.75rem;
            max-width: 360px;
            margin: 0 auto;
            margin: 0 auto;
        }

        .login-container .login-aditional .subtitle {
            font-size: 15px;
            font-size: 0.9375rem;
        }

        .login-container .login-secondary {
            background: #f7f7f7;
            grid-column: 2;
            -ms-grid-column: 2;
            grid-row: 1;
            -ms-grid-row: 1;
            padding: 50px 40px;
            padding: 3.125rem 2.5rem;
        }

            .login-container .login-secondary .title {
                display: block;
            }

            .login-container .login-secondary .beta {
                max-width: 270px;
            }

            .login-container .login-secondary .subtitle {
                text-transform: none;
                margin-top: 30px;
                margin-top: 1.875rem;
                letter-spacing: 0;
                color: #000;
            }

            .login-container .login-secondary.has-image {
                background-size: cover;
                padding: 0;
            }

            .login-container .login-secondary.building-0 {
                background: url(../images/building0.jpg) no-repeat center;
            }

            .login-container .login-secondary.building-1 {
                background: url(../images/building1.jpg) no-repeat center;
            }

            .login-container .login-secondary.building-2 {
                background: url(../images/building2.jpg) no-repeat center;
            }

            .login-container .login-secondary.building-3 {
                background: url(../images/building3.jpg) no-repeat center;
            }

            .login-container .login-secondary.building-4 {
                background: url(../images/building4.jpg) no-repeat center;
            }

            .login-container .login-secondary.building-5 {
                background: url(../images/building5.jpg) no-repeat center;
            }
}


@media only screen and (min-width: 62em) {
    .login-container {
        grid-template-columns: 3fr 420px;
        -ms-grid-columns: 3fr 420px;
    }
}

.login-container .only-desktop {
    display: none;
}

@media only screen and (min-width: 62em) {
    .login-container .only-desktop {
        display: block;
    }

    .login-container .only-mobile {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html,
    body {
        height: 100%;
    }

    .login-container {
        height: calc(100% - 111px);
    }

        .login-container .login-main,
        .login-container .login-secondary {
            min-height: calc(100vh - 111px);
        }
}

.login-form > * {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.login-form .basic-link {
    display: block;
    margin: 38px 0 30px;
    margin: 2.375rem 0 1.875rem;
}

@media only screen and (max-width: 61.99938em) {
    .login-form .basic-link.mobile-center {
        margin: 20px 0 0;
        margin: 1.25rem 0 0;
    }
}

.login-form .small-margin {
    margin: 20px 0 0;
    margin: 1.25rem 0 0;
}

.login-form .button {
    margin-top: 10px;
    margin-top: 2.625rem;
}

.login-form .gamma {
    padding-top: 5px;
    padding-top: 0.3125rem;
}

@media only screen and (max-width: 61.99938em) {
    body {
        min-height: 100vh;
        background: #f7f7f7;
    }

        body .main-header,
        body .login-main {
            background: #fff;
        }
}

.security_question__error {
    border: 0;
    padding: 0;
}

.hidden {
    display: none;
}