/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/Fev/2014, 16:09:17
    Author     : filipemurteira
*/


/*
Notícias
*/
.carousel{
    position: inherit;
}

#conteudo .noticias_1{
    padding-top: 90px;
    position: relative;
    
/*    background-image: url("../img/fundo_noticias.jpg");
    background-repeat: no-repeat;
    background-position: center left;*/

    background-image: url("../img/fundo_IPI.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
}


@media (max-width: 767px) {
    #conteudo .noticias_1{
        padding-top: 10px;
    }
}

#conteudo .listaNoticias{
    position: relative;
}

#conteudo .itemNoticia{
    border-bottom: 1px solid #D8D8D7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #2D2C2B;
}
#conteudo .itemNoticia h2{
    margin: 0px;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
#conteudo .itemNoticia h4{
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #055A6D;
    text-transform: uppercase;
}
#conteudo .itemNoticia .texto_desc{
    margin-bottom: 10px;
}
#conteudo .itemNoticia a{
    color: #AB591B;
}
#conteudo .itemNoticia .img img{
    width: 100%;
}

#conteudo .paginas{
    text-align: center;
    font-size: 12px;
}
#conteudo .paginas a{
    color: #8A8A89;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
#conteudo .paginas a:hover{
    color: #000000;
}



/* Detlahe */
#conteudo .itemNoticiaD{
    padding-bottom: 20px;
    font-size: 15px;
    color: #2D2C2B;
}
#conteudo .itemNoticiaD h1{
    margin: 0px;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}
#conteudo .itemNoticiaD h4{
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #055A6D;
}
#conteudo .itemNoticiaD a{
    color: #AB591B;
}
#conteudo .itemNoticiaD .texto_desc{
    color: #525252;
}

#conteudo .itemNoticiaD .share{
    border-top: 1px solid #D8D8D7;
    padding-top: 10px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}
#conteudo .itemNoticiaD .share a{
    display: inline-block;
    margin-right: 10px;
    color: #AB591B;
}
#conteudo .itemNoticiaD .link{
    border-top: 1px solid #D8D8D7;
    padding-top: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}
#conteudo .itemNoticiaD .link a{
    color: #8A8A89;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
#conteudo .itemNoticiaD .link a:hover{
    color: #000000;
}

/* Last Noticias */
#conteudo .lastNoticias{
    
}
#conteudo .lastNoticias h1{
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
    color: #055A6D;
    margin-bottom: 10px;
    padding-left: 10px;
}
#conteudo .lastNoticias .item{
    font-size: 12px;
    font-weight: normal;
    color: #055A6D;
    border-bottom: 1px solid #D8D8D7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#conteudo .lastNoticias .item a{
    color: #8A8A89;
    text-decoration: none;
}
#conteudo .lastNoticias .item a:hover{
    color: #AB591B;
}
/* Arquivo */
#conteudo .arquivoNoticias{
    margin-top: 30px;
    
}
#conteudo .arquivoNoticias h1{
    margin: 0px;
    font-size: 13px;
    font-weight: normal;
    color: #AB591B;
    margin-bottom: 10px;
    padding-left: 10px;
}
#conteudo .arquivoNoticias .item{
    font-size: 12px;
    font-weight: normal;
    color: #055A6D;
    border-bottom: 1px solid #D8D8D7;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
#conteudo .arquivoNoticias .item a{
    color: #8A8A89;
    text-decoration: none;
    cursor: pointer;
}
#conteudo .arquivoNoticias .item a:hover{
    color: #AB591B;
}

#conteudo .arquivoNoticias .item .lista{
    padding-left: 15px;
}

/* Homepage */
#conteudo .itemNoticiaHome{
    position: relative;
    /*padding-bottom: 100%;*/
    color: #FFFFFF;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*
@media (min-width: 768px) { 
    #conteudo .itemNoticiaHome{
        padding-bottom: 55%;
    }
    #conteudo .noticias_1{
        margin-top: 90px;
    }
    
}
@media (min-width: 992px) { 
    #conteudo .itemNoticiaHome{
        padding-bottom: 40%;
    }
}
@media (min-width: 1200px) { 
    #conteudo .itemNoticiaHome{
        padding-bottom: 40%;
    }
}
*/
/*
#conteudo .itemNoticiaHome .texto{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    font-size: 15px;
    padding: 30px;
    height: 100%;
}*/

#conteudo .itemNoticiaHome .data{
    font-size: 11px;
    color: #0c5962;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#conteudo .itemNoticiaHome .nome{
    font-size: 22px;
    font-weight: 300;
    color: #ab591b;
    margin-bottom: 20px;
}


#conteudo .itemNoticiaHome .link{
    font-size: 15px;
    font-weight: 300;
}
#conteudo .itemNoticiaHome .link a{
    color: #000000;
}

/*
@media (max-width: 767px) {
    
    #conteudo .itemNoticiaHome{
        position: relative;
        padding-bottom: 0px;
    }
    
    #conteudo .itemNoticiaHome .texto{
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
    }
    
    #conteudo .itemNoticiaHome .link{
        position: relative;
        bottom: auto;
        margin-top: 20px;
    }
}


#conteudo .itemNoticiaHome .mascara{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .6;
}
#conteudo .itemNoticiaHome .texto_desc{
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
#conteudo .itemNoticiaHome .img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#conteudo .itemNoticiaHome.hover .img,
#conteudo .itemNoticiaHome:hover .img{
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#conteudo .itemNoticiaHome:hover .texto_desc{
    opacity: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

*/
#conteudo #noticiasSlide .carousel-control {
    position: absolute;
    top: 50%;
    left: auto;
    right: 0px;
    bottom: auto;
    
    width: 30px;
    height: 30px;
    /*background-color: #000000;*/
    background-color: rgba(255, 255, 255, .5);
    
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=50);
    opacity: .5;
}

#conteudo #noticiasSlide .carousel-control.right{
    margin-top: -17px;
    background-image: url("../img/seta_side_n_dir_c.png");
}
#conteudo #noticiasSlide .carousel-control.left{
    margin-top: 17px;
    background-image: url("../img/seta_side_n_esq_c.png");
}