/* 12:08 25/05/2015 */
/*BANNER PRINCIPAL*/
.mid .conteudo .banner-principal{
	width: 745px;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.mid .conteudo .banner-principal .banner-home-link{
    display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.mid .conteudo .banner-principal .banner-home-link:nth-child(1){
    display: block;
}

/*BANNER PRINCIPAL*/



/* BANNER PREMIO EDUCAR */
.mid .conteudo .banner-premio-educar{
    width: 255px;
    height: 200px;
}
.mid .conteudo .banner-premio-educar img{
    width: 255px;
    height: 200px;
}
/* BANNER PREMIO EDUCAR */


/* BANNER FORD FOUNDATION */
.mid .conteudo .banner-ford{
    width: 255px;
    height: 165px;
}
.mid .conteudo .banner-ford img{
    width: 255px;
    height: 165px;
}
/* BANNER FORD FOUNDATION */


/* BANNER PROJETO PETROBRAS*/
.mid .conteudo .banner-crianca-adolescente{
    width: 255px;
    height: 165px;
}
.mid .conteudo .banner-crianca-adolescente img{
    position: absolute;
    width: 255px;
    height: 165px;
}
/* BANNER PROJETO PETROBRAS*/



/* ULTIMAS NOTICIAS */
.mid .conteudo .ultimas-noticias{
    width: 745px;
    margin-right: 10px;
    height: 1950px;
}
.mid .conteudo .ultimas-noticias:after{
    clear: both;
    display: block;
    content: " ";
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias{
    width: 745px;
    margin: 5px 0;
    //min-height: 1190px;
    float: left;
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias:after{
    clear: both;
    display: block;
    content: " ";
}




/* NOTICIAS PADRAO */
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row{
    width: 175px;
    height: 324px;
    float: left;
    margin: 5px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
    background: #efefef;
    border-radius: 5px;
}

.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row:after{
    display: block;
    clear: both;
    content: " ";
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row img{
    width: 175px;
    height: 115px;
    float: left;
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row .info {
    padding: 0px 5px;
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row .info .titulo {
    font-size: 16px;
    line-height: 24px;
    /*font-weight: bold;*/
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row:hover .info .titulo{
    text-decoration: underline;
}

.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row .info .descricao {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
/* NOTICIAS PADRAO */

/* NOTICIAS PADRAO DEITADA */
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado{
    width: 360px;
    height: 115px;
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado img{
    margin-right: 5px;
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado .info {

}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado .info .titulo {


}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado .info .descricao {

}
/* NOTICIAS PADRAO DEITADA */

/* NOTICIAS EM DESTAQUE */
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque{
    width: 360px;
    height: 324px;
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque img{
    width: 360px;
    height: 240px;
}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque .info {

}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque .info .titulo {
    font-size: 24px;
    line-height: 28px;

}
.mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque .info .descricao {

}
/*NOTICIAS EM DESTAQUE */



.mid .conteudo .ultimas-noticias .mais-noticias{
    padding: 10px 0;
    clear: both;
}
/* ULTIMAS NOTICIAS */



/* AGENDA */
.mid .conteudo .agenda{
    width: 255px;
    height: 440px;
}
.mid .conteudo .agenda .box-agenda{

}
.mid .conteudo .agenda .box-agenda:after{

}

.mid .conteudo .agenda .box-agenda .row{
    padding: 5px 5px 0px 5px;
    border-top: 1px solid #CCC;
    height: 65px;
}
.mid .conteudo .agenda .box-agenda a:first-child .row{
    border-top: none;
}
.mid .conteudo .agenda .box-agenda .row:hover{
    background: #eee;
}
.mid .conteudo .agenda .box-agenda .row:after{
    clear: both;
    display: block;
    content: " ";
}
.mid .conteudo .agenda .box-agenda .row .agenda-icon {
    float: left;
    width: 40px;
    height: 40px;
    background: #961a24;
    border-radius: 20px;
    margin-right: 5px;
}
.mid .conteudo .agenda .box-agenda .row .agenda-icon img{
    margin: 7px auto;
    display: block;
}
.mid .conteudo .agenda .box-agenda .row .agenda-horario {
    float: left;
    width: 200px;
    color: #333;
    height: 20px;
}

.mid .conteudo .agenda .box-agenda .row .agenda-horario span{
    font-weight: bold;
}

.mid .conteudo .agenda .box-agenda .row .agenda-descricao{
    float: left;
    width: 200px;
    height: 40px;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
}
.mid .conteudo .agenda .mais-agenda{
    height: 50px;
    padding-top: 15px;
}
/*AGENDA*/


/* CEERT ACONTECE */
.mid .conteudo .ceert-acontece{
    width: 1010px;
    height: 420px;
}
.mid .conteudo .ceert-acontece h1{
    color: #fff;
    background: #961a24;
    text-shadow: 1px 1px 1px #000;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias{
    position: relative;
    width: 1010px;
    height: 250px;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias a{
    display: none;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias a:first-child{
    display: block;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row:hover{
    background: #efefef;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row:hover .titulo{
    text-decoration: underline;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row:after{
    clear: both;
    display: block;
    content: " ";
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .imagem {
    width: 400px;
    height: 250px;
    overflow: hidden;
    float: left;
}
.mid .conteudo .bloco.ceert-acontece .bloco-conteudo .noticias .row .imagem img{
    width: 400px;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .titulo, 
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .descricao,
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .redes_sociais{
    float: left;
    width: 610px;
    overflow: hidden;
    padding-left: 5px;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .titulo{
    font-size: 24px;
    line-height: 28px;
    height: 56px;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .titulo p{
    font-size: 24px;
    line-height: 28px;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .descricao{
    font-size: 18px;
    line-height: 20px;
    height: 165px;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .titulo p, 
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .descricao p{
    margin: 0;   
}
.mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .redes_sociais{
    height: 26px;
    padding-left: 5px;
    padding-top: 5px;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .navegacao{
    width: 100%;
    text-align: center;
    padding: 10px;
}

.mid .conteudo .ceert-acontece .bloco-conteudo .navegacao .nav{
    display: inline-block;
    width: 60px;
    height: 40px;
    margin: 2px 4px;
    line-height: 38px;
    font-size: 24px;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .navegacao > .nav:hover{
    background: #efefef;
}
.mid .conteudo .ceert-acontece .bloco-conteudo .navegacao > .nav.selecionada{
    background: #C72734;
    color: #fff;
    border: 1px solid #961a24;
    text-shadow: 1px 1px 1px #333;
}


.mid .conteudo .ceert-acontece .bloco-conteudo .group-bt{
    padding: 10px 0;
}
/* BOX FACEBOOK */
.mid .conteudo .facebook{
    width: 255px;
    height: 540px;
}

/* MAIS LIDAS */
.mid .conteudo .bloco.mais-acessadas{
    width: 255px;
    height: 600px;
}
.mid .conteudo .bloco-group .bloco h1{
    background: #961a24;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;
    line-height: 44px;
}
.mid .conteudo .bloco.mais-acessadas h1 span{
    text-align: center;
    font-weight: normal;
    margin: 0;
    display: block;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 5px;
}

.mid .conteudo .bloco.mais-acessadas ol{
    padding: 0 5px;
}
.mid .conteudo .bloco.mais-acessadas ol li {
    list-style-type: decimal;
    list-style-position: inside;
    padding-bottom: 5px;
    padding-left: 5px;
    height: 55px;
    overflow: hidden;
    line-height: 25px;
    font-size: 18px;
    color: #333;
    border-radius: 3px;
}
.mid .conteudo .bloco.mais-acessadas ol li a{
    color: #333;
    display: inline;
}
.mid .conteudo .bloco.mais-acessadas ol li:hover{
    color: #e74c3c;
    text-decoration: underline;
}
.mid .conteudo .bloco.mais-acessadas ol li:hover a{
    color: #e74c3c;
    text-decoration: underline;
}
/* MAIS LIDAS */



/* PROGRAMAS */

.mid .conteudo .programas{
    width: 500px;
    height: 382px;
}
.mid .conteudo .programas h1{
    color: #fff;
    text-shadow: 1px 1px 1px #333;
}
.mid .conteudo .programas img{
    width: 500px;
    height: 180px;
}
.mid .conteudo .programas .descricao{
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    margin: 0;
}
.mid .conteudo .programas .links{
    padding: 15px 0;
}
.mid .conteudo .programas .links .bt.round{
    font-size: 16px;
    line-height: 16px;
    height: 26px;
    width: 230px;
    margin: 5px;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 4px 0 0 rgba(255, 255, 255, 0.2);
}
.mid .conteudo .juridico,
.mid .conteudo .trabalho{
    margin-right: 10px;
}
.mid .conteudo .juridico{
    background: #003c7a;
}
.mid .conteudo .educacao{
    background: #710040
}
.mid .conteudo .trabalho{
    background: #6c8700
}

.mid .conteudo .politicas{
    background: #9f4000
}



/* VIDEOS */
.mid .conteudo .videos{
    width: 1010px;

}
.mid .conteudo .videos .videos-conteudo{
    padding: 0px 20px 10px 20px;
}
.mid .conteudo .videos .videos-conteudo:after{
    clear: both;
    display: block;
    content: " ";
}
.mid .conteudo .videos .videos-conteudo .row{
    float: left;
    margin: 5px;
    width: 475px;
    height: 267px;
    background: #eee;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    overflow: hidden;
}
.mid .conteudo .videos .videos-conteudo .row:hover{
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
}
.mid .conteudo .videos .videos-conteudo .row .miniatura{
    position: relative;
    width: 310px;
    height: 175px;
    margin: 0;
    overflow: hidden;
}
.mid .conteudo .videos .videos-conteudo .row .miniatura img {
    position: absolute;
    top: -29px;
    width: 310px;
}
.mid .conteudo .videos .videos-conteudo .row .miniatura .fade-play{
    position: absolute;
    top: 0px;
    width: 310px;
    height: 175px;
    padding: 50px;
}
.mid .conteudo .videos .videos-conteudo .row .miniatura .fade-play img{
    width: 64px;
    height: 64px;
    margin: 0 auto;
    position: static;
}
.mid .conteudo .videos .videos-conteudo .row .titulo{
    width: 310px;
    height: 65px;
    overflow: hidden;
    font-size: 20px;
    padding: 5px;
    line-height: 26px;
    color: #333;
}
.mid .conteudo .videos .group-bt{
    padding: 0 0 15px 0;
}

/* PUBLICACOES */
.mid .conteudo .publicacoes{
    width: 1010px;
}

.mid .conteudo .publicacoes .publicacoes-conteudo{
    padding: 0px 20px 20px 20px;
}
.mid .conteudo .publicacoes .publicacoes-conteudo:after,
.mid .conteudo .publicacoes .publicacoes-conteudo .row:after{
    clear: both;
    display: block;
    content: " ";
}
.mid .conteudo .publicacoes .publicacoes-conteudo .row{
    float: left;
    margin: 5px;
    width: 475px;
    background: #eee;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.5);
    cursor: pointer;
    overflow: hidden;
}
.mid .conteudo .publicacoes .publicacoes-conteudo .row:hover{
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
}

.mid .conteudo .publicacoes .publicacoes-conteudo .row .capa{
    height: 200px;
    float: left;
    margin-right: 10px;
}
.mid .conteudo .publicacoes .publicacoes-conteudo .row .capa img{
    height: 200px;
}
.mid .conteudo .publicacoes .publicacoes-conteudo .row .titulo{
    margin: 5px;
    font-size: 24px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
}
.mid .conteudo .publicacoes .publicacoes-conteudo .row .descricao{
    margin: 5px;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    height: 100px;
}
.mid .conteudo .publicacoes .group-bt{
    padding: 0 0 15px 0;
}


@media only screen and (min-width : 781px) and (max-width : 1050px)
{




}

@media only screen and (min-width : 150px) and (max-width : 780px)
{
    .mid .conteudo .banner-principal{
		width: 100%;
    }

	/* BANNER PREMIO EDUCAR */
.mid .conteudo .banner-premio-educar{
    width: 100%;
    height: inherit;
}
.mid .conteudo .banner-premio-educar img{
    width: 100%;
    height: inherit;
}
/* BANNER PREMIO EDUCAR */


    .mid .conteudo .ultimas-noticias{
        width: 100%;
        height: inherit;
        margin-right: 0;

    }

    .mid .conteudo .ultimas-noticias .box-ultimas-noticias{
	width: 100%;
        height: inherit;
	max-width: 100%;
	padding: 5px;
    }

    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado,
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque,
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row{
        float: none;
        margin: 0 0 10px 0;
        height: inherit;
        width: 100%;
	max-width: 100%;
    }

    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado img,
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque img,
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row img{
        float: left;
        margin-right: 5px;
	max-width: 100%;
	height: inherit;
    }
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado .info
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque .info{
        float: none;
        width: inherit;
        height: inherit;
    }
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado .info .categoria
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque .categoria,
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row .info .categoria {
        height: inherit;
    }
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.deitado .info .titulo
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row.destaque .info .titulo,
    .mid .conteudo .ultimas-noticias .box-ultimas-noticias .row .info .titulo {
        height: inherit;
    }


    .mid .conteudo .banner-ford{
        width: 100%;
        height: inherit;
    }
    .mid .conteudo .banner-ford img{
        width: 100%;
        height: inherit;
        margin: 0 auto;
    }


    .mid .conteudo .banner-crianca-adolescente{
        width: 100%;
        height: inherit;
    }
    .mid .conteudo .banner-crianca-adolescente img{
        position: static;
        width: 100%;
        height: inherit;
        margin: 0 auto;
    }


    .mid .conteudo .agenda{
        width: 100%;
        height: inherit;
    }
    .mid .conteudo .agenda .box-agenda .row{
        height: inherit;
    }
    .mid .conteudo .agenda .box-agenda .row .agenda-horario {
        float: none;
        width: inherit;
        color: #333;
        height: inherit;
    }
    .mid .conteudo .agenda .box-agenda .row .agenda-descricao{
        float: none;
        width: inherit;
        height: inherit;
    }




    .mid .conteudo .ceert-acontece{
        width: 100%;
        height: inherit;
        margin-right: 0;
    }
    .mid .conteudo .ceert-acontece .bloco-conteudo .noticias{
        width: 100%;
        height: inherit;
    }
    .mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row{
        position: static;
        top: inherit;
        left: inherit;
    }

    .mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .imagem {
        width: 100%;
        height: inherit;
    }
    .mid .conteudo .bloco.ceert-acontece .bloco-conteudo .noticias .row .imagem img{
        float: none;
        width: 100%;
        height: inherit;
    }
    .mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .titulo, 
    .mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .descricao,
    .mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .redes_sociais{
        float: none;
        width: 100%;
        padding: 0;
    }
    .mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .titulo{
        height: inherit;
        float: none;
    }
    .mid .conteudo .ceert-acontece .bloco-conteudo .noticias .row .descricao{
        height: inherit;
        float: none;
    }

    .mid .conteudo .ceert-acontece .bloco-conteudo .navegacao{
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .mid .conteudo .ceert-acontece .bloco-conteudo .navegacao .nav{
        display: inline-block;
        width: 60px;
        height: 40px;
        line-height: 38px;
        font-size: 24px;
        border: 1px solid #ccc;
        text-align: center;
        cursor: pointer;
    }
    .mid .conteudo .ceert-acontece .bloco-conteudo .navegacao > .nav:hover{
        background: #efefef;
    }
    .mid .conteudo .ceert-acontece .bloco-conteudo .navegacao > .nav.selecionada{
        background: #C72734;
        color: #fff;
        border: 1px solid #961a24;
        text-shadow: 1px 1px 1px #333;
    }


    .mid .conteudo .ceert-acontece .bloco-conteudo .group-bt{
        padding: 10px 0;
    }




    .mid .conteudo .facebook{
        width: 100%;
        height: inherit;
    }

    .mid .conteudo .bloco.mais-acessadas{
	width: 100%;
	height: inherit;
    }



    .mid .conteudo .programas{
        width: 100%;
	height: inherit;
    }
    .mid .conteudo .programas img{
        width: 100%;
        height: inherit;
    }
    .mid .conteudo .programas .descricao{
        height: inherit;
    }
    .mid .conteudo .programas .links .bt.round{
        width: 90%;
        margin-bottom: 10px;
    }
    .mid .conteudo .juridico,
    .mid .conteudo .trabalho{
        margin-right: 0;
    }




    .mid .conteudo .videos{
        width: 100%;
    }
    .mid .conteudo .videos .videos-conteudo .row{
        float: none;
        margin: 0 auto 10px auto;
        width: 100%;
        height: inherit;
    }

    .mid .conteudo .videos .videos-conteudo .row .miniatura{
        position: relative;
        width: 100%;
        height: inherit;
        margin: 0;
        overflow: hidden;
    }
    .mid .conteudo .videos .videos-conteudo .row .miniatura img {
        position: static;
        width: 100%;
        height: inherit;
    }
    .mid .conteudo .videos .videos-conteudo .row .miniatura .fade-play{
        display: none;
    }

    .mid .conteudo .videos .videos-conteudo .row .titulo{
        width: 100%;
        height: inherit;
    }

    .mid .conteudo .publicacoes{
        width: 100%;
    }

    .mid .conteudo .publicacoes .publicacoes-conteudo{
        padding: 0px 20px 20px 20px;
    }
    .mid .conteudo .publicacoes .publicacoes-conteudo .row{
        float: none;
        margin: 0 auto 10px auto;
        width: 100%;
    }


    .mid .conteudo .publicacoes .publicacoes-conteudo .row .capa{
        max-width: 50%;
        height: inherit;
        float: left;
        margin-right: 10px;
    }
    .mid .conteudo .publicacoes .publicacoes-conteudo .row .capa img{
        width: 100%;
        height: inherit;
    }
    .mid .conteudo .publicacoes .publicacoes-conteudo .row .titulo{
        overflow: hidden;
    }
    .mid .conteudo .publicacoes .publicacoes-conteudo .row .descricao{
        height: inherit;
    }

}
