/* 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 .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 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;
}

#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 .menu_v2 .parent_left .w33.icons .traducao svg path {
    fill: #ffffff;
}

#menu_v2 .parent_left .w33.icons div {
	width: 25px;
}

.unclickable {
    pointer-events: none;
}

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

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


#BarraCopyright .w30 #aa img{
    width: 80px !important;
    margin-left: 5px !important;
}

#custom-1191{
    position: absolute;
    top: -1000%;
}

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

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

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

#MenuSuperior .normal .w66 .gopage{
    background: #e9be2f;
    color: #fff;
    border: 1px solid #e9be2f;
    padding: 5px 10px;
    margin-top: 20px;
    display: block;
    width: 140px;
    text-align: center;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
}

#MenuSuperior .normal .w66 .gopage:hover{
    background: #fff;
    color: #000;
}

.loaderAcontece {
	text-align: center;
}

.loaderNoticias {
    text-align: center;
}

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


.loaderRotate {
    width: 70px;
    height: auto;
    position: relative;
    /*overflow: hidden;
    transform: rotate(240deg);*/
    display: inline-block;
    margin-bottom: 50px;
}
/*.loaderRotate:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #0000;
    border-color: #004087 #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;
    }
}


.mobile{
    display:none;
}

#MenuSuperior {
    position: fixed;
    left: 0;
    top: 50px;
    height: 100%;
    width: 100%;
    text-align: center;
    background: #f3f9ff;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
}

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

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

#MenuSuperior .w33 button{
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #1d1d1b;
    font-size: 19px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    margin-bottom:20px;
    outline: none;
    width: 100%;
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
}

#MenuSuperior .w33 button:hover, #MenuSuperior .w33 button.active{
    background:#e9be2f;
    color: #fff;
    border: 1px solid #e9be2f;
}

#g-mainbar .moduletable {
    margin: 0;
}

#barra .logo {
    position: absolute;
    width: auto;
	top: 10px;
    z-index: 9;
    margin-left: -50px;
    -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;
}

#barra .logo svg {
    width: 100px;
}

#barra .logo svg .cls-1,#barra .logo svg .cls-2{
    fill:#174283;
}
#barra .logo svg .cls-2, #barra .logo svg .cls-6{
    fill-rule:evenodd;
}
#barra .logo svg .cls-3{
    fill:#fee303;
}
#barra .logo svg .cls-4,.cls-6{
    fill:#e30d21;
}
#barra .logo svg .cls-5{
    fill:#fff;
}

#barra .iconMapa {
    position: absolute;
    right: 185px;
    top: 35px;
    border-radius: 50px;
    border: 1px solid #02538a;
    -moz-animation: pulse-animation 2s infinite;
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
}

#barra .iconMapa img {
    width: 50px;
}

#barra .iconMapa img:hover {
    border-radius: 50px;
    filter: brightness(0.9);
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgb(2 83 138);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
    }
}

#barra .w33.icons{
	height: 0px;
	text-align:right;
	margin-top: 40px;
	position: relative;
    z-index: 9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.skiptranslate {
    display: none !important;
}

#barra .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;
}

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

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

#barra .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;
}

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

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


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

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

#barra .pesquisa {
    position: absolute;
    top: 70px;
    right: 19%;
    width: auto;
    height: 20px;
    z-index: 9;
}

#barra .pesquisa svg {
    width: 20px;
    height: 20px;
}

#barra .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: 30px;
    top: 10px;
    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;
    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;
}

.Atalhos{
    background: transparent;
    outline: none;
    border: 0px;
    color: #1d1d1b;
    padding: 10px 15px;
    margin-top: 0px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Atalhos .icon{
    margin-right: 10px;
    min-width: 20px;
}

.Atalhos .icon svg{
	height: 25px;
    width: 25px;
}


#traducao {
    display: none;
    position: fixed;
    width: 95px;
    top: 70px;
    z-index: 999999;
    right: 17%;
}
#traducao .g-content {
    padding: 0 !important;
    margin: 0;
}
#traducao select {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 13px;
    color: #fff;
    background: #000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 5px;
    outline: none;
}
#traducao select option:nth-child() {
    display: none !important;
}
#traducao select option:nth-child(2) {
    font-weight: normal !important;
}

#logo-5992.g-content {
    margin: 0 auto;
    padding: 0 !important;
    width: 100%;
}

#g-showcase img {
    margin-left: 0;
    z-index: 9;
    width: 100px;
    position: relative;
    padding-bottom: 0px;
}


#buttonMenu {
    position: absolute;
    top: 65px;
    right: 50px;
    width: 130px;
}

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

#buttonMenu button {
    position: relative;
    z-index: 9999;
    width: 130px;
	height:55px;
    padding: 8px 0;
    outline: none;
	color: #e9be2f;
    background: #fff;
    border: 1px solid #e9be2f;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
}

#buttonMenu button:hover {
    color: #fff;
    background: #e9be2f;
}




#MenuInferior {
	background-image: url(/images/Fundo_Menu_inferior.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#MenuInferior .g-content {
	margin: 0 auto;
    padding: 90px 0 !important;
    width: 1350px;
}

#MenuInferior ul {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

#MenuInferior li{
	font-family: 'PFDinTextCompPro-Regular',sans-serif;
	font-size: 20px;
    margin-bottom: 10px;
    color: #1d1d1d;
}

#MenuInferior li.btnms{
	cursor:pointer;	
}

#MenuInferior li a {
	color: #1d1d1d;
}
#MenuInferior li a:hover {
	border-bottom: 2px solid #00669b;
}

#MenuInferior .w100.first {
	text-align: center;
    width: 23%;
    padding-right: 20px;
}

#MenuInferior .w100 {
    width: 76%;
    margin-left: 0;
    margin-right: 0;
    border-left: 0px;
    padding: 40px 0 0 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

#MenuInferior .w100 .boxMenu {
    padding: 0 25px 0 0;
    color: #1d1d1d;
    margin-bottom: 30px;
    margin-top: 20px;
}
#MenuInferior .w25 {
    width: 100%;
    display: inline-block;
    vertical-align: bottom;
    color: #1d1d1d;
    margin: 0;
}
/* Animate Bottom */
/*------------------ w25* ------------------*/
#MenuInferior .w25.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;
}

#MenuInferior .w25.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#MenuInferior .w25.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;
}
/*------------------ w33* ------------------*/
#MenuInferior .w33.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;
}

#MenuInferior .w33.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#MenuInferior .w33.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;
}
/* Animation */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* Animate Bottom */


#MenuInferior .w25 .logo svg {
    width: 250px;
    padding: 0 40px 0 0;
    margin: 0px 0 20px 0px;
    display: inline-block;
}
#MenuInferior .w25 .logo svg .cls-1, #MenuInferior .w25 .logo svg .cls-2 {
    fill: #fff;
}
#MenuInferior .w25 .logo svg .cls-2, #MenuInferior .w25 .logo svg .cls-6{
    fill-rule:evenodd;
}
#MenuInferior .w25 .logo svg .cls-3{
    fill:#fee303;
}
#MenuInferior .w25 .logo svg .cls-4,.cls-6{
    fill:#e30d21;
}
#MenuInferior .w25 .logo svg .cls-5{
    fill:#fff;
}
#MenuInferior .w25 img {
    width: 210px;
    margin: 0px 0 20px 0px;
    display: inline-block;
}

#MenuInferior .logo2 {
    margin-top: 20px;
    text-align: center;
}

#MenuInferior .logo2 img {
	margin: 20px 0px 0px 0px;
    padding: 0px;
}

#MenuInferior .w25 .icons div {
    width: 25px;
    border-radius: 50%;
    background: transparent;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
#MenuInferior .w25 .icons div svg {
    width: 25px;
    height: 25px;
}
#MenuInferior .w25 .icons div svg path {
    fill: #02538A;
}
#MenuInferior .w25 .intro {
    margin: 0 10px 0 0;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 22px;
    display: inline-block;
    /*width: 60%;*/
    vertical-align: middle;
}
#MenuInferior .w25 .desc{
    margin: 0;
	font-family: 'PFDinTextCompPro-Regular',sans-serif;
	font-size: 20px;
}
#MenuInferior .w25 h2 {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 30px;
    margin: 0;
}
#MenuInferior .titulo {
    font-size: 30px;
	color: #242d32;
    text-transform: uppercase;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    margin-bottom: 20px;
}

#MenuInferior .titulo a {
	color: #242d32;
}

#MenuInferior .w33{
    width: 33%;
    display: inline-block;
    vertical-align: top;
	padding: 40px 10px 0 10px;
}


#MenuInferior .botao {
    font-family: 'PFDinTextCompPro-Bold',sans-serif;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    width: 120px;
    margin: 15px 0 0 0;
    /*border: 1px solid #e9be2f;*/
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}


#MenuInferior .feriado{
    margin: 0;
    font-weight: bold;
}

#MenuInferior .data{
	margin: 0;
}


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

#g-top {
    background: transparent;
    z-index: 10;
}

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

.sm-container > #off-menu_813:not(.sm-popup) {
    position: fixed;
    z-index: 100;
    max-width: 80vw;
    height: 100%;
    top: 50px;
    left: 0;
    display: none;
    visibility:visible;
}

#off-menu_813{
	display: none;	
}

.w10.turnMenu{
    width: 15% !important;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.w10.offMenu{
    width: 15% !important;
    text-align: center;
    display: none;
    vertical-align: top;
}

.w10.turnMenu path, .w10.offMenu path{
    fill: #fff;
}

#g-top {
    position: absolute;
    left: -100%;
    top: -100%;
}

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

.tituloSlider{
    font-size:30px;
    margin:0;
}

.off-nav-804{
	display:none !important;
}

.g-menu-item-104 span{
	color: #009ee0;
}

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

.fp-header {
    margin-top: 0;
}

#slide {
	max-height: 1150px;
}

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

#slide .hideImageNormal{
    visibility: hidden;
    position: absolute;
    z-index: -99;
}

.sliderPrincipalNormal {
    width:100%;
    margin: 0px auto;
    position:relative;
    overflow:hidden;
}

.sliderPrincipalNormal ul {
    margin:0 auto;
}

.sliderPrincipalNormal img {
    width:100%;
}

.sliderPrincipalNormal ul li {
    width:100%;
    list-style:none;
    position:absolute;
    z-index:1;
    height:100%;
    background-position: center;
    background-size: cover;
    top:0;
    left:0;
    right:0;
}

.sliderPrincipalNormal ul li .overlay {
	background: linear-gradient(to right, #02538bc2 35%, transparent 70%);
}
 
.sliderPrincipalNormal #dots {
    position: absolute;
    left: auto;
    right: 50px;
    height: 30px;
	z-index: 8;
    font-size: 0;
    text-align: center;
	opacity: 0.8;
}

.sliderPrincipalNormal #dots a {
    background:#333;
    margin:0 6px;
    width:18px;
    height:18px;
    box-shadow:0 0 1px 0 #333;
    border-radius:100%;
    display: inline-block;
    cursor:pointer;
}

.sliderPrincipalNormal #dots a.active {
	background: #02538a; 
}

.sliderPrincipalNormal .arrow {
    position:absolute;
    top:50%;
    width:70px;
    height:100px;
    margin-top:-50px;
    background:#FFF;
    z-index:999;
    opacity:0.7;
    line-height:100px;
    color:#333;
    text-align:center;
    text-decoration:none;
}

.sliderPrincipalNormal .arrow.prev {
	left:0; 
}

.sliderPrincipalNormal .arrow.next {
	right:0; 
}

.sliderPrincipalNormal .arrow:active {
    background:#FAFAFA;
    opacity:1;
}

.sliderPrincipalNormal .overlay {
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0, 0, 0, 0.15);*/
    z-index: 9;
    width: 100%;
    height: 100%;
}

.sliderPrincipalNormal .info {
	opacity: 0;
	position: absolute;
    width: 100%;
	left: 6%;
    text-align: left;
    padding: 0 50px;
	top: 11%;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	z-index: 99;
	animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
}

.sliderPrincipalNormal .info .tags {
    margin-top: 50px;
    text-align: left;
}

.sliderPrincipalNormal .info .tags span {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 35px;
    margin: 0;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 18px;
    border-radius: 50px;
}

.sliderPrincipalNormal .info .tags span:hover {
	background: #fff;
	color: #02538b;
}

.sliderPrincipalNormal h2 {
    font-size: 120px;
    color: #fff;
    margin: 50px 0 20px 0;
    z-index: 1;
    position: relative;
    font-family: 'PFDinTextCompPro-Bold',sans-serif;
    text-transform: uppercase;
	text-shadow: 1px 3px 0 #00000030, 1px 9px 5px #00000033;
    text-align: left;
    width: 22%;
    line-height: 1;
	animation: hoverboardEffect 7.5s infinite;
}

@keyframes hoverboardEffect {
	0% {
		transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}

	25% {
		transform: translate3d(0, 2px, 0);
		-webkit-transform: translate3d(0, 2px, 0);
	}
	50% {
		transform: translate3d(0, -5px, 0);
		-webkit-transform: translate3d(0, -5px, 0);
	}
	75% {
		transform: translate3d(0, 3px, 0);
		-webkit-transform: translate3d(0, 3px, 0);
	}
	100% {
		transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}
}

.sliderPrincipalNormal h2 span {
    font-family: 'PFDinTextCompPro-thin',sans-serif;
}

.sliderPrincipalNormal h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    position: relative;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    text-align: left;
    width: 25%;
    line-height: 1.2;
    text-transform: none;
}

.fp-showcase {
    margin-top: 0;
}

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

#g-container-header {
    background: #fff;
    z-index: 2;
}

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

.ls-overflow-visible {
    overflow: hidden !important;
}

#bloco{
    width: 80%;
	margin: 50px auto 0 auto;
}


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

#etiqueta .item {
    position: fixed;
    top: 30%;
    right: -250px;
    width: 310px;
    height: auto;
    z-index: 9;
    -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 *******/

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

.w70 a{
	color: black;
}

.g-content {
    padding: 2rem 0 0 0 !important;
}

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

#g-container-main .g-side-column.size-10{
	background: white;
}

#normal, .normal{
	display:block;
}

#mobile, .Mobile{
	display:none;
}

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

.menu-icon-cont{
	display:none;
}

.sprocket-mosaic .sprocket-mosaic-header{
	display:none;
}

.buttonForms{
    text-align:center;
}

#otherforms{
    background: #fcfcfc;
    color: #005d7b;
    padding: 14px 50px;
    text-align: center;
    width: auto;
    margin: 50px auto 0 auto;
    border: 1px solid #005d7b;
    outline: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'theboldfont', sans-serif;
    font-weight: bold;
}

#otherforms:hover{
    background: #005d7b;
    color: #fff;
}

#othervideos{
    background: #005d7b;
    color: #fff;
    padding: 14px 50px;
    text-align: center;
    width: auto;
    margin: 50px auto 0 auto;
    border: 1px solid #005d7b;
    outline: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'theboldfont', sans-serif;
    font-weight: bold;
}

#othervideos:hover{
    background: #fcfcfc;
    color: #005d7b;
}

#botoesMobile{
    display:none;
}

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

#botoesMobile svg line {
    stroke-width: 2px;
    stroke: #1d1d1b;
}

#botoesMobile{
    position: fixed;
    width: 110px;
    right: 25px;
    top: 78px;
    z-index: 999999999;
    text-align: right;
}

#botoesMobile .w10.search{
    width: 37px;
    display: inline-block;
    margin-right: 0px;
}

#botoesMobile .Atalhos2{
    padding: 0;
}

#menuMobile{
    background: #fff;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    padding-bottom: 330px;
    text-align: center;
    top: 120px;
    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_template/css/imagens/nav_arrow_down_icon.png) center center no-repeat !important;
}

#menuMobile #accordeonck1037 li.parent > span span.toggler_icon{
    background: url(/templates/wnpc_template/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;
}


#mobileBar div.separator {
    width: 1px;
    margin: 0 10px;
    height: 29px;
    background: #000;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

#mobileBar .botao{
    background: transparent;
    outline: none;
    padding: 0;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
}

#mobileBar .botao svg circle, #mobileBar .botao svg line, #mobileBar .botao svg path {
    stroke: #000 !important;
    fill: #000 !important;
}

#mobileBar .botao svg {
    width: 32px;
    height: 32px;
}

#mobileBar .botao.hideMenuMobile{
    display:none;
}

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

#BarraCopyright {
	background: #ffffff;
    border-top: 1px solid #bababa;
    padding-top: 0;
}

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

#BarraCopyright .w30 img{
    width: auto;
    max-width: 35px;
    height: auto;
    cursor: pointer;
    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: #000;
}

#BarraCopyright .w40 a, #BarraCopyright .w40 a:hover{
	color: #000;
	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: #000;
}

#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;
}

.dj-megamenu-default li.itemid1306{
    list-style: none !important;
    width:200px;
    background: white;
    margin-left: 0;
    border-left:1px solid #e9be2f !important;
    border: 1px solid #e9be2f;
    -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;
    margin-top: 10px !important;
    font-weight: 100 !important;
}

.dj-megamenu-default li.itemid1306:hover{
    background:#e9be2f;
}

.dj-megamenu-default li.itemid1306 > a {
    margin: 0;
    text-align: center !important;
    color: #e9be2f !important;
    font-size: 14px;
    font-weight: 100 !important;
    padding: 10px !important;
}

.dj-megamenu-default li.itemid1306:hover > a{
    color:#fff;
}

.dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li.itemid1306  a{
    font-weight: 100 !important;
    color: #005d7b !important;
}

.dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li.itemid1306:hover  a{
    color:#fff !important;
}

#menuDJ {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    -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;
}

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

.dj-megamenu-default{
	background: transparent;
	color: #000;
    height: 115px;
}

.dj-megamenu-default li a.dj-up_a {
    float: none;
    height: 115px;
    font-weight: normal;
    color: #ffffff;
    border-right: 0px;
    border-left: 0px;
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dj-megamenu-default li a.dj-up_a span{
	font-weight: 500;
	height: auto;
	line-height: 45px;
	text-transform: none;
	padding: 0 !important;
}

.dj-megamenu-default li a.dj-up_a .arrow{
	display: none;
}

.dj-megamenu-default li:hover a.dj-up_a .arrow, .dj-megamenu-default li.hover a.dj-up_a .arrow, .dj-megamenu-default li.active a.dj-up_a .arrow {
    top: 16px;
}

.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a{
	background: #5f93af;
    color: #fff;
}

.dj-megamenu-default li ul.dj-submenu > li > a img, .dj-megamenu-default li ul.dj-submenu > li > a .fa, .dj-megamenu-default li ul.dj-submenu > li > a [class^="icon-"] {
    float: none;
    border: 0;
    margin: 0 5px 0 0;
    vertical-align: middle;
    max-height: 100%;
    margin-top: 0 !important;
    border-radius: 50%;
	padding: 0 !important;
    width: 100px !important;
    height: 100px !important;
	border: 10px solid #ffffff;
	-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;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover img{
	border: 10px solid #dfcb25;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid806 > a img{
	border-radius: 0%;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid806 > a:hover img{
	border: 0px;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid804 a{
	text-align: center !important;
	border: 0;
	height: auto;
}

.dj-megamenu-default li.itemid456 ul.dj-subtree{
	display: none;
}

.dj-megamenu-default li.itemid456 ul.dj-submenu > li.parent > a .arrow{
	display: none;
}

.dj-megamenu-default li.itemid456 ul.dj-submenu > li > a {
    color: #3c3c3c !important;
    font-size: 20px;
    text-align: left !important;
    float: none;
    font-weight: 100;
    margin-left: 10px;
    outline: none;
}

.dj-megamenu-default li ul.dj-submenu > li > a span.image-title {
    float: none !important;
}

.dj-megamenu-default .djsubrow_separator {
    padding: 0;
	margin: 0;
	border-bottom: 0px solid #3a3a3a;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover, .dj-megamenu-default li ul.dj-submenu > li > a.active, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
    color: #3c3c3c !important;
	text-decoration: none;
	background: transparent;
	outline: none !important;
}

.dj-megamenu-default li:hover div.dj-subwrap, .dj-megamenu-default li.hover div.dj-subwrap{
	background: #dae6e5;
    padding-top: 50px;
    padding-bottom: 35px;
    box-shadow: none;
    /*top: 44px;
    border-bottom: 1px solid #004087;*/
    overflow-y: scroll;
}

.dj-megamenu-default .dj-subwrap-in{
    width: 1200px !important;
    margin: 0 auto;
}



.dj-megamenu-default li.dj-up.itemid458.fullsub {
    position: relative !important;
}
.dj-megamenu-default .itemid458 .dj-subwrap-in, .dj-megamenu-default .itemid458 .dj-subwrap {
    width: 200px !important;
}

.dj-megamenu-default li.itemid458 :hover div.dj-subwrap, .dj-megamenu-default li.itemid458 .hover div.dj-subwrap {
    margin-left: -40px;
}

.dj-megamenu-default li.itemid458  ul.dj-submenu > li > a {
    color: #3c3c3c !important;
    text-transform: initial !important;
	font-family: 'PFDinTextCompPro-Thin',sans-serif;
    font-size: 16px !important;
    text-align: left !important;
    padding: 0 !important;
    float: none;
    font-weight: 100;
    margin: 0;
}

.dj-megamenu-default li.itemid458  ul.dj-submenu > li, .dj-megamenu-default li.itemid458  ul.dj-submenu > li:hover{
    list-style: none;
}

.dj-megamenu-default li.itemid458  ul.dj-submenu > li{
    border-top: 0px;
    /*border-left: 4px solid #e1e1e1;*/
    padding: 0 8px;
    margin: 0 0 20px 0;
    border-image: url(/images/SVG/Icone.svg) 0% 100% stretch;
    border-style: solid;
    border-width: 5px 15px;
    border-right: 0;
    height: 25px;
}

/*.dj-megamenu-default li.itemid1605 ul.dj-submenu > li:hover{
    border-left: 4px solid #e9be2f;
}*/

.dj-megamenu-default li.itemid458  ul.dj-submenu > li.first a:hover, .dj-megamenu-default li.itemid458  ul.dj-submenu > li > a:hover {
	color: #e9be2f !important;
}

.dj-megamenu-default li.itemid458  ul.dj-submenu > li.first a {
    font-size: 16px !important;
    text-transform: initial !important;
    color: #3c3c3c !important;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

.dj-megamenu-default li.itemid458  div.dj-subcol{
    width: 100% !important;
}




.dj-megamenu-default .itemid1605 .dj-subwrap-in{
    width: 200px !important;
}

.dj-megamenu-default li.itemid1605:hover div.dj-subwrap, .dj-megamenu-default li.itemid1605.hover div.dj-subwrap {
    margin-left: -40px;
}

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li > a {
    color: #3c3c3c !important;
    text-transform: initial !important;
	font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px !important;
    text-align: left !important;
    padding: 0 !important;
    float: none;
    font-weight: 100;
    margin: 0;
}

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li, .dj-megamenu-default li.itemid1605 ul.dj-submenu > li:hover{
    list-style: none;
}

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li{
    border-top: 0px;
    /*border-left: 4px solid #e1e1e1;*/
    padding: 0 8px;
    margin: 0 0 20px 0;
    border-image: url(/images/SVG/Icone.svg) 0% 100% stretch;
    border-style: solid;
    border-width: 5px 15px;
    border-right: 0;
    height: 25px;
}

 /*.dj-megamenu-default li.itemid1605 ul.dj-submenu > li:hover{
   border-left: 4px solid #e9be2f;
}*/

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li.first a:hover, .dj-megamenu-default li.itemid1605 ul.dj-submenu > li > a:hover {
	color: #e9be2f !important;
}

.dj-megamenu-default li.itemid1605 ul.dj-submenu > li.first a {
    font-size: 16px !important;
    text-transform: initial !important;
    color: #3c3c3c !important;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

.dj-megamenu-default li.itemid1605 div.dj-subcol{
    width: 100% !important;
}

.dj-megamenu-default li ul.dj-submenu > li > a{
	color: #1d1d1b  !important;
    font-size: 20px;
    text-align: left !important;
    float: left;
    font-weight: 100;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li > a{
	float: none;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.parent > a .arrow{
	display: none;
}

.dj-megamenu-default li ul.dj-submenu > li > a{
	padding:12px 0 !important;
}

.dj-megamenu-default li ul.dj-submenu > li{
	list-style: URL('imagens/menu.png');
	display: list-item;
	margin-left: 20px;
}

.dj-megamenu-default li ul.dj-submenu > li:hover{
	list-style: URL('imagens/menuhover.png');
}

.dj-megamenu-default li.dj-up {
    display: inline-block !important;
    float: none !important;
    text-align: center;
	font-family: 'PFDinTextCompPro-Thin',sans-serif;
	outline:none;
}

.dj-megamenu-default li.itemid457 ul.dj-submenu > li, .dj-megamenu-default li.itemid458 ul.dj-submenu > li, .dj-megamenu-default li.itemid1485 ul.dj-submenu > li{
	list-style: none;
	outline: none;
}

.dj-megamenu-default li.itemid1485 ul.dj-submenu > li.parent > a .arrow, .dj-megamenu-default li.itemid458 ul.dj-submenu > li.parent > a .arrow, .dj-megamenu-default li.itemid457 ul.dj-submenu > li.parent > a .arrow{
	display: none;
}

.dj-megamenu-default li div.dj-subcol {
    outline: none !important;
    /*max-height: 500px;*/
}

.dj-megamenu-default li div.dj-subcol .dj-submenu .name:hover {
	text-decoration: underline;
}

.dj-megamenu-default li.itemid455 ul.dj-subtree, .dj-megamenu-default li.itemid1485 .dj-subtree, .dj-megamenu-default li.itemid458 .dj-subtree, .dj-megamenu-default li.itemid457 .dj-subtree, .dj-megamenu-default li.itemid483 .dj-subtree{
    list-style: none outside;
    padding: 0 !important;
    float: none;
    text-align: left;
    margin-left: 0 !important;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.parent, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first{
	list-style:none !important;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li {
    list-style: none;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid1452 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid806 > a {
    padding: 12px 10px !important;
}

.dj-megamenu-default li ul.dj-subtree > li > a{
    font-size: 14px;
    color: #333;
}

.dj-megamenu-default li ul.dj-subtree > li {
    list-style: none;
    padding: 0;
    margin: 0 0 5px 0;
    height: 30px;
}


.dj-megamenu-default li.itemid483 ul.dj-submenu > li.parent a, .dj-megamenu-default li.itemid1485 ul.dj-submenu > li.parent a, .dj-megamenu-default li.itemid458 ul.dj-submenu > li.parent a, .dj-megamenu-default li.itemid457 ul.dj-submenu > li.parent a, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.parent, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first, .dj-megamenu-default li.itemid456 ul.dj-submenu > li.parent, .dj-megamenu-default li.itemid456 ul.dj-submenu > li.first{
	list-style: none;
	-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;
	margin-right: 10px;
}

.dj-megamenu-default li.itemid483 ul.dj-submenu > li > a, .dj-megamenu-default li.itemid1485 ul.dj-submenu > li > a, .dj-megamenu-default li.itemid458 ul.dj-submenu > li > a, .dj-megamenu-default li.itemid457 ul.dj-submenu > li > a{
    float: none;
}

li.itemid804, li.itemid1452, li.itemid806{
	list-style: none !important;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.parent:hover, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.first:hover, .dj-megamenu-default li.itemid456 ul.dj-submenu > li.parent:hover, .dj-megamenu-default li.itemid456 ul.dj-submenu > li.first:hover{
	list-style: none;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid804 > a img{
    float: none;
    border: 0;
    margin: 0 5px 20px 0;
    vertical-align: middle;
    max-height: 100%;
    margin-top: 0 !important;
    width: 100% !important;
    height: 200px !important;
    border-radius: 50%;
    padding: 30px !important;
    background: url(/images/SVG/Moldura.svg);
    background-position: center;
    background-size: cover;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover small.subtitle, .dj-megamenu-default li ul.dj-submenu > li > a.active small.subtitle, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a small.subtitle {
    color: #000;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid804{
	max-width: 210px;
	text-align: centeR;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
}

/*.dj-megamenu-default li.itemid456 div.dj-subcol, .dj-megamenu-default li.itemid458 div.dj-subcol {
    float: left;
    margin-bottom: 30px;
	border-right: 0px;
}*/

.dj-megamenu-default li.itemid455 div.dj-subcol{
	float: left;
    margin-bottom: 20px;
	border-right: 0px;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid1452{
    list-style: none;
    background: white;
    margin-left: 0;
	border: 1px solid #e9be2f;
	-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;
	margin-top:10px;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid806{
	list-style: none;
    background: #fff;
    margin-left: 0;
	border: 1px solid #004087;
	-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;
	margin-top: 50px;
	border-radius: 50px;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid806 > a img{
	width: auto !important;
    height: auto !important;
    border: 0px solid #ffffff !important;
}

.dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid1452:hover, .dj-megamenu-default li.itemid455 ul.dj-submenu > li.itemid806:hover {
    background: #004087;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(5) {
    float: right;
    margin-bottom: 20px;
    border-right: 0px;
    width: 260px !important;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid1452 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid806 > a{
	margin:0;
	text-align: center !important;
    color: #004087 !important;
    font-size: 16px;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid1452:hover > a, .dj-megamenu-default li ul.dj-submenu > li.itemid806:hover > a{
	color: #fff !important;
}

.dj-megamenu-default li ul.dj-submenu > li.parent a{
    margin: 0 !important;
    font-size: 13px !important;
    text-transform: initial;
    color: #000 !important;
}

.dj-megamenu-default li ul.dj-submenu > li.first a{
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 30px !important;
	line-height: 26px;
    text-transform: initial;
    color: #575756 !important;
    list-style: none;
    padding: 0 0 20px 8px !important;
    margin: 0 !important;
}

.dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li a {
    color: #3c3c3c !important;
    text-transform: initial !important;
    font-size: 22px !important;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    padding: 0;
    line-height: 1;
    border: 0;
}

.dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li a:hover{
    /*font-family: 'PFDinTextCompPro-Thin', sans-serif;*/
    color: #02538b !important;
    text-decoration: underline 2px;
}

.dj-megamenu-default li ul.dj-submenu > li > a small.subtitle {
    margin-top: 10px;
}

.dj-megamenu-default li.itemid458 ul.dj-submenu > li.itemid1110, .dj-megamenu-default li.itemid458 ul.dj-submenu > li.itemid1111, .dj-megamenu-default li.itemid458 ul.dj-submenu > li.itemid712, .dj-megamenu-default li.itemid458 ul.dj-submenu > li.itemid1112 {
	list-style: URL('imagens/dotSol.png');
    -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;
    margin-right: 10px;
    padding: 15px 0 30px 0;
}

.dj-megamenu-default li ul.dj-submenu > li.itemid1110 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid1111 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid1112 > a, .dj-megamenu-default li ul.dj-submenu > li.itemid712 > a {
    padding: 5px 0 !important;
    margin: 0;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(4), .dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(9), .dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(11){
	border-right: 0px;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(11){
	float:right;
}

.dj-megamenu-default li.itemid456 div.dj-subcol:nth-child(5){
	border-right: 0px;
}

.dj-submenu em{
	display: none;
}

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

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

#g-showcase {
	background: transparent;
	position: fixed; 
	height: 115px;
	padding-top: 0;
	top: 0;
    width: 100%;
	box-shadow: 0px 5px 10px rgba(128, 128, 128, 0.0);
	-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;
	 z-index: 99;
}

#g-showcase .g-grid {
	width: 1600px;
    margin: 0 auto;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(4), .dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(9), .dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(11){
	border-right: 0px;
}

.dj-megamenu-default li.itemid456 div.dj-subcol:nth-child(5){
	border-right: 0px;
}

.dj-megamenu-default li.itemid455 div.dj-subcol:nth-child(11){
	float:right;
}

.dj-megamenu-default li ul.dj-subtree > li.active > a {
    color: #009ee0;
}

::placeholder {
  color: #1d1d1b;
  opacity: 1; 
}

:-ms-input-placeholder { 
  color: #1d1d1b;
}

::-ms-input-placeholder { 
  color: #1d1d1b;
}

h3{
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 50px;
    text-align: center;
    color: #303030;
    font-weight: normal;
    margin: 0px auto 70px auto;
    text-transform: none;
}


#intro_v2 .g-content {
	width: 1600px;
    margin: 25px auto;
    padding: 25px 0px 25px 0px !important;
}

#intro_v2 .imagem, #intro_v2 .image {
	position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    margin-right: 0px;
	background: unset;
	padding: 0px;
}

#intro_v2 .imagem.left {
	width: 26%;
}

#intro_v2 .imagem.left.imageLeft {
	-webkit-animation: imageLeft 2s ease 0s;
	animation: imageLeft 2s ease 0s;
}

#intro_v2 .image.middle {
	width: 35%;
	padding-left: 30px;
}


#intro_v2 .image.middle.imageLeft {
	-webkit-animation: imageLeft 2s ease 0s;
	animation: imageLeft 2s ease 0s;
}

#intro_v2 .image.middle img {
    width: auto;
	min-height: 550px;
    object-fit: cover;
    object-position: center;
}

#intro_v2 .descritivo {
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    background: unset;
	padding: 50px 0px 0px 100px;
    margin-left: 0px;
    border-radius: 0px;
    vertical-align: top;
}

#intro_v2 .descritivo.textUp {
        -webkit-animation: textUp 2s ease 0s;
        animation: textUp 2s ease 0s;
}

#intro_v2 .descritivo .titulo {
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 60px;
    text-align: left;
    font-weight: normal;
    margin: 0px auto 30px auto;
    color: #242d32;
}

#intro_v2 .descritivo .texto {
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 28px;
    color: #3f3f3e;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
}



#mapa .g-content {
    width: 1600px;
    margin: 25px auto;
    padding: 25px 0px 25px 0px !important;
}

#mapa .descritivo {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    background: unset;
    padding: 20px 0 0 100px;
    margin-left: 0px;
    border-radius: 0px;
    vertical-align: top;
}

#mapa .descritivo.textUp {
	-webkit-animation: textUp 2s ease 0s;
    animation: textUp 2s ease 0s;
}

#mapa .descritivo .titulo {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 60px;
    text-align: left;
    font-weight: normal;
    margin: 0px auto 30px auto;
	color: #242d32;
}

#mapa .descritivo .texto {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 28px;
    color: #3f3f3e;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
}

#mapa .botao a {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 0;
    color: #165f92;
    font-weight: 700;
    text-decoration: underline !important;
}

#mapa .imagem {
	position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    margin-right: 0px;
    width: 54%;
    padding-right: 75px;
}

#mapa .imagem.imageLeft {
	-webkit-animation: imageLeft 2s ease 0s;
    animation: imageLeft 2s ease 0s;
}


#noticias {
	background-image: url(/images/Noticias.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

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

#noticias .item .itemImage {
	height: 200px;
	overflow:hidden;
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
	border-radius: 0px 0px 50px 0px;
}

#noticias .item .itemImage img{
	width:100%;
	object-fit: cover;
    object-position: center;
}


#noticias .newsBlocks .item .itemDescription ul{
    display:none;
}

#noticias .newsBlocks{
	width: 100%;
	display:inline-block;
	vertical-align:top;
	/*padding-right:3%;*/
	text-align: center;
	border-radius: 50px;
}

#noticias .newsBlocks .item{
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.8% 40px 0.8%;
    height: 470px;
    overflow: hidden;
    text-align: left;
    position: relative;
    background: #fff;
}

#noticias .newsBlocks .iconFixa{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
}

#noticias .newsBlocks .itemInfo {
    padding-left: 0;
    margin-bottom: 20px;
    color: #b3b3b3;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
}

#noticias .itemInfo .date {
    width: auto;
    display: inline-block;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}
#noticias .itemInfo .cat {
    width: auto;
    display: none;
    text-align: right;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 18px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    float: right;
}


#noticias .newsBlocks .item h4{
	font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 20px;
    color:#1d1d1d;
    line-height: 1;
    font-weight:100;
    margin: 20px 0px;
}

#noticias .newsBlocks .item h4:hover {
    text-decoration: underline;
}

#noticias .newsBlocks .item .itemContent {
	padding: 40px;
}

#noticias .newsBlocks .item .itemDescription{
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    color: #1d1d1b;
}

#noticias .newsBlocks .item .itemDescription h1, #noticias .newsBlocks .item .itemDescription h2, #noticias .newsBlocks .item .itemDescription h3, #noticias .newsBlocks .item .itemDescription h4, #noticias .newsBlocks .item .itemDescription h5, #noticias .newsBlocks .item .itemDescription h6{
	font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 18px;
    margin-top:0;
    margin-bottom:10px;
    color: #1d1d1b;
    text-align: left;
}

#noticias .item .botao {
    text-align: left;
}

#noticias .item .botao a {
    position: relative;
    background: transparent;
    border: 1px solid #004685;
    border-radius: 50px;
    padding: 10px 15px;
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    z-index: 9999;
    color: #004685;
    font-size: 16px;
    text-transform: uppercase;
}

#noticias .item .botao a:hover {
    background: #004685;
    color: #fff;
}

#noticias .newsList{
	width:30%;
	display:inline-block;
	vertical-align:top;
	float:right;
}

#noticias .newsList ul{
	list-style:none !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#noticias .newsList li{
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

#noticias .newsList li:nth-last-child(1){
	border-bottom:0px;
}

#noticias .newsList li h2{
    border-left: 4px solid #ddd;
    padding: 2px 0 2px 10px;
    display: block;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 18px;
    color: #1d1d1b;
}

#noticias .newsList li h2:hover{
	border-left: 4px solid #e9be2f;
}

#noticias .newsList .seeAll{
	margin-top:50px;
}

#noticias .newsList .seeAll{
    margin-top: 20px;
    display: block;
    background: #e9be2f;
    border: 1px solid #e9be2f;
    width: 190px;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 18px;
}

#noticias .newsList .seeAll:hover{
	background: #fff;
	color:#e9be2f;
}

#noticias .botao {
    position: relative;
    display: block;
    text-align: right;
    width: auto;
    margin-top: 20px;
	margin-right: 50px;
}
#noticias .botao a {
    font-family: 'PFDinTextCompPro-ThinItalic',sans-serif;
    font-size: 22px;
	font-weight: 700;
    text-align: center;
    margin: 0;
    color: #165f92;
}

#noticias .botao a:hover {
    text-decoration: underline;
}
#noticias .botao svg {
    width: 50px;
    height: 50px;
}


#multimedia {
    background: #fff;
    z-index: 9;
}

#multimedia .g-content {
    width: 1350px;
    margin: 50px auto;
    padding: 50px 0 !important;
}
.loaderMultimedia {
    text-align: center;
}
.loaderMultimedia img {
    width: 170px;
    border-radius: 50%;
}
#multimedia .videoItem  {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5%;
    padding-left: 0.5%;
    margin-top: 12px;
    margin-bottom: 50px;
}
#multimedia .videoItem .overlay {
	display:none;
    position: relative;
    margin-bottom: -250px;
    background: rgb(0 0 0 / 0.3);
    z-index: 9999;
    /*display: flex;*/
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#multimedia .videoItem .video {
    overflow: hidden;
}
#multimedia .videoItem .video, #multimedia .videoItem .overlay {
    width: 100%;
    /*height: 267px !important;*/
}
#multimedia .videoItem iframe {
    width: 100%;
    height: 250px !important;
}
#multimedia .videoItem h5 {
    display: none;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 22px;
    color: #000;
    margin-top: 0;
    line-height: 1;
    font-weight: 100;
    margin-bottom: 0px;
    padding: 20px 0.5%;
    text-align: left;
}
#multimedia .seeVideo {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.8);
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
#multimedia .seeVideo #closeVideo {
    position: fixed;
    top: 210px;
    right: 90px;
    width: 50px;
    height: 50px;
    line-height: 1;
    outline: none;
    background: #000; 
    cursor: pointer;
}
#multimedia .seeVideo #closeVideo polygon {
    fill: #fff;
}
#multimedia .seeVideo .video {
    margin-top: 90px;
    opacity: 0;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}
#multimedia .seeVideo .video iframe {
    width: 1000px !important;
    height: 600px !important;
}

#multimedia .verOutros {
    display: none;
}

#multimedia .botao {
    position: relative;
    display: block;
    text-align: center;
    width: auto;
    margin-top: 20px;
}

#multimedia .botao svg {
    width: 50px;
    height: 50px;
}



#documentos {
    background: #fff;
    z-index: 9;
}

#documentos .g-content {
    width: 1350px;
    margin: 50px auto;
    padding: 50px 0 !important;
}

#documentos .itemCat{
	width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 0;
    margin-bottom: 50px;
    text-align: center;
}

#documentos .itemCat .contentItemCat{
    width: 15%;
    display: inline-block;
    margin: 2%;
    text-align: center;
    background: #cfdad9;
    padding: 10px;
    position: relative;
    color: #000;
    box-shadow: 2px 2px 3px #ddd;
    border-radius: 50%;
    border: 1px solid #024d81;
}

#documentos h3 {
    margin: 30px auto;
}

#documentos .itemCat .contentItemCat:hover {
    background: #024e82;
}

#documentos .itemCat .contentItemCat svg{
    height: 55px;
    margin: 10px 0;
}

#documentos .itemCat .contentItemCat svg path{
    fill: #024d81;
}

#documentos .itemCat .contentItemCat:hover svg path{
    fill: #fff;
}

#documentos .itemCat .contentItemCat .icon{
    position: relative;
    width: 100px;
    padding: 10px;
    margin: 15px auto 0;
    text-align: center;
}

#documentos .itemCat .contentItemCat h4{
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-weight: 100;
    color: #024d81;
    margin: 0;
    line-height: 1;
    position: relative;
    width: 100%;
    padding: 0 10px;
    font-size: 20px;
}

#documentos .itemCat .contentItemCat:hover h4{
	color:#fff;
}

#documentos .itemCatBlock {
	display:none;
}

#documentos .itemCatBlock.active{
	display:block;
}

#documentos .botao {
    position: relative;
    display: block;
    text-align: center;
    width: auto;
    margin-top: 20px;
    z-index: 99;
}

#documentos .botao svg {
    width: 50px;
    height: 50px;
}

#documentos .platform-content{
    padding-top: 50px;
}
    
#documentos .mobile, #mobileBar{
    display:none;
}

#banner {
    margin-top: 50px;
	background: #f2f2f2;
}

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

#banner .custom {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background: #f2f2f2;
}

#banner .w50 {
    width: 100%;
    vertical-align: middle;
    text-align: left;
    display: inline-block;
	padding-bottom: 0px;
	margin-bottom: 50px;
}

#banner .w50.revista {
	margin-top: -25px;
    max-height: 600px;
    position: relative;
    opacity: 0;
    padding: 115px 30px 105px 90px;
    width: 45%;
    vertical-align: middle;
    display: inline-block;
    float: right;
    text-align: end;
    background: #05568e;
    border-radius: 0px 0px 0px 50px;
    box-shadow: 4px 10px 6px -1px rgb(0 0 0 / 22%);
}

#banner .w50.revista.fadeRight {
	animation: fadeInFromRight 1s forwards; /* Use keyframes for the transition */
}

/* Animation */
@keyframes fadeInFromRight {
    0% {
		opacity: 0;
        right: -1000px;
    }

    to {
		opacity: 1;
		right: 0px;
    }
}
/* Animation */
#banner .w50 .descritivo {
	text-align: left;
}

#banner .w50 .descritivo .texto {
	width: 80%;
    text-align: left;
	margin: 30px 0px 30px 0px;
	font-family: 'PFDinTextCompPro-Thin', sans-serif;
    text-transform: none;
}

#banner .w50 .img .texto {
    min-width: 170px;
    max-width: 300px;
    margin: -20px 30px;
    color: #fff;
    text-align: end;
    font-size: 41px;
    font-family: 'PFDinTextCompPro-Thin', sans-serif;
    text-transform: none;
    display: block;
    width: 80%;
}

#banner .w50 .texto p {
	margin: 0px;
    color: #fff;
	font-size: 25px;
    text-align: left;
	line-height: 44px;
    font-family: 'PFDinTextCompPro-Thin', sans-serif;
    text-transform: none;
    display: inline-block;
}

#banner .w50 .img {
	max-width: 230px;
    margin-top: -20px;
    text-align: start;
}

#banner .w50 .img_revistas img {
    max-width: 45%;
	margin-left: 10%;
} 

#banner .w50.revista img {
    min-width: 200px;
} 

#banner .saberMais {
}

#banner .saberMais a {
    text-align: center;
    display: block;
    width: 170px;
    margin: 0;
    padding: 20px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 25px;
    border-radius: 50px;
}

#banner .saberMais a:hover {
    color: #024d81;
    background: #fff;
}


#instagram .g-content {
    width: 1600px;
    margin: 50px auto;
    padding: 50px 0 !important;
}

#instagram .titulo {
    text-align: center;
    font-family: 'PFDinTextCompPro-Thin',sans-serif;
	font-size: 42px;
    color: #303030;
    z-index: 1;
    position: relative;
    padding-bottom: 70px;
    margin: 0px;
    text-transform: uppercase;
}


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

#g-totop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    margin: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #004087;
    border-radius: 50px;
}

#g-totop .fa {
    display: block;
    font-size: 25px;
    margin: 0;
    width: 40px;
    height: 40px;
}

#g-totop .fa:before {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto;
}


#MapaSite {
    position: fixed;
    z-index: 9999999999999999;
    vertical-align: top;
    top: 0;
    left: 0;
    margin-top: 0;
    height: 100%;
    max-height: 100%;
    width: 50%;
    word-break: break-word;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    background: #242323;
}
#MapaSite::-webkit-scrollbar{
    width: 8px;
    background: #fff;
}
#MapaSite::-webkit-scrollbar-track{
	-webkit-box-shadow: none;
}
#MapaSite::-webkit-scrollbar-thumb{
	background-color: #e9be2f;
    outline: 1px solid white;
    width: 8px;
}
#MapaSite .menu {
    border: 0;
    width: 100%;
}
#MapaSite li {
    color: #e9be2f;
}
#MapaSite li a:before {
    display: none;
}
#MapaSite li .separator {
    vertical-align: top;
}
#MapaSite .nav-child {
    box-shadow: none;
    background: #242323;
    list-style: none;
    margin: 10px 0;
    padding: 0 28px;
    border: 0;
    display: block;
}
#MapaSite .nav-child li {
    background: url('/images/SVG/Icone.svg') no-repeat left top;
    background-size: 20px;
    padding-left: 25px;
    padding-top: 0; 
}
#MapaSite .nav-child li.item-804 {
    display: none;
}
#MapaSite .menu li a {
    color: #fff;
}
#MapaSite .menu li a:hover {
    color: #e9be2f;
}

#BarraCopyright .w30.mymodal {
    cursor: pointer;
}
#popUp {
    display: none;
    z-index: 9999999999999999;
    /*position: fixed;
    top: 0;
    height: 100%;
    max-height: 100%;
    width: 100%;
    background: #242323b3;*/
}
#popUp .blocker {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background: rgba(0,0,0,.5);
  }
#popUp .g-content {
    margin: 0;
    padding: 0 !important;
}
#popUp .modal {
    display: block;
}
#popUp .modal-header table {
    width: 100%;
    border: 0;
    padding: 0;
}
#popUp .modal-header td {
    width: 170px;
    height: 55px;
}
#popUp .modal-header td:nth-child(2) {
    width: 360px;
    text-align: right;
}
#popUp .modal-header td, #popUp .modal-header table {
    border: none;
}
#popUp .modal-header td img {
    margin-top: 0;
    top: 0;
    width: auto;
}
#popUp .modal-body td {
    color: #000;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
}
#popUp .modal-body caption, #popUp .modal-header caption {
    display: none;
}
#popUp .modal-body th, #popUp .modal-header th {
    display: none;
}
#popUp p {
    color: #000;
    padding: 10px;
    font-size: 15px;
    margin: 0;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
}
#popUp a {
    color: #000;
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 16px;
}
#popUp a:hover {
    border-bottom: 1px solid #004086;
}
#popUp .modal-footer {
    background: #fff;
}
#popUp .modal-footer button {
    outline: none;
}
#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #000;
    color: #fff;
}

/* --------------------------- CL360 Frontpage - Start ---------- */
.g-grid {
	width: 100%;
}

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

#barra .w33.icons div {
	background: transparent;
}

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

#barra .traducao {
    position: absolute;
    right: 118px;
    top: 35px;
    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 .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;
}

/* Loader */

.loader {
	text-align: center;
}

.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
	}
}

/* PLACEMARKS */

#placemarks_v2 {
	background: #ffffff;
}

#placemarks_v2 h3 {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
	text-transform: none;
}

#placemarks_v2 .loader {
	text-align: center;
}
/* Icons */
#placemarks_v2 .g-content {
	width: 1600px;
    margin: 25px auto 25px auto;
    padding: 25px 0 !important;
}

#placemarks_v2 .content_v2 .filtro {
	margin: 50px;
	text-align: center;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
/* ------ Filtro Animated ---- */
#placemarks_v2 .content_v2 .filtro .fadeInFiltro {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#placemarks_v2 .content_v2 .filtro .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;
}
/* Animation */
@keyframes fadeInFiltro {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInFiltro {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* Animate Bottom */

#placemarks_v2 .content_v2 .filtro .wideCat, #placemarks_v2 .content_v2 .filtro .wideSubcat {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	margin-bottom: 10px;
}

#placemarks_v2 .content_v2 .filtro .item {
	display: inline-block;
    cursor: pointer;
    position: relative;
    background: #02538b;
    border: 1px solid transparent;
	border-radius: 50%;
	padding: 16.5px 20px;
    z-index: 999;
}

#placemarks_v2 .content_v2 .filtro .item.active {
	background: #8daac4;
}

#placemarks_v2 .filtro .icon {
	width: 30px;
    height: 37px;
}

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

#placemarks_v2 .filtro .cleanCat svg, #placemarks_v2 .filtro .cleanSubcat svg {
    width: 16px;
    height: 16px;
}

#placemarks_v2 .content_v2 .results {
    gap: 0px;
    display: grid;
	grid-template-columns: repeat(3, 33%);
    grid-template-rows: repeat(2, 50%);
  	justify-content: center;
}

#placemarks_v2 .content_v2 .results .item {
	display: inline-block;
    vertical-align: top;
    padding: 0px;
    width: 100%;
	max-height: 300px;
	height: 300px;
    margin: 0px;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    background: unset;
	position: relative;
    overflow: hidden;
}

#placemarks_v2 .content_v2 .results .item:nth-child(3) {
	grid-row: span 2;
    /*height: 100%;*/
    height: 600px;
    max-height: unset;
}

/* Block Image */
#placemarks_v2 .content_v2 .results .item .blockImage {
	filter: brightness(0.8);
    width: 100%;
    height: 100%;
	transform: scale(1);
	transition: transform 0.3s ease-out; /* Ease-out transition when scaling back */
	-webkit-transform: scale(1); /* For compatibility */
	-webkit-transition: -webkit-transform 0.3s ease-out;
}

#placemarks_v2 .content_v2 .results .item .blockImage:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease-in; /* Ease-in transition when scaling up */
  -webkit-transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.3s ease-in;
}


/* Block Content */
#placemarks_v2 .content_v2 .results .item .blockContent {
    display: flex;
    position: relative;
    bottom: 45%;
    margin: 10px 0px 10px 40px;
    padding: 0px;
    width: fit-content;
    flex-direction: column;
}

#placemarks_v2 .content_v2 .results .item:nth-child(3) .blockContent {
    bottom: 25%;
}

#placemarks_v2 .content_v2 .results .item .blockContent a {
	order:2;
	width: fit-content;
}

#placemarks_v2 .content_v2 .results .item .blockContent h4 {
	font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 30px;
    color: #ffffff;
    margin: 0 0 20px;
    padding-top: 10px;
    line-height: 1;
}
#placemarks_v2 .content_v2 .results .item .blockContent h4:hover{
	text-decoration: underline;
}

#placemarks_v2 .content_v2 .results .item .blockContent .cat {
    width: fit-content;
    font-family: 'PFDinTextCompPro-thin', sans-serif;
	text-transform: uppercase;
    font-size: 22px;
    margin: 0;
    padding-top: 20px;
    line-height: 1;
    color: #ffffff;
    order: 1;
}

#placemarks_v2 .content_v2 .results .item .blockContent .subcat {
	display: none;
}


#placemarks_v2 .content_v2 .results .item .blockContent .freg {
	display: block;
	padding: 15px 0;
    text-align: left;
	display: none;
}

#placemarks_v2 .content_v2 .results .item .blockContent .freg .icon {
	display: inline-block;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
	display: none;
}

#placemarks_v2 .content_v2 .results .item .blockContent .freg .icon svg {
	width: 20px;
    height: 20px;
}

#placemarks_v2 .content_v2 .results .item .blockContent .freg .icon svg path {
	fill: #00538a;
}

#placemarks_v2 .content_v2 .results .item .blockContent .texto {
	display: inline-block;
	width: auto;
}

#placemarks_v2 .content_v2 .results .item .blockContent .descricao {
	font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 20px;
    margin: 10px 0;
    color: #575756;
    line-height: 1;
    display: none;
    width: 100%;
    max-height: none;
    overflow: hidden;
    padding: 0;
    background: transparent;
}

/* Botao Content */
#placemarks_v2 .content_v2 .item .botao {
	position: relative;
    display: block;
    text-align: left;
    width: auto;
    margin-top: 10px;
    padding: 0 30px;
	display: none;
}

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

#placemarks_v2 .content_v2 .item .botao a:hover{
	text-decoration: underline;
}

#placemarks_v2 .verMaisPlacemarks {
	display:flex;
	justify-content: center;
	display: none;
}

#placemarks_v2 .verMaisPlacemarks a {
	text-align: center;
    display: block;
    width: 170px;
    margin: 0;
    padding: 20px;
    color: #fff;
    background: #05568e;
    border: 1px solid #fff;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 20px;
    border-radius: 50px;
}

#placemarks_v2 .verMaisPlacemarks a:hover {
	color: #024d81;
    background: #fff;
	border: 1px solid #05568e;
}

#placemarks_v2 #submit {
	display: none;
}

/* museus */

#museus {
    background: linear-gradient(to bottom, #f3f6f959, #ffffff59), url(/images/Marca_dAgua.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#museus .g-content {
	width: 1600px;
    margin: 25px auto 25px auto;
    padding: 25px 0 !important;
}
  
#museus .museu_fp_main .museu_fp_left {
    display: inline-block;
    width: 28%;
    padding: 0px 50px 50px 50px;
    vertical-align: top;
}
  
#museus .museu_fp_main .museu_fp_left .icon_main {
    display: inline-block;
    cursor: pointer;
    position: relative;
    background-color: #fe3725;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 15px 20px;
    z-index: 999;
    margin-right: 10px;
}
  
#museus .museu_fp_main .museu_fp_left .icon_main .icon, #museus .museu_fp_main .museu_fp_left .icon_main .icon svg {
	width: 30px;
    height: 37px;
}
  
#museus .museu_fp_main .museu_fp_left .icon_main .icon svg path {
	fill: #ffffff;
}
  
#museus .museu_fp_main .museu_fp_left .titulo {
	font-family: 'PFDinTextCompPro-Medium', sans-serif;
	font-size: 60px;
    color: #242d32;
    margin: 0 0 20px;
    padding-top: 20px;
}
  
#museus .museu_fp_main .museu_fp_left .desc {
	font-family: 'PFDinTextCompPro-Regular', sans-serif;
	font-size: 26px;
	line-height: 1.3;
    margin: 10px 0;
    color: #3f3f3e;
}

#museus .museu_fp_main .museu_fp_left .botao a {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #165f92;
    font-weight: 700;
    text-decoration: underline !important;
}
  
#museus .museu_fp_main .museu_fp_right {
	display: inline-block;
    width: 71%;
}
  
#museus .museu_fp_main .museu_fp_right .fpMuseus .item {
    display: inline-block;
	width: 30%;
    padding-bottom: 20px;
    margin: 0 1% 40px 1%;
    overflow: hidden;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
	vertical-align: top;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockImage {
    width: 100%;
    height: 250px;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent {
	display: grid;
    position: relative;
    padding: 0px 0px;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent a {
	order:2;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent h4 {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 30px;
	color: #242d32;
    margin: 0 0 7px;
    padding-top: 7px;
    line-height: 1;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent .iconCat .icon {
	display: none;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent .cat {
	font-family: 'PFDinTextCompPro-thin', sans-serif;
    font-size: 23px;
	text-transform: uppercase;
	color: #3f3f3e;
    padding-top: 20px;
    line-height: 1;
	order: 1;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent .subcat {
    display: none;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent .freg {
    padding: 15px 0;
    text-align: left;
    order: 3;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent .freg .icon {
	width: fit-content;
    display: inline-block;
    vertical-align: middle;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item svg {
    width: 20px;
    height: 20px;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item svg path {
	fill: #00538a;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent .freg .texto {
    display: inline-block;
    font-size: 18px;
    color: #3f3f3e;
    margin-left: 5px;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .blockContent .descricao {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 20px;
    margin: 0px 0;
    color: #3f3f3e;
    line-height: 1;
    display: block;
    width: 100%;
    max-height: none;
    min-height: unset;
    overflow: hidden;
    padding: 0;
    background: transparent;
    order: 4;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .botao {
    position: relative;
    display: block;
    text-align: start;
    width: auto;
    margin-top: 0px;
    padding: 0 0px;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .botao a {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #165f92;
	font-weight: 700;
    text-decoration: underline !important;
}

#museus .museu_fp_main .museu_fp_right .fpMuseus .item .botao a:hover {
    text-decoration: underline;
}

/*lazer */

#lazer {
	background: #ffffff;
}

#lazer .g-content{
	width: 1600px;
    margin: auto;
}

/*#lazer .lazer_fp_main {
	position: relative;
    background-image: url(/images/Intro_Lazer.jpg);
    background-size: cover;
    background-position: center;
    height: 650px;
    margin-bottom: 150px;
}*/
  
#lazer .lazer_fp_main .lazer_fp_right .icon_main {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 45px;
    top: 45px;
	background-color: #0047a2;
    border: 1px solid #02538b;
    border-radius: 50px;
    padding: 15px 20px;
    z-index: 999;
    margin-right: 10px;
}
  
#lazer .lazer_fp_main .lazer_fp_right .icon_main .icon svg {
	width: 30px;
    height: 37px;
}
  
#lazer .lazer_fp_main .lazer_fp_right .icon_main .icon svg path {
	fill: #ffffff;
}
  
#lazer .lazer_fp_main {
    position: relative;
    height: 650px;
    margin-bottom: 150px;
}
  
/*#lazer .lazer_fp_main .lazer_fp_right .fpLazer .item {
    display: inline-block;
    width: 90%;
    padding-bottom: 20px;
	margin: 60px 10px 10px 70px;
    overflow: hidden;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    vertical-align: middle;
}*/

#lazer .lazer_fp_main .fpLazer .item .blockImage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent {
	display: grid;
    padding: 60px 10px 10px 70px;
    position: absolute;
    left: 15%;
    bottom: -90px;
    background: #ffffff;
    width: 550px;
    border-radius: 0px 50px 0px 0px;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent a {
	order:2;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent h4 {
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 30px;
	color: #242d32;
    margin: 0 0 20px;
    padding-top: 20px;
    line-height: 1;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent .iconCat {
	text-align: end;
    position: absolute;
    right: 40px;
    top: 40px;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent .iconCat .image {
	display: inline-block;
    cursor: pointer;
    position: relative;
    border: 1px solid #02538b;
    border-radius: 50px;
    padding: 15px 20px;
    z-index: 999;
    margin-right: 10px;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent .iconCat .image .icon {
	width: 30px;
    height: 37px;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent .cat {
	font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 50px;
    text-transform: none;
	color: #242d32;
    padding-bottom: 20px;
    line-height: 1;
    order: 1;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent .freg {
    padding: 15px 0;
    text-align: left;
    order: 3;
	display: none;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent .freg .icon {
    width: 6%;
    display: inline-block;
    vertical-align: middle;
}

#lazer .lazer_fp_main .fpLazer .item svg {
    width: 20px;
    height: 20px;
}

#lazer .lazer_fp_main .fpLazer .item svg path {
	fill: #00538a;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent .freg .texto {
    display: inline-block;
    font-size: 18px;
    color: #575756;
    margin-left: 5px;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
}

#lazer .lazer_fp_main .fpLazer .item .blockContent .descricao {
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 22px;
    margin: 10px 0;
    color: #3f3f3e;
    line-height: 1;
    display: block;
    width: 100%;
    max-height: none;
    min-height: unset;
    overflow: hidden;
    padding: 0;
    background: transparent;
    order: 4;
}

#lazer .lazer_fp_main .fpLazer .item .botao {
    position: absolute;
    left: 15%;
    bottom: -130px;
    background: #ffffff;
    display: block;
    width: 550px;
    border-radius: 0px 50px 0px 0px;
    text-align: start;
    margin-top: 10px;
    padding: 0 10px 10px 70px;
}

#lazer .lazer_fp_main .fpLazer .item .botao a {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 0;
    color: #165f92;
	font-weight: 700;
    text-decoration: underline !important;
}

#lazer .lazer_fp_main .fpLazer .item .botao a:hover {
    text-decoration: underline;
}



#festividades .g-content {
	width: 1600px;
    margin: 25px auto;
    padding: 25px 0 !important;
}

#festividades .imagem {
	position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    margin-right: 0px;
	background: unset;
	padding: 0px;
}

#festividades .imagem.right {
	width: 54%;
    padding-left: 75px;
}

#festividades .imagem.right.imageRight {
	-webkit-animation: imageRight 2s ease 0s;
    animation: imageRight 2s ease 0s;
}

#festividades .descritivo {
	width: 45%;
    display: inline-block;
    vertical-align: middle;
    background: unset;
    padding: 20px 100px 0 0;
    margin-left: 0px;
    border-radius: 0px;
    vertical-align: top;
}

#festividades .descritivo.textUp {
	-webkit-animation: textUp 2s ease 0s;
    animation: textUp 2s ease 0s;
}

#festividades .descritivo .titulo {
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 60px;
    text-align: left;
    font-weight: normal;
    margin: 0px auto 30px auto;
	color: #242d32;
}

#festividades .descritivo .texto {
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 28px;
	color: #3f3f3e;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
}

#festividades .botao a {
    font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 22px;
    text-align: center;
    margin: 0;
    color: #165f92;
    font-weight: 700;
    text-decoration: underline !important;
}



#gastronomia .g-content {
	width: 1600px;
    margin: 25px auto;
    padding: 25px 0 !important;
}

#gastronomia .imagem, #gastronomia .image {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    margin-right: 0px;
	background: unset;
	padding: 0px;
}

#gastronomia .imagem.left {
	width: 26%;
}

#gastronomia .imagem.left.imageRight {
	-webkit-animation: imageRight 2s ease 0s;
    animation: imageRight 2s ease 0s;
}

#gastronomia .image.middle {
    width: 32%;
    margin-right: 30px;
}

#gastronomia .image.middle.imageRight {
	-webkit-animation: imageRight 2s ease 0s;
    animation: imageRight 2s ease 0s;
}

#gastronomia .image.middle img {
    width: auto;
	min-height: 740px;
    object-fit: cover;
    object-position: center;
}

#gastronomia .descritivo {
    width: 37%;
    display: inline-block;
    vertical-align: middle;
    background: unset;
	padding: 50px 100px 0 0;
    margin-left: 0px;
    border-radius: 0px;
    vertical-align: top;
}

#gastronomia .descritivo.textUp {
        -webkit-animation: textUp 2s ease 0s;
        animation: textUp 2s ease 0s;
}

#gastronomia .descritivo .titulo {
    font-family: 'PFDinTextCompPro-Medium',sans-serif;
    font-size: 60px;
    text-align: left;
    font-weight: normal;
    margin: 0px auto 30px auto;
    color: #242d32;
}

#gastronomia .descritivo .texto {
    font-family: 'PFDinTextCompPro-Regular',sans-serif;
    font-size: 28px;
    color: #3f3f3e;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
}

#gastronomia .image .texto, #gastronomia .imagem .texto {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #02538ab3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

#gastronomia .image:hover .texto, #gastronomia .imagem:hover .texto {
    height: 100%;
    opacity: 1;
}

/* Special Styles - Keyframes */
@keyframes imageRight {
	0% {
		left: 2.5rem;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes textUp {
	0% {
		opacity: 0;
		transform: translateY(30%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Agenda */

#agenda .g-content {
    width: 1600px;
    margin: 80px auto 50px auto;
    padding: 0px 0 !important;
}

#agenda {
	background-color: #ffffff;
}

#agenda h3 {
    align-content: start;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 40px;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    color: #242d32;
}
/* ------------ Animation + Box Format Section ------------ */
#agenda .w33 {
	width: 31.4%;
    display: inline-block;
    vertical-align: top;
	margin: 0 0.8% 40px 0.8%;
    overflow: hidden;
    text-align: left;
    position: relative;
    background: #ffffff;
	opacity: 1; /* opacity: 1 (no animation) */
    transition: opacity 0.5s ease;
}
/* When .visible_block is added */
#agenda .visible_block .w33 {
	opacity: 1;
	transition: opacity 0.5s ease;
	animation: ListBlock_show 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.075);  /* This One Starts 0s and Ends at 0.8s */
}

@keyframes ListBlock_show {
	0% {
		transform: translateZ(300px) translateY(200px) rotateX(-70deg);
		opacity: 0.1;
	}
	
	50% {
		opacity: 0.6;
	}
	100% {
		transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}

/* --- Inner Boxes + Image Animation Styles ---- */

#agenda .image {
	width: 100%;  /* width: 100% (no animation) */
	transition: width 0.5s ease;
}

#agenda .visible_block .image {
	background: #d5d5d5;
	width: 100%;
	transition: width 0.8s ease 1.2s; /* Last One Ends 0.8s - This One Starts 1.2s and Ends at 2s */
}

#agenda .image img {
	height: 350px;
    width: 100%;   /* width: 100% (no animation) */
	border-top: 1px solid transparent;
    object-fit: cover;
    object-position: center;
	transition: width 0.5s ease;
}

#agenda .visible_block .image img {
	width: 100%;
	transition: width 0.8s ease 2.2s; /* Last One Ends 2s - This One Starts 2.2s and Ends at 3s */
} 

#agenda .date {
	color: #ffffff;
    background: #02538a;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	right: 15%;
    padding: 15px 18px 15px 18px;
    flex-direction: column;
    z-index: 1;
	cursor: default;
	opacity: 1;  /* opacity: 1 (no animation) */
}

#agenda .visible_block .date {
	opacity: 1;
	transition: opacity 0.5s ease 3.2s; /* Last One Ends 3s - This One Starts 3.2s and Ends at 3.7s */
}

/* --------------- */
#agenda .w33:hover{ /* Hover Diferente */
	/*background: #fafafa;
    box-shadow: 0 5px 5px #ddd;*/
}

#agenda .date:hover {
	background-color: #438cbd;
}

#agenda .month {
	font-size: 13px;
}

#agenda .day {
    font-size: 20px;
    font-weight: bold;
}

#agenda .headItem {
	display: grid;
    text-align: center; /* Center text inside containers */
}

#agenda .headItem a:nth-of-type(2) {
	display: block;
    order: 3;
}

#agenda .headItem .titleEvent {
	font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 30px;
    color: #242d32;
	margin: 0 0 7px 5px;
    padding: 0px 25px 0px 0px;
    line-height: 1;
    text-align: start;
    width: 100%;
    display: inline-block;
}

#agenda .headItem .catEvent {
	padding: 10px 0px 0px 0px;
	text-align: start;
}

#agenda .headItem .fregEvent {
	padding: 5px 0;
	margin-left: 5px;
    display: block;
    text-align: left;
	color: #1a1a1a;
    order: 2;
}

#agenda .headItem .icon {
    display: inline-block;
	vertical-align: middle;
}

#agenda .headItem .icon svg {
	width: 20px;
    height: 20px;
}

#agenda .headItem .icon svg path {
	fill: #00538a;
}

#agenda .headItem .text {
	font-size: 18px;
    color: #3f3f3e;
    margin-left: 5px;
    font-family: 'PFDinTextCompPro-Regular', sans-serif;
    display: inline-block;
    width: auto;
}

#agenda .headItem a:nth-of-type(3) {
    display: block;
    order: 3;
}

#agenda .headItem .sabermais {
    display: inline-block;
    width: 100%;
    text-align: start;
	margin: 20px 0px 0px 5px;
}

#agenda .headItem .sabermais button {
	font-family: 'PFDinTextCompPro-ThinItalic', sans-serif;
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #165f92;
    font-weight: 700;
    text-decoration: underline !important;
    background: transparent;
    padding: 0px;
}

#agenda .headItem .sabermais button:hover {
	text-decoration: underline;
}

#agenda .botao {
	text-align: center;
}

#agenda .botao a {
	display: inline-block;
    margin-top: 50px;
    margin-bottom: 20px;
    width: fit-content;
    position: relative;
    height: fit-content;
    background: #02538b;
    color: #fff;
    padding: 15px 35px;
    font-family: 'PFDinTextCompPro-Medium', sans-serif;
    font-size: 18px;
    border-radius: 50px;
}

#agenda .seeAll:hover {
	background-color: #c2dd00;
}

/* CONTADOR */

#contador {
	background: #ffffff;
}

#contador .g-content {
	width: 1600px;
    margin: 30px auto 120px auto;
    padding: 0px !important;
}

#contador .contador-main {
	max-width: 1600px;
    margin: auto;
    background-image: url(/images/Contador.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 0px 50px 0px 0px;
}

#contador .contador-title {
    padding-top: 70px;
}

#contador .contador-title h3 {
    color: #ffffff;
}

#contador .grid-container {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 50px;
    padding-right: 50px;
	padding-bottom: 100px;
    width: 100%;
}

#contador .num-list_container_counters {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-content: center;
}

#contador .num-list_container_counters-box {
	color: #ffffff;
    background-color: transparent;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.5rem;
    position: relative;
    text-align: center;
}
#contador .num-list_container_counters-box-type {
	font-family: Supreme, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 25px;
    margin-top: 20px;
    text-wrap: nowrap;
}

#contador .num-list_container_counters-box-number {
    font-family: Supreme, Helvetica, Arial, sans-serif;
    font-size: 3.75rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.75rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

#contador .num-list_container_counters-box-number:nth-child(2)>span {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}

#contador .num-list_container_counters-box-number>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    line-height: 1;
    min-width: 1rem;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
}

#contador .num-list_container_counters-box-number>span span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 100%;
    letter-spacing: -.05em;
}

/* Instagram */
#instagram .ingallery-item-img {
	/* border-radius: 50px; */
}

#ingallery-1 .ingallery-item-overlay {
    /* border-radius: 50px; */
}
/* Keyframe Slider - Effects */
/* Special Styles - Keyframes */
@keyframes imageRight {
	0% {
		left: 2.5rem;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes imageLeft {
	0% {
		right: 2.5rem;
		opacity: 0;
	}

	100% {
		right: 0;
		opacity: 1;
	}
}

@keyframes textUp {
	0% {
		opacity: 0;
		transform: translateY(30%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Animation */
@keyframes leftFadeSlider {
	0% {
		left: 0%;
	}

	to {
		left: 12%;
	}
}

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

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

/* ---------------- Module - g-content - Media - Start --------------- */
@media (min-width: 1600px) and (max-width: 1799px) {
    #intro_v2 .g-content {
		width: 84%;
	}
	
	#mapa .g-content {
		width: 84%;
	}
		
	#museus .g-content {
		width: 84%;
	}
		
	#placemarks_v2 .g-content { 
		width: 84%;
	}
			
	#festividades .g-content {
		width: 84%;
	}
		
	#gastronomia .g-content {
		width: 84%;
	}
	
	#agenda .g-content {
		width: 84%;
	}
	
	#contador .g-content {
		width: 84%;
	}
}

@media (min-width: 1440px) and (max-width: 1599px) {
	#intro_v2 .g-content {
		width: 84%;
	}
	
	#mapa .g-content {
		width: 84%;
	}
				
	#museus .g-content {
		width: 84%;
	}
		
	#placemarks_v2 .g-content { 
		width: 84%;
	}
			
	#festividades .g-content {
		width: 84%;
	}
		
	#gastronomia .g-content {
		width: 84%;
	}
		
	#agenda .g-content {
		width: 84%;
	}
	
	#contador .g-content {
		width: 84%;
	}	
}

@media (min-width: 1200px) and (max-width: 1439px) {
	#intro_v2 .g-content {
		width: 84%;
	}
	
	#mapa .g-content {
		width: 84%;
	}
				
	#museus .g-content {
		width: 84%;
	}
		
	#placemarks_v2 .g-content { 
		width: 84%;
	}
			
	#festividades .g-content {
		width: 84%;
	}
		
	#gastronomia .g-content {
		width: 84%;
	}
		
	#agenda .g-content {
		width: 84%;
	}
	
	#contador .g-content {
		width: 84%;
	}
}

@media (min-width: 959px) and (max-width: 1199px) {
	#intro_v2 .g-content {
		width: 84%;
	}
	
	#mapa .g-content {
		width: 84%;
	}
				
	#museus .g-content {
		width: 84%;
	}
	
	#placemarks_v2 .g-content { 
		width: 84%;
	}
				
	#festividades .g-content {
		width: 84%;
	}
		
	#gastronomia .g-content {
		width: 84%;
	}
		
	#agenda .g-content {
		width: 84%;
	}
	
	#contador .g-content {
		width: 84%;
	}
}

@media (min-width: 768px) and (max-width: 958px) {
	#intro_v2 .g-content {
		width: 84%;
	}
	
	#mapa .g-content {
		width: 84%;
	}
				
	#museus .g-content {
		width: 84%;
	}
	
	#placemarks_v2 .g-content { 
		width: 100%;
	}
			
	#festividades .g-content {
		width: 84%;
	}
			
	#gastronomia .g-content {
		width: 84%;
	}
		
	#agenda .g-content {
		width: 84%;
	}
		
	#contador .g-content {
		width: 84%;
	}
}

@media (min-width: 592px) and (max-width: 767px) {
	#intro_v2 .g-content {
		width: 84%;
	}
	
	#mapa .g-content {
		width: 84%;
	}
				
	#museus .g-content {
		width: 84%;
	}
	
	#placemarks_v2 .g-content { 
		width: 100%;
	}
			
	#festividades .g-content {
		width: 84%;
	}
		
	#contador .g-content {
		width: 84%;
	}
		
	#gastronomia .g-content {
		width: 84%;
	}
		
	#agenda .g-content {
		width: 84%;
	}
	
	#contador .num-list_container_counters {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media (min-width: 470px) and (max-width: 591px) {
	#intro_v2 .g-content {
		width: 84%;
	}
	
	#mapa .g-content {
		width: 84%;
	}
				
	#museus .g-content {
		width: 84%;
	}	
	
	#placemarks_v2 .g-content { 
		width: 100%;
	}
		
	#festividades .g-content {
		width: 84%;
	}
		
	#gastronomia .g-content {
		width: 84%;
	}
			
	#agenda .g-content {
		width: 84%;
	}
	
	#contador .g-content {
		width: 84%;
	}
}

@media (min-width: 362px) and (max-width: 469px) {
	#intro_v2 .g-content {
		width: 84%;
	}
	
	#mapa .g-content {
		width: 84%;
	}
				
	#museus .g-content {
		width: 84%;
	}
	
	#placemarks_v2 .g-content { 
		width: 100%;
	}
		
	#festividades .g-content {
		width: 84%;
	}
		
	#gastronomia .g-content {
		width: 84%;
	}
			
	#agenda .g-content {
		width: 84%;
	}
			
	#contador .g-content {
		width: 84%;
	}
	
    #contador .num-list_container_counters {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }
}

@media (max-width: 361px) {
	#intro_v2 .g-content {
		width: 84%;
	}
	
	#mapa .g-content {
		width: 84%;
	}
			
	#museus .g-content {
		width: 84%;
	}
	
	#placemarks_v2 .g-content { 
		width: 100%;
	}
		
	#festividades .g-content {
		width: 84%;
	}
	
	#gastronomia .g-content {
		width: 84%;
	}
		
	#agenda .g-content {
		width: 84%;
	}
	
	#contador .g-content {
		width: 84%;
	}
}

/* --------------------------- CL360 Frontpage - End ---------- */

@media (max-width: 361px){
		
	#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;
	}
   
    #g-showcase .g-grid {
		width: 70%;
        margin-left: 0px;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
	
	#barra .logo {
        margin-left: 0;
        top: 15px;
    }
        
    #barra .logo img {
		width: 80px;
		display: block !important;
    }

    #buttonMenu, #barra .w33.logo, #menuDJ, #noticias .newsList ul, #MenuInferior .w17{
        display:none;
    }
    
    #barra .logo svg {
        width: 70px;
        margin-top: 30px;
    }
    
    #barra .w33.turnMenu, #barra .w33.offMenu{
        width: 30%;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 12%;
    }
		
	#barra .w33.icons div svg path {
		fill: #000000;
	}
    
	#barra .w33.icons{
		margin-top: 40px;
	}
    
    #barra .pesquisa {
        right: 21%;
    }
    	
	#barra .iconMapa {
		right: 130px;
	}
	
	#barra .menuLateral {
		display: none;
		right: 0px;
	}
	
	#menu_v2 {
		display: none;
	}
		
	#barra .menuMobileLateral {
		right: -15px;
	}
	
	#barra .traducao {
        right: 67px;
        top: 37px;
	}
    
    #mobileBar{
        display:inline-block;
        text-align:right;
        position: relative;
        top: 15px;
    }
    
    #mobileBar .g-content {
        padding: 0 10px!important;
        margin: 0;
    }
    
    #mobileBar .botao svg {
        width: 28px;
        height: 28px;
    }
    
    #g-showcase, #g-showcase{
        height:120px;
        background: #fff !important;
    }

    .g-logo{
        text-align:left;
    }
    
    #slide .g-content {
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal #dots{
		right: 10px;
    }
    
    .sliderPrincipalNormal #dots a {
        width: 13px;
        height: 13px;
    }
    
    .sliderPrincipalNormal .overlay {
        background: #00000026;
    }
    
    .sliderPrincipalNormal{
        display:block;
        margin-top: 120px;
        height: 250px !important;
    }
    
    .sliderPrincipalNormal .info{
        padding: 0 10px;
        bottom: auto;
        top: -50px;
        left: 10px;
        text-align:center;
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 30px;
        margin-top: 20%;
        margin-bottom: 0px;
        width: 28%;
    }
    
    .sliderPrincipalNormal h3 {
        font-size: 14px;
        margin: 30px 0 0 0;
        width: 100%;
    }
    
    .sliderPrincipalNormal .info .tags {
        margin-top: 15px;
    }
    
    .sliderPrincipalNormal .info .tags span {
        font-size: 12px;
        padding: 10px;
    }
    
    .sliderPrincipalNormal #dots {
        top: auto !important;
        bottom: 10px !important;
        margin: 0 auto;
        text-align: right;
        width: 100%;
        transform: none;
    }
    
    #g-totop {
        right: 10px;
        width: 35px;
        height: 35px;
    }
    
    #g-totop .fa {
        width: 35px;
        height: 35px;
    }
    
    #g-totop .fa:before {
        width: 35px;
        height: 35px;
    }
    		    	
	#etiqueta {
		display: none;
	}
	
	#etiqueta .item {
		right: -272px;
	}
    
	#etiqueta .item .barra { 
		width: 13%;
	}
	
	#etiqueta .item:hover {
		right: -26px;
	}
	
    #intro_v2 .descritivo .titulo {
		font-size: 40px;
	}
	
	#intro_v2 .descritivo .texto {
		font-size: 22px;
	}
	#intro_v2 .imagem.left {
		width: 45%;
	}
	#intro_v2 .imagem.left img {
        min-height: 135px;
	}
	#intro_v2 .image.middle {
		width: 48%;
		padding-left: 30px;
	}
	#intro_v2 .image.middle img {
		min-height: 300px;
	}
	
	#intro_v2 .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
	
	h3{
		font-size:30px;
	}
	
	#mapa .imagem {
		width: 100%;
		padding: 0px;
	}
	
	#mapa .descritivo {
		padding: 50px 0px 0px 0px;
		width: 100%;
	}
	
	#mapa .descritivo .titulo {
		font-size: 40px;
	}
	
	#mapa .descritivo .texto {
		font-size: 22px;
    }
		
	#museus .museu_fp_main .museu_fp_left {
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	#museus .museu_fp_main .museu_fp_right {
		display: inline-block;
		width: 100%;
	}
	
	#museus .museu_fp_main .museu_fp_right .fpMuseus .item {
		width: 95%;
	}
		#placemarks_v2 .content_v2 .results {
		gap: 0px;
		display: grid;
		grid-template-columns: repeat(2, 50%);
		grid-template-rows: repeat(3, 33.3%);
		justify-content: center;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(5) {
		grid-column: span 2;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) {
		grid-row: unset;
		height: unset;
		max-height: unset;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) .blockContent {
		bottom: 35%;
		margin: 10px 0px 10px 10px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent {
		bottom: 35%;
		margin: 10px 0px 10px 10px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent .cat {
		font-size: 21px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent h4 {
		font-size: 22px;
	}
	

	
	#festividades .imagem.right {
		width: 100%;
		padding: 50px 0px 0px 0px;
	}
	
	#festividades .descritivo {
		padding: 0px;
		width: 100%;
	}
	
	#festividades .descritivo .titulo {
		font-size: 40px;
	}
	
	#festividades .descritivo .texto {
		font-size: 22px;
    }
	    
    #gastronomia .descritivo .titulo {
		font-size: 40px;
	}
	
	#gastronomia .descritivo .texto {
		font-size: 22px;
	}
	
	#gastronomia .imagem.left {
		width: 45%;
	}
	
	#gastronomia .imagem.left img {
        min-height: 135px;
	}
	
	#gastronomia .image.middle {
        width: 39%;
	}
	
	#gastronomia .image.middle img {
		min-height: 300px;
	}
	
	#gastronomia .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
		
	#agenda .w33 {
        width: 100%;
    }
	
    #noticias .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #noticias .newsBlocks{
        width:100%;
        padding-right:0;
    }
    
    #noticias .newsBlocks .item{
        width: 100%;
        margin: 0 0 30px;
        height: auto;
    }
    
    #noticias .item .itemImage{
        max-height: 300px;
    }
    
    #noticias .newsBlocks .itemInfo{
        font-size:14px;
    }
    
    #noticias .newsBlocks .item h4{
        font-size: 18px;
    }
    
    #noticias .newsBlocks .item .itemDescription{
        display:none;
    }
    
	#noticias .itemInfo .cat {
		width: 100%;
		text-align: center;
		font-size: 12px;
		margin: 4px 0px;
	}
	
	#noticias .item .botao a {
	    font-size: 12px;
	    padding: 10px;
	}
	
	#noticias .botao svg {
        width: 45px;
        height: 45px;
    }
	
    
    #multimedia .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #multimedia .videoItem {
    	width: 100%;
	}
	#multimedia .seeVideo .video {
	     margin-top: 0;
	}
	#multimedia .seeVideo #closeVideo {
    	top: 45px;
    	right: 15px;
	}
	#multimedia .seeVideo .video iframe {
	    width: 470px !important;
	    height: 410px !important;
	}
	
	#multimedia .videoItem .overlay {
		display: none;
	}
	
	#multimedia .videoItem .video{
		height: 210px !important;
	}
	
	#multimedia .video iframe {
        width: 100%;
        height: 210px !important;
    }
    
    #multimedia .botao svg {
        width: 45px;
        height: 45px;
    }
    
    
    #documentos .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px !important;
    }
    
    #documentos .platform-content {
        padding-top: 30px;
    }
    
    #documentos .mobile{
        display:block;
    }
    
    #documentos .itemCat .contentItemCat {
        width: 47%;
        height: auto !important;
        float: none;
        padding: 20px;
        margin: 1%;
        border-radius: 0;
    }
    
    #documentos .contentItemCat.all {
        background: #004087;
        border-color: #004087;
    }
    
    #documentos .contentItemCat.all:hover {
        background: #ddd;
        border-color: #ddd;
    }
    
    #documentos .itemCat .contentItemCat .icon{
        display: none;
    }
    
    #documentos .icon svg{
        height: 40px;
        width: 40px;
    }
    
    #documentos .icon svg path {
        fill: #1d1d1b;
    }
    
    #documentos .contentItemCat:hover svg path {
        fill: #fff;
    }
    
    #documentos .itemCat .contentItemCat h4 {
        font-size: 16px;
    }
    
    #documentos .contentItemCat.all h4{
        bottom: 34%;
        color:#fff;
    }
    
    #documentos .contentItemCat:hover {
        background: #004087;
    }
    
    #documentos .contentItemCat:hover h4 {
        color: #fff;
    }
    
    #documentos .botao svg {
        width: 45px;
        height: 45px;
    }
    
    
    #banner .w50 .descritivo {
        margin-right: 20px;
    }
    
    #banner .w50 .texto {
        font-size: 35px;
    }
    
    #banner .w50 .img {
        margin-top: -10px;
    }
    
    #banner .saberMais {
        margin-left: 20px;
    }
    
    #banner .saberMais a {
        width: 140px;
        padding: 10px;
        font-size: 16px;
    }
	
	#banner .w50.revista {
		width: 100%;
		display: block;
	}

	#banner .w50.img_revistas {
		text-align: center;
	}
	#banner .w50 .descritivo .texto {
		width: 100%;
	}
	#banner .w50 .img_revistas img {
		max-width: 75%;
        margin-left: 15%;
        margin-right: 15%;
	}	
	
	#instagram .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px !important;
	}
	
	#instagram .titulo {
	    font-size: 30px;
	}
    
    
	
    #MenuInferior .g-content{
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #MenuInferior .w100.first, #MenuInferior .w100 {
        width: 100%;
        padding: 0;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
		text-align: center;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w25 .logo img {
        width: 115px;
        padding: 0;
    }
    
    #MenuInferior .w25 .icons div {
        width: 35px;
        height: 35px;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 16px;
    }
    
    #MenuInferior li {
        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: 362px) and (max-width: 469px){
    
	#placemarks .voltar {
		top: -11px;
		right: 73px;
		width: 75px;
		height: 75px;
	}
	
	#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: 24px;
    }
	
    #menu_v2 .logoSlider { 
        left: 37%;
        width: 150px;
    }
	
	#menu_v2 .parent li.animatable {
		 visibility: visible;
	}
		
	#menu_v2 .menu_v2 .parent_left .parent_left_pesquisa p {
		font-size: 13px;
	}
	
	/* ----------- 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: 35px;
	}
	
	#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;
	}
 
    #g-showcase .g-grid {
        width: 70%;
        margin-left: 0px;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
    
    #barra .logo {
        margin-left: 0;
		top: 15px;
    }
        
    #barra .logo img {
		width: 80px;
		display: block !important;
    }
    
    #buttonMenu, #barra .w33.logo, #menuDJ, #noticias .newsList ul, #MenuInferior .w17{
        display:none;
    }
    
    #barra .logo svg {
        width: 70px;
        margin-top: 30px;
    }
    
    #barra .w33.turnMenu, #barra .w33.offMenu{
        width: 30%;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 12%;
    }
    	
	#barra .w33.icons div svg path {
		fill: #000000;
	}
    
    #barra .pesquisa {
        right: 21%;
    }
		
	#barra .w33.icons{
		margin-top: 40px;
	}
	
	#barra .iconMapa {
		right: 130px;
	}
	
	#barra .menuLateral {
		display: none;
		right: 0px;
	}
    		
	#menu_v2 {
		display: none;
	}
	
	#barra .menuMobileLateral {
		right: -15px;
	}
	
	#barra .traducao {
        right: 67px;
        top: 37px;
	}
    
    #mobileBar{
        display:inline-block;
        text-align:right;
        position: relative;
        top: 15px;
    }
    
    #mobileBar .g-content {
        padding: 0 10px!important;
        margin: 0;
    }
    
    #mobileBar .botao svg {
        width: 28px;
        height: 28px;
    }
    
    #g-showcase, #g-showcase{
        height:120px;
        background: #fff !important;
    }

    .g-logo{
        text-align:left;
    }
    
    #slide .g-content {
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal #dots{
		right: 10px;
    }
    
    .sliderPrincipalNormal #dots a {
        width: 13px;
        height: 13px;
    }
    
    .sliderPrincipalNormal .overlay {
        background: #00000026;
    }
    
    .sliderPrincipalNormal{
        display:block;
        margin-top: 120px;
        height: 250px !important;
    }
    
    .sliderPrincipalNormal .info{
        padding: 0 10px;
        bottom: auto;
        top: -50px;
        left: 10px;
        text-align:center;
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 30px;
        margin-top: 20%;
        margin-bottom: 0px;
        width: 28%;
    }
    
    .sliderPrincipalNormal h3 {
        font-size: 14px;
        margin: 30px 0 0 0;
        width: 100%;
    }
    
    .sliderPrincipalNormal .info .tags {
        margin-top: 15px;
    }
    
    .sliderPrincipalNormal .info .tags span {
        font-size: 12px;
        padding: 10px;
    }
    
    .sliderPrincipalNormal #dots {
        top: auto !important;
        bottom: 10px !important;
        margin: 0 auto;
        text-align: right;
        width: 100%;
        transform: none;
    }
    
    #g-totop {
        right: 10px;
        width: 35px;
        height: 35px;
    }
    
    #g-totop .fa {
        width: 35px;
        height: 35px;
    }
    
    #g-totop .fa:before {
        width: 35px;
        height: 35px;
    }
		    	
	#etiqueta {
		display: none;
	}	
	#etiqueta .item {
		right: -272px;
	}
    
	#etiqueta .item .barra { 
		width: 13%;
	}
	
	#etiqueta .item:hover {
		right: -26px;
	}
    
    #intro_v2 .descritivo .titulo {
		font-size: 40px;
	}
	
	#intro_v2 .descritivo .texto {
		font-size: 22px;
	}
	#intro_v2 .imagem.left {
		width: 45%;
	}
	#intro_v2 .imagem.left img {
        min-height: 135px;
	}
	#intro_v2 .image.middle {
		width: 53%;
		padding-left: 30px;
	}
	#intro_v2 .image.middle img {
		min-height: 300px;
	}
	
	#intro_v2 .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
	
	h3{
		font-size:30px;
	}
		    
	#mapa .imagem {
		width: 100%;
		padding: 0px;
	}
	
	#mapa .descritivo {
		padding: 50px 0px 0px 0px;
		width: 100%;
	}
	
	#mapa .descritivo .titulo {
		font-size: 40px;
	}
	
	#mapa .descritivo .texto {
		font-size: 22px;
    }
    	
	#museus .museu_fp_main .museu_fp_left {
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	#museus .museu_fp_main .museu_fp_right {
		display: inline-block;
		width: 100%;
	}
	
	#museus .museu_fp_main .museu_fp_right .fpMuseus .item {
		width: 95%;
	}
		#placemarks_v2 .content_v2 .results {
		gap: 0px;
		display: grid;
		grid-template-columns: repeat(2, 50%);
		grid-template-rows: repeat(3, 33.3%);
		justify-content: center;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(5) {
		grid-column: span 2;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) {
		grid-row: unset;
		height: unset;
		max-height: unset;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) .blockContent {
		bottom: 35%;
		margin: 10px 0px 10px 10px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent {
		bottom: 35%;
		margin: 10px 0px 10px 10px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent .cat {
		font-size: 21px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent h4 {
		font-size: 22px;
	}
		    
	#festividades .imagem.right {
		width: 100%;
		padding: 50px 0px 0px 0px;
	}
	
	#festividades  .descritivo {
		padding: 0px;
		width: 100%;
	}
	
	#festividades  .descritivo .titulo {
		font-size: 40px;
	}
	
	#festividades .descritivo .texto {
		font-size: 22px;
    }
        
    #gastronomia .descritivo .titulo {
		font-size: 40px;
	}
	
	#gastronomia .descritivo .texto {
		font-size: 22px;
	}
	
	#gastronomia .imagem.left {
		width: 45%;
	}
	
	#gastronomia .imagem.left img {
        min-height: 135px;
	}
	
	#gastronomia .image.middle {
        width: 43%;
	}
	
	#gastronomia .image.middle img {
		min-height: 300px;
	}
	
	#gastronomia .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
		
	#agenda .w33 {
        width: 100%;
    }
			
    #noticias .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #noticias .newsBlocks{
        width:100%;
        padding-right:0;
    }
    
    #noticias .newsBlocks .item{
        width: 100%;
        margin: 0 0 30px;
        height: auto;
    }
    
    #noticias .item .itemImage{
        max-height: 300px;
    }
    
    #noticias .newsBlocks .itemInfo{
        font-size:14px;
    }
    
    #noticias .newsBlocks .item h4{
        font-size: 18px;
    }
    
    #noticias .newsBlocks .item .itemDescription{
        display:none;
    }
    
	#noticias .itemInfo .cat {
		width: 100%;
		text-align: center;
		font-size: 12px;
		margin: 4px 0px;
	}
	
	#noticias .item .botao a {
	    font-size: 12px;
	    padding: 10px;
	}
	
	#noticias .botao svg {
        width: 45px;
        height: 45px;
    }
	
    
    
    #multimedia .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #multimedia .videoItem {
    	width: 100%;
	}
	#multimedia .seeVideo .video {
	     margin-top: 0;
	}
	#multimedia .seeVideo #closeVideo {
    	top: 45px;
    	right: 15px;
	}
	#multimedia .seeVideo .video iframe {
	    width: 470px !important;
	    height: 410px !important;
	}
	
	#multimedia .videoItem .overlay {
		display: none;
	}
	
	#multimedia .videoItem .video{
		height: 210px !important;
	}
	
	#multimedia .video iframe {
        width: 100%;
        height: 210px !important;
    }
    
    #multimedia .botao svg {
        width: 45px;
        height: 45px;
    }
    

    #documentos .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px !important;
    }
    
    #documentos .platform-content {
        padding-top: 30px;
    }
    
    #documentos .mobile{
        display:block;
    }
    
    #documentos .itemCat .contentItemCat {
        width: 47%;
        height: auto !important;
        float: none;
        padding: 20px;
        margin: 1%;
        border-radius: 0;
    }
    
    #documentos .contentItemCat.all {
        background: #004087;
        border-color: #004087;
    }
    
    #documentos .contentItemCat.all:hover {
        background: #ddd;
        border-color: #ddd;
    }
    
    #documentos .itemCat .contentItemCat .icon{
        display: none;
    }
    
    #documentos .icon svg{
        height: 40px;
        width: 40px;
    }
    
    #documentos .icon svg path {
        fill: #1d1d1b;
    }
    
    #documentos .contentItemCat:hover svg path {
        fill: #fff;
    }
    
    #documentos .itemCat .contentItemCat h4 {
        font-size: 16px;
    }
    
    #documentos .contentItemCat.all h4{
        bottom: 34%;
        color:#fff;
    }
    
    #documentos .contentItemCat:hover {
        background: #004087;
    }
    
    #documentos .contentItemCat:hover h4 {
        color: #fff;
    }
    
    #documentos .botao svg {
        width: 45px;
        height: 45px;
    }
    
    
    #banner .w50 .descritivo {
        margin-right: 20px;
    }
    
    #banner .w50 .texto {
        font-size: 35px;
    }
    
    #banner .w50 .img {
        margin-top: -10px;
    }
    
    #banner .saberMais {
        margin-left: 20px;
    }
    
    #banner .saberMais a {
        width: 140px;
        padding: 10px;
        font-size: 16px;
    }
		
	#banner .w50.revista {
		width: 100%;
		display: block;
	}

	#banner .w50.img_revistas {
		text-align: center;
	}
	#banner .w50 .descritivo .texto {
		width: 100%;
	}
	#banner .w50 .img_revistas img {
		max-width: 75%;
        margin-left: 15%;
        margin-right: 15%;
	}		
	
	#instagram .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px !important;
	}
	
	#instagram .titulo {
	    font-size: 30px;
	}
    
    
    
    #MenuInferior .g-content{
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #MenuInferior .w100.first, #MenuInferior .w100 {
        width: 100%;
        padding: 0;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
		text-align: center;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w25 .logo img {
        width: 115px;
        padding: 0;
    }
    
    #MenuInferior .w25 .icons div {
        width: 35px;
        height: 35px;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 16px;
    }
    
    #MenuInferior li {
        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){
    
	#placemarks .voltar {
		top: -11px;
		right: 73px;
		width: 75px;
		height: 75px;
	}
	
    #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;
	}
  
    #g-showcase .g-grid {
        width: auto;
		width: 78%;
        margin-left: 0px;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
    
    #barra .logo {
        margin-left: 0;
		top: 15px;
    }
          
    #barra .logo img {
		width: 80px;
		display: block !important;
    }
    
    #buttonMenu, #barra .w33.logo, #menuDJ, #noticias .newsList ul, #MenuInferior .w17{
        display:none;
    }
    
    #barra .w33.turnMenu, #barra .w33.offMenu{
        width: 30%;
    }
		
	#barra .w33.icons{
		margin-top: 40px;
	}

    #barra .idiomaSelect, #barra .idiomas {
        right: 10%;
    }
    	
	#barra .w33.icons div svg path {
		fill: #000000;
	}
    
    #barra .pesquisa {
        right: 17%;
    }
    	
	#barra .iconMapa {
		right: 142px;
	}
	
	#barra .menuLateral {
		display: none;
		right: 0px;
	}
    		
	#menu_v2 {
		display: none;
	}
	
	#barra .menuMobileLateral {
		right: 0px;
	}
	
	#barra .traducao {
        right: 80px;
	}
    
    #mobileBar{
        display:inline-block;
        text-align:right;
        position: relative;
        top: 15px;
    }
    
    #mobileBar .g-content {
        padding: 0 10px!important;
        margin: 0;
    }
    
    
    #g-showcase, #g-showcase{
        height:120px;
        background: #fff !important;
    }

    .g-logo{
        text-align:left;
    }
    
    #slide .g-content {
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal #dots a {
        width: 13px;
        height: 13px;
    }
    
    .sliderPrincipalNormal .overlay {
        background: #00000026;
    }
    
    .sliderPrincipalNormal{
        display:block;
        margin-top: 120px;
        height: 350px !important;
    }
    
    .sliderPrincipalNormal .info {
        padding: 0 10px;
        bottom: auto;
        top: -50px;
        left: 10px;
        text-align:center;
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 35px;
        line-height: 1;
        margin-top: 20%;
        margin-bottom: 0px;
        width: 28%;
    }
    
    .sliderPrincipalNormal h3 {
        font-size: 20px;
        margin: 30px 0 0 0;
        width: 85%;
    }
    
    .sliderPrincipalNormal .info .tags {
        margin-top: 20px;
    }
    
    .sliderPrincipalNormal .info .tags span {
        font-size: 14px;
        padding: 10px;
    }
    
    .sliderPrincipalNormal #dots {
		top: auto !important;
        right: 30px;
        bottom: 30px !important;
        margin: 0 auto;
        text-align: right;
        width: 100%;
        transform: none;
    }
	    	
	#etiqueta {
		display: none;
	}
	
	#etiqueta .item {
		right: -272px;
	}
    
	#etiqueta .item .barra { 
		width: 13%;
	}
	
	#etiqueta .item:hover {
		right: -26px;
	}
	
    #intro_v2 .descritivo .titulo {
		font-size: 40px;
	}
	
	#intro_v2 .descritivo .texto {
		font-size: 22px;
	}
	#intro_v2 .imagem.left {
		width: 45%;
	}
	#intro_v2 .imagem.left img {
		min-height: 135px;
	}
	#intro_v2 .image.middle {
        width: 53%;
		padding-left: 30px;
	}
	#intro_v2 .image.middle img {
		min-height: 300px;
	}
	
	#intro_v2 .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
    
    #g-totop {
        right: 10px;
    }
	
	h3{
		font-size:30px;
	}
       
	#mapa .imagem {
		width: 100%;
		padding: 0px;
	}
	
	#mapa .descritivo {
		padding: 50px 0px 0px 0px;
		width: 100%;
	}
	
	#mapa .descritivo .titulo {
		font-size: 40px;
	}
	
	#mapa .descritivo .texto {
		font-size: 22px;
    }
		
	#museus .museu_fp_main .museu_fp_left {
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	#museus .museu_fp_main .museu_fp_right {
		display: inline-block;
		width: 100%;
	}
	
	#museus .museu_fp_main .museu_fp_right .fpMuseus .item {
		width: 47%;
	}
	
	#museus .museu_fp_main .museu_fp_right .fpMuseus .item:nth-child(3) {
		width: 96.5%;
	}
		#placemarks_v2 .content_v2 .results {
		gap: 0px;
		display: grid;
		grid-template-columns: repeat(2, 50%);
		grid-template-rows: repeat(3, 33.3%);
		justify-content: center;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(5) {
		grid-column: span 2;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) {
		grid-row: unset;
		height: unset;
		max-height: unset;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) .blockContent {
		bottom: 35%;
		margin: 10px 0px 10px 10px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent {
		bottom: 35%;
		margin: 10px 0px 10px 10px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent .cat {
		font-size: 21px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent h4 {
		font-size: 22px;
	}
		    
	#festividades .imagem.right {
		width: 100%;
		padding: 50px 0px 0px 0px;
	}
	
	#festividades .descritivo {
		padding: 0px;
		width: 100%;
	}
	
	#festividades .descritivo .titulo {
		font-size: 40px;
	}
	
	#festividades .descritivo .texto {
		font-size: 22px;
    }
	   
    #gastronomia .descritivo .titulo {
		font-size: 40px;
	}
	
	#gastronomia .descritivo .texto {
		font-size: 22px;
	}
	
	#gastronomia .imagem.left {
		width: 45%;
	}
	
	#gastronomia .imagem.left img {
		min-height: 135px;
	}
	
	#gastronomia .image.middle {
        width: 46%;
	}
	
	#gastronomia .image.middle img {
		min-height: 300px;
	}
	
	#gastronomia .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
    	
	#agenda .w33 {
        width: 100%;
    }
	
    #noticias .g-content {
        width: auto;
        margin: 30px auto;
        padding: 30px 10px!important;
    }
    
    #noticias .newsBlocks .item{
        width: 100%;
        height: auto;
        margin: 0 0 30px;
    }
    
    #noticias .item .itemImage{
        max-height: 200px;
    }
    
    #noticias .newsBlocks .itemInfo{
        font-size:14px;
    }
    
    #noticias .newsBlocks .item h4{
        font-size: 18px;
        margin-top: 20px;
    }
    
    #noticias .newsBlocks .item .itemDescription{
        display:none;
    }
    
	#noticias .itemInfo .cat {
		width: 100%;
		text-align: center;
		font-size: 13px;
		margin: 4px 0px;
	}
	
	#noticias .item .botao a {
	    font-size: 12px;
	    padding: 10px;
	}
	
    
    #multimedia .g-content {
        width: auto;
        margin: 30px auto;
        padding: 30px 10px!important;
    }
    
    #multimedia .videoItem {
    	width: 100%;
	}
	#multimedia .seeVideo .video {
	     margin-top: 0;
	}
	#multimedia .seeVideo #closeVideo {
    	top: 45px;
    	right: 15px;
	}
	#multimedia .seeVideo .video iframe {
	    width: 470px !important;
	    height: 410px !important;
	}
	
	#multimedia .videoItem .overlay {
		display: none;
	}
	
	#multimedia .videoItem .video{
		height: 260px !important;
	}
	
	#multimedia .videoItem iframe {
        height: 260px !important;
	}
	
    
    #documentos .g-content {
        width: auto;
        margin: 30px auto;
        padding: 30px 10px !important;
    }
    
    #documentos .platform-content {
        padding-top: 30px;
    }
    
    #documentos .mobile{
        display:block;
    }
    
    #documentos .itemCat .contentItemCat {
        width: 47%;
        height: auto !important;
        float: none;
        padding: 20px;
        margin: 1%;
        border-radius: 0;
    }
    
    #documentos .contentItemCat.all {
        background: #004087;
        border-color: #004087;
    }
    
    #documentos .contentItemCat.all:hover {
        background: #ddd;
        border-color: #ddd;
    }
    
    #documentos .itemCat .contentItemCat .icon{
        display: none;
    }
    
    #documentos .icon svg{
        height: 40px;
        width: 40px;
    }
    
    #documentos .icon svg path {
        fill: #1d1d1b;
    }
    
    #documentos .contentItemCat:hover svg path {
        fill: #fff;
    }
    
    #documentos .contentItemCat h4 {
		font-size: 18px;
    }
    
    #documentos .contentItemCat.all h4{
        bottom: 34%;
        color:#fff;
    }
    
    #documentos .contentItemCat:hover {
        background: #004087;
    }
    
    #documentos .contentItemCat:hover h4 {
        color: #fff;
    }
    
		
	#banner .w50.revista {
		width: 100%;
		display: block;
	}

	#banner .w50.img_revistas {
		text-align: center;
	}
	#banner .w50 .descritivo .texto {
		width: 100%;
	}
	#banner .w50 .img_revistas img {
		max-width: 75%;
        margin-left: 15%;
        margin-right: 15%;
	}
    
    #banner .w50 .descritivo {
        margin-right: 25px;
    }
    
    #banner .w50 .texto {
        font-size: 45px;
    }
    
    #banner .saberMais {
        margin-left: 25px;
    }
    
    #banner .saberMais a {
        width: 150px;
        padding: 10px;
        font-size: 18px;
    }
	
	
	#instagram .g-content {
        width: auto;
        margin: 30px auto;
        padding: 30px 10px !important;
	}
	
	#instagram .titulo {
	    font-size: 30px;
	}
    
    
    
    #MenuInferior .g-content{
        width: auto;
        margin: 30px auto;
        padding: 30px 10px!important;
    }
    
    #MenuInferior .w100.first, #MenuInferior .w100 {
        width: 100%;
        padding: 0;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
		text-align: center;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w25 img {
        width: 150px;
        padding: 0;
    }
    
    #MenuInferior .w25 .icons div {
        width: 35px;
        height: 35px;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 16px;
    }
    
    #MenuInferior li {
        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){
    
	#placemarks .voltar {
		top: -11px;
		right: 73px;
		width: 75px;
		height: 75px;
	}
	
	#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;
	}
  
    #g-showcase .g-grid {
		width: 80%;
        margin-left: 0px;
    }
    
    .breaking-news-ticker{
        width:300% !important;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
    
    #barra .logo {
        margin-left: 0;
		top: 15px;
    }
	        
    #barra .logo img {
		width: 90px;
		display: block !important;
    }
    
	#barra .iconMapa {
	    right: 145px;
	}
	
	#barra .menuLateral {
		display: none;
		right: 0px;
	}
		
	#menu_v2 {
		display: none;
	}
		
	#barra .menuMobileLateral {
		right: 0px;
	}
	
	#barra .traducao {
        right: 80px;
	}
    
    #buttonMenu, #barra .w33.logo, #menuDJ, #noticias .newsList ul, #MenuInferior .w17{
        display:none;
    }
    
    #barra .w33.turnMenu, #barra .w33.offMenu{
        width: 30%;
    }
		
	#barra .w33.icons {
		margin-top: 40px;
	}

    #barra .idiomaSelect, #barra .idiomas {
        right: 9%;
    }
    	
	#barra .w33.icons div svg path {
		fill: #000000;
	}
    
    #barra .pesquisa {
        right: 15%;
    }
    
    #mobileBar{
        display:inline-block;
        text-align:right;
        position: relative;
        top: 15px;
    }
    
    #mobileBar .g-content {
        padding: 0 10px!important;
        margin: 0;
    }
     	
	#etiqueta {
        display: none;
    }
	
    #g-showcase, #g-showcase{
        height:120px;
        background: #fff !important;
    }
        
    #barra .logo img {
		width: 90px;
		display: block !important;
    }
    
    .g-logo{
        text-align:left;
    }
    
    #slide{
        padding-top:120px;
		background: #fff;
    }
    
    #slide .g-content{
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal{
        height: 400px !important;
    }
    
    .sliderPrincipalNormal #dots{
        top: auto !important;
        right: 30px;
        bottom: 30px !important;
        margin: 0 auto;
        text-align: right;
        width: 100%;
        transform: none;
    }
    
    .sliderPrincipalNormal h2{
        font-size:45px;
        width: 25%;
        margin: 50px 0;
    }
    
    .sliderPrincipalNormal h3{
        font-size:20px;
        width: 65%;
    }
    
    .sliderPrincipalNormal .info{
        left: 10px;
        top: -25px;
        padding: 0 10px;
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
    }
      
    #intro_v2 .descritivo .titulo {
		font-size: 40px;
	}
	
	#intro_v2 .descritivo .texto {
		font-size: 22px;
	}
	#intro_v2 .imagem.left {
		width: 45%;
	}
	#intro_v2 .imagem.left img {
		min-height: auto;
	}
	#intro_v2 .image.middle {
		width: 54%;
		padding-left: 30px;
	}
	#intro_v2 .image.middle img {
		min-height: auto;
	}
	
	#intro_v2 .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	} 
	
	h3{
		font-size:35px;
	}
    
	#mapa .imagem {
		width: 100%;
		padding: 0px;
	}
	
	#mapa .descritivo {
		padding: 50px 0px 0px 0px;
		width: 100%;
	}
	
	#mapa .descritivo .titulo {
		font-size: 40px;
	}
	
	#mapa .descritivo .texto {
		font-size: 22px;
    }
		
	#museus .museu_fp_main .museu_fp_left {
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	#museus .museu_fp_main .museu_fp_right {
		display: inline-block;
		width: 100%;
	}
	
	#museus .museu_fp_main .museu_fp_right .fpMuseus .item {
		width: 47%;
	}
	
	#museus .museu_fp_main .museu_fp_right .fpMuseus .item:nth-child(3) {
		width: 96.5%;
	}
		#placemarks_v2 .content_v2 .results {
		gap: 0px;
		display: grid;
		grid-template-columns: repeat(2, 50%);
		grid-template-rows: repeat(3, 33.3%);
		justify-content: center;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(5) {
		grid-column: span 2;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) {
		grid-row: unset;
		height: unset;
		max-height: unset;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) .blockContent {
		bottom: 35%;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent {
		bottom: 35%;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent .cat {
		font-size: 21px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent h4 {
		font-size: 22px;
	}
    
	#festividades .imagem.right {
		width: 100%;
		padding: 50px 0px 0px 0px;
	}
	
	#festividades .descritivo {
		padding: 0px;
		width: 100%;
	}
	
	#festividades .descritivo .titulo {
		font-size: 40px;
	}
	
	#festividades .descritivo .texto {
		font-size: 22px;
    }
      
    #gastronomia .descritivo .titulo {
		font-size: 40px;
	}
	
	#gastronomia .descritivo .texto {
		font-size: 22px;
	}
	
	#gastronomia .imagem.left {
		width: 45%;
	}
	
	#gastronomia .imagem.left img {
		min-height: auto;
	}
	
	#gastronomia .image.middle {
		width: 48%;
	}
	
	#gastronomia .image.middle img {
		min-height: 400px;
	}
	
	#gastronomia .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	} 
		
	#agenda .w33 {
        width: 100%;
    }
			
    #noticias .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #noticias .newsBlocks .itemInfo{
        font-size: 14px;
    }
    
    #noticias .newsBlocks .item h4{
        font-size:16px;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
    
    #noticias .newsBlocks .item .itemDescription{
        display:none;
    }
    
    #noticias .item .itemImage {
        max-height: 130px;
    }
    
    #noticias .newsBlocks .item{
        height: 330px;
        width: 31%;
    }
    
	#noticias .itemInfo .cat {
		width: 100%;
		text-align: center;
		font-size: 13px;
		margin: 4px 0px;
	}
	
	#noticias .item .botao a {
	    font-size: 14px;
	    padding: 10px;
	}
	
	
    #multimedia .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #multimedia .videoItem {
    	width: 49%;
	}
	#multimedia .seeVideo .video {
	     margin-top: 0;
	}
	#multimedia .seeVideo #closeVideo {
    	top: 45px;
    	right: 15px;
	}
	#multimedia .seeVideo .video iframe {
	    width: 565px !important;
	    height: 410px !important;
	}
	
	#multimedia .videoItem .overlay {
		display: none;
	}
	
	#multimedia .videoItem .video{
		height: 200px !important;
	}
	
	#multimedia .videoItem iframe {
	    height: 200px !important;
	}
	
	#multimedia .verOutros {
		width: 100%;
		font-size: 20px;
		float: none; 
	}
    
    
    #documentos .mobile{
        display:block;
    }
    
    #documentos .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #documentos .itemCat .contentItemCat {
        width: 28%;
    }
    
    #documentos .contentItemCat.all {
        background: #004087;
        border-color: #004087;
    }
    
    #documentos .contentItemCat.all:hover {
        background: #ddd;
        border-color: #ddd;
    }
    
    #documentos .itemCat .contentItemCat .icon{
        margin: 0 auto;
    }
    
    #documentos .itemCat .contentItemCat svg{
        height: 49px;
        width: 49px;
    }
    
    #documentos .icon svg path {
        fill: #1d1d1b;
    }
    
    #documentos .contentItemCat:hover svg path {
        fill: #fff;
    }
    
    #documentos .contentItemCat h4 {
		font-size: 20px;
    }
    
    #documentos .contentItemCat.all h4{
        bottom: 44%;
        color:#fff;
    }
    
    #documentos .contentItemCat:hover {
        background: #004087;
    }
    
    #documentos .contentItemCat:hover h4 {
        color: #fff;
    }
		
	#banner .w50.revista {
		width: 100%;
		display: block;
	}

	#banner .w50.img_revistas {
		text-align: center;
	}
	#banner .w50 .descritivo .texto {
		width: 100%;
	}
	#banner .w50 .img_revistas img {
		max-width: 75%;
        margin-left: 15%;
        margin-right: 15%;
	}
	
	#instagram .g-content {
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
	}
	
	#instagram .titulo {
	    font-size: 35px;
	}
    
    
    #MenuInferior .g-content{
        width: auto;
        margin: 20px auto;
        padding: 30px 10px!important;
    }
    
    #MenuInferior .w100.first, #MenuInferior .w100 {
        width: 100%;
        padding: 0;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
		text-align: center;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w25 img {
        width: 150px;
        padding: 0;
    }
    
    #MenuInferior .w25 .icons div {
        width: 35px;
        height: 35px;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 18px;
    }
    
    #MenuInferior li {
        font-size: 14px;
    }
	
    #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;
	}

    #g-showcase .g-grid {
		width: 83%;
        margin-left: 20px;
    }
    
    .breaking-news-ticker{
        width:300% !important;
    }
    
    #barra .g-content {
        padding: 0 10px!important;
    }
    
    #barra .logo {
        margin-left: 0;
		top: 10px;
    }
    
    #barra .logo svg {
        width: 80px;
    }
    
    #barra .pesquisa {
        right: 12%;
    }
	    	
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 8%;
    }
    	
	#barra .w33.icons div svg path {
		fill: #000000;
	}
    
    .dj-megamenu-default li ul.dj-submenu > li.itemid804 > a img{
        height: auto !important;
        margin: 0 5px 60px 0;
        padding: 17px !important;
    }
    
    .dj-megamenu-default li a.dj-up_a{
        padding: 0 10px;
        font-size: 16px;
    }
    
    .dj-megamenu-default .dj-subwrap-in {
        width: 750px !important;
    }
    
    .dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li a {
        font-size: 14px !important;
    }
    
    #g-showcase, #g-showcase{
        height:120px;
        background: #fff !important;
    }
    
    .g-logo{
        text-align:left;
    }
    
    #slide{
        padding-top:120px;
		background: #fff;
    }
    
    #slide .g-content{
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal #dots{
        top: auto !important;
        bottom: 70px !important;
        margin: 0 auto;
        text-align: right;
        width: 100%;
        transform: none;
    }
    
    .sliderPrincipalNormal h2{
        font-size:55px;
    }
    
    .sliderPrincipalNormal h3{
        font-size:24px;
        width: 60%;
    }
    
    .sliderPrincipalNormal .info{
        padding: 0 10px;
		top: -45px;
        left: 5%;
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
    }
     
    #intro_v2 .descritivo .titulo {
		font-size: 40px;
	}
	
	#intro_v2 .descritivo .texto {
		font-size: 22px;
	}
	#intro_v2 .imagem.left {
		width: 45%;
	}
	#intro_v2 .imagem.left img {
		min-height: auto;
	}
	#intro_v2 .image.middle {
		width: 54%;
		padding-left: 30px;
	}
	#intro_v2 .image.middle img {
		min-height: auto;
	}
	
	#intro_v2 .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
	
	h3{
		font-size:40px;
	}
	
	#mapa .imagem {
		width: 100%;
		padding: 0px;
	}
	
	#mapa .descritivo {
		padding: 50px 0px 0px 0px;
		width: 100%;
	}
	
	#mapa .descritivo .titulo {
		font-size: 40px;
	}
	
	#mapa .descritivo .texto {
		font-size: 22px;
    }
		
	#museus .museu_fp_main .museu_fp_left {
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	#museus .museu_fp_main .museu_fp_right {
		display: inline-block;
		width: 100%;
	}
		#placemarks_v2 .content_v2 .results {
		gap: 0px;
		display: grid;
		grid-template-columns: repeat(2, 50%);
		grid-template-rows: repeat(3, 33.3%);
		justify-content: center;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(5) {
		grid-column: span 2;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) {
		grid-row: unset;
		height: unset;
		max-height: unset;
	}
	
	#placemarks_v2 .content_v2 .results .item:nth-child(3) .blockContent {
		bottom: 35%;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent {
		bottom: 35%;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent .cat {
		font-size: 21px;
	}
	
	#placemarks_v2 .content_v2 .results .item .blockContent h4 {
		font-size: 22px;
	}
		
	#festividades .imagem.right {
		width: 100%;
		padding: 50px 0px 0px 0px;
	}
	
	#festividades .descritivo {
		padding: 0px;
		width: 100%;
	}
	
	#festividades .descritivo .titulo {
		font-size: 40px;
	}
	
	#festividades .descritivo .texto {
		font-size: 22px;
    }
     
    #gastronomia .descritivo .titulo {
		font-size: 40px;
	}
	
	#gastronomia .descritivo .texto {
		font-size: 22px;
	}
	
	#gastronomia .imagem.left {
		width: 45%;
	}
	
	#gastronomia .imagem.left img {
		min-height: auto;
	}
	
	#gastronomia .image.middle {
		width: 49%;
	}
	
	#gastronomia .image.middle img {
		min-height: 400px;
	}
	
	#gastronomia .descritivo {
		width: 100%;
		padding: 30px 0px 0px 0px;
	}
		
	#agenda .w33 {
		width: 48%;
    }
			
    #noticias .g-content {
        width: 100%;
        margin: 50px auto;
        padding: 30px !important;
    }
    
    #noticias .newsBlocks .item{
        width: 31%;
        height: 375px;
    }
    
    #noticias .item .itemImage {
        max-height: 155px;
    }
    
    #noticias .newsBlocks .itemInfo{
        font-size: 14px;
    }
    
	#noticias .itemInfo .cat {
		text-align: center;
		font-size: 13px;
		margin: 4px 0px;
	}
    
    #noticias .newsBlocks .item h4{
        font-size:16px;
        margin-top: 25px;
    }
    
    #noticias .newsBlocks .item .itemDescription{
        display:none;
    }
	
	#noticias .item .botao a {
	    font-size: 14px;
	    padding: 10px;
	}
	
    
    #multimedia .g-content {
        width: 750px;
        margin: 50px auto;
        padding: 30px 10px!important;
    }
	
	#multimedia .videoItem {
		width: 49%;
	}
    #multimedia .videoItem .overlay {
	    margin-bottom: -208px;
	}
	#multimedia .videoItem .video, #multimedia .videoItem .overlay {
	    height: 208px !important;
	}
	#multimedia .videoItem iframe {
	    height: 208px !important;
	}
	
	#multimedia .videoItem .overlay {
		display: none;
	}
	
	#multimedia .videoItem .video{
		height: auto !important;
		text-align: center;
	}
	
    
    #documentos .g-content {
        width: 750px;
        margin: 50px auto;
        padding: 30px 10px !important;
    }
    
    #documentos .itemCat {
        text-align: center;
    }
    
    #documentos .itemCat .contentItemCat {
        width: 28%;
    }
    
    #documentos .itemCat .contentItemCat svg{
        height: 49px;
        width: 49px;
    }
    
    #documentos .icon svg path {
        fill: #1d1d1b;
    }
		
	#banner .w50.revista {
		width: 100%;
		display: block;
	}

	#banner .w50.img_revistas {
		text-align: center;
	}
	#banner .w50 .descritivo .texto {
		width: 100%;
	}
	#banner .w50 .img_revistas img {
		max-width: 50%;
        margin-left: 25%;
        margin-right: 25%;
	}
	
	#instagram .g-content {
        width: 100%;
        margin: 50px auto;
        padding: 30px !important;
	}
	
	#instagram .titulo {
	    font-size: 40px;
	}
    

	
    #MenuInferior .g-content{
        width: 750px;
        margin: 0 auto;
        padding: 30px 10px !important;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
    }
    
    #MenuInferior .w25 .logo svg {
        width: 150px;
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 20px;
    }
    
    #MenuInferior li {
        font-size: 16px;
    }
	
    #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;
	}
    
    #g-showcase .g-grid {
		width: 80%;
        margin-left: 100px;
    }
    
    
    #barra .g-content {
        padding: 0 20px!important;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 15%;
    }
	   	
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    	
	#barra .w33.icons div svg path {
		fill: #000000;
	}
	
    
    .dj-megamenu-default li ul.dj-submenu > li.itemid804 > a img{
        height: auto !important;
        padding: 20px !important;
    }
    
    .dj-megamenu-default li a.dj-up_a{
        padding: 0 10px;
        font-size: 18px;
    }
    
    .dj-megamenu-default li ul.dj-submenu > li.parent .dj-subtree li a {
        font-size: 16px !important;
    }
    
    .dj-megamenu-default .dj-subwrap-in {
        width: 919px !important;
    }
    
    #g-showcase, #g-showcase{
        height:120px;
        background: #fff !important;
    }
    

    #slide {
        padding-top:115px;
		background: #fff;
    }
    
    #slide .g-content{
        padding: 0 !important;
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 65px;
    }
    
    .sliderPrincipalNormal h3 {
        width: 50%;
        font-size: 24px;
    }
    
    .sliderPrincipalNormal .info{
        top: 7%;
        left: 7%;
        padding:0 20px;
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
    }
      
    #intro_v2 .descritivo .titulo {
		font-size: 40px;
	}
	
	#intro_v2 .descritivo .texto {
		font-size: 22px;
	}
	
	#intro_v2 .descritivo {
		padding: 30px 0px 0px 40px;
	}
    
    h3 {
        font-size: 40px;
    }
    
	#mapa .imagem img {
		min-width: 425px
	}
	
	#mapa .descritivo { 
		padding: 0px 0 0 0px;
	}
	 
	#mapa .descritivo .titulo {
		margin: 0px auto 15px auto;
	}
	 
	#mapa .descritivo .texto  { 
		font-size: 23px;
	}
	
	#museus .museu_fp_main .museu_fp_left {
		width: 100%;
		padding: 0px 0px 50px 0px;
	}
	#museus .museu_fp_main .museu_fp_right {
		display: inline-block;
		width: 100%;
	}
	
	#museus .museu_fp_main .museu_fp_right .fpMuseus .item {
		
	}
	    
	#festividades .imagem img {
		min-width: 425px
	}
	
	#festividades .descritivo { 
		padding: 0px 0 0 0px;
	}
	 
	#festividades .descritivo .titulo {
		margin: 0px auto 15px auto;
		font-size: 40px;
	}
	 
	#festividades .descritivo .texto  { 
		font-size: 23px;
	}
      
    #gastronomia .descritivo .titulo {
		font-size: 40px;
	}
	
	#gastronomia .descritivo .texto {
		font-size: 22px;
	}
	
	#gastronomia .descritivo {
		padding: 30px 40px 0px 0px;
	}
	
	#agenda .w33 {
		width: 48%;
	}
	
    #noticias .g-content {
        width: 100%;
        padding: 30px !important;
    }
    
    #noticias .item .itemImage{
        max-height: 220px;
    }
    
    #noticias .newsBlocks .item {
        width: 31%;
    }
    
    #noticias .newsBlocks .itemInfo {
        font-size: 14px;
    }
    
    #noticias .newsBlocks .item h4, #Acontece .item h4{
        font-size:18px;
    }
    
    #noticias .newsList li h2{
        font-size:14px;
    }
    
    #noticias .newsList li:nth-last-child(1), #noticias .newsList li:nth-last-child(2), #noticias .newsList li:nth-last-child(3), #noticias .newsList li:nth-last-child(4), #noticias .newsList li:nth-last-child(5), #noticias .newsList li:nth-last-child(6){
        display:none;
    }
    
    #noticias .item .botao a {
        font-size: 12px;
    }
    

	#multimedia .g-content {
        width: 750px;
	}
	
	#multimedia .videoItem {
		width:32%;
	}
	
    #multimedia .videoItem .overlay {
	    display:none;
	}
	#multimedia .videoItem .video, #multimedia .videoItem .overlay {
	    height: 152px !important;
	}
	#multimedia .videoItem iframe {
	    height: 152px !important;
	}
	#multimedia .seeVideo .video iframe {
	    width: 900px !important;
	    height: 600px !important;
	}
	#multimedia .verOutros {
    	font-size: 24px;
		margin-right: 19px;
		width:260px;
	}
	
	
	#documentos .g-content {
        width: 750px;
	}
    
    #documentos .itemCat .contentItemCat svg {
        height: 40px;
    }
    
	#documentos .itemCat .contentItemCat {
        width:28%;
    }
    
    #documentos .itemCat .contentItemCat.all h4 {
        font-size: 20px;
    }
	
	#documentos .itemCat .contentItemCat.all{
	    margin: 20px 8px 10px 0px;
    }
	
	#banner .w50.revista {
		width: 100%;
		display: block;
	}

	#banner .w50.img_revistas {
		text-align: center;
	}
	#banner .w50 .descritivo .texto {
		width: 100%;
	}
	#banner .w50 .img_revistas img {
		max-width: 50%;
        margin-left: 25%;
        margin-right: 25%;
	}
	
	#instagram .g-content {
        width: 100%;
        padding: 30px !important;
	}
	
	#instagram .titulo {
	    font-size: 40px;
	}
	
    
    #MenuInferior .g-content {
        width: 750px;
    }
    
    #MenuInferior .w100 .boxMenu {
        padding: 0;
    }
    
    #MenuInferior .w25 .logo svg {
        padding: 0 20px 0 0;
    }
    
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo{
        font-size: 24px;
    }
    
    #MenuInferior li {
        font-size: 16px;
    }
	
    
    #BarraCopyright .g-content{
        width: 750px;
        padding: 10px 20px !important;
    }
    
    #BarraCopyright .w40 {
        width: 38%;
    }
    
    #BarraCopyright .w30 .text {
        width: 90px;
    }
    
	.breaking-news-ticker{
	    width:200% !important;
	}
	
}


@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;
	}
    
    #g-showcase .g-grid {
		width: 85%;
    }
    
    #barra .idiomaSelect, #barra .idiomas {
        right: 15%;
    }
    	
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
    .dj-megamenu-default li a.dj-up_a {
        font-size: 20px;
    }
    
    .dj-megamenu-default li ul.dj-submenu > li.itemid804 > a img{
        height: auto !important;
        padding: 25px !important;
    }
    
    .dj-megamenu-default .dj-subwrap-in {
        width: 1050px !important;
    }
    
    .sliderPrincipalNormal .info {
        left: 7%;
		top: 9%;
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 75px;
    }
    
    .sliderPrincipalNormal h3 {
        width: 44%;
    }
    
    #intro_v2 .descritivo .titulo {
		font-size: 50px;
	}
	
	#intro_v2 .descritivo .texto {
		font-size: 23px;
	}
	
	#intro_v2 .descritivo {
		padding: 30px 0px 0px 65px;
	}
    
    h3 {
        font-size: 45px;
    }
	
	#mapa .descritivo { 
		padding: 0px 0 0 0px;
	}
		
	#festividades .descritivo { 
		padding: 0px 0 0 0px;
	}
    
    #gastronomia .descritivo .titulo {
		font-size: 50px;
	}
	
	#gastronomia .descritivo .texto {
		font-size: 23px;
	}
	
	#gastronomia .descritivo {
		padding: 30px 65px 0px 30px;
	}
		
    #noticias .g-content {
        width: 1200px;
    }
    
    #noticias .newsBlocks .item {
        height: 540px;
    }

    #noticias .itemInfo .cat {
        font-size: 16px;
    }
    
    #noticias .newsBlocks .item h4, #Acontece .item h4{
        font-size: 19px;
    }
    
    #noticias .newsList li h2{
        font-size: 17px;
    }
    
    #noticias .newsList li:nth-last-child(1), #noticias .newsList li:nth-last-child(2), #noticias .newsList li:nth-last-child(3), #noticias .newsList li:nth-last-child(4), #noticias .newsList li:nth-last-child(5){
        display:none;
    }
    
    #noticias .item .botao a {
        font-size: 14px;
    }
    
    
    #multimedia .g-content {
        width: 950px
    }
    
	#multimedia .videoItem .overlay {
	    margin-bottom: -208px;
	}
	#multimedia .videoItem .video, #multimedia .videoItem .overlay {
	    height: 208px !important;
	}
	#multimedia .videoItem iframe {
	    height: 208px !important;
	}
	
	
	#documentos .g-content {
        width: 1200px;
	}
    
    #documentos .itemCat .contentItemCat.all h4{
        font-size: 28px;
    }
	
	#documentos .itemCat .contentItemCat.all{
	    margin: 20px 8px 10px 0px;
    }
    
	.breaking-news-ticker{
	    width:200% !important;
	}
	
	#documentos .itemCat .contentItemCat {
        height: 170px !important;
	}
	
	
	#instagram .g-content {
        width: 959px;
	}
	
	#instagram .titulo {
	    font-size: 45px;
	}
	
	
	#MenuInferior .g-content {
	    width: 950px;
	}
	
    #MenuInferior .w33 {
        width: 32%;
    }
    
    #MenuInferior .titulo {
        font-size: 26px;
    }
    
    
    #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;
	}
    
    #g-showcase .g-grid {
		width: 86%;
    }
	
	.sliderPrincipalNormal .info {
        left: 7%;
		top: 14%;
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
    }
    
    .sliderPrincipalNormal h2 {
        font-size: 100px;
    }
    
    #intro_v2 .descritivo .titulo {
		font-size: 50px;
	}
	
	#intro_v2 .descritivo .texto {
		font-size: 23px;
	}
    
	.breaking-news-ticker{
	    width:200% !important;
	}
	
	    
    #gastronomia .descritivo .titulo {
		font-size: 50px;
	}
	
	#gastronomia .descritivo .texto {
		font-size: 23px;
	}

	#noticias .g-content {
		width: 1350px;
	}
	
	#noticias .newsBlocks .item h4, #Acontece .item h4{
		font-size: 19px;
	}
	
	#noticias .newsList li h2{
		font-size: 16px;
	}
	
	#noticias .newsList li:nth-last-child(1), #noticias .newsList li:nth-last-child(2), #noticias .newsList li:nth-last-child(3){
		display:none;
	}
	
	#multimedia .g-content {
        width: 1150px;
	}
	
	#multimedia .videoItem .overlay {
	    margin-bottom: -250px;
	}
	#multimedia .videoItem .video, #multimedia .videoItem .overlay {
	    height: 250px !important;
	}
	#multimedia .videoItem iframe {
	    height: 250px !important;
	}
	
	#documentos .g-content {
        width: 1150px;
	}
	
	#documentos .itemCat .contentItemCat.all h4 {
		font-size: 28px;
		bottom: 30%;
	}
	
	#documentos .itemCat .contentItemCat h4{
		font-size: 17px;
	}
	
	#documentos .itemCat .contentItemCat svg {
		height: 45px;
	}
	
	
	#instagram .g-content {
        width: 1200px;
	}
	
	
	#MenuInferior .g-content {
	    width: 1150px;
	}
	
	#MenuInferior .w33 {
        width: 32%;
	}
	
	#MenuInferior .titulo {
        font-size: 28px;
	}
	
	#BarraCopyright .g-content {
	    width: 1150px;
	}
}


@media (min-width: 1600px) and (max-width: 1799px){
        	
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
    .sliderPrincipalNormal h2 {
        width: 23%;
    }
	.sliderPrincipalNormal .info {
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
	}
	
	#intro_v2 .descritivo .titulo {
		font-size: 55px;
	}
	
	#intro_v2 .descritivo .texto {
		font-size: 25px;
	}
	
	.breaking-news-ticker{
	    width:200% !important;
	}
	
	#gastronomia .descritivo .titulo {
		font-size: 55px;
	}
	
	#gastronomia .descritivo .texto {
		font-size: 25px;
	}
		
	#noticias .g-content {
        width: 1440px;
	}

	#noticias .newsBlocks .item h4, #Acontece .item h4{
		font-size: 19px;
	}
	
	#noticias .newsList li h2{
		font-size: 16px;
	}
	
	#documentos .itemCat .contentItemCat.all h4 {
		font-size: 30px;
		bottom: 25%;
	}
	
	#instagram .g-content {
        width: 1440px;
	}
	
	
}


@media (min-width: 1800px){
	    	
	#barra .menuMobileLateral, #menuMobile {
		display: none !important;
	}
    
	.sliderPrincipalNormal #dots {
		top: 850px !important;
	}
	
	.sliderPrincipalNormal .info {
		animation: TopFadeSlider 1.5s forwards; /* Use keyframes for the transition */
	}
}

/* Contador - Media Start */

@media (min-width: 768px) {
    #contador .num-list_container_counters {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
