/* General Styles
-------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  font-family: Roboto, 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  opacity:0;
}
input, textarea, select, button, submit {
	font-family: Roboto, 'Open Sans', Arial, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	transition: all 0.4s linear;
}

textarea {resize:none;}
i {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  overflow-wrap: break-word;
}

a:hover,
a:focus {
  color: #88BA14;
  text-decoration: none;
}

a, a:hover, a:focus { text-decoration: none; outline: none !important;}

@media (max-width: 480px) {
.col-ms-12 {width: 100%;}
}

.sectionmargintop{margin-top: 190px;}
@media (max-width: 767px) {
.sectionmargintop{margin-top: 70px;}
}

.displaynone{display:none !important;}
.displayflex {display: -webkit-flex; -webkit-flex-wrap: wrap; display: flex; flex-wrap: wrap;}
.displayflex-middle {display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-align-items: center; display:flex; flex-wrap: wrap; align-items: center;}
.displayflex-bottom {display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-align-items: flex-end;  display:flex; flex-wrap: wrap; align-items: flex-end;}
.displayflex-left {-webkit-justify-content: flex-start; justify-content: flex-start; }
.displayflex-center {-webkit-justify-content: center; justify-content: center;}
.displayflex-right {-webkit-justify-content: flex-end; justify-content: flex-end;}
.brdradius{border-radius:100%}

#symboldrop {
	-webkit-border-radius: 100% 100% 100% 0;
	border-radius: 100% 100% 100% 0;
	border: 0px solid #FFF;
	height: 30px;
	width: 30px;
	background-color: rgb(255, 255, 255);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.noback #symboldrop {background-color: #88BA14;}
.hero.noback .intro-title {color: #88BA14;}
.noback .bg-overlay {background: #FFF;}
.small-hero.hero.noback .container {max-height: 150px;}

.content-all {
	position: relative;
	overflow: hidden;
	max-height: 300px;
}
.content-01 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.content-02 {
	display: table;
	height: 100%;
	width: 100%;
}

.content-03 {
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
	text-align: center;
}

::selection {
    color: #ffffff;
	background:#88BA14;
    opacity: 1;
}
::-moz-selection {
    color: #ffffff;
	background:#88BA14;
    opacity: 1;
}

::-webkit-input-placeholder{ /* WebKit browsers */
    color: #000; opacity: 1;
}

:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color: #000; opacity: 1;
}

::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #000; opacity: 1;
}

:-ms-input-placeholder{ /* Internet Explorer 10+ */
    color: #000; opacity: 1;
}



img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}
iframe {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #666;
  line-height: 1.3;
  font-weight: 700;
  font-family: Roboto, 'Open Sans', Arial, sans-serif;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul,
ol {
  margin-bottom: 20px;
  line-height: 1.3;
}

.uppercase {
  text-transform: uppercase;
}
.italic {font-style: italic;}

.bold {font-weight: 700;}

section {
  
}
.regular-background {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 0;
  background-color: #F3F3F5;
}

.regular-background-title {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #F3F3F5;
}

.regular-background-subtitle {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #88BA14;
}

.scroll {width:100%;}
.jscroll-loading {width:220px; height:19px; margin: 10px auto;}
.jscroll-loading img {width:220px; height:19px;}
.jscroll-added, .jscroll-inner {display: flex; flex-wrap: wrap;}

.margin0 { margin: 0 !important;}
.marg-0 { margin-bottom: 0 !important;}
.marg-10 { margin-bottom: 10px;}
.marg-15 { margin-bottom: 15px;}
.marg-20 { margin-bottom: 20px;}
.marg-25 { margin-bottom: 25px;}
.marg-30 { margin-bottom: 30px;}
.marg-35 { margin-bottom: 35px;}
.marg-40 { margin-bottom: 40px;}
.marg-50 { margin-bottom: 50px;}
.marg-75 { margin-bottom: 75px;}
.marg-100 { margin-bottom: 100px;}
.marg0 { margin-top: 0 !important;}
.marg10 { margin-top: 10px;}
.marg15 { margin-top: 15px;}
.marg20 { margin-top: 20px;}
.marg25 { margin-top: 25px;}
.marg30 { margin-top: 30px;}
.marg40 { margin-top: 40px;}
.marg50 { margin-top: 50px;}
.marg75 { margin-top: 75px;}
.marg100 { margin-top: 100px;}
.marg150 { margin-top: 150px;}

.padd-0 { padding-bottom: 0 !important;}
.padd-10 { padding-bottom: 10px;}
.padd-15 { padding-bottom: 15px;}
.padd-20 { padding-bottom: 20px;}
.padd-25 { padding-bottom: 25px;}
.padd-30 { padding-bottom: 30px;}
.padd-35 { padding-bottom: 35px;}
.padd-50 { padding-bottom: 50px;}
.padd-75 { padding-bottom: 75px;}
.padd-100 { padding-bottom: 100px;}
.padd0 { padding-top: 0 !important;}
.padd10 { padding-top: 10px;}
.padd15 { padding-top: 15px;}
.padd20 { padding-top: 20px;}
.padd25 { padding-top: 25px;}
.padd30 { padding-top: 30px;}
.padd50 { padding-top: 50px;}
.padd75 { padding-top: 75px;}
.padd100 { padding-top: 100px;}

.padding0 { padding: 0 !important;}
.padding20 { padding: 20px !important;}
.marg-L15-R15 {margin-left: 15%; margin-right: 15%;}

.t12{font-size:12px;}
.green{color:#88BA14 !important;}
.white{color:#FFF !important;}
.gray{color:#666 !important;}
.black{color:#000 !important;}

.back-light-gray{background:#F3F3F5 !important;}
.back-light-green{background:#E8F2D0 !important;}
.back-light-green-v2{background:#F4F7EC !important;}
.back-gray{background:#666 !important;}
.back-green{background:#88BA14 !important;}
.back-white{background:#FFF !important;}

.back-gray-owl{background:#666 !important;}
@media (max-width: 767px) {
 .back-gray-owl{background:transparent !important;}
}
@media (min-width: 768px) {
 .back-gray-owl .owl-prev {left: -60px;}
 .back-gray-owl .owl-next {right: -60px;}
}

.light-gray-padd20{background:#F3F3F5; padding: 0 20px; background-clip: content-box;}
.light-green-padd20{background:#E8F2D0; padding: 0 20px; background-clip: content-box;}

.color-light-gray{background:#F3F3F5;float:left;width:100%;}
.color-light-green{background:#E8F2D0;float:left;width:100%;}

.mapster_tooltip{ font-family: Roboto; color:#666; font-size:13px; transition: visibility 0.4s ease 0s, opacity 0.4s ease 0s;}

.efectzoom {
	overflow: hidden;
}

.efectzoom img {
    opacity: 1;
    transition: all 0.3s linear 0s;
}
.efectzoom img:hover {
    opacity: 0.8;
    transform: scale(1.1, 1.1);
    transition: all 0.3s linear 0s;
}

/* Elements
-------------------------*/
.form-group {
  
}
.form-control,
.form-control:focus {
  height: auto;
  padding: 10px 0;
  font-size: 1em;
  line-height: 1.7;
  border-radius: 0;
  border: none;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-control:focus {
  border-bottom-color: #333333;
}


/* Navigation
-------------------------*/
header {}

/* Footer
-------------------------*/
#footer {
  
}

/******back to top button******/
#back-top {
	position: fixed;
	bottom: 20px;
    right: 20px;
	padding:0;
	margin:0;
	z-index: 100;
}
#back-top a {
	text-decoration: none;
	width: 40px;
	height: 40px;
	display: block;
	background-color: #88BA14;
	background-image: url(../images/back-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 15px;
	/*border-radius: 25px;*/

}
#back-top a:hover {
	background-color: #666;
}

@media (-Webkit-min-device-pixel-ratio: 1.5),
 (-moz-min-device-pixel-ratio: 1.5),
 (-o-min-device-pixel-ratio: 3/2),
 (min-device-pixel-ratio: 1.5),
 (min-resolution: 1.5dppx) {
#back-top a {
			background-image: url(../images/back-top@2x.png);}

}

#MainMenu .navbar-extra-top > .navbar .navbar-nav.social-networks:first-child{margin-right: -5px;}
#MainMenu .navbar-extra-top > .navbar .social-networks > li > a {padding: 0; margin: 0 5px 0;}
.social-networks > li {float: right;}
.logo-pdd img {max-width:150px;}
.title-msg {display:inline-block;margin-right:20px;}
.title-msg p {color:#C3D89D;font-size:18px;line-height:1;margin-bottom:5px;font-weight:500;}
.title-msg p:first-child {color:#88BA14;}
.title-msg img {width:auto; max-height:45px;}
.logo-vnf {display:inline-block;}
.logo-vnf img {width:auto; max-height:60px;}


@media (min-width: 768px) {
	.menu-principal{width:100%; text-align:center; min-height:40px;}
	.menu-principal > li {
		display: inline-block;
		float: none;
	}
	.menu-principal > li > a {
		padding: 12px 12px;
		line-height: 1;
		text-transform: uppercase;
		color: #666 !important;
		font-size: 13px;
		font-weight: 500;
	}
	.menu-principal > li > a:hover, .menu-principal > li.active > a{
		color: #88BA14 !important;
		background: transparent !important;
	}
	.navbar .dropdown-toggle:after {
	  display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.menu-principal > li > a {
		padding: 12px 6px;
		font-size: 12px;
	}
	.navbar .dropdown-menu > li > a, .navbar .dropdown-menu > li > a:focus{font-size: 12px;}
}

@media (min-width: 992px) and (max-width: 1100px) {
	.menu-principal > li > a {
		padding: 12px 8px;
		font-size: 13px;
	}
}



.page-subtitle {
    margin-bottom: 25px;
    text-align: center;
}

.page-subtitle h2 {
    color: #88BA14;
    font-size: 26px;
    font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
    margin: 0;
}
.page-subtitle h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
    margin: 0;
}
.page-subtitle h4 {
    color: #88BA14;
    font-size: 22px;
    font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
    margin: 0;
}
.breadcrumbs_img img {
    width: auto;
	height: 40px;
    margin: 10px auto 0;
    padding: 0;   
}
.breadcrumbs_line {
    background-color: #88BA14;
    border-radius: 30%;
    height: 5px;
    margin: 5px auto 0;
    padding: 0;
    width: 20px;
}

.page-subtitle_v2 {
    margin-bottom: 25px;
    text-align: center;
}

.page-subtitle_v2 h2 {
    color: #666;
    font-size: 24px;
    font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
    margin: 0;
}
.breadcrumbs_line_v2 {
    background-color: #666;
    border-radius: 30%;
    height: 5px;
    margin: 5px auto 0;
    padding: 0;
    width: 20px;
}

.destagenda h4.data{font-size:20px;color:#88BA14;line-height:1.2;font-weight:700;margin: 0 0 5px 0;}
.destagenda h3{font-size:30px; margin: 20px 0 5px 0; line-height:1.2; font-weight:700; color:#666;}
.destagenda h3 a{color:#666;}
.destagenda h3 a:hover{color:#88BA14;}
.destagenda p{font-size:16px; margin: 0 0 15px 0; color:#666;}
.leia-mais {
    background: #88BA14;
    border: 1px solid #88BA14;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 30px;
    margin-top: 10px;
	margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    width: auto;
}
.leia-mais:hover, .leia-mais:focus {
    background: #666;
    border: 1px solid #666;
    color: #FFF;
}
.outras-news {
    background: transparent;
    border: 1px solid #88BA14;
    color: #88BA14;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 30px;
    margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    width: auto;
}
.outras-news:hover, .outras-news:focus {
    background: #88BA14;
    border: 1px solid #88BA14;
    color: #FFF;
}
.pdf-down {
    background: #88BA14;
    border: 1px solid #88BA14;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 30px;
    margin-top: 10px;
	margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    width: auto;
}
.pdf-down:hover, .pdf-down:focus {
    background: #666;
    border: 1px solid #666;
    color: #FFF;
}
.pdf-down:after {
	content: "\f0d7";
	font-family: FontAwesome;
	margin-left: 10px;
	font-size: 20px;
	text-decoration: underline;
    vertical-align: baseline;
	line-height: 1;
}

.doc-down {
    background: #88BA14;
    border: 1px solid #88BA14;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 30px;
    margin-top: 15px;
	margin-bottom: 0;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    width: auto;
}
.doc-down:hover, .doc-down:focus {
    background: #666;
    border: 1px solid #666;
    color: #FFF;
}
.doc-down:after {
	content: "\f0d7";
	font-family: FontAwesome;
	margin-left: 10px;
	font-size: 20px;
	text-decoration: underline;
    vertical-align: baseline;
	line-height: 1;
}
	
#tear {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 80px;
	height: 80px;
	top: 6px;
	right: 5px;
	position: absolute;
	border: none;
	-webkit-border-radius: 80% 0 85% 50%;
	border-radius: 80% 0 85% 50%;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: #666;
	-webkit-transform: rotateZ(135deg);
	transform: rotateZ(135deg);
}
#tear:before {
	border: 42px solid #666;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	bottom: -5px;
	content: "";
	height: 0;
	left: -5px;
	position: absolute;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 0;
}

.tearabsolute {
	position:absolute;
	width:100%;
	height:100%;
}
.teartable {
	display:table;
	width:100%;
	height:100%;
}
.teartexto {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	-webkit-transform: rotateZ(-135deg);
	transform: rotateZ(-135deg);
}
.teartexto span.dia {display:block;font-size:40px;color:#FFF;line-height:1;font-weight:700;margin-top:-20px;}
.teartexto span.mes {display:block;font-size:13px;color:#88BA14;line-height:1;text-transform:lowercase;}
.teartexto span.ano {display:block;font-size:13px;color:#88BA14;line-height:1;}

.destnoticia h3{font-size:24px; margin: 0 0 5px 0; line-height:1.3; font-weight:700; color:#000;}
.destnoticia h3 a{color:#000;}
.destnoticia h3 a:hover{color:#88BA14;}
.destnoticia p.data{font-size:14px; margin: 0 0 15px 0; color:#666;}
.destnoticia p{font-size:16px; margin: 0 0 15px 0; color:#666;}

.destpags h3{font-size:30px; margin: 0 0 15px 0; line-height:1; font-weight:700; color:#FFF; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);}
.destpags h3 a{color:#FFF;}
.destpags h3 a:hover{color:#88BA14;}
.destpags p{font-size:16px; margin: 0 0 15px 0; color:#666;}

.othersdest {position: relative;	overflow: hidden;}
.othersdest a.othersdest-image {background-position: 50%; background-size: cover; display: block; height: 120px; transition: all 0.3s ease 0.1s;}
.othersdest a.othersdest-image:hover {box-shadow: 0 -30px 120px rgba(136, 186, 20, 0.3) inset;}
.imgfaq {background-image: url(../images/faq.jpg)}
.imgnormas {background-image: url(../images/normas.jpg)}
.imginfoutil {background-image: url(../images/infoutil.jpg)}
.imgmapaparque {background-image: url(../images/mapaparque.jpg)}
.othersdest-text {position: absolute; left: 20px; bottom: 20px;}
.othersdest-text h4 {font-size:20px; color:#88BA14; line-height:1.1; font-weight:700; margin: 0;}
.othersdest_line {
    background-color: #88BA14;
    border-radius: 30%;
    height: 5px;
    margin: 5px 0 0;
    padding: 0;
    width: 20px;
}

/* Newsletter */
.fn-news {
    background: #FFF;
    border: solid 1px #FFF;
    border-radius: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
    margin: 0;
    max-width: 100%;
    padding: 5px 15px;
    resize: none;
    text-transform: none;
	vertical-align: middle;
    width: 85%;
}
@media (max-width: 480px) {
.fn-news {width: 78%;font-size: 14px;}
}
.fn-news:focus {outline:none;}
.fn-news::-webkit-input-placeholder{color:#666;}
.fn-news:-moz-placeholder{color:#666;}
.fn-news::-moz-placeholder{color:#666;}
.fn-news:-ms-input-placeholder{color:#666;}

input.submit_news[type="submit"] {
    display: inline-block;
    font-family: Roboto;
	color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 0 10px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	border-radius: 100% 100% 100% 0;
	-moz-border-radius: 100% 100% 100% 0;
	-webkit-border-radius: 100% 100% 100% 0;
	border: 0px solid #88BA14;
	height: 35px;
	width: 35px;
	background-color: rgb(136, 186, 20);
	/*transform: rotate(-45deg);*/
}
input.submit_news[type="submit"]:hover, input.submit_news[type="submit"]:focus {
    background: #FFF;
    border: 0px solid #FFF;
    color: #88BA14;
}

.newstext h4{font-size:24px; color:#FFF; line-height:1; font-weight:400; margin:0 0 15px 0;}
.newstext h4 span{font-size:12px;font-style: italic; line-height:1.3;}
@media (max-width: 580px) {
.newstext h4 span{display: block;}
}
.pol_priv {font-size:12px; color:#FFF; margin-top:10px;}
.pol_priv a {font-size:12px; color:#FFF;}
.pol_priv a:hover {font-size:12px; color:#88BA14;}

.newstext_pag h4{font-size:24px; color:#666; line-height:1; font-weight:400; margin:0 0 15px 0;}
.newstext_pag h4 span{font-size:12px;font-style: italic; line-height:1.3;}
@media (max-width: 580px) {
.newstext_pag h4 span{display: block;}
}
.pol_priv_pag {font-size:12px; color:#666; margin-top:10px;}
.pol_priv_pag a {font-size:12px; color:#666;}
.pol_priv_pag a:hover {font-size:12px; color:#88BA14;}

.box-avalia {}
.box-avalia h4 {font-size:20px; color:#FFF; font-weight:400; margin:0 0 15px 0;}
.box-avalia a {
    background: #FFF;
    border: 1px solid #FFF;
    color: #88BA14;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
    width: auto;
}
.box-avalia a:hover, .box-avalia a:focus {
    background: #666;
    border: 1px solid #666;
    color: #FFF;
}

.top-footer .networks {
		float: right;
	}
.top-footer .social-networks {float: right;}
.top-footer ul.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-footer .social-networks > li > a {
    margin: 10px 5px;
    padding: 0;
}
.top-footer ul.social-networks:first-child {
    margin-right: -5px;
}
.top-footer .social-networks .fa {
	background: #88BA14;
    color: #fff;
    font-size: 18px;
    padding: 5px;
    vertical-align: middle;
	width: 1.5em;
}
.top-footer .social-networks a:hover .fa {background: #666;}

.top-footer .logo-pdd {
    margin-bottom: 15px;
}

.top-footer .logo-pdd img {
    max-width: 150px;
	width: 100%;
}

.top-footer .logo-vnf {
	float: right;
	display: block;
	margin-bottom: 15px;
}
.top-footer .logo-vnf img {
    max-width: 90px;
	width: 100%;
}

.top-footer .footer-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-footer .footer-item ul {
    display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

.top-footer .footer-item ul:last-child {
	margin-right: 0;
}

.top-footer .footer-item ul > li {
    margin-bottom: 5px;
}

.top-footer .footer-item ul > li > a {
    color: #666;
    font-size: 13px;
	text-transform: uppercase;
}

.top-footer .footer-item ul > li > a:hover {
    color: #88BA14;
}

@media (min-width: 479px) {
	.top-footer .footer-item ul:nth-child(1) > li:nth-child(n+5) {display:none;}
	.top-footer .footer-item ul:nth-child(2) > li:nth-child(-n+4) {display:none;}
	.top-footer .footer-item ul:nth-child(2) > li:nth-child(n+8) {display:none;}
	.top-footer .footer-item ul:nth-child(3) > li:nth-child(-n+7) {display:none;}
	.top-footer .footer-item ul:nth-child(3) {margin-right: 0;}
	.top-footer .footer-item ul:nth-child(4) {	display: none;}
}
@media (max-width: 480px) {
	.top-footer .logo-pdd img {
		max-width: 150px;
	}
	.top-footer .logo-vnf img {
		max-width: 70px;
	}
	.top-footer .footer-item ul:nth-child(1), .top-footer .footer-item ul:nth-child(2), .top-footer .footer-item ul:nth-child(3) {
		display: none;
	}
	.top-footer .footer-item ul:nth-child(4) {-moz-column-count:2; -webkit-column-count:2; column-count:2; -moz-column-gap: 30px; -webkit-column-gap:30px; column-gap:30px;}
}

.small-hero.hero .container {
    display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
    justify-content: center;
    text-align: center;
}

.small-hero.hero .intro-wrap {
    bottom: 0;
	top: 0;
	margin: 0;
    padding: 10px;
    position: static;
}
.small-hero.hero .intro-text {
    line-height: 1;
    margin: 0;
}
.small-hero.hero .intro-title {
	font-size: 30px;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
  .small-hero.hero .intro-title {
    font-size: 40px;
	margin-bottom: 20px;
  }
}


/* List images effects */
.block_fade {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#88BA14;
	z-index:5;
	opacity:0;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
.block_fade_v2 {
	background:#666;
}

.gallery_item_wrapper img {
    width: 100%;
	height:auto;
}

.view_link {
	margin:0 10px 0 !important;
	width:50px;
	height:50px;
	font-size:15px;
	line-height:50px;
	text-align:center;
	color:#666;
	display:inline-block;
	visibility:hidden;
	opacity:0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	border: solid 2px #FFF;
	border-radius:100%;
	background: #FFF;
}

.view_link:hover {
	color:#666;
}

.view_link i:after{
	content:"+";
	font-size:44px;
	padding: 0;
	font-style:normal;
	line-height:1}

.view_text {
	margin: 0;
	padding: 10px;
	width: 100%;
	text-align: center;
	height: auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	color: #FFF;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.view_text h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 5px 0;
}

.view_text p {
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	line-height: 1;
	margin:0;
}

.gallery_item_wrapper:hover .view_link {
	visibility:visible;
	opacity:1;
}

.gallery_item_wrapper:hover .view_text {
	visibility:visible;
	opacity:1;
}

.post_hover_info {
	position:absolute;
	z-index:10;
	top:50%;
	left:0;
	right:0;
	color:#fff;
	text-align:center;
	visibility:hidden;
	opacity:0;
	transform:translateY(-25%);
	-webkit-transform:translateY(-25%);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}

.item_efect .gallery_item_wrapper:hover .post_hover_info {
	visibility:visible;
	opacity:1;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.item_efect {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 0;
	position:relative;
}

.gallery_item_wrapper .block_fade {
	width:100%;
	left:0;
	top:0;
	height:100%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.gallery_item_wrapper:hover .block_fade {
	opacity:0.7;		
}
/* End List images effects */


/* Data actividades/exposições/noticias */
.content-image {
    position: relative;
}
.image-maxheight img {
    max-height: 350px;
	width: auto;
	overflow: hidden;
}


.content-image .date {
	background-image: url("../images/date_parque.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 142px 50px;
    top: -60px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
	text-transform: uppercase;
    padding: 0 15px 0 0;
    position: absolute;
    right: 30px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transform-origin: right bottom;
	width: 142px;
	height: 50px;
	text-align: right;
}
.content-text {
    padding-top: 15px;
}
.content-text h4 {
    margin-bottom: 0;
}

.content-text h4 a.title {
    color: #000;
}
.content-text h4 a.title:hover {
    color: #88BA14;
}

.content-text p.date {
    font-size: 12px;
	margin: 0 0 10px;
}

.content-image-final   {
	overflow: hidden;
	position: relative;
}
.content-image-final a img {
    opacity: 1;
    transition: all 0.5s linear 0s;
}
.content-image-final a:hover img {
    opacity: 0.8;
    transform: scale(1.2, 1.2);
    transition: all 0.5s linear 0s;
}

.content-image .date_v2 {
	background-image: url("../images/data_atividade_CT01.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 60px 104px;
    top: -15px;
    padding: 0;
    position: absolute;
    right: 30px;
	width: 60px;
	height: 104px;
	text-align: center;
}

.date_v2 span.dia {display:block;font-size:36px;color:#FFF;line-height:1;font-weight:700;margin-top:2px;}
.date_v2 span.mes {display:block;font-size:12px;color:#FFF;line-height:1;font-weight:500;margin-top:2px;text-transform:lowercase;}
.date_v2 span.ano {display:block;font-size:12px;color:#FFF;line-height:1;font-weight:500;margin-top:2px;}

.date_v3 {
	background-image: url("../images/data_atividade_CT02.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 80px 102px;
    top: 0;
    padding: 0;
    position: absolute;
    right: 100px;
	width: 80px;
	height: 102px;
	text-align: center;
	z-index: 10;
}

.date_v3 span.dia {display:block;font-size:40px;color:#FFF;line-height:1;font-weight:700;margin-top:10px;}
.date_v3 span.mes {display:block;font-size:13px;color:#FFF;line-height:1;font-weight:500;margin-top:2px;text-transform:lowercase;}
.date_v3 span.ano {display:block;font-size:13px;color:#FFF;line-height:1;font-weight:500;margin-top:2px;}

.date_v4 {
	background-size: 120px 153px;
	width: 120px;
	height: 153px;
}
.date_v4 span.dia {font-size:50px;}
.date_v4 span.mes {font-size:16px;}
.date_v4 span.ano {font-size:16px;}
/* End Data actividades/exposições/noticias  */

.exptemp h4 {color: #666; margin: 0 0 10px; line-height: 1.3;}
.exptemp h6 {color: #88BA14; font-size: 14px; font-weight: 400; margin: 0 0 20px; line-height: 1.3;}

.exptemp-old h4, .exptemp-old h4 a {color: #666; font-size: 20px; margin: 10px 0 0; line-height: 1.3;}
.exptemp-old h4, .exptemp-old h4 a:hover {color: #88BA14;}
.exptemp-old p {color: #88BA14; font-size: 13px; margin: 0; line-height: 1.3;}

.atividades-CT h3{color: #666; font-size: 20px; margin: 0 0 10px; line-height: 1;}
.atividades-CT h4{color: #000; font-size: 30px; margin: 0 0 20px; line-height: 1;}

.noticias-desev h3{color: #000; font-size: 30px; margin: 0 0 10px; line-height: 1;}
.noticias-desev h5{color: #666; font-size: 18px; margin: 0; line-height: 1;}

.cursor-left {
    display: block;
    padding: 0 15px;
	line-height: 60px;
	height: 60px;
    text-align: center;
	color: #88BA14;
	background: #F3F3F5;
}
.cursor-left:hover {
	color: #FFF;
	background: #88BA14;
}
.cursor-center {
    display: block;
    padding: 10px 15px;
	height: 60px;
    text-align: center;
	color: #88BA14;
	background: #F3F3F5;
}
.cursor-center span {
    display: block;
	margin-top: 5px;
}
.cursor-center:hover {
	color: #FFF;
	background: #88BA14;
}
.cursor-right {
    display: block;
    padding: 0 15px;
	line-height: 60px;
	height: 60px;
    text-align: center;
	color: #88BA14;
	background: #F3F3F5;
}
.cursor-right:hover {
	color: #FFF;
	background: #88BA14;
}
.cursor-left i {
    margin-right: 10px;
	background-color: #88BA14;
    border: 0 solid #fff;
    border-radius: 100% 100% 100% 0;
    display: inline-block;
    height: 15px;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 15px;
}

.cursor-center i {
	margin: 0 2px;
    background-color: #88BA14;
    border: 0 solid #fff;
    border-radius: 100% 100% 100% 0;
    display: inline-block;
    height: 15px;
	-webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    vertical-align: middle;
    width: 15px;
}
.cursor-right i {
    margin-left: 10px;
	background-color: #88BA14;
    border: 0 solid #fff;
    border-radius: 100% 100% 100% 0;
    display: inline-block;
    height: 15px;
	-webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    vertical-align: middle;
    width: 15px;
}

.cursor-left:hover i , .cursor-center:hover i , .cursor-right:hover i {
	background-color: #FFF;
}

.separator_click_form {width:100%; text-align:center; background:#f3f3f5; margin: 20px 0 0 0; padding: 20px 5px;}
.separator_click_form  p {margin: 0 0 10px; color:#88BA14; font-size:20px; font-weight:700; font-style: italic; text-transform: uppercase;}
.separator_click_form .leia-mais {margin:0;}


.servicos_educativos_atividades .date_v3  {right: 70px;}
.servicos_educativos_atividades .destagenda h4.data{font-size:18px;color:#666;line-height:1.2;font-weight:700;margin: 0 0 5px 0;}
.servicos_educativos_atividades .destagenda h3{font-size:24px; margin: 20px 0 5px 0; line-height:1.2; font-weight:700; color:#88BA14;}
.servicos_educativos_atividades .destagenda h3 a{color:#88BA14;}
.servicos_educativos_atividades .destagenda h3 a:hover{color:#666;}
.servicos_educativos_atividades .destagenda p{font-size:14px; margin: 0 0 10px 0; color:#666;}


/* Formulário Geral */
.form_geral ::-webkit-input-placeholder {color:#88BA14 !important;opacity:1;}
.form_geral :-moz-placeholder {color:#88BA14 !important;opacity:1;}
.form_geral ::-moz-placeholder {color:#88BA14 !important;opacity:1;}
.form_geral :-ms-input-placeholder {color:#88BA14 !important;opacity:1;}

.form_geral label {
    color: #88BA14;
    cursor: text;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 8px;
    max-width: 100%;
}

.form_geral .input_form {
    display: inline-block;
    width: 100%;
    background: #F3F3F5;
    text-shadow: none;
	font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #88BA14;
	font-weight:400;
    padding: 7px 10px 7px 10px;
    border: 1px #F3F3F5 solid;
    border-radius:0;
    margin: 0 0 20px 0;
    outline: none;
	transition: all 0.3s linear 0s;
}

.form_geral input[type="text"] {height:35px;}
.form_geral textarea {height:75px;}

.form_geral .input_form:hover, .form_geral .input_form:focus{
	border: 1px solid #88BA14;
}
.form_geral .submit_form {
    display: inline-block;
	width: auto;
	height: 35px;
    border-radius: 20px;
    margin: 0;
	padding: 5px 20px;
    font-size: 14px;
	line-height: 1;
	font-weight: 500;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	color:#FFF;
	background-color:#88BA14;
	border: 1px solid #88BA14;
    text-decoration: none;
    text-align: center;
    position: relative;
    text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.form_geral .submit_form:hover, .form_geral .submit_form:focus {
    color:#FFF; background-color:#666; border: 1px solid #666;
}

/* Selects */
.form_geral .select_pesquisas {
    background-color: transparent;
    border: 1px solid #88BA14;
    color: #88BA14;
    font-size: 14px;
    line-height: 1;
    outline: none;
    padding: 7px 20px 7px 7px;
	font-weight: 400;
	display: inline-block;
	border-radius: 20px 0 0 20px;
	width:100%;
	height: 35px;
	transition: all 0.3s linear 0s;
	background-image: url(../images/f_sel.png);
	background-repeat:no-repeat;
	background-size: 35px 35px;
	background-position:right;
	cursor: pointer;
}
.form_geral .select_pesquisas:hover{
	
}
.form_geral .select_pesquisas:focus{
	border: 1px solid #88BA14; color:#88BA14;
}
.form_geral select.select_pesquisas, .form_geral select.select_pesquisas:-moz-focusring, .form_geral select.select_pesquisas::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #4D567D !important;
    }
select::-ms-expand {display: none;} /* Remove seta padrão do IE*/

.form_geral label.label_pesquisas {position:relative;width:100%;margin-bottom: 15px;display: inline-block;}
.form_geral label.label_pesquisas:after {
    content:'›';
	content:'\f105';
	font-size: 26px;
	font-family:'FontAwesome';
	font-weight: normal;
    color:#FFF;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:12px;
	top:6px;
    padding:0;
    position:absolute;
    pointer-events:none;
}
.form_geral label.label_pesquisas:before {
    content:'';
    right:6px;
	top:3px;
    width:30px;
	height:25px;
    background:transparent;
    position:absolute;
    pointer-events:none;
    display:block;
	
}

.form_geral optgroup{
	background: #FFF;
    color: #88BA14;
	font-weight: 700;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 14px;}
.form_geral optgroup:hover{background:#FFF;}
.form_geral option{
	background: #FFF;
	color: #88BA14;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	transition: all 0.15s linear 0s;}
.form_geral option:checked, .form_geral option:hover{color:#FFFFFF;background:#88BA14;box-shadow: 0 0 10px 100px #88BA14 inset; -webkit-box-shadow: 0 0 10px 100px #88BA14 inset;}

/* Radio - Checkbox*/
input[type="radio"], input[type="checkbox"] {height:13px;position: absolute;}

/* radio e checkbox*/
input[type="checkbox"]:not(old),
input[type="radio"]:not(old){
  width   : 13px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  cursor: pointer;
}

input[type="checkbox"]:not(old) + label,
input[type="radio"]:not(old) + label{
  display      : inline-block;
  /*margin-left  : -15px;*/
  padding-left : 25px;
  background   : url('../images/checks-0.png') no-repeat 0 0;
  line-height  : 24px;
  margin-right: 15px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s linear 0s;
}

input[type="checkbox"]:not(old):checked + label{
  background   : url('../images/checks-01.png') no-repeat 0 0;
  background-position : 0 -24px;
}
input[type="radio"]:not(old):checked + label{
  background   : url('../images/checks-02.png') no-repeat 0 0;
  background-position : 0 -24px;
}

.font0{font-size:0px;text-indent: -9999px;}

input[readonly], input[readonly]:hover, input[readonly]:focus {
	cursor: not-allowed;
	border: 1px solid #88BA14;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;}


/* Fim Formulário Geral */



/* ============================
     Calendário
   ============================*/
 
 
#calendar {
    width: 100%;    
}

#calendar a {
    color: #FFF;
    text-decoration: none;
}

#calendar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
	display: -webkit-flex;
	display: flex;
}

#calendar li {
    display: block;
    float: left;
    width:14.342%;
    padding: 0;
    box-sizing:border-box;
    border: 3px solid #FFF;
	background: #F3F3F5;
    margin-right: -1px;
    margin-bottom: -1px;
}

#calendar ul.weekdays {
    height: 40px;
    background: #FFF;
}

#calendar ul.weekdays li {
    text-align: left;
	font-size: 16px;
    line-height: 20px;
    padding: 7px 10px;
    color: #FFF;
	background: #666;
	border: 3px solid #FFF;
}

#calendar .days li {
    min-height: 120px;
}

#calendar .days li:hover {
    
}

#calendar .date {
    text-align: left;
    padding: 5px 10px;
    background: #FFF;
	/*border-bottom: solid 1px #CCC;*/
    color: #666;
    width: 100%;
	min-height: 30px;
}

#calendar .now {
	color: #88BA14;
}

#calendar .event {
    clear: both;
    display: block;
    font-size: 14px;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0;
    line-height: 1.3;
	font-weight: 400;
    background: #88BA14;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    text-decoration: none;
	cursor:pointer;
	transition: all 0.4s linear;
}

#calendar .event:hover{opacity:0.8}

#calendar li a:last-child .event {border-bottom: none;}

#calendar .event-desc {
    color: #666;
    margin: 3px 0 7px 0;
    text-decoration: none;  
}

#calendar .other-month {
    background: #FAFAFA;
}

#calendar .other-month .date {
    background: #FFF;
	color: #F3F3F5;
}

/* ============================
     Mobile Responsive Calendário
   ============================*/


@media(max-width: 768px) {

    #calendar ul {
		display: block;
	}
	
	#calendar .weekdays, #calendar .other-month {
        display: none;
    }
	
	#calendar .weekdays, #calendar .empty-day {
        display: none;
    }
	
	#calendar .days li {
    min-height: auto;
	}
	
	#calendar .event {
    padding: 10px;
	}

    #calendar li {
        height: auto !important;
        border: 1px solid #ededed;
        width: 100%;
        padding: 10px;
        margin-bottom: -1px;
		background: #FFF;
    }

    #calendar .date {
		background: #F3F5F3;
        float: none;
    }
}

.next-previous.pull-left:before {
    content: "\f0d9";
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1;
}
.next-previous.pull-right:after {
    content: "\f0da";
	font-family: FontAwesome;
	margin-left: 10px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1;
}
.next-previous {
    background: #88BA14;
    border: 1px solid #88BA14;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	border-radius: 20px;
    width: auto;
	transition: all 300ms ease;
}
.next-previous:hover, .next-previous:focus {color:#FFF; background:#666; border: 1px solid #666;}
@media(max-width: 768px) {
	.next-previous {font-size: 13px;}
}
/* Fim Calendário */

/* Pagina Calendário */
h4.month-year {
    color: #88BA14;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    text-transform: none;
}
h4.month-year span{
    font-weight: 300;
}

.eventstype {
    color: #666;
    font-size: 12px;
	text-align: left;
	line-height: 30px;
	font-weight: 400;
}
.eventstype .events-type {
    display: inline-block !important;
	margin-right:12px;
	cursor:pointer;
}
.color-ball {
	display: inline-block;
    background: #88BA14;
    border-radius: 100%;
    height: 13px;
    width: 13px;
	margin-right:5px;
	margin-left:3px;
	vertical-align: middle;
}
.text-type {
	text-transform: uppercase;
	vertical-align: middle;
	transition: all 0.4s linear;
}
.text-type:hover {
	color: #88BA14;
}
@media(max-width: 768px) {
	.eventstype {line-height:25px;}
	.color-ball {height: 12px; width: 12px;}
	.text-type {}
}

.expo-perm-temp h4.data{font-size:14px;color:#88BA14;line-height:1;font-weight:400;margin: -10px 0 15px 0;}
.expo-perm-temp h3{font-size:24px; margin: 25px 0 15px 0; line-height:1.2; font-weight:700; color:#000;}
.expo-perm-temp h3 a{color:#000;}
.expo-perm-temp h3 a:hover{color:#88BA14;}
.expo-perm-temp  p{font-size:13px; margin: 0 0 10px 0; color:#000;}

/* Fim Pagina Calendário */


/* Página cedencias espaços*/
.box-reg-esp {padding-top:20px; padding-bottom:20px; text-align:center;}
.box-reg-esp h3{font-size:24px; color:#88BA14; line-height:1; font-weight:700; font-style:italic; margin:0 0 5px 0;}
.box-reg-esp h4{font-size:24px; color:#88BA14; line-height:1; font-weight:300; font-style:italic; margin:0 0 20px 0;}
.box-reg-esp .pdf-down {margin: 0;}
.box-usa-esp {padding-top:20px; padding-bottom:20px; text-align:center;}
.box-usa-esp h3{font-size:24px; color:#FFF; line-height:1; font-weight:300; font-style:italic; margin:0 0 5px 0;}
.box-usa-esp h4{font-size:24px; color:#FFF; line-height:1; font-weight:700; font-style:italic; margin:0 0 20px 0;}
.box-usa-esp a {
    background: #FFF;
    border: 1px solid #FFF;
    color: #88BA14;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
    width: auto;
}
.box-usa-esp a:hover, .box-usa-esp a:focus {
    background: #666;
    border: 1px solid #666;
    color: #FFF;
}
/* Fim Página cedencias espaços*/

/* Contactos */

.cont01 {
	background-image: url("../images/cont01.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 33px 60px;
	top: calc(50% - 30px);
    padding: 0;
    position: absolute;
    right: 0;
	width: 33px;
	height: 60px;
}

.cont02 {
	background-image: url("../images/cont02.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 33px 60px;
	top: calc(50% - 30px);
    padding: 0;
    position: absolute;
    right: 0;
	width: 33px;
	height: 60px;
}
@media(max-width: 768px) {
	.cont01, .cont02 {display:none}
}

.local-img {width:auto; height:15px; vertical-align:middle; margin-right:5px;}

/* Fim Contactos */


/*PopUp Subscrição Newsletter*/
.popupHeader {
	font-size: 16px;
	font-weight: bold;
	min-height: auto;
	padding: 0px;
	position: relative;
	text-transform: uppercase;
	width: auto;
	float:none;
}
.popupHeader .modal_close {
	color: #ddd;
	cursor: pointer;
	font-size: 26px;
	right: 0;
	padding: 0;
	position: absolute;
	top: -35px;
}
.popupHeader .modal_close:hover {
	color: #fff;
}
.popupHeader img {
	max-width: 100%;
	vertical-align:middle;
}

.popupall{background-image: url('../images/popupnews.jpg'); background-position: center top; background-repeat: no-repeat;  background-size: cover; position: relative; width: 100%;}
.content_flex {width:100%;}
.popupall_left {background:#FFF; width:50%; float:left; display: -webkit-flex; -webkit-flex-wrap: wrap; display:flex; flex-wrap:wrap; padding: 50px 30px 50px 30px;}
.popupall_left .logo {max-width: 150px; margin-bottom: 30px;}

.popupall_left h3 {font-size: 32px; color:#666; font-weight:700; line-height: 1; margin-bottom: 0px;}
.popupall_left h4  {font-size: 30px; line-height: 1; font-weight:400; margin-bottom: 0px;}
.popupall_left h2  {font-size: 36px; line-height: 1; font-weight:400; margin-bottom: 20px;}
.popupall_left p {font-size: 16px; color:#88BA14; line-height: 1.3; margin: 0 0 15px;}

.popupall_left .fn-news {
    background: #666;
    border: 1px solid #666;
	font-size: 14px;
    color: #FFF;
    width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
}
.popupall_left .fn-news::-webkit-input-placeholder{color:#FFF;}
.popupall_left .fn-news:-moz-placeholder{color:#FFF;}
.popupall_left .fn-news::-moz-placeholder{color:#FFF;}
.popupall_left .fn-news:-ms-input-placeholder{color:#FFF;}
.popupall_left input.submit_news[type="submit"] {
    float: right;
	font-size: 14px;
}
.popupall_left input.submit_news[type="submit"]:hover, .popupall_left input.submit_news[type="submit"]:focus {
    background: #666;
    border: 0px solid #666;
    color: #88BA14;
}

.popupall_right {background:transparent; width:50%; float:left; display: -webkit-flex; -webkit-flex-wrap: wrap; display:flex; flex-wrap:wrap;}

.modalpopup {
	background-color: rgba(102, 102, 102, 0.99);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.modal-contentpopup {
	background-clip: padding-box;
	background-color: #fefefe;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 700px;
	width: 100%;
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	border: 1px solid transparent;
	outline: none;
}

.animatepopup {
	animation: 0.6s ease 0s normal none 1 running animatezoom;
}
@keyframes animatezoom {
    0% {
     transform: scale(0);
    }
    100% {
     transform: scale(1);
    }
}

@media (max-width: 767px) {
.popupHeader .modal_close {color: #666; right: 20px; top: 15px; z-index: 10;}
.popupHeader .modal_close:hover {color: #ddd;}
.popupall_left {width: 100%; padding: 25px;}
.popupall_right {display:none;}
.modal-contentpopup {height:100%;}
}
/*Fim PopUp Subscrição Newsletter*/


/* Menu páginas 3º nível */

#menu-third {
  text-align: center;
}
/*#menu-third a:only-child, #menu-third a:only-of-type {
    display: none !important;
}*/
@media (max-width: 991px) {
  #menu-third {
    display: block;
  }
}
@media (min-width: 768px) {
	#menu-third a {
	  color: #666;
	  margin-bottom: 3px;
	  margin-left: 10px;
	  margin-right: 10px;
	  margin-top: 15px;
	  font-size: 13px;
	  display: inline-block;
	  font-weight: 400;
	  padding: 0 0 10px 0;
	  transition: all 0.5s;
	  line-height: 1;
	}
	
	#menu-third a:hover {
	  color: #88BA14;
	  box-shadow: 0 3px 0 0 rgb(136, 186, 20);
	  transition: all 0.5s;
	}
	#menu-third .active {
	  color: #88BA14;
	  font-weight: 700;
	  box-shadow: 0 3px 0 0 rgb(136, 186, 20);
	}
	.menuthird {
		padding-top: 0;
		background: #F4F7EC;
	}
}
@media (max-width: 767px) {
	#menu-third a {
	  color: #88BA14;
	  font-size: 13px;
	  padding: 10px;
	  background-color: #F3F3F5;
	  display: inline-block;
	  font-weight: 400;
	  transition: all 0.5s;
	  margin-bottom: 15px;
	  margin-left: 10px;
	  margin-right: 10px;
	  margin-top: 0;
	}
	#menu-third a:hover {
	  color: #FFF;
	  font-weight: 400;
	  background-color: #88BA14;
	}
	#menu-third .active {
	  color: #FFF;
	  font-weight: 500;
	  background-color: #88BA14;
	}
	.menuthird {
		padding-top: 15px;
		background: #F4F7EC;
	}
}
/* Fim menu páginas 3º nível */



/* Textos 2 colunas */
@media (min-width: 768px) {
	.text-2cols {-moz-column-count:2; -webkit-column-count:2; column-count:2; -moz-column-gap: 35px; -webkit-column-gap:35px; column-gap:35px; min-height:1%;}
}
/* Fim Textos 2 colunas */

