/* ============== FONTES ============== */
/* ====== OPENSANS BOLD ====== */
@font-face {
    font-family: 'openSansBold';
    src: url('https://especiais.opovo.com.br/static/files/fontes/OpenSans-Bold_0/OpenSans-Bold_0.eot');
    src: url('https://especiais.opovo.com.br/static/files/fontes/OpenSans-Bold_0/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('https://especiais.opovo.com.br/static/files/fontes/OpenSans-Bold_0/OpenSans-Bold.woff') format('woff'),
      url('https://especiais.opovo.com.br/static/files/fontes/OpenSans-Bold_0/OpenSans-Bold_0.woff2') format('woff2'),
      url('https://especiais.opovo.com.br/static/files/fontes/OpenSans-Bold_0/OpenSans-Bold.ttf') format('truetype'),
      url('https://especiais.opovo.com.br/static/files/fontes/OpenSans-Bold_0/OpenSans-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

/* CABECALHO */
section.main {
    margin-bottom: 63px;
}

/* ARTIGO */
article.theme header {
    margin-top: 37px;
}

article.theme header h1 span {
    max-width: 100% !important;
    font-size: 50px;
}

/* RESUMO DO ARTIGO */
article.theme header p.desc {
    color: #666666;
    font-size: 21px;
    line-height: 30px;
}

article.theme header span.autor {
    font-family: 'openSansBold';
    color: #707070;
    font-size: 17px;
    font-style: normal;
}

/* SUBTITULO DO ULTIMO ARTIGO 

article.theme.clearfix.subtitle header {
    border-bottom: none;
    margin-top: 0;
}*/

article.theme.clearfix.subtitle header h1 span {
    font-size: 50px;
}

/* FOTO DO ARTIGO */
article.theme figure.center-img {
    width: 70%;
    margin-bottom: 65px;
}

article.theme figure.center-img figcaption {
    margin-top: 20px;
    line-height: 1.5em;
}

article figure img.lazy {
    -webkit-box-shadow: 8px 8px 0px 0px rgba(24,40,65,1);
    -moz-box-shadow: 8px 8px 0px 0px rgba(24,40,65,1);
    box-shadow: 8px 8px 0px 0px rgba(24,40,65,1);
}

/* PARAGRAFO DO ARTIGO */
body article.theme p {
    font-size: 19px;
    text-align: initial;
    color: #000000;
}

/* ============= INFOGRAFICO ============= */
section.info div.info {
    width: 100%;
    display: flex;
    justify-content: center;
}

section.info header h1 {
    font-family: 'oswald-bold';
    color: #182841;
}

/* ============= VIDEO ============= */
section.video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 564px;
    /*background-color: #8b93a0;*/
    background-image: url('https://especiais.opovo.com.br/images/imgs/inclusaosocialpeloesporte/Untitled-1.png');
  	
}

section.video img {
    max-height: 394px;
    max-width: 739px;
    height: 1366px;
    background-color: #8b93a0;
}

/* ============= FLIP ============= */

section.flip {
    background-image: url('https://especiais.opovo.com.br/images/imgs/inclusaosocialpeloesporte/img_bg_flip.jpg');
}

section.flip div.flip-desc h2 {
    font-family: 'oswald-bold';
    color: #182841;
}

section.flip div.flip-desc p {
    font-family: 'oswald-bold';
    color: #182841;
}

/* ============ MEDIA QUERIES ============ */
@media screen and ( max-width: 768px ) {
    /* CABECALHO */
    
    .box-top h3 {
        font-size: 1.1em;
    }

    section.main {
        margin-bottom: 66px;
    }

    body div.separador img{
        background-image: url(https://especiais.opovo.com.br/images/imgs/inclusaosocialpeloesporte/Retngulo405.png);
        width: 28%;
    }

    body div.container-banner-sb {
        display: flex;
        justify-content: center;
    }

    /* ARTIGO */
    body article.theme p {
        font-size: 1.3em;
    }

    article.theme figure.center-img {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 425px) {
    /* TOP-BANNER */
    body div.container-banner-sb {
        display: none;
    }

    body div.container-banner-top-banner {
        margin-bottom: 0;
    }

    /* ARTIGO */
    body article.noticia1 {
        padding-top: 0;
        margin-top: 12px;
    }

    article.theme header h1 span {
        font-size: 39px;
    }

    article.theme header p.desc {
        font-size: 23px;
    }

    article.theme header span.autor {
        font-size: 20px;
    }
    
    body article.theme p {
        font-size: 1.1em;
        line-height: 1.45em;
    }

    article.theme.clearfix.subtitle header h1 span {
        font-size: 35px;
    }

    /* VIDEO */
    section.video {
        height: 325px;
    }
    
    section.video img {
        width: 100%;
        height: auto;
    }

    /* FLIP */
    section.flip div.flip-desc h2 {
        font-size: 45px;
        text-align: center;
        margin-top: 0;
    }

    section.flip div.flip-desc p {
        font-size: 28px;
        text-align: center;
        
    }
    body div.separador img {
        width: 40%;
    }
}

@media screen and ( max-width: 320px ) {
    /* IMAGEM CABECALHO */
    section.main.cabecalho {
        margin-bottom: 0px;
        height: 273px;
    }

    /* SEPARADOR */
    body div.separador img {
        width: 45%
    }

    div.separador {
        margin: 0;
    }   

    /* ARTIGO */
    article.theme {
        margin-top: 0px;
    }
    
    article.theme header {
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    article.theme header h1 span {
        font-size: 1.2em;
    }

    article.theme header p.desc {
        font-size: 0.9em;
    }

    article.theme header span.autor {
        font-size: 0.7em;
    }

    article.theme.noticia1 {
        margin-top: 0;
    }

    article.theme figure.center-img {
        width: 90%;
    }

    body article.theme p {
        font-size: 1.0em;
    }

    /* SUBTITULO DO ULTIMO ARTIGO */
    article.theme.clearfix.subtitle {
        margin-top: 0;
    }

    article.theme.clearfix.subtitle header {
        margin-bottom: 0;
    }

    article.theme.clearfix.subtitle header h1 span {
        font-size: 1.0em;
    }

    article.theme.clearfix.subtitle p {
        font-size: 1.0em;
    }

    /* INFOGRAFICO */
    section.info {
        margin-top: 37px;
    }

    section.info header h1 {
        font-size: 1.6em;
    }

    /* FLIP */
    section.flip div.flip-desc h2 {
        font-size: 2.0em;
    }

    section.flip div.flip-desc p {
        font-size: 1.4em;
    }
  	div.separador img{
        width: 100%;
    }
}