/* Configurações */

/* ====== familia Amplitude Light ====== */
@font-face {
    font-family: 'Amplitude-Light';
    src: url('../../files/fontes/Amplitude-Light/Amplitude-Light.eot');
    src: url('../../files/fontes/Amplitude-Light/Amplitude-Light.eot?') format('embedded-opentype'),
        url('../../files/fontes/Amplitude-Light/Amplitude-Light.woff') format('woff'),
        url('../../files/fontes/Amplitude-Light/Amplitude-Light.ttf') format('truetype'),
        url('../../files/fontes/Amplitude-Light/Amplitude-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ====== familia oswald-regular ====== */
@font-face {
    font-family: 'oswald-regular';
    src: url('../../files/fontes/oswald-regular/oswald-regular.eot');
    src: url('../../files/fontes/oswald-regular/oswald-regular.eot?') format('embedded-opentype'),
        url('../../files/fontes/oswald-regular/oswald-regular.woff2') format('woff2'),
        url('../../files/fontes/oswald-regular/oswald-regular.woff') format('woff'),
        url('../../files/fontes/oswald-regular/oswald-regular.ttf') format('truetype'),
        url('../../files/fontes/oswald-regular/oswald-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====== familia oswald-bold ====== */
@font-face {
    font-family: 'oswald-bold';
    src: url('../../files/fontes/oswald-bold/Oswald-Bold.eot');
    src: url('../../files/fontes/oswald-bold/Oswald-Bold.eot?') format('embedded-opentype'),
      url('../../files/fontes/oswald-bold/Oswald-Bold.woff') format('woff'),
      url('../../files/fontes/oswald-bold/Oswald-Bold.ttf') format('truetype'),
      url('../../files/fontes/oswald-bold/Oswald-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====== OPENSANS REGULAR ====== */
@font-face {
    font-family: 'openSansRegular';
    src: url('../../files/fontes/OpenSansRegular/OpenSans-Regular.eot');
    src: url('../../files/fontes/OpenSansRegular/OpenSans-Regular.eot?') format('embedded-opentype'),
      url('../../files/fontes/OpenSansRegular/OpenSans-Regular.woff') format('woff'),
      url('../../files/fontes/OpenSansRegular/OpenSans-Regular.woff2') format('woff2'),
      url('../../files/fontes/OpenSansRegular/OpenSans-Regular.ttf') format('truetype'),
      url('../../files/fontes/OpenSansRegular/OpenSans-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

/* ============ ESTILIZAÇÃO ============ */

/* TITULO DA BARRA MENU */
.box-top h3 {
    font-family: 'Amplitude-Light';
}

/* HEADER PRINCIPAL */
section.main {
    height: 400px;
}

.main .videoless {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.main.cabecalho .overlay {
    display: flex;
    justify-content: center;
    align-items: center
}

.cabecalho .overlay:before {
    content: '';
    display: block;
    width: 50%;
    height: 90%;
    margin: 50px 0;
    background-image: url('../../../images/imgs/inclusaosocialpeloesporte/Artboard2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

/* PROPAGANDA */
div.container-banner-sb {
    display: flex;
    justify-content: center;
}

div.container-top-banner {
    display: none;
}

/* ARTIGO */
article.theme h1 span {
    font-family: 'oswald-bold';
    font-size: 80px;
    color: #182841;
    margin-top: 10px;
}

article.theme header{
    font-family: 'openSansRegular';
    font-size: 22px;
    color: #666666;
    text-align: center;
    border-bottom: solid #FDDB0A 2px;
    margin-top: 10px;
}

article.theme p {
    font-family: 'openSansRegular';
    font-size: 22px;
    color: #666666;
    text-align: center;
}

/* TIMELINE */
.section.timeline.flex {
    margin: 0 auto 100px auto;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section.timeline.flex a {
    position: relative;
    margin: 5px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.timeline.flex a::after {

    content: ' ';
    display: block;
    position: absolute;
    border-radius: 1px;
    border: 2px solid #fff;
    background-color: transparent;
    height: 100%;
    width: 100%;
    z-index: 999;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;

}

.section.timeline.flex a:hover::after {
    
    height: 95%;
    width: 95%;
}

/* PATROCINIO */

section.patrocinio {
    display: flex;
    justify-content: center;
}

section.patrocinio ul {
    width: 650px;
    display: flex;
}

section.patrocinio ul li {
    margin: 20px;
}

section.patrocinio ul li p{
    font-family: 'oswald-bold';
    font-size: 1.4em;
    color: #182841;
    margin-bottom: 5px;
    text-transform: uppercase;
}

section.patrocinio ul li img{
    /* margin: 0 30px; */
    height: 60px;
    width: 100%;
}

/* RODAPÉ */
footer.clearfix {
    padding-bottom: 0;
}

div.footer-end {
    padding: 20px 1%;
    margin-top: 20px;
}

/* ============== MEDIA QUERY ============== */
@media screen and (min-width : 2560px) {
    .section.timeline.flex {
        width: 39%;
    }
}

@media screen and (min-width : 1440px) {
    .section.timeline.flex {
        width: 70%;
    }
}

@media screen and (min-width : 1024px) {
    .section.timeline.flex {
        width: 100%;
    }
}

@media screen and (max-width : 768px) {
    /* BANNER */
    section.main {
        height: 45.57291666666667vw;
    }
    
    /* ARTIGO */
    article.theme h1 span {
        padding-bottom: 0px;
        font-size: 1.9em;
    }
}

@media screen and (max-width: 481px) {
    body section.logos ul li img{
        width: 100%;
    }
}

@media screen and (max-width : 425px) {
    
    /* IMAGEM DO CABEÇALHO */
    section.main {
        height: 350px;
        margin-bottom: 47px;
    }

    section.main.cabecalho > div.videoless {
        background-image: url(../../../images/imgs/inclusaosocialpeloesporte/img_topo_mob.png) !important;
    }

    .cabecalho .overlay:before {
        width: 90%;
    }
    
    /* ANUNCIO */

    div.container-banner-sb {
        display: none;
    }
    
    div.container-banner-top-banner {
        display: flex;
        justify-content: center;
    }

    /* ARTIGO */
    body article.theme.noticia1 {
        padding-top: 10px;
    }

    body article.theme {
        padding: 30px 20px;
    }

    article.theme header {
        padding-bottom: 0px;
    }

    article.theme h1 span {
        padding-bottom: 0px;
        font-size: 2.4em;
    }

    article.theme p {
        font-size: 1.1em;
    }

    .flip p {
        margin-top: 0px;
    }

    .flip-desc h2 {
        margin-top: 39px;
    }

    .flip-desc p {
        margin-top: 15px;
    }

    /* TIMELINE */
    .section.timeline.flex {
        margin: 0 auto 15% auto;
    }

    .section.timeline.flex a {
        margin-bottom: 20px;
    }

    /* PATROCINIO */

    section.patrocinio ul {
        display: flex;
        flex-direction: column;

    }

    div.separador img {
      width: 100%;
    }
}

@media screen and ( max-width: 320px ) {
    /* CABECALHO */
    nav ul.box-top h3.title-top { /* função vinculada com inclusãosocialpeloesporte.js que muda a value do cabecalho sempre que o width é <= 320px */
        display: none;
    }

    section.main.cabecalho {
        height: 286px;
    }

    /* ARTIGO */
    article header {
        display: flex;
        justify-content: center;
    }

    article.theme h1 span {
        font-size: 2.1em;
    }

    article.theme p {
        font-size: 1.1em;
    }
}
div.separador img{
  width:20%;
  display: block;
  margin: 0 auto;
}
