.total-imovel{
    padding-top: 25px;
}

.total-imovel .breadcrumb ol{
    padding: 0;
}

.total-imovel .breadcrumb ol li{
    float: left;
    padding-right: 5px;
}

.total-imovel .breadcrumb ol li p{
    font-size: 14px;
    color: #2e2e2e;
}

.total-imovel .breadcrumb ol li p strong{
    font-size: 14px;
    color: #2e2e2e;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.total-imovel .breadcrumb ol li + li p::before{
    content: ">";
    padding-right: 5px;
}

.total-imovel .conteudo-imovel .fotos-imovel{
    float: left;
    width: 570px;
}

.total-imovel .conteudo-imovel .informacoes-imovel{
    float: left;
    width: calc(100% - 600px);
    margin-left: 30px;
} 

.total-imovel .conteudo-imovel .fotos-imovel .foto-principal{
}

.total-imovel .conteudo-imovel .fotos-imovel .fotos-thumbs{
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.seta-prev,
.seta-next{
    position: absolute;
    width: 9px;
    height: 15px;
    top: calc(50% + 7.5px);
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    z-index: 910;
    cursor: pointer;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.seta-next{
    background: url("../../../imagens/ver-imovel/seta-slide-direita.svg") top center no-repeat;
    right: -15px;
}

.seta-prev{
    background: url("../../../imagens/ver-imovel/seta-slide-esquerda.svg") top center no-repeat;
    left: -15px;
}

.total-imovel .conteudo-imovel .fotos-imovel .foto-principal .galeria-top,
.total-imovel .conteudo-imovel .fotos-imovel .fotos-thumbs .thumbs{
    overflow: hidden;
}

.total-imovel .conteudo-imovel .fotos-imovel .foto-principal .galeria-top .swiper-slide{
    height: 100%;
}

.total-imovel .conteudo-imovel .fotos-imovel .foto-principal .galeria-top .swiper-slide img{
    width: 100%;
    height: 100%;
}
.total-imovel .conteudo-imovel .fotos-imovel .fotos-thumbs .swiper-slide{
    width: calc(20% - 10px);
}

.total-imovel .conteudo-imovel .fotos-imovel .fotos-thumbs .swiper-slide img{
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.total-imovel .conteudo-imovel .fotos-imovel .fotos-thumbs .swiper-slide-thumb-active{
    border: 2px solid #2e2e2e !important;
}

.total-imovel .conteudo-imovel .informacoes-imovel .trigger-cinza{
    display: inline-block;
    padding: .25em .4em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    font-weight: 500;
    color: #2e2e2e;
    background-color: #d4d4d4;
}

.total-imovel .conteudo-imovel .informacoes-imovel .titulo h1{
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #2e2e2e;
}

.total-imovel .conteudo-imovel .informacoes-imovel .categorias-tipo .item{
    float: left;
    margin-right: 3px;
}

.total-imovel .conteudo-imovel .informacoes-imovel .endereco p{
    font-size: 14px;
    color: #2e2e2e;
}

.total-imovel .conteudo-imovel .informacoes-imovel .descricao{
    margin-top: 20px;
}

.total-imovel .conteudo-imovel .informacoes-imovel .descricao p{
    font-size: 16px;
    color: #2e2e2e;
}

.total-imovel .conteudo-imovel .informacoes-imovel .preco{
    margin-top: 20px;
}

.total-imovel .conteudo-imovel .informacoes-imovel .preco p{
    font-size: 12px;
    color: #2e2e2e;
}

.total-imovel .conteudo-imovel .informacoes-imovel .preco p strong{
    font-weight: bold;
    font-size: 24px;
    color: #2e2e2e;
}

.total-imovel .conteudo-imovel .informacoes-imovel a{
    padding: 10px 15px;
    width: 200px;
    border-radius: 5px;
    margin-top: 15px;
}


.total-imovel  .informacoes{
    margin-top: 50px;
}

.total-imovel .informacoes .localizacao{
    width: 50%;
    float: left;
}

.total-imovel .informacoes .dados{
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 30px;
    float: left;
    width: 50%;
}  


.total-imovel .informacoes .localizacao h1{
    font-weight: bold;
    font-size: 24px;
    color: #2e2e2e;
}

.informacoes .localizacao .endereco-imovel{
    float: none;
    width: auto;
    padding-left: 0;
}

.total-imovel .informacoes .localizacao .endereco-imovel p{
    margin-top: 10px;
    font-size: 16px;
    color: #2e2e2e;
}

.total-imovel .informacoes .localizacao .total-mapa{
    margin-top: 20px;
    width: 80%;
    max-width: 560px;
    height: 340px;
}

.total-imovel .informacoes .dados h1{
    font-weight: bold;
    font-size: 24px;
    color: #2e2e2e;
}  

.total-imovel .informacoes .texto{
    margin-top: 10px;
}

.total-imovel .informacoes .texto p{
    color: #2e2e2e;
    font-size: 16px;
    line-height: 1.6;
}  

.total-imovel .informacoes .incomporacao{
    margin-top: 15px;
}

.total-imovel .informacoes .incomporacao p{
    color: #2e2e2e;
    font-size: 16px;
}

.swiper-button-disabled{
    opacity: 0.5;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px) {
    .total-imovel .conteudo-imovel .fotos-imovel{
        float: none;
        width: 100%
    }

    .total-imovel .conteudo-imovel .informacoes-imovel {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }
    
    .total-imovel .conteudo-imovel .fotos-imovel .foto-principal{
    
    }

    .total-imovel .informacoes .localizacao{
        float:  none;
        width: 100%;
    }

    .total-imovel .informacoes .dados {
        border-left: none;
        padding-left: 0;
        float: none;
        width: 100%;
        margin-top: 25px;
    }

    .total-imovel .informacoes .localizacao .endereco p{
        text-align: left;
    }
    
}


/* MOBILE */
@media (max-width: 767px) {
    .total-imovel .conteudo-imovel .fotos-imovel{
        float: none;
        width: 100%;
    } 

    .total-imovel .conteudo-imovel .informacoes-imovel {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }

    .total-imovel .informacoes .localizacao {
        width: 100%;
        float: none;
    }

    .total-imovel .informacoes .localizacao .total-mapa{
        margin: 0 auto;
        margin-top: 20px;
    }

    .total-imovel .informacoes .dados {
        border-left: none;
        padding-left: 0px;
        float: none;
        width: 100%;
        margin-top: 25px;
    }

}

/* DESTAQUE */

.novos-destaques{
    margin-top: 85px;
}

.novos-destaques .titulo{
    text-align: center;
    margin-top: 15px;
}

.novos-destaques .titulo p{
    color: #898989;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
}

.novos-destaques .titulo h1{
    font-weight: bold;
    font-size: 28px;
    color: #2e2e2e;
}

.traco{
    width: 100px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    margin-top: 20px;
}

.novos-destaques .destaques{
    margin-top: 50px;
}

.novos-destaques .destaques ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.novos-destaques .destaques ul li{
    width: calc(33.333% - 10px);
}

.novos-destaques .destaques ul li + li{
    margin-left: 15px;
}

.novos-destaques .destaques ul li.contorno{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.novos-destaques .destaques ul li.contorno:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

.novos-destaques .destaques ul li .contorno .foto img{
    width: 100%;
    height: 100%;
    border-radius: 3px;
}
.novos-destaques .destaques ul li .contorno .conteudo-destaque{
    padding: 15px;
    padding-bottom: 20px;
}

.novos-destaques .destaques ul li .contorno .trigger-cinza{
    display: inline-block;
    padding: .25em .4em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    font-weight: 500;
    color: #2e2e2e;
    background-color: #d4d4d4;
}

.novos-destaques .destaques ul li .contorno .titulo h2{
    margin-top: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #2e2e2e;
}

.novos-destaques .destaques ul li .contorno .endereco p{
    color: #2e2e2e;
    font-size: 14px;
}

.novos-destaques .destaques ul li .contorno .preco p{
    margin-top: 10px;
    color: #2e2e2e;
    font-size: 12px;
}

.novos-destaques .destaques ul li .contorno .preco p strong{
    font-weight: bold;
    color: #2e2e2e;
    font-size: 22px;
}

.novos-destaques .destaques ul li .contorno a{
    margin-top: 15px;
    background: #2e2e2e;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    width: 125px;
    border-radius: 5px;
    font-weight: bold;
}

.novos-destaques .destaques .botao-primario{
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 50px;
    background: #2e2e2e;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 200px;   
}

/* MOBILE */
@media (max-width: 767px) {

    .novos-destaques{
        margin-top: 50px;
    }

    .novos-destaques .destaques ul li{
        width: 100%;

        margin-bottom: 25px;
        margin-left: 0px !important;
    } 

}





/* FORMULARIO POPUP */

/* FORMULARIO */
.box-interesse{
    padding: 25px;
    text-align: center;
    margin-top: 5px;
    line-height: 1.4;
}

.box-interesse h2{
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #2e2e2e;
}

.box-interesse p{
    font-size: 14px;
    color: #2e2e2e;
}

#formulario-auto-2-imovel{
	width: 100%;
}
#formulario-auto-2-imovel .msg-formulario{
	margin-top: 25px;
}
#formulario-auto-2-imovel p{
	width: 100%;
    font-size: 16px;
	color: #2e2e2e;
    text-align: left;
}
#formulario-auto-2-imovel .obrigatorio{
	color: #ed3237;
	font-size: 14px;
}
input,
select,
textarea{
  outline:none;
}
#formulario-auto-2-imovel input[type='text'],
#formulario-auto-2-imovel input[type='tel'],
#formulario-auto-2-imovel input[type='password'],
#formulario-auto-2-imovel select,
#formulario-auto-2-imovel .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;
}
#formulario-auto-2-imovel input[type='text']:hover,
#formulario-auto-2-imovel input[type='tel']:hover,
#formulario-auto-2-imovel input[type='password']:hover,
#formulario-auto-2-imovel select:hover,
#formulario-auto-2-imovel .input:hover,
#formulario-auto-2-imovel input[type='text']:focus,
#formulario-auto-2-imovel input[type='tel']:focus,
#formulario-auto-2-imovel input[type='password']:focus,
#formulario-auto-2-imovel select:focus,
#formulario-auto-2-imovel .input:focus{
	border:1px solid #2e2e2e;
}
#formulario-auto-2-imovel select{
	padding-left: 15px;
	cursor: pointer;
}
#formulario-auto-2-imovel 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-imovel textarea:hover,
#formulario-auto-2-imovel textarea:focus { 
	border:1px solid #ed3237;
}
#formulario-auto-2-imovel .botao-enviar{
	
    font-weight: bold;
    font-size: 20px;
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 16px !important;
    color: #fff;
}

.destaques .embed-video{
    width: 100%;
    height: 375px;
}

.destaques .embed-video iframe{
    width: 60%;
    height: 100%;
    margin:  0 auto;
    display: block;
}

/* MOBILE */
@media (max-width: 767px) {
    .destaques .embed-video iframe {
        width: 100%;
    } 
}/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {

}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}/*! 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;
}