form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
textarea {
	resize: none;
}

/* DIV CONTEÚDO GERAL */
.conteudo{
	max-width:1200px;
}

/* ESTILO TEXTO EDITOR */
.texto-editor, .texto-editor p{
	text-align: left;
}
.texto-editor img, .texto-editor iframe{
	max-width: 100%;
	display: block;
}
.texto-editor a{
	display: inline;
	color: #3d3d3d;
	text-decoration: underline;
}
.texto-editor a:hover{
	color: #000;
}
.texto-editor ul{
	list-style:disc !important;
	padding-left: 10px !important;
    margin-left: 10px !important;
}
.texto-editor ul li{
	list-style:disc !important;
}

.texto-editor ol{
	list-style: decimal !important;
	padding-left: 10px !important;
    margin-left: 10px !important;
}

.texto-editor ol li{
	list-style: decimal !important;
}

.texto-editor p {
    display: block;
    -webkit-margin-before: 2em;
    -webkit-margin-after: 2em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.texto-editor h1 {
    display: block;
    font-size: 2em !important;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.texto-editor h2 {
    display: block;
    font-size: 1.5em !important;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h3 {
    display: block;
    font-size: 1.17em !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h5 {
    display: block;
    font-size: 0.83em !important;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}
.texto-editor h6 {
    display: block;
    font-size: 0.67em !important;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold !important;
}

/* BLOG */
.total-blog{
	margin-top: 100px;
}

.categorias-principal{
	display: block;
}

.select-categorias{
	display: none;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {
	.categorias-principal{
		display: none;
	}
	
	.select-categorias{
		display: block;
	}
}

/* MOBILE */
@media (max-width: 767px) {
	.categorias-principal{
		display: none;
	}
	
	.select-categorias{
		display: block;
	}
}

.texto-editor iframe {
	height: 50vh;
	width: 100%;
}
.texto-editor p {
	margin-bottom: 0 !important;
}
.texto-editor ul {
	margin-top: 17px;
}
/* DIREITA BLOG */
.total-blog .direita-blog{
	width: 350px;
	float: left;
}

.total-autor{
	width: 100%;
}

.total-autor .icone{
	float: left;
	width: 68px;
}

.total-autor .icone img{
	width: 68px;
	border-radius: 100px;
}

.total-autor .textos{
	float: left;
	width: calc(100% - 83px);
	margin-left: 15px;
}

.total-autor .textos .nome p strong{
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

.total-autor .textos .descricao p{
	font-size: 16px;
	line-height: 1.6;
	color: #636363;
}


/* GALERIA */

.total-blog .total-campos-blog .galeria{
	margin: 30px 0;
}

.total-blog .total-campos-blog .galeria ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.total-blog .total-campos-blog .galeria ul li{
	width: calc(33.333% - 10px);
	margin: 0 5px
}

.total-blog .total-campos-blog .galeria ul li a img{
	width: 100%;
	height: auto;
}

/* MOBILE */
@media (max-width: 767px) {
	.total-blog .total-campos-blog .galeria ul li{
		width: 100%;
		margin-bottom: 10px;
	} 
}

/* BUSCA */
.total-busca{
	width: 100%;
}
.total-busca form #FrmBusca{
	width: calc(100% - 100px);
	height: 38px;
	outline: none;
	float: left;
	padding-left: 40px;
	border:1px solid #272727;
	font-size: 16px;
	color:  #272727;
    font-weight: 300;
	background: url('/imagens/noticias/pesquisa.svg') 7px 50% no-repeat;
}
.total-busca form .botao-primario{
	width: 90px;
	height: 38px;
	float: left;
	margin-left: 10px;
	padding: 0px;
}


/* CATEGORIAS */
.total-categorias{
	width: 100%;
	margin-bottom: 25px;
}
.box-heading{
    width: 100%;
    background: #DCDCDC;
    font-size: 16px;
    font-weight: bold;
    color: #272727;
    line-height: 34px;
    position: relative;
    border-radius: 8px;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 16px;
	margin-bottom: 10px;
}

.total-categorias h3{
	font-size: 16px;
	list-style: none;
	color: #2a2a2a;
	text-align: left;
	font-weight: bold;
}
.total-categorias ul li{
	position: relative;
}
.total-categorias ul li a{
	width: 100%;
	padding-left: 32px;
	padding-right: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #636363;
	font-size: 16px;
	color: #636363;
	background: url('/imagens/noticias/categoria.svg') 6px 50% no-repeat;
}
.total-categorias ul li .selected,
.total-categorias ul li a:hover{
	font-weight: bold;
	color: #636363;
}

/* CAMPOS BLOG */
.total-campos-blog{
	width: calc(100% - 350px);
	float: left;
	padding-right: 30px;
}
.total-campos-blog ul li{
	width: 100%;
}
.total-campos-blog ul li .contorno-campo{
	position: relative;
}
.total-campos-blog ul li .foto-campo{
	width: 100%;
	height: 396px;
	margin-bottom: 5px;
}
.total-campos-blog ul li .data {
	font-weight: normal;
	font-size: 16px;
	color: #272727;
	margin: 10px 0;
}
.total-campos-blog ul li h1{
	font-size: 26px;
	line-height: 34px;
	width: 100%;
	text-align: left;
	color: #272727;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}

.total-campos-blog ul li .texto-editor{
	padding-top: 15px;
	padding-bottom: 15px;
}
.total-campos-blog ul li .texto-editor p{
	width: 100%;
	text-align: left;
	margin-top: 17px;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}
.total-campos-blog ul li .botao-galeria{
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
}

/* MOBILE */
@media (max-width: 767px) {
	.total-campos-blog ul li .botao-galeria{
		float: none;
		margin: 10px auto;
	} 
}

.total-campos-blog ul li .botao-galeria,
.total-campos-blog ul li .botao-voltar{
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 15px;
	font-weight: bold;
	border-radius: 8px !important;
}


/* COMPARTILHAR */
.total-campos-blog ul li .campo-redes-sociais {
    width: 148px;
    margin-top: 6.555px;
    float: right;
}
.total-campos-blog ul li .campo-redes-sociais span{
	margin: 0px;
	display: block;
	height: 27px;
	line-height: 27px;
	padding-right: 11px;
	font-size: 16px;
	color: #40434f;
	float: left;
	font-weight: bold;
}
.total-campos-blog ul li .campo-redes-sociais a {
    float: left;
    display: block;
}
.total-campos-blog ul li .campo-redes-sociais a + a{
	margin-left: 6px;
}
.total-campos-blog ul li .botao-facebook {
    background-image: url('../../imagens/ler-mais/facebook.jpg');
    width: 88px;
    height: 27px;
    background-repeat: no-repeat;
}
.total-campos-blog ul li .botao-facebook:hover {
    opacity: 0.8;
}
.total-campos-blog ul li .botao-twitter {
    background-image: url('../../imagens/ler-mais/twitter.jpg');
    width: 75px;
    height: 27px;
    background-repeat: no-repeat;
}
.total-campos-blog ul li .botao-twitter:hover {
    opacity: 0.8;
}

/* COMENTARIOS */
.total-campos-blog ul li .contorno-comentarios-facebook{
	width: 100%;
	margin-top: 40px;
}
.fb-comments.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe {
  width: 100% !important;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-blog{
		padding-top: 40px;
	}
	.total-blog .direita-blog{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.total-campos-blog{
		width: 100%;
		float: none;
		padding-right: 0px;
	}
	.total-campos-blog ul li{
		width: 100%;
		float: none;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-blog{
		padding-top: 0;
		margin-top: 50px;
	}
	.total-blog .direita-blog{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.total-campos-blog{
		width: 100%;
		float: none;
		padding-right: 0px;
	}
	.total-campos-blog ul li{
		width: 100%;
		float: none;
	}
	.total-campos-blog ul li .botao-voltar{
		display: table;
		margin: 0 auto;
		float: none;
	}

	/* COMPARTILHAR */
	.total-campos-blog ul li .campo-redes-sociais {
		float: none;
		width: auto;
		margin: 0 auto;
		display: table;
		margin-top: 20px;
	}
	.total-campos-blog ul li .campo-redes-sociais span{
		display: none;
	}
}



/* SOCIAL MEDIA */


.total-blog .redes-social{
	margin: 15px 0;
}

.total-blog .redes-social div{
	cursor: pointer;
}

.total-blog .redes-social p{
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.total-blog .redes-social .facebook{
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../imagens/pagina-inicial/facebook.svg") top center no-repeat; 
	margin-right: 10px;
	background-position:14px 9px;
}

.total-blog .redes-social .facebook.active,
.total-blog .redes-social .facebook:hover{
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../imagens/pagina-inicial/facebook-hover.svg") top center no-repeat; 
	margin-right: 10px;
	background-position:0px;
}

.total-blog .redes-social .linkedin{
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../imagens/pagina-inicial/linkedin.svg") top center no-repeat;
	margin-right: 10px;
	background-position:10px 10px;
}
.total-blog .redes-social .linkedin.active,
.total-blog .redes-social .linkedin:hover{
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../imagens/pagina-inicial/linkedin-hover.svg") top center no-repeat;
	margin-right: 10px;
	background-position:0px;
}

.total-blog .redes-social .youtube{
    float: left;
    width: 36px;
    height: 36px;
	background: url("../../imagens/pagina-inicial/youtube.svg") top center no-repeat;
	background-position:8px 11px;
}

.total-blog .redes-social .youtube.active,
.total-blog .redes-social .youtube:hover{
    float: left;
    width: 36px;
    height: 36px;
	background: url("../../imagens/pagina-inicial/youtube-hover.svg") top center no-repeat;
	background-position:0px;
}


.newsletter{
	margin-top: -5px;
}

.newsletter .contorno{
	background: #f2f2f2;
	border-radius: 5px;
	padding: 15px;
}

.newsletter .contorno h3{
	color: #272727;
	font-weight: bold; 
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 10px;
}
/* EBOOK */

.ebook{
	margin: 30px 0;
}

.ebook .link{
	position: relative;
}

.ebook .link .botao-primario{
	position: absolute;
	top: 86%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	box-shadow: 0 0 14px rgb(0 0 0 / 30%);
}

.botao-download {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #FFFFFF !important;
	color: #272727 !important;
}
.botao-download:hover {
	color: #FFFFFF !important;
	background: #272727 !important;
}
.ebook img{
	width: 100%;
	border-radius: 5px;
}

/* DESTAQUE */

.destaques{
	margin: 30px 0;
}


.destaques{
	margin: 30px 0;
}

.destaques h3{
	color: #2a2a2a;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}

.destaques ul li{
	border-bottom: 1px solid #979797;
    margin: 14px 0;
}

.destaques ul li:last-child{
	border-bottom: none;
}

.destaques ul li a{
	border: 1px solid transparent;
	border-radius: 5px;
	margin-bottom: 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding: 8px;
}

.destaques ul li a:hover {
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
.destaques ul li:hover .texto strong {
	font-weight: bold;
}
.destaques ul li .imagem {
	overflow: hidden;
} 
.destaques ul li:hover img{
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}
.destaques ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.destaques ul li .imagem img {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	width: 100%;
}

.destaques ul li .imagem{
	float: left;
	width: calc(30% - 5px);
	margin-right: 5px;
}
.destaques ul li .texto{	
	float: left;
	width: calc(70% - 5px);
	margin-left: 5px;
}
.destaques ul li .texto p strong{	
	color: #2a2a2a;
	font-size: 14px;
	line-height: 20px;
}

/* FORMULARIO */
#formulario-auto-2-newsletter{
	width: 100%;
}
#formulario-auto-2-newsletter p{
	width: 100%;
    font-size: 16px;
	color: #2e2e2e;
    text-align: left;
}
#formulario-auto-2-newsletter .obrigatorio{
	color: #ed3237;
	font-size: 16px;
}
input,
select,
textarea{
  outline:none;
}
#formulario-auto-2-newsletter input[type='text'],
#formulario-auto-2-newsletter input[type='tel'],
#formulario-auto-2-newsletter input[type='password'],
#formulario-auto-2-newsletter select,
#formulario-auto-2-newsletter .input{
	width: 100%;
	height: 40px;
	padding-left: 15px;
	outline: none;
	border:1px solid #ccc;
	font-size: 16px;
	color: #2e2e2e;
	font-weight: 400;
	margin-bottom: 15px;
	border-radius: 5px;
}
#formulario-auto-2-newsletter input[type='text']:hover,
#formulario-auto-2-newsletter input[type='tel']:hover,
#formulario-auto-2-newsletter input[type='password']:hover,
#formulario-auto-2-newsletter select:hover,
#formulario-auto-2-newsletter .input:hover,
#formulario-auto-2-newsletter input[type='text']:focus,
#formulario-auto-2-newsletter input[type='tel']:focus,
#formulario-auto-2-newsletter input[type='password']:focus,
#formulario-auto-2-newsletter select:focus,
#formulario-auto-2-newsletter .input:focus{
	border:1px solid #2e2e2e;
}
#formulario-auto-2-newsletter select{
	padding-left: 15px;
	cursor: pointer;
}
#formulario-auto-2-newsletter textarea{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 117px;
	min-height: 117px;
	padding-left: 15px;
	outline: none;
	padding-top: 10px;
	border:1px solid #2e2e2e;
	font-size: 16px;
	color: #2e2e2e;
	font-weight: 400;
	display: block;
}
#formulario-auto-2-newsletter textarea:hover,
#formulario-auto-2-newsletter textarea:focus { 
	border:1px solid #D41116;
}
#formulario-auto-2-newsletter .botao-enviar{
	
    font-weight: bold;
    font-size: 20px;
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px !important;
    color: #fff;
}


/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {
	.ebook img {
		width: 50%;
		border-radius: 5px;
		margin: 0 auto;
	} 
	.destaques h3{
		text-align: center;
	}
	.total-blog .redes-social p{
        text-align: center;
	}
	
	.total-blog .redes-social div{
		margin: 0 auto;
		display: table;
	} 
}

/* MOBILE */
@media (max-width: 767px) {
	.total-blog .redes-social p{
        text-align: center;
	}
	.total-blog .redes-social div{
		margin: 0 auto;
		display: table;
	} 
}

.extra p.titulo {
	font-weight: normal;
	font-size: 16px;
	color: #3d3d3d;
	margin-bottom: 15px;
}
.ar-container.extra {
	margin-bottom: 35px;
}
.ar-container.extra ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.ar-container.extra ul li {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 10px 15px;
	margin-right: 13px;
	border-radius: 8px;
	color: #2e2e2e;
	border: 1px solid #2e2e2e;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}
@media(max-width: 600px) {
	.ar-container.extra ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.ar-container.extra ul li {
		margin: 13px;
	}
}
.ar-container.extra ul li a {
	color: #2e2e2e;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 8px !important;
}
.ar-container.extra ul li:hover {
	background: #272727;
	color: #272727;

}
.ar-container.extra ul li:hover a {
	color: #FFFFFF;
}

.relacionados-container.extra .grid-relacionados {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.relacionados-container.extra .grid-relacionados .card {
	margin: 0 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    max-width: 240px;
    background: #FFFFFF
}
@media(max-width: 600px) {
	.relacionados-container.extra .grid-relacionados {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.relacionados-container.extra .grid-relacionados .card {
		max-width: none;
		width: 100%;
		margin: 15px 0;
	}
}
.relacionados-container.extra .grid-relacionados .card:first-child {
    margin-left: 0;
}
.relacionados-container.extra .grid-relacionados .card:last-child {
    margin-right: 0;
}
.relacionados-container.extra .grid-relacionados .card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
}
.relacionados-container.extra .grid-relacionados .card img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 120px;
    object-fit: cover;
} 
.relacionados-container.extra .grid-relacionados .card .info {
	padding: 20px;
	text-align: center;
}
.relacionados-container.extra .grid-relacionados .card .info .data {
	font-weight: normal;
	font-size: 16px;
	color: #a3a3a3;
	margin-bottom: 5px;
}
.relacionados-container.extra .grid-relacionados .card .info .titulo {
	font-weight: 900;
	font-size: 20px;
	color: #272727;
}
.relacionados-container.extra .grid-relacionados .card a.leia-mais {
	margin: 30px auto 0;
}

.select-categorias{
	margin-top: 15px;
}
.select-categorias select{
	padding: 9px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #d3d3d3;
	font-size: 16px;
	color: #444;
	border-radius: 5px;
}

.select-categorias select:focus{
	border: 1px solid #2e2e2e;
}
/* BUSCA */
.total-busca{
	width: 100%;
	margin-bottom: 20px;
}
.total-busca form {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	position: relative;
	
}
.total-busca form label {
	width: 100%;
}
#FrmBusca {
	width: 100% !important;
}

.total-busca h2{
	font-weight: bold;
	color: #636363;
	font-size: 18px;
	margin-bottom: 10px;
}

.p-0{
	font-weight: bold;
    color: #2e2e2e;
    font-size: 16px;
    text-align: left;
    margin-bottom: 2px;
    padding: 0 10px 5px;
	padding-left: 0;
	width: 100%;
}

.total-busca form #FrmBusca{
	width: calc(100% - 48px);
	outline: none;
	float: left;
	padding-left: 20px;
	border: 1px solid #979797;
	border-radius: 8px;
	font-size: 16px;
	color: #000;
    font-weight: 300;
	height: 40px;
}
.total-busca form .botao-primario{
	width: 48px;
	height: 40px;
	float: right;
	right: 0;
	margin-left: 8px;
	padding: 0px;
	border-radius: 8px !important;
	background: url('/imagens/noticias/pesquisa.svg') center center no-repeat #2E2E2E;
}/*! 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: 8020;
}

.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;
	background: url('../../imagens/fancybox_overlay.png');
	z-index: 8020;
}

.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/close-pop-up.png) !important;
	background-size: contain;
	background-repeat: no-repeat;
    top: 17px;
    right: 15px;
    width: 30px;
    height: 30px;
}