/* fonts */

@font-face {
   font-family: 'Proxima Nova';
   src: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/006_turismo/_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/006_turismo/_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: #F87F2F; }


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

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


/*** section destaque ***/

.orange-destaque{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/006_turismo/_imagens/bg_turismo_001.jpg') no-repeat center center #ff6c1e;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
}

.orange-destaque .tt-destaque-orange{
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
}

.orange-destaque .tt-destaque-orange span{
    display: block;
    font-size: 20px;
}

@media (min-width: 768px){
    .orange-destaque{
        padding: 120px 0;
    }

    .orange-destaque .tt-destaque-orange{
        font-size: 44px;
    }

    .orange-destaque .tt-destaque-orange span{
        font-size: 24px;
    }

}

@media (min-width: 992px){
    .orange-destaque{
        padding: 240px 0;
    }

    .orange-destaque .tt-destaque-orange{
        max-width: 650px;
        font-size: 54px;
    }
}

/*** section destaque ***/


/*** sec c gradient ball ***/

.sec-with-ball{
    position: relative;
}

.gradient-ball{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(254,150,53);
    background: -moz-linear-gradient(-45deg,  rgba(254,150,53,1) 10%, rgba(254,150,53,1) 10%, rgba(245,115,43,1) 50%, rgba(222,21,14,1) 90%);
    background: -webkit-linear-gradient(-45deg,  rgba(254,150,53,1) 10%,rgba(254,150,53,1) 10%,rgba(245,115,43,1) 50%,rgba(222,21,14,1) 90%);
    background: linear-gradient(135deg,  rgba(254,150,53,1) 10%,rgba(254,150,53,1) 10%,rgba(245,115,43,1) 50%,rgba(222,21,14,1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9635', endColorstr='#de150e',GradientType=1 );
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
}

.separador{
    padding: 20px 0;
}

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

    .gradient-ball{
        position: absolute;
        top: 0;
        left: 45%;
        width: 100%;
        height: 100%;
        background: rgb(254,150,53);
        background: -moz-linear-gradient(-45deg,  rgba(254,150,53,1) 10%, rgba(254,150,53,1) 10%, rgba(245,115,43,1) 50%, rgba(222,21,14,1) 90%);
        background: -webkit-linear-gradient(-45deg,  rgba(254,150,53,1) 10%,rgba(254,150,53,1) 10%,rgba(245,115,43,1) 50%,rgba(222,21,14,1) 90%);
        background: linear-gradient(135deg,  rgba(254,150,53,1) 10%,rgba(254,150,53,1) 10%,rgba(245,115,43,1) 50%,rgba(222,21,14,1) 90%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9635', endColorstr='#de150e',GradientType=1 );
        -webkit-border-radius: 200px 0 0 200px;
        -moz-border-radius: 200px 0 0 200px;
        border-radius: 200px 0 0 200px;
    }
}

/*** sec c gradient ball ***/


/*** img circles ***/

.img-circle{
    position: relative;
    display: inline-block;
    max-width: 100%;
    border: 25px solid #F87F2F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.holder-circle{
    display: inline-block;
    font-size: 0;
    position: relative;
    margin-bottom: 30px;
}

.holder-circle.is-right:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 10000px;
    top: 0;
    left: 50%;
    background-color: #F87F2F;
}

.holder-circle.is-left:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 10000px;
    top: 0;
    right: 50%;
    background-color: #F87F2F;
}

@media (min-width: 768px){
    .holder-circle{
        margin-bottom: 0;
    }
}

/*** img circles ***/

/*** ITEM BULLETS ***/

.item-bullet{
    position: relative;
    padding-left: 20px; 
}

.item-bullet:before{
    position: absolute;
    content: '•';
    top: 0;
    left: 0;
}

/*** ITEM BULLETS ***/

/*** bar indicador ***/

.bar-indicador{
    font-size: 0;
    margin-bottom: 15px;
}

.bar-indicador .date-destaque{
    vertical-align: top;
    min-width: 145px;
    padding: 0 10px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 900;
    text-transform: uppercase;
    border-left: 10px solid #F87F2F;
    margin-bottom: 10px;
}

.bar-indicador .desc{
    font-style: italic;
    margin: 0;
}

@media (min-width: 360px){
    .bar-indicador .date-destaque{
        margin: 0;
    }

    .bar-indicador .desc{
        padding-top: 5px;
    }

    .bar-indicador .date-destaque, .bar-indicador .desc{
        display: inline-block;
    }
}

@media (min-width: 992px){
    .bar-indicador .date-destaque{
        min-width: 165px;
        font-size: 36px;
    }

    .bar-indicador .desc{
        padding-top: 0;
    }
}

/*** bar indicador ***/

/*** barras ***/

.graph-barras{
    border-bottom: 1px solid #fff;
    font-size: 0;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 50px;
}

.graph-barras .graph{
    width: 100px;
    margin: 0 20px;
    vertical-align: top;
    display: inline-block;
    position: relative;
}

.graph-barras .graph:before{
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    content: 'GASTOS $$$';
    font-style: italic;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin: 0;
}

.graph-barras .graph:after{
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin: 0;
}

.graph-barras .graph.is-01:after{
    content: 'antes';
}

.graph-barras .graph.is-02:after{
    content: 'depois';
}

.graph-barras .graph .info{
    position: relative;
    text-align: left;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    vertical-align: center;
}

.graph-barras .graph .info .align{
    padding-left: 5px;
    font-style: italic;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.graph-barras .graph .info.is-1{ background-color: #7f7f7f; }
.graph-barras .graph .info.is-2{ background-color: #d9d9d9; }
.graph-barras .graph .info.is-3{ background-color: #a6a6a6; }

@media (min-width: 400px){
    .graph-barras .graph{
        margin: 0 40px;
    }
}

@media (min-width: 768px){
    .graph-barras .graph{
        margin: 0 20px;
    }
}

@media (min-width: 992px){
    .graph-barras .graph{
        width: 120px;
        margin: 0 40px;
    }
}

@media (min-width: 992px){
    .graph-barras {
        max-width: 460px;
        margin: 0 auto 50px;
    }
}

/*** barras ***/

/*** viajantes ***/

.indicador-viajante{
    padding-right: 90px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.indicador-viajante.is-plane{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/006_turismo/_imagens/turismo_002.png') no-repeat right 10px;
    background-size: 80px;
}

.indicador-viajante.is-person{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/006_turismo/_imagens/turismo_003.png') no-repeat right 10px;
    background-size: 80px;
}

.indicador-viajante .percent{
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 10px;
}

.indicador-viajante .desc-viajante{
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 30px;
}

@media (min-width: 450px){
    .indicador-viajante{
        display: inline-block;
    }

    .indicador-viajante.is-plane{
        margin-right: 20px;
    }
}

@media (min-width: 768px){
    .indicador-viajante{
        display: block;
        margin: 0 auto;
    }

    .indicador-viajante.is-plane{
        margin-right: auto;
    }
}

@media (min-width: 992px){
    .indicador-viajante{
        display: inline-block;
    }
    
    .indicador-viajante.is-plane{
        margin-right: 20px;
    }
}
/*** viajantes ***/

/*** pessoinha ***/

.item-person{
    vertical-align: top;
    line-height: 1.1;
    min-height: 60px;
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/006_turismo/_imagens/turismo_005.png') no-repeat left top;
    background-size: 30px;
    padding-left: 40px;
    margin-bottom: 20px;
}

@media (min-width: 992px){
    .item-person{
        padding-left: 50px;
    }
}

/*** pessoinha ***/

/*** convergencia ***/

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

.desc-convergencia{
    margin-bottom: 10px;
}

.fonte-convergencia{
    margin: 0;
    bottom: -20px;
    left: 15px;
}

@media (min-width: 768px){

    .fonte-convergencia{
        bottom: 0;
    }

    .convergencia-equals{
        z-index: 2;
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .desc-convergencia.is-last{
        margin-bottom: 50px;
    }
}

@media (min-width: 992px){
    .convergencia-equals{
        right: -30px;
    }

    .col-txt-convergengia{
        padding-top: 85px;
    }
}

@media (min-width: 1200px){
    .col-txt-convergengia{
        padding-top: 160px;
    }
}

/*** convergencia ***/


/*** itens estratégia ***/

.tt-estrategia{
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-style: italic;
}

.item-estrategia{
    background: rgb(225,33,18);
    background: -moz-linear-gradient(left,  rgba(225,33,18,1) 0%, rgba(247,124,46,1) 55%, rgba(244,99,9,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(225,33,18,1) 0%,rgba(247,124,46,1) 55%,rgba(244,99,9,1) 100%);
    background: linear-gradient(to right,  rgba(225,33,18,1) 0%,rgba(247,124,46,1) 55%,rgba(244,99,9,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12112', endColorstr='#f46309',GradientType=1 );
    border: 0;
    padding: 10px 30px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.item-estrategia .name{
    padding-left: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    font-style: italic;
    margin: 0;
    vertical-align: middle;
}

.item-estrategia.is-confianca .name{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/006_turismo/_imagens/turismo_008.png') no-repeat left center;
    background-size: 50px;
}

.item-estrategia.is-pesquisa .name{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/006_turismo/_imagens/turismo_009.png') no-repeat left center;
    background-size: 50px;
}

.item-estrategia.is-venda .name{
    background: url('https://s3.glbimg.com/v1/AUTH_e179b208e56946d3a19ef0cfac2dd20b/portal/static/estudos-vx/2020/006_turismo/_imagens/turismo_022.png') no-repeat left center;
    background-size: 50px;
}

.item-estrategia .desc{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin: 0;
}

@media (min-width: 768px){
    .tt-estrategia{
        font-size: 44px;
        padding-top: 100px;
    }
}

@media (min-width: 992px){
    .tt-estrategia{
        font-size: 54px;
        padding-top: 80px;
    }

    .tt-estrategia .destaque-desktop{
        display: block;
    }

    .item-estrategia{
        padding: 20px 30px;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
        margin-bottom: 30px;
    }

    .item-estrategia .name{
        text-align: center;
        padding-right: 30px;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        line-height: 100px;
    }

    .item-estrategia.is-venda .desc{
        padding-top: 20px;  
    }

    .item-estrategia .desc{
        display: inline-block;
        width: 40%;
    }
}

@media (min-width: 1200px){
    .item-estrategia .name{
        padding-left: 70px;
        width: 55%;
    }

    .item-estrategia.is-confianca .name, .item-estrategia.is-pesquisa .name, .item-estrategia.is-venda .name{
        background-size: 70px;
    }
}

/*** itens estratégia ***/

/*** sec liders ***/

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

.tt-liders{
    margin-bottom: 25px;
}

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

/*** sec liders ***/

/*** graph dados ***/

.sec-dados .col-12{
    padding-top: 40px;
}

.tt-sec-dados{
    font-size: 26px;
    margin-bottom: 30px;
}

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

    .sec-dados .gradient-ball{
        -webkit-border-radius: 750px 0 0 750px;
        -moz-border-radius: 750px 0 0 750px;
        border-radius: 750px 0 0 750px;
    }
}

.tt-graph-dados{
    font-size: 16px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
}

.img-graph-dados{
    display: inline-block;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/*** graph dados ***/

/*** secs padroes ***/

.sec-1, .sec-2, .sec-4, .sec-6, .sec-9{
    padding: 40px 0;
}

.col-setor{
    padding-top: 30px;
}

@media (min-width: 992px){
    .sec-1, .sec-2, .sec-4, .sec-6, .sec-9{
        padding: 80px 0;
    }

    .col-setor{
        padding-top: 50px;
    }
}

@media (min-width: 1200px){
    .col-turismo-intro{
        padding-top: 75px;
    }
}
/*** secs padroes ***/


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