:root{
    --bold : 'GlobotipoTexto-Bold';
    --regular: 'GlobotipoTexto-Regular';
    --black: 'globotipo_textoblack'; 
}


/* ======= RESET ======= */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

figure {
    display: block;
    margin: 0;
}

li {
    list-style-type: none;
}

img {
    border: 0;
    display: block;
    max-width: 100%;
}


/* corrige o bug do float */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}


body{
    font-family: var(--regular);
}
/*======  STYLE  =======*/

.container {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}

.topo {
    position: relative;
}

.topo::before {
    display: none;
    z-index: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 33.49%, rgba(0, 0, 0, 0) 80.08%);
}

@media(min-width: 768px) {
    .topo::before {
        display: block;
    }
}

@media(max-width: 400px) {
    .topo {
        background: url('../images/bg_desktop.png') no-repeat #000;
        background-size: con;
        background-position: 85% 0;
    }
}

@media(min-width: 401px) {
    .topo {
        background: url('../images/bg_desktop.png') repeat #000;
        background-size: cover;
        background-position: center;
    }
}

@media(min-width: 768px) {
    .topo {
        background: url('../images/bg_desktop.png') repeat #000;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }
}

@media(min-width: 1367px) {
    .topo {
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
    }
}

.logo_top {
    width: 203px;
    padding-top: 23px;
}

@media(min-width: 600px) {
    .logo_top {
        width: auto;
    }
}

.detail_top_mobile {
    position: absolute;
    bottom: 0;
    max-width: 1280px;
}

@media (max-width: 1279px) {
    .detail_top_mobile {
        right: 0;
    }
}

@media (min-width: 1280px) {
    .detail_top_mobile {
        left: 0;
    }
}

.tt_topo {
    color: #FFFFFF;
}

.word-destaque {
    display: block;
}


@media (min-width: 518px) {}

@media (min-width: 768px) {
    .word-destaque {
        display: inline;
    }
    .limiter-title {
        max-width: unset;
    }
}

/* ------------------ */

.sub-title {
    font-weight: 400;
    font-family: var(--regular);
    margin-bottom: 10px;
}

/* ------------------ */

.separator{
    max-width: 435px;
    margin-top: 25px;
    height: 3px ;
    background: linear-gradient(90deg, #FA0234 0%, #FF5E03 51.08%, #FF8F01 96.95%);    
}

/* ------------------ */

h1 {
    font-size: 24px;
    margin-top: 42px;
}

@media(min-width: 768px) {
    h1 {
        font-size: 34px;
    }
}

/* @media(min-width: 768px) {
    h1 {
        font-size: 50px;
    }
} */

h1 .break-hero {
    display: none;
}

@media(min-width: 768px) {
    h1 .break-hero {
        display: block;
    }
}

h2 {
    font-size: 22px;
    margin-top: 25px;
}

@media(min-width: 768px) {
    h2 {
        font-size: 32px;
    }
}

.tt_topo span {
    margin-bottom: 15px;
}

.cupom-color {
    color: #FB0234;
}

.txt_detail_top {
    font-size: 12px;
    margin-top: 6px;
    text-transform: uppercase;
    display: inline-block;
}

@media(min-width: 768px) {
    .txt_detail_top {
        display: none;
        float: right;
        text-align: right;
        margin-top: 0;
        max-width: 55px;
    }
}

.btn {
    display: inline-block;
    max-width: unset;
    width: 100%;
    font-family: 'GlobotipoTexto-regular', sans-serif;
    font-size: 25px;
    color: #fff;
    padding: 11px 0;
    margin-bottom: 60px;
    margin-top: 14px;
    background-color: #fc232b;
    text-align: center;
}

@media(min-width: 768px) {
    .btn {
        max-width: 265px;
    }
}

.bg_color_15 {
    background-color: #151515
}

.bg_color_1f {
    background-color: #1F1F1F;
}

/* ------------------ */

.canais{
    padding: 50px 20px;
    color: #fff;
    background-color: #101010;
}
.canais__title{
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--black);
    font-size: 26px;
}
.canais__desc{
    margin-bottom: 50px;
    text-align: center;
    font-size: 18px;
}
.canais__list{
    max-width: 840px;
    margin: 0 auto 20px auto;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.canais__list-item{
    width: 120px;
    height: 60px;
    display: flex;    
    justify-content: center;
}
.canais__list-item-logo{
    align-self: center;

}

/* ------------------ */

/*NUMBERS*/

h3 {
    font-size: 24px;
    color: #FFF;
}

.number_space {
    display: flex;
    flex-wrap: wrap;
    padding-top: 36px;
}

.number_space .item {
    width: 50%;
    margin-bottom: 42px;
}

.number_space .item:nth-of-type(3),
.number_space .item:nth-of-type(4) {
    margin-bottom: 0;
}

@media ( min-width: 640px) {
    .number_space .item {
        width: 25%;
        margin-bottom: 0;
    }
}

.sec_steps {
    padding: 50px 0;
}

.tutorial_number {
    display: inline-block;
    color: #FFFFFF;
    font-size: 46px;
    font-family: 'GlobotipoTexto-bold', sans-serif;
    line-height: 38px;
}

.tutorial_number:after,
.bar_top_txt:before {
    display: block;
    height: 2px;
    margin-top: 20px;
    background: #fa0234;
    /* Old browsers */
    background: -moz-linear-gradient(left, #fa0234 0%, #ff5e03 50%, #ff8f01 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fa0234 0%, #ff5e03 50%, #ff8f01 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fa0234 0%, #ff5e03 50%, #ff8f01 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fa0234', endColorstr='#ff8f01', GradientType=1);
    content: "";
}

.bar_top_txt:before {
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .bar_top_txt:before {
        margin-top: 10px;
    }
}

.item_txt {
    font-size: 14px;
    color: #FFF;
    margin-top: 15px;
}

@media( min-width: 380px) {
    .item_txt {
        font-size: 16px;
    }
}

@media( min-width: 870px) {
    .item_txt {
        font-size: 23px;
    }
}


/* POSTS */

.sec_posters {
    padding: 71px 0;
}

@media( max-width: 767px) {
    .center_titles {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

.col {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.row {
    clear: both;
    display: block;
    margin-left: -8px;
    margin-right: -8px;
}

h4 {
    font-size: 16px;
    color: #FFF;
    margin-top: 15px;
}

h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #FFF;
}

.pos-relative {
    position: relative;
}

.pos-absolut {
    position: absolute;
}

.post_space {
    padding-top: 20px;
}

.txt-post {
    width: 100%;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 11px;
}

@media( min-width: 960px) {
    .txt-post {
        left: 35px;
        bottom: 35px;
    }
}

.detail_left_post,
.detail_left_programas {
    position: absolute;
    left: 0;
    bottom: 0;
}

.detail_left_programas {
    bottom: 38px;
}

.detail_right_post,
.detail_right_programas {
    position: absolute;
    right: 0;
    bottom: 0;
}

.detail_right_programas {
    bottom: 38px;
}

@media(max-width: 1150px) {
    .detail_right_post,
    .detail_left_post,
    .detail_right_programas,
    .detail_left_programas {
        display: none;
    }
}

.pad-top-0 {
    padding-top: 0;
}

.pad-left-32 {
    padding-left: 32px
}

.last_post {
    margin-bottom: 40px;
}

.flt_r {
    float: right;
}

.flt-l {
    float: left;
}

.disp-ib {
    display: inline-block;
}

.disp-b {
    display: block;
}

.txt_al_c {
    text-align: center;
}

@media(min-width: 768px) {
    .txt_al_l_bp_768 {
        text-align: left;
    }
}

.post_title {
    margin: 0 auto;
    max-width: 360px;
}

@media (min-width:768px) {
    .post_title {
        max-width: 100%
    }
}

.post_fig {
    margin: 0 auto;
    max-width: 360px;
}


/* DEVICES */

.space_device {
    padding-top: 40px;
}

.title_device {
    font-size: 26px;
    color: #FFF;
    margin-top: 50px;
    margin-bottom: 40px;
}

@media(max-width: 767px) {
    .title_device span {
        display: block;
    }
}

@media(min-width: 768px) {
    .title_device {
        font-size: 30px;
        line-height: 40px;
    }
}

@media(min-width: 1030px) {
    .title_device {
        font-size: 36px;
        line-height: 45px;
    }
}

.img_device {
    max-width: 519px;
    margin: 0 auto;
}

@media ( min-width: 768px) {
    .blc_link_store {
        padding-left: 25px;
    }
}

.tt_footer {
    font-family: 'globotipo_textoblack';
    text-transform: uppercase;
    font-size: 24px;
    color: #DEDEDE;
    padding-top: 65px;
    padding-bottom: 15px;
}

.txt_terms {
    font-family: 'GlobotipoTexto-Regular';
    font-size: 14px;
    color: #DEDEDE;
    line-height: 30px;
    margin-bottom: 5px;
}

.txt_terms a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
}

.logo_footer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bg_lateral_bar {
    background: url('../images/lateral_bars.png') no-repeat;
    background-position: 51% 17px;
}

.barra {
    position: relative;
}

.bar_1 {
    height: 53px;
    margin-right: 133px;
    background: url('../images/topo_bar2.png') repeat-x;
}

.bar_2 {
    position: absolute;
    right: 0;
    top: 0;
}

.bar_3 {
    height: 53px;
    width: 5000px;
    position: absolute;
    top: 0;
    left: -5000px;
    background: url('../images/topo_bar2.png') repeat-x;
}

/* ================= UTILITIES ================= */


/*======  Class Fonts  =======*/

.gt_bold { font-family: var(--bold); }
.gt_regular { font-family: var(--regular); }
.gt_black { font-family: var(--black); }

/*======  Class Fonts  =======*/

.fw-regular {
    font-weight: 400;
}



.txt_upper { text-transform: uppercase; }

strong {
    font-weight: bold;
}



.center_blocks {
    margin-left: auto;
    margin-right: auto;
}

.color-orange1 {
    color: #FF8F01;
}

.pd-t-0 {
    padding-top: 0;
}

.mrg-b-16 {
    margin-bottom: 16px;
}

.mrg-b-20 {
    margin-bottom: 20px;
}

.mrg-b-52 {
    margin-bottom: 52px;
}

.color-ambar {
    color: #FF8F01;
}