/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span, 
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	padding: 0px !important;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../imagens/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../imagens/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../imagens/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background: url('../../imagens/seta-verde-popup-esquerda.svg') !important;
}
.fancybox-next span {
	right: 10px;
	background: url('../../imagens/seta-verde-popup-direita.svg') !important;
}
.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../imagens/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -31px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
	background: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	height: 27px;
	line-height: 27px;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../imagens/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../imagens/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.botao-fechar-modal, .fancybox-close{
	background: url(../../imagens/icon-fechar-popup.svg) !important;
	background-size: contain;
	background-repeat: no-repeat !important;
    top: 20px;
    right: 10px;
    width: 28px;
    height: 28px;
}/* DEGRADE CABECALHO */
.total-cabecalho{
	-webkit-box-shadow: 0px 5px 15px 0px #D2D2D2;
	-moz-box-shadow: 0px 5px 15px 0px #D2D2D2;
	box-shadow: 0px 5px 15px 0px #D2D2D2;
}
.total-cabecalho ul li .contorno-logo{
	-webkit-box-shadow: 0px 5px 15px 0px #D2D2D2;
	-moz-box-shadow: 0px 5px 15px 0px #D2D2D2;
	box-shadow: 0px 5px 15px 0px #D2D2D2;	
}
.sombra-logo-esquerda,
.sombra-logo-direita{
	display: block !important;
}

/* PAGINA */
.total-conteudo-pagina{
	padding-top: 95px;
	padding-bottom: 50px;
}

/* CONTEUDO NOTICIA */
.contorno-conteudo-noticia{
	width: calc(100% - 370px);
	float: left;
	padding-right: 30px;
}
.contorno-conteudo-noticia .contorno-campos-publicacoes {
    width: 100%;
}
.contorno-conteudo-noticia .campo-publicacoes {
    width: 100%;
    height: 100%;
}
.contorno-conteudo-noticia .foto-publicacao {
    width: 100%;
    position: relative;
}
.contorno-conteudo-noticia .foto-publicacao img {
    display: block;
    width: 100%;
}
.contorno-conteudo-noticia .data-publicacao{
	text-align: left;
	color: #777;
	font-size: 14px;
	font-weight: 300;
	margin-top: 21px;
}
.contorno-conteudo-noticia .titulo-publicacao {
    text-align: left;
    color: #0e4988;
    font-size: 30px;
    font-weight: 900;
    margin-top: 7px;
    line-height: 34px;
}
.contorno-conteudo-noticia .texto-publicacao,
.contorno-conteudo-noticia .texto-publicacao p {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
    text-align: left;
}

/* BOTAO VOLTAR */
.botao-voltar{
	height: 40px;
	line-height: 40px;
    width: 110px;
    margin-top: 35px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
    -moz-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
    box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.7);
}

/* BARRA LATERAL */
.total-barra-lateral{
	width: 370px;
	float: right;
}
.total-barra-lateral h2{
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 34px;
	color: #0e4988;
	line-height: 36px;
	margin-bottom: 30px;
}
.total-barra-lateral .contorno-campos-publicacoes {
    width: 100%;
    float: left;
    margin-bottom: 45px;
}
.total-barra-lateral .campo-publicacoes {
    width: 100%;
    height: 100%;
}
.total-barra-lateral .foto-publicacao {
    width: 100%;
    position: relative;
}
.total-barra-lateral .foto-publicacao img {
    display: block;
    width: 100%;
}
.total-barra-lateral .data-publicacao{
	text-align: left;
	color: #777;
	font-size: 14px;
	font-weight: 300;
	margin-top: 21px;
}
.total-barra-lateral .titulo-publicacao {
    text-align: left;
    color: #0e4988;
    font-size: 22px;
    font-weight: 900;
    margin-top: 7px;
    line-height: 25px;
}
.total-barra-lateral .texto-publicacao {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
    width: 100%;
    text-align: left;
}
.total-barra-lateral .botao-leia-mais{
	margin-top: 18px;
	font-weight: bold;
	font-size: 14px;
	color: #0e4988;
	background: url('../../imagens/seta-azul-noticia.svg') 68px 50% no-repeat;
}
.total-barra-lateral .hover-foto-publicacao{
	width: 100%;
	height: 100%;
	background: #499d27;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0.7;
	display: none;
}
.total-barra-lateral .campo-publicacoes:hover .hover-foto-publicacao{
	display: block;
}
.total-barra-lateral .campo-publicacoes:hover .botao-leia-mais{
	color: #499d27;		
	background: url('../../imagens/seta-verde-noticia.svg') 68px 50% no-repeat;
}

/* BANNER */
.total-banner-pagina{
	width: 100%;
	height: 522px;
	position: relative;
	background: url('../../imagens/fundo-faca-parte.jpg') center top no-repeat;
}
.quebra-topo-banner-pagina{
	width: 100%;
	height: 111px;
	position: absolute;
	top: -53px;
	left: 0px;
	z-index: 99;
	background: url('../../imagens/quebra-banner.svg') center top no-repeat;
}
.quebra-bottom-banner-pagina{
	width: 100%;
	height: 111px;
	position: absolute;
	bottom: -27px;
	left: 0px;
	z-index: 99;
	background: url('../../imagens/quebra-banner.svg') center top no-repeat;
}
.esquerda-banner-pagina{
	width: 100%;
	padding-top: 145px;
}
.esquerda-banner-pagina h1 span{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 300;
	display: block;
	margin-bottom: -3px;
}
.esquerda-banner-pagina h1{
	width: 100%;
	text-align: left;
	font-weight: 900;
	color: #FFFFFF;
	font-size: 46px;
	line-height: 49px;
	margin-bottom: 35px;
}
.esquerda-banner-pagina h1 p {
    color: rgb(255, 255, 0);
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	/* BANNER */
	.esquerda-banner-pagina{
		width: 100%;
	}
	.total-banner-pagina{
		background: url('../../imagens/fundo-faca-parte.jpg') -700px top no-repeat;
	}
}
/* MOBILE */
@media (max-width: 767px){
	.total-conteudo-pagina{
		padding-bottom: 0px;
	}

	/* CONTEUDO NOTICIA */
	.contorno-conteudo-noticia{
		width: 100%;
		float: none;
		padding-right: 0px;
	}
	
	/* BARRA LATERAL */
	.total-barra-lateral{
		width: 100%;
		float: none;
		margin-top: 50px;
	}

	/* BOTAO VOLTAR */
	.botao-voltar{
		display: table;
		margin: 0 auto;
		height: 40px;
		line-height: 40px;
	    width: 110px;
	    margin-top: 35px;
	    -webkit-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
	    -moz-box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.73);
	    box-shadow: 0px 5px 15px 0px rgba(194, 194, 194, 0.7);
	}

	/* BANNER */
	.esquerda-banner-pagina{
		width: 100%;
		padding-top: 170px;
	}
	.esquerda-banner-pagina h1{
		font-size: 28px;
		line-height: 30px;
	}
	.total-banner-pagina{
		background: url('../../imagens/fundo-faca-parte.jpg') -1150px top no-repeat;
	}
}