header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background:  #E8151E;
    background-size: auto 100px;
    height: 140px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
}

header .manager {
    background: rgb(40, 42, 111);
    box-shadow: inset 0 -4px 4px rgba(0, 0, 0, .08);
    height: 40px;
}

header .manager a:link,
header .manager a:visited,
header .manager a:active {
    font-size: .8em;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    padding: 0 15px;
}

header .manager .languages-panel, header .manager .user-panel {
    position: absolute;
    top: -500px;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2c325f+0,121630+100 */
    background: rgb(44, 50, 95); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(44, 50, 95, 1) 0%, rgba(18, 22, 48, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(44, 50, 95, 1) 0%, rgba(18, 22, 48, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(44, 50, 95, 1) 0%, rgba(18, 22, 48, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c325f', endColorstr='#121630', GradientType=0); /* IE6-9 */
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

header .manager .languages-panel {
    width: 200px;
}

header .manager .user-panel {
    width: 250px;
}

header .manager .languages-panel p, header .manager .user-panel p {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 50px;
    font-weight: 400;
    border-bottom: 1px solid rgba(18, 22, 48, 1);
    border-top: 1px solid #3B4270;
}

header .manager .languages-panel p:first-of-type, header .manager .user-panel p:first-of-type {
    border-top: none;
}

header .manager .languages-panel p:last-of-type, header .manager .user-panel p:last-of-type {
    border-bottom: none;
}

header .manager .languages-panel p a:link,
header .manager .languages-panel p a:visited,
header .manager .languages-panel p a:active,
header .manager .user-panel p a:link,
header .manager .user-panel p a:visited,
header .manager .user-panel p a:active {
    width: 100%;
    height: 100%;
    border-left: 5px solid rgba(198, 53, 39, 0);
    animation: all .4s;
}

header .manager .languages-panel p a:hover, header .manager .user-panel p a:hover {
    width: 100%;
    height: 100%;
    border-left: 5px solid rgba(255, 255, 255, 1);
}

header .manager .languages-panel.on, header .manager .user-panel.on {
    animation: slide_in_langs 1.5s forwards;
}

header .manager a:hover {
    background: #1d234d;
}

header .manager .icn {
    margin-right: 7px;
}

header .manager .fas {
    margin-left: 7px;
    margin-right: 7px;
}

header .manager span.x-svg {
    height: 18px;
    fill: #fff;
    width: 17px;
    transition: all .4s;
    margin-right: 7px;
}

header .manager span span {
    margin-left: 5px;
    padding: 3px;
    background: #fff;
    border-radius: 3px;
    color: #000;
    font-weight: 700;
}

header .manager a.login:link,
header .manager a.login:visited,
header .manager a.login:active {
    background: #222;
    box-shadow: inset 0 0px 7px rgba(0, 0, 0, 1);
}

header .manager a.login:hover {
    background: rgb(176,12,16);
    box-shadow: inset 0 0px 7px rgba(0, 0, 0, .4);
}

header .manager a.cart:link,
header .manager a.cart:visited,
header .manager a.cart:active {
    background: rgb(176,12,16);
    box-shadow: inset 0 0px 7px rgba(0, 0, 0, .4);
    padding-right: 0;
}

header .manager a.cart:hover {
    background: #2C325F;
    box-shadow: inset 0 0px 7px rgba(0, 0, 0, .8);
    padding-right: 0;
}

header .manager .cart .cart-resume-qty {
    height: 100%;
    padding: 0 15px;
    margin-left: 15px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

header .header {
    height: 100px;
}
header .header_match {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
}
header .logo {
    height: 75px;
    width: 250px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

header .logo div {
    width: 100%;
}

header .separator {
    display: none;
}

header h2 {
    font-family: 'Manzanares-Bold', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    transition: all .4s;
    padding: 0;
    height: calc(100% - 10px);
    text-shadow: 0px 2px 3px rgba(0, 0, 0, .08);
}
header h2 p.match-name {
    margin: 0;
}
header h2 p.match-name span {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
header h2 p:not(.match-name) {
    margin: 7px 0 0 0;
    font-size: .7em;
    font-weight: 300;
}

header .calendar {
    border-top: 1px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 5px;
    margin-right: 15px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, .26);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .26);
    background: rgb(176,12,16);
}

header .calendar .day {
    font-size: .5em;
    text-align: center;
    border: 1px solid #fff;
    padding: 3px 5px;
    border-radius: 5px;
    background: #E8151E;
    width: calc(100% + 2px);
    margin: 0 0 0 -1px;
}

header .calendar .day-num {
    text-align: center;
    font-size: .8em;
    padding: 5px 0;
}

header .calendar .day-num .hour {
    display: block;
    font-size: .6em;
    font-weight: 300;
    text-transform: initial;
}

header .calendar .month-year {
    font-size: .5em;
    text-align: center;
    border: 1px solid #fff;
    padding: 3px 0;
    border-radius: 5px;
    background: #2C325F;
    width: calc(100% + 2px);
    margin: 0 0 0 -1px;
}

header .calendar .month-year span {
    font-weight: 300;
}

header h2 p .fas {
    margin-right: 5px;
}

header h2 p span.date {
    font-weight: 500;
}

.breadcrumbs-container {
    display: flex;
}

header .breadcrumbs {
    display: flex;
    align-items: flex-end;
    height: 100%;
    width: 100%;
}

header .breadcrumbs p {
    margin: 0 1px 0 0;
    padding-bottom: 7px;
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    width: 25%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

header .breadcrumbs p:nth-of-type(1) {
    border-left: 1px solid rgba(255, 255, 255, .12);
}

header .breadcrumbs p span {
    font-weight: 400;
}

header .breadcrumbs p.active {
    font-weight: 700;
    border-bottom: 5px solid #fff;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, .3);
}

header .match-details {
    display: none;
}

header .confirmation_date_hour {
    display: block;
    color: #fff;
    font-weight: 300;
}

@keyframes slide_in_langs {
    0% {
        top: -1500px;

    }
    100% {
        top: 40px;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 800px)
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 (orientation: portrait) {
    header {
        height: 150px;
        background: #E8151E;
    }

    header .header {
        height: initial;
    }
    header .header_match {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }
    header .logo {
        width: 60%;
        height: 50px;
        margin: 0 auto 0;
    }

    header h2 {
        color: #fff;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 7px 0;
        border-top: 1px solid rgba(255, 255, 255, .4);
        border-left: none;
        height: initial;
        text-shadow: 0px 2px 3px rgba(0, 0, 0, .08);
    }

    header .calendar {
        display: none;
    }

    header .breadcrumbs {
        display: none;
    }

    header .match-details {
        display: block;
    }
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 800px)
and (orientation: portrait) {
    header .logo {
        width: 250px;
        height: 50px;
        margin: 0 auto 0;
    }
    .breadcrumbs-container {
        display: none;
    }
}
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    header .logo {
        width: 280px;
        height: 50px;
        margin: 0 auto 0;
    }

    header .match-details {
        display: block;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    header .header-cart span {
        margin-top: -18px;
        margin-left: -10px;
    }
}