/* fonts */

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_fontes/Proxima-Nova-Regular.woff') format('woff');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_fontes/Proxima-Nova-Bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}

ul, ol { margin-bottom: 0; }
ul li, ol li { list-style: inside; }

/* STYLE */



/* UTILITIES */

.dis-i-b { display: inline-block; }
.dis-b { display: block; }
.dis-f { display: flex; }

.align-center { align-items: center; }

.txt-right { text-align: right; }
.txt-center { text-align: center; }
.txt-just { text-align: justify; }

.pos-r{ position: relative; }
.pos-a{ position: absolute; }

.center-block { margin-left: auto; margin-right: auto; }

.fonte { font-size: 12px; letter-spacing: 2px; margin-bottom: 0; }

.shadow-1 {
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.2);
}

.shadow-inset-1 {
    -webkit-box-shadow: inset 7px 7px 5px 0px rgba(50, 50, 50, 0.27);
    -moz-box-shadow:    inset 7px 7px 5px 0px rgba(50, 50, 50, 0.27);
    box-shadow:         inset 7px 7px 5px 0px rgba(50, 50, 50, 0.27);
}

/* fonts */
.fs-0 { font-size: 0; }
.fs-11 { font-size: 11px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-28 { font-size: 28px; }
.fs-30 { font-size: 30px; }
.fs-36 { font-size: 36px; }
.fs-38 { font-size: 38px; }
.fs-40 { font-size: 40px; }
.fs-44 { font-size: 44px; }
.fs-66 { font-size: 66px; }

@media ( min-width: 400px ) {
    .fs-bp400-44 { font-size: 44px; }
}

@media ( min-width: 770px ) {
    .fs-bp770-38 { font-size: 38px; }
    .fs-bp770-44 { font-size: 44px; }
    .fs-bp770-66 { font-size: 66px; }
}

/* font weight */
.fw-light { font-weight: 300; }
.fw-regular { font-weight: 400; }
.fw-medium { font-weight: 500; }
.fw-semibold { font-weight: 600; }
.fw-bold { font-weight: 700; }

/* lt space */
.lt-space-8 { letter-spacing: 8px; }

/* bgs */
.bg-grad-blue1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c5b97+0,32e8f6+100 */
    background: #0c5b97; /* Old browsers */
    background: -moz-linear-gradient(left,  #0c5b97 0%, #32e8f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0c5b97 0%,#32e8f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0c5b97 0%,#32e8f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5b97', endColorstr='#32e8f6',GradientType=1 ); /* IE6-9 */
}

.bg-grad-blue2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32e8f6+0,0c5b97+100 */
    background: #32e8f6; /* Old browsers */
    background: -moz-linear-gradient(left,  #32e8f6 0%, #0c5b97 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #32e8f6 0%,#0c5b97 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #32e8f6 0%,#0c5b97 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32e8f6', endColorstr='#0c5b97',GradientType=1 ); /* IE6-9 */
}

.bg-grad-white-blue {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,0c5b97+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #0c5b97 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#0c5b97 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffffff 0%,#0c5b97 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0c5b97',GradientType=1 ); /* IE6-9 */
}

.bg-grad-blue-white {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c5b97+0,ffffff+100 */
    background: #0c5b97; /* Old browsers */
    background: -moz-linear-gradient(left,  #0c5b97 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0c5b97 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0c5b97 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5b97', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.bg-grey{
    background-color: #686868;
}

.bg-light-grey{
    background-color: #ededed;
}

.bg-sun{
    background-color: #F6F4A7;
}

.bg-snow{
    background-color: #fff;
}

.bg-blue{ background-color: #0071ac; }

.bg-green { background-color: #00b3a7; }

.bg-red { background-color: #E01C10; }
.bg-orange { background-color: #ff6600; }


/* colors */
.color-dark { color: #000; }
.color-snow { color: #fff; }
.color-sun { color: #F6F4A7; }
.color-grey { color: #686868; }
.color-light-grey { color: #ededed; }
.color-blue{ color: #0071ac; }
.color-green { color: #00b3a7; }
.color-red { color: #E01C10; }
.color-orange { color: #ff6600; }

/* mrgs */
.mrg-b-0 { margin-bottom: 0px; }
.mrg-b-23 { margin-bottom: 23px; }
.mrg-b-40 { margin-bottom: 40px; }
.mrg-b-50 { margin-bottom: 50px; }
.mrg-b-80 { margin-bottom: 80px; }

.mrg-l-14 { margin-left: 14px; }

/* pds */
.pd-7 { padding: 7px; }
.pd-10 { padding: 10px; }
.pd-20 { padding: 20px; }
.pd-35 { padding: 35px; }

.pd-tb-35 { padding-top: 35px; padding-bottom: 35px; }
.pd-tb-100 { padding-top: 100px; padding-bottom: 100px; }

.pd-t-20 { padding-top: 20px; }

.pd-b-20 { padding-bottom: 20px; }

.img-estudo{
    display: block;
    margin: 0 auto;
}



/*** LAYOUT ***/

.main{
    padding: 0;
    overflow: hidden;
}

.main-lined{
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 1200px){
    .main-lined{
        border: 1px solid #000;
    }
}

.txt-fonte{
    padding-top: 25px;
    font-size: 12px;
    line-height: 1.1;
}

.tt-topico{
    margin-bottom: 30px;
}

.tt-coluna{
    margin-bottom: 20px;
}

.tt-grafico{
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 20px;
}

@media (min-width: 1200px){
    .txt-fonte{
        padding-top: 35px;
    }

    .tt-topico{
        margin-bottom: 50px;
    }

    .tt-coluna{
        margin-bottom: 30px;
    }
}


/*** LAYOUT ***/



/*** sec credito ***/

.sec-credito{
    padding: 40px 0;
}

/*** sec credito ***/

/*** INTRODUÇÃO E CONCLUSÃO ***/

.sec-introducao, .sec-conclusao{
    padding: 40px 0;
}

.sec-introducao p, .sec-conclusao p{
    margin: 0;
}

@media (min-width: 992px){
    .sec-introducao, .sec-conclusao{
        padding: 100px 0;
    }
}

/*** INTRODUÇÃO E CONCLUSÃO ***/


/*** sec-1 ***/

.txt-destaque-sec-1{
    font-size: 26px;
    margin-bottom: 30px;
}

.txt-info-sec-1{
    position:  relative;
    font-size: 24px;
    margin-bottom: 30px;
    font-style: italic;
    padding-top: 40px;
}

.txt-info-sec-1:before{
    position: absolute;
    content: '';
    width: 80%;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
    top: 0;
    left: 0;
}

.holder-img-sec-1{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-bottom: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );

}

.img-sec-1{
    display: inline-block;
}

@media (min-width: 768px){
    .holder-img-sec-1{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .txt-destaque-sec-1{
        padding-top: 80px;
    }

    .txt-info-sec-1{
        padding-top: 100px;
    }

    .txt-info-sec-1:before{
        top: 60px;
        left: -30px;
    }
}

@media (min-width: 992px){
    .txt-destaque-sec-1{
        padding-top: 170px;
    }

    .txt-info-sec-1{
        padding-top: 200px;
    }

    .txt-info-sec-1:before{
        top: 160px;
        left: -60px;
    }

    .holder-img-sec-1{
        padding-top: 275px;
        padding-bottom: 275px;
        padding-left: 60px;
        margin-bottom: 0;
        position: relative;
    }

    .img-sec-1{
        position: absolute;
        display: block;
        top: 50%;
        right: -100px;
        width: 340px;
        max-width: none;
        height: auto;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .sec-1 .txt-fonte{
        padding-top: 0;
    }
}

/*** sec-1 ***/


/*** sec-2 ***/

.sec-2{
    padding: 60px 0;
}

.tt-sec-2{
    font-size: 26px;
    font-style: italic;
    margin-bottom: 30px;
}

.item-significado{
    position: relative;
    padding-top: 100px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1;
}

.item-significado:before{
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item-significado.is-1:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_002.png') no-repeat center center #ff6600;
    background-size: 50px 50px;
}

.item-significado.is-2:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_003.png') no-repeat center center #ff6600;
    background-size: 50px 50px;
}

.item-significado.is-3:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_004.png') no-repeat center center #ff6600;
    background-size: 50px 50px;
}

.item-significado.is-4:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_005.png') no-repeat center center #ff6600;
    background-size: 50px 50px;
}

.item-significado.is-5:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_006.png') no-repeat center center #ff6600;
    background-size: 50px 50px;
}

@media (min-width: 375px){
    .holder-significados{
        font-size: 0;
        text-align: center;
    }

    .item-significado{
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }
}

@media (min-width: 768px){
    .sec-2{
        padding: 100px 0 50px;
    }

    .tt-sec-2{
        max-width: 50%;
        margin-bottom: 50px;
    }

    .holder-significados{
        max-width: 700px;
        margin: 0 auto;
    }

    .item-significado{
        width: 33.33%;
    }
}

@media (min-width: 992px){
    .sec-2{
        padding: 160px 0 80px;
    }

    .tt-sec-2{
        position: absolute;
        top: 0;
        left: 0;
        max-width: 300px;
    }

    .holder-significados{
        padding-top: 150px;
    }

    .item-significado{
        padding-top: 150px;
        margin-bottom: 50px;
        font-size: 20px;
    }

    .item-significado:before{
        width: 120px;
        height: 120px;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
    }

    .item-significado.is-1:before{
        background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_002.png') no-repeat center center #ff6600;
        background-size: 75px 75px;
    }

    .item-significado.is-2:before{
        background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_003.png') no-repeat center center #ff6600;
        background-size: 75px 75px;
    }

    .item-significado.is-3:before{
        background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_004.png') no-repeat center center #ff6600;
        background-size: 75px 75px;
    }

    .item-significado.is-4:before{
        background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_005.png') no-repeat center center #ff6600;
        background-size: 75px 75px;
    }

    .item-significado.is-5:before{
        background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/007_receitas/_imagens/receitas_006.png') no-repeat center center #ff6600;
        background-size: 75px 75px;
    }
}

/*** sec-2 ***/

/*** sec-3 ***/

.sec-3{
    padding: 40px 0;
}

.tt-sec-3{
    display: inline-block;
    position: relative;
    font-size: 65px;
    line-height: 1.1;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.tt-sec-3:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 80%;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );

}

.txt-info-sec-3{
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-style: italic;
}

.item-fome .number{
    margin-bottom: 0;
}

.item-fome .txt-info{
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 40px;
}

@media (min-width: 992px){
    .txt-info-sec-3{
        max-width: 230px;
    }

    .sec-3 .txt-fonte{
        text-align: right;
    }

    .item-fome .txt-info{
        max-width: 280px;
    }
}

/*** sec-3 ***/

/*** sec-4 ***/

.sec-4{
    padding: 40px 0;
}

.tt-sec-4{
    display: inline-block;
    position: relative;
    font-size: 65px;
    line-height: 1.1;
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.tt-sec-4:after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 80%;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );

}

.txt-info-sec-4{
    font-style: italic;
}

.img-sec-4{
    margin-bottom: 30px;
}

.percent-ato{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 700;
}

.item-ato{
    font-size: 18px;
    line-height: 1.15;
    margin-bottom: 30px;
    font-style: italic;
}

@media (min-width: 768px) and (max-width: 991px){
    .ato-holder{
        display: inline-block;
        width: 50%;
        vertical-align: top;
    }

    .item-ato{
        max-width: 240px;
    }
}

@media (min-width: 992px){
    .tt-sec-4{
        text-align: right;
    }

    .sec-4 .txt-fonte{
        text-align: right;
    }

    .tt-sec-4{
        font-size: 53px;
    }

    .tt-sec-4:after{
        right: -50px;
        z-index: 5;
    }

    .txt-info-sec-4{
        text-align: right;
        font-size: 22px;
        max-width: 150px;
        margin: 0 0 0 auto;
    }

    .item-ato{
        font-size: 22px;
    }

    .img-sec-4{
        margin-bottom: 0;
    }
}

@media (min-width: 1200px){
    .tt-sec-4{
        font-size: 65px;
    }
}

/*** sec-4 ***/

/*** sec frase img ***/

.sec-frase-img{
    padding: 40px 0;
}

.tt-sec-frase{
    text-align: center;
    font-style: italic;
    line-height: 1;
    margin-bottom: 30px;
}

.txt-lateral-img{
    position: relative;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 50px;
    font-style: italic;
}

.txt-lateral-img:before{
    position: absolute;
    content: '';
    width: 80%;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
    top: -10px;
    left: 50%;
    z-index: 5;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 768px){
    .sec-frase-img{
        padding: 80px 0 40px;
    }

    .sec-frase-img .txt-fonte{
        text-align: right;
    }

    .txt-lateral-img{
        text-align: left;
        padding-top: 120px;
        max-width: 300px;
    }

    .txt-lateral-img:before{
        top: 80px;
        left: -50px;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (min-width: 992px){
    .col-img-frase{
        text-align: right;
    }

    .img-sec-frase{
        display: inline-block;
        max-width: 500px;
    }

    .txt-lateral-img{
        padding-top: 180px;
        font-size: 26px;
    }

    .txt-lateral-img:before{
        top: 120px;
    }
}

/*** sec frase img ***/

/*** sec-7 ***/

.sec-7{
    padding: 60px 0 40px;
}

.tt-sec-7{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 50px;
    font-style: italic;
}

.tt-sec-7:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 70%;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

.gradient-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

@media (min-width: 768px){
    .sec-7{
        padding: 100px 0;
    }

    .gradient-left{
        width: 40%;
        height: 100%;
    }

    .tt-sec-7:before{
        left: -50px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .img-sec-7{
        padding-top: 120px;
    }
}

@media (min-width: 992px){
    .sec-7{
        padding: 150px 0;
    }
}

@media (min-width: 1200px){
    .sec-7{
        padding: 150px 0 100px;
    }

    .tt-sec-7{
        font-size: 56px;
        line-height: 1.1;
    }

    .tt-sec-7:before{
        left: -50px;
    }

    .img-sec-7{
        padding-top: 50px;
    }
}

/*** sec-7 ***/

/*** sec-10 ***/

.sec-10{
    padding: 40px 0;
}

.tt-sec-10{
    font-size: 28px;
    max-width: 900px;
}

@media (min-width: 768px){
    .tt-sec-10{
        font-size: 36px;
    }
}

@media (min-width: 992px){
    .sec-10{
        padding: 120px 0 60px;
    }
}

@media (min-width: 1200px){
    .tt-sec-10{
        font-size: 40px;
    }
}

/*** sec-10 ***/

/*** sec-11 ***/

.sec-11{
    padding: 40px 0;
}

.tt-sec-11{
    position: relative;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.tt-sec-11:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 180px;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

.txt-sec-11{
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-style: italic;
    font-weight: 500;
}

.img-sec-11{
    margin-bottom: 30px;
}

@media (min-width: 992px){
    .holder-text-graphic{
        position: absolute;
        top: 0;
        left: 0;
        max-width: 220px;
    }

    .tt-sec-11, .txt-sec-11{
        text-align: right;
    }

    .tt-sec-11:before{
        bottom: 0;
        left: unset;
        right: -50px;
    }

    .img-sec-11{
        padding-top: 80px;
    }
}

@media (min-width: 1200px){
    .holder-text-graphic{
        max-width: 250px;
    }

    .txt-sec-11{
        font-size: 20px;
    }
}

/*** sec-11 ***/

/*** sec-12 ***/

.sec-12{
    padding: 40px 0;
}

.txt-info-sec-12{
    font-style: italic;
    font-size: 20px;
}

.img-sec-12{
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .sec-12{
        padding: 60px 0;
    }
}

@media (min-width: 992px){
    .sec-12{
        padding: 100px 0 60px;
    }
}

@media (min-width: 1200px){
    .sec-12{
        padding: 120px 0 60px;
    }

    .txt-info-sec-12{
        font-size: 26px;
    }
}

/*** sec-12 ***/

/*** sec-13 ***/

.sec-13{
    padding: 40px 0;
}

.tt-sec-13{
    font-size: 54px;
    line-height: 1.1;
    margin-bottom: 30px;
}

.img-sec-13{
    margin-bottom: 20px;
}

.txt-info-sec-13{
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-top: 50px;
    position: relative;
}

.txt-info-sec-13:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 5;
    width: 180px;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

@media (min-width: 768px){
    .tt-sec-13{
        text-align: right;
    }

    .sec-13 .txt-fonte{
        text-align: right;
    }
}

@media (min-width: 992px){
    .sec-13{
        padding: 80px 0 60px;
    }

    .tt-sec-13{
        font-size: 64px;
    }

    .txt-info-sec-13{
        font-size: 24px;
    }
}

@media (min-width: 1200px){
    .tt-sec-13{
        font-size: 76px;
    }
}

/*** sec-13 ***/

/*** sec-14 e sec-20 ***/

.sec-14, .sec-20{
    padding: 100px 0;
}

.tt-sec-frase-unica{
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
    text-align: center;
    font-style: italic;
}

.tt-sec-frase-unica span{
    font-style: normal;
}

@media (min-width: 375px){
    .tt-sec-frase-unica{
        font-size: 48px;
        max-width: 350px;
        margin: 0 auto;
    }
}

@media (min-width: 768px){
    .sec-14, .sec-20{
        padding: 150px 0;
    }

    .tt-sec-frase-unica{
        font-size: 56px;
        max-width: none;
        margin: 0;
    }
}

@media (min-width: 992px){
    .sec-14, .sec-20{
        padding: 200px 0;
    }

    .tt-sec-frase-unica{
        font-size: 70px;
    }
}

/*** sec-14 e sec-20  ***/

/*** sec-15 ***/

.sec-15{
    padding: 40px 0;
}

.tt-sec-15{
    position: relative;
    font-size: 36px;
    line-height: 1.2;
    margin: 0 auto 30px;
    max-width: 800px;
    padding-bottom: 50px;
}

.tt-sec-15:before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 200px;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

.item-consumidor{
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #ff6600;
    text-align: center;
    margin: 0 auto 30px;
    width: 200px;
    height: 200px;
    display: block;
}

.tt-consumidor{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    color: #fff;
    width: 200px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (min-width: 450px){
    .item-consumidor{
        display: inline-block;
        margin: 0 5px 30px;
    }
}

@media (min-width: 768px){
    .tt-sec-15{
        font-size: 42px;
    }

    .item-consumidor{
        width: 250px;
        height: 250px;
        -webkit-border-radius: 125px;
        -moz-border-radius: 125px;
        border-radius: 125px;
    }

    .tt-consumidor{
        width: 250px;
        font-size: 22px;
    }
}

@media (min-width: 992px){
    .tt-sec-15{
        font-size: 70px;
        line-height: 0.9;
        margin-bottom: 60px;
    }

    .item-consumidor{
        width: 200px;
        height: 200px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }
}

@media (min-width: 1200px){
    .item-consumidor{
        margin: 0 10px;
        width: 250px;
        height: 250px;
        -webkit-border-radius: 125px;
        -moz-border-radius: 125px;
        border-radius: 125px;
    }
}

/*** sec-15 ***/

/*** sec-21 ***/

.sec-21{
    padding: 40px 0;
}

.img-sec-21{
    margin-bottom: 30px;
}

.tt-percent-sec-21{
    position: relative;
    font-size: 64px;
    line-height: 0.8;
    margin-bottom: 25px;
    padding-bottom: 40px;
    display: inline-block;
}

.tt-percent-sec-21:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

.txt-sec-21{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .tt-percent-sec-21{
        font-size: 80px;
    }

    .sec-21 .txt-fonte{
        text-align: right;
    }
}

@media (min-width: 992px){
    .tt-percent-sec-21{
        padding-top: 70px;
    }

    .txt-sec-21{
        font-size: 28px;
    }
}

@media (min-width: 1200px){
    .tt-percent-sec-21{
        padding-top: 100px;
    }
}

/*** sec-21 ***/

/*** sec-16 ***/

.sec-16{
    padding: 40px 0;
}

.tt-sec-16{
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}

.txt-sec-16{
    position: relative;
    padding-top: 50px;
    font-size: 20px;
    line-height: 1;
}

.txt-sec-16:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 5;
    width: 180px;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

.img-sec-16{
    display: inline-block;
    margin-bottom: 30px;
}

.st-item-desc{
    font-size: 26px;
    line-height: 1;
    margin-bottom: 10px;
}

.txt-item-desc{
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-style: italic;
}

.txt-item-desc.last-item{
    margin-bottom: 40px;
}

@media (min-width: 768px){
    .sec-16 .txt-fonte{
        text-align: right;
    }
}

@media (min-width: 992px){
    .sec-16{
        padding: 100px 0 50px;
    }

    .col-txt-principal{ text-align: right; }

    .tt-sec-16{
        font-size: 36px;
        margin-bottom: 100px;
    }

    .txt-sec-16{ font-size: 28px; }

    .txt-sec-16:before{
        left: unset;
        right: 0;
    }
}

@media (min-width: 1200px){
    .tt-sec-16{
        font-size: 40px;
        margin-bottom: 200px;
    }
}

/*** sec-16 ***/

/*** sec-17 ***/

.sec-17{
    padding: 40px 0;
}

.tt-sec-17{
    margin-bottom: 20px;
    line-height: 1.1;
    max-width: 380px;
}

.txt-info-sec-17{
    position: relative;
    padding-top: 50px;
    font-size: 18px;
    margin-bottom: 30px;
    font-style: italic;
}

.txt-info-sec-17:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 5;
    width: 180px;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

@media (min-width: 768px){
    .sec-17 .ttx-fonte{
        text-align-last: right;
    }

    .holder-infos-sec-17{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 5;
        max-width: 335px;
    }

    .col-img-sec-17{
        padding-top: 200px;
    }
}

@media (min-width: 992px){
    .col-img-sec-17{
        padding-top: 70px;
    }

    .holder-infos-sec-17{
        max-width: 300px;
        text-align: right;
    }

    .txt-info-sec-17{
        display: inline-block;
        text-align: left;
        max-width: 160px;
    }

    .txt-info-sec-17:before{
        width: 80%;
    }

    .img-sec-17{
        padding-right: 100px;
    }
}

@media (min-width: 1200px){
    .holder-infos-sec-17{
        max-width: 450px;
    }

    .tt-sec-17{
        font-size: 60px;
        max-width: 450px
    }   

    .txt-info-sec-17{
        max-width: 230px;
        font-size: 24px;
        padding-top: 35px;
    }

    .col-img-sec-17{
        padding-top: 120px;
    }

    .img-sec-17{
        padding-right: 150px;
    }
}

/*** sec-17 ***/

/*** sec-18 ***/

.sec-18{
    padding: 40px 0;
}

.tt-sec-18{
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.txt-sec-18{
    position: relative;
    padding-top: 50px;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-style: italic;
}

.txt-sec-18:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: 5;
    width: 180px;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

.img-sec-18{
    margin-bottom: 30px;
}

@media (min-width: 768px){
    .sec-18{
        padding: 70px 0 40px;
    }

    .sec-18 .txt-fonte{
        text-align: right;
    }

    .tt-sec-18{
        font-size: 46px;
        max-width: 340px;
    }

    .holder-info-sec18{
        position: absolute;
        top: -50px;
        left: 0;
        z-index: 5;
    }

    .col-img-18{
        padding-top: 160px;
    }
}

@media (min-width: 992px){
    .tt-sec-18{
        text-align: right;
        font-size: 64px;
        max-width: 440px;
        margin-bottom: 60px;
    }

    .txt-sec-18{
        display: inline-block;
        font-size: 26px;
        width: 300px;
    }

    .txt-sec-18:before{
        left: 50px;
    }

    .col-img-18{
        padding-top: 110px;
    }
}

@media (min-width: 1200px){
    .txt-sec-18{
        padding-left: 30px;
    }

    .txt-sec-18:before{
        left: 80px;
    }

    .col-text-sec18{
        padding-top: 50px;
    }
}

/*** sec-18 ***/

/*** sec-19 ***/

.sec-19{
    padding: 40px 0;
}

.tt-sec-19{
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 30px;
    padding-bottom: 50px;
    position: relative;
    max-width: 340px;
}

.tt-sec-19:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 180px;
    height: 30px;
    background: rgb(255,98,0);
    background: -moz-linear-gradient(left,  rgba(255,98,0,1) 0%, rgba(255,60,0,1) 51%, rgba(255,25,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    background: linear-gradient(to right,  rgba(255,98,0,1) 0%,rgba(255,60,0,1) 51%,rgba(255,25,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ff1900',GradientType=1 );
}

@media (min-width: 768px){
    .sec-19 .txt-fonte{
        text-align: right;
    }

    .tt-sec-19{
        max-width: none;
    }
}

@media (min-width: 992px){
    .sec-19{
        padding: 80px 0 40px;
    }

    .tt-sec-19{
        max-width: 240px;
        font-size: 50px;
        position: absolute;
        right: 0;
        top: 70px;
    }

    .tt-sec-19:before{
        left:  -70px;
    }

    .col-img-19{
        padding-top: 70px;
    }
}

@media (min-width: 1200px){
    .tt-sec-19{
        max-width: 290px;
        font-size: 64px;
        top: 20px;
    }

    .col-img-19{
        padding-top: 0;
    }
}

/*** sec-19 ***/