/* 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-0 {
        margin-left: 0 !important;
    }
    .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  ======================================================= */


/* --------------------------------------------------------------------------- */


/* TIPOGRAPHY */


/* --------------------------------------------------------------------------- */

@font-face {
    font-family: 'GloboFutura-Light';
    src: url('../fonts/globofutura/GloboFutura-Light.woff2') format('woff2'), url('../fonts/globofutura/GloboFutura-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GloboFutura-Bold';
    src: url('../fonts/globofutura/GloboFutura-Bold.woff2') format('woff2'), url('../fonts/globofutura/GloboFutura-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GloboFutura-Medium';
    src: url('../fonts/globofutura/GloboFutura-Medium.woff2') format('woff2'), url('../fonts/globofutura/GloboFutura-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GloboFutura-Regular';
    src: url('../fonts/globofutura/GloboFutura-Regular.woff2') format('woff2'), url('../fonts/globofutura/GloboFutura-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GlobotipoTexto-Black';
    src: url('../fonts/globotipotexto/GlobotipoTexto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/globotipotexto/GlobotipoTexto-Black.otf') format('opentype'), url('../fonts/globotipotexto/GlobotipoTexto-Black.woff') format('woff'), url('../fonts/globotipotexto/GlobotipoTexto-Black.ttf') format('truetype'), url('../fonts/globotipotexto/GlobotipoTexto-Black.svg#GlobotipoTexto-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'globotipo_textobold';
    src: url('../fonts/globotipotexto/GlobotipoTexto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/globotipotexto/GlobotipoTexto-Bold.otf') format('opentype'), url('../fonts/globotipotexto/GlobotipoTexto-Bold.woff') format('woff'), url('../fonts/globotipotexto/GlobotipoTexto-Bold.ttf') format('truetype'), url('../fonts/globotipotexto/GlobotipoTexto-Bold.svg#GlobotipoTexto-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'globotipo_textoregular';
    src: url('../fonts/globotipotexto/GlobotipoTexto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/globotipotexto/GlobotipoTexto-Regular.otf') format('opentype'), url('../fonts/globotipotexto/GlobotipoTexto-Regular.woff') format('woff'), url('../fonts/globotipotexto/GlobotipoTexto-Regular.ttf') format('truetype'), url('../fonts/globotipotexto/GlobotipoTexto-Regular.svg#GlobotipoTexto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlobotipoTexto-Light';
    src: url('../fonts/globotipotexto/GlobotipoTexto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/globotipotexto/GlobotipoTexto-Light.otf') format('opentype'), url('../fonts/globotipotexto/GlobotipoTexto-Light.woff') format('woff'), url('../fonts/globotipotexto/GlobotipoTexto-Light.ttf') format('truetype'), url('../fonts/globotipotexto/GlobotipoTexto-Light.svg#GlobotipoTexto-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'globotipo_textoregular', 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: 'globotipo_textoregular', 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: 'globotipo_textoregular'
}

.ff-gt-bold {
    font-family: 'globotipo_textobold'
}

.ff-gt-black {
    font-family: 'GlobotipoTexto-Black';
}

.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 {
    margin: 0 auto;
}


/* ESTRUTURA  ======================================================= */


/* TOPO  ======================================================= */

.header {
    position: relative;
    background-color: #000;
}

.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 {
    display: inline-block;
    margin-bottom: 25px;
}

.col-topo {
    text-align: center;
}

.tt-topo {
    font-family: 'GlobotipoTexto-Black';
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
}

.tt-topo .only-desktop {
    display: none;
}

.tt-topo .word-destaque-mobile {
    display: block;
}

.tt-topo__st {
    display: block;
    font-family: 'globotipo_textoregular'
}

.bar-top {
    display: none;
}

@media (min-width: 360px) {
    .tt-topo {
        font-size: 28px;
    }
}

@media (min-width: 600px) {
    .header {
        background-color: #000;
    }
    .header .bg-holder {
        background: url('../images/bg-topo-desktop.png') no-repeat right center #000;
        background-size: contain;
    }
    .col-topo {
        text-align: left;
    }
    .tt-topo .word-destaque-mobile {
        display: inline;
    }
    .tt-topo .only-desktop {
        display: block;
    }
    .tt-topo .word-destaque-desktop {
        display: block;
    }
    .bar-top {
        display: inline-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 */
    }
}

@media (min-width: 768px) {
    .tt-topo {
        font-size: 38px;
    }
    .bar-top {
        width: 265px;
    }
}

@media (min-width: 960px) {
    .header .bg-holder {
        padding: 40px 0 120px;
    }
    .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: 50px;
    }
    .tt-topo {
        font-size: 50px;
    }
    .bar-top {
        width: 512px;
        height: 5px;
    }
}

@media (min-width: 1100px) {
    .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 {
    padding: 30px 0 40px;
    background-color: #101010;
}

.col-info {
    text-align: center;
}

.tt-info {
    font-family: 'GlobotipoTexto-Black';
    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: inline-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;
}

.img-devices {
    display: inline-block;
}

.img-devices.is-mobile {
    margin-bottom: 20px;
}

.img-devices.is-desktop {
    display: none;
}

.msg-end {
    display: none;
}

@media (min-width: 768px) {
    .sec-info {
        padding: 70px 0;
    }
    .col-info {
        text-align: left;
    }
    .tt-info {
        font-size: 28px;
    }
    .st-info {
        font-size: 24px;
    }
    .instrucao-cupom {
        font-size: 24px;
    }
    .validade-cupom {
        font-size: 18px;
    }
    .img-devices.is-mobile {
        display: none;
    }
    .img-devices.is-desktop {
        display: inline-block;
    }
}

@media (min-width: 960px) {
    .sec-info {
        background-color: #151515;
    }
    .validade-cupom {
        font-family: 'globotipo_textobold';
        font-style: italic;
    }
}


/*** Cupum ***/

.holder-cupom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.holder-cupom__text {
    width: 100%;
    font-family: 'GlobotipoTexto-Black';
    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: 22px;
        line-height: 30px;
    }
    .holder-cupom__btn {
        font-size: 18px;
        line-height: 30px;
    }
}

@media (min-width: 960px) {
    .holder-cupom__text {
        font-size: 24px;
    }
}

@media (min-width: 1120px) {
    .holder-cupom__text {
        font-size: 28px;
    }
}

.txt-copiado {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    padding-top: 5px;
    text-align: center;
}


/* INFO  ======================================================= */


/* DUVIDAS  ======================================================= */

.sec-duvidas {
    padding: 40px 0;
    background-color: #303030;
}

.tt-duvidas {
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.tt-duvidas:after {
    content: '';
    display: block;
    width: 88px;
    height: 4px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #FA0234 0%, #FF5E03 51.08%, #FF8F01 96.95%);
}

.txt-duvidas {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.item-duvida {
    background: url('../images/icon-check-mobile.png') no-repeat 8px center;
    padding: 10px 10px 10px 40px;
    border: 2px solid #f1f2f2;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.item-duvida__txt {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}

.tt-info-duvidas {
    font-size: 16px;
    line-height: 1.2;
}

.link-duvida {
    text-decoration: underline;
    white-space: nowrap;
}

.link-duvida:hover {
    opacity: 0.8;
    color: #f1f2f2;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .sec-duvidas {
        padding: 50px 0 45px;
    }
    .tt-duvidas {
        font-size: 32px;
    }
    .txt-duvidas {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .col-item-duvida.is-left {
        padding-right: 10px;
    }
    .col-item-duvida.is-right {
        padding-left: 10px;
    }
    .tt-info-duvidas {
        font-size: 18px;
        padding-top: 20px;
    }
}

@media (min-width: 1100px) {
    .item-duvida {
        background: url('../images/icon-check-desktop.png') no-repeat 14px center;
        padding: 15px 15px 15px 60px;
        margin-bottom: 20px;
    }
    .item-duvida__txt {
        font-size: 22px;
    }
}

.tt-obs {
    margin: 40px 0 40px 0;
}

@media (min-width: 630px) {
    .tt-obs {
        font-size: 16px;
    }
}


/* DUVIDAS  ======================================================= */


/* FOOTER  ======================================================= */

.footer {
    padding: 25px 0;
    text-align: center;
}

.footer .container {
    max-width: 1100px;
}

.txt-legal,
.link-legal {
    font-size: 11px;
    color: #B7B7B7;
}

.txt-legal {
    margin-bottom: 15px;
}

.link-legal {
    font-family: 'globotipo_textobold';
    display: inline-block;
    margin: 0 8px;
    text-decoration: underline;
}

@media (min-width: 900px) {
    .footer {
        padding: 15px 0;
        text-align: left;
    }
    .col-politica {
        text-align: right;
    }
    .txt-legal {
        margin-bottom: 0
    }
    .link-legal {
        margin: 0 0 0 15px;
    }
}

@media (min-width: 1024px) and (min-height: 600px) and (max-height: 750px) {
    .footer.is-fixed {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .footer.is-fixed {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
}


/* FOOTER  ======================================================= */


/* UTILITIES  ======================================================= */

.fs-0 {
    font-size: 0;
}

.txt-upper {
    text-transform: uppercase;
}

.txt-center {
    text-align: center;
}

.dis-ib {
    display: inline-block;
}


/* UTILITIES  ======================================================= */