#g-header .g-container {
    width: 100%;
}

/*barra Menu*/

/*idiomas versăo provisória*/
#idiomas{
    width: 130px;
    border-left: 1px dotted #e1e1e1;
    margin-left: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
}

#id1, #id2, #id3, #id4{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    font-family: HaveANiceDayBasic;
    font-weight: bold;
    color: #666;
    padding: 2px 6px;
}

#id1{
	border: 1px solid #666;
}

/**/

#g-navigation{
	border-top: 0px;
	height: 134px;
}

#g-navigation > .g-container {
    position: relative;
    margin: 0rem auto;
}

#BlocoLogo{
    display: block;
    margin: 35px 0 0 0px;
    position: absolute;
    z-index: 999999;
    width: 40%;
}

#BlocoLogo #w40{
	width: 25%;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px dotted #e1e1e1;
    text-align: center;
    max-width: 125px;
}

#BlocoLogo #w40 img{
    width: 90px;
    margin-top: -18px;
}

#BlocoLogo #w60{
	width: 74%;
	display: inline-block;
	vertical-align: middle;
	color: #666;
	padding-left: 20px;
	max-width: 260px;
}

#smalltext{
    font-size: 13px;
    font-family: HaveANiceDayBasic;
    font-weight: bold;
    margin-bottom: 1px;
}

#bigtext{
    font-size: 26px;
	font-family:HaveANiceDayBasic;
	margin-bottom: -10px;
}

#LOGO{
    background: white;
    z-index: 99999999;
}

#barra{
    border-bottom: 1px dotted #e1e1e1;
    text-align: right;
	background: white;
    z-index: 999999;    
}

#Atalhos{
    width: 200px;
    padding: 15px 0;
    background: transparent;
    outline: none;
    color: #666;
	font-size: 16px;
    text-align: center;
    border-left: 1px dotted #e1e1e1;
    border-right: 1px dotted #e1e1e1;
    font-family: HaveANiceDayBasic;
    font-weight: bold;
}

#atalhos {
    height: auto;
    background: #f2f2f2;
    width: 100%;
    box-shadow: 2px 5px 10px rgba(128, 128, 128, 0.58);
    position: absolute;
    height: auto;
	z-index: 999999999;
    right: 0;
    top: 94px;
    padding-bottom: 12px;
    padding-top: 36px;
    display: none;
}

#atalhos #fechar {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    outline: none;
    background: transparent;
}

#atalhos svg {
    width: 65px;
    height: 52px;
    margin: 15px 0;
    overflow: hidden;
}

#atalhos #fechar svg {
    margin: 0;
}

#atalhos #fechar:hover svg path {
    fill: white;
}

#atalhos #fechar svg path {
    fill: #0061c2;
    stroke: #0061c2;
}

#atalhos #w25 {
    width: 18.9%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    background: white;
    margin: 0 2.8% 20px 2.8%;
    border: 1px solid #e1e1e1;
    text-align: center;
    box-shadow: 1px 1px 1px #e1e1e1;
}

#atalhos #w25:hover {
    background: #0061c2;
}

#atalhos #w25:hover path {
    stroke: #ffffff;
    fill: #ffffff;
}

#atalhos #w25 path {
    stroke: #0061c2;
    fill: #0061c2;
}

#atalhos #w25 #nomeatalho {
    color: #0061c2;
    margin-top: -10px;
    margin-bottom: 10px;
    height: 35px;
    overflow: hidden;
    font-family: "DINNeuzeitGroteskStd-BdCond",sans-serif;
}

#atalhos #w25:hover #nomeatalho {
    color: white;
}

#find{
    width: 85px;
    padding: 12px 0;
    background: transparent;
    outline: none;
    color: #666;
    text-align: center;
    font-size: 20px;
    margin-right: 0;
}

.mod-languages{
    position: absolute;
	top: 9px;
    right: 330px;
}

div.mod-languages ul.lang-block li {
    display: inline-block;
	font-size: 13px;
}

div.mod-languages li {
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
	border: 1px solid white;
	outline: none;
}

div.mod-languages li:hover{
    border-bottom-color: #e7c93a;
}

div.mod-languages li.lang-active{
    border: 1px solid #e7c93a;
}

div.mod-languages li.lang-active a{
	color: #666;
}

#Pesquisar {
	position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    background: #ffffffa6;
    z-index: 999999999;
    height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#Pesquisar form {
    margin: 0;
    width: 60%;
    left: -100%;
    top: 50%;
    position: absolute;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#Pesquisar input[type="search"] {
    font-size: 20px;
    color: black;
    border-radius: 5px;
    padding: 30px 10px;
}

#Pesquisar input[type="search"]:hover, #Pesquisar input[type="search"]:focus, #Pesquisar input[type="search"]{
	border-color: #009ee0;
}

#fecharPesquisar{
    position: absolute;
    top: 80px;
    right: 50px;
    background: transparent;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	opacity: 0;
	z-index:0;
	outline: none;
}

#menu1level{
    text-align: right;
	z-index: 99999;
    background: white;
	margin-right: 20px;
    padding-top: 40px;
}

#menu1level #menu1, #menu1level #menu2, #menu1level #menu3, #menu1level #menu4{
    background: transparent;
    color: #666;
    outline: none;
    margin: 0 10px 10px 10px;
    padding: 20px 5px 10px 5px;
    border-bottom: 3px solid transparent;
	font-family: HaveANiceDayBasic;
    font-weight: bold;
}

#menu1level #menu1:hover, #menu1level #menu2:hover, #menu1level #menu3:hover, #menu1level #menu4:hover{
	border-bottom: 3px solid #e7c93a;
}

/*Slide*/

#slide{
    margin-bottom: -40px;
}

#slide #overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    cursor: pointer;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

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

#slide #info{
    position: absolute;
	top: 0;
	margin-top: 95px;
    width: 55%;
    left: 10%;
}

#slide #info #tags span{
    background: #5392ce;
    padding: 2px 6px;
}

#slide #info #tags span a{
	color: white;
}

#slide #info #titulo{
    font-size: 30px;
    color: white;
    font-weight: bolder;
	z-index: 1;
    position: relative;
}

#slide #info #texto{
    color: white;
    font-size: 16px;
    margin-bottom: 50px;
    position: relative;
}

#slide .altura{
    visibility: hidden;
}

#slide #b1 img, #slide #b2 img, #slide #b3 img, #slide #b4 img, #slide #b5 img, #slide #b6 img, #slide #b7 img{
	width: 100%;
}

#slide #b1{
	left: 0%;
}

#slide #b2, #slide #b3, #slide #b4, #slide #b5, #slide #b6, #slide #b7{
	left: 100%;
}

#slide #b1, #slide #b2, #slide #b3, #slide #b4, #slide #b5, #slide #b6, #slide #b7{
    position: absolute;
	top:90px;
	z-index:99;
	width: 100%;
}

#slide #alertas{
    width: 20%;
    background: #5392ce;
    position: absolute;
    z-index: 9999;
    margin-top: -250px;
    left: 70%;
    padding: 20px;
    font-size: 12px;
    height: 200px;
    overflow: hidden;
}

#slide #alertas a{
	color: white;
}

#slide #titalerta{
	color: white;
	font-weight: bolder;
	font-size: 25px;
}

#slide #titalerta i{
    float: right;
}

#slide #alerta1{
	left: 0%;
	position: absolute;    
	padding: 20px;
	width: 100%;
	background: #5392ce;
	z-index: 9;
}

#slide #alerta2, #slide #alerta3, #slide #alerta4, #slide #alerta5{
	left: 100%;
	position: absolute;
	padding: 20px;
	width: 100%;
	background: #5392ce;
	z-index: 0;
}


/*Destaques*/

#Destaques .g-content{
	margin: 50px auto;
    padding: 0;
    width: 1200px;
}

#Destaques #titulo{
    font-family: HaveANiceDayBasic;
    color: black;
    font-size: 50px;
    text-align: left;
}

#Destaques #subtitulo{
    font-family: HaveANiceDayBasic;
    font-size: 22px;
    color: black;
    text-align: left;
    margin-bottom: 50px;
}

#Destaques .linha{
    border-top: 5px solid #e7c93a;
    margin-bottom: 10px;
    width: 800px;
    margin-left: 0;
    margin-right: auto;
}

#Destaques #w33{
    width: 397px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
	overflow: hidden;
	height: 297px;
	margin-bottom: 5px;
}

#Destaques #w33 img{
    height: 291px;
}

#Destaques #w33 #titblock{
    height: 290px;
    margin-top: -290px;
    position: relative;
    text-align: center;
    padding-top: 100px;
    color: white;
    font-family: HaveANiceDayBasic;
    font-size: 27px;
    font-weight: bold;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#Destaques #w33:hover #titblock{
	padding-top: 60px;
}

#Destaques #w33 #textblok{
    color: white;
    background: #000000c4;
    height: 175px;
    padding: 10px;
    font-family: robotocondensed;
    overflow: hidden;
    margin-top: 20px;
	position: relative;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#Destaques #w33 #textblok p {
    margin: 1rem 0;
    height: 75px;
    overflow: hidden;
}

#Destaques #w33:hover #textblok{
	margin-top: -175px;
}

#Destaques #w33 #readmore{
    text-align: center;
    width: 120px;
    margin: 0 auto;
    border-bottom: 1px solid white;
	border-top: 1px solid transparent;
    padding: 5px 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#Destaques #w33 #readmore:hover{
	border-top: 1px solid white;
}

#Destaques #w33 #linhablock{
    border-bottom: 1px solid white;
    width: 50px;
    margin: 0 auto;
}

/*Venha-nos conhecer*/
#conhecer .g-content{
	margin: 50px auto;
    padding: 0;
    width: 1200px;
}

#conhecer #titulo{
    font-family: HaveANiceDayBasic;
    color: black;
    font-size: 50px;
    text-align: left;
}

#conhecer #subtitulo{
    font-family: HaveANiceDayBasic;
    font-size: 22px;
    color: black;
    text-align: left;
    margin-bottom: 50px;
}

#conhecer .linha{
    border-top: 5px solid #e7c93a;
    margin-bottom: 10px;
    width: 800px;
    margin-left: 0;
    margin-right: auto;
}

#conhecer #w65{
	width: 64%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 40px;
}

#conhecer #w65 p{
    font-family: robotocondensed;
    font-size: 17px;
    color: black;
    text-align: left;
    font-weight: 100;
}

#conhecer #w35{
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	text-align:center;
}

#conhecer #w35 img{
    width: 220px;
}

#conhecer #w35 #botao{
    color: black;
    font-family: robotocondensed;
    margin: 30px auto 95px auto;
    border-bottom: 1px solid black;
	border-top: 1px solid transparent;
    width: 200px;
	padding: 10px 0;
}

#conhecer #w35 #botao:hover{
	border-top: 1px solid black;
}

#conhecer #w50{
	width:50%;
	float:left;
	vertical-align:top;
}

#conhecer #w50 #w100, #conhecer #w50 #w100 img{
	width:600px;
	height:600px;
	overflow:hidden;
	padding: 3px 1px;
}

#conhecer #w50 #w100 #block{
	margin-top: -600px;
    height: 600px;
    width: 600px;
    padding: 3px;
    position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#conhecer #w50 #w100:hover #block{
	background: rgba(0, 0, 0, 0.76);
}

#conhecer #w50 #w100small, #conhecer #w50 #w100small img{
	width:600px;
	height:300px;
	overflow:hidden;
	padding: 3px;
}

#conhecer #w50 #w100small #block{
	margin-top: -300px;
    height: 300px;
    width: 600px;
    position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#conhecer #w50 #w100small:hover #block{
	background: rgba(0, 0, 0, 0.03);
}

#conhecer #w50 #w50inside{
	width:300px;
	height:300px;
	float:left;
	overflow:hidden;
	padding: 3px;
}

#conhecer #w50 #w50inside #block{
	margin-top: -300px;
    height: 300px;
    width: 300px;
    background: rgba(0, 0, 0, 0.03);
    position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#conhecer #w50 #w50inside:hover #block{
	background: rgba(0, 0, 0, 0.76);
}

#conhecer #w50 #w50inside img{
	width:300px;
	height:300px;
}

#conhecer #w50inside #iconblock, #conhecer #w100small #iconblock{
	padding-top: 90px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#conhecer #w50inside:hover #iconblock, #conhecer #w100small:hover #iconblock{
	padding-top: 30px;
}

#conhecer #w100 #iconblock{
	padding-top: 190px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#conhecer #w100:hover #iconblock{
	padding-top: 130px;
}

#conhecer #iconblock{
	text-align:center;
}

#conhecer #iconblock img{
	width: 120px !important;
    height: 120px !important;
    margin-bottom: 30px;
}

#conhecer #titblock{
    font-family: HaveANiceDayBasic;
    color: white;
    font-size: 21px;
    text-align: center;
    font-weight: bold;
    height: 28px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 30px;
}

#conhecer #textblock{
    font-family: robotocondensed;
    font-size: 19px;
    color: white;
    text-align: center;
    border-bottom: 1px solid white;
    border-top: 1px solid transparent;
    width: 120px;
    margin: 10px auto;
}

#conhecer #textblock:hover{
	border-top: 1px solid white;
}

#conhecer #w100 #textblock, #conhecer #w50inside #textblock, #conhecer #w100small #textblock{
	opacity:0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#conhecer #w100:hover #textblock, #conhecer #w50inside:hover #textblock, #conhecer #w100small:hover #textblock{
	opacity:1;
}

/*Ponta do Sol em 2018*/
#Eventos .g-content{
	margin: 100px auto;
    padding: 0;
    width: 1200px;
}

#Eventos #titulo{
    font-family: HaveANiceDayBasic;
    color: black;
    font-size: 50px;
    text-align: left;
}

#Eventos #subtitulo{
    font-family: HaveANiceDayBasic;
    font-size: 22px;
    color: black;
    text-align: left;
    margin-bottom: 50px;
}

#Eventos .linha{
    border-top: 5px solid #e7c93a;
    margin-bottom: 10px;
    width: 800px;
    margin-left: 0;
    margin-right: auto;
}

#Eventos #w33{
    width: 397px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
	overflow: hidden;
	height: 297px;
	margin-bottom: 5px;
}

#Eventos #w33 img{
    height: 291px;
}

#Eventos #w33 #block{
    background: #0000005e;
    position: absolute;
    margin-top: -291px;
    height: 292px;
    width: 387px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#Eventos #w33 #block #categoria{
    margin-top: 20px;
    color: white;
    background: #e7c93a;
    position: relative;
    padding: 3px 2px;
    width: 135px;
	text-align: center;
    font-family: robotocondensed;
}

#Eventos #w33 #block #titBlock{
    color: white;
    font-family: HaveANiceDayBasic;
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
}

#Eventos #w33 #block #textBlock{
    font-family: robotocondensed;
    color: white;
    margin: 35px 20px 20px 20px;
    text-align: center;
    font-size: 16px;
    height: 45px;
    overflow: hidden;
}

#Eventos #w33 #block #readmore{
    color: white;
    border-bottom: 1px solid white;
    border-top: 1px solid transparent;
    text-align: center;
    width: 120px;
    margin: 35px auto 0 auto;
    font-family: robotocondensed;
    font-size: 17px;
}

#Eventos #w33 #block #readmore:hover{
	border-top: 1px solid white;
}

/*O que fazer*/

#queFazer .g-content{
	margin: 0px auto;
    padding: 0;
    width: 1200px;
}

#queFazer #bar{
    background: #e7c93a;
    padding: 20px 5px;
	margin-bottom:50px;
}

#queFazer #titbar{
    font-family: HaveANiceDayBasic;
    color: white;
    font-size: 50px;
    text-align: left;
}

#queFazer .linha {
    border-top: 5px solid #ffffff;
    margin-bottom: 10px;
    width: 800px;
    margin-left: 0;
    margin-right: auto;
}

#queFazer #subtitbar{
    font-family: HaveANiceDayBasic;
    font-size: 22px;
    color: white;
    text-align: left;
}

#queFazer #w50{
    width: 597px;
    display: inline-block;
    vertical-align: top;
}

#queFazer #w50b{
    width: 296px;
    display: inline-block;
    vertical-align: top;
	height: 185px;
    overflow: hidden;
}

#queFazer #w50b img{
	width: 296px;
    height: 185px;
}

#queFazer #w100{
    height: 373px;
    overflow: hidden;
    width: 100%;
}

#queFazer #w100 #block{
    height: 373px;
    position: absolute;
    margin-top: -373px;
    width: 597px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.idCaminhadas{
    height: 374px;
    overflow: hidden;
}

#redessociais .DestinosSub img{
    width: 70%;
}

#redessociais .tituloVisit img{
	width: 50%;
}


#queFazer #w100 .idCaminhadas #block{
	margin-top: -455px;
}

#queFazer #w50b #block{
    height: 185px;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    margin-top: -185px;
    width: 296px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#queFazer #w50b:hover #block, #queFazer #w100:hover #block {
    background: rgba(0, 0, 0, 0.76);
}

#secondbar{
    padding: 35px 0;
}

#queFazer #secondbar #titbar {
    color: black;
    font-size: 34px;
    text-align: center;
}

#queFazer #secondbar .linha {
    border-top: 5px solid #e7c93a;
    width: 100px;
    margin-left: auto;
}

#queFazer #secondbar #subtitbar {
    font-size: 22px;
    color: black;
    text-align: center;
}

#queFazer #w100 #titblock{
    font-family: HaveANiceDayBasic;
    color: white;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-top: 155px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#queFazer #w100:hover #titblock{
	margin-top: 100px;
}

#queFazer #w100 #linhablock, #queFazer #w50b #linhablock{
    border-bottom: 1px solid white;
    width: 75px;
    margin: 5px auto;
}

#queFazer #w100 #texto {
    color: white;
    width: 350px;
    margin: 30px auto;
    text-align: center;
    font-family: robotocondensed;
    font-size: 15px;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#queFazer #w100 .idSurf #block{
	margin-top: -380px;
}

#queFazer #w100:hover #texto, #queFazer #w100:hover #readmore, #queFazer #w50b:hover #readmore{
	opacity:1;
}

#queFazer #w100 #readmore, #queFazer #w50b #readmore {
    color: white;
    border-bottom: 1px solid white;
    border-top: 1px solid transparent;
    text-align: center;
    width: 120px;
    margin: 35px auto 0 auto;
    font-family: robotocondensed;
    font-size: 17px;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#queFazer #w100 #readmore:hover, #queFazer #w50b #readmore:hover{
	border-top: 1px solid white;
}

#queFazer #w50b #titblock{
    font-family: HaveANiceDayBasic;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 85px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#queFazer #w50b:hover #titblock{
	margin-top: 50px;
}

/*Rever daqui para baixo*/

#g-utility, #g-expanded, #g-copyright{
	z-index:9;
}

#g-showcase{
	z-index:99;
}

#g-slideshow{
	background: white !important;
    z-index: 9 !important;
    position: relative !important;
}

/**/


/*animacao menu*/

.dj-megamenu-default li.itemid224 div.dj-subwrap, .dj-megamenu-default li.itemid226 div.dj-subwrap, .dj-megamenu-default li.itemid225 div.dj-subwrap, .dj-megamenu-default li.itemid205 div.dj-subwrap{
	left: 0;
	top: -1000px;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.dj-megamenu-default li.itemid224 .dj-up_a, .dj-megamenu-default li.itemid226 .dj-up_a, .dj-megamenu-default li.itemid225 .dj-up_a, .dj-megamenu-default li.itemid205 .dj-up_a{
	display: none;
}

#menuMega{
    display: none;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	top:136px !important;
	position: absolute !important;
	background: white !important;
}

.dj-subwrap-in{
	background: white;
	border-top: 1px solid #e1e1e1;
}

/*Menu*/


.dj-up.itemid101, .dj-up.itemid296, .dj-up.itemid664, .dj-up.itemid675, .dj-up.itemid165, .dj-up.itemid859, .dj-up.itemid860, .dj-up.itemid861, .dj-up.itemid674, .itemid942, .itemid943, .itemid944, .itemid946, .itemid947, .itemid1138, .itemid1139, .itemid1140, .itemid1141, .itemid977, .itemid978, .itemid979, .itemid980 {
	display:none !important;
}

.dj-megamenu-default li ul.dj-submenu > li.parent > a .arrow{
	right: 0;
}

.dj-megamenu-default li a.dj-up_a {
    width: 100% !important;
	padding: 0 10px !important;
	text-align: center !important;
	height:40px;
	border-right: 0px solid #f2f2f2;
    border-left: 0px solid #f2f2f2;
	color: #333;
}

.dj-megamenu-default li:hover a.dj-up_a{
	color: #333;
}

.dj-megamenu-default li.dj-up.fullsub {
    width: 25% !important;
}

.dj-megamenu-default li a.dj-up_a span{
	height: 40px;
	line-height: 40px;
}

.dj-megamenu-default li a.dj-up_a span.dj-drop{
	width: 100%;
	font-weight: 500;
}

.dj-megamenu-default{
	font-family: 'raleway', sans-serif !important;
    height: 0;
    background: white !important;
    /* overflow: hidden; */
}

.dj-megamenu-default li.active a.dj-up_a, .dj-megamenu-default li:hover a.dj-up_a{
	background: #f2f2f2;
	border-left-color: #f2f2f2;
}

.dj-megamenu-default li ul.dj-submenu > li > a.active{
	background: #f2f2f2;
}

.dj-megamenu-default li ul.dj-subtree > li{
	list-style: URL('imagens/1490909047_ChevronRigh.png');
}

.dj-megamenu-default li ul.dj-subtree > li:hover, .dj-megamenu-default li ul.dj-subtree > li.active{
	list-style: URL('imagens/bolaAmarela.png');
}

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

.dj-megamenu-default li ul.dj-submenu > li > a {
    color: #333;
    font-size: 15px;
	padding: 12px 0;
    margin: 0;
}

.dj-megamenu-default li ul.dj-subtree > li > a, .dj-megamenu-default li ul.dj-subtree > li:hover > a{
	color: #333;
}

.dj-megamenu-default li:hover div.dj-subwrap, .dj-megamenu-default li.hover div.dj-subwrap{
	background: white;
}

.dj-megamenu-default li ul.dj-submenu > li > a{
	border-bottom: 1px solid transparent;
}

.dj-megamenu-default li ul.dj-submenu > li > a:hover, .dj-megamenu-default li ul.dj-submenu > li > a.active, .dj-megamenu-default li ul.dj-submenu > li.hover:not(.subtree) > a {
    background: transparent;
    border-bottom: 1px solid #fad611;
	color: #333;
}

.dj-megamenu-default li ul.dj-subtree > li.active > a {
    text-decoration: none;
}

.dj-megamenu-default li ul.dj-subtree > li > a{
	font-size: 13px;
	padding: 10px 0;
}


.ls-layers {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(11, 11, 11, 0) 60%, rgba(3, 3, 3, 0.91) 100%) !important;
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(11, 11, 11, 0) 60%, rgba(3, 3, 3, 0.91) 100%) !important;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(11, 11, 11, 0) 60%, rgba(3, 3, 3, 0.91) 100%) !important;
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(11, 11, 11, 0) 60%, rgba(3, 3, 3, 0.91) 100%) !important;
}

#g-navigation .g-container {
    width: 100% !important;
}

#AuxPosition img{
    z-index: 9999999;
    position: relative;
}

#AuxPosition .linhaMachico img{
    width: 70%;
    float: right;
}

#Corporate a{
    color: #999999;
    font-size: 12px;
    margin-top: -7px;
}

#MenuMobile{
	display:none;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #666;
  outline: 1px solid slategrey;
}

#layerslider_13{
	position: relative !important;
}

#layerslider_13 .ls-gui-element.ls-bottom-nav-wrapper, #layerslider_57 .ls-gui-element.ls-bottom-nav-wrapper{
	visibility: hidden !important;
}

#layerslider_19{
	opacity: 0 !important;
	z-index:-99999;
	display:none;
}

.flexy--row {
    overflow: hidden !important;
}

.content__title--left {
    margin-left: 0 !important;
    right: 0 !important;
    left: 30% !important;
    position: relative !important;
}

.content__image-wrap--half {
    width: 100% !important;
    position: absolute !important;
    overflow: hidden !important;
}

.content__image {
    width: 100% !important;
    display: block !important;
}

/********* Home - Blocos/Links *********/
/* #Planeie, #iMachico,*/ #Planeie1, #Planeie2, #Planeie3 {
	background-color: #fafafa
}

#Planeie1 .panel .panel-title, #Planeie2 .panel .panel-title, #Planeie3 .panel .panel-title {
    color: #383f46;
}

#Planeie1 #icon1, #Planeie2 #icon1, #Planeie3 #icon1 {
    background-color: transparent;
    width: 180px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#Planeie1 #icon1 span, #Planeie2 #icon1 span, #Planeie3 #icon1 span {
	color: #383f46;
}

#Planeie1 .square-list li:nth-child(odd), #Planeie2 .square-list li:nth-child(odd), #Planeie3 .square-list li:nth-child(odd) {
    border-right: 1px solid #666;
}

#Planeie1 .square-list li, #Planeie2 .square-list li, #Planeie3 .square-list li {
    display: inline-block;
    width: 40%;
    font-size: 16px;
    line-height: 1em;
    border-bottom: 1px solid #666;
    cursor: pointer;
    box-shadow: none;
    vertical-align: middle;
    transition: background-color .2s ease-in-out,border .2s ease-in-out,box-shadow .2s ease-in-out;
}

#Planeie1 .panel .panel-header, #Planeie2 .panel .panel-header, #Planeie3 .panel .panel-header {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #666;
	padding-top: 10px !important;
	width: 80%;
}


.panel {
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin-bottom: 0;
    box-shadow: none;
    text-align: center;
}

.panel .panel-header {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #edeff2;
	padding-top: 10px !important;
}

.panel .panel-title {
    padding: 0 30px;
    color: #464646;
    font-size: 30px;
}

.square-list {
    width: 100%;
    line-height: 0;
    white-space: normal;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.square-list li:nth-child(odd) {
    border-right: 1px solid #edeff2;
}

.square-list li {
    display: inline-block;
    width: 49.3%;
    font-size: 16px;
    line-height: 1em;
    border-bottom: 1px solid #edeff2;
    cursor: pointer;
    box-shadow: none;
    vertical-align: middle;
    transition: background-color .2s ease-in-out,border .2s ease-in-out,box-shadow .2s ease-in-out;
}

.square-list li a img {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    display: block;
    margin: 0 auto;
	width: 50%;
}

.square-list li a {
    display: block;
    text-align: center;
    height: 150px;
    transition: color .2s ease-in-out;
}

#icon1 {
    background-color: #fafafa;
    width: 150px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#icon1:hover {
    background-color: #fff;
	box-shadow: 0px 1px 10px grey;
}

#icon1 img {
	width: 65px;
}

#icon1.iconLeft {
	float: right;
}

#icon1.iconRight {
	margin-left: -4px;
}

#Planeie1 #icon1:hover + #Planeie1 .panel-header {
	background-color: yellow !important;
}

#g-feature .square-list a {
    color: #000 !important;
	text-decoration: none;
	font-family: 'raleway', sans-serif;
}

#g-feature .square-list a:hover {
    color: #fad611 !important;
}

.panel .panel-footer {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 20px;
}

.panel-footer a {
	text-decoration: none;
	color: #464646 !important;
	font-weight: bold;
}

.panel-footer a:hover {
	color: rgba(0, 55, 230, 0.75) !important;
}


/**********************************/




/*meteorologia Novo*/

.nextday_label{
	display:none;
}

.skg-weather #vooruitzichten {
    padding-top: 80px !important;
	display:none;
}

.skg-weather{
	padding-bottom:50px;
}

#Meteorologia2 .juxContainer{
	min-width:1360px;
	width:auto;
	margin-left:auto !important;
	margin-right:auto !important;
}

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

.imgPorto{
    position: absolute;
    left: 0;
    width: 1000px;
    top: -50px;
}

#ImagemB #MapaMachico{
	display:none;
}

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

#Meteorologia2 #vermais{
	position: relative;
    z-index: 999;
    margin: -100px auto 0 auto;
    background: #78b4ff;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
}

#Meteorologia2 #vermais:hover{
	background: #046a8c;
}

#Meteorologia2 #verwebcam{
	position: relative;
    z-index: 999;
    margin: -100px 0 0 20px;
    background: #78b4ff;
    color: white;
    border: 1px solid white;
    padding: 10px 20px;
}

#Meteorologia2 #verwebcam:hover{
	background: #046a8c;
}

#Meteorologia2 #verwebcam a{
	padding: 10px 20px;
    margin: 0 -20px;
}

#Meteorologia2 #verwebcam:hover a, #Meteorologia2 #verwebcam:hover a:hover{
	color:white;
}

/*_______________*/

/*Planeie*/
#Planeie .owl-carousel {
    display: flex;
    width: 100%;
    z-index: 1;
}

/**/

.logoOFFCanvas{
	margin-top:20px;
}

#Raiz{
	margin-left: -100px;
}

#g-navigation .g-main-nav{
	margin-top: -10px;
	margin-bottom: -10px;
}

#MeteorogiaTitulo{
	padding-top:50px;
}

#webcam1 h4, #Webcam2 h4, #webcam3 h4{
	font-family: "Raleway",sans-serif;
	font-weight: 100;
    color: #fad611;
}

#g-slideshow .g-container {
    width: 100%;
}

#g-slideshow{
	background:none;
}

#g-slideshow.fp-slideshow-blocks {
    padding-top: 0;
    margin-lefT: -5px;
}

#g-offcanvas {
    background: #37474f;
    width: 17rem;
    color: #fad611;
}

#RaizMenu li.item-279, #RaizMenu li.item-278, #RaizMenu li.item-339{
	display:none;
}

#Registar .g-content{
	margin: 8px 0 -5px 0;
	padding:0;
}

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

#linha{
	margin-top: -35px;
    margin-bottom: -25px;
	margin-left: 20px;
	margin-right: -20px;
}

#Entrar .g-content{
	margin: 8px 0 -5px 0;
	padding:0;
}

#Idiomas .g-content {
    margin: 1px 0 0 0;
}

.imagem img{
	height:80px;
}

.subflagNoTopH_5 img, .subflagNoTopH_4 img, .subflagNoTopH_3 img, .subflagNoTopH_2 img{
	width: 100%;
	padding: 0 3px;
}

.subflagNoTopH_1 img{
	width: 13%;
}

.outrasBandeiras{
	display: inline-block;
	vertical-align:top;
}

.subflagNoTopH_2, .subflagNoTopH_3, .subflagNoTopH_4, .subflagNoTopH_5{
	margin: 0;
	width: 22%;
    display: inline-block;
}

.subflagNoTopH_1{
	margin: 0 0 0 -80px;
	width: 200px;
    height: 45px;
}


/*
* nuno idioma -top
*/
#g-navigation .BlocoSubFlagNoTopH_1 img {width:25px;}
#g-navigation .BlocoSubFlagNoTopH_1 .subflagNoTopH_1 {display: block; margin-left: 15px; padding: 0; position: absolute;}
#g-navigation .BlocoSubFlagNoTopH_1 .subflagNoTopH_2, #g-navigation .BlocoSubFlagNoTopH_1 .subflagNoTopH_3, #g-navigation .BlocoSubFlagNoTopH_1 .subflagNoTopH_4, #g-navigation .BlocoSubFlagNoTopH_1 .subflagNoTopH_5 {padding: 5px; display: inline-block;}
#g-navigation .subflagNoTopBlocoAbaixo {
    display: none;
    width: 380%;
    margin-left: -31px;
    margin-top: -25px;
    position: relative;
    z-index: 0;
}


.button.button-blue, .button.button-blue:hover{
	background:transparent;
	margin-top: -8px;
}

.button, .button:hover{
	color:#fad611 !important;
}

.rokajaxsearch #roksearch_search_str {
    border: 0px solid #e7e8ea;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    height: 39px;
    width: 100%;
    padding: 0 5px;
    box-shadow: none;
    background: #fad611;
}

#Pesquisa .g-content {
    margin: 5px 0.625rem 0 0.625rem;
}

#Pesquisa .roksearch-wrapper input.roksearch_search_str {display: none;}

#iconPesquisa .g-content {
    margin: -10px 0 0 0;
}

#vazio .g-content {
    margin: 0;
}

#g-navigation .g-offcanvas-toggle, #g-navigation .g-offcanvas-toggle:hover{
	color: #999999;
    font-size: 12px;
	margin-top: -7px;
}

.SlideFP .sprocket-features.layout-slideshow .sprocket-features-img-container:before{
	background:transparent;
}

.SlideFP .sprocket-features.layout-slideshow .sprocket-features-pagination{
	display:none;
}

.sprocket-features.layout-slideshow .sprocket-features-img-container {
    height: 600px;
}

.sprocket-features.layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container {
    /*position: fixed;*/
    z-index: -999999;
	width: 100%;
	height: 680px;
	margin-top: 60px;
}

#g-slideshow .layout-slideshow {
    position: fixed;
}

#mapa{
	background: white;
    z-index: 1;
}

#mapa .tituloVisit{
    font-size: 70px;
    color: #000;
	margin-left: 50px;
    text-align: center;
	margin-top: 20px;
}

#mapa .subtitulo{
	text-align: center;
	font-size: 50px;
	margin-bottom: 40px;
	color: #000;
}

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

#mapaIMG{
	background:rgba(0, 157, 220, 0.43);
	height: 330px;
}

#mapaIMG img{
    width: 100%;
	margin-top: -50px;
}

#g-utility .g-overlay{
	padding:0rem 50px;
}

.menu-icon-cont .menu-icon3 {
    display: inline-block;
    position: relative;
    height: .6em;
    margin: .1em .2em;
    /* margin-top: -30px; */
    user-select: none;
    width: .5em;
}

#Raiz .nav{
	display:inline-flex;
	width: 115%;
    margin-left: -1170px;
}

#RaizMenu li {
    width: 100%;
	text-align: center;
}

#RaizMenu .item-101 {
    display:none;
}

#RaizMenu .item-296 {
    display:none;
}

#RaizMenu a{
	color:rgba(0, 55, 230, 0.79);
}

#RaizMenu .item-224 a, #RaizMenu .item-205 a, #RaizMenu .item-225 a, #RaizMenu .item-226 a, #RaizMenu .item-228 a, span.separator {
	font-size: 10px;
    font-weight: 100;
    text-align: center;
    border-bottom: 1px dashed rgba(0, 55, 230, 0.79);
    width: 80%;
    height: 18px;
    margin: 0 auto;
}

#RaizMenu{
    border: 1px solid rgba(0, 55, 230, 0.79);
    background: rgb(255, 255, 255);
    position: absolute;
	margin-top: 0px;
}

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

#testeMenu li{
	list-style-image:url('imagens/seta.png');
	font-family: "Raleway",sans-serif;
	font-weight:100;
}

#testeMenu a{
	border-bottom:1px dashed transparent;
	font-size: 16px;
	font-family: "Raleway",sans-serif;
	font-weight:100;
}

#testeMenu a:hover{
	border-bottom:1px dashed white;
	color:white;
}

#g-feature{
	border-top: 0px solid #fad611;
	background:white;
}

#g-feature .g-container {
    width: 100%;
}

#g-showcase {
    background: white;
    color: #999;
	position: relative;
}

#g-utility .g-container {
    width: 100%;
}

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

#g-page-surround{
    overflow: hidden;
	background:transparent;
}

#g-bottom {
    background: rgba(0, 0, 0, 0.11);
}

#ImagemB .mapa img{
	height:600px;
}

#ImagemB .Freguesia, #ImagemB .Freguesia2, #ImagemB .Freguesia3, #ImagemB .Freguesia4, #ImagemB .Freguesia5{
	width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#ImagemB .Freguesia img, #ImagemB .Freguesia2 img, #ImagemB .Freguesia3 img, #ImagemB .Freguesia4 img, #ImagemB .Freguesia5 img{
	height: 120px;
}

.esconde, .esconde2, .esconde3, .esconde4, .esconde5{
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tituloFreguesia{
	font-size:18px;
	text-align:center;
	background: #fad611;
    color: white;
}

.info {
    padding-lefT: 10px;
    color: #333333;
}

.pontos{
	margin-top:0px;
}

.botaoMais{
	font-size:30px;
	text-align:right;
	margin-right:10px;
	margin-top:-30px;
	color:#464646;
}

.botaoMais a{
	color:#464646 !important;
}

.botaoMais:hover a{
	color:#464646 !important;
}

.caixaEscondida{
	display: none;
    position: absolute;
    right: 10%;
    margin-top: 100px;
    height: auto;
    width: 16%;
    color: white;
    font-size: 13px;
    background: #ffffff;
    border: 0px solid grey;
	box-shadow: 2px 5px 20px grey;
	font-family: "Raleway",sans-serif;
}

.caixaEscondida2{
    display: none;
    position: absolute;
    right: 10%;
    margin-top: 100px;
    height: auto;
    width: 16%;
    color: white;
    font-size: 13px;
    background: #ffffff;
    border: 0px solid grey;
	box-shadow: 2px 5px 20px grey;
	font-family: "Raleway",sans-serif;
}

.caixaEscondida3{
    display: none;
    position: absolute;
    right: 10%;
     margin-top: 100px;
    height: auto;
    width: 16%;
    color: white;
    font-size: 13px;
    background: #ffffff;
    border: 0px solid grey;
	box-shadow: 2px 5px 20px grey;
	font-family: "Raleway",sans-serif;
}

.caixaEscondida4{
    display: none;
    position: absolute;
    right: 10%;
    margin-top: 100px;
    height: auto;
    width: 16%;
    color: white;
    font-size: 13px;
    background: #ffffff;
    border: 0px solid grey;
	box-shadow: 2px 5px 20px grey;
	font-family: "Raleway",sans-serif;
}

.caixaEscondida5{
    display: none;
    position: absolute;
    right: 10%;
    margin-top: 100px;
    height: auto;
    width: 16%;
    color: white;
    font-size: 13px;
    background: #ffffff;
    border: 0px solid grey;
    box-shadow: 2px 5px 20px grey;
	font-family: "Raleway",sans-serif;
}

#Tempo_x5F_Aeroporto, #Tempo_x5F_Funchal, #Tempo_x5F_ZonaFranca, #Ligacao_x5F_Funchal, #Ligacao_x5F_ZonaFranca, #Ligacao_x5F_Aeroporto{
	display:none;
}

#MapaMadeiraCinza_x5F_Machico_1_{
	/* left: -40%; */
    /* position: relative; */
    /* zoom: 190%; */
    /* top: -109px; */
    /* margin-bottom: -100px; */
	left: 0;
    position: relative;
}

#Madeira{
	fill: white !important;
	stroke: grey !important;
}

#g-utility{
	background: white;
}

#MapaMachico{
	position: absolute;
    float: left;
    width: 50%;
    margin-left: -20%;
    margin-top: -200px;
}


.mapaPequeno{
	position: relative;
    width: 500px;
    margin-left: 0;
    margin-top: 0;
    z-index: 0;
    float: right;
}

.caixaEscondida img, .caixaEscondida2 img, .caixaEscondida3 img, .caixaEscondida4 img, .caixaEscondida5 img{
	width:120%;
}

.linhaFreguesia{
	text-align: center;
    color: white;
}

#iMachico .g-animatedblock .g-animatedblock-animated.g-bg-5{
	width: 80%;
}

#Metereologia{
	background: rgba(0, 0, 0, 0.16);
	font-size: 50px;
}

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

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

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

#Destinos .tituloVisit, #Planeie .tituloVisit, #MeteorogiaTitulo .tituloVisit, #redessociais .tituloVisit, #linhaInstagram .tituloVisit, #linhaFace .tituloVisit {
    font-size: 32px;
    color: #999999;
    text-align: left;
}

#MeteorogiaTitulo .tituloVisit {
    width: 18%;
    z-index: 1;
    background: white;
    position: relative;
	color: #3b66d3;
}

#redessociais .tituloVisit {
    font-weight: bold;
    font-size: 50px !important;
    position: relative;
    text-transform: uppercase !important;
    color: #333;
    z-index: 1;
    width: 75rem;
    text-align: center;
    margin: 0 auto;
    padding-left: 0px !important;
}

#linhaInstagram .tituloVisit{
    width: 7%;
    z-index: 1;
    background: white !important;
    position: relative;
	color: #3b66d3;
}

#linhaFace .tituloVisit{
    width: 18%;
    z-index: 1;
    background: fafafa;
    position: relative;
	color: #3b66d3;
}

#linhaFace .g-content {
    margin: 0 0.625rem 0 0;
    padding: 0 0.938rem 0 0;
}

#linhaInstagram .g-content {
    margin: 0 0 0 0.625rem;
    padding: 0 0 0 0.938rem;
}

#MeteorogiaTitulo .linhaMachico img {
    position: relative;
    margin-top: -55px;
    margin-bottom: 20px;
    margin-left: auto;
}

#redessociais .linhaMachico svg:not(:root) {
    overflow: visible;
    margin-top: -80px;
}

#linhaFace .linhaMachico img{
	margin-top:-40px;
}

#linhaInstagram .linhaMachico svg:not(:root){
	margin-top:-100px;
}

#linhaInstagram .subtituloInsta{
	border-left:1px solid;
	font-size:32px;
	margin-left:20px;
	padding-lefT:10px;
	margin-top:-5px;
}

#linhaFace .subtituloInsta{
	border-left:1px solid;
	font-size:32px;
	margin-left:20px;
	padding-lefT:10px;
	margin-top:-5px;
}

#Destinos .DestinosSub{
	width: 70%;
	margin: 75px auto;
    text-align: center;
    font-size: 22px;
    color: #333;
}

#sombraGradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPâ€¦B3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=);
    background-size: 100%;
    background-image: -moz-radial-gradient(50% -50%, ellipse farthest-side, #e6e6e6, #ffffff 100%);
    background-image: -webkit-radial-gradient(50% -50%, ellipse farthest-side, #e6e6e6, #ffffff 100%);
    background-image: radial-gradient(ellipse farthest-side at 50% -50%, #e6e6e6, #ffffff 100%);
    border-top: 1px solid rgba(237, 237, 237, 0.5);
    height: 100px;
    margin-top: 93px;
}

#sombraGradient .LogoBola {
    margin-top: -29px;
}

#sombraGradient .LogoBola img {
    width: 58px;
}

.LogoBola img {
    border-radius: 180px;
    width: 80px;
    border: 4px solid white;
}

.LogoBola {
    position: relative;
    margin-top: -55px;
    z-index: 9999;
    margin-bottom: -15px;
}

#Planeie .DestinosSub{
	color: #333;
}

#Planeie .DestinosSubStatic{
	width:100%;
	margin: 0 50px 0 0;
    text-align: left;
    font-size: 20px;
	color: #333;
	padding-left:30px !important;
}

#redessociais .DestinosSub{
	font-size:22px;
	color: #333;
}

#redessociais .DestinosSub {
    width: 75rem;
    margin: 75px auto;
    text-align: center;
    font-size: 20px;
    padding-left: 30px;
}

#g-feature .g-promoimage .g-promoimage-effect:hover img {
    opacity: 1;
    -webkit-filter: blur(0);
	width: 100%;
}

#g-feature .g-promoimage .g-promoimage-iconbutton{
	display: none;
}

.g-promoimage .g-promoimage-caption {
    background: rgba(255, 255, 255, 0.85);
    color: black;
    padding: 0.75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    height: 100%;
    width: 30%;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#ComoChegar .g-content {
    margin: 0;
	padding: 0.938rem 10px;
}

#infoUtil .g-content {
    margin: 0;
	padding: 0.938rem 10px;
}

#iMachico .g-content {
    margin: 0;
	padding: 0.938rem 10px;
}

#Roteiro .g-content {
    margin: 0;
	padding: 0.938rem 10px;
}

#OndeFicar .g-content {
    margin: 0;
	padding: 0.938rem 10px;
}

#AgendaCultural .g-content, #IgrejaMatriz .g-content, #Mercado .g-content, #CulturaA .g-content, #CulturaB .g-content, #CulturaC .g-content {
    margin: 0;
	padding: 0;
}

#AgendaCultural .g-promoimage .g-promoimage-effect img, #IgrejaMatriz .g-promoimage .g-promoimage-effect img, #Mercado .g-promoimage .g-promoimage-effect img, #CulturaA .g-promoimage .g-promoimage-effect img, #CulturaB .g-promoimage .g-promoimage-effect img, #CulturaC .g-promoimage .g-promoimage-effect img{
	height:260px;
}


#Botaoecocity{
    background: #9dbb74;
    width: 40%;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	padding:20px 0;
    margin-left: 33%;
    margin-top: 30px;
    text-align: center;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#Botaoecocity:before {
  content: "";
  position: absolute;
  border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2e5520;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#Botaoecocity:hover, .#Botaoecocity:focus, #Botaoecocity:active {
  color: white !important;
}

#Botaoecocity a:hover{
	color:white !important;
}

#Botaoecocity:hover:before, #Botaoecocity:focus:before, #Botaoecocity:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#Destinos .linhaMachico img {
    position: relative;
    margin-top: -55px;
    margin-bottom: 20px;
    margin-left: auto;
}

.g-promoimage .g-promoimage-title{
	font-weight:100;
}

#Destinos .tituloVisit{
	background: transparent;
    color: #333;
    font-weight: bold;
    font-size: 50px !important;
    position: relative;
    text-transform: uppercase !important;
    z-index: 1;
    text-align: center;
    padding-top: 0px !important;
    width: 75rem;
    margin: 0 auto;
}

#Planeie .tituloVisitStatic{
    z-index: 999999999999;
	font-weight: bold;
    font-size: 50px !important;
    position: relative;
    text-transform: uppercase !important;
	color: #333;
	z-index: 1;
    text-align: left;
	padding-left: 30px !important;
}

#ComoChegar, #infoUtil, #Roteiro, #OndeFicar{
	background:#f6f6f6;
}

#Planeie .linhaMachicoStatic img{
	position: relative;
    margin-top: -46px;
    margin-bottom: 20px;
    margin-left: auto;
}

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

#webcam1, #Webcam2{
	text-align: center;
}

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

#Meteorologia {margin-top:50px;}
#Meteorologia2 {margin-top:0px; padding-lefT: 0px; margin-bottom: 30px;}

.button .fa {
    font-size: 1rem;
}

#ComoChegar .g-animatedblock .g-animatedblock-title, #iMachico .g-animatedblock .g-animatedblock-title{
    position: absolute;
    top: 240px;
    left: 0rem;
    font-size: 2rem;
	text-shadow: 1px 1px black;
    line-height: 1;
	font-weight: 100;
    text-transform: initial;
    width: 100%;
    padding: 10px 20px;
}

#infoUtil .g-animatedblock .g-animatedblock-title, #Roteiro .g-animatedblock .g-animatedblock-title, #OndeFicar .g-animatedblock .g-animatedblock-title{
    position: absolute;
    top: 200px;
	text-shadow: 1px 1px black;
    left: 0rem;
    font-size: 2rem;
    line-height: 1;
	font-weight: 100;
    text-transform: initial;
    width: 100%;
    padding: 10px 20px;
}

.g-animatedblock .g-animatedblock-animated.g-bg-5, .g-animatedblock:hover .g-animatedblock-animated.g-bg-5{
	background:none;
	width: 50%;
    margin: 0 auto;
}

#infoUtil .g-animatedblock .g-animatedblock-animated img, #Roteiro .g-animatedblock .g-animatedblock-animated img, #OndeFicar .g-animatedblock .g-animatedblock-animated img{
	height: 252px;
    width: 120%;
}

#ComoChegar .g-animatedblock .g-animatedblock-animated img, #iMachico .g-animatedblock .g-animatedblock-animated img{
	/*height: 292px;*/
    width: 100%;
}

.g-promoimage .g-promoimage-effect, .g-promoimage .g-promoimage-effect:hover{
	background:none;
}

.gkwMainRight h2 {
    margin: 4px 0 4px 0;
    font-size: 20px;
    font-family: 'raleway', sans-serif;
    font-weight: 100;
	color: #fad611;
}

.gkwMainLeft{
	padding-left: 20px;
}

#Destinos{
	padding-top: 0px;
    background: white;
	z-index: 1;
}

#Planeie{
	padding: 50px 100px;
    background: white;
}

#iMachico {
    padding: 50px 0 200px 0;
    background: white;
}

#g-expanded {
	background: white;
	position: relative;
}

.g-animatedblock-button a{
	background-image:Url('imagens/listaB.png')
}

#Gastronomia .g-promoimage .g-promoimage-effect img, #SaoLourenco .g-promoimage .g-promoimage-effect img, #Laurissilva .g-promoimage .g-promoimage-effect img, #roteiro .g-promoimage .g-promoimage-effect img, #MIUT .g-promoimage .g-promoimage-effect img, #Aguardente .g-promoimage .g-promoimage-effect img, #Baleia .g-promoimage .g-promoimage-effect img, #Quinta .g-promoimage .g-promoimage-effect img{
	min-width:650px;
	width: 100%;
}

#Gastronomia .g-promoimage .g-promoimage-effect, #SaoLourenco .g-promoimage .g-promoimage-effect, #Laurissilva .g-promoimage .g-promoimage-effect, #roteiro .g-promoimage .g-promoimage-effect, #MIUT .g-promoimage .g-promoimage-effect, #Aguardente .g-promoimage .g-promoimage-effect, #Baleia .g-promoimage .g-promoimage-effect, #Quinta .g-promoimage .g-promoimage-effect{
	background:transparent;
}

.g-promoimage .g-promoimage-caption .g-promoimage-desc {
    position: absolute;
    bottom: 20%;
    opacity: 0;
    width: 100%;
    left: 0;
    padding: 0.75rem;
    -webkit-transition: opacity 0.35s;
    -moz-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    transition: transform 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.g-promoimage .g-promoimage-caption .g-promoimage-desc:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.g-promoimage .g-promoimage-caption .g-promoimage-desc:active, .g-promoimage .g-promoimage-caption .g-promoimage-desc:hover, .g-promoimage .g-promoimage-caption .g-promoimage-desc:focus{
  color: black !important;
}

.g-promoimage .g-promoimage-caption .g-promoimage-desc:active:before, .g-promoimage .g-promoimage-caption.g-promoimage-desc:hover:before , .g-promoimage .g-promoimage-caption .g-promoimage-desc:focus:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#g-copyright .g-container {
    border-top: none;
	width: 100%;
}

#g-copyright{
	position: relative;
}


.pweb-static .pwebbox-container {
    padding: 0;
}

.g-infolist-title {
    margin-left: 0;
    font-size: 15px;
    font-family: "raleway", sans-serif;
    font-weight: 100;
    margin: 0;
    white-space: normal;
	color: #333;
}

.g-infolist{
	border-top: 1px dashed black;
    padding-top: 20px;
}

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

#topMenu hr {
    border-bottom: 1px dashed black;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -15px;
}

.cima{
	margin-top:-105px;
}

#fotoVencedora .g-animatedblock .g-animatedblock-animated.g-bg-1 {
    background: transparent;
}

#fotoVencedora .g-animatedblock .g-animatedblock-animated img{
	opacity:1;
}

#fotoVencedora .g-animatedblock .g-animatedblock-title{
	font-size: 50px;
	text-shadow:2px 2px black;
	font-family: "raleway", sans-serif;
}

#fotoinstagram .g-animatedblock .g-animatedblock-animated.g-bg-1 {
    background: transparent;
}

#fotoinstagram .g-animatedblock .g-animatedblock-animated img{
	opacity:1;
}

#proudly, #copy, #top {
    background: #f1f1f1;
    z-index: 1;
    height: 50px;
    bottom: 0;
    position: absolute
}

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


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

.logoInterface:hover{
	width:200px;
}

.logoInterface .prod{
	opacity: 0;
	color: white;
	-webkit-transition: opacity 1500ms ease-in;
	-moz-transition: opacity 1500ms ease-in;
	-o-transition: opacity 1500ms ease-in;
	transition: opacity 1500ms ease-in;
}

.logoInterface .connect{
    position: absolute;
    font-size: 10px;
    margin-left: 20px;
}

#top.g-block.center.size-9{
	flex: 0 10% !important;
    width: 10% !important;
}

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

#copy .g-content {
    margin: 20px 0 0 0;
    color: #333;
    padding: 0;
	font-family: "raleway", sans-serif;
}

#top .g-content {
    margin: 20px 0 0 0;
    color: white;
    padding: 0;
	font-family: "raleway", sans-serif;
}

#top a {
    color: #333;
}

#top a :hover{
	color: #333;
    border: 1px solid #333;
    border-radius: 90px;
}

#g-copyright a:hover{
	color: #333;
}

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

#proudly:hover img{
	opacity: 1;
}

#proudly .prod {
    color: #333;
    font-family: robotocondensed;
    font-size: 14px;
    position: absolute;
    margin-left: 5px;
    margin-top: 10px;
    font-weight: 100;
}

#LogosMachico .g-content {
	margin: 0 auto;
    padding: 0;
    width: 60%;
}

#LogosMachico #img1 {
    width: 15%;
    display: inline-block;
	text-align: center;
}

#LogosMachico #img2, #LogosMachico #img3{
    width: 19%;
    display: inline-block;
    /* vertical-align: top; */
	text-align: center;
}

#LogosMachico #img1 img{
    width: 100%;
	padding: 0 20px;
}

#LogosMachico #img2 img{
    width: 50%;
	padding: 0 20px;
	margin-left:20px;
}

#LogosMachico #img3 img{
	width: 55%;
    padding: 0 20px;
    margin-left: -20px;
}

#logosMachico{
	width: 100%;
    overflow: hidden;
    text-align: center;
	padding: 50px 0;
}

#Band1, #Band2{
	opacity: 0.4;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#Band1:hover, #Band2:hover{
	opacity: 1;
}

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

#LogosMachico{
	position: relative;
	z-index: 9999;
	background: white;
	box-shadow: 0px 5px 20px #e1e1e1;
}

#Flags{
	position: relative;
	z-index: 1;
	background: white;
}

#bandeirasCopy{
	width: 100%;
}

#bandeirasCopy #Band1, #bandeirasCopy #Band2{
	width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#bandeirasCopy #Band1 img {
    width: 85%;
}

#bandeirasCopy #Band2 img {
    width: 70%;
}

.letraAtividadeMunicipal3 .prod {
    opacity: 0;
}

.letraAtividadeMunicipal3:hover .prod{
	opacity:1;
}

#Mercado .g-promoimage .g-promoimage-title, #Mercado .g-promoimage .g-promoimage-icon a, #CulturaA .g-promoimage .g-promoimage-title, #CulturaA .g-promoimage .g-promoimage-icon a {
    -webkit-transform: translate3d(0, 200%, 0);
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -o-transform: translate3d(0, 200%, 0);
    transform: none;
    -webkit-transition: -webkit-transform 0.35s;
    -moz-transition: -moz-transform 0.35s;
    transition: transform 0.35s;
}

#Mercado .g-promoimage .g-promoimage-title img, #CulturaA .g-promoimage .g-promoimage-title img, #IgrejaMatriz .g-promoimage .g-promoimage-title img, #AgendaCultural .g-promoimage .g-promoimage-title img, #CulturaB .g-promoimage .g-promoimage-title img, #CulturaC .g-promoimage .g-promoimage-title img{
	height:150px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.animVisit, .animMachico{
	position:absolute;
	width:50%
}

.animMachico{
	margin-left:480px;
	margin-top:-100px;
}

.imagem{
    margin-left: -80px;
}

.animVisit{
	margin-left:155px;
}

#redessociais, #g-copyright, #fotoinstagram, #linhaInstagram, #linhaFace, #nada1, #facebook{
	background: white !important;
    z-index: 1;
}

#redessociais{
	padding-top: 100px;
}

#topMenu{
	background: white !important;
    z-index: 9;
}

.g-promoimage-title a{
	color:black !important;
}

.g-promoimage-title a:hover{
	color:black;
}

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

#Planeie1 .g-promoimage-caption, #Planeie2 .g-promoimage-caption, #Planeie3 .g-promoimage-caption{
	display:none;
}

#Planeie1 .g-promoimage .g-promoimage-effect img, #Planeie2 .g-promoimage .g-promoimage-effect img, #Planeie3 .g-promoimage .g-promoimage-effect img{
	height: 250px;
    width: 100%;
}

#botaoPlaneie{
    background: #1a99da;
	border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
    width: 40%;
	padding: 10px 0;
	margin-bottom: 50px;
    margin-left: 20%;
    text-align: center;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#botaoPlaneie:before {
  content: "";
  position: absolute;
  border-top-left-radius:20px;
	border-bottom-right-radius:20px;
	border-top-right-radius:3px;
	border-bottom-left-radius:3px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fad611;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#botaoPlaneie:hover, .#botaoPlaneie:focus, #botaoPlaneie:active {
  color: white !important;
}

#botaoPlaneie a:hover{
	color:white !important;
}

#botaoPlaneie:hover:before, #botaoPlaneie:focus:before, #botaoPlaneie:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.g-promoimage .g-promoimage-title{
	float: none;
}

.container > section {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.color-4 {
    background: transparent !important;
}

.cl-effect-2 a span{
	padding: 20px 45px !important;
}

.csstransforms3d .cl-effect-2 a span::before{
	padding-top: 20px !important;
	color:white !important;
}

.blocos .grid{
	padding:0;
}

#Gastronomia .g-promoimage .g-promoimage-caption, #Quinta .g-promoimage .g-promoimage-caption, #Aguardente .g-promoimage .g-promoimage-caption, #MIUT .g-promoimage .g-promoimage-caption{
	width: 50%;
}

#Gastronomia .g-content, #Quinta .g-content, #Aguardente .g-content, #MIUT .g-content, #Laurissilva .g-content, #SaoLourenco .g-content, #roteiro .g-content, #Baleia .g-content{
    margin: 0;
    padding: 0.338rem;
}

.g-promoimage .g-promoimage-effect img{
	opacity:1;
}

#textotradicoes{
    padding: 0;
}

#blocA2 img {
	height: 300px;
}

#blocos4 .grid figure{
	min-width: 32.3%;
    max-width: 32.3%;
    max-height: 100%;
    width: 32.3%;
}

#blocos4 figure.effect-milo h2 {
    font-size: 1.4rem !important;
}

#blocos4 .grid figure p {
    letter-spacing: 1px;
    font-size: 65.5%;
}

body {
    font-family: 'Raleway', sans-serif !important;
	overflow-x:hidden;
}

.content--full{
	height: auto !important;
}

.content__title__inner--offset-2, #rev-7{
	color: white;
	font-size: 100px;
}

/*__________BARRA TOPO_____________*/

#BarraTop .space40{
	width:29%;
	display:inline-block;
	vertical-align:top;
}

#BarraTop .space30{
	width: 29%;
	display:inline-block;
	vertical-align:top;
}

#BarraTop .space9{
	width:8%;
	display:inline-block;
	vertical-align:top;
}

#Pesquisa, #BarraTop, #iconPesquisa{
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

#BarraTop, #Pesquisa, #iconPesquisa{
    height: 25px;
}

#Entrar {
    background: transparent;
    margin-bottom: 0;
    margin-top: 0;
    height: 25px;
    text-align: center;
	/* border-right: 1px solid #e1e1e1; */
}

#Registar{
	background: transparent;
    margin-bottom: 0;
    margin-top: 0;
    /* height: 25px; */
    text-align: center;
	/* border-right: 1px solid #e1e1e1; */
}

#Entrar a, #Registar a{
	font-size:12px;
	color: #999999;
	font-family: 'Raleway', sans-serif;
}

#Entrar a:hover, #Registar a:hover, #Corporate a:hover{
	text-decoration: none;
}

#Corporate{
	text-align: center;
	/* border-right: 1px solid #e1e1e1; */
	/* border-left: 1px solid #e1e1e1; */
}

#Idiomas {
    margin-lefT: auto;
    z-index: 999999;
    position: relative;
	text-align: center;
}

#pesquisar {
    text-align: center;
    height: 25px;
}

#iconPesquisa, #Registar{
	z-index: 99999999;
    position: relative;
}

#Pesquisa .form-search label{
	display:none;
}

#Pesquisa input[type="search"]{
	padding: 0 0.375rem;
	border-radius: 0px !important;
    border: 0px;
    border-left: 1px solid #e1e1e1;
    height: 25px;
    margin-top: -3px;
}

#Pesquisa form {
    margin: 0 0 0 auto;
    width: 30%;
	position: relative;
}

#Pesquisa .btn.btn-primary.hasTooltip.finder{
	position: absolute;
    margin-left: 50px;
}

#Pesquisa button:hover{
	background: transparent;
	outline: none;
	color: #999999;
}

#Pesquisa button{
	color: #999999;
}

#mod-search-searchword{
	display:none;
}

#pesquisar button{
    background: transparent;
    color: #fad611;
	outline:none;
}

.grid figure img{
	display: inline-block !important;
}

/*Menu Inferior*/

#MenuInferior, #BarraCopyright{
    background: #f1f1f1;
}

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

#MenuInferior #w17{
	display:inline-block;
	vertical-align:top;
	width:16%;
}

#MenuInferior #w17 h6{
    font-family: HaveANiceDayBasic;
    color: black;
    font-size: 22px;
    text-align: left;
    margin: 0;
}

#MenuInferior #w17 ul{
	list-style: URL('imagens/seta.png');	
	text-align: left;
}

#MenuInferior #w17 li{
	font-family: HaveANiceDayBasic;
    color: #000;
    font-size: 15px;
    text-align: left;
    margin: 0;
    font-weight: bold;	
}

#MenuInferior #w17 li{
    color: #000;
}

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

#BarraCopyright{
    border-top: 1px solid #000;
    padding: 20px;
    font-family: HaveANiceDayBasic;
    font-weight: bold;
    font-size: 20px;
}

#SolDigitalMobile, .turnMenu{
	display:none;
}

#SolDigitalMobile{
	position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    z-index: 9999999999;
    background: #e1e1e1;
    top: 60px;
    left:0;
    overflow-y: scroll;
    border-top: 1px solid #fff;
}

#SolDigitalMobile ul#accordeonck2860 {
    background: #e1e1e1;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: 0;
}

#SolDigitalMobile ul#accordeonck2860 li.level1{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10980392156862745);
}

#SolDigitalMobile #accordeonck2860 li.level2, #SolDigitalMobile #accordeonck2860 li.level3, #SolDigitalMobile #accordeonck2860 li.level4{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10980392156862745);
}

#SolDigitalMobile #accordeonck2860 li.accordeonck > span{
    text-align:left;
}

#SolDigitalMobile #accordeonck2860 li.level1 > span a, #SolDigitalMobile #accordeonck2860 li.level2 > span a, #SolDigitalMobile #accordeonck2860 li.level3 > span a, #SolDigitalMobile #accordeonck2860 li.level4 > span a{
    color: #2d2d2d;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
}

#SolDigitalMobile #accordeonck2860 li.level1 > span span.accordeonckdesc{
    display:none;
}

#SolDigitalMobile #accordeonck2860 ul.content_1.accordeonck{
    background: #ccc;
}

#SolDigitalMobile #accordeonck2860 ul.content_2.accordeonck{
    background: #e1e1e1 !important;
}

#SolDigitalMobile #accordeonck2860 ul.content_3.accordeonck{
    background: #f1f1f1 !important;
}

#SolDigitalMobile #accordeonck2860 li.level1 > span a, #SolDigitalMobile #accordeonck2860 li.level2 > span a, #SolDigitalMobile #accordeonck2860 li.level3 > span a{
    padding-top:12px;
    padding-bottom:12px;
}

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

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

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

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

#SolDigitalMobile #accordeonck2860 li.accordeonck.parent > span {
    padding-right: 0;
}

#SolDigitalMobile #accordeonck2860 li.parent > span span.toggler_icon{
    right: 10px;
}

#SolDigitalMobile #accordeonck2860 li.level1.open > span a{
    color:#fff;
}

#SolDigitalMobile #accordeonck2860 li.level2.open > span a{
    color:#fff;
}

#SolDigitalMobile #accordeonck2860 li.level3.open > span a{
    color:#fff;
}

#SolDigitalMobile #accordeonck2860 li.level1.open{
    background-color: #e74b3c;
}

#SolDigitalMobile #accordeonck2860 li.level2.open{
    background-color: #e74b3ca8;
}

#SolDigitalMobile #accordeonck2860 li.level3.open{
    background-color: #e74b3ca8;
}

#SolDigitalMobile #accordeonck2860 li.level2 li.accordeonck > span{
    padding-left:15px;
}

#SolDigitalMobile #accordeonck2860 li.level3 li.accordeonck > span{
    padding-left:25px;
}

#Menu, #CloseMenu {
	background: transparent;
	outline: none;
	border: 0px;
	color: #fff;
	margin-top: 0;
	font-size: 25px;
	font-weight: 100;
	padding: 7px 20px;
}

#barra #w30 #Menu {
	display: block;
}

#barra #w30 #CloseMenu, .itemid-1401 #g-container-2602{
	display: none;
}



@media (max-width: 361px){
	#Atalhos{
		display:none;
	}
	
	#barra {
		background: #e1e1e1;
		position: absolute;
		top: 0;
		z-index: 999999999;
		width: 100%;
	}
	
	#find {
		width: 50px;
		padding: 8px 0;
		color: #000;
		font-size: 25px;
	}
	
	#id1, #id2, #id3, #id4 {
		color: #000;
	}
	
	#id1 {
		border: 1px solid #000;
	}
	
	.turnMenu{
		display:inline-block;
		float: left;
	}
	
	#Menu, #CloseMenu{
		color: #000;
		padding: 11px 20px;
	}
	
	#BlocoLogo {
		margin: 51px 0 0 0px;
		width: 100%;
		position: relative;
		padding: 10px 0;
	}
	
	#BlocoLogo #w40 img {
		width: 90px;
		margin-top: 0;
	}
	
	#menu1level {
		text-align: center;
		margin-right: 0;
		padding-top: 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	
	#menu1level #menu1, #menu1level #menu2, #menu1level #menu3, #menu1level #menu4 {
		color: #000;
		margin: 0 6px;
		padding: 10px 5px;
		font-size:14px;
	}
	
	#g-navigation{
	    height: 170px;
	    overflow: hidden;
	}
	
	#slide {
		margin-bottom: 0;
	}
	
	#slide #b1, #slide #b2, #slide #b3, #slide #b4, #slide #b5, #slide #b6, #slide #b7 {
		top: 170px;
	}
	
	#g-slideshow.fp-slideshow-blocks {
		display: none;
	}
	
	#g-showcase .g-container {
		width: 100%;
		padding: 0 10px;
	}
	
	#conhecer .g-content {
		margin: 40px auto;
		padding: 0;
		width: 100%;
	}
	
	#conhecer #titulo {
		font-size: 40px;
	}
	
	#conhecer .linha{
		width: 100%;
	}
	
	#conhecer #subtitulo {
		font-size: 19px;
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: justify;
	}
	
	#conhecer #w65, #conhecer #w35{
		width: 100%;
	}
	
	#conhecer #w65 p {
		font-size: 17px;
		text-align: justify;
	}
	
	#MenuInferior, #BarraCopyright {
		background: #e1e1e1;
	}
	
	#MenuInferior .g-content {
		margin: 40px 0 0 0;
		padding: 0 10px;
	}
	
	#MenuInferior #w17 {
		width: 49%;
	}
	
	#MenuInferior #w17 h6 {
		font-size: 20px;
	}
	
	#MenuInferior #w17 ul {
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	#proudly, #copy, #top {
		background: transparent;
	}
	
	#proudly .prod{
		display:none;
	}
	
	#copyright{
		font-size: 17px;
		text-align: right;
	}
}

@media (min-width: 362px) and (max-width: 469px){
	#Atalhos{
		display:none;
	}
	
	#barra {
		background: #e1e1e1;
		position: absolute;
		top: 0;
		z-index: 999999999;
		width: 100%;
	}
	
	#find {
		width: 50px;
		padding: 8px 0;
		color: #000;
		font-size: 25px;
	}
	
	#id1, #id2, #id3, #id4 {
		color: #000;
	}
	
	#id1 {
		border: 1px solid #000;
	}
	
	.turnMenu{
		display:inline-block;
		float: left;
	}
	
	#Menu, #CloseMenu{
		color: #000;
		padding: 11px 20px;
	}
	
	#BlocoLogo {
		margin: 51px 0 0 0px;
		width: 100%;
		position: relative;
		padding: 10px 0;
	}
	
	#LOGO {
		text-align: center;
	}
	
	#BlocoLogo #w60 {
		width: 74%;
		display: inline-block;
		vertical-align: middle;
		color: #666;
		padding-left: 20px;
		max-width: 260px;
		text-align: left;
	}
	
	#BlocoLogo #w40 img {
		width: 90px;
		margin-top: 0;
	}
	
	#menu1level {
		text-align: center;
		margin-right: 0;
		padding-top: 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	
	#menu1level #menu1, #menu1level #menu2, #menu1level #menu3, #menu1level #menu4 {
		color: #000;
		margin: 0 6px;
		padding: 10px 5px;
		font-size:14px;
	}
	
	#slide {
		margin-bottom: 0;
	}
	
	#g-navigation{
	    height: 170px;
	    overflow: hidden;
	}
	
	#slide #b1, #slide #b2, #slide #b3, #slide #b4, #slide #b5, #slide #b6, #slide #b7 {
		top: 170px;
	}
	
	#g-slideshow.fp-slideshow-blocks {
		display: none;
	}
	
	#g-showcase .g-container {
		width: 100%;
		padding: 0 10px;
	}
	
	#conhecer .g-content {
		margin: 40px auto;
		padding: 0;
		width: 100%;
	}
	
	#conhecer #titulo {
		font-size: 40px;
	}
	
	#conhecer .linha{
		width: 100%;
	}
	
	#conhecer #subtitulo {
		font-size: 19px;
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: justify;
	}
	
	#conhecer #w65, #conhecer #w35{
		width: 100%;
	}
	
	#conhecer #w65 p {
		font-size: 17px;
		text-align: justify;
	}
	
	#MenuInferior, #BarraCopyright {
		background: #e1e1e1;
	}
	
	#MenuInferior .g-content {
		margin: 40px 0 0 0;
		padding: 0 10px;
	}
	
	#MenuInferior #w17 {
		width: 49%;
	}
	
	#MenuInferior #w17 h6 {
		font-size: 20px;
	}
	
	#MenuInferior #w17 ul {
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	#proudly, #copy, #top {
		background: transparent;
	}
	
	#proudly .prod{
		display:none;
	}
	
	#copyright{
		font-size: 17px;
		text-align: right;
	}
}

@media (min-width: 470px) and (max-width: 591px){
	#Atalhos{
		display:none;
	}
	
	#barra {
		background: #e1e1e1;
		position: absolute;
		top: 0;
		z-index: 999999999;
		width: 100%;
	}
	
	#find {
		width: 50px;
		padding: 8px 0;
		color: #000;
		font-size: 25px;
	}
	
	#id1, #id2, #id3, #id4 {
		color: #000;
	}
	
	#id1 {
		border: 1px solid #000;
	}
	
	.turnMenu{
		display:inline-block;
		float: left;
	}
	
	#Menu, #CloseMenu{
		color: #000;
		padding: 11px 20px;
	}
	
	#BlocoLogo {
		margin: 51px 0 0 0px;
		width: 100%;
		position: relative;
		padding: 10px 0;
	}
	
	#LOGO {
		text-align: center;
	}
	
	#BlocoLogo #w60 {
		width: 74%;
		display: inline-block;
		vertical-align: middle;
		color: #666;
		padding-left: 20px;
		max-width: 260px;
		text-align: left;
	}
	
	#BlocoLogo #w40 img {
		width: 90px;
		margin-top: 0;
	}
	
	#menu1level {
		text-align: center;
		margin-right: 0;
		padding-top: 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	
	#menu1level #menu1, #menu1level #menu2, #menu1level #menu3, #menu1level #menu4 {
		color: #000;
		margin: 0 6px;
		padding: 10px 5px 5px 5px;
		font-size: 17px;
	}
	
	#slide {
		margin-bottom: 0;
	}
	
	#g-navigation{
	    height: 170px;
	    overflow: hidden;
	}
	
	#slide #b1, #slide #b2, #slide #b3, #slide #b4, #slide #b5, #slide #b6, #slide #b7 {
		top: 170px;
	}
	
	#g-slideshow.fp-slideshow-blocks {
		display: none;
	}
	
	#g-showcase .g-container {
		width: 100%;
		padding: 0 10px;
	}
	
	#conhecer .g-content {
		margin: 40px auto;
		padding: 0;
		width: 100%;
	}
	
	#conhecer #titulo {
		font-size: 40px;
	}
	
	#conhecer .linha{
		width: 100%;
	}
	
	#conhecer #subtitulo {
		font-size: 19px;
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: justify;
	}
	
	#conhecer #w65, #conhecer #w35{
		width: 100%;
	}
	
	#conhecer #w65 p {
		font-size: 17px;
		text-align: justify;
	}
	
	#MenuInferior, #BarraCopyright {
		background: #e1e1e1;
	}
	
	#MenuInferior .g-content {
		margin: 40px 0 0 0;
		padding: 0 10px;
	}
	
	#MenuInferior #w17 {
		width: 49%;
	}
	
	#MenuInferior #w17 ul {
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	#proudly, #copy, #top {
		background: transparent;
	}
	
	#proudly .prod{
		display:none;
	}
	
	#copyright{
		font-size: 17px;
	}
}

@media (min-width: 592px) and (max-width: 767px){
	#Atalhos{
		display:none;
	}
	
	#barra {
		background: #e1e1e1;
		position: absolute;
		top: 0;
		z-index: 999999999;
		width: 100%;
	}
	
	#find {
		width: 50px;
		padding: 8px 0;
		color: #000;
		font-size: 25px;
	}
	
	#id1, #id2, #id3, #id4 {
		color: #000;
	}
	
	#id1 {
		border: 1px solid #000;
	}
	
	.turnMenu{
		display:inline-block;
		float: left;
	}
	
	#Menu, #CloseMenu{
		color: #000;
		padding: 11px 20px;
	}
	
	#BlocoLogo {
		margin: 51px 0 0 0px;
		width: 100%;
		position: relative;
		padding: 10px 0;
	}
	
	#LOGO {
		text-align: center;
	}
	
	#BlocoLogo #w60 {
		width: 74%;
		display: inline-block;
		vertical-align: middle;
		color: #666;
		padding-left: 20px;
		max-width: 260px;
		text-align: left;
	}
	
	#BlocoLogo #w40 img {
		width: 90px;
		margin-top: 0;
	}
	
	#menu1level {
		text-align: center;
		margin-right: 0;
		padding-top: 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	
	#menu1level #menu1, #menu1level #menu2, #menu1level #menu3, #menu1level #menu4 {
		color: #000;
		margin: 0 6px;
		padding: 10px 5px 5px 5px;
		font-size: 17px;
	}
	
	#slide {
		margin-bottom: 0;
	}
	
	#g-navigation{
	    height: 170px;
	    overflow: hidden;
	}
	
	#slide #b1, #slide #b2, #slide #b3, #slide #b4, #slide #b5, #slide #b6, #slide #b7 {
		top: 170px;
	}
	
	#g-slideshow.fp-slideshow-blocks {
		display: none;
	}
	
	#g-showcase .g-container {
		width: 100%;
		padding: 0 10px;
	}
	
	#conhecer .g-content {
		margin: 40px auto;
		padding: 0;
		width: 100%;
	}
	
	#conhecer #titulo {
		font-size: 40px;
	}
	
	#conhecer .linha{
		width: 100%;
	}
	
	#conhecer #subtitulo {
		font-size: 19px;
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: justify;
	}
	
	#conhecer #w65, #conhecer #w35{
		width: 100%;
	}
	
	#conhecer #w65 p {
		font-size: 17px;
		text-align: justify;
	}
	
	#MenuInferior, #BarraCopyright {
		background: #e1e1e1;
	}
	
	#MenuInferior .g-content {
		margin: 40px 0 0 0;
		padding: 0 10px;
	}
	
	#MenuInferior #w17 {
		width: 32.8%;
	}
	
	#MenuInferior #w17 ul {
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	#proudly, #copy, #top {
		background: transparent;
	}
	
	#proudly .prod{
		display:none;
	}
	
	#copyright{
		font-size: 17px;
	}
}

@media (min-width: 768px) and (max-width: 958px){
	#Atalhos{
		display:none;
	}
	
	#barra {
		background: #e1e1e1;
		position: absolute;
		top: 0;
		z-index: 999999999;
		width: 100%;
	}
	
	#find {
		width: 50px;
		padding: 8px 0;
		color: #000;
		font-size: 25px;
	}
	
	#id1, #id2, #id3, #id4 {
		color: #000;
	}
	
	#id1 {
		border: 1px solid #000;
	}
	
	.turnMenu{
		display:inline-block;
		float: left;
	}
	
	#Menu, #CloseMenu{
		color: #000;
		padding: 11px 20px;
	}
	
	#BlocoLogo {
		margin: 51px 0 0 0px;
		width: 100%;
		position: relative;
		padding: 10px 0;
	}
	
	#LOGO.size-40 {
		text-align: center;
		-webkit-flex: 0 100%;
		-moz-flex: 0 100%;
		-ms-flex: 0 100%;
		flex: 0 100%;
		width: 100%;
	}
	
	#BlocoLogo #w60 {
		width: 74%;
		display: inline-block;
		vertical-align: middle;
		color: #666;
		padding-left: 20px;
		max-width: 260px;
		text-align: left;
	}
	
	#BlocoLogo #w40 img {
		width: 90px;
		margin-top: 0;
	}
	
	#menu1level {
		text-align: center;
		margin-right: 0;
		padding-top: 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	
	#menu1level #menu1, #menu1level #menu2, #menu1level #menu3, #menu1level #menu4 {
		color: #000;
		margin: 0 6px;
		padding: 10px 5px 5px 5px;
		font-size: 17px;
	}
	
	#slide {
		margin-bottom: 0;
	}
	
	#g-navigation{
	    height: 170px;
	    overflow: hidden;
	}
	
	#slide #b1, #slide #b2, #slide #b3, #slide #b4, #slide #b5, #slide #b6, #slide #b7 {
		top: 170px;
	}
	
	#g-slideshow.fp-slideshow-blocks {
		display: none;
	}
	
	#g-showcase .g-container {
		width: 100%;
		padding: 0 10px;
	}
	
	#conhecer .g-content {
		margin: 40px auto;
		padding: 0;
		width: 100%;
	}
	
	#conhecer #titulo {
		font-size: 40px;
	}
	
	#conhecer .linha{
		width: 100%;
	}
	
	#conhecer #subtitulo {
		font-size: 19px;
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: justify;
	}
	
	#conhecer #w35 img {
		max-width: 160px;
		width: auto;
	}
	
	#conhecer #w65 p {
		font-size: 17px;
		text-align: justify;
	}
	
	#MenuInferior, #BarraCopyright {
		background: #e1e1e1;
	}
	
	#MenuInferior .g-content {
		margin: 40px 0 0 0;
		padding: 0 10px;
	}
	
	#MenuInferior #w17 {
		width: 32.8%;
	}
	
	#MenuInferior #w17 ul {
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	#proudly, #copy, #top {
		background: transparent;
	}
	
	#proudly .prod{
		display:none;
	}
	
	#copyright{
		font-size: 17px;
	}
}

@media (min-width: 959px) and (max-width: 1199px){
	#atalhos #w25 #nomeatalho {
		font-size: 13px;
	}
	
	#conhecer .g-content, #conhecer .linha{
		width: 100%;
	}
	
	#MenuInferior #w17 ul {
		margin-left: 1rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	#MenuInferior #w17 h6 {
		font-size: 18px;
	}
	
	#MenuInferior #w17 li {
		font-size: 14px;
	}
}