#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; /* Garante que a imagem preencha o fundo */
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity .5s ease-out; /* Ajuste da velocidade do fade-out */
}

#preloader .overlay {
    background: linear-gradient(to right, #02538bc2 35%, transparent 70%);
    width: 100%;
    height: 100%;
}

.preloader-content {
    opacity: 1;
    position: absolute;
    width: auto;
    left: 12%;
    text-align: left;
    padding: 0 50px;
    top: 11%;
    z-index: 99;
}

.preloader-content h2 {
    font-size: 120px;
    color: #fff;
    text-shadow: 1px 3px 0 #00000030, 1px 9px 5px #00000033;
    margin: 50px 0 20px 0;
    z-index: 1;
    position: relative;
    font-family: 'PFDinTextCompPro-Bold', sans-serif;
    text-transform: uppercase;
    text-align: left;
    width: 45%;
    line-height: 1;
    opacity: 0;
    animation: TopFadeSlider 2s forwards;
    animation-delay: 0s;
}

.preloader-content h2 span {
    font-family: 'PFDinTextCompPro-thin', sans-serif;
    opacity: 0;
    animation: TopFadeSlider 2s forwards;
    animation-delay: 0.5s;
}

.preloader-content .image {
    width: 150px;
    opacity: 0;
    animation: TopFadeSlider 2s forwards;
    animation-delay: 1s;
}

	
@keyframes TopFadeSlider {
		0% {
		opacity: 0;
		transform: translateY(-40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}





#etiqueta .g-content {
    margin: 0;
    padding: 0 !important;
}

#etiqueta .item {
    position: fixed;
    top: 30%;
    right: -250px;
    width: 310px;
    height: auto;
    z-index: 999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#etiqueta .item:hover {
    right: 0;
}

#etiqueta .item .barra {
    background: #02538a;
    display: inline-block;
    width: 19%;
    vertical-align: middle;
    padding: 56px 0;
    border-radius: 20px 0 0 20px;
    text-align: center;
    margin-right: -2px;
}

#etiqueta .barra .icon svg {
    width: 30px;
    height: 30px;
}

#etiqueta .barra .texto {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}

#etiqueta .item .desc {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin-left: -2px;
}

#etiqueta .desc .icon svg {
    width: 125px;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #02538a;
}

#etiqueta .desc .icon svg g.texto path, #etiqueta .desc .icon svg g.texto rect, #etiqueta .desc .icon svg g.texto polygon {
    fill: #000;
}

#etiqueta .desc .contactos {
    margin: 0 20px;
}

#etiqueta .desc .texto {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 16px;
}

#etiqueta .desc .texto span {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    color: #02538a;
}

#etiqueta .desc .texto a {
    color: #02538a;
    text-decoration: underline;
}

#etiqueta .desc .link a {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    color: #02538a;
    font-size: 16px;
}


/* MENU */
#menu_v2 {
  z-index: 99999;
}
  
#menu_v2 .iportal {
	position: relative;
    float: right;
    top: 85%;
    width: 150px;
    right: 35%;
    overflow-x: hidden;
	transform:none;
	transition:all 0.3s ease-in-out;
}

#menu_v2 .iportal img{
	margin-left:105px;
}

#menu_v2 .overlay{
	position:fixed;
	width:100%;
	top:0;
	left: -100%;
    bottom: 0;
    right: 0;
	content:'';
	background:#00000080;
	z-index:1;
}

#menu_v2 .menuMobile{
	display:none;
	position:fixed;
	width:100%;
	top:-100%;
	left: -100%;
    bottom: 0%;
    right: 0;
	content:'';
	background:#00f9b8;
	z-index:3;
	overflow-y:auto;
	padding-bottom:50px;
}

#menu_v2 .menuMobile .parent li h4{
	font-size:50px;
}

#menu_v2 .menuMobile .sub1 span, #menu_v2 .menuMobile .sub2 span, #menu_v2 .menuMobile .sub3 span, #menu_v2 .menuMobile .sub4 span, #menu_v2 .menuMobile .sub5 span, #menu_v2 .menuMobile .sub6 span {
	font-size:23px;
}


/* ------------ Menu ---------- */
#menu_v2 .g-content {
	padding:0;
	margin:0;
}

#menu_v2 .menu_v2 {
	transition: 0.6s ease-in-out;
	position:fixed;
	width:100%;
	top:0;
	left: -100%;
    bottom: 0;
    right: 0;
	content:'';
	background: rgb(0 0 0 / 5%);
	z-index:3;
}

#menu_v2 .menu_v2 .logo{
	position: relative;
    width: 175px;
    left: 50px;
    top: 25px;
    background: #000;
    border-radius: 20px;
    padding: 8px;
	z-index:3;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	
}

#menu_v2 .menu_v2 .logo:hover{
	background-color: #000;
	text-shadow: none;	
}

#menu_v2 .menu_v2 .logo:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
	border-radius:15px;
}

#menu_v2 .menu_v2 .logo:before {
	display: block;
	position: absolute;
	left: -1px;
	top: 0px;
	height: 0px;
	width: 101%;
	border-radius:15px;
	z-index: -1;
	content: '';
	background: #fff;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#menu_v2 .menu_v2 .logo img{
	max-width:100%;
	margin-top:0;
	float:none;
}

#menu_v2 .menu_v2 .parent {
    width: 100%;
    height: 80%;
	left: 0%; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#menu_v2 .menu_v2 .parent ul{
	margin-left:30%;
}

#menu_v2 .parent li{
	display:block;
}

#menu_v2 .parent li.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

#menu_v2 .parent li.animated{
	visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

#menu_v2 .parent li.fadeInDown{
	-webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#menu_v2 .parent li.fadeInUp{
	-webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#menu_v2 .parent li:nth-child(2){
	animation-delay:0.2s;
}

#menu_v2 .parent li:nth-child(3){
	animation-delay:0.3s;
}

#menu_v2 .parent li:nth-child(4){
	animation-delay:0.4s;
}

#menu_v2 .parent li:nth-child(5){
	animation-delay:0.5s;
}

#menu_v2 .parent li:nth-child(6){
	animation-delay:0.6s;
}

#menu_v2 .parent li:nth-child(7){
	animation-delay:0.7s;
}

#menu_v2 .parent li h2{
	color: #299296;
	text-align: right;
	display: block;
	margin: 0;
	font-size: 110px;
}

#menu_v2 .parent li::marker{
	display:none;
}
/*
#menu_v2 .parent li:hover .sub{
	display:block;
}
*/

#menu_v2 .sub2, #menu_v2 .sub3, #menu_v2 .sub4, #menu_v2 .sub5, #menu_v2 .sub6{
	display:none;
	position:relative;
}

#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span{
    display: block;
	position:relative;
    text-align: right;
}

#menu_v2 .sub1 span:after,#menu_v2 .sub2 span:after,#menu_v2 .sub3 span:after,#menu_v2 .sub4 span:after, #menu_v2 .sub5 span:after , #menu_v2 .sub6 span:after{
/*     position: absolute;
    transition: .3s;
    content: '';
    height: 3px;
    background: #fff;
	right: 0;
    bottom: auto;
    top: -3px;
    width: 0%; */
}
  
#menu_v2 .sub1 span:hover,#menu_v2 .sub2 span:hover,#menu_v2 .sub3 span:hover,#menu_v2 .sub4 span:hover, #menu_v2 .sub5 span:hover, #menu_v2 .sub6 span:hover  {
	cursor: pointer;
}

#menu_v2 .sub1 span:hover:after,#menu_v2 .sub2 span:hover:after,#menu_v2 .sub3 span:hover:after,#menu_v2 .sub4 span:hover:after, #menu_v2 .sub5 span:hover:after, #menu_v2 .sub6 span:hover:after  {
	width:60%;
	top: calc(100% - 3px);
}  

#menu_v2 .menuLateral {
	background: #02538a;
    border-radius: 50px;
    position: fixed;
    margin: 0px;
    text-align: center;
    width: 100px;
    height: 100px;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	right: 45px;
    top: 10px;
    content: '';
    z-index: 3;
    display: block;
}

#menu_v2 .logoSlider {
	position: relative;
	display: inline-block;
    left: 61%;
}

#menu_v2 .menu_v2 {
	display: flex;
}


#menu_v2 .w33.icons {
    display: inline-block;
    height: 25%;
    text-align: center;
    position: relative;
    z-index: 9;
}

#menu_v2 .w33.icons .traducao { /* Modulo Traducao não funciona no Mapa */
	display: none;
}

#menu_v2 .w33.icons div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#menu_v2 .w33.icons a div {
    background:transparent;
}

#menu_v2 .w33.icons div svg {
	width: 22px;
	height: 22px;
}

#menu_v2 .w33.icons div svg path {
	fill: #ffffff;
}

#menu_v2 .w33.icons div.separator{
    width: 1px;
    margin: 0 10px;
}

#menu_v2 .w33.icons a.areaPessoal div svg {
    width: 170px;
    height: 33px;
}

#menu_v2 .w33.turnMenu{
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#menu_v2 .w33.offMenu{
    text-align: left;
    display: none;
    vertical-align: top;
}

#menu_v2 .w33.offMenu svg polygon{
    fill:#fff;
}

#menu_v2 .w33.turnMenu path, #barra .w33.offMenu path{
    fill: #1d1d1b;
}

#menu_v2 .w33 {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

#menu_v2.w33.logo button{
    background: transparent;
    height: 50px;
    outline: none;
    padding: 8px;
}

#menu_v2 .w33 img{
    background: transparent;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin-top: -8px;
    width: auto;
}

#menu_v2 .g-content{
	padding: 0 50px!important;
    width: 100%;
    margin: 0 auto;
}

.skiptranslate {
    display: none !important;
}

#menu_v2 .idiomaSelect {
    position: absolute;
    top: 60px;
    right: 17%;
    width: auto;
    height: 40px;
    z-index: 9;
    text-align: left;
    font-size: 12px;
    color: #004087;
    font-family: 'PFDinTextCompPro-Bold', sans-serif;
}

#menu_v2 .idiomaSelect a{
    background: #fff;
    color: #004087;
    padding: 10px;
    display: none;
    text-transform: lowercase;
    font-size: 14px;
}

#menu_v2 .idiomaSelect a.active{
    display: block;
}

#menu_v2 .idiomas {
    position: absolute;
    top: 60px;
    right: 17%;
    width: auto;
    height: 40px;
    z-index: 9;
    text-align: left;
    font-size: 12px;
    color: #004087;
    font-family: 'PFDinTextCompPro-Bold', sans-serif;
    padding-top: 40px;
}

#menu_v2 .idiomas a{
    background: #fff;
    color: #004087;
    padding: 10px;
    display: block;
    visibility: hidden;
    text-transform: lowercase;
    font-size: 14px;
}

#menu_v2 .idiomas a.active{
    display: none;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#menu_v2 .idiomas:hover a{
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#menu_v2 .menu_v2 .parent_left {
    display: inline-block;
    width: 25%;
    height: 100%;
	background: #d3e1ea;
    background-image: linear-gradient(to bottom, rgba(2, 83, 139, 0.55) 5%, rgb(175 193 205 / 33%) 100%), url(/images/Marca_dAgua.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

#menu_v2 .menu_v2 .parent_left .parent_left_img {
	display: block;
    height: 80%;
    position: relative;
    top: 50px;
    width: 100%;
    text-align: center;
}

#menu_v2 .menu_v2 .parent_left .parent_left_img img {
	width: 200px;
}

#menu_v2 .menu_v2 .parent_left .parent_left_pesquisa {
    position: absolute;
    margin-left: 5%;
    width: 15%;
    /*display: block;*/
	top: 59%;
	display: none; /* Hide for Now */
}

#menu_v2 .overlay_menu {
	position: absolute;
	width: 100%;
    height: 100%;
	background: #276c98f0;
}

#menu_v2 .menu_v2 .parent {
	height: 100%;
    left: 0%;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: left;
    position: relative;
	background: transparent;
    /*background-image: url(/images/FP_Slideshow/SliderPrincipal/360_aig02.jpg);
    background-size: cover;
	background-position: center;*/
}

#menu_v2 .menu_v2 .parent h4 {
	text-align: left;
}


#menu_v2 .menu_v2 .parent ul {
    z-index: 2;
    position: relative;
    top: 20%;
    display: block;
    width: 38%;
	margin-left: 16%;
	transition: cubic-bezier(0.4, 0, 1, 1) 0.5s;
}


.unclickable {
    pointer-events: none;
}

#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30%;
    display: inline-block;
    width: 1px;
    height: 0; /* Start with height 0 */
    background-color: #fff;
    transform: translateY(-50%);
    animation: growLine 1s ease-in forwards; /* Trigger the animation */
}

#menu_v2 .parent li h4 {
	font-size: 65px;
	font-family: 'PFDinTextCompPro-Thin', Arial, Helvetica, sans-serif;
	line-height: 1.2;
    color: #ffffff;
	display:block;
	cursor:pointer;
	text-align:right;
	margin:0;
	/* width: fit-content; */
	text-transform: uppercase;
}


#menu_v2 .parent li.active h4 {
	font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
}

#menu_v2 .parent h4:hover {
    text-decoration: underline;
}

#menu_v2 .parent li.fadeInDown a {
	color: #ffffff;
}

#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
    z-index: 3;
    margin-left: 50px;
    width: 70%;
    right: -85%;
    position: absolute;
    top: 20px;
	display: none;
}

#menu_v2 .sub1 a, #menu_v2 .sub2 a, #menu_v2 .sub3 a, #menu_v2 .sub4 a, #menu_v2 .sub5 a, #menu_v2 .sub6 a {
	text-decoration: none !important;
}

#menu_v2 .sub1 span, #menu_v2 .sub2 span, #menu_v2 .sub3 span, #menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
	font-size: 40px;
	font-family: 'PFDinTextCompPro-thin', Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#menu_v2 .sub1 span:hover, #menu_v2 .sub2 span:hover, #menu_v2 .sub3 span:hover, #menu_v2 .sub4 span:hover, #menu_v2 .sub5 span:hover, #menu_v2 .sub6 span:hover {
    text-decoration: underline;
}

#menu_v2 .logoSlider {
	max-width: 85%;
}

#menu_v2 .logoSlider img {
	    max-height: 95px;
}

#menu_v2 .menuLateral #menu-btn .icon {
    position: relative;
    border-radius: 100px;
    top: -55px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#menu_v2 .menuLateral #menu-btn.open .icon {
    position: relative;
    border-radius: 100px;
    top: -20px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#menu_v2 .menuLateral #menu-btn {
	-webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    display: block;
    margin: 0px;
    text-align: center;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

#menu_v2 .menuLateral #menu-btn.open {
	top: 5px;
}

#barra {
    /*background: #fff;
	border-bottom:1px solid #ddd;*/
	color: #000;
	z-index: 999999;
}
#barra .g-content {
	margin: 0px;
    padding: 0px;
    height: 0px;
}

#barra .logo {
    position: absolute;
    top: 24px;
    right: 176px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    cursor: pointer;	
}

#barra .iconMapa img {
	display: none;
}

#barra .menuLateral {
	background: #02538a;
    border-radius: 50px;
    position: absolute;
    margin: 0px;
    text-align: center;
    width: 100px;
    height: 100px;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	right: 30px;
    top: 5px;
    content: '';
    z-index: 3;
    display: block;
}

#barra .menuLateral #menu-btn .icon {
    position: relative;
    border-radius: 100px;
    top: -55px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#barra .menuLateral #menu-btn.open .icon {
    position: relative;
    border-radius: 100px;
    top: -20px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#barra .menuLateral #menu-btn {
	-webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    display: block;
    margin: 0px;
    text-align: center;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

#barra .menuLateral #menu-btn.open {
	top: 5px;
}

	
#barra .menuMobileLateral {
	background: #02538a;
    border-radius: 50px;
    /*position: fixed;*/
	position: absolute;
    margin: 0px;
    text-align: center;
    width: 100px;
    height: 100px;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	right: 30px;
    top: 10px;
    content: '';
    z-index: 3;
    display: block;
}

#barra .menuMobileLateral #menu-btn .icon {
    position: relative;
    border-radius: 100px;
    top: -55px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#barra .menuMobileLateral #menu-btn.open .icon {
    position: relative;
    border-radius: 100px;
    top: -20px;
    left: -39px;
    height: 140px;
    width: 140px;
    display: block !important;
}

#barra .menuMobileLateral #menu-btn {
	-webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    display: block;
    margin: 0px;
    text-align: center;
    width: 60px;
    height: 65px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
}

#barra .menuMobileLateral #menu-btn.open {
	top: 5px;
}

#barra .traducao #gt-wrapper-1001 {
	width: 50px;
}

#barra .traducao {
    position: absolute;
    right: 118px;
    top: 30px;
    width: 50px;
    background: #02538a;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    z-index: -1;
}

#barra .traducao svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

#barra  .traducao .gt_selector.notranslate {
    height: 50px;
}

.traducao svg {
	fill: #034572;
	position: absolute;
    z-index: -1;
}

.traducao .gt_selector.notranslate {
	border: none;
	color: transparent;
    background: transparent;
	cursor: pointer;
}

.traducao .gt_selector.notranslate:focus {
    outline: none; /* Removes the focus outline */
    border: 2px solid #02538a;  /* Removes any border that may appear */
}

.traducao .gt_selector.notranslate option {
	font-size: 14px !important;
    color: #000 !important;
}

.traducao .gt_selector.notranslate option[value=""] {
    display: none;
}	

@keyframes growLine {
    0% {
        height: 0;
		background: #ffffff;
    }
	
	50% {
        height: 50%;
		background: #ffffff;
    }

    100% {
        height: 100%; /* Grows to full height */
		background: #ffffff;
    }
}

#menuMobile{
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    padding-bottom: 330px;
    text-align: center;
	top: 55px;
    left: 0;
    display:none;
}

#menuMobile .g-content{
    padding: 0!important;
    margin: 0;
}

#menuMobile .platform-content{
    margin: 0;
    padding: 0;
}

#menuMobile .w33.icons {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    position: relative;
    top: 100px;
}
#menuMobile .w33.icons div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
#menuMobile .w33.icons div svg {
    height: 25px;
}
#menuMobile .w33.icons .areaPessoal div svg {
    height: 40px;
}
#menuMobile .w33.icons .separator {
    width: 1px;
    margin: 0 10px;
    background: #000;
}
#menuMobile .w33 img {
    background: transparent;
    height: 50px;
    text-align: center;
    padding: 0;
    width: auto;
}
#menuMobile .logo-5992.g-content {
    position: relative;
    top: 150px;
    margin: 0 auto;
}
#menuMobile .logo-5992 .g-logo {
    text-align: center;
}
#menuMobile .logo-5992 .g-logo img {
    width: 250px;
}

#menuMobile ul#accordeonck1037 {
    background: #fff;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: 0;
}

#menuMobile ul#accordeonck1037 li.level1, #menuMobile ul#accordeonck1037 li.level2, #menuMobile ul#accordeonck1037 li.level3, #menuMobile ul#accordeonck1037 li.level4{
    border-bottom: 1px solid #1d1d1d;
}

#menuMobile #accordeonck1037 li.accordeonck > span{
    text-align:left;
}

#menuMobile #accordeonck1037 li.level1 > span a, #menuMobile #accordeonck1037 li.level2 > span a, #menuMobile #accordeonck1037 li.level3 > span a, #menuMobile #accordeonck1037 li.level4 > span a{
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

#menuMobile #accordeonck1037 li.level1 > span span.accordeonckdesc{
    display:none;
}

#menuMobile #accordeonck1037 ul.content_1.accordeonck{
    background: #e4e4e4;
}

#menuMobile #accordeonck1037 ul.content_2.accordeonck{
    background: #fff;
}

#menuMobile #accordeonck1037 li.level1 > span a, #menuMobile #accordeonck1037 li.level2 > span a, #menuMobile #accordeonck1037 li.level3 > span a{
    padding-top:8px;
    padding-bottom:8px;
}

#menuMobile #accordeonck1037 li.level1 > span a{
    padding-left:10px;
}

#menuMobile #accordeonck1037 li.level2 > span a{
    padding-left:25px;
}

#menuMobile #accordeonck1037 li.parent.open > span span.toggler_icon{
    background: url(/templates/wnpc/css/imagens/nav_arrow_down_icon.png) center center no-repeat !important;
}

#menuMobile #accordeonck1037 li.parent > span span.toggler_icon{
    background: url(/templates/wnpc/css/imagens/nav_arrow_right_icon.png) center center no-repeat !important;
}

#menuMobile #accordeonck1037 li.accordeonck.parent > span {
    padding-right: 0;
}

#menuMobile #accordeonck1037 li.parent > span span.toggler_icon{
    right: 10px;
}

#menuMobile #accordeonck1037 .accordeonck.item804{
    display:none;
}

#menuMobile #accordeonck1037 li.level1.open > span a{
    background-color: #004087;
    color:#fff;
}

#menuMobile #accordeonck1037 li.level2.open > span a{
    background-color:#004087b3;
    color:#fff;
}

#g-page-surround{
	background:#fff;	
}

#g-page-surround:before{
	display: none;
}

#g-container-top {
    position: absolute;
    left: -100%;
    background: transparent;
    z-index: 99;
    top: -100%;
}

#g-container-top .g-side-column{
	display:none;	
}

.accesibilityDummy {
    position: absolute;
    left: -5000px;
    color: transparent;
}

body::-webkit-scrollbar, .dj-megamenu-default li.hover div.dj-subwrap::-webkit-scrollbar, .backgroundErro::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

body::-webkit-scrollbar-track, .dj-megamenu-default li.hover div.dj-subwrap::-webkit-scrollbar-track, .backgroundErro::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
}

body::-webkit-scrollbar-thumb, .dj-megamenu-default li.hover div.dj-subwrap::-webkit-scrollbar-thumb, .backgroundErro::-webkit-scrollbar-thumb {
	background-color: #00538a;
    outline: 1px solid white;
    width: 8px;
}

body {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

#g-container-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container{
	font-size: 1rem !important;
}

#g-container-navigation .g-main-nav .g-toplevel {
    display: block !important;
	text-align: center;
}

#g-container-header {
	display: none;
    background: #fff;
    margin-bottom: 0px;
}

#g-container-navigation {
	background: transparent;
	position: absolute; 
	padding-top: 0;
	top: 0;
    width: 100%;
	/*border-bottom: 1px solid #02538b;*/
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	 transition: all 1s ease-in-out;
}


#g-navigationmain .g-grid {
    width: 1350px;
    margin: 0 auto;
}

#g-navigationmain #w30 img, #g-navigationmain .w30 img{
    margin-top: 0px;
    z-index: 9;
    width: 228px;
    position: relative;
    background: white;
    padding: 0px 4px 0 7px;
}

#g-navigationmain .g-block.size-25{
	position: absolute;
	top: 0;
}

#g-navigationmain .g-block.size-75 .g-content {
    padding: 0 !important;
}

#g-navigationmain .g-block.size-75{
	-webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
}

.g-main-nav {
	margin-top: 0px;
}

#g-container-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-container-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: #666;
	background: transparent !important;
    border-radius: 4px;
}

#g-container-navigation .g-side-column{
	display: none;
}


.loader{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: #ffffff80;
}

.loader img{
    width: 170px;
    border-radius: 50%;
}


.loaderRotate {
    width: 130px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    margin-bottom: 50px;
}
/*.loaderRotate:before {
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #0000;
    border-color: #02538b #0000 #0000 #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotate 1s ease-in-out infinite;
    transform: rotate(0deg);
}*/
@keyframes rotate {
    0% {
      border-width: 3px;
    }
    100% {
      transform: rotate(360deg);
      border-width: 3px;
    }
}


/* Filtro dropdown*/

.select2-container--bootstrap .select2-dropdown{ 
    border: 0;
    box-shadow: none !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field{
    border-radius:0 !important;    
}

.select2-container--bootstrap .select2-results>.select2-results__options{
    background:#fff;
}

.select2-container--bootstrap .select2-search--dropdown{
    padding: 8px 20px  !important;
}

.select2-results__option{
    font-family: 'PFDinTextCompPro-Regular', sans-serif !important;
    padding: 5px 20px  !important;
	font-size: 16px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #7aa5c1 !important;
}

.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar{
    width: 7px;
    background: #fff;
}

.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-thumb{
	background: #00538a;
    border-radius: 10px;
}

.select2-container--bootstrap .select2-results>.select2-results__options::-webkit-scrollbar-track{
    -webkit-box-shadow: none;
    border-radius: 10px;
}


/* Placemarks */

#g-container-main .size-10 {
    display: none;
}

#g-mainbar {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#placemarks .g-content {
    margin: 0;
    padding: 0;
}

#placemarks .leaflet-top{
    top: auto;
    bottom: 50px;
}
#placemarks .leaflet-left{
    right: 2%;
    left: auto;
}
#placemarks .leaflet-bar a:hover{
    color:#fff;	background:#3677a8;
}
#placemarks .leaflet-control-zoom.leaflet-bar.leaflet-control{
    margin:0;
}
#placemarks .leaflet-control-attribution.leaflet-control{
    display:none;
}
#placemarks .leaflet-pane.leaflet-overlay-pane svg path{
    stroke: #02538b;
    stroke-width: 2;
    fill: none;
}

#placemarks .icon-placemark {
    display: block;
    text-align: center;
    opacity: .7 !important;
}

#placemarks .icon-placemark svg {
    width: 22px;
    height: 22px;
}

#placemarks .icon-placemark svg path {
    fill: #fff;
}

#placemarks .icon-placemark.active {
    opacity: 1 !important;
}

#placemarks .leaflet-tooltip-pane .customTooltip .titulo {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 18px;
}

#placemarks .leaflet-tooltip-pane .customTooltip .freg .icon {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

#placemarks .leaflet-tooltip-pane .customTooltip .freg .icon svg {
    width: 10px;
	height:10px;
}

#placemarks .leaflet-tooltip-pane .customTooltip .freg .icon svg path {
	fill: #00538a;
}

#placemarks .leaflet-tooltip-pane .customTooltip .freg .texto {
    display: inline-block;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 14px;
}


.placemarksContainer svg{
	width:24px;
	height:24px;
}

.placemarksContainer .freg .icon svg path, .placemarksContainer .dados .closeDados svg path {
	fill: #00538a;
}

.placemarksContainer .closeFiltro svg path, .placemarksContainer #find svg path {
	fill: #00538a;
}

/*.placemarksContainer .sideFilter{
	width: 165px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.34);
    padding: 10px 20px;
    text-align: center;
}*/

.placemarksContainer .sideFilter .textoFiltro{
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    color: #242d32;
    font-weight: 100;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.34);
	padding: 10px 130px 10px 25px;
    text-align: center;
    top: 25px;
    left: 50px;
    z-index: 999;
}

.placemarksContainer .sideFilter .textoFiltro:hover{
	color:#02538a;
}

.placemarksContainer .sideFilter .lateral{
	position: absolute;
    top: 0;
    left: -100%;
    width: 20%;
    background: #ffffffe0;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 55%) 5%, rgb(175 193 205 / 33%) 100%), url(/images/Marca_dAgua.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 9999;
	padding: 50px;
    padding-bottom: 0px;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.placemarksContainer .sideFilter .lateral .closeFiltro{
	cursor: pointer;
    position: absolute;
    top: 20px;
	left: 20px;
}

/*
.placemarksContainer .sideFilter .lateral .closeFiltro:hover svg path{
	fill:#009cde;
}*/

.placemarksContainer .sideFilter .lateral::-webkit-scrollbar{
    width: 6px;
}

.placemarksContainer .sideFilter .lateral::-webkit-scrollbar-thumb{
	background: #00538a;
    border-radius: 10px;
}

.placemarksContainer .sideFilter .lateral::-webkit-scrollbar-track{
	background:#f2f2f2;
}

.placemarksContainer .sideFilter .lateral input[type="text"], .placemarksContainer .sideFilter .lateral input[type="text"]:hover, .placemarksContainer .sideFilter .lateral input[type="text"]:focus{
	font-family: 'PFDinTextCompPro-Regular', sans-serif;
    box-shadow: none;
    border: 1px solid #d0d7e1;
    background: #bcd3d2;
    border-radius: 0;
    padding: 10px 15px;
    color: #626262;
    font-size: 20px;
	margin-bottom: 20px;
	padding-left: 35px;
}

.placemarksContainer .sideFilter .lateral input[type="text"]:hover, .placemarksContainer .sideFilter .lateral input[type="text"]:focus {
	border: 1px solid #00538a;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	border-radius: 0 !important;
    padding: 13px 10px 10px 35px !important;
    height: 50px !important;
    font-family: 'PFDinTextCompPro-Thin', sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
    border-color: #00538a !important;
}

.select2-container--bootstrap.select2-container--open .select2-selection {
	border-radius: 0px !important;
}

.select2-container.select2-container--bootstrap.select2-container--open{
	z-index:99999;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #7aa5c1;
    color: #fff;
}

.lateral .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    right: 35px !important;
}

.placemarksContainer .sideFilter .lateral .form-group {
    position: relative;
    display: inline-block;
    width: 100%;
	margin-bottom: 15px;
}

.placemarksContainer .sideFilter .lateral #search {
	display: block;
    width: 100%;
    margin-top: 20px;
}

.placemarksContainer .sideFilter .lateral .form-group #blocoSubcategoria{
    width: 100%;
}

.placemarksContainer .sideFilter .lateral .form-group.tags{
    display: none;
	width:100%;
}

.placemarksContainer .sideFilter .lateral .form-group.tags input[type="checkbox"]{
	margin:0 2px;
}

.placemarksContainer .sideFilter .lateral .form-group.tags div{
	width:49%;
	display:inline-block;
	padding:5px 10px;
}

.placemarksContainer .sideFilter .lateral .form-group.tags div:nth-child(1){
	display:none;
}

.placemarksContainer .sideFilter .lateral .form-group h4{
	margin: 0px 0 10px;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 35px;
    color: #727272;
}

.placemarksContainer .sideFilter .lateral .form-group #find{
	position: absolute;
    right: 10px;
	top: 52px;
	cursor:pointer;
}

.placemarksContainer .sideFilter .lateral #cleanfilter{
	width: 130px;
    cursor: pointer;
    padding: 10px;
    margin: 30px 0 0 auto;
    text-align: center;
    background-color: transparent;
    color: #1d1d1d;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    border: 1px solid transparent;
    border-radius: 0;
}

.placemarksContainer .sideFilter .lateral #cleanfilter:hover{
	background:#02538b;
	color:#fff;
}

/*.placemarksContainer .pagecontent{
	width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fafafa;
	overflow-y:hidden;
}*/

.placemarksContainer .pagecontent .results::-webkit-scrollbar, .placemarksContainer .pagecontent .dados::-webkit-scrollbar {
    width: 7px;
}

.placemarksContainer .pagecontent .results::-webkit-scrollbar-thumb, .placemarksContainer .pagecontent .dados::-webkit-scrollbar-thumb {
	background:#00538a;
}

.placemarksContainer .pagecontent .results::-webkit-scrollbar-track, .placemarksContainer .pagecontent .dados::-webkit-scrollbar-track {
	background:#dfecf2;
}

.placemarksContainer .pagecontent .topFilter{
	height: 50px;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.placemarksContainer .pagecontent .topFilter .pagination .page ,.placemarksContainer .pagecontent .results .page{
	display:none;
}

.placemarksContainer .pagecontent .topFilter .pagination .page.active {
	display:inline-block;
	vertical-align: top;
}

.placemarksContainer .pagecontent .results {
    display: none;
}

.placemarksContainer .pagecontent .results, .placemarksContainer .pagecontent .dados {
	height:710px;
	overflow-y:scroll;
	overflow-x: hidden;
}

.placemarksContainer .pagecontent .results .page.active{
	display:block;
}

.placemarksContainer .pagecontent .topFilter .pagination, .placemarksContainer .pagecontent .topFilter .top{
	margin:0;
}

.placemarksContainer .topFilter .pagination #previous, .placemarksContainer .topFilter .pagination #next {
	display:inline-block;
	position: relative;
}

.placemarksContainer .results .block.inBlock{
	background-color:#f2f2f2;
	border-bottom:1px solid #fff;
	height:175px;
	cursor:pointer;
	padding:0 0 15px;
}

.placemarksContainer .results .block.inBlock:hover{
	background-color:#d9e9f0;
}

.placemarksContainer .results .blockImage{
	width:50%;
	display:inline-block;
	float:left;
	height:174px;
	vertical-align:middle;
}

.placemarksContainer .results .blockContent{
	width: 50%;
    height: 175px;
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
}

.placemarksContainer .results .blockContent h4{
	font-family: 'PFDinTextCompPro-Medium', sans-serif;
	margin:0 0 10px;
	font-weight:100;
	font-size:18px;
	color: #1d1d1d;
}

.placemarksContainer .results .blockContent p{
	line-height: 1;
    padding: 0 0 10px;
    margin: 0;
}

.placemarksContainer .results .blockContent .icon {
    display: inline-block;
    margin-right: 5px;
}

.placemarksContainer .results .blockContent svg{
	width:20px;
	height:20px;
}

.placemarksContainer .blockContent .freg .texto {
    display: inline-block;
}

.placemarksContainer .pagecontent .dados{
    position: absolute;
	left: -100%;
	top:0;
	z-index:9999;
	background: #fffffff2;
	height:100%;
	width:25%;
	padding: 0 20px;
	transition: all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}

.placemarksContainer .dados .blockDados{
	position: relative;
    margin-top: 60px;
	display:none;
}

.placemarksContainer .dados .blockDados.active{
	display:block;
}

.placemarksContainer .dados .closeDados{
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 15px;
	cursor: pointer;
}
/*
.placemarksContainer .dados .closeDados:hover svg path{
	fill:#009cde;
}*/

/*
.placemarksContainer .dados .closeDados svg{
	height:25px;
	width:25px;
}*/

.placemarksContainer .dados .blockDados .blockImage{
	height: 200px;
}

.placemarksContainer .dados .blockDados .blockContent{
	position: relative;
	padding: 10px 30px;
}

.placemarksContainer .dados .blockDados .blockContent h4{
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 40px;
	color: #242d32;
	margin: 20px 0;
    line-height: 1;
}

.placemarksContainer .blockDados .blockContent .cat {
    display: none;
}

.placemarksContainer .blockDados .blockContent .freg {
    padding: 15px 0;
    text-align: left;
}

.placemarksContainer .blockDados .blockContent .freg .icon {
    width: 6%;
    display: inline-block;
    vertical-align: middle;
}

.placemarksContainer .blockDados .blockContent .freg .texto {
    display: inline-block;
    font-size: 16px;
	color: #3f3f3e;
}

.placemarksContainer .blockDados .blockContent .descricao {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 10px 0;
    color: #575756;
    line-height: 1;
}


.placemarksContainer .botao{
	position: relative;
    display: block;
    text-align: right;
    width: auto;
    margin-top: 10px;
    padding: 0 30px;
}

.placemarksContainer .botao a{
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 0;
    color: #165f92;
}

.placemarksContainer .botao a:hover{
	text-decoration: underline;
}

.submitPlacemarks #submit{
	display:none;
}

.placemarksContainer .marker-cluster-small {
	background-color:#009cde73 !important;
}
.placemarksContainer .marker-cluster-small div{
	background-color:#dbe9f099 !important;
}

.placemarksContainer .mobile{
	display:none;
	background: #fff;
    border-top: 1px solid #eee;
	height:55px;
}

.placemarksContainer .mobile .filtroMobile, .placemarksContainer .mobile .verMapa, .placemarksContainer .mobile .verLista {
	display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    font-size: 14px;
	font-family: 'PFDinTextCompPro-Regular', sans-serif;
    color: #1d1d1d;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.34);
	border:1px solid transparent;
	cursor:pointer;
}

.placemarksContainer .mobile .verMapa.hidden, .placemarksContainer .mobile .verLista.hidden {
	display:none
}

.placemarksContainer .mobile .filtroMobile:hover, .placemarksContainer .mobile .verMapa:hover, .placemarksContainer .mobile .verLista:hover{
	border-color:#eee;
	background:transparent;
	color:#2a2a28;
}

.placemarksContainer .mobile .verMapa,.placemarksContainer .mobile .verLista{
}

.placemarksContainer .categorias, .placemarksContainer .subcategorias {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
    background: #fff6;
    padding: 15px;
    border-radius: 50px;
}

.placemarksContainer .categorias .wideCat, .placemarksContainer .subcategorias .wideSubcat {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
}

.placemarksContainer .categorias .wideCat:last-child, .placemarksContainer .subcategorias .wideSubcat:last-child {
    margin-right: 0;
}

.placemarksContainer .categorias .image, .placemarksContainer .subcategorias .image {
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    border-radius: 50%;
	padding: 7.5px 10px;
    z-index: 999;
}

.placemarksContainer .categorias .image.active, .placemarksContainer .subcategorias .image.active {
    border: 2px solid #fff;
}

.placemarksContainer .wideCat .icon, .placemarksContainer .wideSubcat .icon {
    width: 20px;
    height: 25px;
}

.placemarksContainer .wideCat .icon svg, .placemarksContainer .wideSubcat .icon svg {
    width: 30px;
    height: 30px;
}

.placemarksContainer .wideCat .icon svg path, .placemarksContainer .wideSubcat .icon svg path {
    fill: #fff;
}

.placemarksContainer .image.active .icon svg path {
    fill: #02538b;
}

.placemarksContainer .categorias .cleanCat, .placemarksContainer .subcategorias .cleanSubcat {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
	cursor: pointer;
    z-index: 999;
}

.placemarksContainer .cleanCat svg, .placemarksContainer .cleanSubcat svg {
    width: 16px;
    height: 16px;
}

#placemarks .info {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 70px;
    background: #5d5d5d;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
    z-index: 999;
    cursor: pointer;
}

#placemarks .info svg {
    width: 30px;
    height: 30px;
}

#placemarks .info svg path {
    fill: #fff;
}

#placemarks .voltar {
    display: none;
    position: absolute;
    top: 6px;
    right: 140px;
    width: 100px;
    height: 100px;
    padding: 10px;
    z-index: 9999;
    cursor: pointer;
}

#placemarks .voltar svg {
    width: 50px;
    height: 50px;
}

#placemarks .popUpInfo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

#placemarks .overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
    z-index: 9999;
}

#placemarks .popUpInfo .conteudo {
    z-index: 9999;
    position: relative;
    display: block;
    max-width: 800px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    outline: 0;
    margin: 0 auto;
    padding: 70px 55px;
    top: 50%;
    transform: translate(0, -50%);
}

#placemarks .closePop {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

#placemarks .closePop svg {
    width: 30px;
    height: 30px;
}

#placemarks .conteudo .imagem {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#placemarks .conteudo .imagem img {
    width: 250px;
}

#placemarks .conteudo .texto {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

#placemarks .texto .titulo {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 26px;
    text-align: left;
    font-weight: normal;
    margin: 0px auto 15px auto;
    color: #575756;
}

#placemarks .texto .desc {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 18px;
    color: #878787;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
}

#placemarks .icons div {
    /* width: 35px; */
    height: 35px;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#placemarks .icons div svg {
    width: 22px;
    height: 22px;
}
/* CL360 - Project 360 - Start */
/* Select Boxes Styles & Extras - Start*/
.select2-container--bootstrap .select2-dropdown  {
	border: 1px solid #c2cad8 !important;
	border-radius: 0px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
	border-color: #93a1bb !important;
	border-top: 1px solid #93a1bb !important;
}
/* Select Boxes Styles & Extras - END */

body .g-side-column {
    display: none;
}

/* Loader */

.loaderRotate svg {
	width: 100px;
	height: auto;
}

.loaderRotate path {
  position: relative;
  top: 0.63em;  
  display: inline-block;
  text-transform: uppercase;  
  opacity: 0;
  transform: rotateX(-90deg);
}

.loaderRotate .let1 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.2s;
}

.loaderRotate .let2 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.3s;
}

.loaderRotate .let3 {
  animation: drop 1.2s ease-in-out infinite;
  animation-delay: 1.4s;
}

@keyframes drop {
	10% {
		opacity: 0.5;
	}
	20% {
		opacity: 1;
		top: 3.78em;
		transform: rotateX(-360deg);
	}
	80% {
		opacity: 1;
		top: 3.78em;
		transform: rotateX(-360deg);
	}
	90% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
		top: 6.94em
	}
}

#BarraCopyright .logoscode img {
    height: auto;
    margin: 0 auto;
    width: auto;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}

#BarraCopyright {
    background: #fff;
    border-top: 1px solid #ddd;
    padding-top: 0;
}

#BarraCopyright .w30{
    width: 30%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

#BarraCopyright .w30 img{
    width: auto;
    max-width: 35px;
	cursor: pointer;
    height: auto;
    opacity: 0.4;
}

#BarraCopyright .w30.mymodal img:hover {
	opacity: 1;
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#BarraCopyright .w40 {
    width: 39%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    color: #1d1b1b;
}

#BarraCopyright .w40 a, #BarraCopyright .w40 a:hover{
	color: #1d1b1b;
	text-decoration:none;
}

#BarraCopyright .w30 .text{
    width: 75px;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-transition: width 1s, visibility 2000ms ease-in-out;
    -moz-transition: width 1s, visibility 2000ms ease-in-out;
    -o-transition: width 1s, visibility 2000ms ease-in-out;
    transition: width 1s, visibility 2000ms ease-in-out;
}

#BarraCopyright .logoInterface:hover .text{
    visibility: visible;
}

#BarraCopyright .w30 .text p{
    margin: 0;
    font-size: 12px;
    text-align: center;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    color: #1d1b1b;
}

#BarraCopyright .logoInterface {
    background: transparent;
    overflow: hidden;
    text-align: right;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    -webkit-transition: width 1s, opacity 2000ms ease-in-out;
    -moz-transition: width 1s, opacity 2000ms ease-in-out;
    -o-transition: width 1s, opacity 2000ms ease-in-out;
    transition: width 1s, opacity 2000ms ease-in-out;
}

#BarraCopyright .g-content {
	padding: 10px 50px !important;
    margin: 0 auto;
}

#BarraCopyright .company:hover img{
	opacity: 1;
}

#BarraCopyright .company img {
    height: 30px;
    margin: 0px 5px;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.4;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

#BarraCopyright .prod {
    color: black;
    font-family: "raleway", sans-serif;
    font-size: 14px;
    position: absolute;
    margin-top: -4px;
    right: 45px;
}

.company{
	margin: 0;
}

#BarraCopyright .logoInterface .prod {
    opacity: 0;
    width: 142px;
    text-align: center;
    color: black;
	font-size: 12px;
    -webkit-transition: opacity 1500ms ease-in;
    -moz-transition: opacity 1500ms ease-in;
    -o-transition: opacity 1500ms ease-in;
    transition: opacity 1500ms ease-in;
}

#BarraCopyright .logoInterface:hover .prod {
    opacity: 1;
}

#BarraCopyright .copy{
    color: black;
    font-size: 12px;
    margin: 10px 0;
}

#BarraCopyright p a{
	color: black;
    font-size: 12px;
}

#BarraCopyright p a:hover{
	text-decoration: underline;
}

@media (max-width: 469px){  
	.preloader-content h2 {
		font-size: 80px;
    }
	
	#menu_v2 .menuLateral {
	    right: -11px;
		top: -22px;
	}
		
	#menu_v2 .menuLateral #menu-btn .icon { 
        left: -1px;
	}
	
	#menu_v2 .menuLateral #menu-btn.open .icon { 
        left: -1px;
	}
	
	#menu_v2 .sub1 span, #menu_v2 .sub2 span, #menu_v2 .sub3 span, #menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span  {
        font-size: 15px;
    }
	#menu_v2 .icon {
        justify-self: center;
    }
	
    #menu_v2 .menu_v2 .parent {

    }
	
    #menu_v2 .parent li h2 {
        font-size: 45px;
    }
	
    #menu_v2 .parent li h4 {
        font-size: 28px;
    }
	
	#menu_v2 .parent li.animatable {
		visibility: visible;
	}
	
    #menu_v2 .logoSlider {
        left: 30%;
        width: 125px;
    }
	
	#menu_v2 .menu_v2 .parent_left .parent_left_pesquisa p {
		font-size: 13px;
	}
	
	#menu_v2 .menu_v2 .parent {

	}
	#menu_v2 .parent li.animatable {
		visibility: visible;
	}
		#menu_v2 .menu_v2 .parent {
	}
		
	/* ----------- Menu Media ------------ */
	#menu_v2 .menu_v2 .parent ul {
        z-index: 2;
        position: relative;
        top: 22%;
        display: block;
        width: 80%;
        margin-left: 30px;
        margin-right: 10px;
	}

	#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
		z-index: 3;
		margin-left: 0px;
		width: 100%;
		right: 0px;
		position: relative;
		top: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before {
		visibility: hidden;
		width: 0px;
	}

	#menu_v2 .parent .sub1 a, #menu_v2 .parent .sub2 a, #menu_v2 .parent .sub3 a, #menu_v2 .parent .sub4 a, #menu_v2 .parent .sub5 a, #menu_v2 .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000001c;
	}
	/* ----------------------------------- */
	#menu_v2 .menuMobile, #menu_v2 .menuTopo{
		display:block;
	} 
	
	#menu_v2 .menuMobile .parent{
		right:10%;
		left:auto;
	}
	
	#menu_v2 .menuMobile .parent li h4 {
		font-size: 30px;
	}
	
	#menu_v2 .menuMobile .sub1 span, #menu_v2 .menuMobile .sub2 span, #menu_v2 .menuMobile .sub3 span, #menu_v2 .menuMobile .sub4 span, #menu_v2 .menuMobile .sub5 span, #menu_v2 .menuMobile .sub6 span {
		font-size:18px;
	}
 
	#barra .logo {
		right: 97px;
        top: -2px;
	}

	#barra .menuLateral, #menu_v2 {
		display: none;
	}

	#barra .menuMobileLateral {
		right: -20px;
        top: -15px;
        width: 90px;
        height: 90px;
	}
	
	#barra .menuMobileLateral #menu-btn {
	    width: 60px;
        height: 65px;
	    top: 25px;
        right: 15px;
	}
	
	#barra .menuMobileLateral #menu-btn.open {
        top: 0;
    }
	
	#barra .traducao {
        right: 55px;
        top: 10px;
        width: 40px;
        height: 40px;
	}
	
	#barra .traducao #gt-wrapper-1001 {
        width: 40px;
	}
	
	#etiqueta {
        display: none;
    }
	
	#etiqueta .item {
		right: -272px;
	}
    
	#etiqueta .item .barra { 
		width: 13%;
	}
	
	#etiqueta .item:hover {
		right: -26px;
	}
	
	.placemarksContainer .mobile{
		display:block;
	}
	
	.placemarksContainer .sideFilter{
		width:0;
	}
	
	.placemarksContainer .sideFilter .textoFiltro, .placemarksContainer .categorias, .placemarksContainer .subcategorias {
		display:none;
	}
	
	.placemarksContainer .sideFilter .lateral{
		width:100%;
		height:100%;
		padding: 30px;
		z-index: 99999;
	}
	
	.placemarksContainer .sideFilter .lateral .form-group h4 {
	    font-size: 16px;
	}
	
	.placemarksContainer .sideFilter .lateral input[type="text"], .placemarksContainer .sideFilter .lateral input[type="text"]:hover, .placemarksContainer .sideFilter .lateral input[type="text"]:focus {
	    padding: 5px;
	}
	
	.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	    padding: 10px !important;
        height: 40px !important;
	}
	
	.placemarksContainer .sideFilter .lateral #cleanfilter {
	    width: 105px;
	    font-size: 14px;
	}
	
	.placemarksContainer .pagecontent{
	    width: 100%;
	    height: 0;
		position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
	}
	
	.placemarksContainer .pagecontent .results {
	    display: block;
	    width: 100%;
	}
	
	.placemarksContainer .pagecontent .dados{
		top:55px;
		width: 100%;
		height: 710px !important;
	}
	
	.placemarksContainer .pagecontent .dados .blockDados .blockImage{
		height:200px;
	}
	
	.placemarksContainer .dados .blockDados .blockContent h4 {
	    font-size: 30px;
	}
		
	.placemarksContainer .sideFilter .lateral .form-group #find {
		top: 47px;
	}
	
	.placemarksContainer .blockDados .blockContent .descricao {
	    font-size: 14px;
	}
	
	.placemarksContainer .botao a {
	    font-size: 18px;
	}
	    
    #placemarks {
        height: 765px;
    }
	
	#placemarks .voltar {
		top: -11px;
		right: 73px;
		width: 75px;
		height: 75px;
	}
	
	#placemarks .info {
	    position: fixed;
	    bottom: 60px;
        right: 15px;
        width: 45px;
        height: 45px;
	}
	
	#placemarks .info svg {
        width: 25px;
        height: 25px;
    }
    
    #placemarks .popUpInfo .conteudo {
        padding: 55px 30px;
    }
    
    #placemarks .conteudo .imagem, #placemarks .conteudo .texto {
        width: 100%;
    }
    
    #placemarks .conteudo .imagem img {
        width: 80px;
    }
    
    #placemarks .texto .titulo {
        font-size: 22px;
    }
	
	#placemarks .texto .desc {
	    font-size: 14px;
	}
	
    
    #BarraCopyright .g-content{
        width: auto;
        padding: 10px !important;
    }
    
    #BarraCopyright .w30.mymodal {
        display: none;
    }
    
    #BarraCopyright .w30 {
        width: 12%;
    }
    
    #BarraCopyright .w40 {
        width: 86%;
        font-size: 12px;
    }
    
    #BarraCopyright .w30 .text {
        display: none;
    }
    
}


@media (min-width: 470px) and (max-width: 591px){
	#menu_v2 .menuLateral {
	    right: -11px;
		top: -22px;
	}
	
    #menu_v2 .parent li h2 {
        font-size: 59px;
    }
    #menu_v2 .parent li h4 {
        font-size: 28px;
    }
    #menu_v2 .logoSlider {
		left: 50%;
        width: 150px;
    }

	#menu_v2 .menu_v2 .parent {
	}
	/* ----------- Menu Media ------------ */
	#menu_v2 .menu_v2 .parent ul {
        z-index: 2;
        position: relative;
        top: 22%;
        display: block;
        width: 80%;
        margin-left: 30px;
        margin-right: 10px;
	}
		
	#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span  {
		font-size: 18px;
	}
	
	#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
		z-index: 3;
        margin-left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before  {
		visibility: hidden;
		width: 0px;
	}

	#menu_v2 .parent .sub1 a, #menu_v2 .parent .sub2 a, #menu_v2 .parent .sub3 a, #menu_v2 .parent .sub4 a, #menu_v2 .parent .sub5 a, #menu_v2 .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000001c;
	}

	#menu_v2 .menuMobile, #menu_v2 .menuTopo{
		display:block;
	} 
	
	#menu_v2 .menuMobile .parent li h4 {
		font-size: 40px;
	}
	
	#menu_v2 .menuMobile .sub1 span, #menu_v2 .menuMobile .sub2 span, #menu_v2 .menuMobile .sub3 span, #menu_v2 .menuMobile .sub4 span, #menu_v2 .menuMobile .sub5 span, #menu_v2 .menuMobile .sub6 span  {
		font-size: 20px;
	}
 
	#barra .logo {
		right: 125px;
        top: -2px;
	}

	#barra .menuLateral, #menu_v2 {
		display: none;
	}

	#barra .menuMobileLateral {
		right: -10px;
		top: -22px;
	}
	
	#barra .traducao {
        right: 70px;
        top: 3px;
	}
	
	#etiqueta {
        display: none;
    }
	
	#etiqueta .item {
		right: -272px;
	}
    
	#etiqueta .item .barra { 
		width: 13%;
	}
	
	#etiqueta .item:hover {
		right: -26px;
	}
	
	.placemarksContainer .mobile{
		display:block;
	}
	
	.placemarksContainer .mobile .filtroMobile, .placemarksContainer .mobile .verMapa, .placemarksContainer .mobile .verLista {
	    font-size: 16px;
	}
	
	.placemarksContainer .sideFilter{
		width:0;
	}
	
	.placemarksContainer .sideFilter .textoFiltro, .placemarksContainer .categorias, .placemarksContainer .subcategorias {
		display:none;
	}
	
	.placemarksContainer .sideFilter .lateral{
		width:100%;
		height:100%;
		padding: 30px;
		z-index: 99999;
	}
	
	.placemarksContainer .sideFilter .lateral .form-group h4 {
	    font-size: 16px;
	}
	
	.placemarksContainer .sideFilter .lateral .form-group #find {
		top: 47px;
	}
	
	.placemarksContainer .sideFilter .lateral input[type="text"], .placemarksContainer .sideFilter .lateral input[type="text"]:hover, .placemarksContainer .sideFilter .lateral input[type="text"]:focus {
	    padding: 5px;
	}
	
	.select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
	    padding: 10px !important;
        height: 40px !important;
	}
	
	.placemarksContainer .sideFilter .lateral #cleanfilter {
	    width: 105px;
	    font-size: 14px;
	}
	
	.placemarksContainer .pagecontent{
	    width: 100%;
	    height: 0;
		position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
	}
	
	.placemarksContainer .pagecontent .results {
	    display: block;
	    width: 100%;
	}
	
	.placemarksContainer .pagecontent .dados{
		top:55px;
		width: 100%;
		height: 710px !important;
	}
	
	.placemarksContainer .pagecontent .dados .blockDados .blockImage{
		height:250px;
	}
	
	.placemarksContainer .dados .blockDados .blockContent h4 {
	    font-size: 30px;
	}
	
	.placemarksContainer .blockDados .blockContent .descricao {
	    font-size: 14px;
	}
	
	.placemarksContainer .botao a {
	    font-size: 18px;
	}
	    
    #placemarks {
        height: 765px;
    }
		    
	#placemarks .voltar {
		top: -11px;
		right: 73px;
		width: 75px;
		height: 75px;
	}
	
	#placemarks .info {
	    position: fixed;
	    bottom: 60px;
        right: 15px;
        width: 45px;
        height: 45px;
	}
	
	#placemarks .info svg {
        width: 25px;
        height: 25px;
    }
    
    #placemarks .popUpInfo .conteudo {
        padding: 55px 30px;
    }
    
    #placemarks .conteudo .imagem, #placemarks .conteudo .texto {
        width: 100%;
    }
    
    #placemarks .conteudo .imagem img {
        width: 80px;
    }
    
    #placemarks .texto .titulo {
        font-size: 22px;
    }
	
	#placemarks .texto .desc {
	    font-size: 14px;
	}
	
    #BarraCopyright .g-content{
        width: auto;
        padding: 10px !important;
    }
    
    #BarraCopyright .w30.mymodal {
        display: none;
    }
    
    #BarraCopyright .w30 {
        width: 28%;
    }
    
    #BarraCopyright .w40 {
        width: 70%;
        font-size: 14px;
    }
    
    #BarraCopyright .w30 .text {
        display: none;
    }
    
}


@media (min-width: 592px) and (max-width: 767px){
	#menu_v2 .menuLateral {
	    right: -11px;
		top: -22px;
	}
	
	#menu_v2 .logoSlider {
		left: 55%;
		width: 165px;
	}
	
	#menu_v2 .menu_v2 .parent {
	}
	#menu_v2 .parent li h2 {
		font-size: 75px;
	}
	#menu_v2 .parent li h4 {
		font-size: 35px;
	}
	#menu_v2 .menu_v2 .parent_left .parent_left_pesquisa p {
			font-size: 15px;
	}
	#menu_v2 .menu_v2 .parent {
	}
	#menu_v2 .parent li.animatable {
		visibility: visible;
	}
	
	/* ----------- Menu Media ------------ */
	#menu_v2 .menu_v2 .parent ul {
		z-index: 2;
		position: relative;
		top: 22%;
		display: block;
		width: 80%;
		margin-left: 30px;
		margin-right: 10px;
	}
		
	#menu_v2 .sub1 span, #menu_v2 .sub2 span, #menu_v2 .sub3 span, #menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span  {
		font-size: 18px;
	}
	
	#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
		z-index: 3;
        margin-left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before  {
		visibility: hidden;
		width: 0px;
	}

	#menu_v2 .parent .sub1 a, #menu_v2 .parent .sub2 a, #menu_v2 .parent .sub3 a, #menu_v2 .parent .sub4 a, #menu_v2 .parent .sub5 a, #menu_v2 .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000001c;
	}

	#menu_v2 .menuMobile, #menu_v2 .menuTopo{
		display:block;
	} 
	
	#menu_v2 .menuMobile .parent li h4 {
		font-size: 45px;
	}
	
	#menu_v2 .menuMobile .sub1 span, #menu_v2 .menuMobile .sub2 span, #menu_v2 .menuMobile .sub3 span, #menu_v2 .menuMobile .sub4 span, #menu_v2 .menuMobile .sub5 span, #menu_v2 .menuMobile .sub6 span  {
		font-size: 23px;
	}
 
	#barra .logo {
		right: 125px;
		top: -2px;
	}

	#barra .menuLateral, #menu_v2 {
		display: none;
	}

	#barra .menuMobileLateral {
		right: -10px;
		top: -22px;
	}
	
	#barra .traducao {
        right: 70px;
        top: 3px;
	}
		
	#etiqueta {
        display: none;
    }
	
	.placemarksContainer .mobile{
		display:block;
	}
	
	.placemarksContainer .mobile .filtroMobile, .placemarksContainer .mobile .verMapa, .placemarksContainer .mobile .verLista {
	    font-size: 16px;
	}
	
	.placemarksContainer .sideFilter{
		width:0;
	}
	
	.placemarksContainer .sideFilter .textoFiltro, .placemarksContainer .categorias, .placemarksContainer .subcategorias {
		display:none;
	}
	
	.placemarksContainer .sideFilter .lateral{
		width:100%;
		height:100%;
	}
	
	.placemarksContainer .sideFilter .lateral .form-group h4 {
	    font-size: 18px;
	}
	
	.placemarksContainer .pagecontent{
	    width: 100%;
	    height: 0;
		position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
	}
	
	.placemarksContainer .pagecontent .results {
	    display: block;
	    width: 100%;
	}
	
	.placemarksContainer .pagecontent .dados{
		top:55px;
		width: 100%;
		height: 710px !important;
	}
	    
    #placemarks {
        height: 765px;
    }
	    
	#placemarks .voltar {
		top: -11px;
		right: 73px;
		width: 75px;
		height: 75px;
	}
	
	#placemarks .info {
	    position: fixed;
	    bottom: 60px;
        right: 15px;
        width: 45px;
        height: 45px;
	}
	
	#placemarks .info svg {
        width: 25px;
        height: 25px;
    }
    
    #placemarks .conteudo .imagem img {
        width: 150px;
    }
	
    #BarraCopyright .g-content{
        width: auto;
        padding: 10px 20px !important;
    }
    
    #BarraCopyright .w30 {
        width: 38%;
    }
    
    #BarraCopyright .w40 {
        width: 22%;
		font-size: 11px;
    }
    
    #BarraCopyright .w30 .text {
        width: 90px;
    }
    
}


@media (min-width: 768px) and (max-width: 958px){
    
	#menu_v2 .menuMobile, #menu_v2 .menuTopo{
		display:block;
	}

	#menu_v2 .logoSlider {
		left: 70%;
		width: 165px;
	}
	
	#menu_v2 .parent li h4{
		font-size: 35px;
	}
	/* ----------- Menu Media ------------ */
	#menu_v2 .menu_v2 .parent ul {
		z-index: 2;
		position: relative;
		top: 20%;
		display: block;
		width: 80%;
		margin-left: 75px;
		margin-right: 10px;
	}
	
	#menu_v2 .sub1 span, #menu_v2 .sub2 span, #menu_v2 .sub3 span, #menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
		font-size: 24px;
	}
	
	#menu_v2 .parent .sub1, #menu_v2 .parent .sub2, #menu_v2 .parent .sub3, #menu_v2 .parent .sub4, #menu_v2 .parent .sub5, #menu_v2 .parent .sub6 {
		z-index: 3;
        margin-left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

	#menu_v2 .parent .sub1:before, #menu_v2 .parent .sub2:before, #menu_v2 .parent .sub3:before, #menu_v2 .parent .sub4:before, #menu_v2 .parent .sub5:before, #menu_v2 .parent .sub6:before {
		visibility: hidden;
		width: 0px;
	}

	#menu_v2 .parent .sub1 a, #menu_v2 .parent .sub2 a, #menu_v2 .parent .sub3 a, #menu_v2 .parent .sub4 a, #menu_v2 .parent .sub5 a, #menu_v2 .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000001c;
	}
	/* ----------------------------------- */
	
	#menu_v2 .parent li h2 {
		font-size: 80px;
	}
	
	#barra .logo {
        top: 25px;
        right: 112px;
    }
    
    #barra .traducao {
        right: 60px;
        top: 30px;
    }
    
    #barra .menuLateral {
        right: -20px;
    }
	
    #barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
	
    .placemarksContainer .sideFilter .textoFiltro {
        font-size: 16px;
        padding: 15px 80px 15px 25px;
        left: 10px;
    }
    
    .placemarksContainer .categorias, .placemarksContainer .subcategorias {
		right: 10px;
        width: fit-content;
        text-align: center;
    }
    
    .placemarksContainer .categorias .wideCat, .placemarksContainer .subcategorias .wideSubcat {
        margin-right: 5px;
    }
    
    .placemarksContainer .wideCat .icon, .placemarksContainer .wideSubcat .icon {
        width: 25px;
        height: 30px;
    }
    
    .placemarksContainer .wideCat .icon svg, .placemarksContainer .wideSubcat .icon svg {
        width: 25px;
        height: 25px;
    }
    
    .placemarksContainer .sideFilter .lateral {
        width: 35%;
        padding: 30px;
    }
    
    .placemarksContainer .sideFilter .lateral .form-group h4 {
        font-size: 18px;
    }
    
    .placemarksContainer .sideFilter .lateral #cleanfilter {
        width: 105px;
    }
    
    .placemarksContainer .pagecontent .dados {
        width: 45%;
    }
    
    .placemarksContainer .dados .blockDados .blockContent h4 {
        font-size: 30px;
    }
    
    .placemarksContainer .blockDados .blockContent .freg .icon {
        margin-right: 10px;
    }
	
	.placemarksContainer .subcategorias .cleanSubcat {
	    bottom: -2px;
	}
	
	.placemarksContainer .subcategorias .cleanSubcat svg path {
		fill: #fff;
	}
	
	.placemarksContainer .categorias .image.active, .placemarksContainer .subcategorias .image.active {
		padding-bottom: 20px;
		padding-inline: 15px;
	}
    
    #placemarks .conteudo .imagem img {
        width: 190px;
    }
	
    #BarraCopyright .g-content{
        width: 750px;
        padding: 10px 20px !important;
    }
    
    #BarraCopyright .w40 {
        width: 38%;
    }
    
    #BarraCopyright .w30 .text {
        width: 90px;
    }
    
}


@media (min-width: 959px) and (max-width: 1199px){
    
	#menu_v2 .parent li h4{
		font-size:42px;
	}
	
	#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
		font-size: 20px;
	}
	
	#menu_v2 .parent li h2 {
		font-size: 80px;
	}
	
    #barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
	
    .placemarksContainer .sideFilter .lateral {
        width: 35%;
    }
	
    .placemarksContainer .sideFilter .textoFiltro {
		padding: 15px 90px 15px 25px;
	}
    .placemarksContainer .pagecontent .dados {
        width: 35%;
    }
    
    .placemarksContainer .dados .blockDados .blockContent h4 {
        font-size: 35px;
    }
    
    .placemarksContainer .blockDados .blockContent .freg .icon {
        margin-right: 10px;
    }
	
	.placemarksContainer .subcategorias .cleanSubcat {
	    bottom: -2px;
	}
	
	.placemarksContainer .subcategorias .cleanSubcat svg path {
		fill: #fff;
	}
	
	.placemarksContainer .categorias .image.active, .placemarksContainer .subcategorias .image.active {
		padding-bottom: 20px;
		padding-inline: 15px;
	}
    
    #BarraCopyright .g-content{
        width: 750px;
        padding: 10px 20px !important;
    }
    
    #BarraCopyright .w40 {
        width: 38%;
    }
    
    #BarraCopyright .w30 .text {
        width: 90px;
    }
    
}


@media (min-width: 1200px) and (max-width: 1439px){
    
	#menu_v2 .parent li h4{
		font-size:45px;
	}
	
	#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
		font-size: 30px;
	}
		
	#menu_v2 .logoSlider {
		left: 65%;
	}
	#menu_v2 .parent li h2 {
		font-size: 90px;
	}
	
    #barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
	
    .placemarksContainer .sideFilter .lateral {
        width: 35%;
    }
    
    .placemarksContainer .pagecontent .dados {
        width: 35%;
    }
    
    .placemarksContainer .dados .blockDados .blockContent h4 {
        font-size: 35px;
    }
    
    .placemarksContainer .blockDados .blockContent .freg .icon {
        margin-right: 10px;
    }
    
    
    #BarraCopyright .g-content {
        width: 950px;
        padding: 10px 0 !important;
    }
    
}


@media (min-width: 1440px) and (max-width: 1599px){
	#menu_v2 .parent li h4{
		font-size:55px;
	}
	
	#menu_v2 .sub1 span,#menu_v2 .sub2 span,#menu_v2 .sub3 span,#menu_v2 .sub4 span, #menu_v2 .sub5 span, #menu_v2 .sub6 span {
		font-size: 32px;
	}
	
    #barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
	
    .placemarksContainer .sideFilter .lateral {
        width: 25%;
    }
    
    .placemarksContainer .blockDados .blockContent .freg .icon {
        margin-right: 10px;
    }
	
	#BarraCopyright .g-content {
	    width: 1150px;
	}
    
}

@media (min-width: 1600px) {
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
}






