.soon{
    color: #fff;
    font-family: 'Poppins-Light',sans-serif;
    position:fixed;
    right:50px;
    bottom:20px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #d3d3d3; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #e0ff00; 
}

body #g-page-surround, #g-slideshow{
    background: #0f110d !important;
}

/* Styles for visited links */
a:visited {
    color: unset;
}

.itemid-101 h3 {
	font-size: 60px;
}

.g-default-slideshow{
    margin-left: 0;
    margin-right: 0;
}

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

#slide .hideImage {
	height: 949px;
    visibility: hidden;
    position: absolute;
    z-index: -99;
}

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

.sliderPrincipal ul{
    margin:0 auto;
}

.sliderPrincipal img{
    width:100%;
}

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

.sliderPrincipal #dots {
    position: absolute;
    z-index: 9999;
    font-size: 0;
    text-align: center;
}

.sliderPrincipal #dots a{
    box-shadow:0 0 1px 0 #333;
    border-radius:100%;
    display: inline-block;
    cursor:pointer;
}

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

.sliderPrincipal #dots a.active {

}

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

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

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

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

.sliderPrincipal .overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.sliderPrincipal .info{
	position: absolute;
    width: 100%;
	left: 9%;
    text-align: left;
    padding: 0 50px;
    top: 15%;
	-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;
}

.sliderPrincipal .Titulo h3 {
	position: relative;
	padding-top: 150px;
}

.sliderPrincipal .Subtitulo h3 {
	position: relative;
	color: #fff;
}

.sliderPrincipal .tags{
	position: absolute;
	/* left: 33.5%; */
	left: 31.5%; /* Added */
	padding-top: 1000px;
	top: 110%;
	background-color: #be3e00;
	padding: 16px; /* Added */
	padding-inline: 25px; /* Added */
	font-size: 15px;
	/* font-family: Optima; */
	font-family: Barlow-Regular; /* Added */
}

#sliderPrincipal .Titulo{
	background: linear-gradient(to right, #289094, #48a3a7, #96cbcd 12%, #fff 50%);
    background-clip: border-box;
	color: whitesmoke;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-size: 130px;
	font-family: Arial,Helvetica, sans-serif;
	left: 13%;
	position: relative;
	top: 45%;
}



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

#g-slideshow{
    position: relative;
    width: 100%;
    height: 100%;
	padding:0px;
}

.g-home-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
/*
#g-header{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

#g-header{
	color: transparent;
    padding: 0;
}
#g-header .logo{
    text-align: center;
}

#g-header .logo img{
    max-width:250px;
    margin-top: -150px;
	float:left;
}

.conteudo {
	justify-content: center;
    display: grid;
    align-content: center;
}
.botao { /* Added */
	color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #be3e00;
    width: fit-content;
    position: relative;
    height: fit-content;
    padding: 16px;
    padding-inline: 25px;
    font-size: 15px;
    font-family: Barlow-Regular;
}

.botao:hover{
	background: #114e71;
	color:#000;
}

#g-header .item{
    position: relative;
    width:100%;
}

#g-header .slide1{
    left:0;
    opacity:1;
}

#g-header .slide2, #g-header .slide3, #g-header .slide4, #g-header .slide5, #g-header .slide6, #g-header .slide7{
    left:100%;
    opacity:0;
}

#Video{
	height: 1000px;
}

/*
#image-9035-particle{
	width: auto;
    position: fixed;
    left: 15%;
}


#image-9035-particle img{
	max-width:300px;
}*/

/* MENU */

#menu .iportal {
	position: relative;
    float: right;
    top: 85%;
    width: 150px;
    right: 35%;
    overflow-x: hidden;
	transform:none;
	transition:all 0.3s ease-in-out;
}

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

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

#menu .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 .menuMobile .parent li h4{
	font-size:50px;
}

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


#menu .menuTopo{
	display:none;
	position:fixed;
	height:7%;
	top:0;
	left: 0%;
    bottom: 0;
    right: 0;
	content:'';
	background:#06b68bd1;
	z-index:2;
}

#menu .menuTopo .icon,#menu .menuTopo .iconOff{
	position: relative;
    width: 50px;
    right: 5%;
    float: right;
    top: 15%;
    cursor: pointer;
}

#menu .menuTopo .iconOff{
	width:35px;
}

#menu .menuTopo .iportal{
	position: relative;
    float: left;
    top: 10%;
    width: 100px;
    left: 5%;
}

#menu .menuTopo .iportal img{
	margin-left:0px;
}



#barra {
	position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
	height: 0px;
}

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

/*
#barra .traducao{
	position:absolute;
    top:7%;
	text-align:center;
}

#barra .traducao span{
	display:block;
	font-size: 15px;
    font-family: 'Poppins-Regular',sans-serif;
	padding:5px 0px;
	color:#fff !important;
	cursor:pointer;
}

#barra .traducao span.active {
    font-family: 'Poppins-Bold',sans-serif;
}*/

#barra .partilha{
	position:absolute;
	left: 5%;
	text-align:center;
	top: -200px;
}

#barra .partilha.menuON {
	position: fixed;
	left: 5%;
	text-align:center;
	top: unset !important;
	bottom: 112px;
}

#barra .partilha span {
	display:block;
}

#barra .partilha img {
	filter: brightness(0) invert(1);
	width:20px;
	margin: 5px;
}


.skiptranslate {
    display: none !important;
}

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

#traducao .idiomas{
	position: absolute;
    top: 4%;
    right: 4%;
    background: transparent;
    outline: none;
	z-index:2;
	display:grid;
}

#traducao .idiomas a{
	color: #fff;
}

#intro {
	position: relative;
}

#intro .cabecalho-intro{
	font-size: 15px;
	position: relative;
	font-family: Optima, Arial, Helvetica, sans-serif;
	color: #888;
	font-weight: bold;
	top: 7%;
}

#intro .titulo-intro{
	position: relative;
	top: 12%;
	font-size: 100px;
	font-family: Optima, Arial, Helvetica, sans-serif;
	color: #299094;
}

#intro .intro-botao{ /* Added */
	background-color: #be3e00;
    width: fit-content;
    position: relative;
    height: fit-content;
    /* top: 20%; */
	padding: 16px; /* Added */
    padding-inline: 25px; /* Added */
    font-size: 15px;
    font-family: Barlow-Regular;
}

.intro .w50 h2{
	color: #0a2758;
	padding-top: 30px;
	text-align: left;
}

#intro .w50 .texto{
	font-family: Arial,Helvetica, sans-serif;
	font-weight: bold;
	color: #888;
	font-size: 18px;
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: justify;
}

#intro .intro-conteudo{
	display: flex;
	justify-content: center;
	align-content: center;
	/* margin-bottom: 200px; */
}

#intro .w50-image{
	padding-right: 200px;
}

#intro .w50{
	padding-right: 200px;
}

/*Main*/

#g-container-main{
	background:#fff;
}

#g-container-main a {
	text-decoration: none;
}

#g-container-main .g-content{
	margin:0px;
	padding: 0px;
}

#g-mainbar{
	padding-right:0px;
	padding-left: 0%;
}

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

.w33 {
	width: 32%;
    display: inline-block;
    margin: 0 0.3%;
	position:relative;
}

#g-copyright{
	padding-right:0px;
	background:#00f9b8;
}

#g-copyright.section-horizontal-paddings{
	padding-left: 0%;
	padding-right: 0%;
}

#g-copyright .g-content{
	padding:15px 0px;
}

#BarraCopyright{
	text-align:center;
	border-top: 1px solid #000;
    background: #059572;
}

#BarraCopyright .copyright,#BarraCopyright .copyright a{
	color:#fff;
}

.platform-content.container .page-header h1{
	display:none;
}
/* -------------------- Parque Desportivo - Frontpage - Start -------------------- */
/* ------------ Fonts --------- */
@font-face {
    font-family: 'Oswald';
    src: url('/templates/iportal/fonts/Oswald/Oswald-Regular.woff2') format('woff2'),
        url('/templates/iportal/fonts/Oswald/Oswald-Regular.woff') format('woff'),
        url('/templates/iportal/fonts/Oswald/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald2';
    src: url('/templates/iportal/fonts/Oswald/Oswald-Demi-BoldItalic.woff2') format('woff2'),
        url('/templates/iportal/fonts/Oswald/Oswald-Demi-BoldItalic.woff') format('woff'),
        url('/templates/iportal/fonts/Oswald/Oswald-Demi-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald3';
    src: url('/templates/iportal/fonts/Oswald/Oswald-Extra-LightItalic.woff2') format('woff2'),
        url('/templates/iportal/fonts/Oswald/Oswald-Extra-LightItalic.woff') format('woff'),
        url('/templates/iportal/fonts/Oswald/Oswald-Extra-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald4';
    src: url('/templates/iportal/fonts/Oswald/Oswald-RegularItalic.woff2') format('woff2'),
        url('/templates/iportal/fonts/Oswald/Oswald-RegularItalic.woff') format('woff'),
        url('/templates/iportal/fonts/Oswald/Oswald-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


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

#menu .menu {
	transition: 0.6s ease-in-out;
	position:fixed;
	width:100%;
	top:0;
	left: -100%;
    bottom: 0;
    right: 0;
	content:'';
	background:rgb(10, 41, 90, 0.8);
	z-index:3;
}

#menu .menu .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 .menu .logo:hover{
	background-color: #000;
	text-shadow: none;	
}

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

#menu .menu .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 .menu .logo img{
	max-width:100%;
	margin-top:0;
	float:none;
}

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

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

#menu .parent li{
	display:block;
}

#menu .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 .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 .parent li.fadeInDown{
	-webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#menu .menuLateral {
	height: 100px;
    /*padding-top: 35px;*/
    /*padding-bottom: 15px;*/
	padding-top: 5px;
    padding-bottom: 5px;
	position: fixed;
	width: 100%;
	left: 0%;
	content: '';
	z-index: 3;
	display: inline-grid;
	align-items: center;
	grid-template-columns: repeat(4, 1fr);
	transition: 0.6s ease-in-out;
}

#menu .icon, #menu .iconOff {
	position: relative;
	width: 50px;
	float: right;
	cursor: pointer;
	justify-self: self-start;
	margin-left: 20%;
}

#menu .iconOff{
	display:none;
}

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

#menu .Botao {
	display: inline-block;
	position: relative;
	font-size: 15px;
	width: fit-content;
}

#menu .Esfera{
	width: 45px;
	display: inline-block;
	left: 73%;
	position: relative;
	cursor: pointer;
}

#menu .Esfera:hover {
	filter: invert(0.2);
}


#menu .menu {
	display: flex;
}

#menu .menu .parent_left {
    display: inline-block;
    width: 25%;
    height: 100%;
    background-image: url(/images/Fundo_Menu.jpg);
	background-size: cover;
}

#menu .menu .parent_left .parent_left_img {
    position: relative;
    top: 140px;
    width: 100%;
    text-align: center;
}

#menu .menu .parent_left .parent_left_img img {
	max-height: 300px;
}

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

#menu .menu .parent_left .parent_left_pesquisa img {
display: inline-block;
    width: 40px;
    margin: 5px 5px 0px 5px;
    cursor: pointer;
}

#menu .menu .parent_left .parent_left_pesquisa p {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 75%;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0px;
    font-family: Oswald4, Arial, Helvetica, sans-serif;
}

#menu .overlay_menu {
	position: absolute;
	width: 100%;
    height: 100%;
    background: #000000cc;
}

#menu .menu .parent {
height: 100%;
    left: 0%;
    display: inline-block;
    /* justify-content: center; */
    /* align-items: center; */
    text-align: left;
    position: relative;
    background-image: url(/images/Slider/TENIS.jpg);
    background-size: cover;
	background-position: center;
}

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


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

#menu .parent .sub1:before, #menu .parent .sub2:before, #menu .parent .sub3:before, #menu .parent .sub4:before, #menu .parent .sub5:before, #menu .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 .menu .parent ul:after {
}

#menu .parent li h4{
	font-size: 50px;
	font-family: Oswald2, Arial, Helvetica, sans-serif;
	line-height: 1.2;
    color: #ffffff;
	display:block;
	cursor:pointer;
	text-align:right;
	margin:0;
}


#menu .parent li.active h4 {
    color: #cfff00;
}

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

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

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

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

#menu .sub1 span, #menu .sub2 span, #menu .sub3 span, #menu .sub4 span, #menu .sub5 span, #menu .sub6 span {
	font-size: 30px;
	font-family: Oswald3, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#menu .sub1 span:hover, #menu .sub2 span:hover, #menu .sub3 span:hover, #menu .sub4 span:hover, #menu .sub5 span:hover, #menu .sub6 span:hover {
	font-family: Oswald3, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cfff00;
}

#menu .sub1 span:after, #menu .sub2 span:after, #menu .sub3 span:after, #menu .sub4 span:after, #menu .sub5 span:after, #menu .sub6 span:after {
	/* background: #cfff00; */
}


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

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

#menu .menuLateral .icon {
	display: flex;
    flex-direction: row;
}

#menu .menuLateral .icon img, #menu .menuLateral .iconOff img {
	filter: invert(1);
	display: inline-block;
    width: 40px;
}

#menu .menuLateral .icon p, #menu .menuLateral .iconOff p {
	font-size: 22px;
	font-family: Oswald, Arial, Helvetica, sans-serif;
    position: relative;
    top: -5px;
    transform: scale(1.2, 1.4);
    display: inline-block;
    width: 100px;
    margin-left: 8px;
    margin-bottom: 0px;
    color: #ffffff;
	visibility: visible;
}

#menu .menuLateral .iconOff .hide_show {
    visibility: hidden;
}

#menu .Botao {
	left: 135%;
}

#menu .Botao a {
	text-decoration: none;
}

#menu .Botao p {
	text-wrap: nowrap;
    text-align: center;
    background: #e0ff00;
    margin-bottom: 1px;
    color: #000000;
    font-size: 16px;
    padding: 10px 15px;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

#menu .Botao p:hover {
	background-color: #c2dd00;
}
/* ------------ Slider ---------- */
#slide {
	max-height: 949px !important;
}
.sliderPrincipal .overlay{
    background: #00000073;
}

.sliderPrincipal #dots {
	display: block;
    right: 4%;
}

.sliderPrincipal #dots a {
	height: 15px;
    left: auto;
    width: 50%;
    margin: 5px;
	background: #9ea292;
}

.sliderPrincipal #dots a.active {
	background: #e0ff00;
}

.sliderPrincipal .Titulo h3 {
	opacity: 1;
	left: 17%;
    line-height: 1.6;
    color: #e0ff00;
    font-size: 62px;
    font-family: Oswald2, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	-webkit-animation: textDown 2s ease 0s;
	animation: textDown 2s ease 0s;
}

.sliderPrincipal .Subtitulo h3 {
	opacity: 1;
	text-transform: uppercase;
	font-size: 50px;
	font-family: Oswald3, Arial, Helvetica, sans-serif;
	left: 25%;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-animation: textUp 2s ease 0s;
	animation: textUp 2s ease 0s;
}

.sliderPrincipal .Subtitulo.p2 h3 {
	left: 21%;

}

.sliderPrincipal .Subtitulo.p3 h3 {
	left: 17%;
}

.sliderPrincipal .SubVisite h3 {
	opacity: 1;
    left: 37%;
    font-family: Oswald3, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 30px;
    position: relative;
    color: #fff;
    margin-top: 0px;
	-webkit-animation: textUp 2s ease 0s;
	animation: textUp 2s ease 0s;
}

.sliderPrincipal .SubVisite.p2 h3 {
	left: 34%;
}

.sliderPrincipal .SubVisite.p3 h3 {
    left: 35%;
}
/* Animation Sliders */

@keyframes textDown {
	0% {
    opacity: 0;
    transform: translateY(-100px);
	}
	100% {
    opacity: 1;
    transform: translateY(0);
	}
}

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

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

#campos {
    background-image: url(/images/FP/FP-Campos/Fundo_campos.png);
    background-repeat: no-repeat;
	background-size: contain;
}

#campos .titulo-campos h3 {
    text-transform: uppercase;
    align-content: start;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: Oswald3, Arial, Helvetica, sans-serif;
    color: #000000;
}

#campos .titulo-campos h3 span {
	color: #f0f0f0;
}

#campos .titulo-campos p {
	font-family: Oswald3, Arial, Helvetica, sans-serif;
    color: #1a1a1a;
    font-size: 25px;
}

#campos .title-section_campos {
	align-content: start; 
	text-align: center; 
    flex: 0 0 30%; 
    padding: 20px; 
    background-color: #f3f1f0; 
	padding-left: 25%; 
    padding-right: 25%; 
}
/* FrontPage - Select Box Selected ----- */
.site .select2-container--bootstrap .select2-results__option--highlighted { /* Select Box Highlighted */
	background-color: #363636 !important;
}

.site .select2-search.select2-search--dropdown {
}

.select2-selection.select2-selection--single {
	text-align: start;
}
/* FrontPage - Select Box Selected ----- */

#campos .equipamentosContainer #filtraEquipamento {
	width: 50%;
    height: fit-content;
    display: inline-block;
    padding-bottom: 20px;
}

#campos .equipamentosContainer #filtraEquipamento .form-group.pesquisaLivre {
	display: none;
}

#campos .equipamentosContainer #filtraEquipamento .EnviarFiltro {
    text-align: right;
    margin-right: 3%;
    padding-top: 15px;
    cursor: pointer;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    float: right;
    cursor: pointer;
	display: inline-block;
}

#campos .equipamentosContainer #filtraEquipamento .EnviarFiltro:hover {
	text-decoration: underline;
}

#campos .equipamentosContainer #filtraEquipamento .limpaFiltro {
    text-align: right;
    margin-right: 3%;
    padding-top: 15px;
    cursor: pointer;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    float: right;
    cursor: pointer;
	display: inline-block;
}

#campos .equipamentosContainer #filtraEquipamento .limpaFiltro:hover {
	text-decoration: underline;
}

#campos .equipamento {
	width: 28%;
    display: inline-block;
    vertical-align: top;
    margin: 11px;
    height: 450px;
    overflow: hidden;
    text-align: left;
    background: #ffffff;
	cursor: pointer;
	position: relative;
}

#campos .equipamento .corpoEquipamento .nomeEquipamento {
	display: inline-block;
    width: 100%;
    text-align: start;
    height: 50px;
    font-family: Oswald2, Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 10px 0px 0px 0px;
    color: #1a1a1a;
}


#campos .equipamento .corpoEquipamento .catEquipamento {
	font-family: Oswald, Arial, Helvetica, sans-serif;
    color: #1a1a1a;
    background: transparent;
    font-size: 16px;
}

#campos .imageEquipamento {
	position: relative;
	overflow: hidden;
	height: 350px;
}

#campos .imageEquipamento img {
	height: 352px;
    width: 100%;
    border-bottom: 1px solid transparent;
    object-fit: cover;
    object-position: center;
	position: relative;
	transition: transform 0.2s ease-in-out, object-position 0.2s ease-in-out;
}
/* Define the FadeZoom class for the transition */
#campos .imageEquipamento.FadeZoom img {
    transform: scale(1.1);
    transition: transform 0.2s ease-in-out, object-position 0.2s ease-in-out;
}

/* ------------ Animation + Box Format Section ------------ */
#campos .precoEquipamento {
    background: #1a1a1a;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    width: 125px;
    height: 0%; /* height:40% (no animation) */
    right: 10%;
    bottom: 100px;
    transition: height 0.3s ease; /* Smooth transition for height and opacity */
}

/* When .visible_box is added */
#campos .precoEquipamento.visible_box {
    height: 40%; /* Final height */
    transition: height 0.3s ease; /* Transition timing */
    transition-delay: 0.2s; /* Optional delay before animation starts */
}

/* --- Inner Box+ Animation Styles ---- */

#campos .precoEquipamento .headerPreco {
    font-family: Oswald2, Arial, Helvetica, sans-serif;
    padding: 3px;
    color: #ffffff;
	opacity: 0; /* opacity: 1 (no animation) */
	transition: opacity 0.5s ease; /* Transition timing */
}

#campos .precoEquipamento.visible_box .headerPreco {
	opacity: 1;
	transition: opacity 0.5s ease; /* Transition timing */
	transition-delay: 0.1s; /* Optional delay before animation starts */
}

#campos .precoEquipamento .preco {
    font-family: Oswald2, Arial, Helvetica, sans-serif;
    padding: 3px;
    color: #d2ff00;
	text-align: center;
	opacity: 0; /* opacity: 1 (no animation) */
	transition: opacity 0.5s ease; /* Transition timing */
}

#campos .precoEquipamento.visible_box .preco {
	opacity: 1;
	transition: opacity 0.5s ease; /* Transition timing */
	transition-delay: 0.5s; /* Optional delay before animation starts */
}

#campos .precoEquipamento .descPreco {
    font-family: Oswald3, Arial, Helvetica, sans-serif;
    padding: 3px;
	color: #ffffff;
	opacity:0; /* opacity: 1 (no animation) */
	transition: opacity 0.5s ease; /* Transition timing */
}

#campos .precoEquipamento.visible_box .descPreco {
	opacity :1;
	transition: opacity 0.5s ease; /* Transition timing */
	transition-delay: 0.7s; /* Optional delay before animation starts */
}
/* ----------------- */
#campos .campo_botao_div{
	text-align: center;
}	

#campos .campos_botao {
	display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #e0ff00;
    width: fit-content;
    position: relative;
    height: fit-content;
    padding: 16px;
    padding-inline: 30px;
    font-size: 15px;
    text-transform: lowercase;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    color: #000000;
}

#campos .campos_botao:hover {
	background-color: #c2dd00;
}

/* ------------ LoaderMessage -------- */
.loaderMessage {
    width: 100%;
    height: auto;
    text-align: center;
}

.loaderMessage svg {
    width: 200px;
    height: 200px;
}

/* Build and Populate - Animation */
.loaderMessage svg path.sq1 {
	animation: BlinkAnim 4s ease-in-out infinite;
}

.loaderMessage svg path.sq2 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 0.1s;
}

.loaderMessage svg path.sq3 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 0.2s;
}

.loaderMessage svg path.sq4 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 0.3s;
}

.loaderMessage svg path.sq5 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 0.4s;
}

.loaderMessage svg path.sq6 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 0.5s;
}

.loaderMessage svg path.sq7 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 0.6s;
}

.loaderMessage svg path.sq8 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 0.7s;
}

.loaderMessage svg path.sq9 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 0.8s;
}

.loaderMessage svg path.sq10 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 0.9s;
}

.loaderMessage svg path.sq11 {
	animation: BlinkAnim 4s ease-in-out infinite;
	animation-delay: 1s;
}

/* Keyframe Temporary*/
@keyframes BlinkAnim {
    0% {
		opacity: 1;
        filter: brightness(1);
    }
    10% {
        opacity: 0.2;
        filter: brightness(0.2);
    }
	60% {
        opacity: 1;
        filter: brightness(1);
    }
    100% {
        opacity: 1;
        filter: brightness(1);
    }
}
/* ------------ Banner ----------------- */
#banner .g-content {
	width: 1600px;
    margin: 80px auto 50px auto;
    padding: 0px 0 !important;
}

#banner .banner_div {
	position: relative;
    display: inline-block;
	width: 87%;
}

#banner .banner_div:hover {
	box-shadow: 0px 0px 20px 11px #b8b8b8;
}

#banner .banner_div p {
    text-transform: uppercase;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    transform: scaleY(1.4) translate(0%, -43%);
    font-size: 60px;
    text-align: center;
    z-index: 1;
    margin: 0px;
    cursor: pointer;
}

#banner .banner_div p:hover {
	animation: machicoFade 3.6s; /* 2s duration, looping infinitely */
}

#banner .banner_div img {
    width: 100%;
    height: auto;
    display: block;
}

/* ------------ Notícias Agenda -------- */
#noticias_agenda .g-content {
    width: 1600px;
    margin: 80px auto 50px auto;
    padding: 0px 0 !important;
}

#noticias_agenda {
	background-color: #ffffff;
}

#noticias_agenda h3 {
    align-content: start;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 40px;
    font-family: Oswald3, Arial, Helvetica, sans-serif;
    color: #000000;	
}
/* ------------ Animation + Box Format Section ------------ */
#noticias_agenda .w33 {
	width: 28%;
    display: inline-block;
    vertical-align: top;
    margin: 11px;
    overflow: hidden;
    text-align: left;
    position: relative;
    background: #ffffff;
	opacity: 0; /* opacity: 1 (no animation) */
    transition: opacity 0.5s ease;
}
/* When .visible_block is added */
#noticias_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 ---- */

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

#noticias_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 */
}

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

#noticias_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 */
} 

#noticias_agenda .date {
    background: #e0ff00;
    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: 0;  /* opacity: 1 (no animation) */
}

#noticias_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 */
}

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

#noticias_agenda .date:hover {
	background-color: #c2dd00;
}

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

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

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

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

#noticias_agenda .headItem .titleEvent {
    display: inline-block;
    width: 100%;
    text-align: start;
    height: 50px;
    font-family: Oswald2, Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0px;
    color: #1a1a1a;
}

#noticias_agenda .headItem .catEvent {
	display: none;
}

#noticias_agenda .headItem .fregEvent {
    display: block;
    text-align: left;
	color: #1a1a1a;
    order: 2;
}

#noticias_agenda .headItem .icon {
    display: inline-block;
    width: 10px;
}

#noticias_agenda .headItem .text {
	display: inline-block;
    width: auto;
}

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

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

#noticias_agenda .headItem .sabermais button {
	display: inline-block;
    text-align: start;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    color: #1a1a1a;
	background: transparent;
    font-size: 15px;
}

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

#noticias_agenda .seeAll {
	display: inline-block;
	margin-top: 50px;
    margin-bottom: 20px;
    background-color: #e0ff00;
    width: fit-content;
    position: relative;
    height: fit-content;
    padding: 16px;
	padding-inline: 30px;
    font-size: 15px;
    text-transform: lowercase;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    color: #000000;
}

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

/* ------------ Notícias Destaque -------- */
#noticias_destaques {
	background: #ebebeb;
	position: relative;
}

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

#noticias_destaques .titulo-noticias_destaques h3 {
	align-content: start;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 40px;
    font-family: Oswald3, Arial, Helvetica, sans-serif;
    color: #000000;
}

#noticias_destaques .item .itemImage {
	height: 275px;
	overflow:hidden;
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
}

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


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

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

#noticias_destaques .newsBlocks .item {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    margin: 11px;
    height: 500px;
    overflow: hidden;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 5px #ddd;
}

#noticias_destaques .newsBlocks .itemInfo {
    padding-left: 0;
    margin-bottom: 20px;
    color: #b3b3b3;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#noticias_destaques .itemContent {
	margin: 30px;
}

#noticias_destaques .itemInfo .date {
	color: #1a1a1a;
    width: auto;
    display: inline-block;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

#noticias_destaques .itemInfo .cat {
	width: auto;
    display: none;
    text-align: right;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 18px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    float: right;
}


#noticias_destaques .newsBlocks .item h3, #noticias_destaques .newsBlocks .item h4 {
    font-family: Oswald2, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #1d1d1d;
    line-height: 1;
    font-weight: 100;
    margin: 20px 0px;
	text-align: left;
}

#noticias_destaques .newsBlocks .item h3:hover, #noticias_destaques .newsBlocks .item h4:hover {
	text-decoration: underline;
}

#noticias_destaques .botao-noticias_destaques {
    color: #000000;
    display: inline-block;
	margin-top: 50px;
    margin-bottom: 20px;
    background-color: #e0ff00;
    width: fit-content;
    position: relative;
    height: fit-content;
    padding: 16px;
    padding-inline: 30px;
    font-size: 15px;
	text-transform: lowercase;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

#noticias_destaques .botao-noticias_destaques:hover {
	background-color: #c2dd00;
}

/* ------------ Bottom -------- */
#bottom .conteudo-bottom {
    width:100%;
    margin: 0px auto;
    position:relative;
    overflow:hidden;
}

#bottom .conteudo-bottom img {
    width:100%;
}

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

.g-grid {
	width: 100%;
}
#bottom .conteudo-bottom ul {
  list-style-type: none; 
  padding: 0; 
  margin: 0; 
}

#bottom .conteudo-bottom li {
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat; 
  height: auto;
}

#bottom .menu-bottom{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	text-align: center;
}

#bottom .menu-bottom h2{
	font-size: 24px;
}

#bottom .menu-bottom h3{
	font-size: 18px;
}

#bottom a{
	transition: font-weight 0.1s ease-in-out;
	text-decoration: none !important;
}

#bottom a:hover{
	font-weight: Bold;
}

#bottom .logos_menu .logo_vertical {
	width: 185px;
	margin-bottom: 30px;
}
#bottom .menu_fb_ig {
	display: block;
    width: 100%;
    margin-bottom: 30px;
}

#bottom .menu_fb_ig .logo_face {
	display: inline-block;
	width: 22px;
}

#bottom .menu_fb_ig .logo_insta {
	display: inline-block;
	width: 22px;
}

#bottom .logos_menu .logo_machico {
	filter: invert(1) brightness(15);
    width: 150px;
}

#bottom .local_horario {
    margin-left: 100px;
    text-align: start;
}

#bottom .local_horario .morada h3 {
	text-transform: uppercase;
	font-weight: normal;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 25px;
}

#bottom .local_horario .morada p {
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: normal;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

#bottom .local_horario .horario_funcionamento h3 {
	text-transform: uppercase;
	font-weight: normal;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-top: 40px;
}

#bottom .local_horario .horario_funcionamento p {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: normal;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

#bottom .menu_bottom {
	margin-left: 100px;
	opacity: 0;
}

#bottom .menu_bottom h2 {
	text-transform: uppercase;
	font-family: Oswald2, Arial, Helvetica, sans-serif;
    text-align: start;
    font-size: 28px;
    color: #e0ff00;
    margin-top: 20px;
	
}

#bottom .menu_bottom h2:hover {
    color: #ffffff;
	cursor: pointer;
}

#bottom .menu_bottom.FadeDown {
    animation: FadeDownAnim 2s forwards; /* Use keyframes for the transition */
}

#bottom .menu_bottom.FadeUp {
    animation: FadeUpAnim 2s forwards; /* Use keyframes for the transition */
}

/* Keyframe Temporary*/
@keyframes FadeDownAnim {
    0% {
        opacity: 0;
        transform: translateY(-40px); /* Moves the div 20px above its original position */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Returns the div to its original position */
    }
}

@keyframes FadeUpAnim {
    0% {
        opacity: 1;
        transform: translateY(0); /* Moves the div 20px above its original position */
    }
    100% {
        opacity: 0;
        transform: translateY(-40px); /* Returns the div to its original position */
    }
}


#g-footer.section-vertical-paddings {
	padding-top: 0px;
    padding-bottom: 0px;
}

#g-footer.section-horizontal-paddings {
    padding-left: 0px;
    padding-right: 0px;
}




#bottom .copyright{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
}

#bottom .selo{
    display: inline-block;
    float: left;
    margin: 10px 10px 5px;
    position: relative;
    z-index: 9;
    cursor:pointer;
}

#bottom .selo img{
    height: 35px;
    width: auto;
}

#bottom .logoInterface .prod {
    opacity: 0;
    width: 145px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    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;
}

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

#bottom .logoInterface:hover a{
	text-decoration:none;
}

#bottom .copy{
    color: #fff;
    margin: 0;
}

#bottom .w20 .logoInterface{
    width: 200px;
}

#bottom .logoInterface .logo{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 15px 0 0 0;
}

#bottom .govern{
    padding-top: 15px;
    text-align: center;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}

#bottom .w20{
	width: 200px;
    position: absolute;
    right: 0;
    bottom: 7px;
    text-align: right;
}



/* PopUp*/

table thead td{
	background: #e74c3c;
    padding: 2px 5px;
    font-family: 'Barlow-Medium',sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

table tbody td{
	color: #1d1d1b;
    text-align: center;
    font-family: 'Barlow-Regular',sans-serif;
    font-size: 18px;
}

#popUp caption {
    display: none;
}

#popUp {
    display: none;
    z-index: 9999999999999999;
}

#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-dialog, #popUp .modal-content{
    background: #1d1d1b;
    box-shadow: none;
    border: none;
}

#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: #fff;
    background: transparent;
    border: 1px solid #dedede;
    text-align: left;
    padding:0.5rem;
}

#popUp p {
    color: #fff;
    padding: 10px;
    font-size: 13px;
	margin:0px;
}

#popUp a {
    color: #fff;
    padding:0 0 1px;
    text-decoration: none;
}

#popUp a:hover {
    border-bottom: 1px solid #fff;
}

#popUp .modal-footer {
    background: #1d1d1b
}

#popUp .modal-footer button {
    outline: none;    
    background: #1c2652;
    border-color: #1c2652;
}

#popUp .modal-footer button:hover, #popUp .modal-footer button:active , #popUp .modal-footer button:focus {
    background-color: #1d1d1b;
}




/* ---------------------------- */

#traducao .gt_switcher_wrapper {
    text-transform: lowercase;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 30px;
    position: absolute !important;
    right: 4% !important;
    bottom: unset !important;
	top: -200px;
	z-index: 2 !important;
}

#traducao .gt_switcher_wrapper.menuON {
	position: fixed !important;
    text-align: center;
    top: unset !important;
    bottom: 112px !important;
	z-index: 4 !important;
}

#traducao .gt_switcher_wrapper .glink {
	margin-inline: 5px;
	color: #ffffffa1;
}

#traducao .gt_switcher_wrapper .glink:hover, #traducao .gt_switcher_wrapper .glink:focus {
	text-decoration: underline;
}

#traducao .gt_switcher_wrapper .glink.gt-current-lang {
	font-weight: normal;
	color: #ffffff;
}



/* -------------------- Parque Desportivo - Frontpage - End -------------------- */

/*------------- Parque Desportivo - Special Effects - Start --------------------*/
@keyframes growLine {
    0% {
        height: 0;
    }
	
	50% {
        height: 50%;
		background: #e0ff00;
    }

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

@keyframes machicoFade {
    0% {
        opacity: 1;
    }
	
	8% {
		color: #000000;
        opacity: 0.2;
	}
    16% {
		color: #ffffff;
        opacity: 1;
    }
    100% {
    }
}
/*------------- Parque Desportivo - Special Effects - End --------------------*/
@media (max-width: 361px){
	.itemid-101 h3 {
		font-size: 40px;
	}
	
	#g-header .logo img {
        max-width: 190px;
        margin-top: -100px;
    }
	#menu .sub1 span, #menu .sub2 span, #menu .sub3 span, #menu .sub4 span, #menu .sub5 span, #menu .sub6 span  {
        font-size: 15px;
    }
	#menu .icon {
        justify-self: center;
    }
	
    #menu .iconOff {
        left: 6px;
    }
	
	#menu .menuLateral .icon img, #menu .menuLateral .iconOff img { /*1*/
		width: 26px;
	}
				
	#menu .menuLateral .icon p, #menu .menuLateral .iconOff p { /*2*/
		font-size: 16px;
		top: -2px;
	}
	
    #menu .menu .parent {

    }
	
    #menu .parent li h2 {
        font-size: 45px;
    }
	
    #menu .parent li h4 {
        font-size: 28px;
    }
	
	#menu .parent li.animatable {
		visibility: visible;
	}
	
    #menu .logoSlider {
        left: 30%;
        width: 125px;
    }
	
    #menu .Botao {
		display: block;
        left: 35%;
    }
	
	#menu .Botao p {
		font-size: 11px;
		padding: 5px 2px;
    }
	
    #menu .Esfera {
        left: 40%;
		width: 28px;
    }
		
	#menu .menu .parent_left .parent_left_pesquisa p {
		font-size: 13px;
	}
	
	#menu .menu .parent {

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

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

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

	#menu .parent .sub1 a, #menu .parent .sub2 a, #menu .parent .sub3 a, #menu .parent .sub4 a, #menu .parent .sub5 a, #menu .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000004d;
	}
	/* ----------------------------------- */
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	} 
	
	#menu .menuMobile .parent{
		right:10%;
		left:auto;
	}
	
	#menu .menuMobile .parent li h4 {
		font-size: 30px;
	}
	
	#menu .menuMobile .sub1 span, #menu .menuMobile .sub2 span, #menu .menuMobile .sub3 span, #menu .menuMobile .sub4 span, #menu .menuMobile .sub5 span, #menu .menuMobile .sub6 span {
		font-size:18px;
	}
	
	#banner .g-content {
		width: 361px;
	}
	
	#banner .banner_div p {
		font-size: 15px;
	}
					
	#campos .g-content {
		width: 361px;
	}
		
	#campos .equipamentosContainer #filtraEquipamento {
		width: 75%;
	}
	
	#campos .equipamento {
		width: 90%;
	}
	
	#noticias_agenda .g-content {
		width: 361px;
	}
	#noticias_agenda .w33 {
		width: 90%;
	}
		
	#noticias_destaques .g-content {
		width: 361px;
	}
	
	#noticias_destaques .newsBlocks .item {
		width: 90%;
	}	
	
	#barra {
	}
	
	#barra .partilha{
	}
	
	#traducao{
		display:block;
		z-index:3;
	}
	
	.gt_switcher_wrapper {
    }
	
	#traducao .idiomas {
		top:2%;
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}
	
	#bottom .menu-bottom {
		display: block;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 35px;
        padding-bottom: 35px;
	}
	
	#bottom .logos_menu {
		display: inline-block;
        width: 200px;
		vertical-align: bottom;
	}
	
	#bottom .menu_fb_ig .logo_face {
		display: inline-block;
		width: 10%;
	}
	
	#bottom .menu_fb_ig .logo_insta {
		display: inline-block;
		width: 10%;
	}
	
	#bottom .logos_menu .logo_machico {
		width: 75%;
	}
	
	#bottom .local_horario {
		display: inline-block;
        width: 70%;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
	}
	
	#bottom .menu_bottom {
		display: inline-block;
        width: 60%;
        margin-left: 0px;
        margin-right: 10px;
	}	
	
	#bottom .menu_bottom h2 {
		text-align: center;
	}

	#intro .intro-conteudo {
		margin-bottom: 150px;
		flex-direction: column;
	}
	#intro .titulo-intro {
		left: 0px;
		font-size: 60px;
	}
	#intro .w50 {
		padding-right: 5px;
	}
	.intro .w50 h2 {
		font-size: 32px;
        padding-top: 0px;
		margin: 20px auto;
		width: 86%;
        line-height: 30px;
	}
	#intro .w50 .texto {
        text-align: left;
        font-size: 16px;
        padding-top: 0px;
        margin: 0 auto;
		width: 86%;
    }
	.intro-button {
		margin-left: 9%;
	}
	
	#intro .intro-botao {
        /* padding: 5px 15px; */
        margin: 0 auto;

	}
	.w50-image img {
		height: 315px;
	}
	.sliderPrincipal {
		height: 600px !important;
	}
				
	.sliderPrincipal .Subtitulo.p2 h3, .sliderPrincipal .SubVisite.p2 h3, .sliderPrincipal .Subtitulo.p3 h3, .sliderPrincipal .SubVisite.p3 h3{
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 15px;
	}
	
	.sliderPrincipal .info,.sliderPrincipal .Subtitulo h3, .sliderPrincipal .SubVisite h3 {
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 15px;
	}
	.sliderPrincipal .Titulo h3 {
		left: 0%;
		font-size: 30px;
        padding-top: 155px;
        margin-bottom: 0px;
	}
	.sliderPrincipal .tags {
		left: 0px;
		position: relative;
		/* padding: 1.5%; */
		padding: 16px; /* Added */
        padding-inline: 25px; /* Added */
	}
	#intro .w50-image {
		padding-right: 0px;
	}
	
	#intro .titulo-intro {
		font-size: 52px;
	}
	
	
    #bottom .govern {
        padding-top: 6px;
        padding-left: 65px;
        padding-right: 65px;
        font-size: 13px;
    }
    
    #bottom .logoInterface .prod {
        display: none !important;
    }
    
    #popUp .modal-header td {
        width: 290px;
    }
    
    #popUp a {
        word-break: break-all;
        font-size: 14px;
    }
    
    #popUp .modal-body td {
        font-size: 14px;
    }
    
}

@media (min-width: 362px) and (max-width: 469px){
	.itemid-101 h3 {
		font-size: 40px;
	}
	
	#menu .sub1 span, #menu .sub2 span, #menu .sub3 span, #menu .sub4 span, #menu .sub5 span, #menu .sub6 span  {
        font-size: 15px;
    }
	#menu .icon {
        justify-self: center;
    }
	
    #menu .iconOff {
		left: 12px;
    }
	
	#menu .menuLateral .icon img, #menu .menuLateral .iconOff img { /*1*/
		width: 26px;
	}
		
	#menu .menuLateral .icon p, #menu .menuLateral .iconOff p { /*2*/
		font-size: 16px;
		top: -2px;
	}

    #menu .menu .parent {
    }
	
    #menu .parent li h2 {
        font-size: 45px;
    }
	
    #menu .parent li h4 {
        font-size: 24px;
    }
	
    #menu .logoSlider { /* 4 */
        left: 37%;
        width: 150px;
    }
	
    #menu .Botao {
        display: block;
        left: 48%;
    }
	
	#menu .Botao p {
		font-size: 11px;
		padding: 5px 2px;
    }
	
    #menu .Esfera { /* 3 */
        width: 28px;
        left: 40%;
    }
	
	#menu .parent li.animatable {
		 visibility: visible;
	}
		
	#menu .menu .parent_left .parent_left_pesquisa p {
		font-size: 13px;
	}
	
	/* ----------- Menu Media ------------ */
	#menu .menu .parent ul {
		z-index: 2;
		position: relative;
		top: 22%;
		display: block;
		width: 80%;
		margin-left: 30px;
		margin-right: 10px;
	}

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

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

	#menu .parent .sub1 a, #menu .parent .sub2 a, #menu .parent .sub3 a, #menu .parent .sub4 a, #menu .parent .sub5 a, #menu .parent .sub6 a  {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000004d;
	}
	/* ----------------------------------- */
	
	#banner .g-content {
		width: 362px;
	}
	
	#banner .banner_div p {
		font-size: 15px;
	}
					
	#campos .g-content {
		width: 362px;
	}
		
	#campos .equipamentosContainer #filtraEquipamento {
		width: 75%;
	}
	
	#campos .equipamento {
		width: 90%;
	}
					
	#noticias_agenda .g-content {
		width: 362px;
	}
	#noticias_agenda .w33 {
		width: 90%;
	}
		
	#noticias_destaques .g-content {
		width: 362px;
	}
	
	#noticias_destaques .newsBlocks .item {
		width: 90%;
	}	
		
    .soon{
        right:20px;
        font-size:12px;
    }
    
    #g-header .logo img {
        max-width: 200px;
        margin-top: -115px;
    }
    
    #g-header .item{
        margin-top:-50px;
    }
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	} 
	
	#menu .menuMobile .parent{
		right:10%;
		left:auto;
	}
	
	#menu .menuMobile .parent li h4 {
		font-size: 35px;
	}
	
	#menu .menuMobile .sub1 span, #menu .menuMobile .sub2 span, #menu .menuMobile .sub3 span, #menu .menuMobile .sub4 span, #menu .menuMobile .sub5 span, #menu .menuMobile .sub6 span {
		font-size:18px;
	}

	#barra{
	}

	#barra .partilha{

	}

	#traducao{
		display:block;
		z-index:3;
	}
	
	.gt_switcher_wrapper {
    }
	
	#traducao .idiomas {
		top:2%;
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}
	
	#bottom .menu-bottom {
		display: block;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 35px;
        padding-bottom: 35px;
	}
	
	#bottom .logos_menu {
		display: inline-block;
        width: 200px;
		vertical-align: bottom;
	}
	
	#bottom .menu_fb_ig .logo_face {
		display: inline-block;
		width: 10%;
	}
	
	#bottom .menu_fb_ig .logo_insta {
		display: inline-block;
		width: 10%;
	}
	
	#bottom .logos_menu .logo_machico {
		width: 75%;
	}
	
	#bottom .local_horario {
		display: inline-block;
        width: 70%;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
	}
	
	#bottom .menu_bottom {
		display: inline-block;
        width: 60%;
        margin-left: 0px;
        margin-right: 10px;
	}	
	
	#bottom .menu_bottom h2 {
		text-align: center;
	}

	#intro .intro-conteudo {
		margin-bottom: 150px;
		flex-direction: column;
	}
	#intro .titulo-intro {
		left: 0px;
		font-size: 60px;
	}
	#intro .w50 {
		padding-right: 5px;
	}
	.intro .w50 h2 {
		font-size: 32px;
        padding-top: 0px;
		margin: 20px auto;
        width: 83%;
	}
	#intro .w50 .texto {
        text-align: left;
        font-size: 16px;
        padding-top: 0px;
        margin: 0 auto;
        width: 83%;
    }
	.intro-button {
		margin-left: 9%;
	}
	
	#intro .intro-botao {
        /* padding: 5px 15px; */
        margin: 0 auto;

	}
	.w50-image img {
		height: 300px;
	}
	.sliderPrincipal {
		height: 600px !important;
	}
				
	.sliderPrincipal .Subtitulo.p2 h3, .sliderPrincipal .SubVisite.p2 h3, .sliderPrincipal .Subtitulo.p3 h3, .sliderPrincipal .SubVisite.p3 h3{
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 15px;
	}
	
	.sliderPrincipal .info,.sliderPrincipal .Subtitulo h3, .sliderPrincipal .SubVisite h3 {
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 15px;
	}
	.sliderPrincipal .Titulo h3 {
		left: 0%;
		font-size: 30px;
        padding-top: 180px;
        margin-bottom: 0px;
	}
	.sliderPrincipal .tags {
		left: 0px;
		position: relative;
		/* padding: 1.5%; */
		padding: 16px; /* Added */
        padding-inline: 25px; /* Added */
	}
	#intro .w50-image {
		padding-right: 0px;
	}
	#intro .titulo-intro {
		font-size: 55px;
	}
	
	
    #bottom .govern {
        padding-top: 6px;
        padding-left: 65px;
        padding-right: 65px;
        font-size: 13px;
    }
    
    #bottom .logoInterface .prod {
        display: none !important;
    }
    
    #popUp .modal-header td {
        width: 290px;
    }
    
    #popUp a {
        word-break: break-all;
        font-size: 14px;
    }
    
    #popUp .modal-body td {
        font-size: 14px;
    }
    
    
}

@media (min-width: 470px) and (max-width: 591px){
	.itemid-101 h3 {
		font-size: 40px;
	}
	
    #menu .menu .parent {

    }
    #menu .parent li h2 {
        font-size: 59px;
    }
    #menu .parent li h4 {
        font-size: 28px;
    }
    #menu .logoSlider {
		left: 50%;
        width: 150px;
    }
		
	#menu .menuLateral .icon img, #menu .menuLateral .iconOff img { /*1*/
		width: 26px;
	}
				
	#menu .menuLateral .icon p, #menu .menuLateral .iconOff p { /*2*/
		font-size: 16px;
		top: -2px;
	}
	
    #menu .Botao {
		display: block;
        left: 55%;
        scale: 0.7;
    }
    #menu .Esfera {
        left: 52%;
		width: 28px;	
    }
		
	#menu .menu .parent_left .parent_left_pesquisa p {
		font-size: 15px;
	}
	#menu .menu .parent {
	}
	/* ----------- Menu Media ------------ */
	#menu .menu .parent ul {
        z-index: 2;
        position: relative;
        top: 22%;
        display: block;
        width: 80%;
        margin-left: 30px;
        margin-right: 10px;
	}
		
	#menu .sub1 span,#menu .sub2 span,#menu .sub3 span,#menu .sub4 span, #menu .sub5 span, #menu .sub6 span  {
		font-size: 18px;
	}
	
	#menu .parent .sub1, #menu .parent .sub2, #menu .parent .sub3, #menu .parent .sub4, #menu .parent .sub5, #menu .parent .sub6 {
		z-index: 3;
        margin-left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

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

	#menu .parent .sub1 a, #menu .parent .sub2 a, #menu .parent .sub3 a, #menu .parent .sub4 a, #menu .parent .sub5 a, #menu .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000004d;
	}
	/* ----------------------------------- */
		
	#banner .g-content {
		width: 470px;
	}
	
	#banner .banner_div p {
		font-size: 20px;
	}
						
	#campos .g-content {
		width: 470px;
	}
		
	#campos .equipamentosContainer #filtraEquipamento {
		width: 75%;
	}
	
	#campos .equipamento {
		width: 80%;
	}
		
	#noticias_agenda .g-content {
		width: 470px;
	}
	#noticias_agenda .w33 {
		width: 80%;
	}
		
	#noticias_destaques .g-content {
		width: 470px;
	}
	
	#noticias_destaques .newsBlocks .item {
		width: 80%;
	}	
		
    .soon{
        right:20px;
    }
    
    #g-header .logo img {
        max-width: 250px;
    }
    
    
    #g-header .item{
        margin-top:-50px;
    }
	
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	} 
	
	#menu .menuMobile .parent li h4 {
		font-size: 40px;
	}
	
	#menu .menuMobile .sub1 span, #menu .menuMobile .sub2 span, #menu .menuMobile .sub3 span, #menu .menuMobile .sub4 span, #menu .menuMobile .sub5 span, #menu .menuMobile .sub6 span  {
		font-size: 20px;
	}

	#barra .partilha{
	}

	#traducao{
		display:block;
		z-index:3;
	}
	
	.gt_switcher_wrapper {
    }
	
	#traducao .idiomas {
		top: 2%;
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}
	
	#bottom .menu-bottom {
		display: block;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 35px;
        padding-bottom: 35px;
	}
	
	#bottom .logos_menu {
        display: inline-block;
        width: 200px;
        vertical-align: bottom;
        margin-left: 36px;
	}
	
	#bottom .menu_fb_ig .logo_face {
		display: inline-block;
		width: 10%;
	}
	
	#bottom .menu_fb_ig .logo_insta {
		display: inline-block;
		width: 10%;
	}
	
	#bottom .logos_menu .logo_machico {
		width: 75%;
	}
	
	#bottom .local_horario {
		display: inline-block;
        width: 40%;
        margin-left: 20px;
	}
	
	#bottom .menu_bottom {
		margin-left: 0px;
	}
	
	#bottom .menu_bottom h2 {
		text-align: center;
	}	

	#intro .intro-conteudo {
		margin-bottom: 150px;
		flex-direction: column;
	}
	#intro .titulo-intro {
		left: 0px;
		font-size: 65px;
	}
	#intro .w50 {
		padding-right: 5px;
	}
	.intro .w50 h2 {
		text-align: left;
		font-size: 32px;
        padding-top: 0px;
		margin: 20px auto;
        width: 76%;
	}
	#intro .w50 .texto {
        text-align: left;
        font-size: 17px;
        padding-top: 0px;
        margin: 0 auto;
        width: 76%;
    }
	
	#intro .intro-button {
		margin-left: 12%;
	}
	
	#intro .intro-botao {
        /* padding: 5px 15px; */
        margin: 0 auto;

	}
	.w50-image img {
		height: 360px;
	}
	.sliderPrincipal {
		height: 450px !important;
	}
				
	.sliderPrincipal .Subtitulo.p2 h3, .sliderPrincipal .SubVisite.p2 h3, .sliderPrincipal .Subtitulo.p3 h3, .sliderPrincipal .SubVisite.p3 h3{
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 16px;
	}
	
	.sliderPrincipal .info,.sliderPrincipal .Subtitulo h3, .sliderPrincipal .SubVisite h3 {
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 15px;
	}
	.sliderPrincipal .Titulo h3 {
		left: 0%;
		font-size: 30px;
        padding-top: 120px;
        margin-bottom: 0px;
	}
	.sliderPrincipal .tags {
		left: 0px;
		position: relative;
		padding: 16px; /* Added */
        padding-inline: 25px; /* Added */
	}
	#intro .w50-image {
		padding-right: 0px;
	}
	#intro .titulo-intro {
		font-size: 60px;
	}
	
	
    #bottom .govern {
        padding-top: 6px;
        padding-left: 65px;
        padding-right: 65px;
        font-size: 14px;
    }
    
    #bottom .logoInterface .prod {
        display: none !important;
    }
    
    #popUp a {
        word-break: break-all;
        font-size: 16px;
    }
    
    #popUp .modal-body td {
        font-size: 16px;
    }
    
}

@media (min-width: 592px) and (max-width: 767px){
	.itemid-101 h3 {
		font-size: 40px;
	}
	
	#menu .logoSlider {
		left: 55%;
		width: 165px;
	}

    #menu .Botao {
		display: block;
        left: 70%;
    }
    #menu .Esfera {
        left: 60%;
    }
	
	#menu .menu .parent {
	}
	#menu .parent li h2 {
		font-size: 75px;
	}
	#menu .parent li h4 {
		font-size: 35px;
	}
	#menu .menu .parent_left .parent_left_pesquisa p {
			font-size: 15px;
	}
	#menu .menu .parent {
	}
	#menu .parent li.animatable {
		visibility: visible;
	}
	
	/* ----------- Menu Media ------------ */
	#menu .menu .parent ul {
		z-index: 2;
		position: relative;
		top: 22%;
		display: block;
		width: 80%;
		margin-left: 30px;
		margin-right: 10px;
	}
		
	#menu .sub1 span, #menu .sub2 span, #menu .sub3 span, #menu .sub4 span, #menu .sub5 span, #menu .sub6 span  {
		font-size: 18px;
	}
	
	#menu .parent .sub1, #menu .parent .sub2, #menu .parent .sub3, #menu .parent .sub4, #menu .parent .sub5, #menu .parent .sub6 {
		z-index: 3;
        margin-left: 0px;
        width: 100%;
        right: 0px;
        position: relative;
        top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
	}

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

	#menu .parent .sub1 a, #menu .parent .sub2 a, #menu .parent .sub3 a, #menu .parent .sub4 a, #menu .parent .sub5 a, #menu .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000004d;
	}
	/* ----------------------------------- */
	.sliderPrincipal {
		height: 450px !important;
	}
		
	#banner .g-content {
		width: 592px;
	}
	
	#banner .banner_div p {
		font-size: 25px;
	}
						
	#campos .g-content {
		width: 592px;
	}
		
	#campos .equipamentosContainer #filtraEquipamento {
		width: 75%;
	}
	
	#campos .equipamento {
		width: 87%;
	}
			
	#noticias_agenda .g-content {
		width: 592px;
	}
	#noticias_agenda .w33 {
		width: 40%;
	}
		
	#noticias_destaques .g-content {
		width: 592px;
	}
	
	#noticias_destaques .newsBlocks .item {
		width: 40%;
	}	
		
    .soon{
        right:20px;
    }
    
    #g-header .logo img {
        max-width: 300px;
    }
    
    #g-header h2 {
        max-width: 582px;
    }
    
    #g-header h3 {
        max-width: 582px;
    }
    
    #g-header .item{
        margin-top:-50px;
    }
	
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	} 
	
	#menu .menuMobile .parent li h4 {
		font-size: 45px;
	}
	
	#menu .menuMobile .sub1 span, #menu .menuMobile .sub2 span, #menu .menuMobile .sub3 span, #menu .menuMobile .sub4 span, #menu .menuMobile .sub5 span, #menu .menuMobile .sub6 span  {
		font-size: 23px;
	}
	
	#barra .partilha{
	}

	#traducao{
		display:block;
		z-index:3;
	}
	.gt_switcher_wrapper {

	}
	#traducao .idiomas {
	    top: 2%;
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}
	
	#bottom .menu-bottom {
		display: block;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 35px;
        padding-bottom: 35px;
	}
	
	#bottom .logos_menu {
		display: inline-block;
        width: 200px;
		vertical-align: bottom;
	}
	
	#bottom .menu_fb_ig .logo_face {
		display: inline-block;
		width: 10%;
	}
	
	#bottom .menu_fb_ig .logo_insta {
		display: inline-block;
		width: 10%;
	}
	
	#bottom .logos_menu .logo_machico {
		width: 75%;
	}
	
	#bottom .local_horario {
		display: inline-block;
		width: 40%;
	}
	
	#bottom .menu_bottom {
		margin-left: 0px;
	}
	
	#bottom .menu_bottom h2 {
		text-align: center;
	}		

	#intro .intro-conteudo {
		margin-bottom: 150px;
		flex-direction: column;
	}
	#intro .titulo-intro {
		left: 0px;
		font-size: 65px;
	}
	#intro .w50 {
		padding-right: 5px;
	}
	.intro .w50 h2 {
		text-align: left;
		font-size: 30px;
        padding-top: 0px;
		margin: 20px auto;
        width: 71%;
	}
	#intro .w50 .texto {
        text-align: left;
        font-size: 18px;
        padding-top: 0px;
        margin: 0 auto;
        width: 71%;
        text-wrap: nowrap;
    }
	
	#intro .intro-button {
		margin-left: 15%;
	}
	
	#intro .intro-botao {
        /* padding: 5px 15px; Added */
        /* margin: 0 auto; Added */

	}
	.w50-image img {
		height: 420px;
	}
			
	.sliderPrincipal .Subtitulo.p2 h3, .sliderPrincipal .SubVisite.p2 h3, .sliderPrincipal .Subtitulo.p3 h3, .sliderPrincipal .SubVisite.p3 h3{
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 16px;
	}
	
	.sliderPrincipal .info,.sliderPrincipal .Subtitulo h3, .sliderPrincipal .SubVisite h3 {
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 16px;
	}
	.sliderPrincipal .Titulo h3 {
		left: 0%;
		font-size: 35px;
		padding-top: 130px;
        margin-bottom: 0px;
	}
	.sliderPrincipal .tags {
		left: 0px;
		position: relative;
		padding: 16px; /* Added */
	}
	#intro .w50-image {
		padding-right: 0px;
	}
	#intro .titulo-intro {
		font-size: 65px;
	}
	
	
    #bottom .govern {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 14px;
    }
    
    #bottom .logoInterface .prod {
        display: none !important;
    }
    
    #popUp a {
        word-break: break-all;
        font-size: 16px;
    }
    
    #popUp .modal-body td {
        font-size: 16px;
    }
    
    
}

@media (min-width: 768px) and (max-width: 958px){
	.itemid-101 h3 {
		font-size: 45px;
	}
	
	.sliderPrincipal {
		height: 550px !important;
	}
    .soon{
        right:20px;
    }
	
	#menu .menuMobile, #menu .menuTopo{
		display:block;
	}

	#menu .logoSlider {
		left: 70%;
		width: 165px;
	}

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

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

	#menu .parent .sub1 a, #menu .parent .sub2 a, #menu .parent .sub3 a, #menu .parent .sub4 a, #menu .parent .sub5 a, #menu .parent .sub6 a {
		display: inline-block;
		padding: 10px;
		margin: 1px;
		transition: all 0.2s;
		background: #0000004d;
	}
	/* ----------------------------------- */
	
	#menu .parent li h2 {
		font-size: 80px;
	}
	
	#menu .menu .parent {
	}
		
	#banner .g-content {
		width: 768px;
	}
	
	#banner .banner_div p {
		font-size: 30px;
	}
						
	#campos .g-content {
		width: 768px;
	}
	
	#campos .equipamentosContainer #filtraEquipamento {
		width: 75%;
	}
	
	#campos .equipamento {
		width: 43%;
	}
		
	#noticias_agenda .g-content {
		width: 768px;
	}
	#noticias_agenda .w33 {
		width: 40%;
	}
		
	#noticias_destaques .g-content {
		width: 768px;
	}
	
	#noticias_destaques .newsBlocks .item {
		width: 40%;
	}	
	
	#barra .partilha{
	}

	#bottom .menu-bottom h3 {
		font-size: 17px;
	}
	.menu-bottom div p {
		font-size: 14px;
	}
		
	#bottom .menu-bottom h2 {
		font-size: 23px;
	}
	#bottom .menu-bottom {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	#bottom .conteudo-bottom img {
		width: 90%;
	}
		
	#traducao {
		display: block;
		z-index:3;
	}
	
	#traducao .idiomas {
	    left: 4%;
        right: auto;
		display: block;
		padding: 5px;
		border-radius: 20px;
	}
	
	#traducao .idiomas a{
		color:#000;
	}

	#intro .w50-image {
		padding: 0px;
	}
	#intro .w50-image img {
		height: 445px;
	}
	.sliderPrincipal .Titulo h3 {
		left: 0px;
		font-size: 40px;
		padding-top: 140px;
		margin-bottom: 0px;
	}
	.sliderPrincipal .tags {
		left: 43.5%;
	}

	#intro .intro-conteudo {
		/* margin-bottom: 150px; Added */
		flex-direction: column;
	}
	#intro .titulo-intro {
		left: 0px;
	}
	#intro .w50 {
		padding-right: 5px;
	}
	.intro .w50 h2 {
		text-align: left;
		font-size: 30px;
        padding-top: 0px;
		margin: 20px auto;
        width: 58%;
	}
	#intro .w50 .texto {
        text-align: left;
        font-size: 18px;
        padding-top: 0px;
        margin: 0 auto;
        width: 58%;
        text-wrap: nowrap;
    }
	#intro .intro-button {
		margin-left: 21%;
	}
	
	#intro .intro-botao {
		padding: 16px; /* Added */
		padding-inline: 25px; /* Added */
        /* padding: 5px 15px; */
        margin: 0 auto;

	}
		
	.sliderPrincipal .Subtitulo.p2 h3, .sliderPrincipal .SubVisite.p2 h3, .sliderPrincipal .Subtitulo.p3 h3, .sliderPrincipal .SubVisite.p3 h3{
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 25px;
	}
	
	.sliderPrincipal .info,.sliderPrincipal .Subtitulo h3, .sliderPrincipal .SubVisite h3 {
		left: 0%;
		text-align: center;
		margin-top: 0px;
		font-size: 25px;
	}

	#intro .titulo-intro {
		font-size: 65px;
	}
	
	
    #bottom .govern {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 14px;
    }
    
    #bottom .logoInterface .prod {
        display: none !important;
    }
    
    #popUp a {
        word-break: break-all;
        font-size: 16px;
    }
    
    #popUp .modal-body td {
        font-size: 16px;
    }
    
    
}


@media (min-width: 959px) and (max-width: 1199px){
	.itemid-101 h3 {
		font-size: 45px;
	}
	
	#menu .parent li h4{
		font-size:42px;
	}
	
	#menu .sub1 span,#menu .sub2 span,#menu .sub3 span,#menu .sub4 span, #menu .sub5 span, #menu .sub6 span {
		font-size: 20px;
	}
	
	#menu .parent li h2 {
		font-size: 80px;
	}
	#menu .menu .parent {
	}
		
	#menu .Botao {
		left: 105%;
	}
	
	#banner .g-content {
		width: 959px;
	}
	
	#banner .banner_div p {
		font-size: 40px;
	}
						
	#campos .g-content {
		width: 959px;
	}
	#campos .equipamento {
		width: 42%;
	}
		
	#noticias_agenda .g-content {
		width: 959px;
	}
		
	#noticias_destaques .g-content {
		width: 959px;
	}

	#bottom .menu-bottom {
		padding-right: 1%;
        padding-left: 2%;
	}
	#bottom .menu-bottom h3 {
		font-size: 17px;
	}
	.menu-bottom div p {
		font-size: 14px;
	}

	#intro .w50-image {
		padding: 0px 50px 0px 30px;
	}
	.sliderPrincipal .Titulo h3 {
		left: 0px;
	}
	.sliderPrincipal .tags {
		left: 43.5%;
	}

	#intro .cabecalho-intro {
		left: 0px;
	}
	#intro .titulo-intro {
		left: 0px;
	}
	#intro .w50 {
		padding-top: 25px; /* Added */
		padding-right: 5px; /* Added */
	}
	.intro .w50 h2 {
		text-align: left;
		font-size: 30px;
        margin-top: 0px;
        padding-top: 0px;
	}
	#intro .w50 .texto {
		text-align: left;
		font-size: 16px;
        padding-top: 0px;
		padding-bottom: 45px; /* Added */
        text-wrap: nowrap;
	}
	#intro .intro-botao {
		top: 5%;
	}
	
	.sliderPrincipal .Subtitulo.p2 h3, .sliderPrincipal .SubVisite.p2 h3, .sliderPrincipal .Subtitulo.p3 h3, .sliderPrincipal .SubVisite.p3 h3 {
		left: 0%;
		text-align: center;
		margin-top: 0px;
	}
	
	.sliderPrincipal .info,.sliderPrincipal .Subtitulo h3, .sliderPrincipal .SubVisite h3 {
		left: 0%;
		text-align: center;
		margin-top: 0px;
	}
	#intro .titulo-intro {
		font-size: 70px;
	}
	
	
    #bottom .govern {
        padding-left: 55px;
        padding-right: 55px;
        font-size: 14px;
    }
    
    
}

@media (min-width: 1200px) and (max-width: 1439px){
	.itemid-101 h3 {
		font-size: 55px;
	}
	
	#menu .parent li h4{
		font-size:45px;
	}
	
	#menu .sub1 span,#menu .sub2 span,#menu .sub3 span,#menu .sub4 span, #menu .sub5 span, #menu .sub6 span {
		font-size: 23px;
	}
		
	#menu .logoSlider {
		left: 65%;
	}
	
	.sliderPrincipal .Subtitulo.p2 h3, .sliderPrincipal .SubVisite.p2 h3, .sliderPrincipal .Subtitulo.p3 h3, .sliderPrincipal .SubVisite.p3 h3{
		left: 0%;
		text-align: center;
	}

	.sliderPrincipal .info,.sliderPrincipal .Subtitulo h3, .sliderPrincipal .info,.sliderPrincipal .SubVisite h3 {
		left: 0%;
		text-align: center;
	}
	#menu .parent li h2 {
		font-size: 90px;
	}
	#menu .menu .parent {
	}
	
	#menu .Botao {
		left: 120%;
	}
	
	#banner .g-content {
		width: 1200px;
	}
	
	#banner .banner_div p {
		font-size: 50px;
	}
						
	#campos .g-content {
		width: 1200px;
	}
	
	#noticias_agenda .g-content {
		width: 1200px;
	}
		
	#noticias_destaques .g-content {
		width: 1200px;
	}

	#bottom .menu-bottom {
		padding-right: 0;
        padding-left: 4%;
	}
	#intro .w50-image {
		padding: 0px 30px 0px 10px;
	}
	.sliderPrincipal .Titulo h3 {
		left: 0px;
	}
	.sliderPrincipal .tags {
		left: 43.5%;
	}
	
	#intro .cabecalho-intro {
		left: 0px;
	}
	#intro .titulo-intro {
		left: 0px;
	}
	#intro .w50 {
		padding-right: 5px;
	}
	.intro .w50 h2 {
		text-align: left;
		font-size: 35px;
	}
	#intro .w50 .texto {
		text-align: left;
		font-size: 18px;
		padding-top: 40px;
		padding-bottom: 45px; /* Added */
	}
	
	#intro .titulo-intro {
		font-size: 70px;
	}
}

@media (min-width: 1440px) and (max-width: 1599px){
	.itemid-101 h3 {
		font-size: 60px;
	}
	#menu .Botao {
		left: 125%;
	}
	#menu .menu .parent {
	}

	#menu .parent li h4{
		font-size:55px;
	}
	
	#menu .sub1 span,#menu .sub2 span,#menu .sub3 span,#menu .sub4 span, #menu .sub5 span, #menu .sub6 span {
		font-size: 25px;
	}
	
	#banner .g-content {
		width: 1440px;
	}
							
	#campos .g-content {
		width: 1440px;
	}
	
	#noticias_agenda .g-content {
		width: 1440px;
	}
		
	#noticias_destaques .g-content {
		width: 1440px;
	}
	
	#intro .w50 .texto {
		padding-bottom: 50px; /* Added */
	}
	#bottom .menu-bottom {
		padding-right: 5%;
		padding-left: 5%;
	}
	.info-exposicoes .botao-temporarias {
		left: 21%;
	}
	.info-exposicoes .botao-permanentes {
		left: 71%;
	}
	#intro .w50-image {
		padding: 0px 30px 0px 10px;
	}
	.sliderPrincipal .info {
	}
	.sliderPrincipal .Titulo h3 {
		left: 12%;
	}
	
	.sliderPrincipal .Subtitulo h3 {
		left: 18%;
	}	
	.sliderPrincipal .SubVisite h3 {
		left: 35%;
	}
	/* -- */
	.sliderPrincipal .Titulo.p2 h3 {
		left: 12%;
	}
		
	.sliderPrincipal .Subtitulo.p2 h3 {
		left: 18%;
	}
	
	.sliderPrincipal .SubVisite.p2 h3 {
		left: 34%;
	}
	/* -- */
	.sliderPrincipal .Titulo.p3 h3 {
	}
	
	.sliderPrincipal .Subtitulo.p3 h3 {
		left: 13%;
	}
	
	.sliderPrincipal .SubVisite.p3 h3 {
		left: 36%;
	}
	
	.sliderPrincipal .tags {
		left: 43.5%;
	}
	#intro .titulo-intro {
		font-size: 75px;
	}
}

@media (min-width: 1600px) and (max-width: 1799px){	
	.itemid-101 h3 {
		font-size: 60px;
	}
	#menu .Botao {
		left: 130%;
	}
	.sliderPrincipal .info {
		left: 11%;
	}
	#intro .w50-image {
		padding-right: 150px;
	}
	#intro .titulo-intro {
		font-size: 80px;
	}
}


@media (min-width: 1800px){
	.itemid-101 h3 {
		font-size: 60px;
	}
}

@media (max-height: 767px) {
	#menu .menu .parent_left .parent_left_pesquisa {
		top: 450px;
	}
	
	#barra .partilha.menuON {
		position: fixed;
		left: 5%;
		text-align: center;
		top: 530px !important;
		bottom: unset !important;
	}
	
	#traducao .gt_switcher_wrapper.menuON {
		position: fixed;
		text-align: center;
		top: 613px !important;
		bottom: unset !important;
	}
}

@media (max-height: 678px) {
    #menu .menu .parent ul {
		scale: 0.8;
        top: 16%;
    }
	
	#menu .parent .sub1, #menu .parent .sub2, #menu .parent .sub3, #menu .parent .sub4, #menu .parent .sub5, #menu .parent .sub6 {
		top: 0px;
	}
}

@media (min-height: 361px) and (max-height: 578px) {
    #menu .menu .parent ul {
        scale: 0.5;
		top: 18%;
    }
		
	#menu .parent .sub1, #menu .parent .sub2, #menu .parent .sub3, #menu .parent .sub4, #menu .parent .sub5, #menu .parent .sub6 {
		top: 0px;
	}
}


@media (max-height: 360px) {
	#menu .menu .parent ul {
		scale: 0.5;
		top: 18%;
    }
			
	#menu .parent .sub1, #menu .parent .sub2, #menu .parent .sub3, #menu .parent .sub4, #menu .parent .sub5, #menu .parent .sub6 {
		top: 0px;
	}
}

@media (min-width: 768px) and (max-height: 600px){
	#barraMenu .dj-megamenu-default li a.dj-up_a > span {
		height: fit-content;
		padding-top: 1px;
		padding-bottom: 1px;
		line-height: unset;
	}
	
	#barraMenu .dj-up_a {
		height: fit-content;
	}
}
