/* fonts */

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_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/004_papo_de_moda/_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-blue{
    background-color: #0088b8;
}

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

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

/* colors */
.color-dark { color: #000; }
.color-snow { color: #fff; }
.color-sun { color: #e3ad06; }
.color-grey { color: #686868; }
.color-light-grey { color: #ededed; }
.color-blue { color: #0088b8; }

/* 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; }

.space-padrao{
    padding-top: 40px;
    padding-bottom: 40px;
}

.img-estudo{
    margin: 0 auto;
}

.img-estudo.is-left{
    margin: 0;
}

@media (max-width: 600px){
    .space-padrao.no-top-mobile{
        padding-top: 0;
    }
}

.space-destaq{
    padding-top: 100px;
    padding-bottom: 25px;
}

.space-destaq.is-top{
    padding-bottom: 100px;
}

@media(min-width: 768px){
    .space-padrao{
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .space-destaq{
        padding-top: 200px;
        padding-bottom: 50px;
    }

    .space-destaq.is-top{
        padding-bottom: 200px;
    }
}

.col-xl-6.has-padding-top, .col-12.has-padding-top{
    padding-top: 30px;
}

.col-xl-6.has-padding-bottom{
    padding-bottom: 30px;
}

@media (min-width: 1200px){
    .col-xl-6.has-padding-top, .col-12.has-padding-top{
        padding-top: 60px;
    }

    .col-xl-6.has-padding-bottom{
        padding-bottom: 60px;
    }

    .col-xl-6.has-extra-padding, .col-xl-8.has-extra-padding{
        padding-left: 60px;
        padding-right: 60px;
    }
}

/*** LAYOUT ***/

.main{
    padding: 50px 0;
}

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

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

.font-text{
    font-size: 12px;
}

/*** infografico mode 001 ***/

.container-infografico1{
    width: 100%;
    font-size: 0;
    padding: 20px 0;
}

@media (min-width: 640px){
    .container-infografico1{
        padding: 30px 0;
    }
}

@media (min-width: 960px){
    .container-infografico1{
        padding: 50px 0;
    }
}

.col-dados-infografico{
    width: 100%;
    padding: 0 15px;
}

.col-img-infografico{
    width: 100%;
    padding: 0 0 0 15px;
    text-align: right;
}

@media (min-width: 640px){
    .col-dados-infografico{
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

    .col-img-infografico{
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
}

@media (min-width: 1200px){
    .col-dados-infografico{
        padding-left: 100px; 
    }
}

.item-formato1{
    max-width: 370px;
    padding: 10px 0 0 110px;
    min-height: 90px;
    margin-bottom: 30px;
}

.item-formato1.is-icon1{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_004.png') no-repeat left top;
}

.item-formato1.is-icon2{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_005.png') no-repeat left top;
}

.item-formato1.is-icon3{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_006.png') no-repeat left top;
}

.item-formato1.is-icon4{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_012.png') no-repeat left top;
}

.item-formato1.is-icon5{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_013.png') no-repeat left top;
}

.item-formato1.is-icon6{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_019.png') no-repeat left top;
}

.item-formato1.is-icon7{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_020.png') no-repeat left top;
}

.item-formato1.is-icon8{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_021.png') no-repeat left top;
}

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

.text-desc{
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
}

.tt-destaque-infografico{
    font-size: 36px;
    line-height: 1;
    margin-bottom: 30px;
}

@media (min-width: 960px){
    .text-desc{
        font-size: 20px;
    }

    .tt-destaque-infografico{
        font-size: 50px;
    }
}

/*** infografico mode 001 ***/

/*** infografico mode 002 ***/

.container-infografico2{
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0;
    padding: 0 15px;
}

.dado-grafico{
    padding: 10px 75px;
    position: relative;
    min-height: 70px;
    background: rgb(253,157,64);
    background: -moz-linear-gradient(left,  rgba(253,157,64,1) 0%, rgba(253,73,68,1) 32%, rgba(247,25,124,1) 99%);
    background: -webkit-linear-gradient(left,  rgba(253,157,64,1) 0%,rgba(253,73,68,1) 32%,rgba(247,25,124,1) 99%);
    background: linear-gradient(to right,  rgba(253,157,64,1) 0%,rgba(253,73,68,1) 32%,rgba(247,25,124,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9d40', endColorstr='#f7197c',GradientType=1 );
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-bottom: 20px;
}

.valign-component{
    display: table;
    min-height: 50px;
}

.tt-dado-grafico{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.percent-dado{
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dado-grafico:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 50px;
    height: 50px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dado-grafico.is-icon01:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_007.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon02:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_008.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon03:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_009.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon04:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_010.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon05:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_011.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon06:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_014.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon07:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_015.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon08:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_022.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon09:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_016.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon10:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_017.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-icon11:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_018.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-tt01:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_001.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-tt02:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_002.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-tt03:before{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/004_papo_de_moda/_imagens/icon_003.png') no-repeat center center;
    background-size: cover; 
}

.dado-grafico.is-title{
    width: 100%;
    margin: 0 0 40px 0;
}

.tt-infografico-full{
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 30px;
}

@media (min-width: 640px){
    .dado-grafico{
        display: inline-block;
        width: 46%;
        margin: 0 2% 20px;
    }
}

@media (min-width: 800px){
    .dado-grafico{
        padding: 10px 100px 10px 85px;
        min-height: 75px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

    .word-destaque-desktop{
        display: block;
    }

    .valign-component{
        min-height: 55px;
    }

    .dado-grafico:before{
        width: 60px;
        height: 60px;
    }

    .percent-dado{
        font-size: 38px;
        right: 20px;
    }

    .dado-grafico.is-title{
        margin: 0 0 80px 0;
    }

    .tt-infografico-full{
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media (min-width: 840px){
    .tt-dado-grafico{
        font-size: 18px;
    }
}

/*** infografico mode 002 ***/

/*** Layout padrao ***/

.tt-mini{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.txt-padrao{
    margin-bottom: 30px;
}

@media (min-width: 800px){
    .tt-mini{
        font-size: 26px;
    }
}

/*** Layout padrao ***/

/*** imagens ***/
.col-fonte{
    padding: 30px 15px;
}

@media (min-width: 1200px){
    .col-fonte{
        padding: 30px 100px;
    }

    .col-fonte.is-format2{
        padding: 30px 25px;
    }
}

.txt-fonte{
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
}

.col-12.is-separador{
    padding-top: 40px;
}

@media (min-width: 960px){
    .col-12.is-separador{
        padding-top: 100px;
    }
}

.img-padrao-mobile{
    margin-bottom: 30px;
}

.img-tablet1{
    max-width: 170px;
}

.img-phone1{
    max-width: 160px;
}

.img-devices1{
    max-width: 200px;
}

.img-tweet1{
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 5px 15px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.img-tweet2{
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.img-tablet2{
    max-width: 170px;
}

.holder-phone1{
    text-align: center;
}

.holder-devices1{
    text-align: center;
}

@media (min-width: 768px){
    .img-tablet1{
        max-width: 270px;
    }

    .img-phone1{
        max-width: 270px;
    }

    .img-devices1{
        max-width: 400px;
    }

    .img-tweet1{
    }

    .img-tablet2{
        max-width: 270px;
    }
}

@media (min-width: 1000px){
    .img-phone1{
        max-width: 600px;
    }

    .col-with-pad{
        padding-top: 200px;
    }
}

.depoimento{
    position: relative;
    padding: 25px 0 0 0;
    text-align: center;
}

.depoimento:before{
    content: '“';
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 20px;
    font-size: 90px;
    line-height: 70px;
    text-align: left;
    font-style: italic;
}

.depoimento:after{
    content: '”';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px;
    font-size: 90px;
    line-height: 70px;
    text-align: right;
    font-style: italic;
}

.txt-depoimento{
    font-size: 24px;
    line-height: 1.1;
    font-style: italic;
}

.autor-depoimento{
    font-size: 14px;
    line-height: 1;
}

@media (min-width: 768px){
    .depoimento{
        padding: 25px 0 5px 0;
    }
}

@media (min-width: 1000px){
    .depoimento{
        padding: 25px 0 0 0;
    }
}

.text-destaq{
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 10px;
}

@media (min-width: 768px){
    .text-destaq{
        font-size: 26px;
    }
}

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

.txt-credito{
    margin-bottom: 0;
}

@media (min-width: 960px){
    .sec-credito{
        padding: 80px 0;
    }
}
/*** imagens ***/