/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: "Univers";
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    color: #db0011;
    transition: all .2s;
}

    a:hover {
        text-decoration: underline;
        color: #db0011;
    }

    a.foot {
        color: #333;
        font-size: 14px;
    }

        a.foot:hover {
            color: #db0011;
        }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

.img-25 {
    width: 55%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

button {
    background-color: transparent;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*GENERAL CLASSES MINES*/


p {
    line-height: 1.4;
    font-size: 18px;
}

h1 {
    font-size: 34px;
}

h4.question {
    color: #db0011;
    font-weight: bolder;
}

ul li {
    font-size: 16px;
}

button {
    cursor: pointer;
}

/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/
/*----------------------------------*/

/*TERMINA NORMALIZE*/

/*ESTILOS EMPIEZAN*/
/*---------*/
/*FONTS*/
@font-face {
    font-family: 'Univers';
    src: url('../fonts/UniversNextforHSBCW01-Lt.eot');
    src: url('../fonts/UniversNextforHSBCW01-Lt.eot?#iefix') format('embedded-opentype'), url('../fonts/UniversNextforHSBCW01-Lt.woff2') format('woff2'), url('../fonts/UniversNextforHSBCW01-Lt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Univers';
    src: url('../fonts/UniversNextforHSBCW01-Bd.eot');
    src: url('../fonts/UniversNextforHSBCW01-Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/UniversNextforHSBCW01-Bd.woff2') format('woff2'), url('../fonts/UniversNextforHSBCW01-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Clock';
    src: url('../fonts/DS-DIGI.TTF');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Univers", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 18px;
}

.prim-color {
    color: #db0011 !important;
}

.manita {
    cursor: pointer !important;
}

.m-0 {
    margin: 0 !important;
}

.m-a {
    margin: auto !important;
}

.bl-color {
    color: #333 !important;
}

.underline {
    text-decoration: underline;
}

.text-upper {
    text-transform: uppercase;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90% !important;
}

.alert {
    border-radius: 0;
}

hr {
    margin: 30px 0 20px;
}

/*First Content*/

.header-banner {
    margin-top: 66px;
}

.btn-hsbc-primary {
    background-color: #db0011;
    min-width: 150px;
    font-size: 12px;
    min-height: 39px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #db0011;
    font-size: 16px;
    line-height: 1;
}

    .btn-hsbc-primary.btn-hsbc-primary--head {
        max-width: 160px;
        font-size: 16px;
    }

    /*First Content*/
    .btn-hsbc-primary.btn-hsbc-primary--pago {
        color: #fff;
        max-width: 40%;
    }

    .btn-hsbc-primary.btn-hsbc-primary--reg {
        color: #fff;
        max-width: 300px;
    }

    .btn-hsbc-primary:hover,
    .btn-hsbc-primary:focus {
        color: #fff;
        background-color: #ef6d5e;
        border: 1px solid #ef6d5e;
    }

    .btn-hsbc-primary:disabled {
        background-color: #e2a195;
        border: 1px solid #e2a195;
    }

.btn-hsbc-secondary {
    background-color: #000;
    min-width: 150px;
    font-size: 12px;
    min-height: 39px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 1;
}

    /*First Content*/
    .btn-hsbc-secondary.btn-hsbc-secondary--head {
        max-width: max-content;
        font-size: 16px;
    }

    .btn-hsbc-secondary.btn-hsbc-secondary--pago {
        color: #fff;
        max-width: 40%;
        margin: 0 5%;
    }

    .btn-hsbc-secondary:hover,
    .btn-hsbc-secondary:focus {
        color: #000;
        background-color: #fff;
        border: 1px solid #000;
    }

    .btn-hsbc-secondary:disabled {
        background-color: #999;
        border: 1px solid #999;
    }

.btn-trans {
    background-color: transparent;
    border: #fff solid 1px;
    border-radius: 5px;
    padding: 10px;
}

/*FIRST CONT*/
.body-hsbc {
    margin-top: 0px;
}

.header-logo {
    max-width: 280px;
    margin: auto;
}

.bg-greys {
    background-color: #efefef;
    padding: 10px 25px;
}

.bg-reds {
    background-color: #db0011;
    padding: 10px 25px;
    color: #fff;
}

.bg-dark-grey {
    background-color: #313131;
}

.bg-cancha {
    background-image: url("../assets/img/cancha.png");
    background-size: cover;
    /* background-position: center; */
    position: relative;
}

.bg-futbol {
    background-image: url("../assets/img/icon/fondo.svg");
    background-size: cover;
    background-repeat: repeat;
    padding: 10px 25px;
}

.bg-futbol2 {
    background-image: url(../assets/img/icon/fondo.png);
    background-size: auto;
    background-repeat: repeat;
    padding: 10px 25px;
    min-height: calc(100vh - 339px);
}

/*.header-hsbc{
-webkit-box-shadow: 0px 3px 5px 0px rgba(163,163,163,1);
-moz-box-shadow: 0px 3px 5px 0px rgba(163,163,163,1);
box-shadow: 0px 3px 5px 0px rgba(163,163,163,1);
}*/

.home-img {
    width: 100%;
    margin-left: -15px;
}

.icon-step {
    width: 75px;
    margin-right: 10px;
}

span.span-title {
    font-size: 20px;
    background-color: #dbdbdb;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    padding: 5px 15px;
    font-weight: bold;
}

    span.span-title span {
        font-weight: bold;
        font-size: 30px;
        line-height: 1;
    }

.form-group.form-group--avaluo {
    display: flex;
}

    .form-group.form-group--avaluo label {
        width: 50%;
        height: 45px;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    .form-group.form-group--avaluo input.form-control {
        width: 50%;
        height: 45px;
        border-radius: 0;
    }

.container-main {
    min-height: calc(100vh - 190px);
}

.tooltip-inner {
    font-size: 12px;
    border-radius: 0;
}

.quest-span {
    background-color: #ababab;
    width: 18px;
    height: 18px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.legales-info-box a h4 {
    font-size: 18px;
    border-bottom: 1px dotted #000;
    margin-top: 20px;
}

.legales-info-box .card.card-body {
    padding: 0;
    border: none;
    padding-top: 10px;
    font-size: 16px;
}

/*MODAL*/
.modal-header .close {
    background-color: red;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 0;
    opacity: 1;
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 9;
    transition: all .3s;
    top: 0;
}

.modal-header {
    border: none;
    padding: 0;
}

.img-modal-acc {
    max-width: 100px;
}

.modal-body .form-group label {
    font-size: 15px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #db0011;
    background-color: #db0011;
}

.custom-control-label {
    font-size: 15px;
}

.cancelar-modal {
    font-size: 15px;
    text-decoration: underline;
    float: left;
}

h5.main-title.main-home {
    font-size: 20px;
}

.form-group label {
    font-size: 16px;
}

.registro-bg {
    background-color: #efefef;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #db0011;
    background-color: #db0011;
}

.step {
    margin-bottom: 40px;
}

.step-number {
    width: 40px;
    height: 40px;
    background: #db0011;
    border-radius: 50%;
    text-align: center;
    line-height: 2.3;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
}

.step-text {
    margin: 0;
    flex: 1;
    text-align: justify;
    font-size: 16px;
}

.foot-leg {
    color: #999;
    font-size: 12px;
    margin: 0;
    text-align: justify;
    margin-top: 15px;
}

.footer span.big-leg {
    font-size: 26px;
}

footer a.foot-imp {
    font-size: 14px;
}

.reg-lit {
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-top: 10px;
}

p.legales {
    line-height: 1.4;
    font-size: 12px;
}

p.modal-tyc {
    font-size: 12px;
}

.logo-head-al {
    width: 100%;
    max-width: 130px;
}

.container-hsbc-one {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    padding: 15px 0;
    top: 0;
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.46);
}

.first-content {
    margin-top: 65px;
}

.title-big {
    font-size: 24px;
}

.owl-carousel.banners-slide .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .owl-carousel.banners-slide .owl-dots button.owl-dot {
        width: 13px;
        height: 13px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #db0011;
        margin: 0 5px;
        opacity: .5;
    }

        .owl-carousel.banners-slide .owl-dots button.owl-dot.active {
            background-color: #db0011;
            opacity: .9;
        }

.owl-carousel.banners-slide .item.item-bg1 {
    background-image: url(../assets/img/3.jpg);
    background-size: cover;
    background-position-y: 30%;
}

.owl-carousel.banners-slide .item.item-bg2 {
    background-image: url(../assets/img/2.jpg);
    background-size: cover;
    background-position-y: 50%;
}

.owl-carousel.banners-slide .item.item-bg3 {
    background-image: url(../assets/img/1.jpg);
    background-size: cover;
    background-position-y: 30%;
}

.bann-txt-box {
    background-color: rgba(255, 255, 255, .4);
    padding: 10px 15px;
    margin-top: 10%;
}

.banntxt-legal {
    font-size: 14px;
}

.logos-xcar {
    width: 100%;
    max-width: 350px;
    margin-top: 20%;
}

.appp {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: auto;
}

.first-container {
    min-height: calc(100vh - 140px);
    margin-top: 65px;
}

.hr-form {
    border-top: 5px solid #bcbcbc;
    border-radius: 2px;
}

.hr-index {
    position: relative;
}

    .hr-index span {
        position: absolute;
        top: -11px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        padding: 0 8px;
        font-size: 14px;
        color: #db0011;
        font-weight: bold;
    }

.hr-red {
    border-top: 2px dashed rgb(221, 0, 0);
}

.leg-mod {
    font-size: 14px;
}

.ban-des {
    width: 100%;
}

.ban-mob {
    width: 100%;
}

.banner {
    margin-top: 66px;
}

.mmd-img {
    width: 120px;
}

.p-mmd {
    font-size: 16px;
    flex: 1;
}

.alert-secondary {
    color: #fff;
    background-color: #db0011;
    border-color: #db0011;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: 0.875rem;
    background-color: rgb(221, 0, 0);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: 0.25rem;
    position: fixed;
    z-index: 20;
    top: 10px;
    right: 10px;
    color: #fff;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #ffffff;
    background-color: rgb(221, 0, 0);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#toast-noreg,
.tdc-comp {
    display: none;
}

/*BUEN FIN*/
.txt-head {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 20px auto 30px;
}

.ico1 {
    display: block;
    width: 58px;
    margin: auto;
}

.grey-cont {
    background-color: #eeeeee;
}

.ico-grey {
    display: block;
    width: 250px;
    margin: auto;
}

.ico-world {
    display: block;
    width: 80px;
    margin: auto;
}

.registro-box {
    background-color: #eeeeee;
}

.capt-img {
    width: 100%;
    max-width: 230px;
    display: block;
    margin: auto;
}

.form-group label.label-reg {
    font-size: 20px;
}

.visa-logo {
    width: 100%;
    max-width: 120px;
    display: block;
    margin: auto;
}

.b-tyc {
    font-size: 18px;
}

/*TEASER*/
.bf-tease {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 8vh auto 0;
}



/*/COMERICOS*/

.parrilla .col-md-3 a img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.parrilla .col-md-3 a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*CARR*/
.owl-carousel.banners-slide .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

    .owl-carousel.banners-slide .owl-dots button.owl-dot {
        width: 13px;
        height: 13px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #db0011;
        margin: 0 5px;
        opacity: .5;
    }

        .owl-carousel.banners-slide .owl-dots button.owl-dot.active {
            background-color: #db0011;
            opacity: .9;
        }

.owl-carousel.banners-slide .item.item-bg1 {
    background-image: url(../assets/img/1.jpg);
    background-size: cover;
    background-position-y: 30%;
}

.icon-l {
    width: 100%;
    max-width: 160px;
    display: block;
    margin: auto
}

.premios-img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 400px;
}

.legales {
    font-size: 14px;
}

#registro-box {
    background-color: #eee;
    padding: 20px 15px;
    display: none;
}

.alinear {
    display: flex;
    justify-content: space-between;
}

.text-justify {
    text-align: justify !important;
}

/*Tabs*/
.box-reg {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-tabs.tabs-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-align: center;
    /* border: none; */
}

    .nav-tabs.tabs-index .linea-reg {
        width: 60%;
        position: absolute;
        top: 18px;
        background-color: #dadada;
        height: 4px;
        z-index: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 3px;
    }

    .nav-tabs.tabs-index .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        z-index: 1;
    }

        .nav-tabs.tabs-index .nav-item .nav-link {
            text-align: center;
            color: #000;
            border: none;
        }

            .nav-tabs.tabs-index .nav-item .nav-link.active {
                color: #000;
                background-color: transparent;
            }

                .nav-tabs.tabs-index .nav-item .nav-link.active .barra-regbt {
                    width: 65%;
                    height: 14px;
                    background-color: #000;
                    border-radius: 10px;
                    display: inline-block;
                }

            .nav-tabs.tabs-index .nav-item .nav-link .barra-regbt {
                width: 65%;
                height: 14px;
                background-color: transparent;
                border-radius: 10px;
                display: inline-block;
            }

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: none;
}


/*Edits Sadot*/
.xs-text {
    font-size: 60%;
}

.h1head {
    font-weight: bolder;
    font-size: 3.7rem;
}

.h2head {
    font-weight: bolder;
    font-size: 3rem;
}

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators .active {
        background-color: #FF0000;
    }

    .carousel-indicators li {
        width: 120px;
        height: 5px;
        background-color: #000000;
        opacity: .2;
    }

.bg-secc2 {
    background-color: #e1e1e1;
    width: 100%;
    background-size: cover;
    padding: 5%;
}

.bg-secc3 {
    background-color: #c6c6c6;
    width: 100%;
    background-size: cover;
    padding: 5%;
}

.img-responsive {
    width: 99%;
}

/*BOTON*/
.btn-flotante {
    font-size: 40px;
    /* Cambiar el tamaño de la tipografia */
    height: 80px;
    width: 80px;
    text-transform: uppercase;
    /* Texto en mayusculas */
    font-weight: bold;
    /* Fuente en negrita o bold */
    color: #ffffff;
    /* Color del texto */
    border-radius: 50px;
    /* Borde del boton */
    letter-spacing: 2px;
    /* Espacio entre letras */
    background-color: transparent;
    /* Color de fondo */
    padding: 11px 18px;
    /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

    .btn-flotante:hover {
        transform: translateY(-7px);
    }

.btn-flotante2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    letter-spacing: 2px;
    background-color: #FF0000;
    padding: 10px 20px;
    position: fixed;
    top: 87px;
    left: 5px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    z-index: 99;
}

    .btn-flotante2:hover {
        background-color: #2c2fa5;
        /* Color de fondo al pasar el cursor */
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }

/*DETALLE*/

.producto-detalle {
    position: relative;
    top: 0px;
    padding: 45px 25px 45px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

    .producto-detalle .descripcion h4 {
        font-size: 18px;
        margin: 18px 0;
        font-weight: bold;
    }

    .producto-detalle .descripcion h5 {
        font-size: 14px;
        margin: 15px 0;
        color: #797979;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.detalle-img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
}

/*PRODUCTO GRID*/
.categofirst {
    margin-top: 110px;
}

.filtros-box {
    position: relative;
    float: none;
    top: 0px;
    width: 100%;
    height: auto;
    max-height: none;
    padding-bottom: 35px;
    padding-top: 1px;
    margin-bottom: 0px;
    margin: 00px auto 0px;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}

select.form-control {
    height: 32px;
    margin: 0px;
    border: 0px none;
    border-radius: 0px;
    font-size: 14px;
    padding: 3px;
    margin: 0px;
    color: #666;
    background: #fff;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #db0011;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -o-linear-gradient(45deg, transparent 50%, #db0011 50%), -o-linear-gradient(315deg, #db0011 50%, transparent 50%);
    background-image: linear-gradient(45deg, transparent 50%, #db0011 50%), linear-gradient(135deg, #db0011 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    outline: 0;
}

.filtro .form-group {
    margin-bottom: 0;
}

.filtro input.f-pts {
    float: left;
    width: calc(50% - 18px);
    height: 32px;
    background-color: #fff;
    color: #666;
    border: none;
    border-bottom: 1px solid #db0011;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

.btn-mas {
    padding: 8px 10px;
    margin: 0px;
    width: 30px;
    background-color: #db0011;
    color: #ffffff;
    display: inline-block;
    border-color: #999;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    font-size: 16px;
}

.filtro div.btn-mas.to {
    width: 6px;
    height: 32px;
    padding: 2px 0px;
    color: #db0011;
    background-color: #fff;
    border: 0px none;
    border-bottom: 1px solid #db0011;
}

.filtro div.btn-mas.pts {
    height: 32px;
    padding-top: 2px;
    color: #db0011;
    background-color: #fff;
    border: 0px none;
    border-bottom: 1px solid #db0011;
}

.box-producto-home {
    position: relative;
    margin: 0px 0px;
    height: auto;
    width: 100%;
    padding-bottom: 20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    display: flex;
    flex-direction: column;
}

    .box-producto-home .box-wish {
        display: none;
        position: absolute;
        padding: 5px 0px;
        color: #ffffff;
        top: 0px;
        right: 10px;
        border-radius: 0px;
        font-size: 18px;
    }

    .box-producto-home:hover .box-wish {
        display: block;
    }

    .box-producto-home .box-wish a {
        border-bottom: 1px solid transparent;
    }

        .box-producto-home .box-wish a:hover {
            border-bottom: 1px solid black;
            text-decoration: none;
        }

        .box-producto-home .box-wish a img {
            width: 20.66px;
            height: 20px;
        }

.prod-info {
    text-align: center;
    padding: 0 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
}

    .prod-info .prod-name {
        display: block;
        line-height: 1.2;
    }

    .prod-info .prod-price {
        font-size: 20px;
        font-weight: bold;
    }

/*SEPARADOR*/
.separador {
    padding-top: 65px;
    padding-bottom: 40px;
}

    .separador h5 {
        position: relative;
        padding: 5px;
        width: 100%;
        max-width: 350px;
        margin: -40px auto -20px;
        background-color: #fff;
        text-align: center;
        font-size: 24px;
    }

    .separador .separador-hr {
        width: 100%;
        top: 25px;
        border-bottom: 1px solid #db0011;
        margin-top: 0px;
    }

    .separador h5 {
        position: relative;
    }

        .separador h5 span.cat-badge {
            font-size: 12px;
            margin-left: 7px;
            margin-top: 6px;
        }

.mt-sxl {
    margin-top: 8rem !important;
}

/*Poner botón*/
.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
}

.texto-encima {
    position: absolute;
    top: 10px;
    left: 10px;
}

.centrado {
    position: absolute;
    font-size: xx-large;
    font-weight: bolder;
    text-transform: uppercase;
    width: 100%;
    top: 70%;
    left: 49%;
    transform: translate(-50%, -50%);
}

.btn-encima {
    background-color: #000;
    border-radius: 0;
    width: 35%;
    height: auto;
    color: #fff;
    position: absolute;
    top: 93%;
    left: 20%;
    transform: translate(-50%, -50%);
}

    .btn-encima:hover {
        background-color: #333;
        color: #dbdbdb;
    }

.centrado-abj {
    position: absolute;
    font-size: xx-large;
    font-weight: bolder;
    text-transform: uppercase;
    width: 100%;
    top: 60%;
    left: 49%;
    transform: translate(-50%, -50%);
}

.btn-face {
    background-color: #3b5991;
    margin: 5px;
    color: #ffffff;
    border-radius: 0;
    font-size: 1rem;
}

.btn-Twitter {
    background-color: #00a4ea;
    margin: 5px;
    color: #ffffff;
    border-radius: 0;
    font-size: 1rem;
}

.btn-WA {
    background-color: #2cb142;
    margin: 5px;
    color: #ffffff;
    border-radius: 0;
    font-size: 1rem;
}

.btn-sucursales {
    background-color: #313131;
    margin: 5px;
    color: #ffffff;
    border-radius: 0;
    font-size: 1rem;
}

.dropend {
    width: 104%;
}

.btn-encima-abj {
    background-color: #000;
    border-radius: 0;
    width: 35%;
    height: auto;
    color: #fff;
    position: absolute;
    top: 85%;
    left: 20%;
    transform: translate(-50%, -50%);
}

    .btn-encima-abj:hover {
        background-color: #333;
        color: #dbdbdb;
    }

.bg-triangulo {
    background-image: url("../assets/img/triangulo.svg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
}

.centro {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .centro > div {
        text-align: center;
    }

.semicuadro {
    border-top: solid 2px #c3c3c3;
    border-bottom: solid 2px #c3c3c3;
    border-right: solid 2px #c3c3c3;
    border-left: none;
}

.semicuadro2 {
    border-top: solid 2px #c3c3c3;
    border-bottom: solid 2px #c3c3c3;
    border-left: solid 2px #c3c3c3;
    border-right: none;
}

.semicuadro3 {
    border: solid 2px #c3c3c3;
}

.cuadro {
    /* 
    border-radius: 50px;
    
    position: relative;
    bottom: 400px;
    right: -510px;
    transition: all 300ms ease 0ms;
   
    z-index: 99; */
    width: 50%;
    color: #ffffff;
    border-radius: 20px;
    padding: 2%;
    position: absolute;
    bottom: -250px;
    z-index: 2;
    left: calc(50% - 28px);
    box-shadow: 0px 8px 15px rgb(255 255 255 / 10%);
    background-color: rgba(195, 195, 195, 0.2);
}

.form-check-input:checked {
    background-color: rgb(219, 0, 17);
    border-color: #db0011;
}

.form-check-input {
    border: 2px solid rgba(219, 0, 17, .8);
}

.ppc-5 {
    padding-top: 2.5%;
}

.px-20 {
    padding-right: 20px !important;
    padding-left: 0 !important;
}

.td-5 {
    padding: 3rem !important;
}

.modal-header {
    background-color: transparent;
}

#butt {
    display: none;
}



.carousel-indicators [data-bs-target] {
    background-color: red;
}


/*Owl carousel */

button.owl-next {
    margin-right: 10px;
}

button.owl-prev {
    margin-left: 10px;
}

#circulo {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #939393;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    #circulo:hover {
        background: #db0011;
    }

    #circulo > i {
        color: white;
        font-size: 3rem;
        margin-top: -20px;
        position: absolute;
    }

    #circulo > p {
        font-family: sans-serif;
        color: white;
        font-size: 1rem;
        font-weight: bold;
        position: fixed;
        margin-bottom: -50px;
    }

/* .catego{
  background-color: #939393;
  color: #ffffff;
    justify-content: center;
    align-items: center;
    height: 160px;
    display: grid;
    border-radius: 75%;
}

.catego:hover{
  background-color: #db0011;
}

.catego > i {
      font-size: 50px;
    margin-top: auto;
} */



.promo {
    color: #ffffff;
    align-items: center;
    display: grid;
}

    .promo > p {
        font-size: 1.3rem;
        text-align: left !important;
        padding: 0px 80px;
        margin-top: 10px;
    }

.owl-carousel .owl-item img {
    width: 80%;
    justify-self: center;
}

.w-80 {
    width: 80% !important;
}

/*Fin Owl */

/*OWL 2*/
.col-carousel {
    margin: 70px 0;
}

/* owl nav */
.owl-prev span,
.owl-next span {
    color: #FFF;
}

    .owl-prev span:hover,
    .owl-next span:hover {
        color: #8199A3;
    }

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

/* removing blue outline from buttons */
button:focus,
button:active {
    outline: none;
}

/*Fin owl 2*/

/*Flipcard*/
.container {
    /*transform-style: preserve-3d;*/
}

    .container .box {
        position: relative;
        width: 300px;
        height: 300px;
        margin: 20px;
        /*transform-style: preserve-3d;*/
        perspective: 1000px;
        cursor: pointer;
    }

        .container .box .body {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*transform-style: preserve-3d;*/
            transition: 0.9s ease;
        }



            .container .box .body .imgContainer {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transform-style: preserve-3d;
            }


                .container .box .body .imgContainer img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .container .box .body .content {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #333;
                backface-visibility: hidden;
                transform-style: preserve-3d;
                transform: rotateY(180deg);
            }

        .container .box:hover .body {
            transform: rotateY(180deg);
        }

        .container .box .body .content div {
            transform-style: preserve-3d;
            padding: 20px;
            background-color: white;
            /* background: linear-gradient(45deg, #db0011,#c3c3c3); */
            transform: translateZ(100px);
        }

            .container .box .body .content div h3 {
                letter-spacing: 1px;
            }

/*Fin Flipcards*/

.fs-0 {
    font-size: 2.5rem;
}

.fs-7 {
    font-size: 0.75rem;
}

.md-show {
    display: none !important;
}

.sm-show {
    display: none !important;
}

.carousel-caption {
    max-width: 30%;
    text-align: left;
    right: 40%;
    top: 30%;
    left: 15%;
}

.xs-txt {
    font-size: 80%;
}

.xs-txt {
    font-size: 50%;
}

.xl-text {
    display: inline-block;
    color: #db0011;
    font-size: xxx-large;
    font-weight: bold;
}

.p-x {
    padding-left: 20%;
}

.text-red {
    color: #db0011 !important;
}

.text-normal {
    font-size: 1rem;
    font-weight: initial;
}

.modal-footer {
    background-color: #313131;
    color: #ffffff;
    text-align: justify;
    font-size: 50%;
}

.w-nav {
    width: 80%;
}

/*MAPA*/
.map {
    width: 200px;
    height: 428px;
    margin-left: 10px;
    border-radius: 40px
}

.mockup {
    width: 220px;
    position: absolute;
}

/*Listado*/
.listado {
    padding: 0 10%;
}

.listado__li {
    color: white;
    font-size: large;
    margin: 30px;
}

.lista2 {
    color: #4c4c4c;
    font-size: 11px;
}

.vineta {
    width: 60px;
}

.navbar-collapse {
    flex-grow: 0;
}

.box-shadow {
    box-shadow: 0px 2px 6px 2px rgb(0 0 0 / 46%);
    padding: 15px 0;
    width: 100%;
}

.avatar {
    border-radius: 50%;
    height: 64px;
    object-fit: cover;
    object-position: center;
    width: 64px;
}

.marcador {
    font-family: "Clock";
    text-align: center;
    font-size: 5rem;
    line-height: 0.6;
    margin-top: 20px;
}

.cuadrito {
    width: max-content;
    height: max-content;
    background-color: #efefef;
    padding: 2% 15%;
    margin-left: 30%;
    border-radius: 20px;
    margin: 0px auto;
}

.goles {
    line-height: 0.6;
    text-align: center;
}

.textorito {
    display: none;
}

.bt-sdown-index {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 45px;
    left: calc(50% - 0px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
}


.border-red {
    border: solid 2px #db0011;
}

/*Juego*/
#game-outlaw {
    width: 100%;
    height: 100vw;
    max-height: calc(100vh - 300px);
    display: block;
}

/*AYUDA*/

/*HELP*/
.boton-ayuda {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 10;
    padding: 5px;
}

    .boton-ayuda:focus {
        outline: none;
    }

    .boton-ayuda img {
        width: 75px;
    }

.ayuda-contenedor {
    position: fixed;
    bottom: 130px;
    right: 15px;
    z-index: 1032;
    width: 280px;
    height: 410px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 19px 0px rgba(148, 148, 148, 1);
    box-shadow: 0px 6px 19px 0px rgba(148, 148, 148, 1);
    display: none;
}

    .ayuda-contenedor .box-header {
        background-color: #db0011;
        padding: 15px;
        color: #fff;
        position: relative;
    }

        .ayuda-contenedor .box-header .close-box {
            position: absolute;
            right: 0;
            margin: 0;
            padding: 0 15px;
        }

            .ayuda-contenedor .box-header .close-box:focus,
            .ayuda-contenedor .box-header .close-box:hover,
            .ayuda-contenedor .box-header .close-box:active {
                color: #fff;
                outline: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .ayuda-contenedor .box-header h2 {
            text-transform: uppercase;
        }

        .ayuda-contenedor .box-header h5 {
            font-size: 11px;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.5);
        }

            .ayuda-contenedor .box-header h5 img {
                width: 15px;
            }

    .ayuda-contenedor .box-body {
        padding: 15px;
        position: relative;
        color: #777;
    }

        .ayuda-contenedor .box-body textarea {
            max-height: 140px;
            min-height: 140px;
        }

        .ayuda-contenedor .box-body .form-control {
            background-color: #f1f1f1;
            color: #999;
            border: none;
            -webkit-box-shadow: 0px 2px 5px 0px rgba(194, 194, 194, 1);
            box-shadow: 0px 2px 5px 0px rgba(194, 194, 194, 1);
        }

        .ayuda-contenedor .box-body span {
            font-size: 10px;
            color: #999;
        }

.input-container {
    margin: 0px auto 12px;
    max-width: 300px;
    background-color: #EDEDED;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(194, 194, 194, 1);
    box-shadow: 0px 2px 5px 0px rgba(194, 194, 194, 1);
    border-radius: 4px;
    text-align: right;
}

input.file-help[type='file'] {
    display: none;
}

.file-info {
    font-size: 0.9em;
}

.browse-btn {
    background: #000;
    color: #fff;
    min-height: 35px;
    padding: 10px;
    font-size: 12px;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

    .browse-btn:hover {
        background: #db0011;
    }

/*THX BOX*/
.ayuda-contenedor .thx-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #db0011;
    display: none;
    padding: 15px;
    color: #fff;
    text-align: center;
}

    .ayuda-contenedor .thx-box h2 {
        font-size: 40px;
        text-transform: uppercase;
        margin-top: 45%;
    }

    .ayuda-contenedor .thx-box p {
        color: rgba(255, 255, 255, 0.5);
        margin-bottom: 50px;
    }

    .ayuda-contenedor .thx-box span {
        color: rgba(255, 255, 255, 0.5);
        display: block;
        line-height: 1;
        margin-bottom: 20px;
    }


.first-container {
    margin-top: 100px;
}

.first-containeroff {
    margin-top: 130px;
}

.min-hall {
    min-height: calc(100vh - 470px);
}

.min-halloff {
    min-height: calc(100vh - 400px);
}

.li_fin {
    margin-bottom: 21rem;
}


/*Maratón*/

.index-box {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
}


    /*INDEX1*/
    .index-box.box-1 {
        background-image: url(../assets/img/bg-pat.png);
        background-position-y: 27px;
        background-size: 200px;
        padding: 0;
        position: relative;
    }

.box-1-header {
    background-color: #f1f1f3;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 2;
}

    .box-1-header span {
        font-size: 14px;
        padding: 0 15px;
    }

.btn.btn-acceso-index {
    font-size: 14px;
    padding: 5px 15px;
    background-color: #db0011;
    color: #fff;
    border: none;
    border-radius: 0;
    min-width: 164px;
}

@media (max-width:510px) {
    .btn.btn-acceso-index {
        margin: 5px 0px;
    }
}

.btn.btn-acceso-index_b {
    font-size: 14px;
    padding: 5px 15px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 0;
}

.logo-head-index {
    width: 140px;
}

.logo-maraton-index {
    width: 100%;
    /*top: 74%;*/
    top: unset;
    bottom: 0px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: 100%;
    aspect-ratio: 2255/1404;
}

.item-plv {
    position: relative;
    min-height: 85vh;
}

    .item-plv .container {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.index-box.box-3 {
    background-image: url(../assets/img/cancha.png);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 80px;
}

.index-box.box2 {
    background-color: #db0011;
    color: white;
}

.index-box.box-5 {
    background-image: url(../assets/img/icon/fondo.png);
    background-position-y: 27px;
    background-size: 200px;
    padding: 0;
    /*display: -webkit-box;*/
    display: -ms-flexbox;
    /*display: flex;*/
}





























@media only screen and (max-width: 1025px) {
    .cuadro {
        bottom: -50px;
    }
}


/*MMEDIAS*/
@media only screen and (max-width: 991px) {
    .avatar {
        border-radius: 50%;
        height: 30px;
        object-fit: cover;
        object-position: center;
        width: 30px;
    }

    span.span-title {
        font-size: 20px;
        background-color: #dbdbdb;
        display: inline-block;
        width: 100%;
        max-width: 100%;
        padding: 5px 15px;
    }

    .form-group.form-group--avaluo {
        flex-wrap: wrap;
    }

        .form-group.form-group--avaluo label {
            width: 100%;
            height: 45px;
            display: flex;
            align-items: center;
            font-weight: bold;
        }

        .form-group.form-group--avaluo input.form-control {
            width: 100%;
            height: 45px;
            border-radius: 0;
        }

    .btn-hsbc-primary.btn-hsbc-primary--pago {
        color: #fff;
        max-width: 100%;
    }

    .btn-hsbc-primary {
        width: 70%;
        margin-bottom: 10px;
        min-height: 19px;
    }

    .btn-hsbc-secondary {
        min-height: 19px;
        margin-bottom: 10px;
    }

    .listado__li {
        font-size: small;
        margin: 0px !important;
        padding: 10px;
        text-align: center;
    }

    .listado {
        margin-bottom: 0;
    }

    .listrito {
        font-size: 10px;
        text-align: center !important;
    }

    .listrito2 {
        font-size: 10px;
        text-align: left !important;
    }

    .xl-text {
        display: none;
    }

    .textorito {
        display: block;
        color: red;
        font-weight: bold;
        text-align: center;
        font-size: 1rem;
    }

    .td-5 {
        padding: 1rem !important;
    }

    .md-hide {
        display: none !important;
    }

    .md-show {
        display: block !important;
    }

    .btn-jugar {
        position: absolute;
        bottom: 510px;
        z-index: 2;
        left: calc(50% - -34px);
    }
}




/*MMEDIAS*/
@media only screen and (max-width: 769px) {
    .banner {
        margin-top: 67px;
    }

    .btn-hsbc-primary {
        width: 70%;
        margin-bottom: 10px;
    }

    .listado__li {
        font-size: small;
        margin: 0px !important;
        padding: 10px;
        text-align: center;
    }

    .listado {
        margin-bottom: 0;
    }

    .td-5 {
        padding: 0 !important;
    }

    .btn-jugar {
        position: absolute;
        bottom: 390px;
        z-index: 2;
        left: calc(50% - -34px);
    }

    .w-90 {
        width: 100% !important;
    }

    .index-box {
        min-height: 95vh;
    }

    .img-25 {
        width: 100%;
    }
}

/* @media only screen and (max-width: 575px) {
  .banner{
  margin-top: 65px;
  }
  .btn-hsbc-primary{
  
    background-color: #db0011;
    min-width: 100px;
    max-width: 100%;
    font-size: 12px;
    min-height: 39px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    border-radius: 0px;
    width: 50%;
    border: 1px solid #db0011;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  .btn-hsbc-secondary{
    min-width: 150px;
    max-width: 100%;
    margin-bottom: 7px;
    font-size: 12px;
    min-height: 39px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 0px;
    width:  100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
  }
  .img-main-box{
    max-height: 250px;
    overflow: hidden;
  }
  .home-img {
      width: 100%;
      margin-left: 0;
  }
  .main-title{
    font-size: 14px;
    text-align: right;
  }
  .header-logo{
        max-width: 210px;
  }
  h5.main-title.main-home{
  font-size: 14px;
  }

.owl-carousel.banners-slide .owl-dots{
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
}
} */

@media (max-width: 600px) {
    .header-banner {
        margin-top: 120px;
    }

    .bg-cancha {
        background-position: center;
    }

    h1 {
        font-size: 14px;
    }

    .carousel-caption {
        max-width: 50%;
        text-align: left;
        right: 40%;
        top: 40%;
        left: 2%;
    }

    .btn-hsbc-primary {
        min-width: 100px;
        max-height: 20px;
        max-width: 100%;
        margin-bottom: 5px;
        font-size: 12px;
        min-height: 39px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        border-radius: 0px;
        width: 100%;
        font-size: 16px;
        line-height: 1;
    }

    .btn-hsbc-secondary {
        min-width: 100px;
        max-height: 20px;
        max-width: 100%;
        margin-bottom: 5px;
        font-size: 12px;
        min-height: 39px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        border-radius: 0px;
        width: 100%;
        font-size: 10px;
        line-height: 1;
    }

    .promo {
        height: 25rem;
    }

        .promo > p {
            font-size: 1rem;
            text-align: justify;
            padding: 0px 70px;
            margin-top: 0;
        }

    .img-25 {
        width: 100%;
    }

    .alinear {
        display: block;
        /* justify-content: space-between; */
    }

    .catego {
        width: 140px;
        margin-left: 70px;
    }

    .listado {
        margin: 0;
    }

    .listado__li {
        font-size: small;
        margin: 0px;
        padding: 10px;
        text-align: center;
    }

    .lista2 {
        font-size: 9px;
        margin: 10px 0;
    }

    .fs-0 {
        font-size: 1.5rem;
    }

    .btn-flotante {
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }

    .sm-hide {
        display: none !important;
    }

    .cuadro {
        width: 90%;
        color: #ffffff;
        border-radius: 20px;
        padding: 2%;
        position: absolute;
        bottom: 343px;
        z-index: 2;
        left: calc(40% - 129px);
        box-shadow: 0px 8px 15px rgb(255 255 255 / 10%);
        background-color: rgba(195, 195, 195, 0.2);
    }

        .cuadro > h3 {
            font-size: 0.8rem;
        }

        .cuadro > p {
            line-height: 1.4;
            font-size: 8px;
        }

        .cuadro > ul li {
            line-height: 1.4;
            font-size: 8px;
        }

        .cuadro > h5 {
            font-size: 0.5rem;
        }

    .btn-mini {
        background-color: red;
        color: white;
        border: none;
        font-size: 15px;
    }

    .btn-jugar {
        position: absolute;
        bottom: 103px;
        z-index: 2;
        left: calc(40% - -34px);
        max-width: max-content !important;
        max-height: 10px;
        padding: 0 !important;
    }

    .h6-mini {
        font-size: 0.7rem;
    }

    .btn-trans {
        background-color: transparent;
        border: #fff solid 1px;
        border-radius: 5px;
        padding: 5px;
        font-size: 1rem !important;
        margin-bottom: 1rem;
    }

    .w-nav {
        width: 50%;
    }

    .px-20 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}



.logo-qatar-index {
    position: absolute;
    top: 100px;
    right: 10%;
    max-width: 70%;
}


.box-1-header > div {
    text-align: right;
}


#sug1 {
    background-image: url(../assets/img/header_visa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    ;
}




.palm0 {
    position: absolute;
    margin: 0px 30px 30px auto;
    top: 30px;
    right: 30px;
}


.palm1 {
    position: absolute;
    width: 10%;
    top: 250px;
    left: 5%;
}

.palm2 {
    position: absolute;
    width: 10%;
    bottom: 50px;
    right: 5%;
}



.mecanica-f {
}



    .mecanica-f .palm1 {
        position: absolute;
        width: 100px;
        top: 100px;
        left: 5%;
        transform: translateX(-50%);
    }

    .mecanica-f .palm2 {
        position: absolute;
        width: 100px;
        bottom: 50px;
        right: 5%;
        transform: translateX(50%);
    }


@media (max-width:780px) {
    .mecanica-f .palm1 {
        position: absolute;
        width: 100px;
        top: 100px;
        left: 0;
        transform: translateX(-50%);
    }

    .mecanica-f .palm2 {
        position: absolute;
        width: 100px;
        bottom: 50px;
        right: 0%;
        transform: translateX(50%);
    }
}

#carouselExampleControls {
    background-image: url(../assets/img/logo/qatar_hsbc_w.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right top;
}

@media (max-width:768px) {
    #carouselExampleControls {
        background-image: url(../assets/img/logo/qatar_hsbc_w.png);
        background-repeat: no-repeat;
        background-size: 30vw;
        background-position: right top;
    }
}






.overflow-auto table.table.table-responsive-lg th {
    font-size: 12px;
    line-height: 1;
}

.overflow-auto table.table.table-responsive-lg td {
    font-size: 12px;
    line-height: 1;
}


/*@media only screen and (max-width: 650px) {
  .avatar {
    height: 22px;
    width: 22px;
  }
}
*/


@media only screen and (max-width: 650px) {
    .bg-greys {
        padding: 10px;
    }

    .avatar {
        height: 22px;
        width: 22px;
    }
}


@media only screen and (max-width: 425px) {
    .bg-greys .col {
        width: 50%;
        flex: 1 0 50%;
    }

    .xl-text {
        display: inline;
        font-size: 22px
    }

    .textorito {
        display: none;
    }

    .avatar.md-hide {
        display: inline !important;
    }
}


.row.gol-cuadritos {
    justify-content: center;
}

.gol-cuadritos .col {
    flex: 1 0 20%;
    margin-bottom: 20px;
    justify-content: center;
}

@media (max-width:768px) {
    .gol-cuadritos .col {
        flex: 1 0 30%;
        max-width: 30%;
    }
}

@media (max-width:400px) {
    .gol-cuadritos .col {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (max-width:820px) {
    #sug1 {
        background-color: #0d1c28;
        background-image: url(../assets/img/header_visa_m.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
}

a.foot {
    margin-left: 15px;
}



.gol-cuadritos .col cuadrito {
    margin: 0px auto;
}

@media (max-width:768px) {
    footer > .container:nth-child(1) > .row:nth-child(1),
    footer > .container:nth-child(1) > .row:nth-child(1) > .text-end {
        text-align: center !important;
        align-items: center !important;
        margin: 10px 0;
    }

        footer > .container:nth-child(1) > .row:nth-child(1) img {
            width: 100px !important;
        }
}

.owl-prev span,
.owl-next span {
    color: #db0011;
    font-size: 45px;
    padding-left: 5px;
    padding-right: 5px;
}

.owl-theme .owl-nav {
    margin: 0px;
}

    .owl-theme .owl-nav [class*=owl-] {
        margin: 0px;
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: rgba(255,255,255,0) !important;
            color: #FFF;
            text-decoration: none;
        }

        .owl-theme .owl-nav [class*=owl-] span:hover {
            color: #db0011;
            text-decoration: none;
        }

.listado__li .col-lg-10.col-md-10.col-sm-10 {
    vertical-align: middle;
    align-self: center;
    text-align: left;
}

#modal-onboarding button.btn.btn-hsbc-secondary.btn-hsbc-secondary--head.txt-white,
#modal-onboarding button.btn.btn-hsbc-primary.btn-hsbc-primary--head.txt-white {
    min-width: 180px;
}

.o-ayuda {
    max-width: 300px;
}

.min-posiciones {
    min-height: calc(100vh - 460px);
}

.bg-cancha

.logo-qatar-index {
    position: absolute;
    top: 100px;
    right: 8%;
    max-width: 50%;
    width: 250px;
}

footer > .container:nth-child(1) > .row:nth-child(1) img {
    width: 100px !important;
}

.fInline {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

    .fInline > div {
        vertical-align: middle;
        align-self: center;
    }

        .fInline > div ul {
            margin-bottom: 0px;
        }

.imgIpab {
    width: 100px;
    padding: 10px;
}

.bullets,
.bullets * {
    font-size: 13px !important;
}

    .bullets sup {
        font-size: 8px !important;
    }


.legales {
}

    .legales li {
        margin-bottom: 10px;
    }

    .legales ul ul li {
        margin-bottom: 5px;
    }

#carouselExampleControls {
    width: 100%;
    max-width: 1300px;
}


.bullets2,
.bullets2 * {
    font-size: 18px !important;
}

    .bullets2 sup {
        font-size: 14px !important;
    }


.consulta-collapse-icon {
    width: 20px;
}



.panel.panel-consultas.panel-default {
    margin: 10px 0px;
    border-bottom: 1px solid #db0011;
}


/*Juego*/
#game-outlaw {
    width: 100%;
    height: 100vh;
    max-height: calc(100vh - 0px);
    display: block;
}


    #game-outlaw canvas {
        /*margin-top: 0px !important;*/
    }


#modal-onboarding .owl-item {
    padding: 30px;
}

#modal-onboarding .item ul {
    padding: 10px 50px;
}

.lista2.ipab {
    display: flex;
    align-items: center
}

footer > .container:nth-child(1) > .row:nth-child(1) div:nth-child(2) img {
    width: 272px !important;
}

.lista2.ipab {
    display: flex;
    align-items: center
}

#modal-onboarding .owl-item {
    padding: 0 30px;
}

footer > .container:nth-child(1) > .row:nth-child(1) {
    vertical-align: middle;
    align-self: center;
}

    footer > .container:nth-child(1) > .row:nth-child(1) div {
        vertical-align: middle;
        align-self: center;
    }

        footer > .container:nth-child(1) > .row:nth-child(1) div:nth-child(2) img {
            width: 200px !important;
        }

@media (max-width:769px) {
    #carouselExampleControls {
        padding-top: 50px;
    }
}

.fondojugar {
    position: relative;
}

.btn-jugar {
    position: relative;
    bottom: 0px;
    z-index: 2;
    left: unset;
    max-width: max-content !important;
    max-height: auto;
    padding: 0 !important;
}


.cuadro {
    top: 50%;
    transform: translatey(-50%);
    bottom: unset;
    left: calc(50% - 28px);
}

@media (max-width:600px) {
    .md-show.btn.btn-hsbc-primary.btn-hsbc-primary--head.btn-jugar {
        position: relative;
        display: block !important;
        margin: 30px auto;
        min-height: 39px;
        min-width: 200px;
        line-height: 36px;
    }
}


.bt-sup-index {
    position: absolute;
    top: 10px;
    z-index: 2;
    width: 45px;
    left: calc(50% - 0px);
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
}

#owl1 .owl-prev {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../assets/img/icon/bt-atras.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translate(-50%);
}

#owl1 .owl-next {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../assets/img/icon/bt-adelante.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    transform: translate(-50%);
}


.goBack {
    font-size: 16px;
    margin: 0 15px 0 50px;
    color: #db0011;
}

#owl1 .owl-prev span,
#owl1 .owl-next span {
    color: #fff !important;
    font-size: 70px !important;
    display:none;
}

#owl1 .owl-prev {
    width: 45px;
    height: 45px;
    margin-left: 20px;
}



#owl1 .owl-next {
    width: 45px;
    height: 45px;
    transform: translate(0%);
    margin-right: 5px;
}


@media (max-width:992px) {

    .bullets2,
    .bullets2 * {
        font-size: 13px !important;
    }
}


@media (max-width:992px) {

    #sugoi-content h1,
    #sugoi-content h1 .fs-4 {
        font-size: 22px !important;
    }

    #sugoi-content h1 {
        margin-top: 40px;
        text-align: center;
        width: 100%;
    }

    .row.iomobile {
        flex-direction: column-reverse;
    }

        .row.iomobile .text-end img {
            width: 230px;
        }
}


.flex-key-img {
    display: flex;
    flex: 1 0 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .flex-key-img p {
        margin-bottom: 0px;
    }

.key-img {
    display: block;
    margin: 0;
    width: 100px;
}

.container.legales.principal {
    max-height: calc(100vh - 300px);
    /*overflow-y: hidden;*/
    overflow-y: auto;
    position: relative;
}

.container.legales.secundario {
    padding-top: 30px;
}

.container.legales.principal.full {
    max-height: unset;
}

.container.legales.principal .btn.btn-hsbc-primary.vermas {
    position: relative;
    margin-left: 10px;
    width: calc(100% - 20px);
}

.legales-container {
  text-align: justify;
}

.legales-container ul {
  list-style: none;
}

.legales-container > ul > li {
  margin-bottom: 20px;
}

.legales-container li li {
  margin-bottom: 10px;
}

.legales-container td,
.legales-container th {
  text-align: left;
}

.modal-body .legales-container {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}

.modal-body .legales-container td {
  color: #ffffff;
}

@media (max-width: 520px) {
  .modal-body .legales-container th,
  .modal-body .legales-container td {
    font-size: 13px;
  }
}

.modal.bg-dark td {
    color: #ffffff;
}

.modal .btn-hsbc-primary {
    white-space: nowrap;
    max-width: unset;
    width: auto;
}

.div-selects {
    flex-wrap: wrap;
}

    .div-selects select {
        min-width: 200px;
        margin: 10px;
    }
