/*####################################*/
/*####################################*/
/*###### ^ ^ CSS ESPECÍFICO ^ ^ ######*/
/*####################################*/
/*####################################*/
div.angrytext {	
	-webkit-animation: jump 1.5s ease 0s infinite normal;
	animation: jump 1.5s ease 0s infinite normal;
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 9999;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  50%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
  80%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	transform: translateY(0);
  }
  20%{
	transform: translateY(0);
  }
  40%{
	transform: translateY(-30px);
  }
  50%{
	transform: translateY(0);
  }
  60%{
	transform: translateY(-15px);
  }
  80%{
	transform: translateY(0);
  }
  100%{
	transform: translateY(0);
  }
}

input {
	color: white !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background:rgba(0, 17, 51, .98);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 22px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
}

@media screen and (max-height: 768px) {
  .sidenav a {font-size: 18px;}
}

.button_menu {
	border:3px solid white !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -webkit-text-size-adjust: none;
}

.img_fit {
	width: 100%;
    max-height: 100%;
    opacity: 0.7;
    background-size: contain;
    cursor: pointer;
}

.img_fit:hover {
	opacity: 1;
  	-moz-transform: scale(1.05);
  	-webkit-transform: scale(1.05);
  	transform: scale(1.05);
  	-webkit-box-shadow: 0px 0px 10px 0px rgba(201,199,201,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(201,199,201,1);
	box-shadow: 0px 0px 10px 0px rgba(201,199,201,1);
}

.p_mapa {
	position: absolute;
}

.w-14 {
	width: 14%;
}

.menu_div:hover {
	background: rgba(69, 185, 242, .5);
	border-top:3px solid white;
}

.div_barra_menu {
	height: 80px !important;
	-webkit-transition: all .4s ease-in-out;
   	transition: all .4s ease-in-out;
}

.div_barra_menu:hover {
	height: 160px !important;
}

.div_barra_menu .p_desc {
	opacity: 0;
	height: 0;
	-webkit-transition-property: opacity; /* Safari */
    -webkit-transition-duration: .1s; /* Safari */
    -webkit-transition-delay: .3s; /* Safari */
    transition-property: opacity;
    transition-duration: .1s;
    transition-delay: .3s;
}

.div_barra_menu:hover .p_desc {
	opacity: 1;
	height: auto;
}

.chave_up {
	border-top: 10px solid white; 
	border-right: 10px solid white;
	border-bottom: 0;
	border-left: 10px solid white;
	height: 30px;
}

.chave_down {
	border-bottom: 10px solid white; 
	border-right: 10px solid white;
	border-top: 0;
	border-left: 10px solid white;
	height: 30px;
}

.font_18 {
	font-size: 18px;
}

.retangulo_red {
	-webkit-clip-path: polygon(0 0, 0 6%, 100% 0);
	clip-path: polygon(0 0, 0 6%, 100% 0);
}

.parallax_geral {
	/* Set a specific height */
    min-height: 600px !important; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.jump {	
	-webkit-animation: jump 1.5s ease 0s infinite normal;
	animation: jump 1.5s ease 0s infinite normal;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
  50%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
  }
  80%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	transform: translateY(0);
  }
  20%{
	transform: translateY(0);
  }
  40%{
	transform: translateY(-15px);
  }
  50%{
	transform: translateY(0);
  }
  60%{
	transform: translateY(-7px);
  }
  80%{
	transform: translateY(0);
  }
  100%{
	transform: translateY(0);
  }
}

.font-muli {
	font-family: 'Muli' !important;
}

.font100 {
	font-weight: 100;
}

.font300 {
	font-weight: 300;
}


.font400 {
	font-weight: 400;
}

.font700 {
	font-weight: 700;
}

.font900 {
	font-weight: 900;
}

.font-satisfy {
	font-family: 'Satisfy' !important;	
}

.w-20 {
	width: 20%;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-35 {
	width:35% !important;
}

.w-60 {
	width:60% !important;
}

.div_collapse {
    position: absolute;
    right: 0px;
    top: 55px;
    right: -15px;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(201,199,201,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(201,199,201,1);
	box-shadow: 0px 0px 10px 0px rgba(201,199,201,1);
}

.shrink .div_collapse {
    top: 50px !important;
    -webkit-transition: top 0.4s ease-in-out;
   	transition: top 0.4s ease-in-out;
}

nav.navbar.shrink {
  	height: 60px;
  	-webkit-box-shadow: 0px -10px 43px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -10px 43px 0px rgba(0,0,0,0.75);
	box-shadow: 0px -10px 43px 0px rgba(0,0,0,0.75);
}

.shrink img{
	width:  15% !important;	
   -webkit-transition: width 0.4s ease-in-out;
   transition: width 0.4s ease-in-out;
}

nav.navbar{	
  	height: 70px;
  	background-color:#ccc;
   -webkit-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.cursor-pointer {
	cursor: pointer;
}

.text-shadow-white {
	text-shadow: 1px 1px 10px #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
}

#map-canvas {
	position: inherit;
	height:500px;
	width:100%;
	overflow: hidden !important
}

.font_18 {
	font-size:18px !important;
}

.font_16 {
	font-size:16px !important;
}

.font_14 {
	font-size:14px !important;
}

.font_12 {
	font-size:12px !important;
}

.azul-link {
	color:#007bff !important;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;	
	font-weight: 600;
	transition: color 0.3s ease;
	font-size:18px;
	color:#000 !important;
	padding:10px 15px;
}

.navbar-light .navbar-nav .nav-link:hover {	
	color:#b60f29 !important;
}

.navbar-light .navbar-nav .nav-link .nav-item .active {
	color:#b60f29 !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.font-18 {
	font-size:18px !important;
}

.footer_banner_1 {
    /* The image used */
    background: #b60f29;

    /* Set a specific height */
    min-height:50vh; 
}

.font-roboto {
	font-family: 'Roboto' !important;
}

.text-preto {
	color:#282828 !important;
}

.w-15 {
	width: 15% !important;
}

.w-40 {
	width: 40% !important;
}

.text-vermelho {
	color:#b60f29 !important;
}

.border-bottom-red {
	border-bottom: 2px solid #b60f29;
}

.text-azul {
	color:#213a46 !important;
}

.font-weight-thin {
	font-weight: 100 !important;
}

.maps iframe {
    pointer-events: none;
}

.bg-home-azul {
	background: #45818d;
}

.bg-home-azul:hover {
	opacity: 0.95;
}

.bg-branco-textura {
	background: url(../img/bg-branco-textura.jpg);
	background-size: cover;
}

.bg-azul-textura {
	background: url(../img/textura-azul.jpg);
	background-size: cover;
}

.bg-azul-claro-textura {
	background: url(../img/textura-azul-claro.jpg);
	background-size: cover;
}

.bg-vermelho-textura {
	background: url(../img/bg-vermelho-textura.jpg);
	background-size: cover;
}

.bg-vermelho-textura2 {
	background: url(../img/bg-vermelho-textura.jpg);
	background-size: cover;
}

.bg-vermelho-textura:hover {
	opacity: 0.95;
}

.bg-azul-claro {
	background: #4c6d79;
	color: white;
}

.bg-azul-opaco {
	background: rgba(33, 58, 70, .95) !important;	
}

.text-azul-claro {
	color:#0496d9 !important;
}

.text-azul-escuro {
	color:#001133 !important;
}

.bg-azul {
	background: #121d2e !important;
}

.bg-bege {
	background: #fef5e2;
}

.bg-branco-opaco {
	background: rgba(255,255,255, .95) !important;
}

.bg-azul-opaco {
	background: rgba(29, 45, 78, .7);
}

.bg-cinza-opaco {
	background: rgba(128, 130, 132, .95);
}

.h2_grande {
	font-size:3.5rem !important;
}

.h2_medio {
	font-size:2.5rem !important;
}

.galeria_img {
	width: 100%;
	margin:0 auto;
}

.galeria_img_sem_zoom {
	width: 100%;
	margin:0 auto;
}

.owl-carousel, .owl-carousel2 .owl-item img {
    display: block;
    width: auto;
} 

.caption_owl {
	max-width: 50%;
	text-align: center;
	bottom:20px;
	padding:15px;
	position: absolute;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    margin-left:10px !important;
    display: block !important;
    border:0px solid black;
    background:none !important;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    right: 20px;
    margin-right:-5px !important;
    display: block !important;
    border:0px solid black;
    background:none !important;

}

.owl-carousel, .owl-carousel2 .owl-item img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-prev i, .owl-next i {
	transform : scale(4,4);
	color: rgba(255,255,255,0.8);
}

.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.bg-home-opaco {
	background:rgba(250, 250, 250, 0.95);
}

.bg-home-opaco:hover {
	background:rgba(182, 15, 41, 1);
}

.bg-home-opaco:hover h5, .bg-home-opaco:hover p{
	color:white !important;
}

.bg-vermelho {
	background-color: #b60f29 !important;
}

.bg-azul-escuro {
	background-color: #001133 !important;
}

.w-30 {
	width: 30%;
}

.botao_enviar {
	font-weight:600px;
	font-size:18px;
	width:100%;
	border:0px;
	cursor:pointer;
	padding:10px;
	background: #0496d9;
	border:3px solid white;
	color:white;
}

.botao_enviar:hover {
	background:none;
}

.botao_branco {
	font-weight:900px;
	font-size:22px;
	width:100%;
	border:0px;
	cursor:pointer;
	padding:10px;
	background: white;
	border-radius: 5px;
	color:#223d4a;
}

.botao_branco:hover {
	background:#ededed;
}

.font_10 {
	font-size: 10px;
}

.input_form_select {
	text-indent: 4px;
	height:44px;
	width:100%;
	color: #fff;
}

.input_form {
	width:100%;
	padding:10px;
	border:3px solid white;
	background: none;
	color: #fff;
}

.height_100vh {
	height:100vh;
}

.min_height_100vh {
	min-height:100vh;
}

.height_70vh {
	height:70vh;
}

.min_height_70vh {
	min-height:70vh;
}

p {
	font-size:22px;
}

a {
	text-decoration: none !important;
}


.banner_inicial {
  position: relative;
  overflow: hidden; /* prevent “spillage” of image */
  width: 100%;
  min-height: 100vh;
  padding: 150px 0;
  color: #fff;
}

/* Image align to the center, behind the banner */

.banner_inicial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/banner.jpg) no-repeat center;
  background-size: cover;
  transform-origin: center; /* scale from the center */
  transform: scale(2);
  z-index: -1;
  pointer-events: none;
  animation: zoom-out 5s both;
}

/* Simple keyframe animation to zoom out the image */

@keyframes zoom-out {
  0%   { transform: scale(2); }
  100% { transform: scale(1.2); }
}

.w-90 {
	width: 90% !important;
}

.banner_localizacao {
	background:url(../img/banner_localizacao.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height:90vh;
	overflow: hidden;
}

.banner_loc_1 {
	background:url(../img/loc_1.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner_loc_2 {
	background:url(../img/loc_2.jpg);
	background-size:cover;
	background-position: top;
	min-height: 60vh;	
	background-repeat: no-repeat;
}

.banner_loteamentos {
	background:url(../img/banner_loteamentos.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height:60vh;
	overflow: hidden;
}

.banner_lot_1 {
	background:url(../img/lot_1.jpg);
	background-size:cover;
	height: 90vh;
	background-position: top;
	background-repeat: no-repeat;
}

.banner_lazer {
	background:url(../img/banner_lazer.jpg);
	background-size:cover;
	background-position: top;
	background-repeat: no-repeat;
	min-height:60vh;
	overflow: hidden;
}

.banner_visita {
	background:url(../img/banner_visita.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height:80vh;
	overflow: hidden;
}

.banner_contato {
	background:url(../img/banner_loteamentos.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height:80vh;
	overflow: hidden;
}

.height_65vh {
	height: 65vh;
}

.height_35vh {
	height: 35vh;
}

.only_xs {
	display: none !important;
}

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

	div.angrytext {	
		right: 15px !important;
		bottom: 15px !important;
	}

	.p-inherit-xs {
		position: inherit !important;
	}

	.maps {
		height: 300px;
	}

	.menu_div {
		border-top: 5px solid white;
	}

	h1 {
		font-size: 1.5rem !important;
	}

	.only_xs {
		display: block !important;
	}

	.fixed-bottom {
	    position: initial !important;
	}

	.parallax_geral {
		background-size: cover !important;
		background-attachment: inherit !important;
		background-position: center !important;
		min-height: 250px !important;
	}
	
	.div_collapse {
		top: 40px !important;
	}

	.shrink .div_collapse {
		top: 40px !important;
	}

	nav.navbar{
		height: 50px !important;
	}

	.shrink img{
		width: 20% !important;	
	}

	.navbar-toggler-icon {
	    width: 1em !important;
	    height: 1em !important;
	}

	.caption_owl {
		max-width: 100% !important;
		position: inherit !important;
	}


	.w-100-xs {
		width: 100% !important;
	}

	.w-75-xs {
		width: 75% !important;
	}

	.w-50-xs {
		width: 50% !important;
	}

	.w-25-xs {
		width: 25% !important;
	}

	.w-20-xs {
		width: 20% !important;
	}

	.banner_inicial {
		padding:50px 0 !important;
		min-height: 80vh !important;
		background-size: cover !important;
		background-repeat: no-repeat;
		background-position: center !important;
	}

	.galeria_img {
		height:auto !important;
		width: 100% !important;	
	}

	.galeria_img_sem_zoom {
		height:auto !important;
		width: 100% !important;	
	}

	.padding_0 {
		padding:0px !important;
	}	

	.h2_sm {
		font-size:22px !important;
	}

	.font_18_xs { 
		font-size: 18px !important;
	}

	.nav-item {
		width:50% !important;
	}

	#map-canvas {
		height:350px !important;
	}

	.p_emp {
		font-size:16px !important;
		line-height: 24px !important;
	}

	.row-eq-height {
		display: block !important;
	}

	.font_16_sm {
		font-size: 16px !important;
	}

	.margin_top_20 {
		margin-top:20px !important;
	}	

	.font_18_sm {
		font-size:18px !important;
		font-family: 'Roboto' !important;
		font-weight: 300;
		text-transform: uppercase !important;
	}

	.padding_10 {
		padding:10px !important;
	}

	#escolha {
		display: block !important;
	}

	.label_icon {
		width: 20% !important;
		padding: 15px 0 !important;
		display: inline-block !important;
		z-index: 999 !important;
		margin: 10px 0;
	}

	.label_icon span {
		display: none;
	}

	.label_icon i {
		font-size: 20px !important;
	}

	.icon_mapa {
		font-size:30px !important;
		padding:0px !important;
	}

	.display-4 {
		font-size: 1.8rem !important;
	}

	.mapa-icon {
		padding: 10px 0;
		position: inherit !important;
	}
	
	.margin_0 {
		margin:0px !important;
	}

	.margin_top_20 {
		margin-top:20px !important;
	}

	.align-center-xs {
		align-items: center !important;
	}

	.align_center_xs {
		text-align: center !important;
		justify-content: center !important;
	}

	.align-end-xs {
		align-items: flex-end !important;
	}

	.padding_15 {
		padding:15px !important;
	}

	/*.owl-nav {
		display: none !important;
	}*/

	.owl-prev i, .owl-next i {
    	transform: scale(2,4) !important;
    }

	.hide_sm {
	display: none !important;
	}

	.show_sm {
		display: block !important;
	}

}