/* RESET  ======================================================= */

* {
    padding: 0;
    margin: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(boxsizing.htc);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img {
    display: block;
    max-width: 100%;
    border: 0;
}


/* ==================== HTML 5 ===================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
picture {
    display: block;
}

figure {
    margin: 0;
}


/* ==================== FORMULÁRIO ===================== */

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:hover,
a:focus {
    color: #F1F2F2;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:active,
a:hover {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: 1;
}

b,
strong {
    font-weight: bolder;
}

li {
    list-style: none;
}


/* RESET  ======================================================= */


/* GRID  ======================================================= */

.container {
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.row.-items-center {
    align-items: center;
}

.col {
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}


/* Width */

.col-1 {
    width: 8.33333% !important;
}

.col-2 {
    width: 16.66667% !important;
}

.col-3 {
    width: 25% !important;
}

.col-4 {
    width: 33.33333% !important;
}

.col-5 {
    width: 41.66667% !important;
}

.col-6 {
    width: 50% !important;
}

.col-7 {
    width: 58.33333% !important;
}

.col-8 {
    width: 66.66667% !important;
}

.col-9 {
    width: 75% !important;
}

.col-10 {
    width: 83.33333% !important;
}

.col-11 {
    width: 91.66667% !important;
}

.col-12 {
    width: 100% !important;
}

@media ( min-width: 600px) {
    .bp600\:col-5 {
        width: 41.66667% !important;
    }
    .bp600\:col-6 {
        width: 50% !important;
    }
    .bp600\:col-7 {
        width: 58.33333% !important;
    }
    .bp600\:col-8 {
        width: 66.66667% !important;
    }
}

@media ( min-width: 640px) {
    .bp640\:col-6 {
        width: 50% !important;
    }
}

@media ( min-width: 650px) {
    .bp650\:col-6 {
        width: 50% !important;
    }
}

@media ( min-width: 768px) {
    .bp768\:col-4 {
        width: 33.33333% !important;
    }
    .bp768\:col-6 {
        width: 50% !important;
    }
}

@media ( min-width: 900px) {
    .bp900\:col-4 {
        width: 33.33333% !important;
    }
    .bp900\:col-6 {
        width: 50% !important;
    }
    .bp900\:col-8 {
        width: 66.66667% !important;
    }
}

@media ( min-width: 960px) {
    .bp960\:col-3 {
        width: 25% !important;
    }
    .bp960\:col-4 {
        width: 33.33333% !important;
    }
    .bp960\:col-5 {
        width: 41.66667% !important;
    }
    .bp960\:col-6 {
        width: 50% !important;
    }
    .bp960\:col-7 {
        width: 58.33333% !important;
    }
    .bp960\:col-8 {
        width: 66.66667% !important;
    }
    .bp960\:col-10 {
        width: 83.33333% !important;
    }
}

@media (min-width: 1200px) {
    .bp1200\:col-4 {
        width: 33.33333% !important;
    }
    .bp1200\:col-5 {
        width: 41.66667% !important;
    }
    .bp1200\:col-7 {
        width: 58.33333% !important;
    }
    .bp1200\:col-8 {
        width: 66.66667% !important;
    }
    .bp1200\:col-9 {
        width: 75% !important;
    }
}

@media (min-width: 1400px) {
    .bp1400\:col-4 {
        width: 33.33333% !important;
    }
    .bp1400\:col-5 {
        width: 41.66667% !important;
    }
    .bp1400\:col-7 {
        width: 58.33333% !important;
    }
}

@media (min-width: 1600px) {
    .bp1600\:col-12 {
        width: 100% !important;
    }
}

.offset-1 {
    margin-left: 8.33333% !important;
}

.offset-2 {
    margin-left: 16.66667% !important;
}

.offset-3 {
    margin-left: 25% !important;
}

.offset-4 {
    margin-left: 33.33333% !important;
}

.offset-5 {
    margin-left: 41.66667% !important;
}

.offset-6 {
    margin-left: 50% !important;
}

.offset-7 {
    margin-left: 58.33333% !important;
}

.offset-8 {
    margin-left: 66.66667% !important;
}

.offset-9 {
    margin-left: 75% !important;
}

.offset-10 {
    margin-left: 83.33333% !important;
}

.offset-11 {
    margin-left: 91.66667% !important;
}

.offset-12 {
    margin-left: 100% !important;
}

@media ( min-width: 600px) {
    .bp600\:offset-4 {
        margin-left: 33.33333% !important;
    }
    .bp600\:offset-5 {
        margin-left: 41.66667% !important;
    }
    .bp600\:offset-6 {
        margin-left: 50% !important;
    }
}

@media ( min-width: 768px) {
    .bp768\:offset-5 {
        margin-left: 41.66667% !important;
    }
    .bp768\:offset-6 {
        margin-left: 50% !important;
    }
}

@media ( min-width: 960px) {
    .bp960\:offset-1 {
        margin-left: 8.33333% !important;
    }
    .bp960\:offset-2 {
        margin-left: 16.66667% !important;
    }
    .bp960\:offset-4 {
        margin-left: 33.33333% !important;
    }
    .bp960\:offset-6 {
        margin-left: 50% !important;
    }
}

@media (min-width: 1200px) {
    .bp1200\:offset-1 {
        margin-left: 8.33333% !important;
    }
    .bp1200\:offset-2 {
        margin-left: 16.66667% !important;
    }
    .bp1200\:offset-3 {
        margin-left: 25% !important;
    }
}

@media (min-width: 1400px) {
    .bp1400\:offset-0 {
        margin-left: 0 !important;
    }
    .bp1400\:offset-1 {
        margin-left: 8.33333% !important;
    }
}

@media (min-width: 1600px) {
    .bp1600\:offset-0 {
        margin-left: 0 !important;
    }
}

.push-1 {
    left: 8.33333% !important;
}

.push-2 {
    left: 16.66667% !important;
}

.push-3 {
    left: 25% !important;
}

.push-4 {
    left: 33.33333% !important;
}

.push-5 {
    left: 41.66667% !important;
}

.push-6 {
    left: 50% !important;
}

.push-7 {
    left: 58.33333% !important;
}

.push-8 {
    left: 66.66667% !important;
}

.push-9 {
    left: 75% !important;
}

.push-10 {
    left: 83.33333% !important;
}

.push-11 {
    left: 91.66667% !important;
}

.push-12 {
    left: 100% !important;
}

@media ( min-width: 640px) {
    .bp640\:push-6 {
        left: 50% !important;
    }
}

.pull-1 {
    right: 8.33333% !important;
}

.pull-2 {
    right: 16.66667% !important;
}

.pull-3 {
    right: 25% !important;
}

.pull-4 {
    right: 33.33333% !important;
}

.pull-5 {
    right: 41.66667% !important;
}

.pull-6 {
    right: 50% !important;
}

.pull-7 {
    right: 58.33333% !important;
}

.pull-8 {
    right: 66.66667% !important;
}

.pull-9 {
    right: 75% !important;
}

.pull-10 {
    right: 83.33333% !important;
}

.pull-11 {
    right: 91.66667% !important;
}

.pull-12 {
    right: 100% !important;
}

@media ( min-width: 640px) {
    .bp640\:pull-6 {
        right: 50% !important;
    }
}


/* GRID  ======================================================= */

html {
    font-family: 'GlobotipoTexto-Regular', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'GlobotipoTexto-Regular', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #F1F2F2;
}

a {
    color: #F1F2F2;
    text-decoration: none;
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: normal;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

p {
    line-height: 1.2;
}

.ff-gt-light {
    font-family: 'GlobotipoTexto-Light';
}

.ff-gt-regular {
    font-family: 'GlobotipoTexto-Regular';
}

.ff-gt-bold {
    font-family: 'GlobotipoTexto-Bold';
}

.ff-gt-black {
    font-family: 'globotipo_textoblack';
}

.ff-gf-light {
    font-family: 'GloboFutura-Light';
}

.ff-gf-regular {
    font-family: 'GloboFutura-Regular';
}

.ff-gf-medium {
    font-family: 'GloboFutura-Medium';
}

.ff-gf-bold {
    font-family: 'GloboFutura-Bold';
}

.txt-upper {
    text-transform: uppercase;
}

.txt-center {
    text-align: center;
}


/* corrige o bug do float */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.gradiente-globo {
    background: rgb(250, 2, 52);
    background: -moz-linear-gradient(90deg, rgba(250, 2, 52, 1) 0%, rgba(255, 94, 3, 1) 50%, rgba(255, 143, 1, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(250, 2, 52, 1) 0%, rgba(255, 94, 3, 1) 50%, rgba(255, 143, 1, 1) 100%);
    background: linear-gradient(90deg, rgba(250, 2, 52, 1) 0%, rgba(255, 94, 3, 1) 50%, rgba(255, 143, 1, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fa0234", endColorstr="#ff8f01", GradientType=1);
}


/* ESTRUTURA  ======================================================= */

html,
body {
    height: 100%;
}

body {
    background-color: #151515;
}

.wrapper {
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.bg-holder {
    max-width: 1440px;
    margin: 0 auto;
}


/* ESTRUTURA  ======================================================= */


/* TOPO  ======================================================= */

.header {
    position: relative;
    background-color: #000;
    background: linear-gradient(90deg, rgba(32, 32, 32, 1) 50%, rgba(134, 140, 134, 1) 50%);
}

.header .bg-holder {
    padding: 35px 0 65px;
    background: url('../images/bg-topo-mobile.png') no-repeat right center #000;
    background-size: cover;
}

.shapes-bar {
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 100%;
    height: 27px;
    background: url('../images/rastro-body-mobile.png') repeat-x left bottom;
}

.shapes-bar:after {
    position: absolute;
    content: '';
    left: 100%;
    bottom: 0;
    width: 100px;
    height: 27px;
    background: url('../images/rastro-point-mobile.png') no-repeat left bottom;
}

.logo-top {
    margin-bottom: 60px;
}

.tt-topo {
    font-family: 'globotipo_textoblack';
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
}

@media (max-width:385px) {
    .tt-topo {
        font-size: 26px;
    }
}

@media (max-width:355px) {
    .tt-topo {
        font-size: 24px;
    }
}

.tt-topo .only-desktop {
    display: none;
}

.tt-topo .word-destaque-mobile {
    display: block;
}

.tt-topo__st {
    display: block;
    font-family: 'GlobotipoTexto-Regular'
}

.bar-top {
    display: block;
    width: 156px;
    height: 3px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fa0234+1,ff5e03+51,ff8f01+100 */
    background: #fa0234;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fa0234 1%, #ff5e03 51%, #ff8f01 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fa0234 1%, #ff5e03 51%, #ff8f01 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fa0234 1%, #ff5e03 51%, #ff8f01 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa0234', endColorstr='#ff8f01', GradientType=1);
    /* IE6-9 */
}

.break-mobile {
    display: none;
}

.break-desktop {
    display: block;
}

@media (max-width:600px) {
    .break-mobile {
        display: block;
    }
    .break-desktop {
        display: none;
    }
}

.programa {
    position: relative;
    position: absolute;
    bottom: 62px;
    right: 20px;
}

.programa figure {
    margin-bottom: 18px;
}

@media (max-width:540px) {
    .programa figure {
        display: none;
    }
}

.nome-programa {
    float: right;
    position: relative;
    display: inline-block;
    font-family: 'globotipo_textoblack';
    font-size: 16px;
    line-height: 1;
    padding-top: 10px;
    text-align: right;
}

.thin {
    font-size: 14px;
    font-family: 'GlobotipoTexto-Regular';
}

.nome-programa:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fa0234+1,ff5e03+51,ff8f01+100 */
    background: #fa0234;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fa0234 1%, #ff5e03 51%, #ff8f01 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fa0234 1%, #ff5e03 51%, #ff8f01 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fa0234 1%, #ff5e03 51%, #ff8f01 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa0234', endColorstr='#ff8f01', GradientType=1);
    /* IE6-9 */
}

@media (min-width: 600px) {
    .header {
        background-color: #141414;
    }
    .header .bg-holder {
        background: url('../images/bg-topo-desktop.png') no-repeat right center #030303;
        background-size: cover;
    }
    .tt-topo .word-destaque-mobile {
        display: inline;
    }
    .tt-topo .only-desktop {
        display: block;
    }
    .tt-topo .word-destaque-desktop {
        display: block;
    }
    .bar-top {
        width: 195px;
    }
}

@media (min-width: 768px) {
    .tt-topo {
        font-size: 38px;
    }
    .bar-top {
        width: 265px;
    }
}

@media (min-width: 960px) {
    .header .bg-holder {
        padding: 40px 0 150px;
    }
    .shapes-bar {
        right: 150px;
        height: 56px;
        background: url('../images/rastro-body-desktop.png') repeat-x left bottom;
    }
    .shapes-bar:after {
        width: 150px;
        height: 56px;
        background: url('../images/rastro-point-desktop.png') no-repeat left bottom;
    }
    .logo-top {
        margin-bottom: 65px;
    }
    .tt-topo {
        font-size: 50px;
    }
    .bar-top {
        margin-top: 20px;
        width: 351px;
        height: 5px;
    }
    .programa {
        bottom: 100px;
    }
}

@media (min-width: 1100px) {
    .header .bg-holder {
        position: relative;
    }
    /* .header .bg-holder:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background-color: #141414;
        left: 100%;
        top: 0;
    } */
    .programa {
        right: unset;
        left: 50%;
        -moz-transform: translateX(445px);
        -webkit-transform: translateX(445px);
        -o-transform: translateX(445px);
        -ms-transform: translateX(445px);
        transform: translateX(445px);
    }
    .shapes-bar {
        right: 50%;
        -moz-transform: translateX(385px);
        -webkit-transform: translateX(385px);
        -o-transform: translateX(385px);
        -ms-transform: translateX(385px);
        transform: translateX(385px);
    }
}


/* TOPO  ======================================================= */


/* INFO  ======================================================= */

.sec-info {
    background-color: #101010;
}

.sec-info .bg-holder {
    padding: 30px 0 40px;
    background: url('../images/bg-posters-mobile.png') no-repeat center bottom #101010;
    background-size: cover;
}

.tt-info {
    font-family: 'globotipo_textoblack';
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.st-info {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.bar-info {
    display: block;
    width: 45px;
    height: 3px;
    margin-bottom: 15px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fa0234+1,ff5e03+51,ff8f01+100 */
    background: #fa0234;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fa0234 1%, #ff5e03 51%, #ff8f01 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fa0234 1%, #ff5e03 51%, #ff8f01 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fa0234 1%, #ff5e03 51%, #ff8f01 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa0234', endColorstr='#ff8f01', GradientType=1);
    /* IE6-9 */
}

.instrucao-cupom {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.validade-cupom {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (min-width: 600px) {
    .sec-info .bg-holder {
        background: url('../images/bg-posters-desktop.png') no-repeat right center #101010;
        background-size: auto 100%;
    }
}

@media (min-width: 768px) {
    .sec-info .bg-holder {
        padding: 70px 0;
        background: url('../images/bg-posters-desktop.png') no-repeat right center #101010;
        background-size: auto 100%;
    }
    .tt-info {
        font-size: 28px;
    }
    .st-info {
        font-size: 24px;
    }
    .instrucao-cupom {
        font-size: 24px;
    }
    .validade-cupom {
        font-size: 18px;
    }
}

@media (min-width: 960px) {
    .sec-info .bg-holder {
        background: url('../images/bg-posters-desktop.png') no-repeat left center #101010;
        background-size: auto 100%;
    }
    .validade-cupom {
        font-family: 'GlobotipoTexto-Bold';
        font-style: italic;
    }
}

@media (min-width: 1100px) {
    .sec-info .bg-holder {
        background: url('../images/bg-posters-desktop.png') no-repeat left center #101010;
    }
}

@media (min-width: 1440px) {
    .sec-info .bg-holder {
        max-width: unset;
        background: url('../images/bg-posters-big.png') no-repeat left center #101010;
        background-size: contain;
    }
}


/*** Cupum ***/

.holder-cupom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.holder-cupom__text {
    width: 100%;
    font-family: 'globotipo_textoblack';
    font-size: 19px;
    line-height: 1;
    color: #FB0234;
    background-color: #fff;
    padding: 5px;
}

.holder-cupom__text .border {
    padding: 5px;
    width: 100%;
    display: block;
    border: 5px dashed #FB0234;
}

.holder-cupom__btn {
    display: block;
    font-size: 16px;
    padding: 15px;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #FB0234;
    cursor: pointer;
}

@media (min-width: 360px) {
    .holder-cupom__text {
        width: 70%;
    }
    .holder-cupom__btn {
        width: 30%;
        padding: 15px;
    }
}

@media (min-width: 768px) {
    .holder-cupom__text {
        font-size: 30px;
    }
    .holder-cupom__btn {
        font-size: 18px;
        line-height: 30px;
    }
}

.txt-copiado {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    padding-top: 5px;
    text-align: center;
}


/* INFO  ======================================================= */


/* REGRAS  ======================================================= */

.sec-regras {
    padding: 36px 0;
    background-color: #151515;
}

.tt-regras {
    font-family: 'globotipo_textoblack';
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #dedede;
}

.item-regra {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #dedede;
}

.item-regra.is-last {
    margin-bottom: 30px;
}

.logo-rodape {
    margin: 0 auto;
}

@media (min-width: 600px) {
    .sec-regras {
        padding: 50px 0;
        background-color: #000;
    }
    .item-regra {
        margin-bottom: 15px;
    }
    .item-regra.is-last {
        margin-bottom: 0;
    }
    .logo-rodape {
        display: none;
    }
}

@media (min-width: 960px) {
    .sec-regras {
        padding: 60px 0;
    }
}


/* REGRAS  ======================================================= */


/* UTILITIES  ======================================================= */

.fs-0 {
    font-size: 0;
}

.txt-upper {
    text-transform: uppercase;
}

.txt-center {
    text-align: center;
}

.dis-ib {
    display: inline-block;
}


/* UTILITIES  ======================================================= */