@font-face {
    font-family: 'soleto_triallight';
    src: url('./fonts/soleto_trial_lt-webfont.woff2') format('woff2'),
         url('./fonts/soleto_trial_lt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'soleto_trialmedium';
    src: url('./fonts/soleto_trial_md-webfont.woff2') format('woff2'),
         url('./fonts/soleto_trial_md-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'soleto_trialbold';
    src: url('./fonts/soleto_trial_bd-webfont.woff2') format('woff2'),
         url('./fonts/soleto_trial_bd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'soleto_trialxbold';
    src: url('./fonts/soleto_trial_xbd-webfont.woff2') format('woff2'),
         url('./fonts/soleto_trial_xbd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body{
    background: #ffffff;
    color: #7F7F7F;
    font-family: 'soleto_triallight';
    font-size: 18px;
}

*{
    margin: 0;
    padding: 0;
}

a:link,
a:active,
a:visited{
    color: #5D5D5D;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
h2 a:link,
h2 a:active,
h2 a:visited{
    color: #000;
    text-decoration: none;
}
h2 a:hover{
    text-decoration: none;
}

.wrapper{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1em;
    left: -5px;
}
.relative{
    position: relative;
}
.d_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
    list-style: none;
}
.entry-content p{
    margin: 15px 0;
}
p.realizacao{
    padding-bottom: 15px;
}

.banner{
    margin: -25px auto 0 auto;
    text-align: center;
}
.banner #div-gpt-ad-0001{
    display: block;
}
.banner #div-gpt-ad-0002{
    display: none;
}

@media screen and (max-width: 800px){
    .banner #div-gpt-ad-0001{
        display: none;
    }
    .banner #div-gpt-ad-0002{
        display: block;
    }
}

header{
    background: url('./imagens/fundo-topo.png') center top no-repeat;
    background-size: cover;
    padding: 100px 0 35px 0;
    min-height: 450px;
}
header .apoio_producao.d_flex{
    width: 375px;
    justify-content: space-between;
    vertical-align: baseline;
}
header .apoio_producao.d_flex div p{
    color: #ffffff;
    font-size: 12px;
    height: 15px;
    margin-bottom: 10px;
}
header .wrapper h2{
    font-family: 'soleto_trialxbold';
    color: #ffffff;
    font-size: 40px;
    line-height: 124%;
    max-width: 750px;
    text-transform: uppercase;
    margin: 50px 0 25px;
}
header .wrapper h3{
    font-family: 'soleto_triallight';
    font-weight: lighter;
    color: #ffffff;
    font-size: 24px;
    line-height: 120%;
    max-width: 750px;
    margin: 25px 0;
}
header .wrapper p.tag{
    background: url('./imagens/bg-tag-2.svg') left top no-repeat;
    font-family: 'soleto_trialbold';
    font-weight: normal;
    color: #ffffff;
    font-size: 24px;
    line-height: 45px;
    margin: 25px 0;
    padding-left: 20px;
}
header .wrapper p.txt{
    font-family: 'soleto_trialbold';
    font-weight: normal;
    color: #ffffff;
    font-size: 18px;
    line-height: 120%;
    margin: 25px 0;
    max-width: 450px;
}
header .wrapper div.data{
    width: 170px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}
header .wrapper div.data p.dias{
    color: #ffffff;
    font-family: 'soleto_trialxbold';
    font-size: 48px;
    line-height: 48px;
    margin: 2px 0;
}
header .wrapper div.data p.mes{
    color: #ffffff;
    font-family: 'soleto_trialxbold';
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 2px 0;
}
header .wrapper div.data p.local{
    color: #ffffff;
    font-family: 'soleto_triallight';
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 2px 0;
    letter-spacing: 4px;
}
@media screen and (max-width: 990px){
    #lg_sboc2023{
        text-align: center;
        margin: 0 auto;
    }
    header .apoio_producao.d_flex{
        width: 100%;
        max-width: 375px;
        justify-content: space-between;
        vertical-align: baseline;
        margin: 50px auto;
    }
    header .wrapper h2{
        font-size: 30px;
        margin: 0;
    }
    header .wrapper div.data{
        width: 170px;
        position: relative;
        right: unset;
        bottom: unset;
        text-align: center;
        margin: 15px auto;
    }
}

#main{
    padding: 50px 1em;
}
#main .area_1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#main .area_1 div.texto_1{
    width: 65%;
    margin-right: 4%;
}
#main .area_1 article.conteudo_patrocinado{
    background: #84BD00;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: #84BD00 solid 1px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(206,216,220,1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(206,216,220,1);
    box-shadow: 7px 7px 0px 0px rgba(206,216,220,1);
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: relative;
    max-width: 400px;
    width: 30%;
}
#main .area_1 article.conteudo_patrocinado:hover{
    background: #6c9b00;
    border: #6c9b00 solid 1px;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
#main .area_1 article.conteudo_patrocinado a {
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
}
#main .area_1 article.conteudo_patrocinado div {
    width: 80%;
    margin: 10%;
    text-align: center;
}
#main .area_1 article.conteudo_patrocinado div h3 {
    color: #84BD00;
    display: table;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
    text-align: left !important;
    margin: 5px 0;
    background: #ffffff;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#main .area_1 article.conteudo_patrocinado div h2 {
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    /* font-size: 28px; */
    font-size: 24px;
    line-height: 107%;
    text-transform: none;
    text-align: left;
    margin: 15px 0;
}
#main .area_1 article.conteudo_patrocinado div p {
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-transform: none;
    text-align: left;
}
@media screen and (max-width: 990px){
    #main .area_1 div.texto_1{
        width: 100%;
        margin-right: 0;
    }
    #main .area_1 article.conteudo_patrocinado{
        max-width: 400px;
        width: 100%;
        margin-top: 25px;
    }
}

#main p.texto_abertura{
    text-align: center;
    font-size: 20px;
    list-style: 165%;
    margin: 15px 0;
}
#main p.texto_abertura strong{
    font-family: 'soleto_trialbold';
}
#main h3{
    
    color: #A3238E;
    font-family: 'soleto_trialbold';
    font-size: 30px;
    list-style: 120%;
    text-align: center;
    margin: 50px 0;
}
@media screen and (max-width: 990px){
    #main h3{
        font-size: 25px;
    }
}

#videos{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#videos h4{
    border-bottom: #CCCCCC solid 1px;
    color: #A3238E;
    font-family: 'soleto_trialbold';
    font-size: 30px;
    list-style: 120%;
    width: 100%;
    font-weight: bold;
    margin: 15px 0;
}
#videos .video_instagram{
    /*width: 45%;*/
    max-width: 35%;
    padding: 0 2% 0 2%;
    margin: 25px auto;
    display: flex;
    align-items: flex-start;
}
.esteira_videos{
    width: 100%;
    position: relative;
}
.slick-prev, .slick-next {
    width: 20px;
    height: 25px;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus{
    background: url('./imagens/slick-prev.png') center center no-repeat;
}
.slick-next,
.slick-next:hover,
.slick-next:focus{
    background: url('./imagens/slick-next.png') center center no-repeat;
}
.slick-prev:hover, .slick-next:hover{
    opacity: 0.8;
}
.slick-prev:before {
    content: '';
}
.slick-next:before {
    content: '';
}
@media screen and (max-width: 990px){
    #videos{
        justify-content: center;
        width: 90%;
        max-width: 90%;
        margin: 0 5%;
    }
    #videos .video_instagram {
        max-width: unset;
        width: 100%;
        padding: 0;
    }
    #videos .video_instagram blockquote{
        min-width: unset !important;
    }
}

footer{
    /*background: #792991;*/
    background: #6d2077;
    color: #ffffff;
    padding: 50px 15px;
}
footer .wrapper.d_flex .apoio_producao.d_flex{
    width: 100%;
    max-width: 365px;
    justify-content: space-between;
    vertical-align: baseline;
}
footer .wrapper.d_flex .apoio_producao.d_flex p{
    color: #ffffff;
    font-size: 12px;
    height: 15px;
    margin-bottom: 10px;
}
.siga-estadao p{
    color: #ffffff;
    font-size: 16px;
}
.siga-estadao .link-social{
    margin: 10px 0;
}
.siga-estadao .link-social a{
    margin: 0 10px 0 0;
    display: inline-block;
}
@media screen and (max-width: 990px){
    #lg_sboc2023_b{
        text-align: center;
        margin: 25px auto;
    }
    footer .wrapper.d_flex .apoio_producao.d_flex{
        margin: 25px auto;
    }
    .siga-estadao{
        margin: 25px auto;
    }
}