/* Copyright 2015 Prismatec. Todos os direitos reservados. */

/* Notícias */


/* Estrutura principal */

#noticias
{
    position: relative;
}
    #noticias h1
    {
        margin: 90px 0 100px 0;
    }
    #noticias article p
    {
        width: 100%;
        color: #4F4F4F;
        text-align: justify;
    }

/* Estrutura principal - Cabeçalho */

#noticias article header
{
    width: 100%;
    height: 40px;
    overflow: hidden;
}
    #noticias article header h2
    {  
        font-size: 30px;
        line-height: 30px;
        float: left;
    }
        #noticias article header h2 a
        {
            color: #305898;
        }
            #noticias article header h2 a:visited
            {
                color: #305898;
            }
            #noticias article header h2 a:hover
            {
                opacity: 0.7;
                cursor: pointer;
            }
    #noticias article header sapn
    {
        width: 70px;
        margin: 18px 0 0 0;
        font-size: 12px;
        line-height: 12px;
        color: #CCC;
        text-align: right;
        float: right;
    }

/* Notícia principal e Arquivo */

#noticias-main, #noticias-archive
{
    width: 50%;
    margin: 70px 0 0 0;
    float: left;
}

/* Notícia principal */

#noticias-main
{
    height: 580px;
    padding: 0 25px 0 0;
    opacity: 0;
}
    #noticias-main header
    {
        margin: 100px 0 18px 0;
    }
    #noticias-main p
    {
        margin-bottom: 13px;
    }
        #noticias-main p a
        {
            color: #305898;
        }
            #noticias-main p a:hover
            {
                text-decoration: underline;
                cursor: pointer;
            }

/* Notícia principal - Imagem */

#noticias article figure
{
    width: 100%;
    height: 216px;
    margin: 0 0 37px 0;
    overflow: hidden;
}
    #noticias article figure a, #noticias article figure img
    {
        background-color: #000;
        width: 100%;
        height: 100%;
        display: block;
    }
        #noticias article figure:hover img
        {
            opacity: 0.9;
            cursor: pointer;
        }

/* Arquivo */

#noticias-archive
{
    height: auto;
    padding: 0 0 0 25px;
    overflow: hidden;
    opacity: 0;
}
    #noticias-archive header
    {
        margin-bottom: 11px;
    }
    #noticias-archive article p
    {
        margin: 0 0 33px 0;
    }

/* Botão Mais Notícias */

#noticia-mais-btn
{
    display: none;
}

/* Feed de notícias */

#feed
{
    background-image: url(../img/rss.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #555;
    width: 45px;
    height: 45px;
    margin: 110px auto auto auto;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999997;
}
    #feed:hover
    {
        cursor: pointer;
    }
#feed-bg
{
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 1;
}

/* Feed de notícias - Container da sessão */

#feed-cont
{
    width: 100%;
    height: 100%;
    padding: 23px 28px 0 28px;
    opacity: 0;
    position: absolute;
    z-index: 2;
}
    #feed-cont h3
    {
        margin: 0 0 25px 0;
        font-size: 30px;
        line-height: 34px;
        color: #FFF;
        text-align: center;
    }

/* Feed de notícias - Formulário */

#feed-form
{
    width: 100%;
    padding: 0 10px;
}
#feed-form-email
{
    background: #FFF;
    width: 100%;
    height: 60px;
    margin: 0 0 10px 0;
    padding: 0 0 3px 22px;
    border: 1px solid #000;
    border-radius: 5px;
}
#feed-submit-btn
{
    background: #305898;
    width: 100%;
    height: 62px;
    border-bottom: 3px solid #1D4078;
    border-radius: 5px;
    -moz-outline: none;
    outline: none;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
}
    #feed-submit-btn:hover
    {
        background: #2C5391;
        cursor: pointer;
    }
    #feed-submit-btn:focus
    {
        height: 59px;
        margin-top: 3px;
        border: 0;
        border-radius: 5;
    }

/* Container das notícias */

#noticias-cont
{
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 100%;
}
#noticias-cont-box
{
    width: 100%;
    overflow: hidden;
    position: relative; 
}
#noticias-cont-02, noticias-cont-03, noticias-cont-04
{
    opacity: 0;
    display: none;
}

/* Container das notícias - Compartilhamento */

#noticias-cont-share
{
    padding: 50px 0;
    overflow: hidden;
}

/* Container das notícias - Arquivo */

#noticias-cont-archive
{
    padding: 60px 0 80px 0;
    border-top: 1px solid #EBEBEB;
}
    #noticias-cont-archive h2
    {
        margin: 25px 0 20px 0;
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
        color: #4F4F4F;
    }
    #noticias-cont-archive a
    {
        width: 100%;
        padding: 15px 0 18px 0;
        overflow: hidden;
        display: block;
    }
        #noticias-cont-archive a h3
        {
            font-size: 22px;
            line-height: 22px;
            color: #305898;
            opacity: 1;
            cursor: pointer;
            float: left;
        }
            #noticias-cont-archive a h3:hover
            {
                opacity: 0.7;
            }
        #noticias-cont-archive a span
        {
            width: 70px;
            margin: 6px 0 0 0;
            font-size: 12px;
            line-height: 12px;
            text-align: right;
            color: #CCC;
            float: right;
        }

/* Container das notícias - Linha */

#noticias-cont-line
{
    background: #305898;
    width: 100%;
    height: 10px;
}

/* Classes */

/* Feed de notícias */

.feed-hover
{
    width: 45px;
    height: 45px;
    margin-top: 110px;
}
    .feed-hover:hover
    {
        width: 50px !important;
        height: 50px !important;
        margin-top: 107px !important;
    }

/* Container das notícias */

.noticias-cont
{
    width: 100%;
    opacity: 1;
    position: relative;
    display: block;
}

/* Container das notícias - Cabeçalho */

.noticias-cont header
{
    position: relative;
}
    .noticias-cont header div
    {
        width: 100%;
        height: 111px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
        .noticias-cont header div h1
        {
            padding: 0 10%;
            font-size: 70px;
            line-height: 80px;
            color: #FFF;
            text-align: center;
            text-shadow: 0 0 6px #4F4F4F; 
        }
    .noticias-cont header figure img
    {
        width: 100%;
        display: block;
    }

/* Container das notícias - Texto */

.noticias-cont-p
{
    background: #F4F4F4;
    width: 100%;
    padding: 72px 0 56px 0;
    position: relative;
}
    .noticias-cont-p h1, .noticias-cont-p span
    {
        display: none;
    }
    .noticias-cont-p h2
    {
        max-width: 1200px;
        margin: 0 auto 25px auto;
        font-size: 22px;
        line-height: 22px;
        font-weight: bold;
        color: #305898;
    }
    .noticias-cont-p img
    {
        max-width: 1200px;
        margin: 45px auto;
        display: block;
    }
    .noticias-cont-p p
    {
        max-width: 1200px;
        margin: 0 auto 25px auto;
        font-size: 22px;
        line-height: 30px;
        color: #4F4F4F;
        text-align: justify;
    }
        .noticias-cont-p p a
        {
            color: #305898;
        }
            .noticias-cont-p p a:hover
            {
                text-decoration: underline;
            }

/* Container das notícias - Texto - Legendas das imagens */

.noticias-cont-i
{
    max-width: 1200px;
    margin: 0 auto 35px auto;
}
    .noticias-cont-i i
    {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        color: #B7B7B7;
        display: block;
    }


/* Largura máxima 1370px */

@media screen and (max-width: 1370px) {
    
    /* Notícia principal */

    #noticias-main
    {
        height: 500px;
    }
    
    /* Classes */
    
    /* Container das notícias - Texto */

    .noticias-cont-p
    {
        padding: 84px 60px 70px 60px;
    }
    .noticias-cont-p img
    {
        width: 100%;
    }

}


/* Largura máxima 1260px */

@media screen and (max-width: 1260px) {
    
    /* Estrutura principal */

    #noticias h1
    {
        margin: 0 0 60px 0;
    }
    
    /* Container das notícias - Compartilhamento */

    #noticias-cont-share
    {
        padding: 40px 60px 50px 60px;
    }
    
    /* Container das notícias - Arquivo */

    #noticias-cont-archive
    {
        padding: 60px 60px 80px 60px;
    }
    
}


/* Largura máxima 1024px */

@media screen and (max-width: 1024px) {
    
    /* Estrutura principal */

    #noticias
    {
        padding-bottom: 30px;
    }
        #noticias article p
        {
            font-size: 14px;
            line-height: 19px;
        }
    
    /* Container das notícias - Arquivo */

    #noticias-cont-archive
    {
        padding: 60px;
    }
        #noticias-cont-archive h2
        {
            margin: 5px 0 15px 0;
            font-size: 16px;
            line-height: 19px;
        }
        #noticias-cont-archive a
        {
            padding: 10px 0 13px 0;
        }
            #noticias-cont-archive a h3
            {
                font-size: 16px;
                line-height: 19px;
            }
    
    /* Classes */
    
    /* Container das notícias - Cabeçalho */

    .noticias-cont header div h1
    {
        font-size: 50px;
        line-height: 50px;
    }

    /* Container das notícias - Texto */

    .noticias-cont-p
    {
        padding: 72px 30px 56px 30px;
    }
        .noticias-cont-p p, .noticias-cont-p h2
        {
            font-size: 16px;
            line-height: 22px;
        }
    
}


/* Largura máxima 768px */

@media screen and (max-width: 768px) {
    
    /* Estrutura principal */
    
    #noticias
    {
        padding-bottom: 5px;
    }
        #noticias h1
        {
            margin: 30px 0 30px 0;
            font-size: 16px;
            line-height: 20px;
            font-weight: bold;
        }
    
    /* Estrutura principal - Cabeçalho */

    #noticias article header
    {
        height: auto;
    }
        #noticias article header h2
        {  
            font-size: 16px;
            line-height: 16px;
            float: none;
        }
    #noticias article header sapn
    {
        float: none;
    }
    
    /* Notícia principal e Arquivo */

    #noticias-main, #noticias-archive
    {
        width: 100%;
        margin: 0;
        opacity: 1;
        float: none;
    }
    
    /* Notícia principal */

    #noticias-main
    {
        height: auto;
        margin: 0 0 30px 0;
        padding: 0 0 22px 0;
        border-bottom: 1px solid #EBEBEB;
    }
        #noticias-main header
        {
            margin: 0 0 18px 0;
            padding: 30px 0 0 0;
            border-top: 1px solid #EBEBEB;
        }
        #noticias-main > div
        {
            display: none;
        }
        #noticias-main p
        {
            margin-bottom: 10px;
        }

    /* Notícia principal - Imagem */

    #noticias article figure
    {
        width: 100%;
        height: auto;
    }

    /* Arquivo */

    #noticias-archive
    {
        height: auto;
        padding: 0;
    }
        #noticias-archive header
        {
            margin-bottom: 11px;
        }
        #noticias-archive article p
        {
            margin: 0 0 33px 0;
        }
    
    /* Container das notícias - Compartilhamento */

    #noticias-cont-share
    {
        padding: 15px 30px 25px 30px;
    }
    
    /* Container das notícias - Arquivo */

    #noticias-cont-archive
    {
        padding: 25px 30px 20px 30px;
    }
        #noticias-cont-archive span
        {
            display: none;
        }
    
    /* Botão Mais Notícias */

    #noticia-mais-btn
    {
        width: 100%;
        margin: 0 0 35px 0;
        padding: 20px 0;
        border: 2px solid #BBB;
        border-radius: 5px;
        font-size: 12px;
        line-height: 12px;
        color: #909090;
        text-align: center;
        display: block;
    }
        #noticia-mais-btn:hover
        {
            background: #305898;
            border: 2px solid #305898;
            cursor: pointer;
            color: #FFF;
        }

    /* Feed de notícias */

    #feed
    {
        display: none;
    }
    
    /* Classes */
    
    /* Container das notícias - Cabeçalho */

    .noticias-cont header div h1, .noticias-cont header div span
    {
        display: none;
    }

    /* Container das notícias - Texto */

    .noticias-cont-p
    {
        padding: 30px 30px 10px 30px;
    }
        .noticias-cont-p h1
        {
            margin-bottom: 6px;
            font-size: 16px;
            line-height: 19px;
            text-align: left;
            font-weight: bold;
            color: #4F4F4F;
            display: block;
        }
        .noticias-cont-p span
        {
            margin-bottom: 25px;
            font-size: 12px;
            line-height: 12px;
            color: #CCC;
            display: block;
        }
    
}