/* //////////////////////////////////////////////////////////////////////////////////////// 
	RESET 
//////////////////////////////////////////////////////////////////////////////////////// */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #f1f0eb;
    color: #111;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    background-color: #fff;
}

dl, dt, dd, ul, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, a, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, footer, header, nav, section {
    display: block;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 1px dotted;
}
   
dfn {
    font-style: italic;
}

small {
    font-size: 14px !important;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: vertical;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

:focus {
    outline: none;
}

input, select {
    vertical-align: middle;
}

a:focus {
    outline: thin dotted;
}

a, a:visited {
    color: #000040;
    text-decoration: none;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-property: all;
    outline: 0;
}

    a:hover, a:active {
        text-decoration: underline;
        color: #000040;
        outline: 0;
    }

p strong, li strong {
    font-weight: bold;
}

p em {
    font-style: italic;
}

    p strong em, p em strong {
        font-style: italic;
        font-weight: bold;
    }

.clearfix {
    clear: both;
}

/* //////////////////////////////////////////////////////////////////////////////////////// 
	GERAL
//////////////////////////////////////////////////////////////////////////////////////// */
.todo {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.scrollup {
    outline: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 99999;
    right: 20px;
    bottom: 20px;
    background: #111;
    padding: 5px 10px;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #92e8ff;
    opacity: 0;
    transform: translateY(100px);
    transition: all .5s ease;
    box-sizing: inherit;
    cursor: pointer;
}

    .scrollup:focus,
    .scrollup:hover {
        outline: 0;
        border: 0;
        color: #ff2626;
    }

.showBtn {
    opacity: 1;
    transform: translateY(0)
}

.collapse,
.sidenavbar,
.flex-btn {
    display: none;
    visibility: hidden;
}

.centraliza {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
}

section {
    width: 100%;
    margin: 50px 0;
    padding: 0;
}


/* //////////////////////////////////////////////////////////////////////////////////////// 
	BARRA PLAYER
//////////////////////////////////////////////////////////////////////////////////////// */
.barraplayer {
    width: 100%;
    height: 77px;
    position: sticky;
    position: -webkit-sticky;
    z-index: 999999;
    top: 0;
    left: 0;
    background: #92e8ff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: center;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
}

    .barraplayer span {
        width: 100%;
        min-width: 15%;
        max-width: 400px;
        height: 77px;
        margin: 0;
        padding: 0;
        font-family: 'Oswald';
        font-size: 22px;
        font-weight: normal;
        line-height: 77px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
    }

.noot-1,
.noot-2,
.noot-3,
.noot-4 {
    position: absolute;
    animation: notes 6s infinite linear;
    opacity: 0;
}

.noot-1 {
    top: 20px;
    left: 5%;
    animation-delay: 1.5s;
    font-size: 26px;
}

.noot-2 {
    top: 70px;
    left: 20%;
    animation-delay: 2.0s;
    font-size: 30px;
}

.noot-3 {
    top: 90px;
    left: 70%;
    animation-delay: 2.5s;
    font-size: 28px;
}

.noot-4 {
    top: 40px;
    left: 90%;
    animation-delay: 4s;
    font-size: 18px;
}

@keyframes notes {
    0% {
        transform: scale(1) translate(0, 0);
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: scale(1.5) translate(50%, -50%);
    }

    80% {
        opacity: 0;
        transform: scale(1.5) translate(100%, -100%);
    }

    100% {
        transform: scale(1.5) translate(100%, -100%);
        opacity: 0;
    }
}
/* player */
.freeyess {
    width: 100%;
    min-width: 777px;
    max-width: 1100px;
    height: 77px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(-45deg, #111111, #111111, #92e8ff, #111111, #111111);
    background-size: 400% 400%;
    animation: gradient 25s ease infinite;
    border-radius: 50px 0 0 50px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.freeyess .player-wpr {
    max-width: 100%;
    height: 77px;
    font-family: 'Oswald', sans-serif;
    background-color: transparent;
    position: relative;
    margin: 0 auto;
}

.freeyess .logo {
    width: 77px;
    height: 77px;
    position: absolute;
    left: 0;
    z-index: 7;
}

.freeyess .track-info {
    width: 60%;
    top: 5px;
    left: 190px;
    margin: 0;
    padding: 0;
    position: absolute;
    overflow: hidden;
    z-index: 8;
    box-sizing: border-box;
}

    .freeyess .track-info a {
        color: rgba(255,255,255,.7);
        text-decoration: none;
    }

.freeyess .songtitle {
    font-size: 26px;
    line-height: 38px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.freeyess .artist {
    font-size: 23px;
    line-height: 23px;
    font-weight: 400;
    color: #00b5e1;
    margin-top: 0;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.freeyess .controls-wpr {
    width: 98%;
    height: 77px;
    background-color: rgba(255,255,255,.1);
    position: absolute;
    left: 0;
    border-radius: 0 50px 50px 0;
    -webkit-box-shadow: -2px 0 4px 0 rgba(0,0,0,.2);
    -moz-box-shadow: -2px 0 4px 0 rgba(0,0,0,.2);
    box-shadow: -2px 0 10px 0 rgba(0,0,0,.14);
    z-index: 10;
}

.freeyess .ppBtn {
    width: 55px;
    position: absolute;
    top: 9px;
    cursor: pointer;
    font-size: 55px;
    font-weight: normal;
    font-style: normal;
    font-family: 'biss';
    color: #92e8ff;
    text-align: left;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
    cursor: pointer;
}

    .freeyess .ppBtn:hover {
        color: #fff;
        -webkit-transition: color .5s;
        -moz-transition: color .5s;
        transition: color .5s;
    }

.freeyess .play-btn,
.freeyess .stop-btn {
    left: 120px;
    margin: 0;
}

    .freeyess .play-btn:before {
        content: '\e805';
    }

    .freeyess .stop-btn:before {
        content: '\e80f';
    }

.freeyess .icon {
    width: 30px;
    font-size: 25px;
    color: #92e8ff;
    text-align: left;
    position: absolute;
    right: 30px;
}

.freeyess .icons-volume1:before,
.freeyess .icons-volume2:before,
.freeyess .icons-volume3:before {
    position: absolute;
    top: 25px;
    left: 16px;
    text-align: left;
}

.freeyess .icons-volume1:before {
    content: '\e80a';
}

.freeyess .icons-volume2:before {
    content: '\e80b';
}

.freeyess .icons-volume3:before {
    content: '\e80c';
}

.freeyess .volume-slider {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 999;
    border: 0 !important;
}

.freeyess input[type=range] {
    width: 60px;
    height: 6px;
    background: 0 0;
    padding: 9px 0;
    -webkit-appearance: none;
    transform: rotate(0);
    transform-origin: bottom;
    cursor: pointer;
}

    .freeyess input[type=range]:focus {
        outline: 0;
    }

    .freeyess input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 6px;
        background-color: rgba(255,255,255,.3);
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 8px;
        cursor: pointer;
        animation: .2s;
    }

    .freeyess input[type=range]:focus::-webkit-slider-runnable-track {
        background-color: rgba(255,255,255,.3);
    }

    .freeyess input[type=range]::-webkit-slider-thumb {
        width: 10px;
        height: 10px;
        background-color: #fff;
        margin-top: -2px;
        border-radius: 50%;
        cursor: pointer;
        -webkit-appearance: none;
    }

    .freeyess input[type=range]:hover::-webkit-slider-thumb {
        margin-top: -2px;
        -webkit-appearance: none;
        transform: scale(1.2);
    }

    .freeyess input[type=range]::-moz-range-track {
        width: 100%;
        height: 6px;
        background-color: rgba(255,255,255,.54);
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 8px;
        cursor: pointer;
        animation: .2s;
    }

    .freeyess input[type=range]::-moz-range-thumb {
        width: 6px;
        height: 6px;
        background-color: #ff2626;
        border: 5px solid #fff;
        border-radius: 50%;
        cursor: pointer;
    }

    .freeyess input[type=range]::-ms-tooltip {
        display: none;
    }

    .freeyess input[type=range]::-ms-track {
        width: 100%;
        height: 6px;
        background: 0 0;
        color: transparent;
        margin: 0;
        padding: 0;
        border: 0;
        border-color: transparent;
        cursor: pointer;
        animation: .2s;
    }

    .freeyess input[type=range]::-ms-fill-lower {
        background: rgba(255,255,255,.54);
        border: 0;
        border-radius: 8px;
    }

    .freeyess input[type=range]::-ms-fill-upper {
        background: rgba(255,255,255,.54);
        border: 0;
        border-radius: 8px;
    }

    .freeyess input[type=range]::-ms-thumb {
        width: 6px;
        height: 6px;
        background: #ff2626;
        border: 5px solid #fff;
        border-radius: 50%;
        cursor: pointer;
    }

    .freeYess input[type=range]:focus::-ms-fill-lower {
        background: rgba(255,255,255,.54);
    }

    .freeyess input[type=range]:focus::-ms-fill-upper {
        background: rgba(255,255,255,.54);
    }

.nd {
    display: none;
}

.freeyess .yesstreaming {
    max-width: 26px;
    display: block;
    margin: 25px auto 0 !important;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .freeyess input[type=range] {
        width: 90px;
        height: 16px;
        background: 0 0;
        margin-top: 0;
        padding: 6px 0;
        cursor: pointer;
    }
}


/* //////////////////////////////////////////////////////////////////////////////////////// 
	CABECALHO
//////////////////////////////////////////////////////////////////////////////////////// */
header {
    width: 100%;
    height: 121px;
    border-bottom: 1px solid #111111;
    padding: 0 0 23px 0;
    margin: 22px 0 3px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
}

    header .logo {
        float: left;
        width: 252px;
        height: 98px;
        margin: 0;
        padding: 0;
    }

    header .navigation {
        float: right;
        width: 100%;
        max-width: 815px;
        height: 98px;
    }
/* social  */
.social {
    float: right;
    width: 320px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

    .social li {
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 40px;
        margin: 0 15px 0 0;
        padding: 0;
    }

        .social li::last-child {
            margin: 0;
        }

header .social li a,
header .social li a:visited {
    width: 40px;
    height: 40px;
    font-size: 32px;
    color: #ff2626;
    margin: 0;
    padding: 0;
}

    header .social li a:hover,
    header .social li a:active {
        color: #111111;
    }

/* MAIN MENU */
header .navigation nav {
    width: 100%;
    float: left;
}

    header .navigation nav ul {
        width: 100%;
        max-width: 90%;
        float: right;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-flow: row nowrap;
        center;
        justify-content: space-between;
    }

        header .navigation nav ul li {
            display: inline-block;
            font-size: 20px;
            font-weight: 400 !important;
        }

            header .navigation nav ul li a {
                font-weight: 400 !important;
                color: #111;
                padding: 25px 0px;
                text-decoration: none;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                header .navigation nav ul li a:hover,
                header .navigation nav ul li a:active,
                header .navigation nav ul li a:focus {
                    color: #ff2626;
                    font-weight: 400;
                }

                header .navigation nav ul li a i {
                    margin-right: 5px;
                    margin-top: -2px;
                    transition: all linear .3s;
                    -webkit-transition: all linear .3s;
                    -moz-transition: all linear .3s;
                    -ms-transition: all linear .3s;
                    -o-transition: all linear .3s;
                }

            header .navigation nav ul li.active a {
                color: #ff2626;
            }

                header .navigation nav ul li.active a i,
                header .navigation nav ul li a:hover i,
                header .navigation nav ul li a:active i,
                header .navigation nav ul li a:focus i {
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                    outline: 0;
                    color: #ff2626;
                }


/* //////////////////////////////////////////////////////////////////////////////////////// 
	DESTAQUE
//////////////////////////////////////////////////////////////////////////////////////// */
.destaque {
    width: 100%;
    height: auto;
    max-height: 739px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .destaque img {
        object-fit: cover;
    }


/* //////////////////////////////////////////////////////////////////////////////////////// 
	ANUNCIO
//////////////////////////////////////////////////////////////////////////////////////// */
.boxads-big {
    width: 100%;
    background: #ddd;
    margin: 0 auto;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: inherit;
}

.boxads-grid {
    width: 100%;
    background: #ddd;
    margin: 0 0 5px 0;
    padding: 90px 0;
    border-bottom: 8px solid #ff2626;
}

    .boxads-grid .adsflex {
        width: 100%;
        box-sizing: inherit;
        display: grid;
        grid-template-columns: 350px 350px 350px;
        grid-gap: 25px;
    }

        .boxads-grid .adsflex .itemgads {
            width: 350px;
            height: 350px;
            background: #fff;
            position: relative;
            margin: 0;
            padding: 15px;
            box-sizing: inherit;
            box-shadow: inset 0 0 0 15px #111111;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .boxads-grid .adsflex .itemgads a {
                margin: 0;
                padding: 0;
                width: 320px;
                height: 320px;
            }

            .boxads-grid .adsflex .itemgads img {
                max-width: 100%;
                height: auto;
                object-fit: cover;
                margin: 0;
                padding: 0;
            }

/* //////////////////////////////////////////////////////////////////////////////////////// 
	BLOCOS HOME 
//////////////////////////////////////////////////////////////////////////////////////// */
/* Titulos */
.section-heading {
    text-align: center;
    margin-bottom: 90px;
}

    .section-heading h2 {
        color: #111;
        position: relative;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-size: 45px;
        font-weight: normal;
    }

        .section-heading h2::before {
            position: absolute;
            content: "";
            bottom: -25px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 300px;
            height: 6px;
            border-radius: 30px;
            background: #ff2626;
        }

        .section-heading h2::after {
            position: absolute;
            content: "";
            bottom: -40px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 160px;
            height: 3px;
            border-radius: 30px;
            background: #ff2626;
        }

/* novidades */
.novidades {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 512px 512px;
    grid-gap: 75px;
}

    .novidades .novblocos {
        width: 512px;
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .novidades .novblocos .badgebox {
            width: 512px;
            position: relative;
            z-index: 0;
            margin: 0 0 70px 0;
            padding: 0;
        }

            .novidades .novblocos .badgebox .badge {
                width: 424px;
                height: 380px;
                position: relative;
                z-index: 0;
                background: #111;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .novidades .novblocos .badgebox h3 {
                width: 285px;
                font-family: 'Oswald', sans-serif;
                font-size: 22px;
                font-weight: 300;
                line-height: 26px;
                margin: 15px 0 0 0;
                padding: 0;
                text-align: left;
            }

                .novidades .novblocos .badgebox h3 a,
                .novidades .novblocos .badgebox h3 a:visited {
                    color: #ff2626;
                    font-weight: normal;
                }

                    .novidades .novblocos .badgebox h3 a:hover,
                    .novidades .novblocos .badgebox h3 a:active {
                        color: #111;
                        font-weight: normal;
                        text-decoration: underline;
                    }

        .novidades .novblocos .column {
            width: 58px;
            height: 380px;
            background: #ff2626;
            position: absolute;
            top: 0;
            right: 30px;
            z-index: 1;
        }

        .novidades .novblocos .tri {
            width: 0;
            height: 0;
            border-top: 30px solid #ff2626;
            border-right: 30px solid transparent;
            position: absolute;
            top: 0;
            right: 0;
        }

        .novidades .novblocos .circle {
            width: 190px;
            height: 190px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            background: #ff2626;
            position: absolute;
            z-index: 5;
            top: 285px;
            right: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .novidades .novblocos .circle span {
                width: 100%;
                font-family: 'Oswald', sans-serif;
                color: #fff;
                font-size: 30px;
                font-weight: 700;
                line-height: 36px;
                text-align: center;
            }

/* //////////////////////////////////////////////////////////////////////////////////////// 
	RODAPE
//////////////////////////////////////////////////////////////////////////////////////// */
footer {
    width: 100%;
    background: #111;
    color: #fff;
    margin: 0;
    padding: 60px 0 0 0;
    font-family: 'Oswald', sans-serif;
}

    footer .blocosflex {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 0;
        margin: 0 auto;
    }

        footer .blocosflex .itembox {
            width: 320px;
            height: 320px;
            margin: 0;
            padding: 0;
            display: flex;
            flex-flow: column wrap;
            align-items: center;
        }

            footer .blocosflex .itembox .logo {
                margin: 26px 0 65px 0;
                padding: 0;
            }

        footer .blocosflex span.glue {
            width: 100%;
            height: 30px;
            font-size: 30px;
            line-height: 30px;
            text-transform: uppercase;
        }

        footer .blocosflex .itembox .footlbox {
            width: 100%;
            margin: -2px 0 0 0;
            padding: 20px;
            list-style: none;
        }

        footer .blocosflex .glue.verm {
            color: #ff2626;
        }

        footer .blocosflex .itembox .footlbox.verm {
            background: #ff2626;
        }

        footer .blocosflex .itembox .footlbox li {
            font-size: 18px;
            line-height: 20px;
            font-weight: inherit;
        }

            footer .blocosflex .itembox .footlbox li a {
                width: 100%;
                display: block;
                color: #fff;
                padding: 6px 0;
                margin: 0;
            }

        footer .blocosflex .glue.blue {
            color: #92e8ff;
            text-align: right;
        }

        footer .blocosflex .itembox .footlbox.blue {
            color: #111;
            background: #92e8ff;
            min-height: 220px;
            display: flex;
            flex-flow: column wrap;
            space-between;
            align-items: center;
        }

            footer .blocosflex .itembox .footlbox.blue img {
                margin: 6px 0;
                padding: 0;
            }

    footer .social li a,
    footer .social li a:visited {
        width: 40px;
        height: 40px;
        font-size: 32px;
        color: #ffffff;
        margin: 0;
        padding: 0;
    }

        footer .social li a:hover,
        footer .social li a:active {
            color: #92e8ff;
        }

    footer .copyrights {
        width: 100%;
        height: 84px;
        border-top: 8px solid #92e8ff;
        position: relative;
        background: #4a4a4a;
        margin: 0;
        padding: 0;
    }

        footer .copyrights:before {
            content: " ";
            width: 100%;
            height: 3px;
            background: #fff;
            position: absolute;
            z-index: 1;
            top: 0;
            left: 0;
        }

        footer .copyrights .nots {
            height: 53px;
            margin-top: 12px;
            display: flex;
            flex-flow: row nowrap;
            justify-content: space-between;
            align-items: center;
            align-content: center;
        }

            footer .copyrights .nots .left {
                float: left;
            }

            footer .copyrights .nots .right {
                float: right;
                display: flex;
                flex-flow: row nowrap;
                justify-content: space-between;
                align-items: center;
                align-content: center;
            }

                footer .copyrights .nots .right img {
                    margin-left: 10px;
                }

/* //////////////////////////////////////////////////////////////////////////////////////// 
	PAGES
//////////////////////////////////////////////////////////////////////////////////////// */
/* breadcrum programs */
.breadcrumb {
    width: 100%;
    border-top: 2px solid #aaa;
    font-family: 'Oswald';
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    margin: 40px 0;
    text-transform: uppercase;
    padding: 10px 0;
}

    .breadcrumb a,
    .breadcrumb a:visited {
        color: #aaa;
    }

        .breadcrumb a:hover,
        .breadcrumb a:active,
        .breadcrumb a:focus {
            color: #ff2626;
            text-decoration: none;
            outline: 0;
        }

    .breadcrumb .icon {
        line-height: 1;
    }

    .breadcrumb .icon-up-open::before {
        font-size: 20px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
/* pages headers */
.headbox {
    width: 100%;
    max-width: 1100px;
    height: auto. max-height: 500px;
    margin: 0 auto;
    padding: 0;
}

.headbox {
    object-fit: cover;
}
/* pages content styles */
.content {
    width: 100%;
    max-width: 1100px;
    margin: 70px auto;
    padding: 0;
}

    .content h3 {
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        font-family: 'Oswald';
        font-weight: normal;
        color: #666;
    }

    .content p {
        margin: 20px 0;
        padding: 0;
        line-height: 26px;
    }

    .content blockquote {
        max-width: 80%;
        padding: 60px 20px;
        margin: 10px auto;
        position: relative;
        font-family: 'Oswald';
        font-weight: 300;
        font-size: 35px;
        text-align: center;
    }

        .content blockquote::before {
            content: '\f10d';
            font-family: 'biss';
            position: absolute;
            left: 5%;
            top: 0;
            color: #00b5e1;
        }

        .content blockquote::after {
            content: '\f10e';
            font-family: 'biss';
            position: absolute;
            right: 5%;
            bottom: 0;
            color: #00b5e1;
        }

/* programacao */
.tabs {
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    min-height: 500px;
    overflow: hidden;
    box-sizing: inherit;
}

    .tabs input[name="tab-control"] {
        display: none;
    }

    .tabs .content section h2,
    .tabs ul li label {
        font-size: 18px;
        color: #428bff;
    }

    .tabs ul {
        position: relative;
        list-style-type: none;
        padding: 0;
        margin: 0 0 10px 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        align-items: flex-end;
        flex-wrap: wrap;
    }

        .tabs ul::after {
            content: '';
            width: 100%;
            height: 4px;
            background: #92e8ff;
            position: absolute;
            left: 0;
            bottom: -14px;
        }

        .tabs ul li {
            box-sizing: border-box;
            -webkit-box-flex: 1;
            flex: 1;
            width: 15%;
            padding: 0 2px 0 0;
            text-align: center;
        }

            .tabs ul li label {
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                margin: 0 auto;
                padding: 7px 0 10px 0;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                cursor: pointer;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                white-space: nowrap;
                -webkit-touch-callout: none;
                user-select: none;
                font-family: 'Oswald';
                text-transform: uppercase;
                font-size: 24px;
                line-height: 24px;
                font-weight: normal;
                color: #111;
                border: 1px solid #111;
            }

                .tabs ul li label:hover,
                .tabs ul li label:focus,
                .tabs ul li label:active {
                    outline: 0;
                    color: #fff;
                    border: 1px solid #111;
                    background-color: #111;
                }

    .tabs .slider {
        position: relative;
        width: 14.3%;
        padding: 0 2px 0 0;
        -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
        transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    }

        .tabs .slider .indicator {
            position: relative;
            max-width: 155px;
            margin: 0 auto;
            height: 4px;
            background: #ff2626;
            border-radius: 1px;
        }

    .tabs .contenttabs {
        margin-top: 30px;
    }

        .tabs .contenttabs section {
            display: none;
            -webkit-animation-name: content;
            animation-name: content;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
            line-height: 1.4;
        }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label,
    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label,
    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label,
    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label,
    .tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label,
    .tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label,
    .tabs input[name="tab-control"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
        cursor: default;
        color: #fff;
        background-color: #111;
    }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .contenttabs > section:nth-child(1) {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .contenttabs > section:nth-child(2) {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .contenttabs > section:nth-child(3) {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
        -webkit-transform: translateX(300%);
        transform: translateX(300%);
    }

    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ .contenttabs > section:nth-child(4) {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(5):checked ~ .slider {
        -webkit-transform: translateX(400%);
        transform: translateX(400%);
    }

    .tabs input[name="tab-control"]:nth-of-type(5):checked ~ .contenttabs > section:nth-child(5) {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(6):checked ~ .slider {
        -webkit-transform: translateX(500%);
        transform: translateX(500%);
    }

    .tabs input[name="tab-control"]:nth-of-type(6):checked ~ .contenttabs > section:nth-child(6) {
        display: block;
    }

    .tabs input[name="tab-control"]:nth-of-type(7):checked ~ .slider {
        -webkit-transform: translateX(600%);
        transform: translateX(600%);
    }

    .tabs input[name="tab-control"]:nth-of-type(7):checked ~ .contenttabs > section:nth-child(7) {
        display: block;
    }

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.proggrid {
    width: 100%;
    font-family: 'Oswald';
    box-sizing: inherit;
    display: grid;
    grid-template-columns: 356px 356px 356px;
    grid-gap: 16px;
}

    .proggrid .itemprog {
        width: 356px;
        height: 165px;
        background: #fff;
        position: relative;
        margin: 0;
        border: 1px solid #111;
        box-sizing: inherit;
        box-shadow: inset 0 0 0 3px #dddddd;
    }

        .proggrid .itemprog .badge {
            width: 162px;
            height: 162px;
            position: relative;
            z-index: 0;
            float: right;
        }

        .proggrid .itemprog .caption {
            width: 50%;
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 15px 0 0;
            padding: 0;
            z-index: 10;
            color: #111;
            text-transform: uppercase;
        }

            .proggrid .itemprog .caption span {
                width: 100%;
                display: block;
                padding: 0;
                line-height: 24px;
            }

            .proggrid .itemprog .caption .one {
                font-size: 22px;
                margin: 0 0 10px 0;
            }

            .proggrid .itemprog .caption .two {
                font-size: 24px;
                color: #ff2626;
            }

        /* programas */
        .proggrid .itemprog .caption-p {
            width: 349px;
            height: 82px;
            position: absolute;
            left: 2px;
            bottom: 2px;
            padding: 0 15px;
            z-index: 10;
            color: #fff;
            background: rgb(0,0,0,0.8);
            display: flex;
            flex-flow: column wrap;
            justify-content: center;
        }

            .proggrid .itemprog .caption-p span {
                width: 100%;
                display: block;
                line-height: 24px;
            }

            .proggrid .itemprog .caption-p .three {
                font-size: 22px;
                margin: 0 0 5px 0;
                text-transform: uppercase;
            }

            .proggrid .itemprog .caption-p .four {
                font-size: 16px;
                color: #92e8ff;
                font-weight: 300;
            }

        .proggrid .itemprog figure {
            width: 100%;
            max-width: 100%;
            position: relative;
            z-index: 0;
            padding: 3px;
        }

            .proggrid .itemprog figure img {
                object-fit: cover;
            }

/* programas single */
/* Ficha Tecnica */
.fichatec {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

    .fichatec .firstcol {
        width: 328px;
        min-height: 185px;
        position: relative;
    }

        .fichatec .firstcol .inside .header {
            width: 100%;
            height: 64px;
            color: #ff2626;
            margin: 0;
            padding: 0;
            position: relative;
        }

            .fichatec .firstcol .inside .header i {
                font-family: "biss";
                height: 64px;
                margin: 0;
                padding: 0;
                font-size: 64px;
                position: absolute;
                left: 0;
                bottom: -2px;
            }

        .fichatec .firstcol .inside .fcontent {
            width: 100%;
            min-height: 122px;
            background: #ff2626;
            color: #fff;
            font-family: 'Oswald';
            font-size: 26px;
            text-transform: uppercase;
            margin: 0;
            padding: 20px;
            box-sizing: inherit;
        }

            .fichatec .firstcol .inside .fcontent span {
                width: 100%;
                display: block;
                font-size: 20px;
                line-height: 22px;
                text-transform: none;
            }

    .fichatec .secondcol {
        width: 752px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

        .fichatec .secondcol .inside {
            width: 100%;
        }

            .fichatec .secondcol .inside .col {
                width: 100%;
                min-height: 185px;
                margin: 0;
                padding: 0;
                background: #92e8ff;
                display: flex;
                flex-flow: row wrap;
                justify-content: space-between;
            }

                .fichatec .secondcol .inside .col .header {
                    width: 100%;
                    height: 64px;
                    color: #92e8ff;
                    margin: 0;
                    padding: 0;
                    position: relative;
                    background: #fff;
                    display: flex;
                    justify-content: space-between;
                    flex-flow: row nowrap;
                }

                    .fichatec .secondcol .inside .col .header span {
                        height: 64px;
                        display: block;
                        margin: 0;
                        padding: 0;
                        position: relative;
                    }

                        .fichatec .secondcol .inside .col .header span i {
                            font-family: "biss";
                            height: 64px;
                            margin: 0;
                            padding: 0;
                            font-size: 64px;
                            position: absolute;
                            left: 0;
                            bottom: -2px;
                        }

                .fichatec .secondcol .inside .col .fcontent {
                    width: 100%;
                    min-height: 122px;
                    margin: 0;
                    padding: 20px;
                    font-family: 'Oswald';
                }

                    .fichatec .secondcol .inside .col .fcontent ul {
                        width: 100%;
                        display: block;
                        margin: 0;
                        padding: 0;
                        list-style: none;
                    }

                        .fichatec .secondcol .inside .col .fcontent ul li {
                            width: 100%;
                            margin: 0 0 5px 0;
                            padding: 5px 0;
                            display: inline-block;
                            border-bottom: 2px solid #fff;
                            font-size: 22px;
                        }

                            .fichatec .secondcol .inside .col .fcontent ul li span {
                                display: block;
                                margin: 0;
                                padding: 0;
                            }

                .fichatec .secondcol .inside .col span.left {
                    float: left;
                    width: 48%;
                    margin-right: 2%;
                }

                .fichatec .secondcol .inside .col span.right {
                    float: right;
                    width: 50%;
                }

/* Episodios */
.episodios {
    width: 100%;
    display: grid;
    grid-template-columns: 512px 512px;
    grid-gap: 38px;
    box-sizing: inherit;
}

    .episodios .itemsepi {
        width: 512px;
        height: 532px;
        margin: 0;
        padding: 0;
    }

        .episodios .itemsepi .header {
            width: 512px;
            height: 22px;
            font-size: 30px;
            font-weight: 700;
            line-height: 22px;
            color: #92e8ff;
        }

        .episodios .itemsepi .boxepi {
            width: 512px;
            height: 512px;
            margin: 0;
            padding: 20px;
            border: 20px solid #92e8ff;
            background: #fff;
            position: relative;
            box-sizing: inherit;
        }

            .episodios .itemsepi .boxepi h3 {
                width: 100%;
                margin: 0 0 10px 0;
                padding: 0;
                font-family: 'Oswald';
                font-weight: 700;
                font-size: 26px;
                line-height: 28px;
                color: #ff2626;
                text-transform: uppercase;
                text-align: left;
            }

            .episodios .itemsepi .boxepi .meta {
                width: 100%;
                margin: 0 0 38px 0;
                padding: 0;
                font-family: 'Oswald';
                font-size: 22px;
                font-weight: normal;
            }

            .episodios .itemsepi .boxepi .contepi {
                width: 100%;
                max-height: 220px;
                overflow: hidden;
            }

                .episodios .itemsepi .boxepi .contepi p {
                    margin: 0;
                    padding: 0;
                    font-size: 18px;
                    line-height: 24px;
                }

            .episodios .itemsepi .boxepi .buttons {
                width: 100%;
                height: 88px;
                margin: 0 20px 0 0;
                padding: 0;
                position: absolute;
                left: 20px;
                bottom: 20px;
                display: flex;
                flex-flow: row nowrap;
                justify-content: flex-start;
                box-sizing: inherit;
            }

                .episodios .itemsepi .boxepi .buttons span {
                    width: 88px;
                    height: 88px;
                    margin: 0 25px 0 0;
                    padding: 0;
                    background: #111;
                    border-radius: 50%;
                    display: flex;
                    flex-flow: columnnowrap;
                    justify-content: center;
                    align-content: center;
                    align-items: center;
                }

                    .episodios .itemsepi .boxepi .buttons span i {
                        font-family: 'biss';
                        font-size: 64px;
                        color: #92e8ff;
                    }

/* parceiros */
.parcgrid {
    width: 100%;
    box-sizing: inherit;
    display: grid;
    grid-template-columns: 350px 350px 350px;
    grid-gap: 25px;
}

    .parcgrid .itemparc {
        width: 350px;
        height: 350px;
        background: #fff;
        position: relative;
        margin: 0;
        padding: 15px;
        box-sizing: inherit;
        box-shadow: inset 0 0 0 15px #92e8ff;
        overflow: hidden;
    }

        .parcgrid .itemparc figure {
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            flex-flow: column wrap;
            align-items: center;
        }

            .parcgrid .itemparc figure img {
                max-width: 100%;
                height: auto;
                object-fit: cover;
                margin: 0 !important;
                padding: 0 !important;
            }







/** Blazor **/
.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}
