/* BLOG */


.conteudo-principal{
	margin-top: 50px;
}

.contorno-cotacao-mobile,
.horarios-mobile{
	display: none;
}

/* BANNER */
.total-blog .banner{
	width: 100%;
	height: 330px;
}

.total-blog .banner .conteudo{
	padding: 100px;
}

.total-blog .banner .conteudo .titulo{
	width: 655px;
}

.total-blog .banner .conteudo .titulo h1{
	font-weight: bold;
	font-size: 46px;
	line-height: 1;
	color: #000;
}

.total-blog .banner .conteudo .link-banner{
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #000;
	text-decoration: underline;
	margin-top: 15px;
}

.total-blog .banner .conteudo .link-banner:hover{
	font-weight: bold;
	text-decoration: underline;
}

.esquerda-blog .texto p{
	color: #636363;
	font-size: 14px;
}


/* COTAÇÃO */

.contorno-cotacao-mobile{
    border-radius: 25px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
	width: 100%;
	margin-bottom: 5px;
}

.contorno-cotacao-mobile ul{
	margin: 0 auto;
	display: table;
}

.contorno-cotacao-mobile ul li {
    padding: 0 15px;
    float: left;
}

.contorno-cotacao-mobile ul li + li{
	border-left: 1px solid rgb(219, 218, 218);
}

.contorno-cotacao-mobile ul .li-one{
    width: 250px;
}

.contorno-cotacao-mobile ul li #img-indices-economicos,
.contorno-cotacao-mobile ul li #text-indioces-economicos{
	float: left;
}

.contorno-cotacao-mobile ul li #img-indices-economicos{
	width: calc(100% - 40px);
}


.contorno-cotacao-mobile ul li #img-indices-economicos{
    width: 50px;
    height: 50px;
}

.contorno-cotacao-mobile ul li #text-indioces-economicos{
	margin-top: 10px;
    color: #2e2e2e;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    width: calc(100% - 50px);
    margin: 0;
}

.contorno-cotacao-mobile ul li p{
    color: #2e2e2e;
    font-size: 16px;
}

.contorno-cotacao-mobile ul li p strong{
    font-size: 18px;
    color: #2e2e2e;
}


/* HOARAIO MOBILE */

.horarios-mobile{
	margin-top: 10px;
	margin-bottom: 20px;
}
.horarios-mobile ul {
	margin-right: -20px;
    margin-left: -20px;
    text-align: center;
}

.horarios-mobile ul li{
	float: left;
    width: 25%;
    margin: 0;
    text-align: center;
}
.horarios-mobile ul li .center{
	margin: 0 auto;
	display: table;
}

.horarios-mobile ul li .icone{
	width: 17px;
	height: 17px;
	margin-top: 4px;
	margin-right: 5px;
}

.horarios-mobile ul li .icone,
.horarios-mobile ul li .texto-horario{
	float: left;
}

.horarios-mobile ul li .texto-horario p{
	font-size: 12px;
	color: #000;
}


/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {

	.conteudo-principal{
		margin-top: 20px;
	}

	.contorno-cotacao-mobile ul li #img-indices-economicos {
		width: 40px;
		height: 40px;
		background-size: cover;
	}
	.contorno-cotacao-mobile ul li #text-indioces-economicos{
		width: calc(100% - 40px);
		font-size: 14px;
		text-align: left;
	}
	.contorno-cotacao-mobile ul .li-one {
		width: 200px;
	}
	.contorno-cotacao-mobile ul li p {
		color: #2e2e2e;
		font-size: 14px;
	}
	.contorno-cotacao-mobile ul li p strong {
		font-size: 16px;
		color: #2e2e2e;
	}
	.horarios ul {
		padding-left: 15px;
	}
	.contorno-cotacao-mobile ul li {
		padding: 0 20px;
		float: left;
	}


	.contorno-cotacao-mobile,
	.horarios-mobile{
		display: block;
	}

	.total-blog .banner{
		height: auto;
	}

	.total-blog .banner .conteudo{
		padding: 50px;
	}

	.total-blog .banner .conteudo .titulo {
		width: 100%;
		text-align: center;
	}

	.total-blog .banner .conteudo .link-banner{
		text-align: center;
	}
}

/* MOBILE */
@media (max-width: 767px) {

	.conteudo-principal{
		margin-top: 20px;
	}

	.contorno-cotacao-mobile ul li #img-indices-economicos {
		display: none;
	}
	.contorno-cotacao-mobile ul li #text-indioces-economicos{
		width: 100%;
		font-size: 18px;
		text-align: center;
		margin-bottom: 13px;
	}
	.contorno-cotacao-mobile ul .li-one + li {
		border: none;
	}
	.contorno-cotacao-mobile ul .li-one {
		width: 100%;
	}
	.contorno-cotacao-mobile ul li p {
		color: #2e2e2e;
		font-size: 14px;
	}
	.contorno-cotacao-mobile ul li p strong {
		font-size: 16px;
		color: #2e2e2e;
	}
	.horarios ul {
		padding-left: 15px;
	}
	.contorno-cotacao-mobile ul li {
		padding: 0px 20px;
		float: left;
		width: 33.333%;
	}

	.horarios-mobile ul li{
		width: 50%;
	}

	.horarios-mobile{
		margin-bottom: 40px;
	}
	.contorno-cotacao-mobile,
	.horarios-mobile{
		display: block;
	}

	.total-blog .banner{
		height: auto;
	}

	.total-blog .banner .conteudo{
		padding: 50px;
	}

	.total-blog .banner .conteudo .titulo {
		width: 100%;
		text-align: center;
	}
	.total-blog .banner .conteudo .titulo h1{
		font-size: 30px;
	}
	.total-blog .banner .conteudo .link-banner{
		text-align: center;
	}

	.total-blog .esquerda-blog .titulo-section .traco{
		margin: 20px auto !important;
	}
	.conteudo-principal {
		margin-top: 20px;
	}

	.total-blog .redes-social div {
		cursor: pointer;
		margin: 0 auto;
		display: table;
	}
	.total-blog .redes-social {
		text-align: center;
	}
	#formulario-auto-2-newsletter .botao-enviar{
		margin: 0 auto;
		display: table;
	}
	.destaques h3 {
		text-align: center;
	}
}


/* ESQUERDA BLOG */
.total-blog .esquerda-blog{
	width: 350px;
	float: left;
}

.total-blog .esquerda-blog .titulo-section{
	text-align: left;
}

.total-blog .esquerda-blog .titulo-section .traco{
	margin: 20px 0;
}

/* BUSCA */
.total-busca{
	width: 100%;
	margin-top: 20px;
}

.total-busca h2{
	font-weight: bold;
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}

.total-busca form #FrmBusca{
	width: calc(100% - 100px);
	height: 38px;
	outline: none;
	float: left;
	padding-left: 40px;
	border:1px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #000;
    font-weight: 300;
	background: url('../../imagens/blog/pesquisa.svg') 7px 50% no-repeat;
}
.total-busca form input[type='text']:hover,
.total-busca form input[type='tel']:hover,
.total-busca form input[type='password']:hover,
.total-busca form select:hover,
.total-busca form #FrmBusca:hover,
.total-busca form input[type='text']:focus,
.total-busca form input[type='tel']:focus,
.total-busca form input[type='password']:focus,
.total-busca form select:focus,
.total-busca form #FrmBusca:focus{
	border:1px solid #d41116;
}
.total-busca form .botao-primario{
	width: 90px;
	height: 38px;
	float: left;
	margin-left: 10px;
	padding: 0px;
}
.total-busca .limpar-busca{
	margin-top: 13px;
    border: 1px solid #d41116;
    padding: 12px;
}
.total-busca .limpar-busca a{
	display: inline;
	color:#000;
	font-weight: bold;
	font-size: 15px;
}

/* CATEGORIAS */
.total-categorias{
	width: 100%;
	margin-top: 50px;
}
.total-categorias h3{
	font-size: 18px;
	color: #40434f;
	text-align: left;
	font-weight: bold;
	margin-bottom: 12px;
}
.total-categorias ul{
	border-top: 1px solid #d41116;
}
.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 #d41116;
	font-size: 14px;
	color: #636363;
	background: url('../../../imagens/blog/categoria.svg') 6px 50% no-repeat;
}
.total-categorias ul li a.selected,
.total-categorias ul li a:hover{
	font-weight: bold;
	color: #d41116;
}

/* SOCIAL MEDIA */


.total-blog .redes-social{
	margin: 20px 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 .instagram{
	float: left;
	width: 36px;
	height: 36px;
	background: url("../../imagens/pagina-inicial/insta.svg") top center no-repeat;
	margin:  0 5px;
	margin-left: 10px;
	margin-top: 10px;
}

.total-blog .redes-social .instagram.active,
.total-blog .redes-social .instagram:hover{
	float: left;
	width: 36px;
	height: 36px;
	background: url("../../imagens/pagina-inicial/instagram-hover.svg") top center no-repeat;
	margin:  0 5px;
	margin-left: 10px;
}

.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;
	margin-top: 10px;
}

.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;
	margin-top: 0;
	margin-bottom: 10px;
}

.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;
    margin-top: 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;
	margin-top: 0;
}

.total-blog .redes-social .youtube{
    float: left;
    width: 36px;
    height: 36px;
    background: url("../../imagens/pagina-inicial/youtube.svg") top center no-repeat;
    margin-top: 10px;
}

.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;
	margin-top: 0;
}

/* NEWSLETTER */
.newsletter{
	margin-top: -5px;
}

.newsletter .contorno{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
}

.newsletter .contorno h3{
	color: #000;
	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%;
	transform: translate(-50%, -50%);
	width: 140px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

.ebook img{
	width: 100%;
	border-radius: 5px;
}

/* DESTAQUE */

.destaques{
	margin: 30px 0;
}


.destaques{
	margin: 30px 0;
}

.destaques h3{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.destaques ul{
	padding: 0 10px;
}

.destaques ul li{
	border: 1px solid transparent;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.destaques ul li:hover{
	border: 1px solid #ccc;
}

.destaques ul li .imagem img {
	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: #000;
	font-weight: bold;
	font-size: 14px;
}


/* 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: 14px;
}
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: 14px;
	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: 14px;
	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;
}

.cotacao .principal li{
	float: left;
}

.cotacao .principal li .icone,
.cotacao .principal li .texto{
	float: left;
	width: 50%;
}


/* COTAÇÃO */

.contorno-cotacao{
	display: table;
    border-radius: 25px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    float: left;
	width: calc(100% - 350px);
	margin-bottom: 5px;
	padding-left: 50px;
}

.contorno-cotacao ul li {
    padding: 0 15px;
    float: left;
}

.contorno-cotacao ul li + li{
	border-left: 1px solid rgb(219, 218, 218);
}

.contorno-cotacao ul .li-one{
    width: 250px;
}

.contorno-cotacao ul li #img-indices-economicos,
.contorno-cotacao ul li #text-indioces-economicos{
	float: left;
}

.contorno-cotacao ul li #img-indices-economicos{
	width: calc(100% - 40px);
}


.contorno-cotacao ul li #img-indices-economicos{
    width: 50px;
    height: 50px;
}

.contorno-cotacao ul li #text-indioces-economicos{
	margin-top: 10px;
    color: #2e2e2e;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    width: calc(100% - 50px);
    margin: 0;
}

.contorno-cotacao ul li p{
    color: #2e2e2e;
    font-size: 16px;
}

.contorno-cotacao ul li p strong{
    font-size: 18px;
    color: #2e2e2e;
}

.horarios{
	float: left;
	width: calc(100% - 350px);
	padding-left: 50px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.horarios ul {
	margin-right: -20px;
    margin-left: -20px;
    text-align: center;
    padding-left: 110px;
}

.horarios ul li{
	float: left;
    width: 25%;
    margin: 0;
    text-align: center;
}

.horarios ul li .icone{
	width: 17px;
	height: 17px;
	margin-top: 4px;
	margin-right: 5px;
}

.horarios ul li .icone,
.horarios ul li .texto-horario{
	float: left;
}

.horarios ul li .texto-horario p{
	font-size: 12px;
	color: #000;
}


/* ESPECIAL */
@media (max-width: 1190px) and (min-width: 992px){
	.contorno-cotacao ul li #img-indices-economicos {
		width: 40px;
		height: 40px;
		background-size: cover;
	}
	.contorno-cotacao ul li #text-indioces-economicos{
		width: calc(100% - 40px);
		font-size: 14px;
		text-align: left;
	}
	.contorno-cotacao ul .li-one {
		width: 160px;
	}
	.contorno-cotacao ul li p {
		color: #2e2e2e;
    	font-size: 14px;
	}
	.contorno-cotacao ul li p strong {
		font-size: 18px;
    	color: #2e2e2e;
	}
	.horarios ul {
		padding-left: 15px;
	}
	.contorno-cotacao ul li {
		padding: 0 5px;
		float: left;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {
	.contorno-cotacao{
		display: none;
	}
	.horarios{
		display: none;
	}
}

/* MOBILE */
@media (max-width: 767px) {
	.contorno-cotacao{
		display: none;
	}
	.horarios{
		display: none;
	}
}

/* CAMPOS BLOG */
.total-campos-blog{
	width: calc(100% - 350px);
	float: left;
	padding-left: 50px;
}
.total-campos-blog ul{
	margin-left: -15px;
	margin-right: -15px;
}
.total-campos-blog ul li{
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.total-campos-blog ul li .contorno-campo{
	padding-bottom: 30px;
    background: #FFFFFF;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 16px -5px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 0 16px -5px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 16px -5px rgba(0,0,0,0.40);	
}

.total-campos-blog ul li:hover .contorno-campo{
	box-shadow: 0 0 16px -5px rgb(0 0 0 / 84%);
    -webkit-box-shadow: 0 0 16px -5px rgb(0 0 0 / 84%);
    -moz-box-shadow: 0 0 16px -5px rgba(0,0,0,0.84);
}

.total-campos-blog ul li .foto-campo{
	width: 100%;
	height: 190px;
}
.total-campos-blog ul li h2{
	font-size: 20px;
    line-height: 22px;
    width: 100%;
    text-align: center;
    color: #40434f;
    font-weight: bold;
    max-height: 44px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
}
.total-campos-blog ul li p{
	text-align: center;
    margin-top: 17px;
    max-height: 70px;
    overflow: hidden;
    color: #40434f;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.total-campos-blog ul li .botao-primario{
	margin: 0 auto;
	margin-top: 20px;
	width: 125px;
	font-weight: bold;
	color: #fff;
}

.contorno-botoes-paginacao a{
    border-radius: 5px;
    margin: 0;
    padding: 0 !important;
    width: 36px !important;
    height: 36px !important;
    line-height: 35px !important;
    border: 1px solid #d41116 !important;
    float: left;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #d41116;
    background: #FFF!important;
}

.contorno-botoes-paginacao a + a{     
    margin-left: 10px !important;
}

.contorno-botoes-paginacao .pagina-selecionada,
.contorno-botoes-paginacao a:hover{
    border: none !important;
    color: #fff;
    background: #d41116 !important;
}

.contorno-botoes-paginacao a.pagina-anterior{
    margin-right: 0 !important;
}

.contorno-botoes-paginacao a.pagina-anterior,
.contorno-botoes-paginacao a.proxima-pagina {
    border: none !important;
    color: #fff;
    background: #d41116 !important;
}

.contorno-botoes-paginacao a.pagina-anterior:hover,
.contorno-botoes-paginacao a.proxima-pagina:hover {
    background: #df3339 !important;
}

/* ESPECIAL */
@media (max-width: 1050px) and (min-width: 992px){
	.total-campos-blog{
		padding-left: 25px;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-campos-blog{
		padding-left: 25px;
	}
	.total-campos-blog ul li{
		width: 100%;
		float: none;
	}
}

/* MOBILE */
@media (max-width: 767px){

	.esquerda-blog .texto p{
		color: #636363;
		font-size: 14px;
		text-align: center;
	}

	.total-blog .esquerda-blog .icones{
		width: 100%;
		height: 60px;
		margin-bottom: 25px;
		background: url(../../imagens/blog/icone-blog.svg) 0 0 no-repeat;
		width: 50px;
		margin-left: auto;
		margin-right: auto;
	}

	.hidden-xs{
		display: none !important;
	}
	.hidden-xs.pagina-selecionada {
		display:block !important;
	}
	.total-blog .esquerda-blog{
		width: 100%;
		float: none;
	}
	.total-campos-blog{
		width: 100%;
		float: none;
		padding-left: 0px;
		margin-top: 50px;
	}
	.total-campos-blog ul li{
		width: 100%;
		float: none;
	}
	.contorno-exibindo{
		text-align: center;
	}
	.contorno-botoes-paginacao{
		margin: 0 auto;
	}
}/*! 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;
}