﻿@font-face {
    font-family: 'whitney';
    src: url('./../fonts/whitney.woff') format('woff');
    font-weight: 300;
}


/* Visually hidden class */
.cloak {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #424242;
    font-family: 'Heebo', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.e {
    filter: invert(1);
}

.link {
    color: #d52b1e;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-decoration: none;
    margin-top: 10px
}

.link-new {
    /*position: absolute;*/
    padding: 11px 26px 12px 16px;
    border-radius: 9px;
    border: solid 1px #d52b1e;
    margin-top: 50px;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23FFF' d='M-1040-836H400V188h-1440z'/%3E %3Cg transform='translate(-175 -18)'%3E %3Crect stroke='%23D52B1E' x='.5' y='.5' width='195' height='43' rx='9'/%3E %3Cpath d='M179.453 21.907l.264-.264-3.423-3.422a.76.76 0 0 0-1.294.536.75.75 0 0 0 .223.536l2.886 2.885-2.887 2.887a.752.752 0 0 0 .001 1.071.757.757 0 0 0 1.07.001l3.424-3.423a.762.762 0 0 0 0-1.07l-.264.263-.265.263.002.009-.002.008-3.422 3.421-.008.003-.009-.003-.003-.008.003-.007 3.416-3.415-3.416-3.414-.003-.007.003-.007.009-.004.008.004 3.423 3.421.264-.264z' fill='%23D52B1E'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: right 12px center;
    width: 228px;
}

/* Negocios */
.link-negocios {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-negocios_text {
    max-width: 257px;
}

.link-negocios_new {
    position: relative;
    min-width: 200px;
    margin-right: 28px;
}

.wrapper {
    height: 100vh;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper-left {
    height: 100vh;
}

.wrapper-left_img {
    height: 100vh;
    width: auto;
    position: fixed;
}

    .wrapper-left_img:not(:first-child) {
        display: none;
        opacity: 0;
    }

.wrapper-right {
    background-color: #ffffff;
}

.container-login {
    background-color: #ffffff;
    padding-left: 137px;
    padding-right: 24px;
    height: 100vh;
    position: relative;
    display: block;
}

.header-login, .main, .footer-login {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2/2;
}

.header-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px;
    padding-top: 24px;
}

.header-logo_img {
    max-width: 100%;
    margin: 20px 2px 11px;
}

.header-links_list {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
}

.header-links_item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 9px;
}

    .header-links_item:nth-child(1) {
        margin-left: 0;
    }

.header-item_link {
    background-image: url(img/icons.svg);
    background-size: 420px 100px;
    background-position-y: -55px;
    width: 39px;
    height: 39px;
    display: inline-block;
}

/* Negocios */
.header-item_link-negocios {
    background-position-y: -5px;
}

.header-item_link-mensaje {
    background-position-x: -216px;
}

    .header-item_link-mensaje:hover {
        background-position-x: -6px;
    }

.header-item_link-ayuda {
    background-position-x: -266px;
}

    .header-item_link-ayuda:hover {
        background-position-x: -56px;
    }

.header-item_link-seguridad {
    background-position-x: -315px;
}

    .header-item_link-seguridad:hover {
        background-position-x: -105px;
    }

.header-item_link-form {
    background-position-x: -364px;
}

    .header-item_link-form:hover {
        background-position-x: -154px;
    }

.main {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 5vh;
}

.main-title {
    font-family: whitney, sans-serif;
    font-weight: 300;
    color: #424242;
    margin-left: 0;
    margin-bottom: 42px;
    font-size: 28px;
    line-height: 1.1;
}

.main-form {
    max-width: 414px;
}

.main-form_input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(26, 38, 51, 0.1);
    margin-bottom: 28px;
    height: 50px;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
    transition: border-bottom-color 0.4s;
}

    .main-form_input::placeholder {
        color: rgba(26, 38, 51, 0.4);
        font-family: 'Heebo', sans-serif;
    }

    .main-form_input::-moz-placeholder {
        color: rgba(26, 38, 51, 0.75);
        font-family: 'Heebo', sans-serif;
    }

    .main-form_input:focus {
        border-bottom-color: rgba(26, 38, 51, 0.5);
        outline: none;
    }

.main-form_input-password {
    margin-bottom: 42px;
}

.main-form_input-error {
    border-bottom-color: #d52b1e;
    color: #ff0000;
}

.main-form_div-remember {
    margin-bottom: 16px;
}

.main-form_submit {
    border: none;
    background: none;
    -webkit-appearance: none;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(26, 38, 51, 0.1);
    max-width: 115px;
    width: 100%;
    height: 56px;
    margin-bottom: 30px;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.main-form_submit {
    border: none;
    background: none;
    -webkit-appearance: none;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(26, 38, 51, 0.1);
    max-width: 115px;
    width: 100%;
    height: 56px;
    margin-bottom: 30px;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.2s;
}

.main-form_submit_disabled {
    border: none;
    background: none;
    -webkit-appearance: none;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(26, 38, 51, 0.1);
    max-width: 115px;
    width: 100%;
    height: 56px;
    margin-bottom: 30px;
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.2s;
    background-color: #d8d8d8;
}

.main-form_submit {
    cursor: pointer;
    background-color: #d52b1e;
}

    .main-form_submit[disabled] {
        cursor: default;
        background-color: #d52b1e;
    }

.ruedita {
    display: none;
    float: left;
    margin-top: 17px;
}

div#boton {
    float: left;
    max-width: 115px;
    width: 100%;
}

.error {
    color: #ff0000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    margin-bottom: 18px;
}

.error-show {
    display: block;
}

.error-message {
    margin-left: 10px;
}

.logon-disabled {
    margin-left: auto !important;
    margin-right: auto;
}

.logon-disabled-icon {
    display: block;
    margin: inherit;
}

.logon-disabled-message {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 19px;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #000000;
    font-weight: 400;
    text-decoration: none solid rgb(68, 68, 68);
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.logon-disabled-button {
    display: block;
    margin: auto;
    background-color: #d52b1e;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Heebo', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ff1100;
    height: 56px;
    text-align: center;
}

    .logon-disabled-button:hover {
        background: #ffffff;
        color: #d52b1e;
        border: 1px solid #d52b1e;
    }

    .logon-disabled-button:active {
        position: relative;
        top: 1px;
    }

/* Widget visibility */
.form-outline .trailing {
    pointer-events: all;
}

::-ms-reveal {
    display: none;
}

/* Saludo al usuario*/
.main-form_greeting {
    display: none;
    height: 50px;
}

.main-form_greeting_displayed {
    display: flex !important;
    flex-direction: column;
    place-items: center;
}

.main-form_greeting_text {
    color: #424242;
    font-family: whitney, sans-serif;
    font-size: 30px;
    font-weight: bold;
    height: 32px;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.main-form_change_user {
}

.link-cambiar_perfil {
    font-family: Heebo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #d52b1e;
    width: fit-content;
}

/* Recuerdame */
.form-check {
    line-height: 1.5;
    padding-left: 2rem;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.form-check-input[type='checkbox'] {
    height: 2rem;
    width: 2rem;
    border-radius: 0.4rem;
}

    .form-check-input[type='checkbox']:checked {
        background-image: none;
        background-color: #d52b1e;
        border-color: #d52b1e;
    }

        .form-check-input[type='checkbox']:checked:after {
            border-bottom-width: 0.225rem;
            border-right-width: 0.225rem;
            width: 0.5rem;
            height: 1.083rem;
            margin-top: -3px;
            margin-left: 0.15rem;
        }

        .form-check-input[type='checkbox']:checked:focus {
            background-color: #d52b1e;
            border-color: #d52b1e;
        }

.form-check-input:checked:focus:before {
    -webkit-box-shadow: 0 0 0 13px #d52b1e;
    box-shadow: 0 0 0 13px #d52b1e;
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #d52b1e;
    margin-bottom: 0;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #d52b1e;
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    border-color: currentcolor currentcolor currentcolor rgba(0, 0, 0, 0.6);
    margin-bottom: 0rem;
}

.icon-eye {
    background: none;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 30px 30px;
    padding-left: 30px;
    display: block;
    height: 30px;
}

    .icon-eye.icon-eye-on {
        background-image: url(../images/eye-on.svg);
    }

    .icon-eye.icon-eye-off {
        background-image: url(../images/eye-off.svg);
    }

/* Keyboard */
.main-form_keyboard {
    background: none;
    border: none;
    cursor: pointer;
    background-image: url(img/keyboard.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 40px;
    display: block;
    height: 30px;
    margin-bottom: 24;
    font-family: 'Heebo', sans-serif;
    font-size: 20px;
    color: #424242;
}

.keyboard {
    position: absolute;
    z-index: 1;
    background-color: #f9f9f9;
    max-width: 600px;
    display: none;
    left: -65px;
    padding: 48px 30px;
    border-radius: 20px;
}

.keyboard-show {
    display: inline-block;
}

.keyboard-key_row {
    display: inline;
}

.keyboard-key,
.keyboard-key_may,
.keyboard-key_del {
    min-width: 43px;
    margin-bottom: 7px;
}

.keyboard-key_may,
.keyboard-key_del {
    min-width: 56px;
}

.keyboard-key:focus {
    border: 1px solid #a7a7a7;
}

.keyboard-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: none;
    border: none;
    cursor: pointer;
    background-image: url(img/close.svg);
    background-repeat: no-repeat;
}

.keyboard-capitalize {
    text-transform: uppercase;
}

.keyboard-key {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #424242;
    text-transform: inherit;
    border-radius: 11px;
    background-color: #d8d8d8;
}

.keyboard-key_del {
    background-position-y: -6px;
}

.keyboard-key:hover {
    background-color: #a7a7a7;
}

.keyboard-key_may {
    background-image: url(img/capitalize.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.keyboard-key_del {
    background-image: url(img/delete.svg);
    background-repeat: no-repeat;
}

.keyboard-key_simple {
    grid-column: 2/3;
}

.keyboard-key_large {
    min-width: 100px;
}

.keyboard-key_large {
    grid-column: 3/8;
}

.footer-login {
    display: flex;
    margin-top: 64px;
    grid-template-columns: 80px 1fr;
    grid-column-gap: 12px;
    -ms-flex-align: center;
    margin-top: 150px;
}

/* Negocios */
.footer-link {
    font-size: 13px;
    margin-top: 18px;
    color: rgba(26, 38, 51, 0.5);
    display: inline-block;
}

.footer-link_inline {
    color: rgba(26, 38, 51, 0.5);
    display: inline-block;
}

.footer-img {
    max-width: 65px;
}

.footer-text {
    font-size: 12px;
    line-height: 1.38;
    color: rgba(26, 38, 51, 0.5);
    margin-top: 15px;
}

.footer-text-account-free {
    font-size: 12px;
    line-height: 1.38;
    margin-top: 20px;
}

@supports (display: grid) {
    .link-new {
        bottom: 0;
        /*margin-top: 0;*/
    }
    /* Negocios */
    .link-negocios {
        bottom: 0;
    }

    .link-negocios_new {
        margin-top: auto;
    }

    .wrapper {
        display: grid;
        grid-template-columns: 45vw 55vw;
        align-items: unset;
        justify-content: unset;
    }

    .container-login {
        display: grid;
        grid-template-columns: 96px 1fr 96px;
        grid-template-rows: 124px 1fr 124px;
        grid-column-gap: 12px;
        height: 100vh;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        overflow-y: auto;
    }

    .header-login {
        padding-bottom: 0;
        padding-top: 0;
    }

    .keyboard {
        grid-template-columns: repeat(10, 43px);
        grid-template-rows: repeat(4, 47px);
        grid-column-gap: 7px;
        grid-row-gap: 12px;
        max-width: none;
    }

    .keyboard-show {
        display: grid;
    }

    .keyboard-key,
    .keyboard-key_may,
    .keyboard-key_large {
        margin-bottom: 0;
        min-width: auto;
    }

    .keyboard-key_del {
        background-position-y: center;
    }

    .keyboard-key_row {
        grid-column: 1/-1;
        display: grid;
        grid-template-columns: 69px repeat(7, 43px) 69px;
        grid-template-rows: 47px;
        grid-column-gap: 7px;
    }

    .keyboard-key:focus {
        outline: none;
        border: none;
        box-shadow: inset 0 0 0 2px #a7a7a7;
    }

    .footer-login {
        /*display: grid;*/
        max-width: none;
        grid-template-columns: 80px 1fr;
        /*grid-column-gap: 12px;*/
        /*align-items: center;*/
        margin-top: -12px;
    }

    .footer-negocios {
        align-items: flex-start;
    }

        .footer-negocios img {
            margin-top: 8px;
        }
}

@supports (object-fit: cover) {
    .wrapper-left_img {
        object-fit: cover;
        width: 100%;
        max-width: 1000px;
        opacity: 1;
    }

        .wrapper-left_img.spv-transition {
            transition: opacity 0.7s ease-in-out;
        }

        .wrapper-left_img.spv-hidden {
            opacity: 0;
            pointer-events: none;
        }

    .wrapper-left {
        height: unset;
    }

    .wrapper-left_img:not(:first-child) {
        display: inline-block;
    }
}


/* Media Queries */
@media (max-height: 880px) and (min-width: 768px) {
    .main-title {
        margin-bottom: 25px;
    }

    .error {
        margin-bottom: 12px;
    }

    .main {
        margin-bottom: 16px;
        justify-content: flex-start;
        margin-top: 48px;
    }

    .main-form_input {
        margin-bottom: 16px;
        height: 44px;
    }

    .main-form_input-password {
        margin-bottom: 24px;
    }

    .main-form_submit {
        margin-bottom: 10px;
    }

    .main-form_keyboard {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .container-login {
        display: block;
    }

    .keyboard {
        left: -12px;
    }

    .keyboard-key {
        font-size: 22px;
    }

    .keyboard-close {
        top: 12px;
        right: 12px;
        width: 12px;
        height: 12px;
        background-size: cover;
    }

    .footer-text-account-free {
        margin-top: 20px;
    }

    @supports (display: grid) {
        .keyboard {
            grid-template-columns: repeat(10, 36px);
            grid-template-rows: repeat(4, 36px);
            grid-column-gap: 6px;
            grid-row-gap: 6px;
            padding: 33px 20px;
        }

        .keyboard-key_row {
            grid-template-columns: 63px repeat(7, 36px) 56px;
            grid-template-rows: 36px;
            grid-column-gap: 6px;
        }

        .keyboard-key,
        .keyboard-key_may,
        .keyboard-key_del {
            min-width: 36px;
        }

        .keyboard-key_may,
        .keyboard-key_del {
            min-width: 48px;
            background-position-x: center;
        }

        .container-login {
            grid-template-rows: 96px 1fr 96px;
            display: grid;
        }

        .link-new {
            margin-top: 8vh;
            position: relative;
            max-width: 220px;
        }

        .link-negocios_new {
            margin-top: 8vh;
            position: relative;
            max-width: 220px;
        }
    }
}

@media (max-height: 690px) and (min-width: 768px) {
    .main-form_keyboard {
        float: right;
        margin-top: 12px;
    }
}

@media (min-width: 1600px) {
    @supports (display: grid) {
        .container-login {
            grid-column-gap: 24px;
        }

        .footer-login {
            grid-column-gap: 24px;
            /*display: grid;*/
        }
    }
}

@media (min-width: 768px) and (min-height: 881px) {
    .docNumberFieldValidator {
        float: right;
        margin-top: -26px;
    }

    .userFieldValidator {
        float: right;
        margin-top: -25px;
    }

    .passwordFieldValidator {
        float: right;
        margin-top: -39px;
    }
}

@media (min-width: 768px) and (max-height: 880px) {
    .docNumberFieldValidator {
        float: right;
        margin-top: -10px;
    }

    .userFieldValidator {
        float: right;
        margin-top: -10px;
    }

    .passwordFieldValidator {
        float: right;
        margin-top: -18px;
    }
}

@media (max-width: 767px) and (max-height: 880px) {
    .docNumberFieldValidator {
        float: right;
        margin-top: -24px;
    }

    .userFieldValidator {
        float: right;
        margin-top: -20px;
    }

    .passwordFieldValidator {
        float: right;
        margin-top: -38px;
    }
}

@media (max-width: 1440px) {
    .container-login {
        grid-template-columns: 72px 1fr 72px;
    }
}

@media (max-width: 1440px) and (min-height: 881px) {
    .keyboard {
        left: -120px;
    }
}

@media (max-width: 1140px) {
    .keyboard {
        left: -130px;
    }
}

@media (max-width: 1100px) {
    .wrapper {
        grid-template-columns: 38vw 62vw;
    }

    .container-login {
        grid-template-columns: 40px 1fr 40px;
    }

    .header-logo {
        max-width: 155px;
    }
}

/* Keyboard is not required on mobile nor tablet */
@media (max-width: 1024px) {
    .main-form_keyboard, .keyboard {
        display: none;
    }

    /* Negocios */
    .link-negocios_new {
        margin-right: 22px;
    }
}

@media (max-width: 840px) {
    .wrapper {
        grid-template-columns: 1fr;
    }

    .wrapper-left {
        display: none;
    }
}

@media (max-width: 767px) {
    .container-login {
        grid-column-gap: 18px;
        grid-template-rows: 96px 0.95fr 120px;
        grid-template-columns: 12px 1fr 12px;
    }

    .header-logo {
        max-width: 130px;
    }

    .header-links_item {
        margin: 0 7px;
    }

    .link-new {
        margin-top: 24px;
    }

    /* Negocios */
    .link-negocios {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
    }

    .link-negocios_text {
        margin-top: 22px;
    }

    .main {
        margin-left: 0;
        margin-bottom: 2vh;
        margin-left: 0;
    }

    .main-title {
        font-size: 24px;
        margin-bottom: 26px;
    }

    .main-form_input {
        height: 44px;
    }

    .main-form_input-username {
        margin-bottom: 24px;
    }

    .main-form_input, .main-form_submit {
        font-size: 18px;
    }

    .link-new {
        position: relative;
        bottom: unset;
        max-width: 220px;
    }

    .footer-login {
        grid-column-gap: 18px;
    }

    .docNumberFieldValidator {
        float: right;
        margin-top: -24px;
    }

    .userFieldValidator {
        float: right;
        margin-top: -20px;
    }

    .passwordFieldValidator {
        float: right;
        margin-top: -38px;
    }
}

@media (max-width: 405px) {
    .container-login, .wrapper {
        height: auto;
    }

    .container-login {
        grid-template-rows: 180px 0.95fr;
    }

    .header-login {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .main {
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 44px;
    }

    .main-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .main-form_input {
        margin-bottom: 24px;
    }

    .main-form_submit {
        height: 46px;
        max-width: 96px;
    }

    .footer-login {
        padding-bottom: 30px;
    }

    .docNumberFieldValidator {
        float: right;
        margin-top: -20px;
    }

    .userFieldValidator {
        float: right;
        margin-top: -20px;
    }

    .passwordFieldValidator {
        float: right;
        margin-top: -20px;
    }
}

.linkFreeAccount {
    text-decoration: none;
    color: #666666;
}




/*Reset CSS*/
html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-family: 'Heebo', sans-serif;
    vertical-align: baseline;
    font-size: 10px;
}
body
{
	line-height: 1;
}
:focus
{
	outline: 0;
}
ol, ul
{
	list-style: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
input, textarea {
    margin-right: 10px;
    padding: 5px;
    border: 0;
    border-radius: 6px;
}
hr
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #000;
	height: 1px;
}
/* End Reset CSS*/

/* End Reset CSS*/


/* Clearfix*/

.clearfix:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
html[xmlns] .clearfix
{
	display: block;
}
* html .clearfix
{
	height: 1%;
}


/* End Clearfix*/
body
{
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: 'Heebo', sans-serif;    
}


html
{
	min-height: 100%;
}
*
{
	margin: 0;
	padding: 0;
}

.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.b
{
	font-weight: bold;
}
.i
{
	font-style: italic;
}


h1 {
    font-size: 18px;
    font-weight: bold;
    color: #D52B1E;
    font-family: 'Heebo', sans-serif;
    margin-left: 13px;
    margin-top: 23px;
}
h2
{
	font-size: 14px;
    color: #D52B1E;
    font-family: 'Heebo', sans-serif;
}
h3
{
	font-size: 12px;
}

.ic-error-message
{
	color: Red;
	font-size: 11px;
	font-family: 'Heebo', sans-serif;
}

.container
{
	width: 990px;
	margin: 0 auto;
}

/* header */
.header
{
	background: transparent url(ImagesLogin/Login-bgHeader.png) repeat-x 0 0;
	height: 110px;     
}
.logo {    
    margin-right: 10px;
    text-align: left
}

.left
{
	float: left;
	text-align: right;
}

.right
{
	float: right;
	text-align: right;
}


.header ul.topMenu
{
	margin: 23px 15px 0 0;
}
.header ul.topMenu li
{
	float: left;
	padding-left: 10px;
	font-size: 14px;
	color: #D52B1E;
	line-height: 17px;
}
.header ul.topMenu li a
{
	color: #D52B1E;
	text-decoration: none;
}
.header ul.topMenu li a:hover
{
	text-decoration: underline;
}

.date {
    text-align: right;
    margin: 0 0 0 0;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
}

/* middle */
.middle
{
	background: transparent url(ImagesLogin/login-BgMiddle.png) no-repeat 0 0;
	margin: 8px 0px 0;
	padding: 20px 0 0 124px;
}

.box
{
	width: 740px;
}
.box .border
{
	display: block;
}

.input {    
    width: 150px;
    height: 21px;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    border-radius: 6px;
}

.ASPxTextBox
{
	background: transparent url(ImagesLogin/login-BgInput.png) no-repeat 0 0px;
	width: 400px;
	height: 21px;
	padding: 2px 0 0 5px;
	border-style: none;
	font-size: 10px;
	vertical-align: top;
	background-repeat: no-repeat;
	font-family: 'Heebo', sans-serif;
	text-align: left;
}

.inputLong {
    /*background: transparent url(ImagesLogin/login-BgInput-Long.png) no-repeat 0 0px;*/
    width: 300px;
    height: 21px;
    padding: 2px 0 0 5px;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    border-radius: 6px;
}

.inputshort {
    /*background: transparent url(ImagesLogin/login-BgInput-Short.png) no-repeat 0 0px;*/
    width: 50px;
    height: 21px;
    padding: 2px 0 0 5px;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    border-radius: 6px;
}

.inputmedio {
    /*background: transparent url(ImagesLogin/login-BgInput-medio.png) no-repeat 0 0px;*/
    width: 100px;
    height: 21px;
    padding: 2px 0 0 5px;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    border-radius: 6px;
}

.Captcha
{
	text-align: left;
	width: 250px;
}

.Captcha div input
{
	/*background: transparent url(ImagesLogin/login-BgInput.png) no-repeat 0 0px;*/
	width: 138px;
	height: 21px;
	text-align: left;
	padding: 2px 0 0 0px;
}

.content
{
	background: transparent url(ImagesLogin/login-bgMiddleContainer.png) repeat-y 0 0;
	padding: 0 0 0px 5px;
}

.colLeft
{
	float: left;
	width: 550px;
}
.colLeft ul
{
	margin: 25px 2px 0;
}
.colLeft ul li
{
	float: left;
	padding: 0 6px 10px;
}

.colRight
{
    float: left;
    width: 177px; #width:179px;*width:179px;padding:1px;border-left:1pxsolid#d3d3d3;
}
.colRight .title
{
	background: transparent url(ImagesLogin/login-bgTitle.png) repeat-x 0 0;
	height: 19px;
	padding: 3px 0 0 15px;
}

.colRight .title h2
{
	background: transparent url(ImagesLogin/login-bulletTitle.png) no-repeat 0 -3px;
	display: block;
	color: #ffffff;
	font-size: 12px;
	padding: 0px 0 3 15px;
	line-height: 16px;
}

.colRight ul
{
	background: transparent url(ImagesLogin/login-bgRightCol.png) repeat-x 0 0;
	padding: 7px 0 0 0px;
}
.colRight ul li
{
	padding: 0 0 5px 17px;
}
.colRight ul li input
{
	background: transparent url(ImagesLogin/login-BgInput.png) no-repeat 0 0px;
	width: 133px;
	height: 19px;
	padding: 2px 0 0 5px;
}

.colRight ul li.btn
{
	padding-left: 45px;
}
.colRight ul li.btn input
{
	background: transparent url(ImagesLogin/login-bgBtn.png) no-repeat 0 0px;
	width: 80px;
	height: 22px;
	color: #ca0000;
	font-size: 11px;
	font-weight: bold;
	display: block;
	font-family: 'Heebo', sans-serif;
	padding: 0px;
}
/*url-prefix() { .colRight ul li.btn input{background:transparent url(ImagesLogin/login-bgBtn.png) no-repeat 0 2px; height:22px;}}*/

.colRight ul li.txt a
{
	color: #ca0000;
	text-decoration: none;
	font-size: 10px;
	padding-left: 26px;
}
.colRight ul li.txt a:hover
{
	text-decoration: underline;
}
.colRight ul li.banners
{
	padding-left: 7px;
}

/* footer */
.footer {
    /* background: transparent url(ImagesLogin/logoSuperville-Footer.png) no-repeat 100% 35%; */
    margin-top: 50px; /*display: block;*/
    width: 980px;
    text-align: left;
    font-family: 'Heebo', sans-serif;
    font-size: 10px;
    color: #666666;
}

.ic-form-data-required
{	
    padding-right: 10px;
    background-position: 0px 7px;
    padding-left: 10px;
    font-size: 12px;
    padding-bottom: 4px;
    vertical-align: top;
    padding-top: 5px;
    background-repeat: no-repeat;
    font-family: 'Heebo', sans-serif;
    /*background-color: #ffffff;*/
    text-align: left;
    color: #000000;
}

.ic-form-data
{
	padding-right: 10px;
	background-position: 0px 7px;
	padding-left: 10px;
	font-size: 14px;
	padding-bottom: 4px;
	vertical-align: top;
	padding-top: 5px;
	background-repeat: no-repeat;
	font-family: 'Heebo', sans-serif;
	text-align: left;
	/*border-bottom: 1px solid #DFDFDF;*/
}

.ic-form-label {
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    padding-right: 10px;
    background-position: 100%;
    padding-left: 10px;
    font-weight: bold;
    padding-bottom: 4px;
    vertical-align: top;
    color: #666666;
    padding-top: 5px;
    background-repeat: repeat-y;
    text-align: right;
    /*border-bottom: 1px solid #DFDFDF;*/
}

.ic-registration-text
{
	font-size: 14px;
	font-family: 'Heebo', sans-serif;
	background-position: 100%;		
	vertical-align: top;
	color: #666666;
}

.ic-text-info {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    background-image: url(images/img-info.png);
    font-weight: bold;
    background-repeat: no-repeat;    
    padding-left: 20px;
    vertical-align: center;
}

.ic-button
{
    border: none;
    background: none;
    -webkit-appearance: none;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 rgba(26, 38, 51, 0.1);        
    font-family: 'Heebo', sans-serif;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    transition: background-color 0.2s;
    cursor: pointer;
    background-color: #d52b1e;
    text-decoration: none;
    padding: 5px;
    text-align: center;
}

.ic-button1 {
    background-position: 0px 0px;
    display: block;
    font-weight: bold;
    font-size: 13px;
    background-image: url(images/ic-button-01.gif);
    padding-bottom: 1px;
    width: 80px;
    color: #D52B1E;
    padding-top: 3px;
    background-repeat: no-repeat;
    font-family: 'Heebo', sans-serif;
    height: 20px;
    text-align: center;
    text-decoration: none;
}

a.ic-button-navigation-large {
    display: block;
    background-image: url(../../App_Themes/Default/images/ic-button-01-large.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #D52B1E;
    padding-bottom: 1px;
    padding-top: 3px;
    width: 120px;
    height: 20px;
}

a.ic-button-navigation-Verylarge {
    display: block;
    background-image: url(../../App_Themes/Default/images/ic-button-01down-Xlarge.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #D52B1E;
    padding-bottom: 1px;
    padding-top: 3px;
    width: 180px;
    height: 20px;
}

.ic-button2 {
    background-position: 0px 0px;
    display: block;
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 1px;
    width: 80px;
    color: #D52B1E;
    padding-top: 3px;
    background-repeat: no-repeat;
    font-family: 'Heebo', sans-serif;
    height: 20px;
    text-align: center;
    text-decoration: none;
}

.ic-banner-link2
{
	font-size: 11px;
	font-weight: bold;
	color: #D52B1E;
	text-decoration: underline;
	cursor: pointer;
}

.ic-form-data-bottom-red
{
	font-size: 10px;
	font-family: 'Heebo', sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
	text-align: left;
	color: Red;
}

.ic-form-data-bottom-border
{
	font-size: 10px;
	font-family: 'Heebo', sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 5px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #DFDFDF;
	color: #000000;
}

.ic-log-text-error
{
	font-family: 'Heebo', sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	background-repeat: no-repeat;
}

.ic-log-message-link
{
	font-size: 10px;
	color: #666666;
	font-family: 'Heebo', sans-serif;
	/*background: url(images/bot-security-small.jpg) no-repeat 0 0;*/	
}

.ic-message
{
	font-size: 10px;
	background-image: url(images/img_ico-info.gif);
	vertical-align: top;
	text-align: left;
	color: #666666;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-family: 'Heebo', sans-serif;
	background-position: 2px 4px;
	padding-top: 6px;
}

.hidden {
    visibility: hidden;
    font-size: 10px;
    background-image: url(images/img-info.png);
    vertical-align: top;
    text-align: left;
    color: #666666;
    padding-left: 20px;
    background-repeat: no-repeat;
    font-family: 'Heebo', sans-serif;
    background-position: 2px 4px;
    padding-top: 6px;
}

div.dimmer
{
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 40px;
	_background-image: none;
}


div.dimming
{
	background-color: #ffffff;
	position: absolute;
	z-index: 10000;
	visibility: hidden;
}

table.floatingHeader
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding: 10px;
	background-color: White;
	color: Black;
}

.ic-banner-link
{
	font-size: 11px;
	font-weight: bold;
	color: #D52B1E;
	text-decoration: underline;
	cursor: pointer;
}


.ic-log-message
{
	padding-right: 10px;
	background-position: 10px 2px;
	padding-left: 30px;
	font-size: 9px;
	background-image: url(images/img-info.gif);
	padding-bottom: 6px;
	color: #666666;
	padding-top: 3px;
	background-repeat: no-repeat;
	font-family: 'Heebo', sans-serif;
}

.ic-log-message-link
{
	font-size: 10px;
	color: #666666;
	font-family: 'Heebo', sans-serif;
	text-align : left;
}

.ic-log-message-important
{
	border-right: #c9c9c9 1px dotted;
	padding-right: 5px;
	border-top: #c9c9c9 1px dotted;
	padding-left: 5px;
	font-size: 10px;
	padding-bottom: 5px;
	border-left: #c9c9c9 1px dotted;
	color: #666666;
	padding-top: 5px;
	border-bottom: #c9c9c9 1px dotted;
	font-family: 'Heebo', sans-serif;
}

.ic-log-message-title-header
{
	font-size: 9px;
	font-weight: bold;
	color: Black;
	font-family: 'Heebo', sans-serif;
}

.ic-log-message-important-space
{
	padding-right: 5px;
	padding-left: 5px;
}

.ic-log-panel-bottom
{
	background-image: url(images/log-panel-bottom.gif);
	background-repeat: repeat-x;
	height: 6px;
}

.ic-log-panel-bottom-left
{
	background-position: 100% 100%;
	background-image: url(images/log-panel-bottom-left.gif);
	width: 6px;
	background-repeat: no-repeat;
	height: 6px;
}

.ic-log-panel-bottom-right
{
	background-image: url(images/log-panel-bottom-right.gif);
	width: 6px;
	background-repeat: no-repeat;
	height: 6px;
}

.ic-log-panel-left
{
	background-position: 100% 100%;
	background-image: url(images/log-panel-left.gif);
	width: 6px;
	background-repeat: repeat-y;
}

.ic-log-panel-right
{
	background-image: url(images/log-panel-right.gif);
	width: 6px;
	background-repeat: repeat-y;
}

.ic-log-panel-top
{
	background-image: url(images/log-panel-top.gif);
	background-repeat: repeat-x;
	height: 6px;
}

.ic-log-panel-top-left
{
	background-position: 100% 100%;
	background-image: url(images/log-panel-top-left.gif);
	width: 6px;
	background-repeat: no-repeat;
	height: 6px;
}

.ic-log-panel-top-right
{
	background-image: url(images/log-panel-top-right.gif);
	width: 6px;
	background-repeat: no-repeat;
	height: 6px;
}

.ic-log-right-space-image
{
	background-image: url(images/bot-log-background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 89px;
	vertical-align: top;
	height: 94px;
}

.ic-log-right-button-link
{
	text-align: left;
	height: 10px;
	padding-left: 20px;
}

.ic-log-right-button-link A
{
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
	color: #D52B1E;
	font-size: 9px;
	text-decoration: none;
	padding-bottom: 4px;
}

.ic-log-right-button-link A:hover
{
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
	color: #D52B1E;
	font-size: 9px;
	text-decoration: underline;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.li-registration ul li
{
	float: left;
	padding: 0 6px 10px;
	list-style: "circle";
	margin: 5px 0px; 
}

.ic-content-footer-rebranding {
    margin: 10px;
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    color: #666666;
    text-align: left;
    padding-bottom: 10px;
}

.ic-content-footer-rebranding a
{
    color: #666666;
	text-decoration: underline;
}
.ic-content-footer-rebranding a:hover
{
	text-decoration: underline;
}


.ic-content-footer-rebranding td.datos
{
	background: transparent url('Images/lineFooter.png') repeat-x 0 0;
	margin-right: 70px;
}

.ic-message-timer
{
    font-size: 12px;
    vertical-align: top;
    text-align: left;
    color: #D52B1E;
    font-family: 'Heebo', sans-serif;
    padding-top: 6px;
}

.ic-control-text
{
border-right: #666666 1px solid;
border-top: #666666 1px solid;
border-left: #666666 1px solid;
border-bottom: #666666 1px solid;
font-size: 10px;
font-family: 'Heebo', sans-serif;
width: 120px;
text-align:center;
}

.inputCodArea
{
	background: transparent url(ImagesLogin/login-BgInput-Short.png) no-repeat 0 0px;
	width: 50px;
	height: 21px;
	padding: 2px 0 0 5px;
}

.inputCellPhone
{
	background: transparent url(ImagesLogin/login-BgInput-medio.png) no-repeat 0 0px;
	width: 80px;
	height: 21px;
	padding: 2px 0 0 5px;
}


.ic-control-select {
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    border-radius: 6px;
    height: 21px;
}


.ic-header-toolbar-text-help {    
    font-family: 'Heebo', sans-serif;
    font-size: 12px;    
    padding: 10px;
    padding-top: 3px;
    text-decoration: none;
    background-image: url(images/icon-help.png);
    background-repeat: no-repeat;
}

.ic-header-toolbar-text-mail {
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    padding: 15px;
    text-decoration: none;
    background-image: url(images/icon-mail.png);
    background-repeat: no-repeat;
    vertical-align: top;
}

.ic-form-data-check {
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    vertical-align: top;
    text-align: left;
}

.inputChannelKey {
    width: 132px;
    height: 21px;
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
    font-size: 12px;
    font-family: 'Heebo', sans-serif;
    border-radius: 6px;
}

.playstore-image {
    content: url(../../App_Themes/Default/Images/playStoreLogo.png);
    height: 24%;
    width: 10%
}

.appstore-image {
    content: url(../../App_Themes/Default/Images/appStoreLogo.png);
    height: 25%;
    width: 10%
}

@media (max-width: 1050px) {
    .playstore-image {
        content: url(../../App_Themes/Default/Images/playStoreLogoSmall.png);
        height: 35%;
        width: 5%
    }

    .appstore-image {
        content: url(../../App_Themes/Default/Images/appStoreLogoSmall.png);
        height: 35%;
        width: 5%
    }
}