/* This kills the bootstrap */

.no-bs {
    display: flex;
    flex-wrap: wrap;
}

    .no-bs > .col-lg-1,
    .no-bs > .col-lg-10,
    .no-bs > .col-lg-11,
    .no-bs > .col-lg-12,
    .no-bs > .col-lg-2,
    .no-bs > .col-lg-3,
    .no-bs > .col-lg-4,
    .no-bs > .col-lg-5,
    .no-bs > .col-lg-6,
    .no-bs > .col-lg-7,
    .no-bs > .col-lg-8,
    .no-bs > .col-lg-9,
    .no-bs > .col-md-1,
    .no-bs > .col-md-10,
    .no-bs > .col-md-11,
    .no-bs > .col-md-12,
    .no-bs > .col-md-2,
    .no-bs > .col-md-3,
    .no-bs > .col-md-4,
    .no-bs > .col-md-5,
    .no-bs > .col-md-6,
    .no-bs > .col-md-7,
    .no-bs > .col-md-8,
    .no-bs > .col-md-9,
    .no-bs > .col-sm-1,
    .no-bs > .col-sm-10,
    .no-bs > .col-sm-11,
    .no-bs > .col-sm-12,
    .no-bs > .col-sm-2,
    .no-bs > .col-sm-3,
    .no-bs > .col-sm-4,
    .no-bs > .col-sm-5,
    .no-bs > .col-sm-6,
    .no-bs > .col-sm-7,
    .no-bs > .col-sm-8,
    .no-bs > .col-sm-9,
    .no-bs > .col-xs-1,
    .no-bs > .col-xs-10,
    .no-bs > .col-xs-11,
    .no-bs > .col-xs-12,
    .no-bs > .col-xs-2,
    .no-bs > .col-xs-3,
    .no-bs > .col-xs-4,
    .no-bs > .col-xs-5,
    .no-bs > .col-xs-6,
    .no-bs > .col-xs-7,
    .no-bs > .col-xs-8,
    .no-bs > .col-xs-9 {
        float: none !important;
        vertical-align: top;
    }

/* this kills the selection */

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* fix for ie overflow slick bug (use class slick-ie) */
.slick-ie.slick-slider .slick-list,
.slick-ie .slick-track,
.slick-ie .slick-slide,
.slick-ie .slick-slide img {
    -ms-transform: none !important;
}

/* Quick Fix 692 */
.dropdown-backdrop {
    display: none !important;
}



/* Base Layout */

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    color: #242424;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
}

    body.lock {
        overflow: hidden;
        /*height: initial;*/
    }

*:focus {
    outline: none;
}

a {
    -webkit-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

    a:hover {
        color: #c30000;
    }

    a.div {
        display: block;
    }

        a.div:hover {
            color: inherit;
        }

/*.generic-content p a {
	color: #c30000 !important;
}*/

.generic-content p a[target]:after {
    content: ' ';
    display: inline-block;
    background-image: url('../Images/icons/share.svg');
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    margin: 0 4px;
}


/*img:not(.website-loading) {
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}*/

img.loaded {
    opacity: 1;
}


.image-placeholder {
    width: 100%;
    background: #838383;
    -webkit-transition: background 1s ease-in-out;
    -moz-transition: background 1s ease-in-out;
    transition: background 1s ease-in-out;
}

/*
.b-lazy {
    -webkit-transition: opacity 300ms ease-in-out; 
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out; 
    transition: opacity 300ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}
.b-lazy.b-loaded {
                opacity: 1;
}
    */

h3 {
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px 0;
    color: #c30000;
}

.container-fluid {
    max-width: 1600px;
    position: relative;
}

::-webkit-scrollbar {
    width: 7px;
    display: none;
}

body::-webkit-scrollbar {
    display: block;
}

::-webkit-scrollbar-track {
    background: #f4f4f4;
}

::-webkit-scrollbar-thumb {
    background: #bebebe;
    min-height: 150px;
}

body > svg {
    position: fixed;
    left: -100%;
}

body > .container-fluid > * { /* layout.ts resets changes the opacity to 1 */
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.section {
    position: relative;
    padding-bottom: 40px;
}

    .section:after,
    .section:before {
        content: "";
        display: table;
        clear: both;
    }

*::selection {
    background: #c30000;
    /* WebKit/Blink Browsers */
    color: white;
}

*::-moz-selection {
    background: #c30000;
    /* Gecko Browsers */
    color: white;
}

.inner {
    color: white;
}

.big-title {
    font-size: 34px;
    font-weight: 100;
    line-height: 1;
}

.title,
.big-title {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}


/*> Text Tweaks */

.robo {
    font-family: 'Roboto', 'Roboto Condensed', sans-serif;
}

.uppercase {
    text-transform: uppercase !important;
}

.extra-small {
    font-size: 12px;
}

.small {
    font-size: 14px;
}

.medium-s {
    font-size: 18px;
}

.medium {
    font-size: 20px;
}

.medium-l {
    font-size: 24px;
}

.big {
    font-size: 32px;
}

.large {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
}

.giant {
    font-size: 72px;
    line-height: 72px;
}

.red {
    color: #c30000;
}

.green {
    color: #119f22;
}

.blue {
    color: #1770c1;
}

.gray {
    color: #888888;
}

.slim {
    font-weight: 100;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: bold;
}


/*< Text Tweaks */

.top-title {
    display: block;
    width: 100%;
    margin: 40px auto;
    text-align: center;
    pointer-events: none;
}

    .top-title h2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .top-title > * {
        pointer-events: all;
    }

    .top-title > * {
        display: inline-block;
        vertical-align: middle;
    }

    .top-title:after {
        content: "";
        display: table;
        clear: both;
    }

    .top-title *:not(:first-child) {
        margin-left: 14px;
    }

.transparent {
    opacity: 0;
}

.slb-icon {
    width: 28px;
    height: 28px;
    fill: #242424;
}


.top-title .slb-icon {
    -webkit-transition: fill 200ms ease-in-out, stroke 200ms ease-in-out;
    -moz-transition: fill 200ms ease-in-out, stroke 200ms ease-in-out;
    transition: fill 200ms ease-in-out, stroke 200ms ease-in-out;
}

.top-title:hover .slb-icon {
    fill: #c30000;
}

.inner .slb-icon {
    fill: white;
}

/** SLICK ALLOW PINCH ZOOM **/
/*
.slick-slider {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}
    */
/** VIDEO ICON HOVER **/
rect#icon_white_hover_layer {
    fill: #ffffff;
    font-size: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
/*
.slick-slider {
    -ms-touch-action: auto !important;
    touch-action: auto !important;
}
    */
/** WEBSITE SLICK OVERRIDES **/

.edge-button {
    position: absolute;
    top: 44%;
    top: calc(50% - 25px);
    left: 0;
    width: 50px;
    height: 50px;
    /*background: url(../images/edge-button.svg) no-repeat center center;*/
    cursor: pointer;
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    margin: auto;
    text-align: center;
}

    .edge-button.previous {
        left: 0;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: 1;
    }

    .edge-button.next {
        left: auto;
        right: 0;
    }

.edge-button-path {
    width: 17px;
    height: 32px;
    fill: transparent;
    stroke: #242424;
    stroke-width: 2;
    margin-top: 9px;
    margin-bottom: 9px;
}

.inner .edge-button-path {
    stroke: white;
}

.edge-button.slick-disabled,
.edge-holder.slick-disabled .edge-button {
    opacity: 0;
    cursor: default;
}

.slick-dots {
    bottom: 5% !important;
}

    .slick-dots li {
        margin: 0 !important;
    }

        .slick-dots li button:before {
            color: white;
            opacity: 0.5;
            font-size: 10px !important;
        }

        .slick-dots li.slick-active button:before {
            opacity: 1 !important;
        }

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.edge-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 50px;
}

    .edge-holder.next {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
    }

.edge-shadow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);*/
    display: none !important;
}

    .edge-shadow.next {
        left: auto;
        right: 0;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);*/
    }

.padding-top-30 {
    padding-top: 30px;
}

.padding-left-30 {
    padding-left: 30px !important;
}

.button {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #242424;
    /*padding: 10px 24px;  fix button height */
    cursor: pointer;
    text-align: center;
    /* comentado devido a um 1px em falta no preenchimento */
    /*overflow: hidden;*/
    /* fix button height */
    height: 40px;
    padding: 10px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* end fix button height */
    position: relative;
    -webkit-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
    -moz-transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, border-color 250ms ease-in-out;
}

.inner .button {
    border-color: white;
}

.button > * {
    position: relative;
}

.button:hover,
.button.active {
    color: white;
    border-color: #c30000 !important;
}

.button.active {
    background-color: #c30000 !important;
}

.button:before {
    background-color: #c30000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

@media (hover: hover) {
    .button:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.button.button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
}

    .button.button-icon .icon {
        width: 40px;
        height: 0px;
        vertical-align: middle;
    }

        .button.button-icon .icon > * {
            max-width: 40px;
            max-height: 25px;
            transform: translateY(-50%);
        }

.button-small-text {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.8em;
}

    .button-small-text:hover {
        cursor: pointer;
        color: #c30000;
    }

.button.white {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #242424 !important;
}

    .button.white:hover,
    .button.white.active {
        color: #fff !important;
        border-color: #c30000 !important;
    }

.item:focus,
a:focus {
    outline: none;
}


.centered {
    text-align: center;
    font-size: 0;
}

    .centered > div {
        float: none;
        display: inline-block;
        text-align: left;
        font-size: 13px;
        vertical-align: middle;
    }

.no-pad {
    padding: 0;
}


.col80 {
    width: 80%;
}

.col20 {
    width: 20%;
}

.opacity-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    /*opacity: 0.9;*/
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 200ms ease-in-out, z-index 0s 200ms !important;
    transition: opacity 200ms ease-in-out, z-index 0s 200ms !important;
}

    .opacity-layer.show {
        /*z-index: 10;*/
        z-index: 9;
        opacity: 0.8;
        transition: opacity 200ms ease-in-out !important;
    }


.back-to-top.invisible {
    opacity: 0;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    z-index: 8;
    /* fix */
    z-index: 1000;
    padding: 12px 19px 14px 19px;
    right: 1.5%;
    width: 58px;
    height: 58px;
    text-align: center;
    background-color: rgba(36,36,36,0.2);
    cursor: pointer;
    cursor: hand;
    transition: all 250ms ease-in-out;
}

    .back-to-top:hover {
        background-color: rgba(255,255,255,0.5);
    }

        .back-to-top:hover .top-icon {
            stroke: #c30000;
            position: relative;
            /* left: 1px;  */
            /*top: -2px; */
        }

        .back-to-top:hover > * {
            color: #c30000;
            opacity: 1;
        }

    .back-to-top > * {
        color: #fff;
        font-size: 12px;
        opacity: 1;
        line-height: 1;
        transition: color 250ms ease-in-out;
    }

    .back-to-top .top-icon {
        margin-top: -3px;
        fill: none;
        stroke: #fff;
        stroke-width: 5px;
        height: 22px;
        transform: rotateZ(-90deg);
        width: 14px;
        -webkit-transition: stroke 250ms ease-in-out, margin-left 250ms ease-in-out;
        -moz-transition: stroke 250ms ease-in-out, margin-left 250ms ease-in-out;
        transition: stroke 250ms ease-in-out, margin-left 250ms ease-in-out;
    }

/** Breadcrumb **/

.breadcrumb {
    margin: 0px;
    padding: 20px 20px 20px 50px;
    background-color: white;
    z-index: 4;
    position: relative;
    display: none;
}

    .breadcrumb .breadcrumb-item:not(.active) {
        color: rgb(152,152,152);
    }

    .breadcrumb .breadcrumb-item.active {
        color: rgb(36,36,36);
    }

    .breadcrumb > li + li:before {
        content: '\203A';
        color: rgb(152,152,152);
        padding: 0 3px;
    }


/* Cookies */
.cookies-bar {
    position: fixed;
    bottom: -200px;
    width: 100%;
    /*max-width: 1600px;*/
    background-color: #f4f4f4;
    z-index: 9000;
    font-size: 11px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: bottom 1s ease-in-out;
    -moz-transition: bottom 1s ease-in-out;
    transition: bottom 1s ease-in-out;
}

    .cookies-bar .cookies-wrapper {
        margin: 0 auto;
        max-width: 1600px;
    }

    .cookies-bar .col-sm-10 {
        padding-left: 6%;
        font-family: 'Roboto', sans-serif;
    }

    .cookies-bar .accept-cookies {
        text-align: center;
        padding-left: 5px;
        padding-top: 8px;
    }

    .cookies-bar .button {
        padding: 5px 19px;
    }

    .cookies-bar span a {
        color: #c30000;
    }

    .cookies-bar.show {
        bottom: 0;
    }


.image-placeholder img {
    width: 100%;
}





/* Formularios - styles gerais - colocar aqui */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

textarea, input {
    -webkit-appearance: none;
    border-radius: 0;
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 992px) {



    .filter-navigation .main-nav-row-container .width {
        min-width: 0;
    }

    .top-title, .players-section .top-title {
        margin: 60px auto 40px;
    }

    .cookies-bar {
        font-size: 13px;
        padding-top: 24px;
        padding-bottom: 24px;
    }

        .cookies-bar .accept-cookies {
            text-align: left;
            padding-top: 0;
        }

        .cookies-bar .button {
            padding: 10px 24px;
            min-width: 132px;
            text-align: center;
        }
}

.profile-img label {
    margin-bottom: 0;
    border-radius: 50%;
    background: #fff;
    width: 100px;
    height: 100px;
    cursor: pointer;
    display: inline-block; /** IE */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.profile-img.default label {
    border: 1px solid #ccc;
}

.profile-img span {
    color: #c30000;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 300;
    line-height: 2;
}

.profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    /*border: 2px solid;*/
    /*cursor: pointer;*/
}


svg.arrow {
    max-width: 15px;
    height: 8px;
    stroke: #333;
    fill: none;
    transition: stroke 200ms;
    stroke-width: 4px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transition: transform 0.75s;
}

.navbar-top-links svg.arrow {
    stroke-width: 6px;
}

.welcome-user {
    position: relative;
    font-size: 14px;
    color: #4c4c4c;
    vertical-align: middle;
    display: inline-block; /* IE */
    display: inline-flex;
}

    .welcome-user .dropdown-button {
        display: inline;
        display: flex;
        align-items: center;
        text-align: right;
    }

        .welcome-user .dropdown-button:hover {
            cursor: pointer;
        }

        .welcome-user .dropdown-button > div {
            vertical-align: middle;
            display: inline-block;
            /*display: flex;*/
            /*align-items: center;*/
            padding-bottom: 2px;
        }

            .welcome-user .dropdown-button > div > p {
                display: inline;
            }

        .welcome-user .dropdown-button label {
            height: 33px;
            width: 33px;
        }

            .welcome-user .dropdown-button label span {
                font-size: 16px;
                display: inline-block;
                vertical-align: baseline;
            }

        .welcome-user .dropdown-button img {
            margin-left: 5px;
        }

    .welcome-user svg {
        max-width: 15px;
        height: 8px;
        stroke: #333;
        fill: none;
        transition: stroke 200ms;
        stroke-width: 4px;
    }

    .welcome-user .my-tooltip svg {
        height: 20px;
        stroke-width: 1px;
    }

    .welcome-user svg.pencil {
        -ms-transform: rotate(225deg); /* IE 9 */
        -webkit-transform: rotate(225deg); /* Chrome, Safari, Opera */
        transform: rotate(225deg);
    }

    .welcome-user svg.orders {
    }

    .welcome-user svg.cross {
        stroke-width: 2px;
    }

    .welcome-user .arrow {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
        transition: transform 0.75s;
        margin-right: 5px;
        /* margin-left: 5px; */
        margin-left: 0px;
    }

    .welcome-user .dropdown-button.active,
    .welcome-user .dropdown-button:hover {
        cursor: pointer;
        color: #c30000;
    }

    .welcome-user.active .arrow .welcome-user .dropdown-button:hover .arrow {
        stroke: #c30000;
        -ms-transform: rotate(-90deg); /* IE 9 */
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
    }

    .welcome-user .my-tooltip {
        position: absolute;
        width: 365px;
        /*top: calc(100% + 20px);*/
        top: -1000px;
        background-color: white;
        border: solid 1px rgb(221,221,221);
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.175);
        box-shadow: 0px 0px 20px rgba(0,0,0,.175);
        z-index: 21;
        padding: 15px 10px;
        opacity: 0;
    }

        .welcome-user .my-tooltip .carrot {
            width: 0;
            height: 0;
            border-top: 13px solid transparent;
            border-left: 13px solid rgb(221,221,221);
            border-right: 13px solid transparent;
            position: absolute;
            top: -14px;
        }

            .welcome-user .my-tooltip .carrot:after {
                content: '';
                width: 0;
                height: 0;
                border-top: 12px solid transparent;
                border-left: 12px solid #fff;
                border-right: 12px solid transparent;
                position: absolute;
                top: -10px;
                left: -12px;
            }

    .welcome-user.active .my-tooltip {
        top: calc(100% + 20px);
        opacity: 1;
        -webkit-transition: opacity 500ms ease-in-out;
        -moz-transition: opacity 500ms ease-in-out;
        transition: opacity 500ms ease-in-out;
    }

    .welcome-user header {
        display: flex;
        align-items: center;
        border-bottom: solid 1px rgb(221,221,221);
        padding: 10px 0 23px 24px;
    }

        .welcome-user header > * {
            margin: 0;
        }

        .welcome-user header > div {
            text-align: left;
        }

        .welcome-user header h4 {
            text-transform: uppercase;
            font-size: 16px;
            margin: 5px 0;
        }

            .welcome-user header h4:last-child {
                font-size: 0.97em;
            }

        .welcome-user header .profile-img label {
            width: 75px;
            height: 75px;
            margin-left: 5px;
            margin-right: 15px;
        }

    .welcome-user .profile-ul-options {
        text-align: center;
        margin: 10px 0;
    }

    .welcome-user .item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px !important;
    }

        .welcome-user .item p {
            text-transform: uppercase;
            font-size: 16px;
        }

        .welcome-user .item svg {
            margin-left: 10px;
        }

        .welcome-user .item:hover svg {
            stroke: #c30000;
        }

    .welcome-user footer {
        border-top: solid 1px rgb(221,221,221);
    }

        .welcome-user footer .item {
            padding: 20px 0 2px 0;
            justify-content: center;
        }

.icon-red-notification {
    position: absolute;
    font-size: 11px;
    bottom: 4px;
    right: -7px;
    background-color: #c30000;
    color: white;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Condensed', sans-serif !important;
}

input::-ms-clear {
    display: none;
}

/* Newsletter */
#slb-popup-newsletter {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
}

    #slb-popup-newsletter h3, #slb-popup-newsletter-success h3 {
        color: black;
        text-transform: uppercase;
    }

    #slb-popup-newsletter > .slb-popup-body > .row {
        padding: 20px 0px;
    }

.newsletter-choice {
    padding: 10px 0px;
    text-align: center;
}

    .newsletter-choice input.slb-checkbox {
        margin-right: 15px;
        vertical-align: text-bottom;
    }

    .newsletter-choice label {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: lighter;
    }

#slb-popup-newsletter p, #slb-popup-newsletter-success p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: black;
}

#slb-popup-newsletter hr {
    margin: 10px 0px 30px;
    color: #ddd;
}

#slb-popup-newsletter #newsletter-submit-container {
    text-align: right;
}

#slb-popup-newsletter-success img {
    display: inline-block;
}

#slb-popup-newsletter-success h3 {
    margin-top: 10px;
}

#newsletter-input {
    display: flex;
    border: 1px solid #ccc;
    background: white;
}

    #newsletter-input input {
        flex-grow: 1;
    }

    #newsletter-input a {
        cursor: pointer;
        height: 125px;
        display: inline-block;
        position: relative;
        vertical-align: bottom;
        padding: 20px;
    }

    #newsletter-input svg {
        stroke: #2a2a2a;
        display: inline-block;
        height: 80px;
        top: 50%;
        position: relative;
        transform: translateY(-50%);
        width: 80px;
    }

    #newsletter-input a:hover svg {
        stroke: #C30000;
    }
/* Pre-defined HTML structures */
.slb-hidden {
    display: none !important;
}

.slb-no-border {
    border: 0;
}

.slb-error {
    box-sizing: content-box;
    border: 1px solid #C30000;
}

.slb-red {
    color: #C30000;
}

/* Messages */
.slb-error-text {
    color: #C30000;
}

/* align text */
.align-right {
    text-align: right;
}

/* dropdown after */
.slb-dropdown-arrow {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: white;
    pointer-events: none;
}

    .slb-dropdown-arrow::after {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 4px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        background-color: #242424;
        background-image: url("../Images/caret.png");
    }

/* Checkbox */
.slb-checkbox-wrapper {
    display: flex;
    text-align: left;
    cursor: pointer;
}

    .slb-checkbox-wrapper * {
        cursor: pointer;
    }

label.slb-checkbox {
    cursor: pointer;
    font-weight: 400;
    margin-top: 2px;
}

    label.slb-checkbox.slb-before::before, label.slb-checkbox.slb-after::after, label.slb-checkbox::before {
        content: '';
        display: inline-block;
        text-align: center;
        width: 24px;
        height: 24px;
        border: 1px solid #2a2a2a;
        background-color: #fff;
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 10px;
        line-height: 24px;
        font-size: 14px;
        color: #C30000;
        background: url("/Images/icons/check-red.svg");
        background-size: 0%;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-size 100ms ease-in-out;
    }

input.slb-checkbox[type="checkbox"]:checked + label.slb-checkbox::before,
input.slb-checkbox[type="checkbox"]:checked + * label.slb-checkbox::before,
input[type="checkbox"]:checked + label.slb-checkbox::before,
input[type="checkbox"]:checked + * label.slb-checkbox::before {
    background-size: 100%;
}

/* RadioButton */

input.slb-radio[type="radio"] {
    display: none;
}

    input.slb-radio[type="radio"] + label {
        color: rgb(36,36,36);
        cursor: pointer;
        font-size: 18px;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        line-height: 1em;
    }

        input.slb-radio[type="radio"] + label span.outer,
        input.slb-radio[type="radio"] + label span.inner {
            display: inline-block;
            margin: -1px 4px 0 0;
            vertical-align: middle;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        input.slb-radio[type="radio"] + label span.outer {
            position: relative;
            width: 20px;
            height: 20px;
            margin: 0px 10px 0px 0px;
            cursor: pointer;
            border: solid 1px rgb(137,137,137);
            background-color: white;
        }

        input.slb-radio[type="radio"] + label span.inner {
            width: 10px;
            height: 10px;
            background-color: white;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
        }

    input.slb-radio[type="radio"]:checked + label span.inner {
        background-color: #242424;
    }

    input.slb-radio[type="radio"] + label span,
    input.slb-radio[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }

/* Input Type Text */
input.slb-text:invalid {
    outline: none;
    box-shadow: none;
}

input.slb-text.slb-error, input.slb-text.slb-no-border.slb-error {
    box-sizing: content-box;
    border: 1px solid #C30000;
}

input.slb-text.slb-no-border {
    border: 0;
}

input.slb-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: lighter;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0px 24px;
    font-size: 24px;
    background: white;
    border: 1px solid black;
    outline: none;
}

    input.slb-text.slb-large {
        height: 125px;
        line-height: 125px;
        font-size: 60px;
    }

/* Button */
.slb-button {
    background: none;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px black;
    padding: 10px 24px;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 500ms ease-in-out, border-color 500ms ease-in-out;
    -moz-transition: color 500ms ease-in-out, border-color 500ms ease-in-out;
    transition: color 500ms ease-in-out, border-color 500ms ease-in-out;
}

    .slb-button.slb-large {
        font-size: 21px;
    }

    .slb-button:hover {
        color: white;
    }

    .slb-button::before {
        z-index: -1;
        background-color: #c30000;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: -webkit-transform .5s ease-in-out;
        transition: -webkit-transform .5s ease-in-out;
        transition: transform .5s ease-in-out;
        transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    }

    .slb-button:hover::before {
        transform: scaleY(1);
    }

/* tooltip */
.slb-tooltip {
    display: none;
    position: absolute;
    top: 100%;
    right: 0%;
    width: 100%;
    transform: translate(0px, 5px);
    z-index: 1;
    filter: drop-shadow(0px 0px 1px #bebebe) drop-shadow(0px 0px 7px rgba(0,0,0,0.25));
}

    .slb-tooltip::before {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 50%;
        transform: translateY(1px);
        width: 0px;
        height: 0px;
        border-style: solid;
        border-color: transparent transparent white transparent;
        border-width: 0px 0px 10px 10px;
        z-index: 1;
    }

    .slb-tooltip::after {
        content: attr(title);
        position: absolute;
        right: 0;
        display: block;
        padding: 10px 20px;
        text-align: center;
        font-family: Roboto Condensed, Arial, sans-serif;
        font-size: 14px;
        font-weight: 300;
        background: white;
        white-space: nowrap;
        color: #212121;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slb-tooltip::after {
        box-shadow: 0px 0px 0px 1px rgb(221,221,221), 0px 0px 20px rgba(0,0,0,0.25);
    }
}


/* Dark Button */
.button.dark {
    border-color: #242424 !important;
    background-color: #242424 !important;
    color: white !important;
}

    .button.dark.invalid {
        background: #bebebe;
        border-color: #bebebe;
        cursor: default;
    }

        .button.dark.invalid:before {
            background-color: #bebebe !important;
        }

@media (hover: hover) {
    .button.dark:hover {
        border-color: #C30000 !important;
    }

    .button.dark.invalid:hover {
        background: #bebebe !important;
        border-color: #bebebe !important;
    }
}

/* Disabled Button */
.button.disabled,
.button.disabled * {
    pointer-events: none !important;
}

.button.disabled {
    opacity: 0.5;
}

/* Input Type Checkbox */


/* Base for label styling */
input.slb-checkbox[type="checkbox"]:not(:checked),
input.slb-checkbox[type="checkbox"]:checked {
    display: none;
    /*position: absolute;
    left: -9999px;*/
}

    input.slb-checkbox[type="checkbox"]:not(:checked) + label,
    input.slb-checkbox[type="checkbox"]:checked + label {
        position: relative;
        padding-left: 40px;
        cursor: pointer;
        color: rgb(36,36,36);
        font-size: 18px;
        font-weight: 500;
    }

    input.slb-checkbox[type="checkbox"]:not(:checked) + label {
        color: rgb(136,136,136);
    }

        /* checkbox aspect */
        input.slb-checkbox[type="checkbox"]:not(:checked) + label:before,
        input.slb-checkbox[type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0px;
            width: 23px;
            height: 23px;
            border: 1px solid #bbb;
            background: #fff;
        }
        /* checked mark aspect */
        input.slb-checkbox[type="checkbox"]:not(:checked) + label:after,
        input.slb-checkbox[type="checkbox"]:checked + label:after {
            content: url("../Images/iconCheck.svg");
            position: absolute;
            top: 0px;
            left: 0px;
            width: 23px;
            height: 23px;
            text-align: center;
            transition: all .2s;
        }
        /* checked mark aspect changes */
        input.slb-checkbox[type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

input {
    border-radius: 0;
}

    /* Placeholders */
    input::-webkit-input-placeholder {
        color: #bebebe;
    }

::-moz-placeholder {
    color: #bebebe;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #bebebe;
}
/* ie */
input:-moz-placeholder {
    color: #bebebe;
}


textarea + label[placeholder],
input[type="number"] + label[placeholder],
input[type="email"] + label[placeholder],
input[type="text"] + label[placeholder] {
    position: absolute;
    margin: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
    transform-origin: top left;
    transition: height 200ms ease-in-out;
}

    textarea + label[placeholder]::before,
    input[type="email"] + label[placeholder]::before,
    input[type="number"] + label[placeholder]::before,
    input[type="text"] + label[placeholder]::before {
        content: attr(placeholder);
        padding: 0 4px;
        display: inline-block;
        background: white;
        color: #bebebe;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5em;
        transition: font-size 200ms ease-in-out;
    }

textarea:focus + label[placeholder],
textarea:valid + label[placeholder],
input[type="email"]:focus + label[placeholder],
input[type="email"]:valid + label[placeholder],
input[type="number"]:focus + label[placeholder],
input[type="number"]:valid + label[placeholder],
input[type="text"]:focus + label[placeholder],
input[type="text"]:valid + label[placeholder],
input[readonly="readonly"] + label[placeholder] {
    height: 0;
}

    textarea:focus + label[placeholder]::before,
    textarea:valid + label[placeholder]::before,
    input[type="email"]:focus + label[placeholder]::before,
    input[type="email"]:valid + label[placeholder]::before,
    input[type="number"]:focus + label[placeholder]::before,
    input[type="number"]:valid + label[placeholder]::before,
    input[type="text"]:focus + label[placeholder]::before,
    input[type="text"]:valid + label[placeholder]::before,
    input[readonly="readonly"] + label[placeholder]::before {
        font-size: 10px !important;
        line-height: 1em;
    }

input[type="email"].valid-email + label[placeholder] {
    height: 0;
}

    input[type="email"].valid-email + label[placeholder]::before {
        font-size: 10px;
    }


/* CSS For Global Transitions */
.slbt-opacity {
    opacity: 0 !important;
    transition: opacity 250ms ease-in-out !important;
}

    .slbt-opacity.slbt-opacity-visible {
        opacity: 1 !important;
    }

    .slbt-opacity.slbt-opacity-no-display {
        display: none !important;
    }

/* Popup */
.slb-popup {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    transition: opacity 250ms ease-in-out;
}

    .slb-popup.slb-active {
        display: block;
        opacity: 1;
    }

    .slb-popup .slb-overlay {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.95);
    }

.slb-popup-body {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: auto;
    margin-top: 150px;
}

.website-loading {
    top: 50%;
    left: 50%;
    position: fixed;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 250ms ease-in-out;
    pointer-events: none;
    z-index: 999;
}

    .website-loading > object {
        width: 50px;
    }

.generic.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
}

.generic.opacity-layer {
    z-index: 99999;
    opacity: .65 !important;
    background-color: #000 !important;
}

.clickable {
    cursor: pointer;
}

.modal-backdrop {
    z-index: -1;
}

/* PUBLICIDADE */
.pub-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

    .pub-container div::before {
        position: absolute;
        font-family: 'Roboto Condensed';
        right: 16px;
        top: -28px;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        color: #bebebe;
        content: "Pub";
    }

    .pub-container svg.cross {
        width: 8px;
        height: 8px;
        margin-left: 8px;
        stroke: #bebebe !important;
        stroke-width: 4px !important;
        position: absolute;
        right: 0;
        top: -22px;
        cursor: pointer;
    }

    .pub-container .ad-mrec {
        width: 300px;
        height: 250px;
        max-width: 300px;
        position: relative;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .pub-container .ad-halfpage {
        width: 300px;
        height: 600px;
        max-width: 300px;
        position: relative;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .pub-container .ad-billboard {
        width: 970px;
        height: 250px;
        max-width: 970px;
        position: relative;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .pub-container.billboard.wide .ad-billboard {
        width: 1272px;
        max-width: 1272px;
    }

    .pub-container .ad-leaderboard {
        width: 728px;
        height: 90px;
        max-width: 904px;
        position: relative;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .pub-container .ad-video {
        width: 100%;
        height: auto;
        max-width: 100%;
        position: relative;
        margin-top: 28px;
        margin-bottom: 28px;
    }

        .pub-container .ad-video video {
            width: 100%;
            height: auto;
        }

.ad.space-left {
    width: 100%;
}

.pub-container .ad-wide-mobile {
    width: 320px;
    height: 100px;
    max-width: 320px;
    position: relative;
    margin-top: 28px;
    margin-bottom: 28px;
}
/* FIM PUBLICIDADE */

.mbottom-large {
    margin-bottom: 60px;
}

.mbottom-standard {
    margin-bottom: 40px;
}

/***********************************************************************************************************************************/
/********************************************************* BREAKPOINTS *************************************************************/
/***********************************************************************************************************************************/
@media (max-width:425px) {
    .welcome-user .my-tooltip {
        width: calc(100vw - 23px);
        max-width: 365px;
    }
}


@media (max-width:768px) {

    /* Newsletter */
    #slb-popup-newsletter h3, #slb-popup-newsletter-success h3 {
        font-size: 24px;
    }

    #newsletter-input input {
        height: 50px;
        font-size: 30px;
    }

    #newsletter-input a {
        height: 50px;
        padding: 10px;
    }

    #newsletter-input svg {
        height: 20px;
        width: 20px;
    }

    .newsletter-choice {
        padding: 0px 50px;
    }

        .newsletter-choice label {
            font-size: 20px;
        }

    label.slb-checkbox.slb-before::before, label.slb-checkbox.slb-after::after, label.slb-checkbox::before {
        width: 18px;
        height: 18px;
        margin-top: -4px;
        margin-right: 10px;
        line-height: 18px;
        font-size: 12px;
    }

    .slb-popup-body {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {

    .welcome-user .my-tooltip {
        padding: 15px 25px;
        right: -47px;
        left: auto !important;
    }

        .welcome-user .my-tooltip .carrot {
            right: 40px;
            left: auto !important;
        }


    .welcome-user footer .item {
        justify-content: flex-end;
    }

    /* Newsletter */
    #slb-popup-newsletter h3, #slb-popup-newsletter-success h3 {
        font-size: 34px;
    }

    #newsletter-input input {
        height: 80px;
        font-size: 50px;
    }

    #newsletter-input a {
        height: 80px;
        padding: 10px;
    }

    #newsletter-input svg {
        height: 50px;
        width: 50px;
    }

    .newsletter-choice {
        padding: 0px 20px;
    }

        .newsletter-choice label {
            font-size: 26px;
        }

    label.slb-checkbox.slb-before::before, label.slb-checkbox.slb-after::after, label.slb-checkbox::before {
        width: 24px;
        height: 24px;
        margin-top: -4px;
        margin-right: 10px;
        line-height: 24px;
        font-size: 14px;
    }

    .slb-popup-body {
        margin-top: 80px;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width:992px) {
    #slb-popup-newsletter h3, #slb-popup-newsletter-success h3 {
        font-size: 34px;
    }

    .newsletter-choice {
        padding: 0px 0px;
    }

        .newsletter-choice label {
            font-size: 24px;
        }

    label.slb-checkbox.slb-before::before, label.slb-checkbox.slb-after::after, label.slb-checkbox::before {
        width: 24px;
        height: 24px;
        margin-top: -4px;
        margin-right: 10px;
        line-height: 24px;
        font-size: 14px;
    }

    .slb-popup-body {
        margin-top: 150px;
    }

    #newsletter-input input {
        height: 125px;
        font-size: 60px;
    }

    #newsletter-input a {
        height: 125px;
        padding: 10px;
    }

    #newsletter-input svg {
        height: 75px;
        width: 75px;
    }
}

@media (min-width:1025px) {
    .breadcrumb {
        display: block;
    }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width:1200px) {
    .cookies-bar {
        font-size: 16px;
    }

    .welcome-user .my-tooltip .carrot {
        right: 76px;
    }

    /* PUBLICIDADE */
    .ad.space-left {
        display: flex;
        flex: 1;
        align-items: baseline;
    }

    .pub-container div::before {
        right: -33px;
        top: unset;
    }

    .pub-container.billboard.wide .ad-billboard::before {
        right: 16px;
        top: -28px;
    }

    .pub-container.billboard.wide .ad-billboard {
        margin: 0;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .pub-container .ad-mrec,
    .pub-container .ad-billboard,
    .pub-container .ad-halfpage,
    .pub-container .ad-leaderboard,
    .pub-container .ad-video {
        margin: 0;
        margin-left: 49px;
        margin-right: 49px;
    }

    .pub-container svg.cross {
        right: -49px;
        top: 6px;
    }

    .pub-container.billboard.wide .ad-billboard svg.cross {
        right: 0;
        top: -22px;
    }
    /* FIM PUBLICIDADE */
}

/* Breakpoint for Newsletter checkboxes (large desktops, 1280px and up) */

@media (min-width:1280px) {
    .slb-checkbox-wrapper {
        display: inline-flex;
        text-align: center;
    }
}


@media (min-width:1600px) {
    .menu-section .movable-menu.fixed {
        box-sizing: content-box;
    }
}
