
@font-face {
	font-family: 'mri';
	src: url('fonts/MyriadPro-Cond.eot');
	src: url('fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),
		url('fonts/MyriadPro-Cond.woff') format('woff'),
		url('fonts/MyriadPro-Cond.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'hamheaven';
	src: url('fonts/HAMBH___.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Haettenschweiler';
	src: url('fonts/Haettenschweiler.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'segoelight';
	src: url('fonts/segoeuil.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mrpr';
	src: url('fonts/MyriadPro-Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latosemi';
	src: url('fonts/Lato-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('fonts/Lato-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'seglig';
	src: url('fonts/seglig.eot');
	src: url('fonts/seglig.eot?#iefix') format('embedded-opentype'),
		url('fonts/seglig.woff') format('woff'),
		url('fonts/seglig.ttf') format('truetype'),
		url('fonts/seglig.otf') format('opentype'),
		url('fonts/seglig.svg#Seglig-Regular') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-A78C;
}

@font-face {
	font-family: 'Impact';
	src: url('fonts/Impact.eot');
	src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Impact.woff') format('woff'),
		 url('fonts/Impact.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'amarilloregular';
    src: url('fonts/amarillo-webfont.woff2') format('woff2'),
         url('fonts/amarillo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeSemi';
    src: url('fonts/seguisb.ttf') format('truetype');;
    font-weight: normal;
    font-style: normal;
}
.input-busca {
	color:#e1173d;
    height: 30px;
    width: 13.5vw;
    padding: 4px 5px 2px 5px;
    outline: none;
    border: 1px solid #b4b4b4;
    font-size: 18px;
    font-weight: lighter;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.select-busca {
    background: #FFFFFF;
    height: 38px;
    width: 13.5vw;
    padding: 4px 5px 2px 5px;
    outline: none;
    font-size: 18px;
    color: #e1173d;
    font-weight: lighter;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;

}
.btn_busca {
    height: 38px;
    width: 13vw;
    padding: 4px 5px 2px 5px;
    outline: none;
    border: 0.1px solid #FFF;
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    background-color: #e1173d;
}
	.fx-laranja-2 {
		position: relative;
    	height: 59px;
		background: #45444a;
		top: 110px;
		z-index:9999;
	}	
nav {
  background: #45444a;
  border-right: none;
  width: 100%;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style: none;
  text-align: center;
    padding: 10px 0 0 0;

}

nav ul li:first-child {
  border-left: none;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 10px 0;
}

nav {
  display: table;
  table-layout: fixed;
}

nav ul {
  display: flex;
  flex-direction: row;
}

nav ul li {
    flex-grow: 1;
	margin:0px;
}

.x {
  display: none;
}

.p {
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
}

.d {
  color: #ccc;
}


.msgRetReserva.dib, .msgRetNews.dib {
	display:inline-block!important;
}

.msgRetReserva, .msgRetNews {
	margin-top:30px;
	display:none!important;
	text-decoration:underline;
}

.msgRetNews {
	margin:15px 0;
}

#logo img {
	margin-bottom: 10px;
    margin-top: 10px;

}

a {
	color:#fff;
	text-decoration: none;
}

h1, h2, h3 {
	margin:0;
	line-height: 1em;
	font-size: 31px;
	font-weight:normal;
}

h2.imp {
    color: #666666;
    font-size: 40px!important;
    margin-top: 20px;
    font-family: 'Haettenschweiler' !important;
    margin-top: 0px;
    padding-top: 40px;
    color: #e1173d;
    margin-bottom: 0px;
} 
select.s-imovel {
    box-sizing: border-box;
    width: 33%;
    font-family: 'segoelight';
    /* font-weight: bold; */
    padding: 15px;
    /* font-size: 17px; */
    margin-bottom: 35px;
    border: 0.1px solid;
    border-color: #D8D8D8;
    font-style: italic;
    height: auto;
    -webkit-appearance: menulist;
    background: #fff;	
}
p#imp2{
	padding-bottom: 15px; 
	font-family:'mri';
	font-size:23px;
	color:#e1173d;
	margin-top: 15px;
	margin-bottom: 0;
	padding-bottom:40px;
}
.fixedVolta {
	position:fixed;
	z-index:9999;
}
.containerVolta {
	width:100%;display:inline-block;left:0;bottom:0;
	padding-top: 5px;
}
.bg.volta {
	height:0px;
}
.fixedVolta #voltaTopo{
	margin-bottom:20px;
}
.fixedVolta #btnVoltar {
	display:none;
}
#voltaTopo, #btnVoltar {
	float:right;
	cursor:pointer;
	margin-top:10px;
	margin-right:10px;
}
#btnVoltar {
	margin-right:15px;
}

.dv-enviar{
	display: inline-block;
    width: 100%;
}
h3.imp{
	text-align:center !important;
	margin-top: 0px;   
	padding-top: 5px; 
	padding-bottom: 5px; 
	color:#FFF !important; 
	font-size:35px;float:left;
}
h4.imp{
	text-align:center;
    padding-left: 0px !important;
}
.menuParallax h2 {
	font-size: 60px;
	margin-top:50px;
	color:#FFF;
}
.menuParallax2 h2 {
	font-size: 60px;
	margin-top:50px;
	color:#FFF;
}
.container.internas {
	padding-top: 80px;
	display: inline-block;
	height: auto;
}

input#procura {
    height: 30px;
    width: 187px;
    padding: 4px 5px 2px 5px;
    outline: none;
    border: 1px solid #b4b4b4;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'latosemi' !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.titulo-rodape h3 {
    font-family: Haettenschweiler;
    color: #FFFFFF;
    font-size: 51px;
}
body {
	padding:0;
	margin:0;
	background:#FFF;
	font-family: 'segoelight';
	color:#666666;;
	font-size:20px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #e1173d;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #e1173d;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #e1173d;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #e1173d;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #e1173d;
}

.logo{
    float: left;
    position: relative;
}

.w100 {
	width:100%;
}

.w49 {
	width:24%!important;
}

.w45 {
	width:45%!important;
}

.w48 {
	width:48%!important;
}

.w50 {
	width:100%!important;
}

/*.w60 {
	width:60%!important;
}*/
.float_left{
    float:left;
}

.input100{
    width: 100% !important;
}

.w40 {
	width:40%!important;
}
.html5-watermark{
	display:none !important;	
}

.diaHoraHolder {
	display:flex;
	justify-content:space-between;
}
 #formNewsletter input[type='submit'] {
    border: none;
    background:#FFFFFF;
    color: #e1173d;
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
    /* top: -51px; */
    /* left: 180px; */
}

.wrapper {
	width:1170px;
	margin: 0 auto;
	text-align:center;
}

.tar {
	margin-top:10px;
	float: right;
}
.post {
    display:none;
    margin-bottom: 5px;
}

p#loadMore {
    padding: 10px;
 
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;


}
.img_mao img {
    float: left;
}
.img_mao  {
	width:50%;
    float: right;
	padding-top: 10px;
    padding-left: 10px;
}

.mais-fotos {
    height: 50px;
    width: 100%;
    background: #45444a;
    display: flex;
}
#mais-p{
	margin-bottom: -14px !important;
    padding-bottom: 0px !important;
    font-size: 80px;
}


.mais-fotos p{
    text-align: center!important;
    font-family: mri;
    font-size: 25px;
    font-weight: bold;
    color: #fff !important;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    margin-top: 0px;
    width: 100%;
	
}

.tac {
	text-align:center;
}

.container {
	width:100%;
	/*text-align:right;*/
}

.italico {
	font-style:italic;
}

#banners {
	width: 100%;
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
	margin-bottom: 0px;
    margin-bottom: 35px;	
}

#bannerWrapper img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    bottom: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 1;
    display: none;
	width:100%;
}
#bannersPrincipal {
	width: 100%;
    height: 855px;
    /* display: flex; */
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
     background-image: url("../img/banners/final.png");

 	
}

#bannersPrincipal img {
    position: absolute;
    top: -9999px;
    left: -9999px;
    bottom: -9999px;
    right: -9999px;
    margin: auto;
    z-index: 1;
	width:100%;
}

.overlay {
	background:rgba(0
	,0,0,0.4);
	height:100%;
	display:inline-block;
	width:100%;
}
.fx-finac {
    height: 42px;
    background: #e1173d;
    text-align: center;
    font-family: Haettenschweiler;
    font-size: 25px;
    padding-top: 10px;
}
.fx-finac a{
    color: #45444a !important;
}
.fx-finac a:hover{
    text-decoration:underline;
}
div#img-banco {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.menu .overlay {
	background:rgba(40,40,40,0.4);
	position:absolute;
}
.img-vendas{
    width: 25%;
    float: left;
	margin-top:-5px;
}	
.img-vendas img{
	    margin-top: 30px;
		width: 95%;	
}
.conteudo-vendas{
	width: 73%;
    float: right;	
}
.galeria-vendas{
	width: 100%;
    display: inline-block;	
}
.container.internas .galeria-vendas  h2{
    color: #000;
	margin-bottom:15px;
    display: inline-block;
    margin-bottom: 30px;
	padding-left: 5px;
    padding-right: 5px;
}


.bgMenu {
	background-position:bottom right;
	background-repeat:no-repeat;
}



.header {
	height:230px;
	position:absolute;
	z-index: 3;
}

.header.home {
	height:950px;
	top: 0px;
}
.sobre-img{
	position: relative;
    bottom: -247px;
    z-index: 2;	
}
#header .container {
   position: absolute;
    z-index: 4;
    background-color: #FFFFFF;
	height: 110px;	

}
div#fx-laranja-mobile {
	display:none;
}
div#fx-laranja {
    position: relative;
    height: 9px;
    background: #45444a;
    top: 67px;
}
div#fx-laranja-interna {
    position: relative;
    height: 9px;
    background: #45444a;
    top: 65px;
}
div#fx-laranja2 {
    position: relative;
    height: 10px;
    background: #45444a;
	display:none;
}
#header.home {
	/*height:907px;*/
	background:none;
}


#header .holder {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0px;

    float: right;
}

#header .holder .right {
	   /* display: flex; 
 	flex-direction: column; */
    justify-content: top;
    align-items: flex-end;
    width:100%;
}
.faixa-menu{
	width: 100%;
    height: 10px;
    background-color: #CCCCCC ;
    position: relative;
    top: 50px;}

#menu {
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'latosemi';
    font-size: 20px;
    /* margin-top: 75px; */
    margin-left: 0px;
    display: flex;
    width: 100%;
    font-weight: bold;
    padding-top: 11px;
}
.dv-venda{
	width:100%;
	display: inline-block;
	margin-bottom: 30px;
}
.img-venda{
	width: 35%;
    float: left;

}
.txt-venda{
    width: 65%;
    float: right;	
}
.conteudo-vendas ul{
	    padding-left: 60px;	
		text-align:justify;
}
.conteudo-vendas p {
	margin-bottom: 10px !important;	
}
.titulo-info2{
	text-align:justify;	
}
 #menuRodape {
	list-style:none;
	flex-direction:row;
	justify-content:space-around;
	font-size:18px;
	margin-top:20px;
}
.quadro-rodape4{
	width: 35%;	
	float:left;
}
#menu a{
	color:#45444a;
	text-decoration:none!important;
	margin-left:0px;
	font-family: Haettenschweiler;
	font-weight: 100;
	font-size: 26px;
}
.input-busca-rodape {
	background-image:url(../img/input.png);
	background-repeat:no-repeat;
	border:0px;
	border-collapse:collapse;
	height:34px;
	line-height:26px;
	margin-top:10px;
	padding-left:10px;
	font-family:'segoe_uilight';
	font-size:16px;
	color:#4b4b4b;
	text-align:left;
	margin-right:20px;
}
.btn-cadastro-rodape-2 {
	background-image:url(../img/btn_cadastrar.png);
	border:none;
	width:130px;
	height:36px;
	margin-top:-5px;
	margin-left:10px;
}

#menuRodape a {
	text-decoration:none!important;
}

#menuRodape {
	margin-top:0px;
}

#menuRodape li:first-child a {
	margin-left:0;
}
.sub-menu {
	margin: 0;
    padding: 0;
    margin-left: 33px;
    list-style: none;	
}
#menu .sub-menu1  a{
   margin-left: 0px;
}
 


 Mostra o submenu no evento de mouse hover */
#menu   li:hover > .sub-menu1 {
  display: block;
}
/* Configura o estilo do submenu */
#menu  li .sub-menu1 {
  position: relative;
  top: 5px;
  left: 50px;
  background: #156DC3;
  z-index: 1000;
  display: none;
  list-style:none;
  padding-left: 20px;
  text-align:justify;
  border-radius: 8px;
}
#menu img{
	margin-bottom: 7px;	
}

.img-dm{
	margin-top:110px;	
}

.img-dm p{
    float: left;
    text-align: end;
    padding-right: 10px;
    margin-bottom: 0px;
    margin-top: 27px;	
}




/*#menuRodape {
	justify-content: flex-start;
}8*/

#header .right .tar a, .container.rodape .tar a {
	margin-left:5px;
}

ul {
	margin:0;
	padding:0;
}
#bannerWrapper {
    position: relative;
    height:100%;
    width: 100%;
    overflow: hidden;
	margin: 0 auto;
	width:1170px;
	/*top: 80px;*/
}
.conteudo {
    margin: 0 auto;
    vertical-align: top;
	display: contents;
	
}
#navBanners {
	width: 8.2%;
    height: 10px;
    position: absolute;
    z-index: 4;
    margin-left: 48.4%;
   margin-top: -0.89%;;
}

#navBanners div {
	background: #27408B;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 7px;
    cursor: pointer;
    border-radius: 15px;
}

#navBanners div.active {
	background:#FF7F00;
}

#navBanners div:last-child {
	margin-right:0px;
}


.conteudoInicio {
	height:937px;
	display:flex;
	position:relative;
	z-index:3;
	padding-top:695px;
}

.metade {
	width:50%;
}

.big {
	font-size:60px;
	font-family:'Impact';
}

h3.big {
	font-size:40.5px;
}

.conteudoHome a {
	margin-top:20px;
	display:inline-block;
}

.conteudoHome p {
	margin-top:1.35em;
	margin-bottom:1.35em;
}


div#caracteristicas p {
    margin-left: 31px;
    margin-top: -2px;
    width: 96%;
}
.conteudo-vendas img {
    width: 25px;
	float: left;
}

hr {
    width: 100%;
}

.horarios .wrapper {
	height:396px;
}

.horarios .wrapper > div {
	height: 396px;
    display: flex;
}

.horarios .wrapper > div img {
	align-self: center;
}
.horarios .wrapper > div > div {
	display: flex;
	width:50%;
	position:relative;
}

.container.horarios .texto p {
	font-size:30px;
	margin:15px 0;
}

.container.horarios .texto {
	display: flex;
    flex-direction: column;
	justify-content: center;
	padding-left:70px;
}

.menuParallax {
    background-attachment: fixed;
	background-size:cover !important;
	overflow:hidden;
	height: 470px;
    background-position-y: -50px;
	background-color:#e1173d;	
}

.container.servicos {
	background: #FFFFFF;
    background-attachment: fixed;
	overflow:hidden;
	margin-top: -30px;
	display:inline;
}
.txt-imovel {
    margin-top: -50px;
}
.container.servicos2 {
    background-attachment: fixed;
	margin-top: 45px;
	margin-bottom: 15px;
	position:absolute;
}
.container.servicos3 {
	background: #FFFFFF;
    background-attachment: fixed;
    position: relative;
    top: 0px;
	display: inline-block;
}
	.container.internas .circleBg h3 {
		margin-top: 17px;
		font-size: 20px;
		margin-bottom: 10px;
		 background: none; 
	}
	

	.container.internas .imoveisHome h3 {
		margin-top: 17px;
		font-size: 20px;
		margin-bottom: 10px;
		 background: none; 
	}
	
.ret{
	width:20%;	
	display: inline-block;
	border-right: 3px solid #FF7F00;
	margin-top: 35px;
	text-align: left;
	margin-left: 50px;
}
.ret h2.imp{
	font-family: 'latosemi' !important; 
	margin-top: 0px !important ; 
	padding-bottom: 15px !important;
	color:#27408B !important;	
}
.img_ret  {
    float: left;
    width: 59px;
}
.txt_ret  {
	float:left;
    width: 130px;
}
.container.pacotes {
	background: #FFFFFF;
    background-attachment: fixed;
	overflow:hidden;
}

.divisor {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
}
.tar img{
    /*width: 25px;*/
	padding-left: 5px;

}
.tar2{
	float: left;
    margin-left: 205px;

}
.tar2 img{
    margin-top:20px;
	padding-right:10px;
}
.tar2 p{
    margin-top:25px;
	float:right;
	color:#27408B;
}
.tar3{
	float: left;
    margin-top: 6px;
	
}
.tar3 img{
    margin-top: 10px;
    padding-right: 5px;
    width: 25px;
}
.tar3 p{
    margin-top:10px;
	float:right;
	color:#27408B;
}

.titu {
}

.divisor hr {
	margin:0;
	height: 1px;
	width: 40%;
	border-bottom: none;
	border-top: 1px solid #fff;
	border-left: none;
	border-right: none;
	display:inline-block;
}
.faixa-info{
	background-color: #F2F2F2;
    margin-top: 101px;	
}
.container.servicos h2 {
    color: #e1173d;
    margin-top: 75px;
    position: relative;
    z-index: 2;
    font-size: 35px !important;
    font-family: Haettenschweiler;
}
.container.servicos2 h2 {
	color:#A4A4A4 ;
    font-size: 20px;
    font-family: 'seglig' !important;
    margin-top: 25px;

}
div#s-mais {
    width: 200px;
    padding: 10px 0px 10px 0px;
    outline: none;
    border: 0.1px solid #FFF;
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    background-color: #e1173d;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
	margin-top:30px;
	margin-bottom:30px;
}
div#m-imovel p {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    margin-top: -37px;
    color: #e1173d;
    font-family: fantasy;
}
div#m-imovel {
    margin-bottom: 30px;
}
.container.servicos3 h2 {
	color:#e1173d ;
    margin-top: 45px;
	position: relative;
    z-index: 2;
	font-size:35px !important;
    font-family: Haettenschweiler;
}
.container.servicos h3 {
    color: #000 !important;
    font-size: 25px;
    font-family: 'mri' !important;
    margin-top: 25px;
    text-align: center;
}
.container.servicos2 h3 {
    font-size: 30px;
	text-align:center !important;
	margin-top: 0px;   
	padding-top: 10px; 
	padding-bottom: 10px; 
	color:#FFF !important; 

}
.container.servicos3 h3 {
	color:#666666 !important;
    margin-top: 25px;
	position: relative;
    z-index: 2;

}
.at-cv-lightbox{
	
	display:none;	
}
.tar p {
    color: #FFF;
    float: left;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
	font-family: 'SegoeSemi';
}
.titulo-info h2 {
    color: #880000 !important;
    font-size: 34px;
    font-family: 'impact' !important;
    margin-top: 25px;
    text-align: justify;
	padding-bottom: 0px;

}
.video_principal{
	margin-top: 30px;
    margin-bottom: 30px;
    width: 94.8%;
    padding-left: 35px;
    padding-right: 35px;
}
.container.servicos p {
	margin-top: 10px;
    margin-bottom: -7px;
	padding-bottom: 10px;
	    text-align: center;
    margin-left: 10px;
	

}
.container.servicos2 p {
 	color:#FFF;
	margin-top: 10px;
    margin-bottom: -7px;
	padding-bottom: 30px;
	text-align:center;
	font-family: 'mri' ;
}
.container.servicos3 p {
    color: #666666;
    margin-top: 30px;
    margin-bottom: -7px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'mrpr';
}

.container.pacotes h2 {
 	color:#6e91c1;
	font-size:60px;
	margin-top: 50px;
}
.container.pacotes h3 {
 	color:#6e91c1;
}
.container.pacotes h4 {
 	color:#6e91c1;
	text-align: center;
	font-size: 40px;
}
.container.internas h1{
 	color:#000 ;
	font-size:60px;
	color: #e1173d;
    margin-top: 50px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
    font-family: Haettenschweiler;
}


.container.internas h2 {
    color: #32CD32 ;
    font-size: 36px;
    font-family: 'mri' !important;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
}
.container.internas h3 {
    color: #4F4F4F !important;
    font-size: 22px;
    font-family: 'segoelight' !important;
    text-align: center;
	display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 5px;
	font-weight:bold;
   
}
.btn-pct{
	width: 150px;
    height: 60px;
    background: #27408B;
	border-radius: 10px;	
	font-family: impact;
	margin-left: 10px;
}
.internas .btn-pct p{
	padding-top: 15px;
	color: #FFF;	
	text-align: center;
}
.internas .btn-pct a {
    text-align: center;
    text-decoration: none;
}
.container.internas h4 {
 	color:#e1173d;
	/*text-align: center;*/
	font-size: 27px;
    margin-top: -58px;
    margin-bottom: 25px;
    padding-left: 135px;
}
.menuWrapper {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	margin:100px 0 70px 0;
	
}
.menuWrapper2 {
	display:inline-block;
	flex-direction:row;
	justify-content: space-between;
	margin:50px 0 70px 0;
	/*margin-top: -115px;*/
	margin-bottom: 0px;
	text-align:center;
	
	
}
.imoveisHome {
    display: inline-block;
    justify-content: flex-start;
    align-items: center;
    width: 20vw;
    background: #FFFFFF;
    float: left;
    margin-right: 1.6vw;
    margin-left: 1.6vw;
    margin-bottom: 45px;
}
.circleBg {
     display: inline-block;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: center;
    width: 277px;
    background: #F2F2F2; 
    float: left;
    margin-right: 7px;
    margin-left: 8px;
	/*height: 475px;*/
    margin-bottom: 70px;
}

.imoveisHome p {
	text-align:center;
	color:#4F4F4F;
	font-size: 25px;
	font-family: 'mri';
	
}
.circleBg p {
	text-align:center;
	color:#4F4F4F;
	font-size: 25px;
	font-family: 'mri';
	
}
.titulo-info2 h2{
	padding-bottom: 30px;
	font-size: 35px;
}

.internas .imoveisHome p {
	margin-top: 10px;
    margin-bottom: -7px;
    padding-bottom: 10px;
	color: #4F4F4F;
	text-align:center;
}

.internas .circleBg p {
	margin-top: 10px;
    margin-bottom: -7px;
    padding-bottom: 10px;
	color: #4F4F4F;
	text-align:center;
}

.headerFoto{
	width:100%;
	height:5px;
	background-color:#666;
}
.detalhesImovel{
	width:25%;
	float:left;	
}

.detalhesImovel p{
	font-size:14px;
	padding:0;
	margin:0;	
}

.iconeDetalhe{
	width:32px!important;
	height:32px!important;
}
.imoveisHome img {
    z-index: 1;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
	align-self: center;
	object-fit: cover;
    object-position: center;
	width: 100%;
   	height: 202px;
}

.circleBg img {
    z-index: 1;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
	align-self: center;
	object-fit: cover;
    object-position: center;
	width: 100%;
   	height: 202px;
}
.img_lupa img {
    padding-top: 26px;
    float: right;
    padding-right: 10px;
}

.interna .circleBg2 {
    display: table-caption;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: center;
    width: 363px;
    background-color: #F2F2F2;
    height: 400px;
    float: left;
    margin-right: 14px;
    margin-left: 13px;
    margin-bottom: 50px;
}
.circleBg2 {
    display: table-caption;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: center;
    width: 363px;
    height: 390px;
    float: left;
    margin-right: 14px;
    margin-left: 13px;
    margin-bottom: 50px;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #e1173d;
}
.styled-select{
	list-style:none; overflow: hidden; background: url(../images/icon_busca.png) no-repeat right #FFF;display: inline-flex;
	   
	}
 select {
        background: transparent;
    height: 38px;
   width: 13.66vw;
    padding: 4px 5px 2px 5px;
    outline: none;
    font-size: 18px;
    color: #e1173d;
    font-weight: lighter;
    font-family: 'latosemi' !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.busca a{
    width: 14%;
    float: right;
	font-family:'Impact' !important
}
.busca h4 {
    width: 105%;
   /* float: right;*/
	font-weight: 100;
}

 #adjust_form form {
    max-width: 1180px;
    float: left;
    width: 100%;
    padding: 35px 0 15px 0;
    background: url(../images/bg_busca.png) repeat;
}
#adjust_form form ul {
    margin: 0 0 0 10px;
    float: left;
}
input[type='submit'] {
    height: 38px;
    width: 155px;
    padding: 4px 5px 2px 5px;
    outline: none;
    border: 0.1px solid #FFF;
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    background-color: #e1173d;
}
input[type='submit']:hover{
	background-color:#e1173d;
	cursor:pointer;
	
	border: 1px solid #FFF;
  }
 li {
    margin: 0 25px 0px 0;
    float: left;
    list-style: none;
	text-transform:uppercase;
    /* margin-left: 25px; */
}
li.styled-select {
    margin: 0 5.6% 25px 0;
    float: left;
    list-style: none;
    /* margin-left: 25px; */
}
li#form2 {
    margin: 0 3.6% 25px 0;
}


.internas .circleBg2 p {
	text-align:center;
    color: #6e91c1;
    font-size: 25px;
	margin-top:25px;
}
.circleBg2 p {
	text-align:center;
    color: #6e91c1;
    font-size: 25px;
}

.circleBg2 img {
    z-index: 1;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
	align-self: center;

}
.internas .circleBg2 img {
    z-index: 1;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
	align-self: center;

}

.menuWrapper .circleBg h2 {
    font-size: 27px;
    margin-top: 10px;
	margin-bottom: 10px;
    color: #8A8A8A;
    width: 100%;
   /* margin-left: 42.5px;*/
	font-family: 'mri'!important
}
.menuWrapper .circleBg2 h2 {
	font-size:35px;
	margin-top:10px;
	color:#8A8A8A;
}

#decorWrapper {
	overflow: hidden;
    height: 52px;
}

.container.advisor {
	text-align:center;
	/*background: url('../img/bgadvisor.png');*/
	padding-top:50px;
	/*overflow: hidden;bug-fix parallax edge*/
}
.container.viagens {
	text-align:center;
	/*background: url('../img/bgadvisor.png');*/
	padding-top:25px;
	overflow: hidden;/*bug-fix parallax edge*/
	position: absolute;
}
.depoimentosWrapper {
	display:flex;
	flex-direction:column;
	outline:none!important;
}
.viagensWrapper {
	display:flex;
	flex-direction:column;
	outline:none!important;
}
.advisor h2 {
	font-size:70px;
	font-family:'impact' !important;
	margin-top: 30px;
}
.advisor p {
	font-family:'mri';
	font-size:30px;	
}
.advisor h3{
	margin-top: 10px;
	margin-bottom: 50px;
}
.viagens h2 {
	font-size:84px;
	padding-top: 40px;
	font-family:'Impact' !important;
	margin-top: 0px;
	text-shadow: 0.1em 0.1em 0.2em black;
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0.8) 100%, rgba(0,0,0,7));

}

.advisor a {
	font-size:20px;
	margin-top:60px;
	display:inline-block;
}
.viagens a {
	font-size:20px;
	margin-top:40px;
	display:inline-block;   
	text-decoration: none;
}

.depoimento {
	margin:30px 0;
}
.viagem {
	margin:0px;
}
.airlines {
	margin:30px 0;
}

.container.reservas {
	background: url('../img/parallax/2.jpg');	
	background-attachment:fixed;
	overflow:hidden;
	text-align:center;
}

.container.reservas .wrapper {
	margin-top:50px;
}

.container.reservas .overlay {
	padding-bottom:30px;
}

#roundDecor {
    background: url('../img/bgadvisor.png');
    height: 140px;
    width: 27%;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    top: -88px;
}

.reservas h2 {
	font-size:45px;
	margin-top:0;
	
}
.retangulo{
    width: 80%;
    height: 4px;
    background-color: #e1173d;
    display: inline-block;	
}

#formReservas, #formNewsletter {
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#map-canvas {
	height: 100%;
}
#iw_container .iw_title {
	font-size: 16px;
	font-weight: bold;
}
.iw_content {
	padding: 15px 15px 15px 0;
}

#formReservas input, #leiaMais, #formNewsletter input, #formReservas textarea {
	box-sizing:border-box;
	width:100%;
	font-family:'segoelight';
	font-weight:bold;
	padding:15px;
	font-size: 17px;
	margin-bottom:10px;
	border: 0.1px solid;
    border-color: #D8D8D8;
}
#img-contato{
	position: absolute;
    z-index: 1;
    /* padding-left: 40%; */
    margin-top: -55px;
   	margin-left: -37px;	
}
.imp3 {
	font-family: 'Impact' !important;
	margin-top: 0px;;
	font-size:60px;
	
}
#formReservas input[type='submit'], #leiaMais {
	border: none;
    background: #45444a ;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    /*position: relative;
    top: -51px;
    left: 180px;*/
    height: 50px;
	float:right;
}

.test{
	    
}

#formNewsletter input {
	width:37%;
	margin-bottom:0;
	margin-top:5px;
	padding:7px;
}

#formNewsletter input:first-of-type {
	width:38%;
}

#formNewsletter input:last-of-type {
	width:20%;
}

#formNewsletter {
	font-size:20px;
}

#leiaMais {
	width:30%;
	text-align:center;
	text-decoration:none;
}
.addthis_inline_share_toolbox{
    float: right;
    margin-top: 36px !important;
    clear: both;
	}

#formReservas input[type='submit'].working, #formNewsletter input[type='submit'].working {
	background:#888888;
}

#ouLigue {
	display:flex;
	flex-direction:column;
	margin-top: 20px;
}

#ouLigue span:first-child {
	font-size:55px;
	font-family:'Impact';
	font-weight:normal;
	line-height:52px;
}

#ouLigue span:nth-child(2) {
	font-size:22px;
}

#ouLigue span:last-child {
	font-size:70px;
	display:inline-block;
	margin-top:10px;
}

.container.rodape {
	background:#45444a ;
	padding:0px 0 0 0;
	padding-bottom: 0px;
    padding-top: 0px;
	font-family: latosemi;
	margin-top: 10px;

}
.fone {
    line-height: 15pt;
    margin-left: 5px;
    font-size: 36px;
    font-family: 'Haettenschweiler' !important;
	color:#45444a;
}
.rodape-2 {
    background: #156DC3;
    padding: 0px 0 0 0;
	margin-top: 65px;
}

.container.galeria{
	margin-bottom: 50px;	
}

.container.rodape .wrapper {
	display:flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: initial;
    padding-top: 50px;

}

#localizacao, #telefon {
	margin-top:70px;
	text-transform:uppercase;
	font-size:24px;
	display:flex;
	align-items: center;	
}

#telefon {
	font-size:48px
}

#localizacao img, #telefon img {
	object-fit:contain;
	height:48px;
	width:auto;
	margin-right:25px;
}

#copy {
	text-transform:uppercase;
}
a#anuc {
    color: #e1173d;
	
}
a#anuc:hover{
   text-decoration:underline;
}
#estruturaContainer {
	 display:flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-bottom: 50px;
}
#viagensContainer {
	 display:flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-top: 70px;
}
#airlinesContainer {
	 display:flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-top: 45px;
}

#depoimentos {
	overflow:hidden;
	width:90%;
}
#viagens {
	overflow:hidden;
	width:90%;   
	border: 1px solid;
	border-radius: 10px;
}
#airlines {
	overflow:hidden;
	width:90%;
	margin-bottom: 0px;
}
#airlines img{
	width:150px;

}
.txt-imovel p{
	
	font-family:'Haettenschweiler';
	color:#27408B;
	text-align:center;
	margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    font-size: 30px;

		
		
}
.faixa-imovel{
	width: 100%;
    height: 10px;
    background-color: #880000;
    margin-bottom: 50px;
	
}

#prevSlick, #nextSlick {
	cursor:pointer;
}
#prevSeta, #nextSeta {
	cursor:pointer;
	padding-right: 10px;
}
#prevSet, #nextSet {
	cursor:pointer;
}
#prevSeta img{
    height: 65px;
}
#nextSeta img {
	height: 65px;
}


#nextSlick {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#nextSet {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#nextSeta {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circleBg a {
	text-decoration:none;
	text-align:center;
}
.circleBg2 a {
	text-decoration:none;
	text-align:center;
}
.internas .circleBg2 a {
	text-decoration:none;
	text-align:center;
}
p.tituloMenu, span.tituloMenu {
	margin-bottom:0;
	padding:0;
	font-family:'Impact';
}

.menu h2 {
	margin-top:150px;
}

.menu h3 {
	margin-top:50px;
	display:inline-block;
}

.descMenu {
	display:inline-block;
	width:100%;
}

.galeria h1 {
	padding-bottom:50px;
	color:#6e91c1;
	font-size:60px;
	font-family: 'Impact'!important;
	padding-top: 50px;
}

.container.galeria .wrapper {
	flex-direction:row;
	flex-wrap:wrap;
	text-align: center;

}


.container.galeria .wrapper a, .container.galeria .wrapper img {
	margin:0;
	padding:0;
	vertical-align:top;
	width: 222px;
    padding-right: 4px;
	padding-bottom: 10px;
}

.arabescoh, #menuMob, #menuMobToggle, .footRedesMob {
	display:none;
}

.principais .itemMenu, 
.entradas .itemMenu,
.frutos .itemMenu,
.sobremesas .itemMenu,
.frisantes .itemMenu,
#bebidasHolder .itemMenu,
.licor .itemMenu,
.vinhobranco .itemMenu,
.vinhosrosados .itemMenu,
.espumantes .itemMenu,
.tinto .itemMenu
{
	max-width: 25em;
	padding: 0;
	overflow-x: hidden;
	margin:1em 0;
}
.principais .itemMenu .tituloMenu:before,
.entradas .itemMenu .tituloMenu:before,
.frutos .itemMenu .tituloMenu:before,
.sobremesas .itemMenu .tituloMenu:before,
.frisantes .itemMenu .tituloMenu:before,
#bebidasHolder .itemMenu .descMenu:before,
.licor .itemMenu .descMenu:before,
.vinhobranco .itemMenu .descMenu:before,
.vinhosrosados .itemMenu .descMenu:before,
.tinto .itemMenu .descMenu:before,
.espumantes .itemMenu .descMenu:before
{
	float: left;
	width: 0;
	white-space: nowrap;
	content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 }
.principais .itemMenu span:first-child,
.entradas .itemMenu span:first-child,
.frutos .itemMenu span:first-child,
.sobremesas .itemMenu span:first-child,
.frisantes .itemMenu span:first-child,
#bebidasHolder .itemMenu span:first-child,
.licor .itemMenu span:first-child,
.vinhobranco .itemMenu .descMenu,
.vinhosrosados .itemMenu .descMenu,
.tinto .itemMenu .descMenu,
.espumantes .itemMenu .descMenu
{
	padding-right: 0.33em;
	background: #282828
}
.principais .itemMenu span + span,
.entradas .itemMenu span + span,
.frutos .itemMenu span + span,
.sobremesas .itemMenu span + span,
.frisantes .itemMenu span + span,
#bebidasHolder .itemMenu span + span,
.licor .itemMenu span + span,
.vinhobranco .itemMenu div > span:not(.descMenu),
.vinhosrosados .itemMenu div > span:not(.descMenu),
.tinto .itemMenu div > span:not(.descMenu),
.espumantes .itemMenu div > span:not(.descMenu)
{
	float: right;
	padding-left: 0.33em;
	background: #282828
}
#bebidasHolder .itemMenu {
	background: #282828
}
#bebidasHolder .descMenu {
	width:auto;
}
#bebidasHolder .itemMenu {
	max-width:12em;
}

.vinhobranco .itemMenu, .licor .itemMenu, .vinhosrosados .itemMenu, .espumantes .itemMenu, .frisantes .itemMenu, .tinto .itemMenu {
	max-width:30em;
}

#bebidasHolder .itemMenu span,
.licor .itemMenu span,
.vinhobranco .itemMenu span,
.vinhosrosados .itemMenu span,
.tinto .itemMenu span,
.espumantes .itemMenu span
{
	display:inline;
}
.titulo-mapa{
	width:100%;
	font-size:40px;	
}
.titulo-mapa p{
	 margin-bottom: 20px;
	 margin-top: 0px;
}
.img-mapa{
	float:left;
	
}
.servicos ul{
	 color:	#6e91c1;
	 /*width: 50%;*/
	 padding-bottom: 20px;
	 padding-left: 10px;
}
.img-mapa img{
	width:80%;	
}
.txt-local p{
	margin-top:5px;	
	margin-bottom:0px;
	font-size:25px;
}
.endereco p{
	float:left;
    font-size: 20px;
	padding-left:0px;
	margin-bottom: 30px;
	margin-top: -10px;
		
}
.quadro-mapa{
	width:33,33% !important;
}
.quadro-mapa p{
	padding-left: 40px;
}
p#seu-imovel {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0 auto;
    padding: 0;
}
.mapas p{
	margin-top: 82px;
}
.endereco{
	float: left;
	margin-top:0px !important;
}
.mapas{
	font-size:25px;
}
.quadro-rodape{
	width:31%;
	color:#fff;
	font-size:15px;
}
.quadro-rodape2{
    width: 65%;
    color: #fff;
    font-size: 20px;
    height: 30%;
}
.quadro-rodape1{
	width:56%;
	color:#fff;
	font-size:20px;
	float:right;
}
.titulo-rodape{
	float:left;
	width:100%;
	color:#FFF;
    font-size: 43px;
    font-weight: bold;

}
.titulo-rodape p{
	margin-top: 0px;
    margin-bottom: 20px;	
}
.img-tel{
	width:10%;
	float:left;	
}
.img-tel img{
}
.img-celular{
	width:7%;
	/*float:left;*/	
}
.img-celular img{
    padding-top: 10px;
}
.img-email{
	width:10%;
	float:left;	
}
.txt-tel{
	width:85%;

}
.txt-tel p{
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-left: 48px;
    color: #FFFFFF;
    font-family: segoelight;
}
.txt-tel2{
	width:85%;

}
.txt-tel2 p{
	font-size: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 25px;
    padding-left: 48px;
}
.txt-tel3{
	width:85%;

}
.txt-tel3 p {
    margin-top: 29px;
}
.txt-tel3 a{
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 15px;
    /* padding-top: 15px; */
    padding-left: 20px;
    color: #FFFFFF;
    font-family: segoelight;
}
.acompanhe {
    display: inline-flex;
}
.txt-cel p{
	font-size:25px;	
	margin-bottom: 0px;
}
.txt-cel{
	width:65%;	
}
.txt-cel p {
	margin-top: 0px;

}
.txt-cel2{
	padding-left: 48px;
    padding-top: 0px;
    margin-top: -93px;
	width:65%;	
	color:#FFFFFF;
}

.txt-cel2 h3{
		margin-top: 50px;
		font-size: 23px;
}
.txt-cel2 p{
	margin-top: 0px;
	text-align: justify;
    font-family: segoelight;	

}
.Newsletter{
	float:left;
	width:100%;
	height:auto;
	margin-top:-40px;	
}
.quadro-rodape, .quadro-rodape2 h3{
	text-align:justify;	
}
.Form-News{
	float:left;
	width:auto;
	height:55px;
	margin-top:-20px;
}
.cel{
	margin-top:50px;	
}
.email{
	margin-top:55px;
	color:#FFFFFF;
}
.txt-email p{
	margin-top: 30px;
	padding-top: 5px;
    padding-left: 48px;	
}
form#formNewsletter p {
    color: #FFFFFF;
    font-family: segoelight;	
}
.menu-rodape p {
    color: #FFFFFF;
    font-family: segoelight;	
}
.acompanhe p {
    color: #FFFFFF;
    font-family: segoelight;	
    font-size: 18px;
    margin-right: 10px;	
}
.txt-email p {
    color: #FFFFFF;
}
.fone{
	margin-top: 70px;	
}
.leia-mais{
	width: 25.64%;
    height: 50px;
    background-color: #EB262A;
    margin-left: 37.18%;
    margin-top: -25px;
    position: relative;	
}

.leia-mais h5{
	font-family:'Impact';
	font-size:30px;
	font-weight:100;
	margin-top: -35px;	
}

.leia-mais2 p{
    font-size: 25px;
    padding-top: 10px;
    padding-botom: 9px;
    color: #FFFFFF;
    text-align: justify;
    text-align: center;
    /* text-decoration: underline; */
}
.leia-mais3 {
width: 250px;
    height: 50px;
    background: #27408B;
    position: relative;
    margin: auto;
    top: 20px;
    z-index: 10;
}
.servicos2 .leia-mais3 p{
    font-family: 'impact';
    font-size: 29px;
    padding-top: 7px;
    padding-botom: 9px;
    color: #FFF;
    text-align: justify;
    text-align: center;
 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /* text-decoration: underline; */
}
.servicos2 .leia-mais3 a{

     text-decoration: none; 
}
.internas  .leia-mais2 p{
	font-size:20px;
	padding-top: 10px;
	padding-botom: 9px;	
	color: #FFF;	
    font-family: impact;
	text-align: center;	
}
.viagens h3{
	font-size:60px;	
	padding-bottom: 10px;
	margin-bottom: 40px;
}.viagens h4{
	font-size:40px;
	margin-top: 0px;
    margin-bottom: 30px;	
	font-weight: 100;
}
.viagens p{
	font-size: 25px;
	margin-left: 125.5px;
	width: 800px;
}
.mais{
	width: 20%;
    background-color: #FE2E2E;
    /* border-radius: 10px; */
    margin-left: 40%;
    margin-right: 40%;
    margin-bottom: 70px;
    height: 45px;
	position: relative;
    z-index: 0;
	text-align: center;
}
.mais3{
	width: 20%;
    background-color: #FE2E2E;
    /* border-radius: 10px; */
    margin-left: 40%;
    margin-right: 40%;
    margin-bottom: 70px;
    height: 45px;
	position: relative;
    z-index: 0;
	text-align: center;
}
.mais img{
    position: absolute;
    z-index: -1;
    padding-left: 40%;
    margin-top: 5px;	
	margin-left: -115px;
}
.mais3 img{
    position: absolute;
    z-index: -1;
    padding-left: 40%;
    margin-top: 5px;	
	margin-left: -115px;
}


.mais p{
	text-align:center;
	margin-top: 0px;
    margin-bottom: 0px;
	font-size: 20px;
    height: 7.44%;
    padding-top: 13px;
	color: #FFF !important;
	font-family: 'mri' !important;
}

.mais3 p{
	text-align:center;
	margin-top: 0px;
    margin-bottom: 0px;
	font-size: 20px;
    height: 7.44%;
    padding-top: 13px;
	color: #FFF !important;
	font-family: 'mri' !important;
}
.mais2{
    width: 15%;
    background-color: #FE2E2E;
    margin-left: 42.5%;
    margin-right: 42.5%;
    margin-bottom: 70px;
    height: 45px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    margin-top: 80px;
    bottom: 40px;
}
.mais2 p{
	text-align:center;
	margin-top: 0px;
    margin-bottom: 0px;
	font-size: 20px;
    height: 7.44%;
    padding-top: 13px;
	color: #FFF !important;
	font-family: 'mri' !important;
}
.img-garantia{
	 padding-bottom: 200px;
	/*position: absolute;
    right: 209px;
    bottom: 295px;*/
}
.internas .img-fundo{
	margin-top: -65px;	
}
.img-fundo{
	margin-top: -66px;	
}
.img-fundo p {
	position: absolute;
    margin-top: -50px;
    z-index: 2;
	color: #FFF;
	padding-left: 0px;
    padding-right: 0px;
	width: 320px;
}
.internas .img-fundo p {
	position: absolute;
    margin-top: -50px;
    z-index: 2;
	color: #FFF;
	padding-left: 0px;
    padding-right: 0px;
	width: 363px;
}
.img-fb, .img-insta, .img-pint{
	margin-right:15px;
}

.img-pct{
    max-width: 19.84%;
    min-width: 19.84%;
    display: inline-block;
    /* margin-right: 0.29%; */
    /* margin-left: 0.523%; */
    /* margin-bottom: 0.5%; */
    box-sizing: border-box;
    float: left;
    margin: 1px;
    margin-bottom: -4px;	
    

}
.img-info img{
   width:100%;
}
.img-info{
	max-width: 100%;
    /*display: inline-block;*/
    margin-right: 10px;

}
.divGaleriaPhoto{
	min-height: 190px;	
	max-height: 190x;
    min-width: 253px;
    max-width: 253px;
    padding: 1px;
    float: left;
    box-sizing: border-box;	
	background-repeat: no-repeat;
    background-size: cover;		
    border: 1px solid #FFFFFF;	
}
.img-pct img{
	width: 100%;
    object-fit: cover;
    object-position: center;
    height: 180px;
    box-sizing: border-box;

}
.caracteristicas{
	max-width:100%;
	display: flex;
    flex-direction: row;
}
.caracteristicaWrapper{
	float:left;	
	
}
.txt-carac{
	width: 90px;	
}
.txt-carac p{
	font-size:20px;	
	width:45px;
	margin-top: 0px;
}
.img-carac{
	width:80px;	
}
.img-carac img{
	width:60px;	
}
.internas p{
	text-align: justify;
	color:#4F4F4F ;	
	margin-bottom: 0px;
    padding-top: 0px;
}
#capctha{
	margin-top: -75px !important;
}
.internas .tpacote h3{
	margin-top: 15px;
	text-align:justify;	
	font-size: 25px;
}
.internas .txt-pagamento p {
    text-align: justify;
    color: #6e91c1;
}
.desc-pct h5{
	color: #6e91c1;	
	font-size:25px;
	font-weight:100;
	margin-top:10px;
	margin-bottom:10px;
	text-align: justify;
}
.container.internas .desc-pct h4{
    color: #6e91c1;
    text-align: justify;
    font-size: 27px;
    margin-top: -6px; 
    margin-bottom: 25px;
    font-weight:100;
    padding-left: 0px;
	
}
.txt-pagamento{
	font-size:25px;	
}
.container.internas .desc-pct h3 {
    color: #6e91c1;
    text-align: justify;
    margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
}
.desc-pct {
	margin-top:20px;
	margin-bottom:10px;
}
section#not_found{
	height: 500px;
}
section#not_found h1{
	font-size: 100px;
    color: #6e91c1;
	margin-top: 100px;
}
section#not_found h2{
	font-size: 35px;
	margin-top: 150px;
}

.container.internas .img-servico{
	width: 60%;
    float: right;
    position: relative;
   	top: 120px;
			
}
.container.internas .img-servico img {
	width: 95%;

}
.internas .texto-pacote h3{
	text-align:justify;
}
	
#menu li .sub-menu1 li{
	margin-top: 5px;
}
.localizacao{
	height: 450px;	
}

.bem-vindo{
	width: 100%;
    /*background-color: #FFF;*/
    margin-top: -300px;
    margin-bottom: 40px;
    position: relative;
    top: -210px;
    margin-top: 0px;
    bottom: -408px;
}
.wrapper.bemvindo{
    background:#880000;
    height: auto;
    position: relative;
    z-index: 3;
    display: block;
	width:100%;
}
.wrapper.teste{
    /*background:#880000;*/
	background-image:url(../img/retangulo6.png);
    height: auto;
    position: relative;
    z-index: 0;
    display: block;
	width:100%;
}
.wrapper.teste h2{
    color: #fff !important;
    font-size: 50px !important;
    padding-top: 100px;
    padding-bottom: 0px;
    font-family: 'impact' !important;
	text-align: center;	
}
.wrapper.bemvindo h2{
    color: #fff !important;
    font-size: 50px !important;
    padding-top: 70px;
    padding-bottom: 0px;
    font-family: 'impact' !important;	
}
.wrapper.teste p {
    color: #fff !important;
    text-align: center;
    font-family: mri;
    font-size: 30px;
}
.wrapper.bemvindo p {
    color: #fff !important;
    text-align: center;
    font-family: mri;
    font-size: 30px;
}

.conteudoInicio{
		display:none;
}	
.container.servicos-2 {
    background-color: #45444a;
    background-attachment: fixed;
    margin-top: 0px;
    margin-bottom: 50px;	
}

/*---- Corretor---*/
.conteudo-corretores {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.corretor {
    width: 250px;
    margin-top: 15px;	
    margin-bottom: 15px;
}
.img-corretor img {
    border-radius: 50%;
	overflow: hidden;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}
.txt-corretor span {
    font-size: 23px;
}
span.creci {
    font-size: 15px !important;
}
.ver {
    background: #e1173d;
    height: 35px;
    width: 120px;
    margin: 0 auto;
    padding-top: 10px;
	color:#45444a;
    font-weight: lighter;
    font-family: "Haettenschweiler" !important;	
    margin-top: 15px;	
}
.ver a {
	color:#45444a;
}
.precoMobile{
    display: inline-block;
    width: 100%;	
}
.detalhesVisualizacao{
	display:block;	
}
.detalhesVisualizacaoMobile{
	display:none;	
}
.pontilhado{
	width:100%;
	height:10px;
	border-top:1px dotted #666666;
	float:left;
}
.social-midia-phone-menu{
	float:right;
	width:26%;	
}
	li {
		margin: 0 32px 20px 0;
	}
@media screen and (max-width:1500px) {
	#bannersPrincipal {
		background-image:url(../img/banners/final.jpg);
		background-size: cover;
		background-position:center;
		height: 535px;
	}

}

@media screen and (max-width:1360px) {
	.social-midia-phone-menu{
		float:right;
		width:33%;	
	}

}





	div#fx-laranja {
		position: relative;
    	height: 9px;
		background: #45444a;
		top: 110px;
		z-index:9999;
	}	
	.header.home {
    	height: 728px;
    	top: 0px;
	}
	li {
		margin: 0 32px 0px 0;
	}
	.container.servicos2 {
		background-attachment: fixed;
		margin-top: 0px;
	}
	li.styled-select {
		margin: 0 2.4% 25px 0;
	}

	#bannersPrincipal {
    height: 580px;
	}	
	#baner {
		margin-top: 55px;
	}
	#header.home {
   		
    	background: none;
		height:110px;
	}
	input[type='submit'] {
	    width: 155px;

	}
	.wrapper {
		width:98%;
		padding:0 2%;
		box-sizing:border-box;
	}
	.circleBg p {
		font-size: 17px;
	}
	#banners > img {
    	width: 100%;
    	bottom: -9897px;
	}
		#prevSet img {
		width:50%
	}
	.leia-mais2 p {
		padding-top: 15px;
	}
	#nextSet img {
		width:50%
	}
	#prevSeta img {
		width:50%
	}
	#nextSeta img {
		width:50%
	}
	#prevSlick img {
		width:50%
	}
	#nextSlick img {
		width:50%
	}
	
	h3.big {
		font-size:31.5px;
	}
	
	#menu, #menuRodape {
		font-size:18px;
	}
	
	li#form2 {
		margin: 0 2.7% 25px 0;
	}
	#pratoHorarios {
		left:-74%
	}
	.menuWrapper2 {
		margin-bottom: 0px;
		margin-top:0px;
}
.leia-mais2 {
    width: 100%;
    height: 50px;
    background:#45444a;
}
	







@media screen and (max-width:1024px) {
.social-midia-phone-menu {
    float: right;
    width: 45%;
}
.txt-tel {
    width: 60%;
    float: right;
    text-align: left;
}	
.txt-tel3 {
    width: 60%;
    float: right;
    text-align: left;
}
.txt-tel3 p {
    margin-top: 16px;
}
.txt-tel3 a {
    padding: 0;
}
.txt-email {
	width: 60%;
    float: right;
    text-align: left;
}
p#seu-imovel {
	float: right;
	text-align: left;
}	
#menu a {
    font-size: 22px;
}
input#procura {
    height: 30px;
    width: 120px;
}
.img-vendas {
    width: 40%;
    float: left;
}
form p {
    font-size: 15px;
}
p#loadmore {
    margin-top: 0px !important;
	font-size: 25px;
}
input#consulta {
    width: 42%;
}
input#captcha {
    margin-top: 0px !important;
}
input {
    font-size: 18px !important;
}

	
.licor .itemMenu,.itemMenu {
	margin:0;
}
.container.servicos .txt-imovel p {
    padding-left: 10px;
    font-size: 20px;
}
.img-dm{
	margin-top: 0px;
   	width: 97%;	
}
.dv-venda {
	padding-top: 30px;
}
.conteudo-vendas {
    width: 59%;
}
.internas p {
    margin-top: 20px !important;
}
.txt-venda {
    width: 70%;
}
#bannersPrincipal {
    height: 410px;
}
body {
    font-size: 16px;
}

.img-dms img{

    float: left;	
}
#captcha{
    width: 15%;
    float: left;
    margin-top: -20px !important;
    height: 50px;
}	
#text-form{
	   /* margin-top:-10px  !important;	*/
		    width: 25% !important;
}
.container.internas h3 {
    margin-top: 10px;
  	font-size: 20px;
    margin-bottom: 10px;
	/*width: 100%;*/
 }
.txt-pagamento {
    font-size: 25px;
    text-align: justify;
}
#formReservas input[type='submit'], #leiaMais, #formNewsletter input[type='submit'] {
	top: -41px;
    left: 170px;
}
#formReservas input[type='submit'], #leiaMais, #formNewsletter input[type='submit'] {
    top: 0px; 
    left: 0px; 
}
.quadro-rodape, .quadro-rodape2 h3 {
    text-align: center;
}
	
.licor .descMenu, .descMenu, .descMenu, .descMenu {
	width:auto;
}
.itemMenu div,  .itemMenu div,.itemMenu div, 
.itemMenu div{
	width:100%;
	display:inline-block;
}

	
	.footRedesMob {
		display:block;
	}
	
	.paisLbl {
		width:100%;
		display:inline-block;
	}
	
	.divisor {
		margin-top: 20px;
	}
	
	.pais {
		margin:0!important;
	}
	
	#formNewsletter {
		display:flex;
		flex-direction:column;
		align-items: center;
	}
	
	#formNewsletter input {
		width:50%!important;
	}
	
	.bgMenu {
		background-image:none!important;
	}
	
	.header {
		height:310px;
	}
	.container.internas {
    padding-top:125px;
    padding-bottom: 30px;
}

	.horarios .wrapper > div > div {
		width:100%;
		flex-direction:column;
		justify-content: space-around;
		text-align: center;		
	}

	.container.horarios .texto {
		padding:0;
	}
	
	
	.txt-local{
		width: 60%;
   		float: right;
    	text-align: left;
	}
	.img-mapa {
    	float: left;
    	width: 40%;
	}
	.img-mapa img {
    	width: 8%;
	    float: right;
		padding-right: 10px;	
	}
	.endereco {
    	margin-top: 0px !important;
		text-align: justify;
	}
	.mapas {
	    float: right;
   		width: 100%;
	}
	.quadro-mapa p {
    	padding-left: 0px;
		margin-top: 0px; 
	}
	
	.quadro-rodape4 {
		width: 100%;
		float: left;
	}
	.quadro-rodape1 {
		width: 100%;
		float: right;
	}	
	.quadro-rodape5{
		float:none !important;	
		margin-bottom: 16px;
	}
	.menuWrapper {
		justify-content:space-around;
	}
	.img-dm p {
		float: right;
		text-align: end;
		padding-right: 10px;
		margin-bottom: 0px;
		margin-top: 27px;
	}
	.img-dms{
		width: 50% !important;
    	float: right;
	}
	.txt-dm{
		width: 50% !important;
   		float: left;	
	}
	
	.conteudoHome {
		text-align:center;
	}
	
	.menuWrapper {
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.txt-cel2 {
    	float: right;
		width: 60%;
	}
	
	.arabescoh {
		display:flex;
	}
	
	.advisor h2 {
		font-size: 50px;
		margin-bottom:0px;
	}

	.viagens h3 {
    	font-size: 50px;

	}

	.viagens h2 {
		margin-bottom:50px;
	}
	#roundDecor {
		width:50%;
	}
	
	.container.rodape .wrapper {
		flex-direction:column;
		align-items:center;
		padding-top: 20px !important;
	}
	
	.container.rodape .wrapper > * {
		width:100%!important;
		text-align:center!important;
		padding:0!important;
		
	}
	
	.container.rodape .wrapper > *:last-child {
		margin-bottom:0;
	}
	
	.circleBg {
		margin-bottom: 50px;
	}
	.container.servicos p {
		margin-top: 10px;
		margin-bottom: -7px;
		padding-bottom: -7px;
		text-align: center;
		margin-left: 10px;
		font-size: 15px;
	}
	.circleBg2 {
		margin-bottom: 50px;
	}
	.internas .circleBg2 {
		margin-bottom: 50px;
	}
	.container.internas .wrapper, .container.galeria .wrapper {
		text-align:center;
		justify-content: center;
		padding-top: 20px;
	}
	
	#header .container, #header .container .wrapper {
		height:74px;
	}
	
	#header .holder {
		align-items: center;
		padding-top:0;
		flex-direction:column;
	}
	.img-tel , .img-celular , .img-email {
   		width: 40%;
    	/*float: left;*/
		padding-top: 5px;
	}
	.txt-email p {
    	padding-top: 10px;
	}
	.mais img {
		position: absolute;
		z-index: -1;
		padding-left:48%;
		margin-top: 5px;
	}
	.mais3 img {
		position: absolute;
		z-index: -1;
		padding-left:48%;
		margin-top: 5px;
	}
	.img-tel img, .img-celular img, .img-email img{
	    float: right;
		padding-right: 10px;		
	}
	.txt-tel ,.txt-tel 2, .txt-cel, .txt-email{
    	width: 60%;
		float: right;
    	text-align: left;
	}
	.acompanhe{
	    text-align: center;	
	}
	.viagens p {
    	font-size: 25px;
	    width: 100%;
		margin-left: 0px;
	}
	

	.viagens h2{
		font-size:56px;	
	}
	.titulo-info h2 {
		margin-top: 30px;
	}	
	.container.internas h1 {
		padding-bottom: 0px;
		margin-top:0px;
	}
	.menuWrapper2 {
    	display: flex;
    	flex-direction: row;
    	/* justify-content: space-between; */
    	margin: 0px 0 0px 0;
    	justify-content: space-around;
    	flex-wrap: wrap;
	}
	#header .container {
   	 	top: 0px; 
		
	}

	.menuParallax2 {
    	height: auto;
	}
	.bem-vindo {
		display:none;
	}
	.img-garantia {

		right: 110px;
		bottom: 355px;
	}
	.txt-cel2 h3 {
	    text-align: justify;
	}
	.txt-tel p {

		padding-left: 0px;
	}
	.txt-tel2 p {

		padding-left: 0px;
	}
	.txt-email p {
		padding-top: 10px;
		margin-top: 0px;
		padding-left: 0px;
	}
	.titulo-rodape {
		text-align:center;
	}
	.mais p {
		font-size: 16px;
	}
	
	.w50 {
    	width: 100% !important;
	}
	.mais3 p {
		font-size: 16px;
	}
	#header .holder {
    display: flex;
    /*flex-direction: row;*/
    justify-content: space-between;
    padding-top: 0px;
    /* width: 30%; */
    float: right;
}
}
@media screen and (max-width:991px) {
	#banners > img {
		width: 100%;
		bottom: -9819px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#menuMob li {
		float: none;
	padding-top:10px;
	padding-bottom:10px;		
	}
	input#captcha {
		width: 33.4% !important;
	}
	.internas p {
		margin-top: 10px !important;
	}
	#bannersPrincipal {
		height: 464px;
	}
	.container.servicos2 {
		margin-bottom: 60px;
	}
	h3.imp {
		font-size: 25px !important;
	}

	#navBanners {
		margin-top: 69.5%;
	}
	.circleBg p {

		font-size: 22px;

	}

	.container.servicos {
		background: #FFFFFF;
		background-attachment: fixed;
		overflow: hidden;
		margin-top: 75px;
	}
		
	#navBanners {
		margin-top: -3.1%;
    	display: inline-block;
	}
	.container.servicos h2 {
		margin-bottom: 10px;
		margin-top: 10px;

	}
	.container.servicos p {
	    padding-left: 10px;
		font-size: 14px;
	}
	.circleBg {
	    height:365px;
		margin-bottom: 80px;
	}
.logo {
    width: 40%;
}

li {
    margin: 0 25px 20px 0;
	
}
li#form2 {
    margin: 0 1% 25px 0;
}

.logo {
 	width: 31%;
    height: 100%;
}
.tar2 {
    float: left;
    margin-left:5%;
}
.tar2 img {
    margin-top: 20px;
    padding-right: 0px;
    width: 15%;
}
#banners {
     height: 343px; 
}

}

@media screen and (max-width:900px) {
	#banners > img {
		width: 100%;
		bottom: -9801px;
	}
	.conteudo-vendas {
    width: 49%;
}
	#header .holder {
		height: 20%

	}
	input#captcha {
		width: 30.4% !important;
	}
	.logo {
		width: 25%;

	}
	.circleBg .leia-mais2 #txt-id  {
		padding-top: 12px;
	}
	#logo img {
		margin-bottom: 10px;
		margin-top: 10px;
		max-height: 80px;
		}
	}
	.container.internas .img-servico img{
   		display: none;
	}
	.img-garantia{
   		right: 45px;
		bottom: 390px;
		padding-bottom: 160px;

	}	
	.wrapper.teste h2 {
		padding-top:55px;
	}
	.ret {
		margin-top: 10px;
	}

}

@media screen and (max-width:889px) {
	
	.diaHoraHolder, input[type='submit'] {
		float:right
		
	}
	
	.img_lupa {
    width: 5% !important;
}
	#banners {
	    height: 289px;
	}
	body {
		font-size: 20px;
		line-height:150%;
	}
	#navBanners {
		margin-top: -3.8%;
		display: inline-block;
	}
	#formReservas input[type='submit'], #leiaMais, #formNewsletter input[type='submit'] {
    	left: 0px !important;
    	right: 0px;
		top: 0px;
	}
	.mais img {
		position: absolute;
		z-index: -1;
		padding-left: 60%;
		margin-top: 5px;
	}
		.mais3 img {
		position: absolute;
		z-index: -1;
		padding-left: 60%;
		margin-top: 5px;
	}
	#captcha {
	    margin-top: -17px !important;

	}
	.diaHoraHolder input {
		width:49%!important;
	}
	
	#bebidasHolder {
		justify-content: center;
		flex-wrap: wrap;
	}
	

	.menuParallax {
		background-size: cover;
		background-position: bottom;
}
	.menuParallax2 .overlay {
		background: rgba(0,0,0,0.4);
	}
	.txt-cel2 {
		float:right;
		
		
	}
	#banners > img {
   		 width: 100%;
	}
	.bem-vindo {
	    margin-top: 200px;
	}
	
	.img-ferramenta img{
		padding-bottom: 30px;	
	}

	#bannersPrincipal {
		height: 410px;
	}
	.internas .circleBg p {
		font-size: 14px;
		margin-top: 0px;
	}
	.container.internas h3 {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.logo {
    width: 20%;
}
input#captcha {
		width: 28.4% !important;
	}

	#header .container {
		height: auto;
	    margin-top: 0px;
}
}
@media screen and (max-width:800px) {
	.social-midia-phone-menu {
		float: right;
		width: 44%;
	}	
	li {
		margin: 0 29px 20px 0;
	}	
	#menu {
		font-size: 17px;
		padding-top: 0px;
	}	
	.tar3 img {
		margin-top: 13px;
		padding-right: 0px;
		width: 15%;
	}	
	.fone {
    	font-size: 36px;
	}
	.tar3 p{
		margin-top:0px;
		float:right;
		color:#27408B;
		font-size:36px;
		padding:0;
		margin-bottom:16px;
	}	

	div#fx-laranja {
		position: relative;
		height: 9px;
		background: #45444a;
		top: 100px;
	}	
	
	.menuParallax {
		background-attachment: fixed;
		background-size:cover !important;
		overflow:hidden;
		height: 240px;
		background-position-y: -50px;
		background-color:#e1173d;	
		margin-top:0px;
	}
	.detalhesImovel img{
		float:inherit;
	}
	.img-pct{
		max-width: 45vw;
		display: inline-block;
		margin:0.5vw;
		padding:0vw;
		/*margin-right: 10px;*/

	}	
	.img-pct img{
		width: 100%;
		object-fit: cover;
		object-position: center;
		height: 129px;
	}	
	.imoveisHome {
		 display: inline-block;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		background: #FFFFFF; 
		float: left;
		margin-right: 7px;
		margin-left: 8px;
		margin-bottom: 45px;
	}	
	.detalhesImovel p{
		text-align:center;
		padding:0;
		margin:0;
		line-height:100%;
	}
	.codigo-conteudo p{
		text-align:center;
	}
	.titulo-rodape {
		display:none;
	}
	.fone{
		margin-top: 0px;	
	}
	
	.containerVolta {
		display:none;
	}	
	.precoMobile{
    	display: inline-block;
    	width: 100%;	
		margin-top:10px;
	}
	.detalhesVisualizacao{
		display:none;	
	}
	.detalhesVisualizacaoMobile{
		display:block;	
	}	
	#navBanners {
		margin-top: -4%;
		display: inline-block;
	}
	li.styled-select {
		margin: 0px 29px 25px 0;
		float: left;
		list-style: none;
		/* margin-left: 25px; */
	}
	input#captcha {
		width: 25.4% !important;
	}
	.servicos2 {
		display:none;
	}
}

@media screen and (max-width:768px) {
#header.home {
    background: none;
	height:100px;
}
.fx-laranja-2{
	display:none;	
}
.container.internas {
    padding-top: 80px;
    padding-bottom: 30px;
}	
.menuParallax {
    background-attachment: fixed;
    background-size: cover !important;
    overflow: hidden;
    height: 240px;
    background-position-y: -50px;
    background-color: #e1173d;
    margin-top: -25px;
}
	
	
	#banners > img {
    	width: 100%;
   		bottom: -9805px;
	}
	.corretor {
		width: 50%;
	}
	#banners {
    	height: 235px;
	}
	.circleBg {
    margin-bottom: 60px;
	margin-right: 0px;
    margin-left: 0px; 

}
#header .container {
    margin-top: 00px;
}
#bannersPrincipal {
    height: 448px;
    top: 0px;
}
#logo img {
    margin-bottom: 10px;
    margin-top: 10px;
	min-height:48px;
	max-height:48px;
	
}

.circleBg {

    width: 38%;
    height: 388px;
}
input#captcha {
		width: 64.6% !important;
	}
.container.servicos3 h2 {
    color: #666666;
    margin-top: 25px;
    position: relative;
    z-index: 2;
    font-size: 21px !important;
}
	
	div#fx-laranja-mobile {
		position: relative;
		height: 9px;
		background: #45444a;
		top: 66px;
	    z-index: 99999;
		display:block;

	}
	div#fx-laranja {
		position: relative;
		height: 9px;
		background: #45444a;
		top: 66px;
	    z-index: 99999;

	}		
	
#menuMobToggle {
		font-size:80px;
		cursor:pointer;
		display:block;
		-webkit-user-select: none;  
		-moz-user-select: none;    
		-ms-user-select: none;      
		user-select: none;
		color: #45444a;
		font-weight:bold;
		margin-left:20px;
	}
	
	#menuMob a {
		text-decoration:none;
		color: #e1173d;
		color:#FFF;
		font-style:normal !important;
	}

	#menuMob {
		position:absolute;
		background:#45444a;
		opacity:0.95;
		width:100%;
		left: 0;
		text-align: center;
		font-family:'Impact';
		font-size: 23px;
		padding:18px 0;
		z-index: -1;
		margin-top:-8px;
	}
	#menu, #header .right .tar, #pratoHorarios, .arabescov, .horarios .wrapper > div > div:first-child, .footRedesPC {
		display:none;
	}
	
	#header .holder, #localizacao, #telefon {
		justify-content: center;
		text-align: justify;
		width: 10%;
		float:left;
		margin-top: 20px;
	
	}
	.logo {
		width: 50%;
		float: right;
		height: 100%;
		display: table;
	}
	.tar {
	
		display: none !important;
	}
	.tar2 {
	
		display: none !important;
	}
	.tar3 {
	
		display: none !important;
	}
	#navBanners {
		width: 15%;
		margin-left: 45.5%;
		margin-top: -4%;
		
	}
	#voltaTopo, #btnVoltar {
		float: right;
		cursor: pointer;
		margin-top: 10px;
		margin-right: 10px;
		width: 7%;
	}
	


}
@media screen and (max-width:690px) {
	#roundDecor {
		width:67%;
	}
	#header .container, #header .container .wrapper {
    	height: 0px;
	}
	.conteudo-vendas {
		width: 49%;
	}
}
@media screen and (max-width:670px) {
	
	.endereco {

   	 	margin-left: 40%;
	}
	#header .container {
    	top: 0;
	}

label img{
	width: 25% !important;
    float: left;
	margin-top: 2px;
}
label p {
	width: 17% !important;
    float: left;
   margin-top: -15px !important;	
}
.diaHoraHolder, input[type='submit'] {
    float: right;
}
.img-venda {
    width: 100%;
    float: left;
}
.txt-venda {
    width: 100%;
}
.txt-venda p {
   text-align:center;
}
.txt-venda .titulo-info2 h2{
    text-align: center;
	padding-top: 15px;
    padding-bottom: 15px;
}
.tar2 p {
    margin-top: 0px;
}
#text-form {
   width:31% !important;
   /*margin-top: -6px !important;*/
}

input.w49 {
   font-size: 15px !important;
}
	
#captcha{
	float: right;
    margin-top: -17px !important;
}
.bem-vindo {
    margin-top: 69px !important;
}
}
@media screen and (max-width:630px) {
	#roundDecor {
		width:67%;
	}
	.leia-mais3 {
		width: 55%;
		height: 50px;
		background: #27408B;
		position: relative;

	}
		li.styled-select {
		margin: 0px 15px 25px 0;
	}
	.busca h4 {

		font-size: 19px;
	}

.mais img {
    position: absolute;
    z-index: -1;
    padding-left: 54%;
    margin-top: 5px;
}
.mais3 img {
    position: absolute;
    z-index: -1;
    padding-left: 54%;
    margin-top: 5px;
}
#bannersPrincipal {
	height: 377px;
    top: 0px;
}

}
@media screen and (max-width:625px) {
	.conteudoHome br {
		display:none;
	}
	input#procura {
	    width: 165px;
	}
	select {
		width: 175px;
	}
	.imp3 {
		font-size: 50px;
	}

	#formNewsletter input {
		width: 80%!important;
	}
		.contatos {
		width: 99.5% !important;
	}
	.local {
    width: 99.5% !important;
}
.img-vendas img {
    margin-top: 0px;
    width: 100%;
}
form p {
		font-size: 22px !important;
		width: 100% !important;
}
	#formReservas input, #leiaMais, #formNewsletter input, #formReservas textarea {
    box-sizing: border-box;
    width: 100%;
    font-family: 'mri';
    font-weight: bold;
    padding: 15px;
    font-size: 20px;
    margin-bottom: 20px;
    border: 0.1px solid;
    border-color: #D8D8D8;
}
	.img-garantia img{
		width:100%	
	}

	.img-vendas {
		width: 100%;
		float: left;
	}
	.conteudo-vendas {
    	width: 100%;
	}	
	#header {
    	height: 100px;
	}
	.btn-pct {
 		margin-left:0px !important;
	}	

	.wrapper.teste {
		margin-top: 200px;
	}
	.wrapper.teste h2 {
		padding-top:55px;
	}
	#navBanners {
		margin-top: -5.5%;
		margin-left: 42%;
	}


	.mais {
		width: 30%;
		margin-left: 35%;
		margin-top: 0px;
   		margin-bottom: 70px;
	}
	.mais3 {
		width: 30%;
		margin-left: 35%;
		margin-top: 0px;
   		margin-bottom: 70px;
	}
	.mais p {
	   font-size: 17px;
	}
	.mais3 p {
	   font-size: 17px;
	}
	.img-garantia {
		right: 23px;
		bottom: 460px;
	}

	.img-dm{
		margin-top: 0px;
   		width: 95%;	
	}
	li.styled-select {
    	margin: 0px 5px 25px 0;
	}
	.img_lupa {
		width: 10% !important;
	}
	.txt_busca {
		float: left;
		width: 88% !important;
}
.container.internas {
    padding-top: 0px;
    padding-bottom: 30px;
}

}
@media screen and (max-width:587px) {

	.menuParallax {
		background-attachment: fixed;
		background-size: cover !important;
		overflow: hidden;
		height: 240px;
		background-position-y: -50px;
		background-color: #e1173d;
		margin-top: -25px;
	}	
	.corretor {
		width: 100%;
	}
	
	#formNewsletter input {
		width:100%!important;
	}
	.endereco p {
	    padding-left: 40%;
	}
	.viagens h2 {
    	font-size: 49px;
	}
	.viagens h4 {
    	font-size: 26px;

	}
	.container.pacotes h2 {
    	font-size: 50px;
	}
	.circleBg {
		width: 70%;
		height: 385px;
	}
	.container.servicos .titulo-info h2{
		font-size: 33px;
		text-align: center;
    	width: 100%;
	 	margin-left: 0px;
		padding-bottom: 10px;
		margin-bottom: 0px;
		padding-top:30px;
		padding-left: 0px;
	}
	.circleBg p {
    	font-size: 21px;
	}
	.container.servicos p {
   		 padding-left: 0px;
	}
		.container.servicos2 .titulo-info h2{
		font-size: 20px;
		text-align: center;
    	width: 100%;
	 	margin-left: 0px;
		padding-bottom: 10px;
		margin-bottom: 0px;
	}
	.container.servicos h2 {
	    font-size: 50px;
	}
	.container.servicos2 h2 {
	        font-size: 25px!important;
	}
	.leia-mais h5 {
    	font-family: 'Impact';
    	font-size: 22px;
   	 	font-weight: 100;
    	margin-top: -28px;
	}
	.titulo-info h2 {
		font-size: 33px;
	}
	#banners {
		height: 200px;
	}
	.menuParallax {
		background-size: contain!important;
		background-attachment: local;
	}
	.txt-tel2 p {
		font-size: 21px;
		margin-left: 0px;
		margin-right: 35px;
		padding-top: 25px;
	}
	.txt-tel p {
		padding-top: 25px;
		margin-right: 70px;
		font-size: 22px;
	}
	.txt-tel3 p {
		padding-top: 7px;
		margin-top: 0px;
		margin-right: 70px;
		font-size: 22px;
	}	
	.txt-tel3 a {
		font-size: 22px;
	}

}
@media screen and (max-width:530px) {
	#bannersPrincipal {
    height: 330px;
    top: 0px;
	margin-top:0px;
}
input[type='submit'] {
    width: 120px;
}
#navBanners {
    margin-top: -6.5%;
    margin-left: 42%;
}
.mais-fotos p#loadmore {
    padding-top: 0px;
}

}
@media screen and (max-width:514px) {
	#menuRodape {
		flex-direction:column;
		font-size:20px;
		margin-bottom:30px;
		text-align:center;
	}
	#menuRodape li {
		margin-top:10px;
	}
	input[type='submit'] {
		width: 105px;
	}
	.txt_ret {

		width: 100px;
	}

	#menuRodape a {
		margin:0;
	}
	.titulo-mapa {
    	font-size: 25px;	
	}
	.img-mapa {
    	width: 30%;
	}
	.img-mapa img {
   		width: 15%;
	}
	.txt-local {
    	width: 70%;
	}
	.servicos ul {
	    padding-left: 30px;
		width: 90%;
	}
	.servicos {
    	width: 100%;
    	text-align: justify;
	}
	.endereco p {
    	padding-left: 0%;
	}
	#text-form {
		width: 25% !important;
		margin-top: -6px !important;
	}

	.container.internas h1, h2 {
 		font-size: 50px;
		padding-bottom: 0px;
		padding-top:20px;
	}
	.retangulo {

		display: none;
	}
	.container.internas h4 {
	    margin-top: 30px;
		font-size: 21px;
	}
	.internas .img-fundo {
    	margin-top: -64px;
	}
	.whats .img-tel {
		float: none;
	}
	.whats {
		width: 100%;
		display: inline-block;
	}
	.whats .txt-tel2 p {
		float: right;
		margin-top: -54px;
		width: 70%;
		
	}
	.img-tel, .img-celular, .img-email {
    	width: 25%;
	
	}
	.img-email {
    	width: 25%;
		margin-top: 0px;
	}
	#nl{
			display:none;
	}
	
	.txt-tel,.txt-tel2,.txt-tel3, .txt-cel, .txt-email {
   		width: 70%;
	}
	
	.txt-cel2 {
    	width: 70%;
	}
	.internas .tpacote {
    	font-size: 20px;
	}
	.txt-cel p {
    	font-size: 20px;
    	margin-bottom: 0px;
	}
	.caracteristicas {
		display: block;
	}
.menuParallax {
    	margin-top:-25px;
		
	}
	.viagens h4 {
		font-size: 31px;
	}
	.btn-pct{
		margin-top: 50px;
	}
	.internas .txt-pagamento h4{
		font-size:27px;
		margin-top: -58px;	
	}

	#navBanners {
    width:22%;
	margin-top: -6.5%;
	}
	#banners {
		height: 175px;
	}
	input#procura {
		width: 150px;
	}
	.txt_busca {
		width: 100% !important;
	}
	select {
		width: 160px;
	}
	.busca a {
		width: 32%;
		float: right;
		font-family: 'Impact' !important;
	}
	.img_ret img {
		padding-left: 25%;
		width: 60%;
	}
	.container.servicos3 h2 {
		font-size: 19px !important;
		text-align: center;
	}
}
@media screen and (max-width: 480px){
div#fx-laranja {
    position: relative;
    height: 9px;
    background: #45444a;
    top: 56px;
}	
.mais2 {
    width: 30%;
    background-color: #FE2E2E;
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 70px;
    height: 45px;
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    margin-top: 80px;
    bottom: 40px;
}
.busca h4 {
    font-size: 17px;
}
.container.servicos {
    margin-top: 35px;
}
.container.servicos2 h2 {
    font-size: 27px!important;
}
#formReservas input[type='submit'], #leiaMais, #formNewsletter input[type='submit'] {
    top: 8px;
    width: 100% !important;
}

#captcha {
	width:43.5% !important;
}

.sub-menu {
    margin: 0;
    padding: 0;
    margin-left: 25px;
    list-style: none;
}
.bem-vindo {
    margin-top: 218px !important;
}
.img-garantia {
	display:none;
}
.menuWrapper2 {
    margin-bottom: 0px;
    margin-top: 0px !important;
}

.mais img {
    position: absolute;
    z-index: -1;
    padding-left:68%;
    margin-top: 5px;
}
.mais3 img {
    position: absolute;
    z-index: -1;
    padding-left:68%;
    margin-top: 5px;
}
#menuRodape, #localizacao, #telefon {
    justify-content: center;
    padding-left: 25.625%;
    padding-right: 25.625%;
    text-align: justify;
}
#menuRodape {
    justify-content: center;
    padding-left: 26%;
    padding-right: 26%;
    text-align:center;
}
.header.home, #header.home, #banners {
    height: 65px;
}
#formNewsletter {
    font-size: 18px;
}
#bannersPrincipal {
    height: 250px;
    top: 0px;
}
.container.servicos h2{
    font-size: 50px;
    margin-top: 0px;
    padding-top: 30px;
}
.img_ferramenta{
	padding-bottom: 20px;	
}
.titulo-info h2{
	    padding-top: 10px;	
}
#logo img {
    margin-bottom: 10px;
	max-height:35px;
	min-height:35px
}
.menuParallax {
    margin-top: 0px;
}

}
@media screen and (max-width:464px) {
	header.home, #header.home{
    	height: 65px;
	}
	#banners {
    	height: 174px;
	}
	.ret {
		margin-top: 18px;
	}
	#navBanners {
		margin-top: -7.5%;
		margin-left: 38%;
		width: 25%;
	}
	.container.servicos2 h2 {
		font-size: 30px!important;
	}
	.txt_ret {
		float: left;
		width: 95%;
	}
	.img_ret img {
		padding-left: 40%;
		width: 60%;
	}
	.container.servicos3 h2 {
		color: #e1173d;
		margin-top: 25px;
		position: relative;
		z-index: 2;
		font-size: 30px !important;
	}
	.container.servicos .titulo-info h2 {
		margin-top: 0px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.container.servicos p {
		margin-top: 0px;
		padding-bottom: 0px;
	}
	
	.mais img {
		padding-left: 80%;
		margin-top: 5px;
	}
	.mais3 img {
		padding-left: 80%;
		margin-top: 5px;
	}
	.wrapper.bemvindo h2 {
		padding-top: 0px;
		padding-bottom: 9px;
		font-size: 40px !important;
	}
	.container.servicos p {
		padding-top: 11px;
		font-size: 22px;
		
	}

	.container.servicos2 p {
		margin-bottom: 0px;
		padding-bottom: 30px;
		padding-top: 8px !important;
		margin-top: 0px !important;
		font-size: 22px !important;
	}
	.bem-vindo {
		margin-top:236px !important;
		margin-bottom: 0px;
		margin-top: 0px !important;
	}
	.img-garantia {
    	right: 45px;
    	display: none;
	}

	.img-dm{
		margin-top: 0px;
   		width: 94%;	
	}
	#banners > img {
    	width: 100%;
    	bottom: -10106px;
	}
	.circleBg img {
	    width: 100%;
    	object-fit: cover;
    	object-position: center;
	}
	.circleBg a {
	    width: 100%;
	}
	
	#roundDecor {
		width:75%;
	}
	.leia-mais h5 {
    	font-family: 'Impact';
    	font-size: 20px;
    	font-weight: 100;
    	margin-top: -27px;
	}
	.viagens h2 {
    	font-size: 35px;
	}
	.viagens h3 {
    	font-size: 28px;
    	padding-bottom: 10px;
	}
	.titulo-info h2 {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.advisor h2 {
    	font-size: 33px;
    	font-family: 'Impact' !important;
		margin-bottom: 0px;
		margin-top: 0px;
    	padding-bottom: 25px;
	}
	.menuWrapper2 {
		margin-bottom: 0px;
		margin-top: 50px !important;
	}
	.leia-mais h5 {
    	font-family: 'Impact';
    	font-size: 16px;
    	font-weight: 100;
    	margin-top: -25px;
	}
	.menuWrapper .circleBg h2 {
    	font-size: 27px !important;
    	margin-top: 10px;
    	margin-bottom: 10px;
    	color: #8A8A8A !important;
    	/*width: 280px !important;*/
   	 	/*margin-left: 42.5px;*/
    	font-family: 'mri'!important;
	}

	 #localizacao, #telefon {
		padding-left: 0% !important;
    	padding-right: 45% !important;
	}
	#menuRodape {
		padding-left: 19.625% !important;
		padding-right: 18.625% !important;
	}

	.tar2 {
		width:26%;
	}
	#formNewsletter {
		font-size: 24px;
	}
	#menuRodape {
		font-size: 15px;
	}
	.endereco {
     	float: none !important; 
   		margin-top: 0px !important;
		margin-left: 30%;
	}
	.fone {
		margin-left: 0px;

	}
	.leia-mais {
   		width: 25.64%;
    	margin-left: 37.18%;
    	margin-top: -25px;

	}
	.container.servicos h2 {
		color: #e1173d;
		font-size: 40px;
		/* margin-top: 20px; */
		margin-left: 0px;
		margin-bottom: 10px;
		padding-top: 10px;
	}
	.container.servicos h3 {
    	font-size: 21px;
		margin-bottom: 10px;
	}
	#formReservas input[type='submit'], #leiaMais, #formNewsletter input[type='submit'] {
    	left: 0px; 
    	right: 0px;
	}
	#formReservas input, #leiaMais, #formNewsletter input, #formReservas textarea {
		margin-top:10px;
	}
	#voltaTopo, #btnVoltar {
	    width: 10%;
}
}

@media screen and (max-width:452px) {
	li {
		margin: 0 25px -8px 0;
	}
	p#seu-imovel {
		width: 100%;
		float: left;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 20px;		
	}	
	
	.menuParallax {
   		   background-attachment: local;
	       background-position: initial;
		   display:initial;
	}
	.conteudoInicio {
		padding-top:550px;
	}
	.conteudoHome .big {
		font-size:50px;
	}
	select {
		width: 100%;
	}
	li.styled-select {
		width: 100%;
	}
	input#procura {
		width: 100%;
	}
	li {
		width: 100%;
	}
	#banners {
		height: 150px;
	}
	input[type='submit'] {
		width: 100%;
		margin-bottom: 20px;
	}
	.tar2 img {
		padding-right: 0px;
		margin-top: 10px;
	}
	#bannersPrincipal {
		height: 200px;
		top: 0px;
	}
	.titulo-rodape {
    
    font-size: 35px;
	}

	
	#telefon img {
		margin-right:5px;
	}
	form p#nl {
		display: none;
	}


	#localizacao img {
		display:none;
	}
	.circleBg {
		height: 380px;
		padding-bottom: 0px;
		margin-bottom: 80px;
	}
	h2.imp {
		font-size: 35px!important;
	}
	#captcha {
    	float: right;
    	margin-top: 0px !important;
	}
	label p {
    	width: 40% !important;
    	float: left;
    	margin-top: -25px !important;
	}
	label img {
    	width: 45% !important;
    	float: left;
    	margin-top: 2px;
	}
	#captcha {
   		width: 39% !important;
    	margin-top: -15px !important;
	}
	.wrapper.bemvindo p {
		display: none;
	}	
	#formReservas input[type='submit'], #leiaMais, #formNewsletter input[type='submit'] {
		top: 8px;
		width: 100% !important;
		margin-top:0px;
	}
	.mais2{
		display:none;	
	}

	.mais {
   		 width: 30%;
   		 margin-left: 35%;
    	margin-top: 75px !important;
    	margin-bottom: 50px !important;
	}
	.mais3 {
   		 width: 30%;
   		 margin-left: 35%;
    	margin-top: 35px !important;
    	margin-bottom: 50px !important;
	}
	.bem-vindo {
    margin-top: 127px !important;
    margin-bottom: 0px;
	}
	#navBanners {
		margin-top: -7.5%;
		margin-left: 45%;
		width: 27%;
	}
	.img_lupa img {
		float: left;
	}
	.busca a {
		width: 30%;
	}
	#baner {
    margin-top: 35px;
	}
	.titulo-rodape h3 {
		font-family: Haettenschweiler;
		color: #45444a;
		font-size: 35px;
	}
	.container.servicos2 {
		margin-bottom: 0px;
		margin-top:0px !important;
		background: #e1173d;	
		display:none;
	}
	.container.servicos .txt-imovel p {
		padding-left: 0px;
		font-size: 25px;
		margin-left: 0px;

		
	}
	#mais-p {
		margin-bottom: -14px !important;
		padding-bottom: 0px !important;
		font-size: 65px;
		font-weight: bold;
	}
}
@media screen and (max-width: 412px){
	.mais img {
		padding-left: 68%;
		margin-top: 8px;
	}
	.mais3 img {
		padding-left: 68%;
		margin-top: 8px;
	}
	.internas p {
		margin-bottom: 36px;
	}
	.servicos2 .leia-mais3 p {
		font-family: impact;
		font-size: 25px;
	}
	h3.imp {
		font-size: 22px !important;
		padding-bottom: 0px !important;		
	}
	#banners {
		height: 115px;
	} 


	}
@media screen and (max-width:397px) {
	.diaHoraHolder {
		flex-wrap: wrap;
	}
	#bannersPrincipal {
		height: 155px;
	}
	.diaHoraHolder input {
		width:100%!important;
	}
	.mais {
		width: 40%;
		margin-left: 30%;
		margin-top: 50px;
    	margin-bottom: 50px;
	}
	.mais3 {
		width: 40%;
		margin-left: 30%;
		margin-top: 50px;
    	margin-bottom: 50px;
	}
	.internas .circleBg p {
		font-size: 20PX;
		margin-top: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
}

@media screen and (max-width:385px) {
	.arabescoh {
		max-width:100%;
	}
	
	#roundDecor {
		width:95%;
	}
	.circleBg2 {
   	 height: 380px;
	width: 100%;
	}
	.circleBg2 img{
		width: 100%;
		
	}
	.tar {
    margin-top: 20px;
    float: right;
    width: 100%;
	}
	.tar2 {

		display: none !important;
	}
	.mais {
		width: 40%;
		margin-left: 30%;
		margin-top: 120px !important;
		margin-bottom: 50px;
	}
	input#sim {
    width: 11% !important;
}
	.mais3 {
		width: 40%;
		margin-left: 30%;
		margin-top: 120px;
		margin-bottom: 50px;
	}
	.img-fundo {
    	margin-top: -61px;
	}
	.img-fundo p {
	    margin-top: -45px;
    	width: 90%;
	}
	.internas .img-fundo p {
		margin-top: -45px;
    	width: 90%;
	}
	.bem-vindo {
		margin-top: 130px !important;
		margin-bottom: 0px;
	}
	.txt-imovel {
    margin-top: -80px;
}
}

@media screen and (max-width:385px) {

	#teste , #teste2 h2{
		padding-top: 20px;	
	}
	 #teste2 h2{
		padding-top: 70px;	
	}
	.internas p {
	
	}
	#menuRodape {
		padding-left: 11.625% !important;
		padding-right: 11.625% !important;
		text-align:center;
	}
	.txt-tel, .txt-tel2, .txt-cel, .txt-email {
		width: 75%;
	}
	.btn-pct {
    	margin-top: 50px !important;
		height: 55px;
		width: 110px;
	}

	.addthis_inline_share_toolbox{
    float: right;
    margin-top: 63px !important;
    clear: both;
	}
	#banners > img {
    	width: 100%;
    	bottom: -10083px;
	}

	#airlinesContainer {
	    margin-top: 0px;
	}
	#captcha {
    	float: right;
    	margin-top: 0px !important;
	}
	label p {
    	width: 40% !important;
    	float: left;
    	margin-top: -25px !important;
	}
	label img {
    	width: 45% !important;
    	float: left;
    	margin-top: 2px;
	}
	form p {
		width: 90% !important;
	}
	#navBanners {
		margin-top: -8.5%;
		margin-left: 43.5%;
	}
	.advisor a {
    	font-size: 20px;
    	margin-top: 0px;
    	display: inline-block;
	}
	.circleBg {
	    width: 90%;
		height: 385px;
		
	}
	.container.servicos p {
		font-size: 20px;
	}
	.quadro-rodape {
    width: 31%;
    color: #fff;
    font-size: 16px;
}
#text-form {
    width: 47% !important;
    margin-top: -6px !important;
}
}

@media screen and (max-width:330px) {
	#logo img {
		max-width:100%;
		margin-top: 15px;
	}
	.cel {
		margin-top: 30px;
	}	
	.container.internas {
		padding-top: 5px;
		padding-bottom: 30px;
	}
	input#sim {
    width: 11% !important;
	}
	form p {
		width: 98% !important;
	}
	#header .holder, #localizacao, #telefon {
        padding-top: 10px;
	}
	.internas .btn-pct p {
		padding-top: 15px;
	}
	.btn-pct {
		margin-top: 25px !important;
	}
	.tar2{
		display:none;	
	}
	.tar{
		width:100%;	
	}
	#header .container, #header .container .wrapper {
		height:82px;
	}
	div#fx-laranja {
		top: 80px;
	}	
	#bannersPrincipal {
		height: 178px;
	}
	#header .holder {
		padding-right: 93%;
	}	
	header.home, #header.home {
		height: 108px;
	}
	#text-form {
		width: 37% !important;
		margin-top: -22px !important;
	}
	.dv-venda {
    	padding-top: 0px; 
	}	
	.img-vendas img {
		width: 90%;
	}

	.internas p {
		color: #666666;
		margin-bottom: 41px;
		padding-top: 0px;
		text-align:center;
		font-size:15px;
	}
	#navBanners {
		margin-top: -5%;
		margin-left: 45%;	
	}
	#navBanners div {
 	    width: 15px;
		height: 15px;
	}
	input#captcha {
    margin-top: -17px !important;
}
	
	.conteudoHome p:first-of-type {
		margin-bottom:0;
	}
	
	.conteudoHome p:last-of-type {
		margin:0;
	}
	.container.pacotes h2 {
    	font-size: 40px;
	}
	.container.pacotes h3 {
   		margin-top: 10px;
	}
	
	.circleBg2 p {
    	font-size: 18px;
	}
	.mais {
   		width: 60px;
    	margin-left: 40%;
	}
	.mais3 {
   		width: 60px;
    	margin-left: 40%;
	}
	.internas .img-fundo {
    	margin-top: -50px;
	}
	.header.home, #header.home{
    	height: 89px;
	}
	#banners {
		height: 135px;
		margin-bottom: 7px;
	}
	#banners > img {
		width: 100%;
		bottom: -10092px;
	}
	#baner {
		margin-top: 7px;
	}
	.wrapper.teste {
		margin-top: 197px;
	}
	.container.servicos h2 {
		font-size: 40px !important;
	}
	label img{
		width: 55% !important;
    	float: left;
	}
	label p {
		width: 36% !important;
    	float: left;
    	margin-top: -25px !important;	
	}
	.bem-vindo {
	    margin-bottom: 0px;
		margin-top: 229px !important;
	}
	.wrapper.bemvindo h2 {
		padding-top: 0px;
	}
	
	#captcha{
		float: right;
    	margin-top: -5px !important;
	}
	.advisor a {
		margin-top: 0px;	
	}
	.circleBg2 {
    	height: 300px;
    	width: 100%;
	}
	.img-fundo {
    	margin-top: -52px;
	}
	.img-fundo p {
    	margin-top: -40px;
	}
	#airlinesContainer {
	    margin-top: 0px;
	}
	.mais {
    	margin-left: 30%;
    	width: 40%;
		margin-bottom: 50px;
    	margin-top: 30px;
	}
	.mais3 {
    	margin-left: 30%;
    	width: 40%;
		margin-bottom: 50px;
    	margin-top: 30px;
	}
	.mais p{
		font-size:18px;	
	}
	.mais3 p{
		font-size:18px;	
	}
	.mais img {
		padding-left: 75%;
		margin-top: -85px;
	}
	.mais3 img {
		padding-left: 75%;
		margin-top: 5px;
	}
	.container.internas h1, h2 {
    	font-size: 40px;
	}
	.img-garantia {
		display:none;
	}
	.sub-menu{
		font-size:18px;	
		margin-left: 18px;
	}
	.sub-menu li{
		width:92%;	
	}
	.menuWrapper2 {
	    margin-top:0px;
	}
	iframe {
    height: 300px;
	}
}
