@font-face {
    font-family: 'Manzanares-Regular';
    src: url(../fonts/Manzanares-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Manzanares-Bold';
    src: url(../fonts/Manzanares-Bold.otf) format('truetype');
    font-weight: Bold;
    font-style: normal;

}

.main-sponsors {
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(255, 255, 255);
}


html, body {
    font-family: 'Manzanares-Regular', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #270015;
}

body {
    padding: 155px 0 0 0;
}

body.block {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1440px;
}

section {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: calc(100vh - 155px);
}

.landscape {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://boscdn.vivaticket.com/atm/estadio-wanda-metropolitano.jpg) no-repeat center center;
    background-size: cover;
    z-index: -999999999;
    color: #fff;
}

.landscape h2 {
    font-family: 'Manzanares-Bold', sans-serif;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: center;
}

.landscape h2 span {
    display: block;
}

.landscape h2 .fas {
    display: block;
    margin: 0 auto 30px;
    font-size: 2.5em;
    animation: spin 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/*--------------
    BUTTONS
--------------*/
.btn {
    font-family: 'Manzanares-Bold', sans-serif;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background .4s ease;
    padding: 0 15px 0 15px;
    border-radius: 2px;
    border: none;
    width: fit-content;
    min-width: 150px;
    letter-spacing: .07em;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
}

.btn-block {
    min-width: 100% !important;
    width: 100% !important;
}

.btn-large {
    font-weight: 700;
    font-size: 1em;
    line-height: initial;
    padding: 10px 20px 10px 20px;
}

.btn-sm {
    font-weight: 700;
    letter-spacing: initial;
    min-width: initial;
    line-height: initial;
    padding: 7px;
}

.off {
    opacity: .5;
    pointer-events: none;
}

.off-pointer-events {
    pointer-events: none;
}

.btn.focus,
.btn:focus,
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.btn span.warn {
    font-weight: 300;
    letter-spacing: initial !important;
    padding-right: 3px;
    margin-right: 6px;
    border-right: 1px solid #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

a:hover {
    text-decoration: none;
}

svg:not(:root) {
    overflow: hidden;
    vertical-align: top;
}
.match-name {
    display: flex;
    align-items: center;
    justify-content: center;
}
.match-name span {
    font-size: 0.6em;
    margin: 0 5px;
    padding: 2px 0 0 0;
    font-weight: 700!important;
}
/*--------------
   SCROLLER COMPONENTS
--------------*/
.iscroll-wrapper {
    position: absolute;
    z-index: inherit;
    bottom: 0px;
    width: 100%;
    background: transparent;
    overflow: hidden;
    touch-action: manipulation !important;
    top: 65px;
    background: -moz-linear-gradient(top, rgba(44, 50, 95, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(44, 50, 95, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(44, 50, 95, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a62c325f', endColorstr='#00ffffff', GradientType=0);

}

.scroller {
    padding: 0px;
    position: absolute;
    z-index: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    padding-bottom: 30px;


}

.separator {
    height: 6px;
    width: 60px;
    margin: 0 auto 0;
    transform: skew(-15deg);
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

/*--------------
    ALERTS
--------------*/
.alert p {
    margin: 0;
    font-weight: 700;
}

.alert p span {
    font-weight: 400;
}

.alert-danger {
    background: #ED1B2E;
    color: #fff;
    border: none;
    border-radius: 1px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .6);
    text-align: center;
}

.alert-danger p {
    color: #fff !important;
}

.alert-danger p .fas {
    margin-right: 7px;
}

.alert-success {
    background: rgb(40, 42, 111);
    color: #fff;
    border: none;
    border-radius: 1px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .6);
    text-align: center;
}




/*--------------
    SPINNERS
--------------*/
#loader {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.12)
}

#loader div.loader_container {
    /*background: url(https://boscdn.vivaticket.com/asm/AS_Monaco_FC.svg) no-repeat center center;*/
    /*background-size: 60px auto;*/
}

#loader_seats {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader_inset {
    width: 150px;
    height: 150px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(234, 27, 35) rgba(234, 27, 35, 0) rgba(234, 27, 35, 0);
    border-image: initial;
    margin: auto;
    border-radius: 50%;
    animation: spin .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
}

.inset-loader {
    width: 150px;
    height: 150px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-image: initial;
    margin: auto;
    border-radius: 50%;
    animation: spin .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
}

#loader .loader {
    margin: auto;
    border-radius: 50%;
    animation: spin .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
}

#loader h2 {
    margin: 30px auto;
    color: #232426;
    text-shadow: 0 0 23px rgba(255, 255, 255, .4);
    font-weight: 700;
    font-size: 1.2em;
}

.divider {
    margin: 7px auto 7px;
    width: 30px;
    height: 4px;
    background: #E8151E;
}

.closer {
    float: right;
    width: 40px;
    height: 40px;
    background: #A32B2A url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2228px%22%20height%3D%2227px%22%20viewBox%3D%220%200%2028%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%3Cg%20transform%3D%22translate%28-336.000000%2C%20-47.000000%29%22%20fill%3D%22%23ffffff%22%3E%3Cg%20transform%3D%22translate%28350.000000%2C%2060.500000%29%20rotate%28-45.000000%29%20translate%28-350.000000%2C%20-60.500000%29%20translate%28332.000000%2C%2043.000000%29%22%3E%3Crect%20x%3D%2217%22%20y%3D%220%22%20width%3D%222%22%20height%3D%2235%22%3E%3C/rect%3E%3Crect%20transform%3D%22translate%2818.000000%2C%2017.500000%29%20rotate%28-90.000000%29%20translate%28-18.000000%2C%20-17.500000%29%20%22%20x%3D%2217%22%20y%3D%220%22%20width%3D%222%22%20height%3D%2235%22%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/svg%3E') no-repeat center center;
    background-size: 15px 15px;

    margin: 0;
    cursor: pointer;
    transition: all .5s;
}

.closer:hover {
    border-radius: 100%;
    background-size: 10px 10px;
}

.confirmation_date_hour {
    color: rgb(40, 42, 111);
    font-size: .6em;
    text-transform: uppercase;
    font-weight: 700;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes slide_in {
    0% {
        overflow: initial;
        height: auto;

    }
    100% {
        overflow: hidden;
        height: 0;
    }
}

/*  SMARTPHONES
    Portrait
*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px)
and (orientation: portrait) {
    .iscroll-wrapper,
    .iscroll-wrapper.vip,
    .scroller {
        position: relative;
        top: inherit;
        touch-action: manipulation !important;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        -webkit-touch-callout: inherit;
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
        -webkit-text-size-adjust: inherit;
        -moz-text-size-adjust: inherit;
        -ms-text-size-adjust: inherit;
        -o-text-size-adjust: inherit;
        text-size-adjust: inherit;
    }

    #login .iscroll-wrapper,
    #socios-login .iscroll-wrapper {
        position: absolute;
    }

    section {
        z-index: 1;
        min-height: auto;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px)
and (orientation: portrait) , only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) , only screen
and (max-aspect-ratio: 13/9)
and (max-device-width: 1023px) {
    .iscroll-wrapper,
    .iscroll-wrapper.vip,
    .scroller {
        position: relative;
        top: inherit;
        touch-action: manipulation !important;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        -webkit-touch-callout: inherit;
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
        -webkit-text-size-adjust: inherit;
        -moz-text-size-adjust: inherit;
        -ms-text-size-adjust: inherit;
        -o-text-size-adjust: inherit;
        text-size-adjust: inherit;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1280px)
and (orientation: landscape) {
    .iscroll-wrapper,
    .iscroll-wrapper.vip {
        position: absolute;
        z-index: inherit;
        bottom: 0px;
        /*width: 100%;*/
        /*background: transparent;*/
        overflow: hidden;
        touch-action: manipulation !important;
    }

    .scroller,
    .scroller.vip {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
        padding: initial;
        position: absolute;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        width: 100%;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        -webkit-touch-callout: inherit;
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
        -webkit-text-size-adjust: inherit;
        -moz-text-size-adjust: inherit;
        -ms-text-size-adjust: inherit;
        -o-text-size-adjust: inherit;
        text-size-adjust: inherit;
    }

    #login .iscroll-wrapper {
        position: absolute;
    }

    #login .scroller {
        overflow-y: inherit;
        padding: 0px;
        position: absolute;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none;
    }
}

@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .iscroll-wrapper {
        top: 92px;
        overflow: auto;
        touch-action: none !important;
    }

    .landscape {
        display: none;
        z-index: -999999999;
    }
}

@media only screen
and (min-width: 480px)
and (max-width: 1023px)
and (orientation: landscape) {
    .landscape {
        display: flex;
        z-index: 999999999;
    }

    .iscroll-wrapper {
        position: absolute;
        z-index: inherit;
        bottom: 0px;
        top: 75px;
        width: 100%;
        background: transparent;
        overflow: hidden;
        touch-action: manipulation !important;
    }

    .scroller {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
        padding: initial;
        position: absolute;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        width: 100%;
        -webkit-transform: inherit !important;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        -webkit-touch-callout: inherit;
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
        -webkit-text-size-adjust: inherit;
        -moz-text-size-adjust: inherit;
        -ms-text-size-adjust: inherit;
        -o-text-size-adjust: inherit;
        text-size-adjust: inherit;
    }

    .img_vista_container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100% !important;
        height: 100%;
        z-index: 99999999999999999999999999999999999999;
    }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 40;
    }
}